diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 161d554..78f3c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [1.6.7] - 2025-02-06 + +### Changed + +* Add non-breaking spaces within entry tag names + +## [1.6.6] - 2025-02-06 + +### Changed + +* Add non-breaking spaces after emojis and within entry dates and read times +* Remove commas from entry tag list in html output format + +### Fixed + +* Move taxonomy and term feeds' link emojis to outside link text in html output format + +## [1.6.5] - 2025-02-05 + +### Fixed + +- Add missing hyphen to compound modifier in pageinfo partial for English translation + +## [1.6.4] - 2025-01-28 + +### Added + +- Add Gemini capsule demo URL to README.md + +## [1.6.3] - 2024-11-25 + +### Changed + +- Move css stylesheet to subdirectory + ## [1.6.2] - 2024-11-23 ### Changed @@ -494,6 +529,11 @@ _First release._ +[1.6.7]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.7 +[1.6.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.6 +[1.6.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.5 +[1.6.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.4 +[1.6.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.3 [1.6.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.2 [1.6.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.1 [1.6.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.0 |