Skip to content

Commit

Permalink
Cut 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Jan 5, 2021
1 parent fe16e15 commit 97d00f6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.6
1.2.7
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
11 changes: 11 additions & 0 deletions messages/1.2.7.txt
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 2, 6)
__version__ = (1, 2, 7)

0 comments on commit 97d00f6

Please sign in to comment.