Skip to content

Releases: heygen-com/hyperframes

v0.7.5

24 Jun 04:44
649c216

Choose a tag to compare

HyperFrames v0.7.5

Released on 2026-06-24.

This stable release fixes cross-origin player readiness so hosted HyperFrames
previews can play through the runtime bridge without app-origin blob wrappers.
It also improves render robustness by retrying transient producer probe crashes
and preventing visible GSAP transition overlays from leaking into output.

Fixes

  • Player: Treat runtime timeline as cross-origin ready (ea23e630, #1690)
  • Producer: Retry probe stage on transient browser errors (546b2d77, #1688)
  • Flag visible GSAP transition overlays (899b8faa, #1686)

Full changelog

v0.7.4...v0.7.5

v0.7.4

24 Jun 00:13
ba77a0b

Choose a tag to compare

HyperFrames v0.7.4

Released on 2026-06-24.

This stable release improves render reliability and skill authoring: producer duration
now falls back to sub-composition timing, empty sub-composition files no longer abort
renders, and Studio timeline styling handles missing tags safely. It also ships
music-to-video workflow updates, per-skill telemetry, and clearer CLI install/debug
guidance.

Features

  • CLI: Per-skill usage telemetry (4961e4e4)
  • Skills: Unify bgm-to-video flows into music-to-video (a34d3dba)
  • Skills: Add bgm-to-video skill (d596379e)
  • Skills: Guide install when a matched workflow isn't installed (08328b04, #1647)

Fixes

  • Producer: Derive duration from sub-composition timing when root has no data-duration (45a9440c, #1680)
  • Core: Skip empty sub-composition files instead of aborting render (656c1200, #1678)
  • Studio: Guard against null tag in timeline track style (d4aa5f93, #1679)
  • CLI: Improve whisper-cpp install guidance and add doctor check (344618e2, #1681)
  • Engine: Restore fast screenshot path for viewport captures (f622e5a7, #1670)
  • CLI: Install skills into project dir on non-interactive init (bf4f34b3, #1671)
  • CLI: Expose render debug mode (7133c396)
  • Unblock music video ci checks (5d1bff51)
  • Producer: Store css-var-fonts baseline as raw binary, not LFS pointer (119284d3)
  • Producer: Restore css-var-fonts regression baseline (f012b8b8)
  • Lint: Catch CSS↔GSAP transform conflicts in scoped selectors and frame sub-compositions (9ccae863)

Docs & Examples

  • Skills: Add music-source brief to music-to-video Step 0 (7a464689)
  • Skills: Register music-to-video in the hyperframes router (44b04324)
  • Skills: Add beat-synced montage authoring recipe (0dcf914e)

Catalog

  • Refine music-to-video planning catalogs (a23ca348)

Internal

  • Lint: Keep the fallow audit gate green (4a8e2f1c)

Other Changes

  • Merge pull request #1672 from heygen-com/fix/skill-authoring-fixes (26810856)
  • Skills: Apply oxfmt to music-to-video and router docs (265b0273)

Full changelog

v0.7.3...v0.7.4

v0.7.3

23 Jun 03:11
997823b

Choose a tag to compare

HyperFrames v0.7.3

Released on 2026-06-23.

This stable release fixes a production render visibility leak where timed descendants could remain visible after their parent clip ended. It also includes producer render performance cleanup and documentation coverage for package entrypoints.

Fixes

Performance

  • Producer: Skip wasted Chrome media work + injector page.evaluates during render (b651a9d21, #1651)

Docs & Examples

Full changelog

v0.7.2...v0.7.3

v0.7.2

22 Jun 22:47
b8d6c4a

Choose a tag to compare

HyperFrames v0.7.2

Released on 2026-06-22.

Fixes several production-rendering edge cases: shader transitions now survive the producer capture path, audio muxing preserves full stream duration, and CSS variable font declarations no longer trip deterministic font resolution.

Fixes

Internal

  • Producer: Add stream duration parity check to regression harness (60d3eeb1, #1652)

Full changelog

v0.7.1...v0.7.2

v0.7.1

22 Jun 18:12
3a6742b

Choose a tag to compare

Fixes gesture recording selection sync and video-heavy render base64 frame injection.

v0.7.0

22 Jun 15:26
a97f804

Choose a tag to compare

Studio GSAP keyframe and motion-path editing, instant flicker-free manual editing, sub-composition rendering fixes, and frame-preset foundation for skills.

v0.6.122-alpha.0

22 Jun 00:39
v0.6.122-alpha.0
5a32921

Choose a tag to compare

v0.6.122-alpha.0 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.6.121...v0.6.122-alpha.0

v0.6.121

21 Jun 22:01
e385d21

Choose a tag to compare

HyperFrames v0.6.121

Released on 2026-06-21.

This hotfix restores hyperframes skills on Windows by invoking npm's npx.cmd
shim through cmd.exe, while preserving direct npx execution on Linux and macOS.
The same resolver also covers the local Studio preview's npx vite path and is
verified by CI on all three operating systems.

Fixes

Full changelog

v0.6.120...v0.6.121

v0.6.120

21 Jun 15:20
6c71cf0

Choose a tag to compare

HyperFrames v0.6.120

Released on 2026-06-21.

This hotfix restores Node-compatible package entrypoints for published HyperFrames
packages, so npm consumers load built JavaScript and declaration files instead of
source TypeScript. It also improves page-side rendering so shader transitions paint
correctly and final-scene content remains visible through the end of the render.

Fixes

  • Publish Node-compatible package entrypoints (2612b9bd, #1622)
  • Shader Transitions: Page-side render dropped shader transitions and final-scene content (a85a507c)

Full changelog

v0.6.119...v0.6.120

v0.6.119

21 Jun 08:05
b33a745

Choose a tag to compare

HyperFrames v0.6.119

Released on 2026-06-21.

This hotfix makes slideshow presenter decks more reliable when they contain interactive
media. Presenter and audience views now keep media controls, muted autoplay fallback,
global mute, editable speaker notes, and first-load navigation chrome in sync.

Fixes

  • Slideshow: Harden media controls in present decks (341e65aea, #1619)

Full changelog

v0.6.118...v0.6.119