commit ba5e593eb9f7c5ba2088676544ac4e9094504c45 parent 62fd0918c6f2dbb11826a5236f4992f8b44f0f6d Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Thu, 24 Mar 2022 23:49:36 +0100 changelog + version bump to 1.2.14 Diffstat:
M | CMakeLists.txt | | | 2 | +- |
M | doc/changelog.txt | | | 9 | +++++++++ |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "OS X Architectures") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") -project(gearmulator VERSION 1.2.13) +project(gearmulator VERSION 1.2.14) include(base.cmake) diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,5 +1,14 @@ Release Notes +1.2.14 (2022.03.23): + +- [Imp] Performance improved in some circumstances when JIT compiler had to regenerate code +- [Imp] Drop down menus with lots of entries now use multiple columns + +- [Fix] UI skins were not found on disk (Mac/Linux) +- [Fix] [UI Trancy] Size of some labels reduced to be able to display more text +- [Fix] [Trancy Skin] Unison Mode switch did not work + 1.2.13 (2022.03.23): UI only release