-
Notifications
You must be signed in to change notification settings - Fork 7
Release Notes
Welcome to the release notes for this Engine. Below you will find an overview of all the changes we did for each release. We try to be as detailed as possible and include all bugs we have fixed, features we have added and things that may have changed. If you have questions about a particular release, don't hesitate to contact our support team!
Better Support for unicode.
Fixed a bug where debug logging was supressed from the output despite the debug flag being set.
Renames and support for the new name Sgtk.
Added PyQt Support.
Details:
- Engine now supports PyQt4 for UIs. This is detected at runtime, and if
tank can load PyQt4 from the python system path, it will attempt to use it. This is a fallback in case PySide is not found. - Better error messages when PySide/PyQt4 is not installed - the engine now presents some more polished feedback in the case a UI based app is launched but neither PySide nor PyQt exists to handle the UI creation.
Fixed a bug which could cause apps raising Exceptions to be stuck in a loop.
Minor adjustments to PyQt4
Better QT App Support.
Added icon.
Updated manifest to require core v0.12.5
Fixed formatting bugs related to html characters and certain exceptions being raised.
Bug 19097: < and > Characters are now html escaped and no longer swallowed in the output.
First Release with the new Tank API.
Initial release to the App Store.