Skip to content

Commit

Permalink
Prepare message with changes in version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
martomo committed Feb 4, 2018
1 parent 1510f06 commit 67d292e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.1.0": "messages/1.1.0.txt"
}
31 changes: 31 additions & 0 deletions messages/1.1.0.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 67d292e

Please sign in to comment.