--- a/docs/changelog.md Thu Oct 31 10:54:59 2024 +0100 +++ b/docs/changelog.md Sat Nov 30 11:08:07 2024 +0100 @@ -1,5 +1,25 @@ # Change Log +### Version 24.12 +- bug fixes +- Debugger + - Added a configuration option to not stop at the first executable statement + when debugging in passive mode. +- Find In Files + - Added the capability to filter the list of files to be searched. +- IDE Server + - Extended the eric-ide server to be able to check, if received messages have + been sent by a valid eric IDE. +- MicroPython + - Added support for ESP-C2, ESP32-C6, ESP32-H2, ESP32-P4 and ESP8684. + - Extended the list of known VID/PID of ESP32 devices. + - Added an entry to the ESP32 menu to show some device security information. + - Improved the device detection of the UF2 Flash dialog to suppress devices not + seen on the USB bus (happens when devices have identical BOOT volume names). +- Project Type 'Eric7 Plugin' + - Added code to ensure, that compiled form files get recreated before + they are written to the plugin archive. + ### Version 24.11 **Note:** As Python 3.8 is EOL this eric-ide release will be the last one supporting this Python version.