Skip to content

Releases: shotgunsoftware/tk-core

v0.22.2

11 Mar 21:47
438a3fa

Choose a tag to compare

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

05 Mar 15:44
1e5ccb8

Choose a tag to compare

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

24 Feb 21:51
da06aa6

Choose a tag to compare

2025-Feb-06

What's Changed

Full Changelog: v0.21.8...v0.22.0

Add function to get a list of matching commands

03 Nov 15:41

Choose a tag to compare

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).