Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.5.0](https://github.com/norgolith/core/releases/tag/norgolith-v0.5.0) `norgolith` - 2026-06-30

### Added
- add SEO (sitemap.xml, robots.txt) and OpenGraph meta tags
- *(sdk)* implement bridge functions and working register_plugin! macro

### Fixed
- rewrite plugin list output with vertical per-plugin layout
- *(plugin)* harden plugin system
- *(plugin)* remove double JSON extraction in hook handlers

### Other
- bump core to 0.5
- small readme updates
- ditch `optimized` Cargo profile
- [**breaking**] rename binary from `norgolith` to `lith`
- move to GPLv2 from GPLv3
- Initial commit
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "norgolith"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["NTBBloodbath <bloodbathalchemist@protonmail.com"]
license = "GPL-2.0"
Expand Down
Loading