docs/changelog

branch
eric7-maintenance
changeset 9371
1da8bc75946f
parent 9305
3b7ef53c34c7
parent 9367
4a8b3bf63579
--- a/docs/changelog	Fri Sep 02 14:10:44 2022 +0200
+++ b/docs/changelog	Sat Oct 01 13:06:10 2022 +0200
@@ -1,5 +1,38 @@
 Change Log
 ----------
+Version 22.10:
+- bug fixes
+- API files
+  -- added API files for the Adafruit CircuitPython Library Bundle
+  -- updated the CircuitPython API file
+- Code Formatting
+  -- added a Project menu entry to just configure the formatting parameters
+  -- added the capability to format the source code after a diff or check
+     run from within the results dialog
+- Code Style Checker
+  -- added some more security related checks
+  -- extended the list of miscellaneous checks
+- pip Interface
+  -- changed the pip licenses dialog to show the count of each individual license
+- Project
+  -- added capability to use a virtual Python environment named .venv embedded
+     within the project directory
+  -- added a configuration option to save the project automatically whenever it changes
+- Testing
+  -- extended the testing dialog to allow test case filtering on markers (pytest only)
+  -- extended the testing dialog to allow test case filtering by a list of test name
+     patterns (unittest) or test name expression (pytest)
+- Translator
+  -- added support for 'Ukrainian' to the DeepL translator interface
+- install scripts
+  -- modified install.py script to differentiate between optional and required
+     dependencies
+  -- modified the install script such, that the qt6-applications package is only
+     installed upon request (--with-tools)
+  -- extended the install-dependencies.py script to differentiate between optional and
+     required dependencies. Invoke it with
+     (python3 install-dependencies.py --all | --optional | --required)
+
 Version 22.9:
 - bug fixes
 - Code Style Checker

eric ide

mercurial