-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push 1.0.2.txt as changelog (won't be displayed)
- Loading branch information
1 parent
1f05aa1
commit fbf632b
Showing
1 changed file
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
v1.0.2 | ||
------ | ||
|
||
(This is mostly a bug fix release and this message won't be displayed in | ||
Package Control. A changelog has been added however.) | ||
|
||
|
||
* Fixed escaped backslashes in sublime settings syntax | ||
~ File conversion now saves the file before building (and fails when saving | ||
does) | ||
* Stop the build if the user closed the "select target format" panel | ||
* Some minor bugfixes | ||
|
||
|
||
== Changes to sublime_lib (interesting for developers) == | ||
|
||
+ Added `auto_show` parameter to `OutputPanel`'s `__init__` | ||
+ Added `view.OutputPanel.append()` | ||
+ `view.OutputPanel()` can now be used as a context manager and runs | ||
`.finish()` on exit | ||
+ Added `edit.Edit.append()` and made parameters for callback signatures | ||
optional |