Skip to content

Releases: pyblish/pyblish-qml

1.14.0

10 Jun 07:01
4b98fd8
Compare
Choose a tag to compare

Compatibility with Python 3.10 thanks for @jedfrechette, see #380 for details.

1.12.0

16 Nov 09:22
103fef8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.5...1.12.0

1.11.5

02 Dec 07:40
507bb41
Compare
Choose a tag to compare
  • Added "warning" and "failedOrWarning" as options for Action.on

See #367 for details.

1.11.4

03 Jun 18:25
3c29346
Compare
Choose a tag to compare

Updated dependencies. See #366 for details. Thanks @jedfrechette for this fix!

1.11.3

04 May 19:21
Compare
Choose a tag to compare

Added support for api.register_test.

  • See #364 for details.

Thanks to @jboisvertrodeofx for this fix.

1.11.1

11 Feb 08:01
Compare
Choose a tag to compare

This release fixed a bug that pyblish-qml could lose targets when re-launching from existing ipc.server.Server instance, if the targets were registered via pyblish.api.registered_targets.

See #355 for details.

(Re-release for fixing deploy)

1.11.0

09 Feb 10:34
Compare
Choose a tag to compare

This release will opt-in PySide2 as a valid Qt binding for pyblish-qml with the help of Qt5.py , which will fix #313 and #301 if you have PySide2 installed in your environment.

See #354 for detail.

1.10.6

14 Dec 15:57
c8fea9c
Compare
Choose a tag to compare

This release resolved the Qt compatibility with Maya 2020 by updating vendorized Qt.py version.
See #352 .

1.10.5

22 Oct 13:39
8c0a7aa
Compare
Choose a tag to compare

This is release fixed #335.

1.10.4

22 Oct 09:56
058fe75
Compare
Choose a tag to compare

Fix GUI message prompting.

Please see #350 for details