diff --git a/CHANGES.md b/CHANGES.md index c7b0fc20..d78e6a97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,17 @@ 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 ------------------------------------------------------------------------------ diff --git a/CMakeLists.txt b/CMakeLists.txt index 54e46995..4b633cc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ 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_REQUIRED True)