--- a/docs/changelog.md Sun Jul 02 17:40:17 2023 +0200 +++ b/docs/changelog.md Tue Aug 01 09:59:45 2023 +0200 @@ -1,4 +1,20 @@ # Change Log + +### Version 23.8 +- bug fixes +- General + - Removed support for Python 3.7 because that is EOL. +- Code Style Checker + - Added these checkers to support more case. + - use of sync functions in async functions +- MicroPython + - Updated the list of known CircuitPython boards. + - Updated the list of known UF2 capable boards. +- pip Interface + - Added the capability to repair all dependencies with one button click. +- Shell Window + - Added more pages to the Shell window configuration dialog. + ### Version 23.7 - bug fixes - Code Style Checker