Skip to content

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 29 May 07:43
b214693

1.9.0 (2026-05-29)

Features

  • add Light and Select Camera submenus to preview pane context menu (c6feedb)

Bug Fixes

  • add copy constructor and assignment to CPyObject, CPyString and CPyStringW to resolve C5272 warnings on CPyException throw (e50176d)
  • add UTF-16 LE BOM to installer and uninstaller log files (be71a40)
  • auto-detect pip-packages directory when [PYTHON] PYTHONPATH is empty or invalid (52cbf46)
  • bundle Python runtime and pip-packages, improve installer logging and registry entries (8a0a0c8)
  • replace RmShutdown with taskkill /F and add polling for Explorer shutdown and restart (9346600)
  • resolve usd.ico from registry when Python exe is outside install dir (ee14f28)
  • stage python and pip-packages directories for installer build (c1a4209)

Performance Improvements

  • throttle concurrent thumbnail renders to 3 slots via named semaphore (0db6bb3)