From 97d00f64bce9febb67e433a9ab47e38dc34baf92 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Tue, 5 Jan 2021 21:12:00 +0100 Subject: [PATCH] Cut 1.2.7 --- VERSION | 2 +- messages.json | 1 + messages/1.2.7.txt | 11 +++++++++++ plugin/core/version.py | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 messages/1.2.7.txt diff --git a/VERSION b/VERSION index 7e099ec5d..a77d7d927 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.6 \ No newline at end of file +1.2.7 \ No newline at end of file diff --git a/messages.json b/messages.json index 4417f2e52..ca31ac29b 100644 --- a/messages.json +++ b/messages.json @@ -16,5 +16,6 @@ "1.2.4": "messages/1.2.4.txt", "1.2.5": "messages/1.2.5.txt", "1.2.6": "messages/1.2.6.txt", + "1.2.7": "messages/1.2.7.txt", "install": "messages/install.txt" } diff --git a/messages/1.2.7.txt b/messages/1.2.7.txt new file mode 100644 index 000000000..785bbd694 --- /dev/null +++ b/messages/1.2.7.txt @@ -0,0 +1,11 @@ +=> 1.2.7 + +Fixes & Features: +- Add A File Icon alias scopes to language-ids (DeathAxe) +- Erase diagnostics when the SessionView dies (Raoul Wols) +- Rename auto_show_diagnostics_panel_level to show_diagnostics_panel_on_save (Raoul Wols) +- Rethink the "next/prev diagnostic" (#1533) (Raoul Wols) + As was mentioned in release 1.2.6, the commands lsp_next_diagnostic (F8) and + lsp_previous_diagnostic (shift+F8) are now removed in favor of + the built-in next_result (F4) and prev_result (shift+F4). + Using F4, the hover popup will show diagnostics. diff --git a/plugin/core/version.py b/plugin/core/version.py index 18faf0058..975445b2f 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (1, 2, 6) +__version__ = (1, 2, 7)