commit ccc23d39e44865db64207cb847feb0b4baa30327 parent dcdab1d61b8f522b5701c328464af485d344933e Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:00:13 +0200 update changelog & bump version 1.3.13 Diffstat:
M | CMakeLists.txt | | | 2 | +- |
M | doc/changelog.txt | | | 14 | ++++++++++++++ |
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -19,7 +19,7 @@ if(APPLE) message("CMAKE_OSX_DEPLOYMENT_TARGET: " ${CMAKE_OSX_DEPLOYMENT_TARGET}) endif() -project(gearmulator VERSION 1.3.12) +project(gearmulator VERSION 1.3.13) include(base.cmake) include(CTest) diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,5 +1,19 @@ Release Notes +1.3.13 + +Framework: + +- [Imp] Added warning message if running under Rosetta as performance will be bad + +- [Fix] Do not crash if a skin cannot be loaded + +Osirus: + +- [Imp] Added support for Virus Rack and Rack XL OS via .mid file + +- [Fix] Older Virus B firmware 4.58 failed to load + 1.3.12 Framework: