From 35409283651783dae3156008ec713382435177fa Mon Sep 17 00:00:00 2001 From: Mario Kruselj Date: Thu, 11 Dec 2025 13:08:41 +0100 Subject: [PATCH] Release 1.25.0 --- messages.json | 3 ++- messages/1.25.0.txt | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 messages/1.25.0.txt diff --git a/messages.json b/messages.json index 0cede56..d21aa82 100755 --- a/messages.json +++ b/messages.json @@ -73,5 +73,6 @@ "1.22.1": "messages/1.22.1.txt", "1.23.0": "messages/1.23.0.txt", "1.24.0": "messages/1.24.0.txt", - "1.24.1": "messages/1.24.1.txt" + "1.24.1": "messages/1.24.1.txt", + "1.25.0": "messages/1.25.0.txt" } diff --git a/messages/1.25.0.txt b/messages/1.25.0.txt new file mode 100644 index 0000000..5a8a2c0 --- /dev/null +++ b/messages/1.25.0.txt @@ -0,0 +1,28 @@ +Version 1.25.0 +--------------------------------------------------- + +This update is quite light, nonetheless it had to happen. :) Only two bullet points this time: + +- FIXED abs(), sgn() and signbit() support arrays as argument (for example abs(foo[1]), which works in vanilla KSP, did not work in SublimeKSP - now it does) +- IMPROVED Compilation error messages now don't contain Python tracebacks anymore, and the verbiage of the error as far as line count is now slightly updated + + +That's all - 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