diff -r 9308099b7d38 -r a57c188857e9 docs/changelog.md --- a/docs/changelog.md Wed Mar 01 09:06:13 2023 +0100 +++ b/docs/changelog.md Wed Mar 29 10:03:06 2023 +0200 @@ -1,5 +1,34 @@ # Change Log +### Version 23.4 +- bug fixes +- Editor + - Added capability to highlight the area used by a text search (if it is not the + whole document). +- MicroPython + - Updated the list of known CircuitPython boards. + - Updated the list of known UF2 capable boards. + - Added functionality to search for known boot volumes in the UF2 flash dialog. + - Added functionality to install packages using `mip` or `upip`. + - Added support for WiFi enabled boards. + - Added support for Bluetooth enabled boards. + - Added support for Ethernet enabled boards. + - Added support for synchronizing the board time via NTP for network enabled + boards. + - Added a dialog to enter the parameters to convert a .hex or .bin firmware + file to UF2. +- Mini Editor + - Added capability to highlight the area used by a text search (if it is not the + whole document). +- Syntax Checker + - Added the capability to define names to be treated as builtin names by the + `pyflakes` checker globally (see configuration dialog `Editor => Code Checkers` + page and on a per project basis (see `Project-Tools => Check => Syntax`). +- Third Party packages + - Upgraded eradicate to version 2.2.0. + - Upgraded pipdeptree to version 2.5.2. + - Upgraded pip-licenses to version 4.1.0. + ### Version 23.3 - bug fixes - MicroPython