Skip to content

Commit

Permalink
Cut 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Mar 1, 2021
1 parent 6941504 commit 1d9c6eb
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.11
1.2.12
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"1.2.1": "messages/1.2.1.txt",
"1.2.10": "messages/1.2.10.txt",
"1.2.11": "messages/1.2.11.txt",
"1.2.12": "messages/1.2.12.txt",
"1.2.2": "messages/1.2.2.txt",
"1.2.3": "messages/1.2.3.txt",
"1.2.4": "messages/1.2.4.txt",
Expand Down
30 changes: 30 additions & 0 deletions messages/1.2.12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
=> 1.2.12

# New client configuration key

You can now use `disabled_capabilities` per client configuration.
It's a JSON object (dictionary) of "masked" server capabilities.
For more information on how this works, use the hover info capability
of LSP-json.

# Removed settings

- `disabled_capabilities` used to be a global setting. It's removed in
favor of it being a setting per client configuration.

- `ignore_server_trigger_chars` used to be a client configuration
key, but is removed in favor of using `disabled_capabilities`.

# Features and Fixes:

- Remove ignore_server_trigger_chars setting (#1600) (Raoul Wols)
- Display an error message when a code action returns an error (Raoul Wols)
- Fix: some menu items were broken (Raoul Wols)
- Use the CSS variable --mdpopups-font-mono in popups.css (Raoul Wols)
- Enable hardbreak in mdpopups to handle escaped newlines (Raoul Wols)
- Handle moving views across windows (#1575) (Raoul Wols)
- Don't lookup the listener so many times (#1589) (Raoul Wols)
- Hopefully fix random import errors (#1587) (Raoul Wols)
- Move lsp detail into autocomplete annotation (#1569) (David Mohl)
- Replace document_highlight_scopes setting with better default scopes (#1585) (jwortmann)
- Require a value when calling resolve function of a Promise (#1583) (Rafał Chłodnicki)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 2, 11)
__version__ = (1, 2, 12)

0 comments on commit 1d9c6eb

Please sign in to comment.