--- a/docs/changelog.md Sun Mar 03 10:39:56 2024 +0100 +++ b/docs/changelog.md Tue Apr 02 10:00:22 2024 +0200 @@ -1,5 +1,29 @@ # Change Log +### Version 24.4 +- bug fixes +- Code Style Checker + - Updated these checkers. + - Security to `bandit v1.7.8` + - Miscellaneous to `flake8-bugbear v24.2.6` + - Logging to `flake8-logging v1.5.0` +- MicroPython + - Updated the list of known CircuitPython boards. + - Updated the list of known UF2 capable boards. +- pip Interface + - Added the capability to install packages given in the `project.dependencies` + section of a `pyproject.toml` file. +- Project + - Added an action to the `Other Tools` menu to clear the byte code caches + of the project. +- Shell + - Added a context menu action to open an editor for a file at a line of an + exception shown in the console window. +- Snapshot + - Disabled the snapshot functionality for Wayland based desktops. +- Third Party Packages + - Upgraded pip-licenses to version 4.3.4. + ### Version 24.3 - bug fixes - General