Skip to content

Commit 7dc540f

Browse files
committed
Changelog for 3.2.0
1 parent 2e91ade commit 7dc540f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"2.1.0": "messages/2.1.0.txt",
77
"3.0.0": "messages/3.0.0.txt",
88
"3.0.1": "messages/3.0.1.txt",
9-
"3.1.0": "messages/3.1.0.txt"
9+
"3.1.0": "messages/3.1.0.txt",
10+
"3.1.7": "messages/3.1.7.txt",
11+
"3.2.0": "messages/3.2.0.txt"
1012
}

messages/3.2.0.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
v3.2.0 (2018-10-23)
2+
-------------------
3+
4+
* Add complete support for theme files!
5+
6+
Includes syntax highlighting, completions, snippets and a template to create a new file.
7+
Supports all the new features from ST build 3179.
8+
9+
Check out this gif for a preview:
10+
https://raw.githubusercontent.com/wiki/SublimeText/PackageDev/images/theme_completions.gif
11+
12+
* Add support for new `foreground_adjust` key in color schemes
13+
* Fix setting edit buttons not showing for unpack default setting files (#178)
14+
* Fix variable completions in color schemes (and themes) being interfered by CSS completions
15+
* Improve setting phantom header visibility for certain bright color schemes (#197)

0 commit comments

Comments
 (0)