Skip to content

Commit 4b0889b

Browse files
committed
Cut 1.17.0
1 parent ac91446 commit 4b0889b

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.3
1+
1.17.0

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"1.16.1": "messages/1.16.1.txt",
1212
"1.16.2": "messages/1.16.2.txt",
1313
"1.16.3": "messages/1.16.3.txt",
14+
"1.17.0": "messages/1.17.0.txt",
1415
"1.2.7": "messages/1.2.7.txt",
1516
"1.2.8": "messages/1.2.8.txt",
1617
"1.2.9": "messages/1.2.9.txt",

messages/1.17.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
=> 1.17.0
2+
3+
# Features and Fixes
4+
5+
- Completions rendering overhaul (expose labelDetails more prominently) (#2010) (jwortmann)
6+
- Prevent failing to load all configs when one fails (Raoul Wols)
7+
- Show previews in side view for Goto commands with side_by_side (#1982) (jwortmann)
8+
- Support side_by_side for "Go to reference" (Rafal Chlodnicki)
9+
- Keep active group when using Goto commands (#1994) (jwortmann)
10+
- Fix bug for symbol action links in hover popup (jwortmann)
11+
- Don't use actual linebreaks in log panel if payload is string literal (#1993) (jwortmann)
12+
- Optionally fallback to goto_definition in lsp_symbol_definition (#1986) (timfjord)
13+
- Restore selections after location picker panel (jwortmann)
14+
- Add preview for resource (res:) files in LocationPicker (jwortmann)
15+
- Tweaks for signature help popup including support for contextSupport and activeParameter (#2006) (jwortmann)
16+
- Enable admonition extension for mdpopups (jwortmann)
17+
- docs: Add Godot (GDScript) LSP instructions (lucypero)
18+
19+
# API changes
20+
21+
- Allow plugins to modify server response messages (#1992) (jwortmann)

plugin/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (1, 16, 3)
1+
__version__ = (1, 17, 0)

0 commit comments

Comments
 (0)