Skip to content

Commit

Permalink
Cut 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Aug 6, 2022
1 parent ac91446 commit 4b0889b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.3
1.17.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"1.16.1": "messages/1.16.1.txt",
"1.16.2": "messages/1.16.2.txt",
"1.16.3": "messages/1.16.3.txt",
"1.17.0": "messages/1.17.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
21 changes: 21 additions & 0 deletions messages/1.17.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
=> 1.17.0

# Features and Fixes

- Completions rendering overhaul (expose labelDetails more prominently) (#2010) (jwortmann)
- Prevent failing to load all configs when one fails (Raoul Wols)
- Show previews in side view for Goto commands with side_by_side (#1982) (jwortmann)
- Support side_by_side for "Go to reference" (Rafal Chlodnicki)
- Keep active group when using Goto commands (#1994) (jwortmann)
- Fix bug for symbol action links in hover popup (jwortmann)
- Don't use actual linebreaks in log panel if payload is string literal (#1993) (jwortmann)
- Optionally fallback to goto_definition in lsp_symbol_definition (#1986) (timfjord)
- Restore selections after location picker panel (jwortmann)
- Add preview for resource (res:) files in LocationPicker (jwortmann)
- Tweaks for signature help popup including support for contextSupport and activeParameter (#2006) (jwortmann)
- Enable admonition extension for mdpopups (jwortmann)
- docs: Add Godot (GDScript) LSP instructions (lucypero)

# API changes

- Allow plugins to modify server response messages (#1992) (jwortmann)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 16, 3)
__version__ = (1, 17, 0)

0 comments on commit 4b0889b

Please sign in to comment.