From a57986a402098289eb3ec42b5b14b1ed5741f922d0f3cc697366cdc1689f722f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 18 Nov 2023 16:46:17 +0000 Subject: [PATCH] - update to 3.13.1: * Fixed the maximal value of the "SYSEX Hauptwerk 32 Byte LCD" midi send events * Fixed discard in the Organ Settings dialog when multiple objects are selected * Moved all Organ Settings dialog buttons to the single button row * Decreased number of decimal digits in the Organ Settings dialog * Added a confirmation box when restoring Organ Settings to default * Replaced the Cancel and OK buttons in the Organ Settings dialog with the single Close button * Fixed change tracking and enableing/disabling the Discard and Apply buttons in the Organ Settings dialog * Renamed the Reset button to Discard in the Organ Settings dialog * Adopted the build instruction and the build scripts to new ubuntu versions * Improved concurrency handling * Added deregistering organs in the temporary directory that do not more exist * Fixed error messages after multiple runs of GrandOrgue ftom Appimage with a demo organ * Implemented option to send MIDI Note Off as 0x8X or 0x9X with velocity 0 * Added capability of control buttons with Control Change MIDI events with different keys but same values using "Bx Ctrl Change Fixed On Value Toggle" and "Bx Ctrl Change Fixed Off Value Toggle" OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/grandorgue?expand=0&rev=25 --- grandorgue-3.12.2-1.tar.gz | 3 --- grandorgue-3.13.1-1.tar.gz | 3 +++ grandorgue.changes | 42 ++++++++++++++++++++++++++++++++++++++ grandorgue.spec | 2 +- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 grandorgue-3.12.2-1.tar.gz create mode 100644 grandorgue-3.13.1-1.tar.gz diff --git a/grandorgue-3.12.2-1.tar.gz b/grandorgue-3.12.2-1.tar.gz deleted file mode 100644 index 27192d4..0000000 --- a/grandorgue-3.12.2-1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e33e2d0a6ab3060dd6ba4023b009ea7cad4d551029108ed8157f64db905d40e6 -size 28121970 diff --git a/grandorgue-3.13.1-1.tar.gz b/grandorgue-3.13.1-1.tar.gz new file mode 100644 index 0000000..856fc8f --- /dev/null +++ b/grandorgue-3.13.1-1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbd1811025f000e311733e9ac9c7642c583b672b7505e8c7bf6dea89ac20ed8 +size 28152352 diff --git a/grandorgue.changes b/grandorgue.changes index 94aaae1..47db987 100644 --- a/grandorgue.changes +++ b/grandorgue.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sat Nov 18 16:45:20 UTC 2023 - Dirk Müller + +- update to 3.13.1: + * Fixed the maximal value of the "SYSEX Hauptwerk 32 Byte LCD" + midi send events + * Fixed discard in the Organ Settings dialog when multiple + objects are selected + * Moved all Organ Settings dialog buttons to the single button + row + * Decreased number of decimal digits in the Organ Settings + dialog + * Added a confirmation box when restoring Organ Settings to + default + * Replaced the Cancel and OK buttons in the Organ Settings + dialog with the single Close button + * Fixed change tracking and enableing/disabling the Discard and + Apply buttons in the Organ Settings dialog + * Renamed the Reset button to Discard in the Organ Settings + dialog + * Adopted the build instruction and the build scripts to new + ubuntu versions + * Improved concurrency handling + * Added deregistering organs in the temporary directory that do + not more exist + * Fixed error messages after multiple runs of GrandOrgue ftom + Appimage with a demo organ + * Implemented option to send MIDI Note Off as 0x8X or 0x9X with + velocity 0 + * Added capability of control buttons with Control Change MIDI + events with different keys but same values using "Bx Ctrl + Change Fixed On Value Toggle" and "Bx Ctrl Change Fixed Off + Value Toggle" + * Added saving dialog positions and sizes + * Increased maximum value of Pipe999LoopCrossfadeLength and + Pipe999ReleaseCrossfadeLength. Now they are 3000 + * Fixed saving manual switches as global in yaml + * Fixed convolution enabling warrning in the Settings dialog + * Fixed "Release Length is not valid" error when applying + changes for several Organ Settings objects at once + * Fixed saving all combinations as full + ------------------------------------------------------------------- Sun Jul 23 13:47:18 UTC 2023 - Lukas Müller diff --git a/grandorgue.spec b/grandorgue.spec index 4a8dd70..fc1d2d9 100644 --- a/grandorgue.spec +++ b/grandorgue.spec @@ -19,7 +19,7 @@ %define version_suffix 1 Name: grandorgue -Version: 3.12.2 +Version: 3.13.1 Release: 0 Summary: Virtual Pipe Organ Software License: GPL-2.0-or-later