Skip to content

Releases: MeVisLab/pythonqt

Release 3.5.6

08 Oct 08:51
Compare
Choose a tag to compare
  • added support for Qt 6.7.3
  • fixed some memory leaks
  • minor bug fixes

Release 3.5.4

28 Jun 12:40
Compare
Choose a tag to compare
  • 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

20 Jun 13:42
Compare
Choose a tag to compare

Adds support for Qt 6.7

Release 3.5.2

30 Apr 13:42
Compare
Choose a tag to compare

Bugfix release.
Exports the QtQuick.QSGRendererInterface class.

Release 3.5.1

21 Apr 09:57
Compare
Choose a tag to compare

Bugfix release.
Adds compatibility to Qt 6.6.3, fixes memory leaks in generator.

Release 3.5.0

12 Mar 06:36
Compare
Choose a tag to compare

Adds support for Qt 5.15 and Qt 6

Pre-release 3.5.0 rc2

02 Feb 17:09
Compare
Choose a tag to compare
Pre-release 3.5.0 rc2 Pre-release
Pre-release

Adds generated wrapper sources for Qt 5.15.

Pre-release 3.5.0 rc1

22 Dec 17:57
Compare
Choose a tag to compare
Pre-release 3.5.0 rc1 Pre-release
Pre-release

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

09 Jul 16:36
6f75669
Compare
Choose a tag to compare

Fixes a regression (see #105).

Release 3.4.1

13 May 14:02
Compare
Choose a tag to compare

This is a bugfix release.