File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 9
9
"3.1.0" : " messages/3.1.0.txt" ,
10
10
"3.1.7" : " messages/3.1.7.txt" ,
11
11
"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"
13
14
}
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments