mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-06 05:07:16 +02:00
5 lines
580 B
Markdown
5 lines
580 B
Markdown
# MTG Python Deckbuilder v4.6.2
|
|
|
|
## Fixed
|
|
- **CK prices missing after GitHub cache download**: `ck_prices_cache.json` was not committed to the `similarity-cache-data` branch by the build workflow, and was not fetched by the "Download from GitHub" button or the orchestrator auto-download. All three paths now include it (graceful 404 fallback preserves backward compatibility).
|
|
- **`commander_cards.parquet` missing from orchestrator download**: The orchestrator's download list was missing this file, creating an inconsistency with the route handler. Both lists are now in sync.
|