-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e7f416
commit e9d025b
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
v3.2.2 (2019-01-15) | ||
------------------- | ||
|
||
* Added a command to edit the currently active color scheme in a User override (#200) | ||
* Auto-completions now work in cloned files (#142) | ||
* Syntax: Fixed highlighting of multi-push statements and provide completions (@deathaxe, #209) | ||
* Syntax: Added input helpers for `:` and `-` (@deathaxe, #212) | ||
* Settings: Added proper setting sources for widget settings (#206) | ||
|
||
Small changes: | ||
|
||
* The bundled sublime_lib has been removed and replaced with an actual dependency: | ||
<https://github.com/SublimeText/sublime_lib#readme> | ||
* Fixed wrong arg in the menu template (@calculuswhiz, #207) | ||
* Syntax Tests: Extend test range in completions as far as possible (@Thom1729, #202) | ||
* Syntax: Added `first_line_match` completion (@deathaxe, #214) | ||
* Settings: Added more undocumented settings hints | ||
* Themes: Support new attributes for VCS-aware sidebar | ||
|
||
|
||
Notes from earlier releases that weren't shown: | ||
|
||
* Themes: Allow more values for certain keys (#198, #199) | ||
* Themes: `highlight_colour` was an upstream misspelling of `highlight_color` | ||
* Settings: Consider `Base File.sublime-settings` files for default Preferences (#196) | ||
* Schemes: Fix mis-scoped completions (@deathaxe, #194) |