--- a/docs/changelog Sat Oct 03 11:14:23 2020 +0200 +++ b/docs/changelog Sun Nov 01 11:15:18 2020 +0100 @@ -1,5 +1,24 @@ Change Log ---------- +Version 20.11: +- bug fixes +- Editor + -- added support for TOML files +- Main Window + -- added a dialog showing information about the installation process + (see Help menu) +- Mini Editor + -- added a status bar languages menu + -- added a status bar zoom slider + -- added zoom actions menu and toolbar +- Syntax Checker + -- added a syntax checker for TOML files +- Web Browser + -- added a SSL information page to the site info dialog + -- added a clickable SSL info label to the URL entry +- Various + -- changed code to not use deprecated 'QRegExp' anymore + Version 20.10: - bug fixes - Editor @@ -8,13 +27,13 @@ - Python Disassembly Viewer -- added a tool to visualize the Python byte code generated from a Python source file - -- added a viewer to visualize Python byte code generated from a Python + -- added a viewer to visualize the Python byte code generated from a Python traceback of an exception as an additional tab of the debug viewer -- added capability to show information about a code object - Third Party packages -- updated Pygments to 2.7.0 -- updated coverage.py to 5.3.0 - -- removed th no longer needed 'enum' package + -- removed the no longer needed 'enum' package - Various -- changed the code to not rely on the Qt Resource system anymore (no .qrc files and no use of pyrcc5 anymore)