release: 2.3.1

This commit is contained in:
Brendan Hagan
2022-08-02 22:10:56 -04:00
parent c608e485a8
commit 6c5b6a0c4a
2 changed files with 10 additions and 3 deletions
+9 -2
View File
@@ -6,11 +6,18 @@ HEAD: new items added as changes are made
------------------------------------------------------------------------------
Features:
* Restore reading of package translations from top level locale file. (haganbmj#43)
* Bundle other locale files, provide English translations as fallback rather than just using the key name.
Bug fixes:
------------------------------------------------------------------------------
version 2.3.1 (Unofficial), 2022-08-02
------------------------------------------------------------------------------
Features:
* Add missing French locale translations. (haganbmj#40)
* Restore reading of package translations from top level locale file. (haganbmj#43)
* Bundle other locale files, provide English translations as fallback rather than just using the key name.
------------------------------------------------------------------------------
version 2.3.0 (Unofficial), 2022-07-29
------------------------------------------------------------------------------
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)
project(magicseteditor VERSION 2.3.0)
project(magicseteditor VERSION 2.3.1)
add_definitions(-DUNOFFICIAL_BUILD)
set(CMAKE_CXX_STANDARD 17)