-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Version 1.10.1 | ||
--------------------------------------------------- | ||
|
||
This is a quick release fix for 1.10.0 breaking the use of the debug log after shifting string compilation to a stage too late where the logger needed to read the filepath. | ||
|
||
--------------------------------------------------- | ||
|
||
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. Use the shortcut `Ctrl + Shift + P` on Windows/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 | ||
With your SublimeKSP package downloaded, you can install it as a user package in Sublime following these instructions: | ||
1. Open the Preferences menu in Sublime and click Browse Packages. A folder will open up. | ||
2. Extract the `SublimeKSP` folder out of the zip file and place it into this folder. | ||
3. Restart Sublime completely. Make sure it is not running in your OS task manager (or, restart the computer to be thorough!) |