From e7992eb0d4e40862845f4b2df08c46b6964b89de Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Sun, 15 Sep 2019 10:24:15 -0700 Subject: [PATCH] Updated change log for version 0.1.4 --- docs/change_log.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/change_log.txt b/docs/change_log.txt index 33828973..d6b7ead5 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -4,9 +4,9 @@ If you have issues or need help https://github.com/daveleroy/sublime_debugger For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits Whats new in version 0.1.4 -• New layout to better support temporary panels created for build results/integrated terminal (and in the future allow customizing the layout of the panels) +• New styling of panels and updated layout to better support temporary panels created for build results/integrated terminal (and in the future allow customizing the layout of the panels) • New console rendering code to support text wrapping and build results/integrated terminal -• (WIP) Support internal terminal requests to allow program input. Requires configurat changes to use this feature which depends on the adapter in question. (LLVM uses "terminal": "intergrated") +• Support internal terminal requests to allow program input. Requires configurat changes to use this feature which depends on the adapter in question. (LLVM uses "terminal": "intergrated") (Not ) • Allow defining platform specific configuration settings with a top level object called "linux", "osx", or "windows" in your configuration. Same as vscode • Fixes issue where hover providers/autocomplete/run command was not working for some debug adapters • Fixes issue where using $file and other variables in a configuration had their values expanded when the debugger was opened not when the debugger was started