Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Releases: Horizon0156/MagicCardTracker

v1.3.0

22 Jan 21:22
c5aed16

Choose a tag to compare

🎉 Features

  • Implemented Moxfield CSV exporter

🐛 Bug Fixes

  • Dropped custom names to be compliant with other formats
  • Updated Scryfall API client to support bad 'promos' set type

v1.2.2

14 Jul 20:55

Choose a tag to compare

🐛 Bug Fixes

  • Updated Scryfall API definition to support new set types

Full Changelog:
v1.2.1...v1.2.2

v1.2.1

01 Aug 16:34

Choose a tag to compare

🐛 Bug Fixes

  • Updated Scryfall API definition to support new set types (5f16ad6)

v1.2.0

07 Dec 23:13

Choose a tag to compare

🎉 Features

  • Added rarity indicator on "Cards by value" page.
  • Added filter to the Collection.

🐛 Bugfixes

  • Fixed an issue where color identities were not updated properly.
  • Minor style and animation optimizations

🚀 Performance

  • Updated to .NET 6

v1.1.0

18 Sep 16:42
a32d397

Choose a tag to compare

🎉 Features

  • Added persisted user settings (e.g. for desired currency).
  • All pages will regard the desired currency and just display values based on the selection.
  • Added new "Cards by value" page which provides more information about most valuable cards. All cards are ordered by prices and a new metric will sum the collection value by set.
  • Added Cardmarket link to the card overlay
  • Added fallback conversion in case Scryfall is not providing Euro or Dollars. In that case the missing value is calculated based on known foreign values and conversion rates.

🐞 Bugfixes

  • Fixed an issue where card prices were not updated properly. Especially when the same card was collected in different languages.

🚀 Performance

  • Optimized Settings and application bootstrapping

v1.0.7

03 Sep 22:08

Choose a tag to compare

🎉 Features

  • Added "Yikes" page in case something unexpected happend. This allows the user to gracefully reload the page

🐛 Bugfixes

  • Fixed an issue where card faces were not loaded properly for some layouts. Update Metadata is required in order to get missing card faces (#7)
  • Fixed an issue where the card overlay was not opened properly during the load of foreign languages

🚀 Performance

  • Optimized Settings and Dependency Injection

v1.0.6

23 Aug 12:06

Choose a tag to compare

🐛 Bugfixes

  • Fixed an issue in the set collection where "Show all" did not display uncollected sets. Update Sets is required in order to get latest changes

v1.0.5

23 Aug 11:51

Choose a tag to compare

🎉 Features

  • Storage optimizations
  • Added support for displaying transformable cards (e.g. Accursed Witch from SOI)

🐛 Bugfixes

  • Minor design adjustments to prevent that card previews are overlaid by the navigation bar
  • Fixed an issue where navigating from a filtered collection to the full collection results in an empty page

v1.0.4

23 Aug 11:48

Choose a tag to compare

🎉 Features

  • Event when a set is not displayed (Only Core and Extensions are listed by "Show All", adding a card from an unommon set e.g. Commander will make the set appear in the collection overview.
  • Introduced new notification center that informs when cards where not found or longer running operations finished
  • Added support for updating Sets and Collections
  • Improved display of pricing information
  • Quick collect now defaults set code and language to the last added card
  • Display pricing information during Quick Collect
  • Added new statistics for mana distribution of the entire collection (Now the application logo finally makes sense :))
  • The collection now orders by year and then by rarity of your collected cards.
  • Added support to refresh cached set information and collection database (to update prices and new card features)
  • Added information about card legalities

🐛 Bugfixes

  • Profile now uses proper prices (Foil vs non-foil) when displaying top 5

v1.0.1

23 Aug 12:04

Choose a tag to compare

This is the first "official" release of MCT including basic support for card collection management.