diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2025-02-06 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2025-02-06 00:00:00 +0000 |
commit | 5844d48eefde01b72463dc83a091d18e06c5e37148e611b342e2a42fb2476c70 (patch) | |
tree | e1e0139201c8f549411ef8a5a82cd12364b1d5216cf76578637ee1fb3beaf787 | |
parent | 4134775903ccf03f8973221bd1b8c6eaf93b02b923367dd536aa79af519b6769 (diff) | |
download | hugo-theme-journal-5844d48eefde01b72463dc83a091d18e06c5e37148e611b342e2a42fb2476c70.tar.gz hugo-theme-journal-5844d48eefde01b72463dc83a091d18e06c5e37148e611b342e2a42fb2476c70.zip |
Update changelogv1.6.6
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a13e93c..d8a2b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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 @@ -512,6 +523,7 @@ _First release._ +[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 |