|
| 1 | +v3.1.0 (2017-11-06) |
| 2 | +------------------- |
| 3 | + |
| 4 | ++ Add support for the new .sublime-color-scheme format, including: |
| 5 | + - syntax highlighting (@keith-hall), |
| 6 | + - symbol list, |
| 7 | + - completions for all keys, |
| 8 | + - CSS variable completions, |
| 9 | + - scope name completions in selectors. |
| 10 | ++ Add support for `embed` action in syntax definitions. (@keith-hall) |
| 11 | ++ Add completions for tmPreferences files (and improve PList completions). |
| 12 | ++ Add `e` snippet for tmPreferences. |
| 13 | +* Make scope name completions more robust. (@deathaxe) |
| 14 | +* Ensure all plugins are updated in-memory on a package update. |
| 15 | +* Improve settings tooltip readability with white color schemes. (@deathaxe) |
| 16 | +* More small bugfixes. |
| 17 | + |
| 18 | + |
| 19 | +Notes from earlier releases that weren't shown: |
| 20 | + |
| 21 | +v3.0.3 (2017-09-20) |
| 22 | +------------------- |
| 23 | + |
| 24 | +* Hide internal syntax definitions. |
| 25 | +* Add punctuation scopes to parens in Oniguruma syntax. |
| 26 | +* Fix completions of setting values before spaces (and not a comma). |
| 27 | +* Properly escape setting values when completing them. |
| 28 | +* Support syntax file specifications based on base file name in syntax test files. |
| 29 | +* Fix some completions in build systems. |
| 30 | + |
| 31 | +v3.0.2 (2017-09-12) |
| 32 | +------------------- |
| 33 | + |
| 34 | +* Always use color scheme background color for quick edit icon phantoms. |
| 35 | +* Fix base scope completions re-opening the completion popup in some situations. |
| 36 | +* Don't re-open completion popup when completing within a scope name. |
| 37 | +* Fix argument completions in menu children sub-menu entries. |
| 38 | +* Fix JSON escape sequences in regex charsets. |
| 39 | +* Scope exec arguments in build systems differently. |
0 commit comments