Files
sunday/CHANGELOG.md
2025-11-15 20:53:31 +10:00

881 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project uses date-based versioning (YYYY.MM.DD).

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

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