Skip to content

Commit

Permalink
Cut 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Nov 21, 2021
1 parent 656b0c2 commit acfd640
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.14.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"1.12.0": "messages/1.12.0.txt",
"1.12.1": "messages/1.12.1.txt",
"1.13.0": "messages/1.13.0.txt",
"1.14.0": "messages/1.14.0.txt",
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt",
Expand Down
30 changes: 30 additions & 0 deletions messages/1.14.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
=> 1.14.0

# Features and Fixes

- Fix LSP status field missing randomly (#1901) (Rafał Chłodnicki)

- Fix color boxes not updating in some cases (#1899) (Rafał Chłodnicki)

- Simplify Vala Language Server instructions (#1895) (Colin Kiama)

- Include diagnostics when triggering codeAction request on save (#1896) (Rafał Chłodnicki)

- Use new UnitTesting github actions (#1897) (Rafał Chłodnicki)

- Remove unused context in "goto definition" keybindings (Rafal Chlodnicki)

- "Goto Diagnostic" quick panels (#1884) (Hans-Thomas Mueller)
You can now more comfortably browse through the diagnostics in the current
file by pressing F8. Pressing Shift+F8 will allow you to browse through the
diagnostics across the entire project.
This functionality replaces the old behavior of using Sublime's built-in
`next_result` command.
To modify the default key bindings, run "Preferences: LSP Key Bindings" from
the command palette.

- Don't restart all servers on changing LSP-* plugin settings (#1893) (Rafał Chłodnicki)

- report didChangeWatchedFiles capability in a correct place (#1892) (Rafał Chłodnicki)

- Don't resolve code lenses if server doesn't support resolving (#1888) (Rafał Chłodnicki)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 13, 0)
__version__ = (1, 14, 0)

0 comments on commit acfd640

Please sign in to comment.