diff -r a906ba97c1fe -r e1f6a9e53979 docs/changelog --- a/docs/changelog Tue Jan 04 15:38:11 2022 +0100 +++ b/docs/changelog Tue Feb 08 14:15:48 2022 +0100 @@ -1,5 +1,30 @@ Change Log ---------- +Version 22.2: +- bug fixes +- General + -- dropped support for Python 3.6 because that is end-of-life +- File Browser + -- added capability to open SVG files in the text editor +- Help Viewer + -- added bookmarks to the internal help viewer +- MicroPython + -- updated the list of known CircuitPython boards + -- updated the list of known UF2 capable boards + -- added support for ESP32-C3, ESP32-S2 and ESP32-S3 chips + -- added a dialog to show information for a connected board +- Project Browser + -- added capability to open SVG files in the text editor to the Project + Others Browser +- Styles and Themes + -- added a dark blueish style (QSS and Highlighters) and an associated theme + (dark_blue.ethj and dark_blue_with_stylesheet.ethj) +- Third Party packages + -- upgraded coverage to 6.2.0 + +Version 22.1.1: +- bug fix + Version 22.1: - bug fixes - Code Style Checker @@ -10,7 +35,7 @@ -- added configuration capability - QSS Previewer -- added disabled widgets in order to show their colors as well -- Styles and Themes: +- Styles and Themes -- added a dark greenish style (QSS and Highlighters) and an associated theme (dark_green.ethj and dark_green_with_stylesheet.ethj)