From 40a3da77ca746e47cb7a9fd1b06ec6bb16f23129 Mon Sep 17 00:00:00 2001 From: Taras Kopets Date: Thu, 4 May 2017 12:04:25 +0300 Subject: [PATCH] release notes for v0.8.2 --- messages.json | 1 + messages/v0.8.2.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 messages/v0.8.2.md diff --git a/messages.json b/messages.json index 6d5da3a..aeec483 100644 --- a/messages.json +++ b/messages.json @@ -4,4 +4,5 @@ "0.2.0": "messages/v0.2.0.md", "0.3.0": "messages/v0.3.0.md", "0.3.1": "messages/v0.3.0.md", + "0.8.2": "messages/v0.8.2.md" } diff --git a/messages/v0.8.2.md b/messages/v0.8.2.md new file mode 100644 index 0000000..eddbed2 --- /dev/null +++ b/messages/v0.8.2.md @@ -0,0 +1,21 @@ +## v0.8.2 Notes + +### Features + +* New smarter completions that will suggest tables, columns, + aliases, columns for table aliases and join conditions. + Demo of new functionality: + https://github.com/mtxr/SQLTools/issues/67#issuecomment-297849135 + + **NOTE**: It is highly recommended that you review your SQLTools + settings file (Users/SQLTools.sublime-settings) and leave only + those settings that you altered specifically to your needs and + remove all other settings. This way the updated queries listed + in default settings file would be used, for new smarter + completions to work correctly. + + +### Improvements + +* Plain Text syntax is used in the output panel when executing + queries (for performance reasons and to prevent weird highlighting)