scriptorium/CHANGELOG.md

26 lines
587 B
Markdown
Raw Permalink Normal View History

2024-04-21 05:41:19 +00:00
# Changelog
## 2.0.1
- Bumped dependencies to build on the latest stdlib, which is now also required.
2024-06-01 05:53:15 +00:00
## 2.0.0
- Added Gettext support so that the created blog can be translated.
- Added header `lang` that can set the language of an individual page or post.
- Added language information to the Atom feed.
- Split `tags` and `archives` components out of the base layout for easier reuse.
- Made base layout `pre_render` function public so base layout is easier to customise.
2024-04-21 06:12:28 +00:00
## 1.0.2
Adjusted the title sizing.
2024-04-21 05:41:19 +00:00
## 1.0.1
Fix dependency to `lustre_ssg`.
## 1.0.0
Initial release.