Announcing the release of OpenCue v0.4.55
OpenCue v0.4.55 release notes
v0.4.55 of OpenCue includes the following changes and updates:
- Fix bug with host search where search text would be ignored. #695
- Add method addRenderPartition to api wrappers. #701
- Protect job updates to avoid accessing closed views. #702
- Protect getRenderPartition call. #700
- Move from whitelist to acceptlist. #713
- Beginning to migrate pipelines to Github Actions. #684
- Replace sed hack with 2to3. #709
- Fix a few Windows compatibility issues. #718
- Ignore errors when rotating logs on Windows. #726
- Replace getInteger with PySide2-compatible getInt. #744
- Properly handle empty groups in CueMonitorTree. #743
- Fix losing selection issue in FilterDialog. #741
- Upgrade pip in all Docker images. #746
- Fix incorrect frame data access in Preview widget. #731
- Dockerfile update to set permissions for VERSION file. #751 #752
- Fix burst typecast. #757
- Finish migrating packaging pipeline to Github Actions. #753
- Finish migrating release pipeline to Github Actions. #762