Releases: pyblish/pyblish-qml
Releases · pyblish/pyblish-qml
1.6.3
This release implements a persistence of the status text.
![33666227-a8c4486a-da99-11e7-9eb1-b3b2899b7951](https://user-images.githubusercontent.com/1860085/33823517-b36953f8-de5b-11e7-83ea-3ae4839f6512.gif)
See #273 for details.
1.6.2
Unchecked items are now darker than checked items, for better visual clarity.
![nov 30 2017 3_41 pm](https://user-images.githubusercontent.com/1860085/33439326-76374e2a-d5ed-11e7-9e0e-008404fa055a.gif)
1.6.1
Patch release to fix standalone mode of pyblish-qml.
#271
1.5.0
This release implements a modal mode and a way to switch between modal and non-modal.
The motivation for a modal mode is because of threading issues in Nuke reported in #264.
Usage
Non-modal is the default when using pyblish_qml.show().
To invoke modal mode you can either explicitly call pyblish_qml.show(modal=True) or set the environment variable os.environ["PYBLISH_QML_MODAL"] = "True".
1.4.5
Maintenance update.
- Merges #267 - Fixes the orange warning color from being overridden by next successful process.
![](https://camo.githubusercontent.com/2facd023f7548daca855e1e7eab283216c56bb75/68747470733a2f2f692e696d6775722e636f6d2f6339474d6d6f6f2e706e67)
Thanks to @davidlatwe for this fix!
1.4.4
Support for scripted publishing and validating via the GUI.
from pyblish_qml import host
host.validate()
host.publish()
1.4.3
Bugfix release, this re-introduces backwards compatibility with pyblish-base < 1.5.1.
- Fixed #262, missing "plugins_by_targets" method.
1.4.2
Bump the minimum required version of Pyblish Base to 1.5.3.
Once #262 has been tackled, I expect to regain backwards compatibility with Pyblish Base 1.4.
1.4.1
Bugfix release, this re-introduces backwards compatibility with pyblish-base < 1.5.2
- Fixed #261, no
targets
attribute.