Skip to content

Commit f8c21c4

Browse files
committed
Cut 1.26.0
1 parent 876e924 commit f8c21c4

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.0
1+
1.26.0

messages.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"1.23.0": "messages/1.23.0.txt",
2424
"1.24.0": "messages/1.24.0.txt",
2525
"1.25.0": "messages/1.25.0.txt",
26+
"1.26.0": "messages/1.26.0.txt",
2627
"1.3.0": "messages/1.3.0.txt",
2728
"1.3.1": "messages/1.3.1.txt",
2829
"1.4.0": "messages/1.4.0.txt",

messages/1.26.0.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
=> 1.26.0
2+
3+
⚠️⚠️⚠️
4+
To ensure that everything works properly after LSP package is updated, it's strongly recommended
5+
to restart Sublime Text once it finishes updating all packages.
6+
⚠️⚠️⚠️
7+
8+
# New features
9+
10+
- Add support for remote images in hover popups (#2341) (jwortmann)
11+
- Add kind filter for Goto Symbol command (#2330) (jwortmann)
12+
- Handle multiple formatters (#2328) (jwortmann)
13+
- Add support for folding range request (#2304) (jwortmann)
14+
- Add support for multi-range formatting (#2299) (jwortmann)
15+
16+
# Improvements
17+
18+
- Handle custom URI schemes in hover text links (#2339) (Raoul Wols)
19+
- Sort and select closest result for Find References in quick panel (#2337) (jwortmann)
20+
- Improve signature help performance (#2329) (jwortmann)
21+
- Align "Expand Selection" fallback behavior with "Goto Definition" and "Find References" (Janos Wortmann)
22+
- support client config with `tcp_port` but without `command` (#2300) (Marek Budík)
23+
24+
# Fixes
25+
26+
- check `codeAction/resolve` capability against session buffer (#2343) (1900 TD Lemon)
27+
- Minor visual tweaks to ShowMessageRequest popup (#2340) (Rafał Chłodnicki)
28+
- fix "formatting on save" potentially running on outdated document state (Rafal Chlodnicki)

plugin/core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (1, 25, 0)
1+
__version__ = (1, 26, 0)

0 commit comments

Comments
 (0)