Releases: shotgunsoftware/tk-alias
Releases · shotgunsoftware/tk-alias
v4.0.0
What's Changed
- Python 3.11 and PySide6 support by @staceyoue in #199
- Remove Python2 support by @eduardoChaucaGallegos in #197
- Performance improvements by @staceyoue in #198
- Fixes for Qt6 by @staceyoue in #200
New Contributors
- @eduardoChaucaGallegos made their first contribution in #197
Full Changelog: v3.3.1...v4.0.0
v3.3.1
What's Changed
- Fix running in headless mode by @staceyoue in #193
- Clean-up Azure flags by @carlos-villavicencio-adsk in #192
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Update Data Validation UI based on Alias events by @staceyoue in #190
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Bump version supported to 2025 by @staceyoue in #188
- Add custom actions in Breakdown2 by @staceyoue in #187
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Rebranding by @juanburgosautoglb in #183
New Contributors
- @juanburgosautoglb made their first contribution in #183
Full Changelog: v3.0.4...v3.1.0
v3.0.4
What's Changed
- Fix menu on SG restart engine and apps by @staceyoue in #184
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- LMV translation updates and improve thumbnails on publish by @staceyoue in #167
- Fix Alias startup failure on reading AboutBox.txt file by @staceyoue in #172
- Add tk-framework-lmv requirement by @staceyoue in #178
- Add action to SG panel to import a note attachment as canvas in Alias. by @staceyoue in #176
- Improve error logging from Alias Python API. by @staceyoue in #171
- Add warning message for references on 3D upload by @staceyoue in #175
- Add extra validation for translator path and log messaging. by @staceyoue in #177
- Add hook to customize ShotGrid menu. by @staceyoue in #174
- Open published file using SG Toolkit Action "Open in Associated App" by @staceyoue in #179
- Include thumbnail in LMV package by @staceyoue in #181
- Fix multiple ShotGrid menus showing in Alias after restart by @staceyoue in #180
- Update tk-framework-alias min version by @staceyoue in #182
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Updates to developer docs links by @shaynacohen in #163
- Add software_credits by @julien-lang in #164
- Add SECURITY.md file by @carlos-villavicencio-adsk in #168
- Update minimum supported version to 2022. by @staceyoue in #169
New Contributors
- @shaynacohen made their first contribution in #163
- @julien-lang made their first contribution in #164
- @carlos-villavicencio-adsk made their first contribution in #168
Full Changelog: v3.0.1...v3.0.2
v3.0.1
v3.0.0
2023-Jul-06
What's Changed
- Alias 2024 support with re-factored Engine
- Cannot publish from Alias with Basic Config
- BG Publish - CATPart file is exported with warning
- Alias Viewport not refreshed after running some fixes
Breaking Changes
- The
alias_py
module is no longer available. Instead use the engine propertyalias_py
. - To access previous
alias_py
attributes, useengine.alias_py.py_<attribute_name
(e.g.alias_py.utils
->engine.alias_py.py_utils
)
See more details on porting from v2.x.x to v3.x.x here
Dependencies
- tk-framework-alias is now required to run
tk-alias
SG Engine
Full Changelog: v2.2.1...v3.0.0