From d96a0755f4596e26ab2dd02c83634c11731b2951 Mon Sep 17 00:00:00 2001 From: EvilDragon Date: Thu, 14 Sep 2023 00:53:36 +0200 Subject: [PATCH] Release 1.17.0 (#398) --- messages.json | 3 ++- messages/1.17.0.txt | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 messages/1.17.0.txt diff --git a/messages.json b/messages.json index 6ee83fb..c195db7 100755 --- a/messages.json +++ b/messages.json @@ -58,5 +58,6 @@ "1.14.1": "messages/1.14.1.txt", "1.14.2": "messages/1.14.2.txt", "1.15.0": "messages/1.15.0.txt", - "1.16.0": "messages/1.16.0.txt" + "1.16.0": "messages/1.16.0.txt", + "1.17.0": "messages/1.17.0.txt" } diff --git a/messages/1.17.0.txt b/messages/1.17.0.txt new file mode 100644 index 0000000..2ebec95 --- /dev/null +++ b/messages/1.17.0.txt @@ -0,0 +1,35 @@ +Version 1.17.0 +--------------------------------------------------- + +This version brings support for Kontakt 7.6 additions (including NKS2 parameter descriptive information and navigation commands!), along with several fixes. + +- Added support for real array arguments in load/save_array(_str) commands. This was supposed to be there in 7.5, alas... + +- Fixed missing Raum engine parameters ($ENGINE_PAR_RAUM_REVERB, $ENGINE_PAR_RAUM_PREDELAY_UNIT) + +- Fixed incorrectly named engine parameter for Raum Low Shelf (it was $ENGINE_PAR_RAUM_LOWCUT instead of $ENGINE_PAR_RAUM_LOWSHELF) + +- Fixed superfluous closed parentheses appearing in auto-completion suggestions for certain commands + +- Updated the list of functions with forced parentheses with all remaining commands that weren't there yet + + +Have fun! + + +--------------------------------------------------- + +If you would like to roll back a version of SublimeKSP for time critical work prevented by a new bug: + +First, remove SublimeKSP from Sublime Package Control: +1. Press `Ctrl + Shift + P` on Windows and Linux, or `Cmd + Shift + P` on Mac. +2. Type "Remove Package" and select it, then select the "KSP (Kontakt Script Processor)" entry. + +Next, download the version you'd like [here](https://github.com/nojanath/SublimeKSP/releases). + +After the download, you can install it as a user package in Sublime following these instructions: + +1. Open the Preferences menu in Sublime Text and click Browse Packages. A folder will open up. +2. Extract the ZIP archive you have downloaded and place it into this folder. +3. IMPORTANT: Rename the unpacked folder to `KSP (Kontakt Script Processor)` (this is important so that your settings from Package Control version are retained)! +4. Restart Sublime Text. Alternatively, make sure you have [Automatic​Package​Reloader](https://packagecontrol.io/packages/AutomaticPackageReloader) package installed \ No newline at end of file