This repository was archived by the owner on Feb 4, 2024. It is now read-only.
Releases: Horizon0156/MagicCardTracker
Releases · Horizon0156/MagicCardTracker
v1.3.0
v1.2.2
🐛 Bug Fixes
- Updated Scryfall API definition to support new set types
Full Changelog:
v1.2.1...v1.2.2
v1.2.1
v1.2.0
🎉 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
🎉 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
🎉 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
🐛 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
🎉 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
🎉 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
This is the first "official" release of MCT including basic support for card collection management.