changelog
- Sat, 22 Jul 2023 15:55:08 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sat, 22 Jul 2023 15:55:08 +0200] rev 10125
- Changed a tab name of the pip Package Details dialog to be in line with the main pip widget.
- Sat, 22 Jul 2023 14:26:35 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sat, 22 Jul 2023 14:26:35 +0200] rev 10124
- Corrected the update availability checks (UserInterface and PluginManager) for period 'daily'.
- Fri, 21 Jul 2023 15:35:23 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Fri, 21 Jul 2023 15:35:23 +0200] rev 10123
- Modified pyproject.toml section for black to not consider py37 but py312 instead.
- Fri, 21 Jul 2023 11:54:54 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Fri, 21 Jul 2023 11:54:54 +0200] rev 10122
- Corrected some code formatting and style issues.
- Fri, 21 Jul 2023 11:40:38 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Fri, 21 Jul 2023 11:40:38 +0200] rev 10121
- Fixed an issue where a None caused an exception in QLabel.setText().
- Thu, 20 Jul 2023 11:01:15 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 20 Jul 2023 11:01:15 +0200] rev 10120
- Updated the changelog file.
- Thu, 20 Jul 2023 11:00:30 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 20 Jul 2023 11:00:30 +0200] rev 10119
- Removed support for Python 3.7 because that is EOL.
- Thu, 20 Jul 2023 10:36:23 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 20 Jul 2023 10:36:23 +0200] rev 10118
- Modified the install script for a specific situation on Windows.
- Mon, 17 Jul 2023 17:38:47 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 17 Jul 2023 17:38:47 +0200] rev 10117
- Corrected the changelog file.
- Mon, 17 Jul 2023 17:37:38 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 17 Jul 2023 17:37:38 +0200] rev 10116
- Code Style Checker
- Added a checker for the use of sync functions in async functions.