🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
44 lines
1.5 KiB
Markdown
44 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project uses date-based versioning (YYYY.MM.DD).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
### Changed
|
|
### Deprecated
|
|
### Removed
|
|
### 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
|
|
- Initial version tracking system
|
|
- `version.py` module for source code version reference
|
|
- `VERSION` file at project root for easy access
|
|
- HTML meta tag (`generator`) displaying version in page source
|
|
- Version number injected into all template contexts
|
|
- 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.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
|