--- a/docs/changelog Sat May 04 12:04:12 2019 +0200 +++ b/docs/changelog Sun Jun 02 11:42:48 2019 +0200 @@ -1,5 +1,46 @@ Change Log ---------- +Version 19.6: +- bug fixes +- Code Style Checker + -- added checks for use of 'gettattr' and 'setattr', bas super() calls and + 'assert False' statements +- Editor + -- Python Typing + --- added support for 'from ... import (...)' + --- changed the indentation when the previous line ends with + '(', '[' or '{' + -- Ruby Typing + --- changed the indentation when the previous line ends with + '(', '[' or '{' +- Mercurial Interface + -- extended the log browser to start with showing all incoming and the + first batch of local changesets + -- show different icons for incoming, outgoing and normal changesets + -- added capability to search and filter based on the changeset phase + -- added support for the 'closehead' extension (as of Mercurial 4.8) + -- added support for the '--keep' flag of the shelve command (as of + Mercurial 5.0) +- Shell + -- added capability to place the Shell window in the left or right side + container +- setup.py Wizard + -- updated the Trove classifiers list + -- added capability to retrieve the Trove classifiers list from PyPI +- Variables Viewer + -- reimplemented Variables Viewer using QTreeView with unlimited access to + big arrays, dicts, etc. because elements are lazy loaded + -- highlighting of still unloaded (default: yellow background) and last + changed variable(s) (default: green background) + -- colors for highlighting are configurable through Debugger->General + -- expand / collapse variables with children on double click on first column, + in all other cases display detail window + -- handling of dict views improved (can be expanded like lists) + -- show tooltips on all elements which don't fit into current column width + -- new options in the context menu, e.g. expand / collapse all child nodes +- Third Party packages + -- updated EditorConfig to 0.12.2 + Version 19.5: - bug fixes - General