Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.4 (2026-06-18)

### Bug Fixes
* Fixed incorrect frame time mapping by using RDATA_FRAMERATE instead of doc.GetFps() in both the submitter and handler, ensuring frames are correctly mapped during rendering. (#462)
* The submitter now shows a categorized warning message when an unsupported renderer is selected, instead of silently crashing. (#460)
* An error is now properly raised when attempting to set a take that does not exist, instead of failing silently. (#461)

## 0.11.3 (2026-06-05)

Expand Down
Loading