Skip to content

Commit

Permalink
Cut 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Feb 14, 2021
1 parent 18871fc commit ce7e116
Show file tree
Hide file tree
Showing 4 changed files with 20 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.10
1.2.11
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"1.2.0": "messages/1.2.0.txt",
"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.2": "messages/1.2.2.txt",
"1.2.3": "messages/1.2.3.txt",
"1.2.4": "messages/1.2.4.txt",
Expand Down
17 changes: 17 additions & 0 deletions messages/1.2.11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
=> 1.2.11

Fixes and features:
- Account for font size for popup width (#1580) (Raoul Wols)
em_width() is now employed instead of a hardcoded 800px
- Fix a tiny html render bug regarding diagnostic.relatedInformation (Raoul Wols)
- Expand also built-in variables in lsp_execute's command arguments (#1577) (Rafał Chłodnicki)
- Change popup style (#1574) (Предраг Николић / Predrag Nikolic)
- A bit more precise selectors so users can customize their color scheme (Raoul Wols)
You can assign colors to the following scopes in your color scheme to customize
the signature help look:
* entity.name.function.sighelp.lsp
* variable.function.sighelp.lsp
- Fix #1572: prefer documentEdits over changes (Raoul Wols)
This fixes a bug in LSP that caused duplicate text edits for the elm language server
- Fix issue with diagnostics regions sometimes not being removed on undo (Rafał Chłodnicki)
- Fix inconsistent popup's bottom margins (#1568) (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, 10)
__version__ = (1, 2, 11)

0 comments on commit ce7e116

Please sign in to comment.