Releases: shotgunsoftware/tk-core
Releases · shotgunsoftware/tk-core
v0.22.2
2025-Mar-11
What's Changed
- Minor improvement in pre-commit configuration file.
- Update repository badges.
- PySide/Qt4 is no longer supported.
- Update python-api to v3.8.2, which prevents a flaky disconnection when uploading thumbnails on publish.
Full Changelog: v0.22.1...v0.22.2
v0.22.1
2025-Mar-05
What's Changed
- Python API can use a custom CA Cert store using the SHOTGUN_API_CACERTS variable. App Session Launcher uses a different API and was using a different CA Cert store. It is now aligned with python-api (certifi).
- Update python-api from v3.6.2 to v3.8.1. Enables payload optimization by default.
- Sync Unknown Events metrics. Differenciate desktop engine metrics.
- Add support to PySide6 for availableGeometry. Handle AttributeError.
- Update pre-commit hook versions.
Full Changelog: v0.22.0...v0.22.1
v0.22.0
2025-Feb-06
What's Changed
- Formalize the end of CentOS support by @carlos-villavicencio-adsk in #994
Full Changelog: v0.21.8...v0.22.0
Add function to get a list of matching commands
Add a function get_matching_commands in engines that allows to parse a setting of the following format:
menu_favourites:
- {app_instance: tk-multi-workfiles, name: Shotgun File Manager...}
- {app_instance: tk-multi-snapshot, name: Snapshot...}
- {app_instance: tk-multi-workfiles, name: Shotgun Save As...}
- {app_instance: tk-multi-publish, name: Publish...}
and extract all the commands that match the specified app instances and command names ('' being all commands from that app instance).