Skip to content

v0.7.42

Choose a tag to compare

@github-actions github-actions released this 08 Jul 00:00
c6408b6

HyperFrames v0.7.42

Released on 2026-07-07.

This release switches drawElement fast capture to single-worker streaming after benchmarks showed multi-page parallelism losing to priority inversion, and makes Windows rendering reliable by copying extracted frames when symlinks hit EPERM. It also hardens the CLI: render fps defaults to the composition's data-fps, corrupt browser downloads self-heal, and upgrade notices match the detected install method.

Features

  • Producer,cli: DrawElement priority inversion — single-worker streaming over auto-parallel (924727a0b, #2026)

Fixes

  • CLI: Upgrade and update notice use the detected install method (4b3c73d94)
  • Engine: Resolve relative data-start references in video-frame extraction (4a36655b2)
  • Media Use: Create the output dir before ElevenLabs TTS writes (42a209545)
  • Producer: Fall back to copying extracted frames when symlink hits EPERM (00b96d2ea)
  • Producer: Copy extracted frames on Windows to avoid symlink EPERM (1aa39d465)
  • CLI: Default render fps to the composition's data-fps (de27b4668)
  • CLI: Re-download the browser when the cached archive is corrupt (92f3116de)
  • CLI: Lint sets process.exitCode instead of process.exit() to flush stdout (4834de37f)

Full changelog

v0.7.41...v0.7.42