diff options
-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 |