--- a/changelog Sat Feb 16 10:27:50 2019 +0100 +++ b/changelog Sat Mar 02 11:15:24 2019 +0100 @@ -1,5 +1,28 @@ Change Log ---------- +Version 19.03: +- bug fixes +- Conda Interface + -- added an interface to the conda environment and package management + (part of the Anaconda Python distribution) +- Editor + -- suppress auto-completions in various circumstances +- pip Interface + -- changed the interface from being menu based to a widget in the right + side toolbox +- VirtualEnv Manager + -- extended the environment definition by a flag indicating a remotely + accessed environment +- Web Browser (NG): + -- added a site info widget that is show when the site icon in the URL entry + is clicked + -- added code to register custom protocol handlers (upon request of the user + via the site info widget) +- Third Party packages + -- updated pycodestyle to 2.5.0 + --- added option to set the documentation line length + -- upgraded pyflakes to 2.1.0 + Version 19.02.1: - bug fixes - fixes for some incompatibilities with PyQt 5.12 and QScintilla 2.11.0 @@ -10,7 +33,7 @@ -- show / stop at correct line number if an exception happens in a with statement or specific try-except clauses where no breakpoints are set - Editor - -- added cpability to suppress some markers in the marker map + -- added capability to suppress some markers in the marker map - Multi Project -- added capability to the multi project browser to delete a project from disk