1.0 Full Release | PyQt6 Migration
Version 1.0 - Migration to PyQt6
Overview:
Migrated the script from PyQt5 to PyQt6 to leverage the latest features and improvements. This version should feel much more fluid than the pre-release as PyQt6 is far better performance and render-wise. Almost every webpage should work normally now, and if not, at least be usable, with some minor exceptions.
Changelog:
-
Updated Imports:
- Changed
PyQt5imports toPyQt6.
- Changed
-
Added Hidden Imports for PyInstaller:
- Included hidden imports to resolve common issues during packaging.
-
Added
--cleanOption:- Cleaned the build directory to remove temporary files from previous builds.
-
Added
--noconfirmOption:- Avoided interactive prompts during the build process.