commit db58c23a0dff7b451d5d5ba3c21cf01896567c2f
parent ed38616b2ad1ff8be4d51f3f1a52e595249362d8
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Wed, 26 Jan 2022 21:51:28 +0100
bump version + change log for 1.2.5a
Diffstat:
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
-project(gearmulator VERSION 1.2.4)
+project(gearmulator VERSION 1.2.5)
include(base.cmake)
diff --git a/doc/changelog.txt b/doc/changelog.txt
@@ -1,5 +1,16 @@
Release Notes
+1.2.5a (2022.01.26):
+
+- [Imp] Smaller general performance improvements
+- [Imp] Additional performance improvements for ARMv8 based CPUs (including Apple M1)
+
+- [Fix] CPU spikes in complex patches or multi mode
+- [Fix] Part Select buttons were visually broken (always appeared as being selected)
+- [Fix] Presets were stored with incorrect version number, causing Virus B & C features to be disabled by the DSP when being loaded (Reverb, Osc 3, EQ, ....)
+- [Fix] Preset was corrupted when saving to an already existing file
+- [Fix] Some presets caused the emu to crash
+
1.2.4c (2022.01.18):
- [Fix] Freezing of plugins for some seconds because DSP skipped processing peripheral devices in certain circumstances