misc: 2.2.0 and add notes for features/changes

This commit is contained in:
Brendan Hagan
2022-06-20 16:12:36 -04:00
parent 212bc1d0f1
commit 9535117050
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,6 +1,17 @@
Magic Set Editor changelog, for the details see `git log` Magic Set Editor changelog, for the details see `git log`
============================================================================== ==============================================================================
FORK: Changes isolated to this fork
------------------------------------------------------------------------------
Features:
* Independently control Export Zoom setting in Preferences Window.
* Center the loaded image by default in the Image Slice Window.
* Add Button to Center the loaded image in the Image Slice Window.
* Add "Created At", "Last Modified At", "Has Notes" columns to card list.
* Add filter box to Game and Stylesheet selection.
------------------------------------------------------------------------------
HEAD: new items added as changes are made HEAD: new items added as changes are made
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
project(magicseteditor VERSION 2.1.3) project(magicseteditor VERSION 2.2.0)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True) set(CMAKE_CXX_STANDARD_REQUIRED True)