From 5c372f6c312dceaa2dda9fc0f23102894df0445e Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:21:17 -0800 Subject: [PATCH] Version 0.9.3 --- docs/change_log.txt | 7 +++++++ messages.json | 1 + 2 files changed, 8 insertions(+) diff --git a/docs/change_log.txt b/docs/change_log.txt index 992ddd3..02994b4 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -2,6 +2,13 @@ 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.9.3 - Feb 4, 2023 +- Minor improvements to the variables/watch display +- Show duplicate lines in the console with a counter +- Show none stderr/stdout output events as blue +- Fixes an issue with the java adapter (@LDAP) + + Version 0.9.2 - Jan 19, 2023 - Fixes issue with Debugger unintentionally stealing command + click diff --git a/messages.json b/messages.json index 99824e9..f60525a 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "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",