• v1.2.4-nightly.1 9ebca7544b

    JMTNTBANG released this 2025-09-25 22:43:36 -05:00 | -1 commits to release since this release

    v1.2.4-nightly.1 9ebca7544b

    • Card.Ability and Card.Attacks can now take objects and strings.
    Downloads
  • v1.2.3 4c782bfcae

    JMTNTBANG released this 2025-09-25 22:09:28 -05:00 | 0 commits to release since this release

    v1.2.3 4c782bfcae

    Downloads
  • v1.2.2 fbe6fc4677

    JMTNTBANG released this 2025-09-25 21:29:57 -05:00 | 1 commits to release since this release

    v1.2.2 fbe6fc4677

    • Some cards on TCGPlayer show the Set Number at the end of the name, this ignores that number and instead checks the set number when pulling the card using the name, and instead, now checks the set number in the metadata
    Downloads
  • v1.2.1 149b8b61b3

    JMTNTBANG released this 2025-09-25 20:09:57 -05:00 | 2 commits to release since this release

    v1.2.1 149b8b61b3

    • The Print Dropdown is now determined by the possible prints in the selected sets as determined by TCGPlayer
    Downloads
  • 1.2.0 bf0f023b29

    JMTNTBANG released this 2025-09-25 18:42:11 -05:00 | 3 commits to release since this release

    v1.2.0-nightly.1 3bc2c9d131 #27

    • Google Vision OCR Implementation

    v1.2.0-nightly.2 ba7f8a4a64 #27

    • Close OCR Button was assigned to hide a non-existent div element.
    • Added a redirect for the root endpoint to go to /web

    v1.2.0-nightly.3 5a1710fb15 #31 #32 #33

    • Fixed Bug that created cards with invalid data
    • Offloaded Value Fetching to the Server as Client-Side Value Fetching was impacting load times, also fetches prices every 24 hours.
    • Added Database Migration for updating the database tableset on each version change.
    • Moved the OCR Tool to the Right of the Details Table for easy access to OCR Results
    • Updated Version Identifier from v1.1.2 to v1.2.0 as these are now updates for the latter not the former

    v1.2.0-nightly.4 eed5f84a9b

    • Bug with Checking Client Sent Values against the Card Class

    v1.2.0-nightly.5 369dd1f5d4

    • Now Updates Card Values when a new Card is created or updated, allowing either to have Card Values cached in the Database.

    v.1.2.0-nightly.6 e20c39e4d3

    • Optimized Card Value Fetching when dealing with created/updated cards, as there was a delay every time a card was saved because the server was pulling values for all cards every time. So only the card that was created/updated gets their value fetched.
    Downloads