Skip to content

Commit 427c97a

Browse files
committed
Changelog for 3.1.0
1 parent 64f0c7c commit 427c97a

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"2.0.0": "messages/2.0.0.txt",
66
"2.1.0": "messages/2.1.0.txt",
77
"3.0.0": "messages/3.0.0.txt",
8-
"3.0.1": "messages/3.0.1.txt"
8+
"3.0.1": "messages/3.0.1.txt",
9+
"3.1.0": "messages/3.1.0.txt"
910
}

messages/3.1.0.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
v3.1.0 (2017-11-06)
2+
-------------------
3+
4+
+ Add support for the new .sublime-color-scheme format, including:
5+
- syntax highlighting (@keith-hall),
6+
- symbol list,
7+
- completions for all keys,
8+
- CSS variable completions,
9+
- scope name completions in selectors.
10+
+ Add support for `embed` action in syntax definitions. (@keith-hall)
11+
+ Add completions for tmPreferences files (and improve PList completions).
12+
+ Add `e` snippet for tmPreferences.
13+
* Make scope name completions more robust. (@deathaxe)
14+
* Ensure all plugins are updated in-memory on a package update.
15+
* Improve settings tooltip readability with white color schemes. (@deathaxe)
16+
* More small bugfixes.
17+
18+
19+
Notes from earlier releases that weren't shown:
20+
21+
v3.0.3 (2017-09-20)
22+
-------------------
23+
24+
* Hide internal syntax definitions.
25+
* Add punctuation scopes to parens in Oniguruma syntax.
26+
* Fix completions of setting values before spaces (and not a comma).
27+
* Properly escape setting values when completing them.
28+
* Support syntax file specifications based on base file name in syntax test files.
29+
* Fix some completions in build systems.
30+
31+
v3.0.2 (2017-09-12)
32+
-------------------
33+
34+
* Always use color scheme background color for quick edit icon phantoms.
35+
* Fix base scope completions re-opening the completion popup in some situations.
36+
* Don't re-open completion popup when completing within a scope name.
37+
* Fix argument completions in menu children sub-menu entries.
38+
* Fix JSON escape sequences in regex charsets.
39+
* Scope exec arguments in build systems differently.

0 commit comments

Comments
 (0)