Skip to content

v1.3.1 — Collectr import fixes & chart snapshots

Choose a tag to compare

@novaoc novaoc released this 09 Jun 04:54

Collectr Import

  • Fixed Japanese card images and prices — now resolved via tcgdex API instead of just static URLs
  • Fixed Yu-Gi-Oh game detection — Collectr uses "Yu-Gi-Oh!" which wasn't matching the GAME_MAP
  • Fixed Pokémon accent detection — Collectr exports "Pokémon" with é, broke isPkmn flag
  • Fixed JP CDN image URLs — series must be uppercase (SV not sv), localId zero-padded to 3 digits

Pokemon Card Cache (preloader)

  • Made 80+ page pagination resilient to individual page failures (retries 3 before giving up)

Chart Snapshots

  • Dashboard price refresh now records a snapshot afterwards — fixes flat charts that only showed stale data

Full commit log

62daa5f v1.3.1
bace7d6 Record price snapshot after dashboard price refresh so chart gets daily data points
a77f9b6 Fix Pokemon preloader resilience and JP CDN image URLs (uppercase series, zero-padded localId)
19e6200 Fix Pokémon accent detection in Collectr GAME_MAP
0200897 Fix Collectr import: JP card resolution via tcgdex API, Yu-Gi-Oh game detection