--- a/docs/changelog.md Thu Apr 06 09:32:12 2023 +0200 +++ b/docs/changelog.md Tue May 02 10:20:02 2023 +0200 @@ -1,5 +1,28 @@ # Change Log +### Version 23.5 +- bug fixes +- JavaScript Support + - Removed JavaScript functionality depending on the `jasy` package because it + has not been maintained for years. +- MicroPython + - Added support for STLink based devices. + - Added the capability to select the device path manually in case it could not + be detected (e.g. because the device does not have a volume name). + - Added the capability to install the `mpy-cross` compiler from the MicroPython + page of the configuration dialog. + - Added a package installer for devices lacking network connectivity and the `mip` + package manager. +- Plugin Repository + - Added the capability to enforce the download of plugin packages using the + `http://` protocol (in case of missing/non-functional system `SSL` libraries). +- Translator + - Added support for the LibreTranslate translator (see + https://github.com/LibreTranslate/LibreTranslate). +- Web Browser + - Added the capability to enforce the download of spell check dictionaries using + the `http://` protocol (in case of missing/non-functional system `SSL` libraries). + ### Version 23.4.2 - bug fixes