Skip to content

Commit fbf632b

Browse files
committed
Push 1.0.2.txt as changelog (won't be displayed)
1 parent 1f05aa1 commit fbf632b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

messages/1.0.2.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
v1.0.2
2+
------
3+
4+
(This is mostly a bug fix release and this message won't be displayed in
5+
Package Control. A changelog has been added however.)
6+
7+
8+
* Fixed escaped backslashes in sublime settings syntax
9+
~ File conversion now saves the file before building (and fails when saving
10+
does)
11+
* Stop the build if the user closed the "select target format" panel
12+
* Some minor bugfixes
13+
14+
15+
== Changes to sublime_lib (interesting for developers) ==
16+
17+
+ Added `auto_show` parameter to `OutputPanel`'s `__init__`
18+
+ Added `view.OutputPanel.append()`
19+
+ `view.OutputPanel()` can now be used as a context manager and runs
20+
`.finish()` on exit
21+
+ Added `edit.Edit.append()` and made parameters for callback signatures
22+
optional

0 commit comments

Comments
 (0)