Skip to content

Commit

Permalink
Release 1.18.1 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruselj authored Jan 31, 2024
1 parent 231d1bd commit 1ac27bb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"1.17.0": "messages/1.17.0.txt",
"1.17.1": "messages/1.17.1.txt",
"1.17.2": "messages/1.17.2.txt",
"1.18.0": "messages/1.18.0.txt"
"1.18.0": "messages/1.18.0.txt",
"1.18.1": "messages/1.18.1.txt"
}
31 changes: 31 additions & 0 deletions messages/1.18.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Version 1.18.1
---------------------------------------------------

This hotfix update resolves teething issues caused by the addition of the new compiler option, Additional Branch Optimization Steps

- Fixed compilation not working if task functions were used

- Fixed incorrect default value for Additional Branch Optimization Steps option (it was set to true, even if the menu didn't show it)

- `compile_with/without`pragma directive for the new compiler option now works and is documented on Wiki (it's `extra_branch_optimization`)


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.

0 comments on commit 1ac27bb

Please sign in to comment.