Skip to content

Releases: mtgoncurve/landlord

0.4.6 - KHM cards

09 Feb 04:28
fdc73af
Compare
Choose a tag to compare
v0.4.6

Updates for KHM (#32)

0.4.5 - ZNR cards

19 Sep 13:38
0cdeef5
Compare
Choose a tag to compare
v0.4.5

Updates for ZNR (#28)

0.4.4 - JMP cards

25 Jul 15:34
7f7b9dd
Compare
Choose a tag to compare
v0.4.4

Release version 0.4.4 for JMP (#26)

0.4.3 - M21 cards

25 Jun 03:52
Compare
Choose a tag to compare
  • Fix card update script to work with the latest Scryfall bulk data api

0.4.2 - C20 cards

23 May 15:40
Compare
Choose a tag to compare
v0.4.2

Release version 0.4.2 for C20

0.4.1

19 Apr 23:36
Compare
Choose a tag to compare
  • Fix for deck lists that contain the "Companion" line

0.4.0 - Bipartite matching

16 Apr 02:56
Compare
Choose a tag to compare

This release replaces the greedy auto-tap heuristic with a solution that models the problem as a bipartite matching problem.

0.3.1

12 Apr 02:02
Compare
Choose a tag to compare
  • Fixed Evolving Wilds
  • Slightly smaller WASM bundle size due to removing unnecessary fields from the Card struct
  • Filter "funny" cards out

0.3.0 - IKO

11 Apr 23:15
Compare
Choose a tag to compare
  • Remove some unused code
  • Switch over to using scryfall_default_cards.json bulk download for cards in future sets, such as IKO
    • Try to filter + dedup the cards in this bulk download to approximate what we would see with the oracle bulk download. Consider switching back to oracle bulk download once IKO lands in standard.

0.2.2

17 Mar 14:45
Compare
Choose a tag to compare

Reduce WASM file size