Releases: MeVisLab/pythonqt
Release 3.5.6
- added support for Qt 6.7.3
- fixed some memory leaks
- minor bug fixes
Release 3.5.4
- Adapt generator to work well with Qt 6.7(.2) header files.
- Handle new classes and enums in typesystem files.
- Supports unary + operator now.
Release 3.5.3
Adds support for Qt 6.7
Release 3.5.2
Bugfix release.
Exports the QtQuick.QSGRendererInterface
class.
Release 3.5.1
Bugfix release.
Adds compatibility to Qt 6.6.3, fixes memory leaks in generator.
Release 3.5.0
Adds support for Qt 5.15 and Qt 6
Pre-release 3.5.0 rc2
Adds generated wrapper sources for Qt 5.15.
Pre-release 3.5.0 rc1
This is a pre-release for version 3.5.0, which will support Qt 5.15 and Qt 6.
The generator has been adapted to be able to produce code for these versions, and to generate stable output.
The PythonQt library should be able to work with Qt 5 and 6 if compiled using these versions.
No generated sources are added for these versions. If needed, they may be added before the release.
Please test the version for your use cases, so that any fixes can be incorporated before the release (which is planned somewhere at the beginning of 2024). You can discuss the release in the associated discussion issue.
Release 3.4.2
Fixes a regression (see #105).
Release 3.4.1
This is a bugfix release.