diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-08-16 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-08-17 00:00:00 +0000 |
commit | 9a17e5535ff758f5a8d875030108f3169b620bfd743b1c062818d8715e20b761 (patch) | |
tree | 9c848e571c24bb6954cfac569eaac28a8527be00c49e979feb055f837197a4b2 | |
parent | f179f0ff2eaae30678ee8c9a591aa4d01a70200f3238891bf3cb664d742bbb8b (diff) | |
download | hugo-theme-journal-7c236d9e846702f64dd6a42fb7360bfb277326f26da07e747a164adc35da1367.tar.gz hugo-theme-journal-7c236d9e846702f64dd6a42fb7360bfb277326f26da07e747a164adc35da1367.zip |
Update changelogv1.4.0
-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 |