Releases: raystack/chronicle
Releases · raystack/chronicle
v0.10.1
What's Changed
- fix: improve default theme skeleton loader by @rsbh in #77
- feat: add favicon links from public folder by @rsbh in #75
- chore: upgrade apsara rc.4 → rc.7, fix breaking changes, auto-expand sidebar groups by @rsbh in #70
- fix: handle SIGINT/SIGTERM for graceful shutdown in Docker by @rsbh in #74
- fix: move API markdown route to utils to prevent SSR interception by @rsbh in #79
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- feat: SSR redirects for index pages and folder navigation by @rsbh in #69
- feat: add redirects config in chronicle.yaml by @rsbh in #71
- fix: derive folder path from direct child for correct sorting by @rsbh in #72
- fix: auto-select database connector based on deploy preset by @rsbh in #73
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- feat: render frontmatter title in default theme by @rsbh in #65
- feat: full-text search with SQLite FTS5 by @rsbh in #64
- fix: migrate lodash to lodash-es for ESM compatibility by @rsbh in #66
- fix: meta.json order sorting for folders without index pages by @rsbh in #67
- fix: encode slug segments in api/page URL by @rsbh in #68
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- feat: public dir support, logo and content icon config by @rsbh in #54
- fix: decode URL-encoded characters in SSR pathname by @rsbh in #55
- feat: redesign API reference page by @rsbh in #56
- feat: redirect index pages to first child when no index exists by @rsbh in #59
- feat: add .md endpoint for API reference pages by @rsbh in #57
- feat: breadcrumbs and prev/next navigation on API pages by @rsbh in #58
- docs: add features overview and getting started guide by @rsbh in #63
- feat: support order in meta.json and folder redirect by @rsbh in #62
- feat: show example values and improve section spacing by @rsbh in #60
Full Changelog: v0.7.4...v0.8.0