diff --git a/docs/change_log.txt b/docs/change_log.txt index d78f9f75..f9104c84 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -1,5 +1,14 @@ 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.6.6 + +- Allow inputing debugger commands directly into the debugger console +- Auto complete for debugger commands (not all adapters support this) +- A number of performance/usability improvements for the debugger console + + Version 0.6.4 - Added support for vscode-js-debug for chrome/node/edge adapters @@ -80,8 +89,6 @@ Version 0.5.0 - Improved handling of stack frames that are marked as deemphasized or their source is deemphasized - Fixes integrated terminal -For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits - Version 0.4.1 diff --git a/messages.json b/messages.json index 70bcd0f0..81125c9f 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,7 @@ { "install": "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",