Skip to content

Commit 8fa102e

Browse files
committed
Cut 1.25.0
1 parent 31945a6 commit 8fa102e

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

VERSION

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

messages.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"1.22.0": "messages/1.22.0.txt",
2323
"1.23.0": "messages/1.23.0.txt",
2424
"1.24.0": "messages/1.24.0.txt",
25+
"1.25.0": "messages/1.25.0.txt",
2526
"1.3.0": "messages/1.3.0.txt",
2627
"1.3.1": "messages/1.3.1.txt",
2728
"1.4.0": "messages/1.4.0.txt",

messages/1.25.0.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
=> 1.25.0
2+
3+
⚠️ To ensure that everything works properly after LSP package is updated, it's strongly recommended to restart
4+
Sublime Text once it finishes updating all packages. ⚠️
5+
6+
# New features
7+
8+
- Add option to show diagnostics as annotations (#1702) (Rafał Chłodnicki)
9+
- Add argument "include_declaration" to "lsp_symbol_references" (#2275) (Magnus Karlsson)
10+
11+
# Fixes
12+
13+
- Fix rare KeyError (Janos Wortmann)
14+
- fix "Error rewriting command" warning triggered on startup (#2277) (Rafał Chłodnicki)
15+
- fix crash on checking excluded folders with missing project data (#2276) (Rafał Chłodnicki)
16+
- Fix tagged diagnostics flickering on document changes (#2274) (Rafał Chłodnicki)
17+
18+
# Improvements
19+
20+
- Show server crashed dialog on unexpected output in server's stdout (Rafal Chlodnicki)
21+
- Only do a single pass on running code actions on save (#2283) (Rafał Chłodnicki)
22+
- Take font style of sighelp active parameter from color scheme (#2279) (jwortmann)

plugin/core/version.py

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

0 commit comments

Comments
 (0)