aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <>2026-09-18 00:00:00 +0000
committerNicholas Johnson <>2026-09-19 21:19:35 -0400
commit98be685a6f839234a0ebc07c9cba001c21c5786957d3b1d627535cfa7a56c032 (patch)
tree3a4a7836f758c975698560c4ea319fdd0c8f52ec2dfebaa9b6855a1115a5a2d7
parent53754404c76218d5a5b8525ad02781a8549484c9459458b4da4fadb4dcbcaac7 (diff)
downloadhugo-theme-journal-98be685a6f839234a0ebc07c9cba001c21c5786957d3b1d627535cfa7a56c032.tar.gz
hugo-theme-journal-98be685a6f839234a0ebc07c9cba001c21c5786957d3b1d627535cfa7a56c032.zip
Update changelog
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
-rw-r--r--CHANGELOG.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04266aa..8330584 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,37 @@
# Changelog
+## [2026.09.19] - 2026-09-19
+
+### Changed
+
+- Include site title in page titles
+- Order feeds by publish date to match the entry listings
+- Declare dark color scheme so that browser controls suit the theme
+- Highlight focused links as hovered links are highlighted
+- Break long words in list items, blockquotes and headings
+- Drop scripting URL schemes from links and images
+- Use registered media type "application/atom+xml" for Atom feeds
+- Document configuration and front matter in README
+
+### Added
+
+- Add example site with annotated configuration for website and capsule
+- Add section templates, which no output format previously had
+- Add Atom feed autodiscovery links to document head
+- Support more than one audio version per entry
+
+### Fixed
+
+- Fix build failure on sites that do not set "services.rss.limit"
+- Fix preformatted text at the start of an entry being rendered as prose in gemtext output format
+- Fix Atom feeds omitting the author element required of them
+- Fix entries that are page bundles all sharing the heading anchor "index"
+- Fix homepage feeds listing pages outside the entry section
+- Fix empty entry heading on sites with no entries
+- Fix empty logo block on sites without "templates/logo.txt"
+- Fix inconsistent blank line below pageinfo in gemtext output format
+- Fix unclear error when "params.custom_css" names a missing stylesheet
+
## [2026.09.06] - 2026-09-06
### Changed
@@ -591,6 +623,7 @@
_First release._
+[2026.09.19]: https://git.nicholasjohnson.ch/hugo-theme-journal/diff/?id=2026.09.19&id2=2026.09.06
[2026.09.06]: https://git.nicholasjohnson.ch/hugo-theme-journal/diff/?id=2026.09.06&id2=2025.09.07
[2025.09.07]: https://git.nicholasjohnson.ch/hugo-theme-journal/diff/?id=2025.09.07&id2=2025.07.27.2
[2025.07.27.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/diff/?id=2025.07.27.2&id2=2025.07.27.1