diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-08 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-08 00:00:00 +0000 |
commit | 52fc396cb2c55064cdbfee35636fb1396a98c834f523557cabd6574c385ecb60 (patch) | |
tree | a15a32bea7e1fa9dc0b13ba746fdd752485b555c3e8f13a75d2f9fff4b5043e0 | |
parent | 9057f651fb508edf0e0488df590ed119d08a28b5b8860c7eedd1190eb6e5f571 (diff) | |
download | hugo-theme-journal-1.6.0.tar.gz hugo-theme-journal-1.6.0.zip |
Update changelogv1.6.0
-rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8f278..e2ada6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.6.0] - 2024-11-08 + +### Changed + +- Make hover/non-hover link colors equivalent +- Improve code readability + +### Added + +- Add distinct CSS styling to external links + +### Fixed + +- Disable html renderer in gemtext output format +- Disable html-specific features in gemtext output format +- Stop treating link titles as safe html + ## [1.5.0] - 2024-11-07 ### Changed @@ -465,6 +482,7 @@ _First release._ +[1.6.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.0 [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 |