Skip to content

Commit

Permalink
Changelog for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jul 13, 2015
1 parent 7024b68 commit 3386ee4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
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"
}
17 changes: 17 additions & 0 deletions messages/1.0.7.txt
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)

0 comments on commit 3386ee4

Please sign in to comment.