feat(combos): add Combos & Synergies detection, chip-style UI with dual hover; JSON persistence and headless honoring; stage ordering; docs and tests; bump to v2.2.1

This commit is contained in:
mwisnowski 2025-09-01 16:55:24 -07:00
parent cc16c6f13a
commit 6c48fb3437
38 changed files with 2042 additions and 131 deletions

View file

@ -1,7 +1,7 @@
services:
web:
image: mwisnowski/mtg-python-deckbuilder:latest
# Tip: pin to a specific tag when available, e.g. :2.0.2 (defaults to Web UI)
# Tip: pin to a specific tag when available, e.g. :2.2.1
container_name: mtg-deckbuilder-web
ports:
- "8080:8080" # Host:Container — open http://localhost:8080
@ -21,7 +21,7 @@ services:
# Note: THEME still applies as the default even if selector is hidden
# Version label (optional; shown in footer/diagnostics)
# - APP_VERSION=v2.0.2
- APP_VERSION=v2.2.1
volumes:
# Persist app data locally; ensure these directories exist next to this compose file