Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
28 changes: 28 additions & 0 deletions messages/1.25.0.txt
Original file line number Diff line number Diff line change
@@ -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.