mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
misc: 2.2.0 and add notes for features/changes
This commit is contained in:
+11
@@ -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
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user