--- a/docs/changelog Mon Sep 26 14:20:25 2022 +0200 +++ b/docs/changelog Mon Sep 26 14:45:59 2022 +0200 @@ -14,6 +14,7 @@ - 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 @@ -21,6 +22,8 @@ - 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)