From 67d292eedc81932dfceb23de70b86d2e23847f81 Mon Sep 17 00:00:00 2001 From: Martijn Dijkhuizen Date: Sun, 4 Feb 2018 20:33:27 +0100 Subject: [PATCH] Prepare message with changes in version 1.1.0. --- messages.json | 3 +++ messages/1.1.0.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 messages.json create mode 100644 messages/1.1.0.txt diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..fb37134 --- /dev/null +++ b/messages.json @@ -0,0 +1,3 @@ +{ + "1.1.0": "messages/1.1.0.txt" +} \ No newline at end of file diff --git a/messages/1.1.0.txt b/messages/1.1.0.txt new file mode 100644 index 0000000..89726e0 --- /dev/null +++ b/messages/1.1.0.txt @@ -0,0 +1,31 @@ +1.1.0 +----- + + Enhancement: + - Display error dialog for connection issues upon debug session start + - Reformat stack entry output to improve distinction between file/line and function + - Improve navigation from Stack/Breakpoint view to file by breakpoint/entry + - Highlight current breakpoint/line by selecting row in file + - Use current value when editing an existing watch expression + - Rename syntax scope definitions to be in accordance with recommendations + + Feature: + - Specify which network interface to listen to with new 'host' setting + - With 'fullname_property' setting toggle between short/full name representation of nested properties + + Fix: + - Parsing of non-existent files which are expected to contain breakpoint/watch data + - Duplicate entries in Watch view of static variables referencing itself + - Opening of file upon (accidental) multiselection in Breakpoint/Stack view + - Unable to toggle watch expressions by double click when no connection established + - Losing focus of active view upon closing debugging windows + + Internal: + - Enforcing of coding style by running flake8 with TravisCI + - Added issue template to encourage detailed bug reports + + README + - Introduce badges for displaying build status and total download count on Package Control + - Added documentation for new 'host' and 'fullname_property' settings + - Update documentation for 'super_globals', 'hide_password' and 'pretty_output' settings + - Properly escape single asterisk character and fixed several typos