diff --git a/CMakeLists.txt b/CMakeLists.txt index 02d3126..4f405fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(pipedal HOMEPAGE_URL "https://rerdavies.github.io/pipedal" ) -set (DISPLAY_VERSION "PiPedal v2.0.106-Experimental") +set (DISPLAY_VERSION "PiPedal v2.0.106-Release") option(PIPEDAL_DISABLE_COPYRIGHT_BUILD "Skip generation of copyright notices (use on non-Debian distros)" OFF) option(PIPEDAL_EXCLUDE_TESTS "Exclude test targets from default build" OFF) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 6d0b3ee..771d20b 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,8 +1,22 @@ # Release Notes -## PiPedal 2.0.106-Experimental +## PiPedal 2.0.106-Release -Preview release of TooB Multi-Tap Delay for internal development use. +New Features +- New TooB Multi-Tap Delay plugin. +- Drag and copy/paste Split nodes (and all their children) to new locations in the pedalboard. This allows you to easily rearrange the structure of your pedalboard. +- Range mapping controls in MIDI bindings now use the units of the target control, instead of 0..1 ranges. Provided by Fulgenzio Di Nicola. +- New system MIDI bindings for Next/Previous Snapshot. Provided by Fulgenzio Di Nicola. + +Minor Features: +- Alpha release of PiPedal build procedure for ARCH Linux. +- Fix compilation warnings/errors when compiling with GCC 16. +- Better naming of USB audio devices in the UI. + +Bug fixes: + +- Incorrect rendering when dragging plugins. +- MIDI hangups when using MIDI footpedals (or other high-rate CC messages). Provided by onirob. ## PiPedal 2.0.105-Release