Skip to content

Commit

Permalink
Cut 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 3, 2024
1 parent 4ecaca8 commit 36871c2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.0
1.27.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"1.24.0": "messages/1.24.0.txt",
"1.25.0": "messages/1.25.0.txt",
"1.26.0": "messages/1.26.0.txt",
"1.27.0": "messages/1.27.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
23 changes: 21 additions & 2 deletions messages/1.27.0.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
=> 1.27.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.
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.
⚠️⚠️⚠️

# Breaking changes

- The default value of `show_references_in_quick_panel` has changed from `false` to `true`.

# New features

- Support all arguments of native save in lsp_save command (#2382) (jwortmann)
- Add `only_files` argument for `lsp_save_all` command (#2376) (jwortmann)
- Show diagnostics popup when hovering over gutter icons (#2349) (jwortmann)
- Add menu item to toggle code lenses (#2351) (Rafał Chłodnicki)
- Add menu item to disable/enable hover popups (#2316) (jwortmann)

# Improvements

- Workspace Symbols overhaul (#2333) (jwortmann)
- Add NO_UNDO flags to all regions (less memory usage) (#2370) (Rafał Chłodnicki)
- Try to match at least 2 components of base scope with the map (#2361) (Rafał Chłodnicki)
- Small visual tweak for signature help popup (#2358) (jwortmann)
- Prefer active view instead of leftmost one for Goto commands (#2356) (jwortmann)

# Fixes

- Empty `command` handling with `tcp_port` (#2378) (Alexey Bondarenko)
- Document state getting out of sync in rare cases (#2375) (Rafał Chłodnicki)
- Use simple error for code lenses that failed to resolve (Rafal Chlodnicki)
- Fix performance regression in Goto Symbol overlay (#2348) (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, 26, 0)
__version__ = (1, 27, 0)

0 comments on commit 36871c2

Please sign in to comment.