--- a/changelog Mon Apr 02 12:04:56 2018 +0200 +++ b/changelog Tue May 01 12:03:52 2018 +0200 @@ -1,5 +1,29 @@ Change Log ---------- +Version 18.05: +- bug fixes +- General + -- added the '--disable-plugin=' option to disable plug-ins via the command + line +- Code Style Checker + -- added support for '# noqa' and '# NOQA' comments to suppress warnings + -- extended the dialog to be able to define the number of blank lines + before class and function/method definitions +- Project + -- added support for 'make' to the Project menu and run it automatically + before the main script is started (configuration option) +- Syntax Checker + -- added support for '# noqa' and '# NOQA' comments to suppress warnings +- Translator + -- updated the translator URL for DeepL +- Web Browser (NG) + -- improvement of the download manager + -- added support for the Google Safe Browsing Lookup API (v4) +- Third Party packages + -- updated coverage.py to 4.5.1 + -- updated pycodestyle to 2.4.0 + -- updated send2trash to version 1.5.0 + Version 18.04: - bug fixes - General