DownloadWork Queue
All tasks completed! ?
Completed Tasks (2025-12-24)
Public Changelog Page
-
? Created public changelog page at `/changelog`
-
? ChangelogController parses CHANGELOG.md into structured data
-
? Changelog view uses Cards Forge homepage design (gradient, card suits, matching nav)
-
? Version info sourced from `config/app_config.php`
-
? Current version badge with release date
-
? Color-coded sections (Added=green, Changed=blue, Fixed=amber, Removed=red)
-
? Changelog link added to main navigation
Version Management
-
? Created `config/app_config.php` for centralized version tracking
-
? Stores: version (1.1.0), version_date (2025-12-24), build number
-
? CHANGELOG.md uses version format that matches config
Project Memory
Config Location: config/app_config.php
- version: Application version number
- version_date: Release date
- build: Optional build number
To update version: Edit config/app_config.php and CHANGELOG.md header
|