diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c62b30..45dddd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.4.0] - 2024-08-16 + +### Changed + +- Make author element optional in Atom feeds +- Make email subelement optional in author element + +### Added + +- Add support for site.Params.author, retain compatibility with site.Author + +### Fixed + +- Remove erroneous "index.gmi" suffix in gemtext Atom feeds +- Fix incorrect greedy italics/bold parsing in gemtext renderer + ## [1.3.7] - 2024-07-04 ### Fixed @@ -434,6 +450,7 @@ _First release._ +[1.4.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.4.0 [1.3.7]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.7 [1.3.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.6 [1.3.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.5 |