mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-06 05:07:16 +02:00
fix: include ck_prices_cache.json in similarity cache build and download flows
This commit is contained in:
parent
e03f22a697
commit
6ecd45117f
9 changed files with 21 additions and 4 deletions
5
docs/releases/v4.6.2.md
Normal file
5
docs/releases/v4.6.2.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue