release: v2.2.1

This commit is contained in:
Brendan Hagan
2022-07-19 21:37:49 -04:00
parent e0f5849a9c
commit b7b85cefe3
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -8,7 +8,14 @@ HEAD: new items added as changes are made
Features: Features:
Bug fixes: Bug fixes:
* Fix Add Cards toolbar not showing script multi-add functions on initial load (twanvl#153)
------------------------------------------------------------------------------
version 2.2.1 (Unofficial), 2022-07-19
------------------------------------------------------------------------------
Bug fixes:
* Fix Add Cards toolbar not showing script multi-add functions on initial load. (twanvl#153)
* Correct default Export Zoom value to 100%.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
version 2.2.0 (Unofficial), 2022-07-16 version 2.2.0 (Unofficial), 2022-07-16
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
project(magicseteditor VERSION 2.2.0) project(magicseteditor VERSION 2.2.1)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True) set(CMAKE_CXX_STANDARD_REQUIRED True)