* Include unordered_map (fixes #104)

* Make templates localizable (Closes #100)

* Check/uncheck all selected cards in export window (Closes #93)

Co-authored-by: Twan van Laarhoven <twanvl@gmail.com>
This commit is contained in:
Carl Miller, Jr
2021-02-15 02:18:50 -05:00
committed by GitHub
parent cb3766ea82
commit 3a243f23e6
26 changed files with 183 additions and 72 deletions
+6
View File
@@ -4,6 +4,12 @@ Magic Set Editor changelog, for the details see `git log`
HEAD: new items added as changes are made
------------------------------------------------------------------------------
Features:
* You can now check/uncheck all selected cards in the export window (#93)
Template features:
* Localization of game/stylesheet/symbol_font names is now done in those templates, instead of via the program-wide locale file. (#100)
------------------------------------------------------------------------------
version 2.1.2, 2020-09-28
------------------------------------------------------------------------------