From 6e26303b602ff3079f659237c2d606e043b7d56c Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Sun, 9 Feb 2020 10:27:40 -0800 Subject: [PATCH] Updated version and release notes --- CMakeLists.txt | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4b375b..63deb09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ option(JAMBA_ENABLE_VST2 "Use VST2" ON) option(JAMBA_ENABLE_AUDIO_UNIT "Enable Audio Unit" ON) set(PLUGIN_MAJOR_VERSION 1) -set(PLUGIN_MINOR_VERSION 0) +set(PLUGIN_MINOR_VERSION 1) set(PLUGIN_PATCH_VERSION 0) set(PLUGIN_VERSION "${PLUGIN_MAJOR_VERSION}.${PLUGIN_MINOR_VERSION}.${PLUGIN_PATCH_VERSION}") diff --git a/README.md b/README.md index a1d95b9..407ef77 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Check the [SAM-SPL 64](https://pongasoft.com/vst/SAM-SPL64.html) documentation f Release Notes ------------- +### 2020-02-09 - `v1.1.0` +* Added "follow" option so that the selected slice follows MIDI input (ex: via MIDI keyboard) +* Added "Quick Edit Mode" to be able to quickly and conveniently see/configure the settings of each slice (loop/reverse) +* Added "Loop" action to loop on/off all slices at once (note that if not all slices are looped, then hitting "Loop" will make them all loop) +* Added "Reset" action to resets the settings (loop/reverse) of all slices at once + ### 2019-09-19 - `v1.0.0` * first public release / free / open source