Skip to content

Commit

Permalink
Cut 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jul 19, 2023
1 parent 31945a6 commit 8fa102e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.0
1.25.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"1.22.0": "messages/1.22.0.txt",
"1.23.0": "messages/1.23.0.txt",
"1.24.0": "messages/1.24.0.txt",
"1.25.0": "messages/1.25.0.txt",
"1.3.0": "messages/1.3.0.txt",
"1.3.1": "messages/1.3.1.txt",
"1.4.0": "messages/1.4.0.txt",
Expand Down
22 changes: 22 additions & 0 deletions messages/1.25.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
=> 1.25.0

⚠️ To ensure that everything works properly after LSP package is updated, it's strongly recommended to restart
Sublime Text once it finishes updating all packages. ⚠️

# New features

- Add option to show diagnostics as annotations (#1702) (Rafał Chłodnicki)
- Add argument "include_declaration" to "lsp_symbol_references" (#2275) (Magnus Karlsson)

# Fixes

- Fix rare KeyError (Janos Wortmann)
- fix "Error rewriting command" warning triggered on startup (#2277) (Rafał Chłodnicki)
- fix crash on checking excluded folders with missing project data (#2276) (Rafał Chłodnicki)
- Fix tagged diagnostics flickering on document changes (#2274) (Rafał Chłodnicki)

# Improvements

- Show server crashed dialog on unexpected output in server's stdout (Rafal Chlodnicki)
- Only do a single pass on running code actions on save (#2283) (Rafał Chłodnicki)
- Take font style of sighelp active parameter from color scheme (#2279) (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, 24, 0)
__version__ = (1, 25, 0)

0 comments on commit 8fa102e

Please sign in to comment.