Skip to content

Commit

Permalink
Cut 4070-1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Jul 25, 2020
1 parent 0ceb8c8 commit 603f62e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4070-1.0.5
4070-1.0.6
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"4070-1.0.3": "messages/4070-1.0.3.txt",
"4070-1.0.4": "messages/4070-1.0.4.txt",
"4070-1.0.5": "messages/4070-1.0.5.txt",
"4070-1.0.6": "messages/4070-1.0.6.txt",
"install": "messages/install.txt"
}
16 changes: 16 additions & 0 deletions messages/4070-1.0.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
New Settings:
- "show_code_actions" can be one of "bulb" or "annotation".
By default it's set to "annotation".

Bugfixes and features:
- Make popup links more recognizable (Rafał Chłodnicki)
- Fix diagnostics getting out of sync when having diagnostics_delay_ms set (Rafał Chłodnicki)
- Add support for side-by-side views for go-to-symbol commands (#1205) (Rafał Chłodnicki)
- Put a little more effort in the symbol scope names (#1204) (Raoul Wols)
- Signature Help improvements (#1197) (Raoul Wols)
- Diagnostics summary count in status bar should be global (Raoul Wols)
- "Prepare Rename" feature (#1193) (Raoul Wols)
- Document symbol improvements (#1194) (Raoul Wols)
- Update Code Actions Doc (Ayoub Benali)
- Fix typo in docs for julia (Raoul Wols)
- Print "No documentation available" when there are no docs (Raoul Wols)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 0, 5)
__version__ = (1, 0, 6)

0 comments on commit 603f62e

Please sign in to comment.