From 7a64df8aed8ade6e6aa77c5165e72a799ffbcf67 Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Sun, 27 Mar 2022 14:08:40 -0700 Subject: [PATCH] Version 0.6.6 --- docs/change_log.txt | 11 +++++++++-- messages.json | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) 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",