v0.8.33

heygen-com/hyperframesv0.8.33Sep 9, 2026by github-actions[bot]

AI Summary

This patch release resolves a bug where static-frame deduplication was freezing `onUpdate`-driven motion. The engine now detects these callbacks on timelines and excludes their spans from static-frame prediction.

Key Highlights

  • Detects `onUpdate` callbacks on timelines to prevent freezing.
  • Excludes callback spans from static-frame prediction.
  • Enables events during verification seeks.
  • Fixes issue #3793.

Full Release Notes

# v0.8.33

Patch release — fixes static-frame dedup freezing `onUpdate`-driven motion.

## Fixes

- **Engine:** Detect `onUpdate` callbacks on timelines and exclude their spans from static-frame prediction; enable events during verification seeks so callback-driven motion is visible to the verifier (#3794). Fixes #3793.