From 8b2bcf1faae93f41494461eb5b2cd22a66f3c89b Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:47:13 -0700 Subject: [PATCH] Version 0.8.1 --- docs/change_log.txt | 6 ++++++ messages.json | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/change_log.txt b/docs/change_log.txt index f124e29..e717c87 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -2,6 +2,12 @@ For getting set up see https://github.com/daveleroy/sublime_debugger For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits +Version 0.8.1 +- The selected stack frame location indicator now shows a tick mark under the selected column +- Add context values for keybindings (debugger, debugger.visible, debugger.active) +- Adjusted layout calculations + + Version 0.8.0 - Show currently selected configuration in the controls bar instead of step controls when there is no active debug sessions - Support for global debug configurations by adding configurations to `global_debugger_configurations` in the debugger settings diff --git a/messages.json b/messages.json index e2156d3..1db5049 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "docs/change_log.txt", + "0.8.1": "docs/change_log.txt", "0.8.0": "docs/change_log.txt", "0.7.2": "docs/change_log.txt", "0.7.1": "docs/change_log.txt",