From 2b8f30ef82e3fd5d72767dd4f3eeca1dbdc8c12f Mon Sep 17 00:00:00 2001 From: mi Date: Tue, 18 Nov 2025 13:44:41 +1000 Subject: [PATCH] Release version 2025.11.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 16 +++++++++++++++- VERSION | 2 +- version.py | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfbbe5..f8c1670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,19 @@ and this project uses date-based versioning (YYYY.MM.DD). ### Fixed ### Security +## [2025.11.18] - 2025-11-18 + +### Added +- HTML embed support for comics (`html_embed` field in YAML allows custom HTML instead of images) +- Configurable social links in footer (`SOCIAL_LINKS` in `comics_data.py`) +- Customizable newsletter section (`NEWSLETTER_ENABLED` and `NEWSLETTER_HTML` in `comics_data.py`) +- CDN option for serving static assets +- Upstream update workflow (`UPSTREAM.md`) for fork-friendly development +- Automatic cache building, RSS feed, and sitemap generation in Docker container + +### Changed +- Footer social links now fully customizable with any platform (Instagram, YouTube, Patreon, etc.) + ## [2025.11.15] - 2025-11-15 ### Added @@ -25,5 +38,6 @@ and this project uses date-based versioning (YYYY.MM.DD). - This CHANGELOG.md file to track version history - Version bump script (`scripts/bump_version.py`) to automate releases -[Unreleased]: https://git.puercito.net/mi/sunday/compare/v2025.11.15...HEAD +[Unreleased]: https://git.puercito.net/mi/sunday/compare/v2025.11.18...HEAD +[2025.11.18]: https://git.puercito.net/mi/sunday/compare/v2025.11.15...v2025.11.18 [2025.11.15]: https://git.puercito.net/mi/sunday/releases/tag/v2025.11.15 diff --git a/VERSION b/VERSION index 188735e..42f2b00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2025.11.15 +2025.11.18 diff --git a/version.py b/version.py index 9f2d476..770fa33 100644 --- a/version.py +++ b/version.py @@ -2,4 +2,4 @@ # This file contains the version number for the project # Format: YYYY.MM.DD (date-based versioning) -__version__ = "2025.11.15" +__version__ = "2025.11.18"