Skip to content

Commit

Permalink
Changelog for 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Mar 18, 2019
1 parent d375cf3 commit 2261b48
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"3.1.0": "messages/3.1.0.txt",
"3.1.7": "messages/3.1.7.txt",
"3.2.0": "messages/3.2.0.txt",
"3.2.2": "messages/3.2.2.txt"
"3.2.2": "messages/3.2.2.txt",
"3.2.8": "messages/3.2.8.txt"
}
34 changes: 34 additions & 0 deletions messages/3.2.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
v3.2.8 (2019-03-18)
-------------------

## TL;DR

- Fixed a couple bugs
- Added support for new theme and scheme attributes


## Details

* Misc: Added new built-in commands to command completions (@deathaxe)
* Settings: Added a couple (new) undocumented settings
* Snippet: Fix forward slashes in regex replacements
* Syntax: Fixed test completions for `<-` assertions in the first line
* Syntax: Updated scope name database
* Scheme: Support `block_caret`
* Theme/Scheme: Added completions for colorish variables (@deathaxe)
* Theme/Scheme: Enabled Goto Definition/Reference (@deathaxe)
* Theme/Scheme: Support the min-contrast color adjuster (@deathaxe)
* Theme: Support many new attributes and elements (@deathaxe)
* Theme: Support platform keys (and values) (@deathaxe)
* Theme: Fixed float rule value completions (@deathaxe)
* Theme: Fixed completions in parent mappings (@deathaxe)

Notes from earlier releases that weren't shown:

* Scheme: Support `line_diff_modified`
* Scheme: Fixed "Edit Current Color Scheme" command
* Scheme: Added new global keys for line diffs
* Syntax: Made input helpers optional and a couple fixes (@deathaxe, @FichteFoll)
* Syntax: Support nested anonymous contexts in push/set (@deathaxe, #218)
* Syntax: Better handling of hyphens in empty lines wrt completions
* Theme: Added "Edit Current Theme" command

0 comments on commit 2261b48

Please sign in to comment.