From 6f686d864ebea8347fa2eed0e7860410c66893ee Mon Sep 17 00:00:00 2001 From: Jonathan Channon Date: Wed, 8 Apr 2015 11:03:57 +0100 Subject: [PATCH] 1.9.1 notes --- messages.json | 3 ++- messages/1.9.1.txt | 16 ++++++++++++++++ repository.json | 16 ---------------- 3 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 messages/1.9.1.txt delete mode 100644 repository.json diff --git a/messages.json b/messages.json index 8a88e63..7a500af 100644 --- a/messages.json +++ b/messages.json @@ -16,5 +16,6 @@ "1.9.0-beta2" : "messages/1.9.0-beta2.txt", "1.9.0-beta3" : "messages/1.9.0-beta3.txt", "1.9.0-beta4" : "messages/1.9.0-beta4.txt", - "1.9.0-beta5" : "messages/1.9.0-beta5.txt" + "1.9.0-beta5" : "messages/1.9.0-beta5.txt", + "1.9.1": "messages/1.9.1.txt" } diff --git a/messages/1.9.1.txt b/messages/1.9.1.txt new file mode 100644 index 0000000..627fb6a --- /dev/null +++ b/messages/1.9.1.txt @@ -0,0 +1,16 @@ +Bug Fixes: + +* Refactoring of core plugin code that communicates with OmniSharp server +* Correct case for OmniSharpServer.exe launching on Linux +* Correct quotes around launch paths +* Include homebrew path of Mono when launching omnisharp server +* Updated UrlLib version +* chmond launch script on plugin load for *nix + +Enhancements: + +* Single CS file usage, no folder needed +* Tooltips on errors, when a document is saved the syntax error check will be executed after 500ms and the user can click on the squiggly warning lines and a tooltip will show the error. + There is a new plugin setting that allows you turn on/off error window when syntax issues are found allowing the user to have tooltips and a window. +* Super + I key binding for Go to Implementation feature +* coloured output for builds and unit tests \ No newline at end of file diff --git a/repository.json b/repository.json deleted file mode 100644 index 830464e..0000000 --- a/repository.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "schema_version": "3.0.0", - "packages": [ - { - "name": "OmniSharp", - "details": "https://github.com/OmniSharp/omnisharp-sublime", - "labels": ["language syntax", "C#", ".net", "auto-complete"], - "releases": [ - { - "sublime_text": ">=3000", - "tags": true - } - ] - } - ] -}