Skip to content

Commit 2261b48

Browse files
committed
Changelog for 3.2.8
1 parent d375cf3 commit 2261b48

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"3.1.0": "messages/3.1.0.txt",
1010
"3.1.7": "messages/3.1.7.txt",
1111
"3.2.0": "messages/3.2.0.txt",
12-
"3.2.2": "messages/3.2.2.txt"
12+
"3.2.2": "messages/3.2.2.txt",
13+
"3.2.8": "messages/3.2.8.txt"
1314
}

messages/3.2.8.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
v3.2.8 (2019-03-18)
2+
-------------------
3+
4+
## TL;DR
5+
6+
- Fixed a couple bugs
7+
- Added support for new theme and scheme attributes
8+
9+
10+
## Details
11+
12+
* Misc: Added new built-in commands to command completions (@deathaxe)
13+
* Settings: Added a couple (new) undocumented settings
14+
* Snippet: Fix forward slashes in regex replacements
15+
* Syntax: Fixed test completions for `<-` assertions in the first line
16+
* Syntax: Updated scope name database
17+
* Scheme: Support `block_caret`
18+
* Theme/Scheme: Added completions for colorish variables (@deathaxe)
19+
* Theme/Scheme: Enabled Goto Definition/Reference (@deathaxe)
20+
* Theme/Scheme: Support the min-contrast color adjuster (@deathaxe)
21+
* Theme: Support many new attributes and elements (@deathaxe)
22+
* Theme: Support platform keys (and values) (@deathaxe)
23+
* Theme: Fixed float rule value completions (@deathaxe)
24+
* Theme: Fixed completions in parent mappings (@deathaxe)
25+
26+
Notes from earlier releases that weren't shown:
27+
28+
* Scheme: Support `line_diff_modified`
29+
* Scheme: Fixed "Edit Current Color Scheme" command
30+
* Scheme: Added new global keys for line diffs
31+
* Syntax: Made input helpers optional and a couple fixes (@deathaxe, @FichteFoll)
32+
* Syntax: Support nested anonymous contexts in push/set (@deathaxe, #218)
33+
* Syntax: Better handling of hyphens in empty lines wrt completions
34+
* Theme: Added "Edit Current Theme" command

0 commit comments

Comments
 (0)