Skip to content

Commit

Permalink
Cut 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Feb 15, 2022
1 parent 5dfd068 commit 9532327
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"1.13.0": "messages/1.13.0.txt",
"1.14.0": "messages/1.14.0.txt",
"1.15.0": "messages/1.15.0.txt",
"1.16.0": "messages/1.16.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
16 changes: 16 additions & 0 deletions messages/1.16.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
=> 1.16.0

# Features and Fixes

- Remove registration of the legacy LanguageHandler class (#1936) (Raoul Wols)
- Don't use emoji for deprecated completion items icon (#1942) (Janos Wortmann)
- Document the command for showing signature help (#1938) (Seph Soliman)
- Fix "disable server globally" command for LSP packages (#1907) (Предраг Николић)
- Lowercase keys for initializing semantic token regions (Janos Wortmann)
- Show popup with code actions when hovering over lightbulb icon (#1929) (Janos Wortmann)
- Remove more usage of uri_to_filename (#1796) (Raoul Wols)
- Prevent semantic tokens delta request after previous error response (Janos Wortmann)
- Announce in initialize that we augment syntax tokens (Janos Wortmann)
- Ensure code actions lightbulb icon is on top (#1928) (Janos Wortmann)
- Ensure view gets registered when tab is moved to create new window (#1927) (Janos Wortmann)
- Fix lsp_show_scope_name command not working if view was dragged to new window (Janos Wortmann)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 15, 0)
__version__ = (1, 16, 0)

0 comments on commit 9532327

Please sign in to comment.