Skip to content

Releases: norgolith/core

v0.4.0

Choose a tag to compare

@NTBBloodbath NTBBloodbath released this 15 May 22:04

0.4.0 (2026-05-15)

Features

  • auto-discover and render all XML templates as feeds (11ba1e7), closes #111
  • build: add styled per-step output to lith build command (9471821)
  • dev: add colored, compact request logging to dev server (ca22a39)
  • dev: add Ctrl-D for graceful development server shutdown (39932de)
  • dev: higher padding between HTTP Path and HTTP status indicator (609dd76)
  • dev: resolve symlinks in watched site paths (140a173)

Bug Fixes

  • converter: handle NorgAST::List variant introduced in latest rust-norg (8066641)
  • converter: repair unreachable panic for NorgAST::List with Quote type (8066641)

v0.3.2

Choose a tag to compare

@NTBBloodbath NTBBloodbath released this 06 May 21:39

0.3.2 (2026-05-06)

Bug Fixes

  • build: pin tracing-subscriber to 0.3.19 and update dependencies (e9bfe6c)
  • build: remove String::leak() in minify_css_asset (fa19733)
  • clippy: avoid owned PathBuf allocation in posts filter comparison (acf7b62)
  • keep public .git directory during build (6fd806d)
  • load XML templates (rss.xml) from theme/templates (069d958)
  • schema: correct array min/max constraint operators and add tests (d1cf410)
  • shared: handle sourceless Tera errors in category render functions (78a66f3)
  • shared: properly pass the layout name when failing to render a template in render_norg_page (15b7a48)
  • shared: sort posts by created field using RFC3339 date parsing (69b0855)

v0.3.1

Choose a tag to compare

@NTBBloodbath NTBBloodbath released this 25 Jan 07:52
7dbd217

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@NTBBloodbath NTBBloodbath released this 22 Jan 21:24

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@NTBBloodbath NTBBloodbath released this 23 Mar 10:56

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@NTBBloodbath NTBBloodbath released this 17 Feb 09:02
2bad322
  • fix: properly use rootUrl from the site config (3149d0a)
  • fix(converter): properly handle headings which starts with links (2bad322)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@NTBBloodbath NTBBloodbath released this 14 Feb 06:45
0529f39

First fully functional release! 🎉

Full Changelog: https://github.com/NTBBloodbath/norgolith/commits/v0.1.0