Skip to content

Releases: shotgunsoftware/tk-framework-shotgunutils

v5.11.2

Choose a tag to compare

@eduardoChaucaGallegos eduardoChaucaGallegos released this 12 Mar 14:23
99318ff

Add VFX CY2026 support, fix segfault and remove PySide1 references.

What's Changed

  • Fix Python syntax warnings related to regexp exclude character (SG-40620 - PR #172)
  • Remove outdated references to PySide1 (SG-39031 - PR #174)
  • Fix random segfault by controlling Qt object destruction order (SG-42069 - PR #178)
  • Add support for VFX CY2026 - Python 3.13 - Qt 6.8 (SG-40980 - PR #175)

Full Changelog: v5.11.1...v5.11.2

v5.11.1

Choose a tag to compare

@eduardoChaucaGallegos eduardoChaucaGallegos released this 19 Sep 22:44
2a7cca4

What's Changed

  • UserSettings - Error details: 'str' object has no attribute 'decode' (SG-40414 - PR #170)

v5.11.0

v5.11.0 Pre-release
Pre-release

Choose a tag to compare

@carlos-villavicencio-adsk carlos-villavicencio-adsk released this 11 Sep 15:41
1b65266

2025-Sep-11

What's Changed

  • Removed dependence on 1ensure_binaryandensure_str. Removed dependence on sgutils` package. (SG-39698)
  • Replaced imp module with importlib since it's not supported by Python 3.12. This is a preparation step for VFX 2026. (SG-15664)

Full Changelog: v5.10.3...v5.11.0

v5.10.3

Choose a tag to compare

@carlos-villavicencio-adsk carlos-villavicencio-adsk released this 11 Jun 16:55
b3803ee

2025-Jun-11

What's Changed

  • When using ShotgunModel._refresh_data() to refresh the data model, only the first column was refreshed, while the documentation says that a full rebuild of the model should be issued. Now, when new data arrives, it discovers the rest of the items on the same row (siblings) and updates their text if needed.
  • Address flaky tests with latest PySide6

Full Changelog: v5.10.2...v5.10.3