diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-07 00:00:00 +0000 |
commit | 49ac99612abe9fbe54547934fc76cba4bc277e2597b33716dbda4da00e5c6593 (patch) | |
tree | 433635b5e6cd7921f1cd3e2072ae1b68c1927e116bb766f7b57e0ea4638301e1 /CHANGELOG.md | |
parent | 3acfe976299e0e4ba3b0105946e1729ed1fd4a7891c3fef668cbbd6ab38e5919 (diff) | |
download | hugo-theme-journal-f3972bd3a1716271d18acba49fb25eac3b1873eef205a89408aa189c93f040ca.tar.gz hugo-theme-journal-f3972bd3a1716271d18acba49fb25eac3b1873eef205a89408aa189c93f040ca.zip |
Update changelogv1.5.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 45dddd7..6c8f278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.5.0] - 2024-11-07 + +### Changed + +- Transition to new config file naming convention +- Convert tabs to spaces + +### Added + +- Add time element to entry date and duration in HTML output format + +### Removed + +- Remove niche timestamp obfuscation privacy feature + ## [1.4.0] - 2024-08-16 ### Changed @@ -450,6 +465,7 @@ _First release._ +[1.5.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.5.0 [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 |