* [SPM] Add Marvel Universe expansion set with initial card list
* Add support for Marvel Universe set in Scryfall image downloader
* Add "Wedding Ring" card to Marvel Universe expansion set
* Add MAR and SPM to GatherSets
* deck: added Bitter Triumph, Fable of the Mirror-Breaker, and Slickshot Show-off to Store Championships set
* added Monstrous Rage and Trinket Mage to Wizards Play Network 2025 set
* add Year of the Snake 2025 expansion set
* add Year of the Dragon 2024 expansion set
* deck: add Dragon and Snake tokens for PL24 and PL25
* add Year of the Dragon 2024 and Year of the Snake 2025 expansion sets
* add Reflection of Kiki-Jiki to Store Championships set
* hasBasicLands true for Year of the Dragon 2024 and Year of the Snake 2025
* Update URLs and Land rarity
* add MagicFest 2024 expansion set
* add Love Your LGS 2024 expansion set
* add MKM Standard Showdown expansion set
* Set Full Art Lands to Full Art
* Add new expansion sets: MagicFest 2024, MKM Standard Showdown, and Love Your LGS 2024
* Fix Error
* Add new expansion sets: MagicFest 2023 and 30th Anniversary History Promos
* Add new expansion sets: Love Your LGS 2022 and Regional Championship Qualifiers 2022
* Add Love Your LGS 2020 set
* Add new cards to PURL
* Update MagicFest 2025 set: add new cards and reorder existing entries
* Add Magiccon Cards
* Remove incorrect mechtitan core (it's a token)
* Fix Kor Skyfisher and add Counterspell to PURL
* Fix Yoshimaru and add missing cards
* Fix Kongming "Sleeping Dragon" name
* Fix Pang Tong "Young Phoenix" name
* Fix Henzie "Toolbox" Torre Name
* Add missing Pro Tour Promo Cards
* Fix rarity
* Add Spotlight Series set
* Add missing PW25 Cards
* Add Store Championships
* Add PLG25
* Fix verify failures
* Add FIN Standard Showdown set
* Add Cowboy Bebop set
* Update author and Scryfall link in StoreChampionships set
* Update StoreChampionships.java
Fix card name for Virtue of Persistence
* Update WizardsPlayNetwork2025.java
Fix Zidane Rarity and add Spectacular Spider-Man
* Add new cards to Media and Collaboration Promos set
* Added Ravager Of the Fells (Huntmaster back)
- refactor: simplified target implementation from a dozen canTarget, canChoose and possibleTargets methods to canTarget/possibleTargets only (part of #13638, #13766);
- refactor: fixed wrong target implementations in many cards (example: TargetCardInHand for opponent's hand, close#6210);
- AI: now human, AI and test players -- all use possibleTargets logic in most use cases instead filters or custom validation;
- AI: improved AI sims support for multiple targets abilities;
- AI: improved AI stability, freezes and targets errors in some use cases;
* [EOC] Add Edge of Eternities: Stellar Sights expansion set
* Add support for Edge of Eternities: Stellar Sights set
* Adding other Inkmoth Nexus prints
* Adding additional cards
* Order by Name,Number
* Update Edge of Eternities: Stellar Sights with additional cards
* Not FULL_ART
* Add more cards
* Add additional card entries to Edge of Eternities: Stellar Sights
* Add second Endless Sands
* Add remaining EOS cards
* Add EOE token support for Lander in ScryfallImageSupportTokens and tokens-database
* Add EOC tokens
* Forgot to rename
* Reordering EOC tokens alphabetically
Fixes PMEI Crop Rotation URL
Removes SLP Showdown Echo of Death's Wail & Tribute to Horobi, does not exist on scryfall and I can't find anything that says they were printed as part of the showdown series.
Removes a bunch of WOC/TWOC tokens that were never printed and are not on scryfall.
Updates URL for WOC/TWOC Virtuous token to point to a working card.
Added additional sets to GathererSets for symbol download.
Remove 40K Adaptive Automaton.
- dev: added data collectors API to collect and process game data in real time;
- tests: added game logs output in all unit tests (enabled by default);
- tests: added games history storage (decks, game logs, chats - disabled by default);
* Added missing set codes
* Added More Missing Sets
* Remove sets that don't exist on gatherer
* Add replacement set names
* Fix MPS/MPS_KLD
* Add handling for Special only sets
- GUI, table: added dynamic data support for Cube Types (no more depends on server's config names, part of #12050);
- server: replace multiple MTGO Vintage Cubes by single cube, updated to April 2025 (part of #12050);
- server: fixed table freeze on starting error (related to #11285);
- GUI, table: added better support of Cube From Deck (client/server side errors, additional info about loaded cards, etc);
- new tourney's single game mode allow to play tourneys/drafts with all players in one game without multiple rounds;
- it's allow to setup classic drafts with 1 vs 1 games and multiple rounds
- added AI opponents supported including draft bots from a public servers;