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",