Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed Mar 23, 2024
1 parent 805614b commit 7a86cf8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 29 deletions.
12 changes: 12 additions & 0 deletions docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ For setup see https://github.com/daveleroy/sublime_debugger

For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits

Version 0.11.0 - March 23, 2024
- Added `Debugger: Example Projects` for opening example projects for each adapter
- Added `internal_font_scale` setting for users who have issues with the font overlapping the ui (#223)
- Added `always_keep_visible` setting which attempts to always keep the debugger panel open when there is no other output panel
- The callstack panel now shows the tabs at the bottom like the console
- Improved the messaging around installing adapters
- Hide Debugger33 package from PackageControl listings (@narenkarthicktp)
- Fixes an issue where stepping was targeting the wrong thread

- sublime: initial support for debugging sublime plugins


Version 0.10.1 - April 3, 2023
- Fixes an issue with new versions of vscode-js-debug

Expand Down
30 changes: 1 addition & 29 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
{
"install": "docs/change_log.txt",
"0.9.3": "docs/change_log.txt",
"0.9.0": "docs/change_log.txt",
"0.8.3": "docs/change_log.txt",
"0.8.2": "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",
"0.7.0": "docs/change_log.txt",
"0.6.8": "docs/change_log.txt",
"0.6.7": "docs/change_log.txt",
"0.6.6": "docs/change_log.txt",
"0.6.5": "docs/change_log.txt",
"0.6.4": "docs/change_log.txt",
"0.6.3": "docs/change_log.txt",
"0.6.2": "docs/change_log.txt",
"0.6.1": "docs/change_log.txt",
"0.6.0": "docs/change_log.txt",
"0.5.4": "docs/change_log.txt",
"0.5.3": "docs/change_log.txt",
"0.5.2": "docs/change_log.txt",
"0.5.1": "docs/change_log.txt",
"0.5.0": "docs/change_log.txt",
"0.4.1": "docs/change_log.txt",
"0.4.0": "docs/change_log.txt",
"0.3.1": "docs/change_log.txt",
"0.3.0": "docs/change_log.txt",
"0.2.3": "docs/change_log.txt",
"0.2.2": "docs/change_log.txt"
"0.11.0": "docs/change_log.txt"
}

0 comments on commit 7a86cf8

Please sign in to comment.