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",