-
-
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.
- Loading branch information
1 parent
7024b68
commit 3386ee4
Showing
2 changed files
with
19 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"1.0.1": "messages/1.0.1.txt", | ||
"1.0.6": "messages/1.0.6.txt" | ||
"1.0.6": "messages/1.0.6.txt", | ||
"1.0.7": "messages/1.0.7.txt" | ||
} |
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,17 @@ | ||
v1.0.7 (2015-07-13) | ||
------------------- | ||
|
||
* Exceptions while parsing or dumping are not eaten anymore and can be seen in | ||
the console. As a result, the "conversion (un-)successful" message, which | ||
previously said the exact opposite of what actually happend, only shows up | ||
for success. (#55) | ||
* Fixed small issues with YAML Syntax Def highlighting (#58, #46) | ||
* Added a few cleanups for YAML scalar detections in rearrange command. `(?x)` | ||
patterns are now dedented and single-quoted scalars are preferred due to more | ||
complex escape mechanisms in double-quoted scalars. | ||
* File is not marked as dirty anymore after converting&rearranging. | ||
+ Added "punctuation" scopes to completions. Punctuation scopes don't have any | ||
standards yet, so feel free to suggest different names on github. | ||
- Removed "New Package" command. It hasn't been working for three years anyway. | ||
The "Delete Package" command has been removed as well, since it hasn't been | ||
updated for ST3's .sublime-package workflow. (#4, #54) |