--- a/docs/changelog.md Tue Jan 24 10:16:03 2023 +0100 +++ b/docs/changelog.md Wed Mar 01 09:05:47 2023 +0100 @@ -1,5 +1,22 @@ # Change Log +### Version 23.3 +- bug fixes +- MicroPython + - Updated the list of known CircuitPython boards. + - Updated the list of known UF2 capable boards. + - Some smaller enhancements for CircuitPython devices. + - Added functionality to update modules of CircuitPython devices with `circup` + (adapted for use within eric-ide). + - Added functionality to show the installed firmware version and the version + available on Github (for all boards except 'Calliope mini'). + - Added support for Teensy 4.0 and 4.1 devices with MicroPython. + - Extended the file manager to be able to load device files into an editor and + save them back to the device. +- PDF Viewer + - Added a tool based on `QtPdf` and `QtPdfWidgets` to show the contents of PDF + files. + ### Version 23.2 - bug fixes - Human Machine Interfaces