Skip to content
Closed
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.5.0](https://github.com/norgolith/core/releases/tag/v0.5.0) `norgolith` - 2026-07-01

### 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

## [0.4.0](https://github.com/NTBBloodbath/norgolith/compare/v0.3.2...v0.4.0) (2026-05-15)


Expand Down