v0.3.0
What's Changed
Configuration Update
This release adds a new configuration option to designate your preferred currency. If you have used a config file from a previous version, you will receive an error on launching v0.3.0. Either regenerate the config file or add the following line to your existing one to resolve the error:
currency = "USD" (or Euro/Tix)
Quick note about the prices:
All price data in Decklist comes from the Scryfall database. That information already comes with a disclaimer, as Scryfall updates prices roughly once a day. Decklist downloads a new database every 7 days by default, so price information displayed in the program is only meant as a general reference and won't be up-to-the-minute accurate.
Also, Decklist currently uses the smallest complete database Scryfall offers, which only contains a single instance of each card. If a card has multiple printings, Decklist will only have access to the cost of one of those printings which may not have the cheapest price, or any price data at all. This may be fixed in a future release, but will require significant change under the hood and require downloading larger database files.
- added a price display for missing cards on the Missing tab
- fixed a bug where program wouldn't display missing cards appropriately if the user loaded a decklist before the database file was done loading
- fixed spell check bug on Missing tab for adventure cards
Full Changelog: v0.2.0...v0.3.0