From 9f807d627f70c395a9fc0a580ac41b09168e56c7 Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Sun, 16 Oct 2022 14:15:52 -0700 Subject: [PATCH] Version 0.8.3 --- docs/change_log.txt | 5 +++++ messages.json | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/change_log.txt b/docs/change_log.txt index 0e595a2..755f476 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -3,6 +3,11 @@ 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.8.2 +- line up/down in the debugger console now cycles through previous commands +- Fixes issue with debugger console input not activating + + Version 0.8.2 - When copying text from the debugger console remove hidden syntax highlighting characters - Fixes alignment issues on Windows/Linux diff --git a/messages.json b/messages.json index bba4946..ef544c3 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "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",