Skip to content

v0.2.0 — Collection tools, richer cards & price history

Choose a tag to compare

@untraceablez untraceablez released this 26 Jun 22:29
· 192 commits to main since this release
c13bd1d

The second release builds a full set of collection tools on top of the search MVP.

Search & results

  • Sort results by name, mana value, price, set, rarity, or release date.
  • Advanced search form builder that compiles to (and teaches) Scryfall syntax.
  • Saved searches — name and re-run queries.
  • Export results as CSV, plain decklist, or ManaBox CSV (round-trips back through the importer).

Cards

  • Dedicated card detail page — art, oracle text, prices, legalities, owned-by-finish, other
    printings, and lazily-loaded rulings.
  • Authentic mana & set symbols (Mana + Keyrune) and card typography (Cinzel + EB Garamond) —
    all open-licensed and vendored for offline use.

Collection tools

  • Stats dashboard — value, color/rarity/type/curve breakdowns, top sets, most valuable cards.
  • Price history — collection value over time + biggest movers (snapshotted after each refresh).
  • Decks — paste a decklist to see ownership coverage ("what am I missing"), estimated cost to
    complete, and format legality.
  • Binder browsing of the owned collection.

Data & polish

  • Physical-only: Arena/MTGO-only cards are excluded from the database and lookups.
  • Theming — preset themes (Midnight/Slate/Daylight/Parchment) + a custom accent.
  • Faster, safer demo deploys (init ingests only on first boot) and idempotent demo seeding.

Container image: ghcr.io/leyline-coding/scryme:v0.2.0.

Full changelog: v0.1.0...v0.2.0