Skip to content

v0.7.32

Choose a tag to compare

@github-actions github-actions released this 04 Jul 21:29
16fe136

HyperFrames v0.7.32

Released on 2026-07-04.

This release hardens the CLI validation and browser-install paths: validate now seeks through the runtime player, honors the configured timeout more consistently, and browser installs recover from stale or partial downloads without racing concurrent forced reinstalls. It also closes Windows media setup gaps, scopes window.__hyperframes correctly inside sub-compositions, pads transition-tail frame durations, and moves large audio filter graphs out of the command line.

Fixes

  • Hyperframes Media: Install MusicGen deps via python3 -m pip, not bare pip (942080fa8, #1894)
  • Hyperframes Media: Resolve python3 -> python/py on Windows (3388635f1, #1922)
  • CLI: Validate seeks the runtime player directly, not raw timelines (3f49f107e, #1895)
  • CLI: Validate navigation timeout honors --timeout, hints on CDN scripts (0338be97f, #1929)
  • Video Workflows: Pad the frame's own duration to match the transition tail (8bc1e5d60, #1889)
  • Engine: Write the audio mix filter graph to a file, not the command line (8a3227f54, #1890)
  • CLI: Purge stale/partial browser installs instead of wedging retries (78069da14, #1913)
  • Core: Route window.__hyperframes to the scoped variant in sub-comps (f7c9c35d8, #1931)

Full changelog

v0.7.31...v0.7.32