--- a/docs/changelog.md Mon Dec 05 11:42:45 2022 +0100 +++ b/docs/changelog.md Mon Dec 05 11:44:08 2022 +0100 @@ -2,8 +2,13 @@ ### Version 23.01 - bug fixes +- Editor + - Changed the handling of files whose typ cannot be determined by the Python + mimetypes module to check against a list of known text file patterns and + ultimately asking the user, if the file in question is a text file (see + `Mimetypes` configuration page. - Project Viewer - - removed the CORBA and Protobuf viewers to make them available as plugins + - Removed the CORBA and Protobuf viewers to make them available as plugins. ### Version 22.12 - bug fixes @@ -22,10 +27,6 @@ fixed network port (default 35000) - added a stack frame selector to the global variables viewer (synchronized with the one of the local variables viewer) -- Editor - - changed behavior to not load files whoes file type cannot be determined as text. - The old behavior can be regained by unchecking the option `Load files of unknown - type` on the `Mimetypes` configuration page. - MicroPython - introduced a configuration option to enable manual selection of devices (e.g. for unknown devices or inside the Linux container of ChromeOS)