mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-24 14:06:31 +01:00
This commit is contained in:
parent
fadb05c592
commit
7e5a29dd74
7 changed files with 109 additions and 6 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -9,6 +9,19 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
_No unreleased changes yet_
|
||||
|
||||
### Changed
|
||||
_No unreleased changes yet_
|
||||
|
||||
### Fixed
|
||||
_No unreleased changes yet_
|
||||
|
||||
### Removed
|
||||
_No unreleased changes yet_
|
||||
|
||||
## [4.1.0] - 2026-03-20
|
||||
### Added
|
||||
- **Deck Builder Theme Selection**: Enhanced theme picker with pool size indicators, smart sorting, and optional grouping
|
||||
- **Pool Size Badges**: Numeric card count displayed on all theme chips (recommended + general)
|
||||
- **Smart Sorting**: Themes automatically sorted by pool size (descending), then alphabetically
|
||||
|
|
@ -85,7 +98,10 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
|
|||
- Integrated into web UI setup, CLI tagging, and CI/CD workflows (build-similarity-cache)
|
||||
|
||||
### Fixed
|
||||
_No unreleased changes yet_
|
||||
- **Counter Type Tags**: Fixed leading spaces in theme names for Blood and Hone counter types
|
||||
- Corrected ` Blood` to `Blood` and ` Hone` to `Hone` in `tag_constants.py` COUNTER_TYPES list
|
||||
- Prevents creation of malformed theme names like ` Blood Counters` (with leading space)
|
||||
- Requires re-tagging to regenerate parquet files and theme catalog with corrected names
|
||||
|
||||
### Removed
|
||||
_No unreleased changes yet_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue