-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
779ddd7
commit 5891ff4
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.29.0 | ||
1.30.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
=> 1.30.0 | ||
|
||
# Breaking changes | ||
|
||
- [godot-editor](https://lsp.sublimetext.io/language_servers/#gdscript-godot-engine) client configuration default `tcp_port` value is now `6005` instead of `6008`. Older versions of Godot(3.x) use port `6008`. (#2447) (Предраг Николић) | ||
|
||
# Fixes and Improvements | ||
|
||
- Keep tab selection and focus when applying WorkspaceEdit (#2431) (Janos Wortmann) | ||
- Enhancements for the rename panel (#2428) (Janos Wortmann) | ||
- Fix URI format for res scheme (#2432) (Janos Wortmann) | ||
- If `"log_debug"` is enabled, `window/logMessage` will be printed to the Sublime Text Console instead of LSP log panel (#2444) (Janos Wortmann) | ||
|
||
# Documentation | ||
|
||
- docs: Add Toit (#2425) (Serjan Nasredin) | ||
- docs: Add Solidity (#2383) (Nikita Kozlov) | ||
|
||
# Plugin API changes | ||
|
||
- Allow plugins to ignore certain views (#2410) (Janos Wortmann) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = (1, 29, 0) | ||
__version__ = (1, 30, 0) |