Skip to content

Commit

Permalink
Document version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Sep 19, 2019
1 parent 5caf158 commit 22cadbc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"0.8.3": "messages/0.8.3.txt",
"0.8.4": "messages/0.8.4.txt",
"0.8.5": "messages/0.8.5.txt",
"0.8.6": "messages/0.8.6.txt"
"0.8.6": "messages/0.8.6.txt",
"0.9.0": "messages/0.9.0.txt"
}
29 changes: 29 additions & 0 deletions messages/0.9.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
=> 0.9.0

Features:

* Color highlighting! (eg. in CSS files) (@predragnikolic)
* Improved documentation and/or built-in settings for c++, ruby, elm, omnisharp, php/intelephense, python, julia, vue.
* Hover is now enabled on any word, including strings and comments
* Set boolean 'lsp_active' setting on views to allow LSP-enabled key bindings (@frou, #651)
* A `disabled_capabilities` setting to disable features like "hover", "completion", "documentHighlight", "colorProvider", "signatureHelp".

Fixes:

* Fix RuntimeError when opening views while starting session (#682)
* Typo in "Implementation" in hover popup (@kud)
* Stop blocking sublime's completions within strings (#686)
* Render signature help documentation with markdown (#670)
* Reduce package size from 725kb to 120kb (@jfcherng)
* Prevent zombie server processes with extra locking/waiting at startup and shutdown.
* Render newlines in diagnosics content shown in hover popup (@predragnikolic)
* Stop overriding user's completion trigger chars.
* Pick the first server with a capability when running multiple servers in a document (#562)
* Fix accidental server restarts when running without a project folder by never updating the initial folder (#668)
* Restore log_server setting (@simonklb)
* Handle document edits after the last line by "creating" a next line (#690)


See https://github.com/tomv564/LSP/releases/tag/0.9.0 for full update details.

Thanks to all contributors & reporters!

0 comments on commit 22cadbc

Please sign in to comment.