Skip to content

1.0 Full Release | PyQt6 Migration

Choose a tag to compare

@bladestech bladestech released this 28 Mar 23:36
· 45 commits to main since this release
a1bb9c5

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:

  1. Updated Imports:

    • Changed PyQt5 imports to PyQt6.
  2. Added Hidden Imports for PyInstaller:

    • Included hidden imports to resolve common issues during packaging.
  3. Added --clean Option:

    • Cleaned the build directory to remove temporary files from previous builds.
  4. Added --noconfirm Option:

    • Avoided interactive prompts during the build process.