v0.8.33

EvoMap/evolverv0.8.33Sep 9, 2026by github-actions[bot]

AI Summary

This patch release addresses a critical bug where static-frame deduplication would freeze motion driven by `onUpdate` callbacks. It improves engine logic to exclude these callbacks from prediction spans and ensures events are visible during verification seeks.

Key Highlights

  • Fixes freezing of `onUpdate`-driven motion during static-frame deduplication.
  • Engine now detects `onUpdate` callbacks on timelines to exclude them from prediction.
  • Events are enabled during verification seeks to make callback-driven motion visible.

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.