mtg_python_deckbuilder/docs/releases/v4.6.2.md

580 B

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.