From 48732b5d8ccdb093d964e499ccadf06c5d63d014 Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Sun, 31 Jul 2022 14:40:57 -0700 Subject: [PATCH] Version 0.7.0 --- docs/change_log.txt | 8 ++++++++ messages.json | 1 + 2 files changed, 9 insertions(+) diff --git a/docs/change_log.txt b/docs/change_log.txt index 8c0b7cee..fe3b72a4 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -2,6 +2,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.7.0 + +- Redesigned debugger ui so that the console output can appear in an output panel +- The hover expression behavior is smarter and can evaluate simple expressions like `a.b` `a->c` etc +- lua: Adds lua debugger via lua-local (@naoufalzerai) +- python: support for multiprocess debugging +- ruby: allow specifying readapt path via `ruby_readapt` preference +- go: updated to use dlv dap Version 0.6.8 diff --git a/messages.json b/messages.json index b009070d..e646666a 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "docs/change_log.txt", + "0.7.0": "docs/change_log.txt", "0.6.8": "docs/change_log.txt", "0.6.7": "docs/change_log.txt", "0.6.6": "docs/change_log.txt",