--- a/docs/changelog.md Mon Oct 31 14:07:57 2022 +0100 +++ b/docs/changelog.md Wed Nov 30 09:19:51 2022 +0100 @@ -1,5 +1,39 @@ # Change Log +### Version 22.12 +- bug fixes +- Code Formatting + - added an interface to resort the import statements of Python source files with + the 'isort' utility +- Code Style Checker + - added a few imports style options and added a sorting function iaw. the 'isort' + utility +- CycloneDX Interface + - addad capability to generate readable (prettified) output +- Debugger + - increased the configuration possibilities for the network interface the debug + server listens on + - added the capability to configure the debug server of the IDE to listen at a + fixed network port (default 35000) + - added a stack frame selector to the global variables viewer (synchronized with + the one of the local variables viewer) +- MicroPython + - introduced a configuration option to enable manual selection of devices + (e.g. for unknown devices or inside the Linux container of ChromeOS) +- Previewers + - added a button to copy the contents of the HTML previewer to the clipboard +- Project + - added capability to reload the current project +- Qt Tools + - added a configuration option for the path of the 'qhelpgenerator' tool + (it is installed differently by various Linux distributions) +- Web Browser + - added bookmark importer entries for + - Falkon + - Microsoft Edge + - Opera (Chromium based) + - Vivaldi + ### Version 22.11.1 - bug fixes