v0.26.0
Per-card price-history chart currency (#233)
The price-history chart on each card page now has a currency dropdown — USD, EUR, GBP, CAD, AUD, JPY. Prices are recorded in USD, so to chart past values in another currency accurately, scryme converts each snapshot at the exchange rate that applied on its own date (historical daily rates from Frankfurter, downloaded once and cached). The first non-USD pick confirms the one-time download via a modal; if rates can't be fetched it falls back to an "approximate" current-rate view. Your choice is remembered per browser and is independent of the site-wide currency picker.
This completes milestone #13 — Collection Pricing, Selling & Grading.
Upgrade: applies migration 0024_fx_rate_history (a new cache table; the container entrypoint runs alembic upgrade head automatically).
🤖 Generated with Claude Code