commit 6ffa78ed7eb94b3b93a9eccba8ee76b56c3f277d parent 3df272da53ea2b2a7c0f29e05f6b35ddad716ae7 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:43:14 +0200 Merge branch 'oss/main' into priv/n2x # Conflicts: # doc/changelog.txt Diffstat:
M | CMakeLists.txt | | | 2 | +- |
M | doc/changelog.txt | | | 12 | ++++++++++-- |
2 files changed, 11 insertions(+), 3 deletions(-)
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.17) +project(gearmulator VERSION 1.3.18) include(base.cmake) include(CTest) diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -1,6 +1,12 @@ Release Notes -1.3.17 +1.3.18 + +Xenia: + +- [Fix] Do not expose parameters for parts 9-16 as the machine only has 8 + +1.3.17 (2024.08.04) Framework: @@ -21,7 +27,9 @@ Xenia: - [Fix] Font when renaming a patch was too large - [Fix] Microcontroller timing -- [Fix] Do not expose parameters for parts 9-16 as the machine only has 8 +- [Fix] Multi parameters were not initialized correctly +- [Fix] Global channel was not initialized to channel 1 which might have + caused issues depending on the used firmware 1.3.16 (2024.07.14)