Skip to content

scry 2.0.0

Choose a tag to compare

@marbris marbris released this 07 Aug 01:13
· 82 commits to main since this release

scry 2.0.0

Renamed from scryfall-tui: the app now covers card search, the
comprehensive rules and printed-text history, so naming it after one of
its three sources no longer fit. "Scry" is a keyword action in its own
right (rule 701.22).

Breaking

  • The binary is scry. Remove any old scryfall-tui symlink.
  • Data moved to ~/.local/share/scry/.
  • The separate search screen is gone; the search bar lives at the top of
    the results view.

Added

  • Rulings load for the card under the cursor, 100ms after it settles.
  • Oracle text highlighting, with keywords read out of the comprehensive
    rules rather than a hardcoded list.
  • The comprehensive rules and glossary, merged in from mtg-rules:
    r for the rules a card invokes, ctrl+r for the rulebook, and
    scry rules [update|query].
  • t shows how a card's wording changed across printings, via MTGJSON.
  • Single-result CLI lookups print highlighted, with rulings.

Changed

  • Query, sort and count each get a header line; the result limit is
    fixed at 175.
  • One panel with modes (card / stats / rules / history) instead of a
    separate detail view.