mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-24 14:06:31 +01:00
docs: update changelog and release notes for stale data fix
This commit is contained in:
parent
41f035dae0
commit
592d943370
2 changed files with 7 additions and 0 deletions
|
|
@ -92,6 +92,10 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
|
|||
- Optimized linting rules for development workflow
|
||||
|
||||
### Fixed
|
||||
- **Card Data Auto-Refresh**: Fixed stale data issue when new sets are released
|
||||
- Auto-refresh now deletes cached raw parquet file before downloading fresh data
|
||||
- Ensures new sets are included instead of reprocessing old cached data
|
||||
- Resolves issue where Docker volumes would retain outdated raw files
|
||||
- **Template Quality**: Resolved HTML structure issues found by validation tests
|
||||
- Fixed duplicate ID attributes in build wizard and theme picker templates
|
||||
- Removed erroneous block tags from component documentation
|
||||
|
|
|
|||
|
|
@ -89,6 +89,9 @@ Web UI improvements with Tailwind CSS migration, TypeScript conversion, componen
|
|||
_None_
|
||||
|
||||
### Fixed
|
||||
- **Card Data Auto-Refresh**: Fixed stale data issue when new sets are released
|
||||
- Auto-refresh now deletes cached raw parquet file before downloading fresh data
|
||||
- Ensures new sets are included instead of reprocessing old cached data
|
||||
- **Template Quality**: Resolved HTML structure issues
|
||||
- Fixed duplicate ID attributes in templates
|
||||
- Removed erroneous template block tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue