diff -r 2b015db9761a -r ba20efe10336 docs/changelog.md --- a/docs/changelog.md Sun Jun 02 09:51:47 2024 +0200 +++ b/docs/changelog.md Wed Jul 03 09:20:41 2024 +0200 @@ -1,5 +1,26 @@ # Change Log +### Version 24.7 +- bug fixes +- General + - Improved the internal debug logging system. +- Code Style Checker + - Updated these checkers. + - Annotations to `flake8-annotations v3.1.1` + - Miscellaneous to `flake8-bugbear v24.4.26` + - Logging to `flake8-logging v1.6.0` +- IDE Server + - Added functionality to work with remote files and projects via + an `eric-ide Server` on a remote computer. All communication to + this server is done through a single socket (port 42024 by default). +- MicroPython + - Added a few boards to the list of know MicroPython boards. +- pip Interface + - Added a configuration option to not include global environments in + the selector list. +- Third Party Packages + - Upgraded pip-licenses to version 4.4.0. + ### Version 24.6 - bug fixes - Editor