Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed Oct 10, 2022
1 parent 5a2657e commit 8b2bcf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8b2bcf1

Please sign in to comment.