diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 35d512d50..6ecfe1497 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hyperframes", "description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", - "version": "0.7.43", + "version": "0.7.44", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 542a3824e..196cbf54b 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hyperframes", - "version": "0.7.43", + "version": "0.7.44", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "author": { "name": "HeyGen", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 6bcb9fee7..673a3f518 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json", "name": "hyperframes", "displayName": "HyperFrames by HeyGen", - "version": "0.7.43", + "version": "0.7.44", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "author": { "name": "HeyGen", diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 24cc7c248..7ba6d6691 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,33 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Opt-in verified interleaved parallel drawElement streaming, plus fail-fast sub-composition timeline waits and Chrome-cache resolution fixes carried over from PR review. + +## Features + +- **Engine,producer:** Verified interleaved parallel drawElement streaming (opt-in) ([b3493a7b6](https://github.com/heygen-com/hyperframes/commit/b3493a7b61cd3d07e7ce5de690c3cae7859e91be)) + +## Fixes + +- **Engine,producer:** Fix quadratic dedup rescan, correct race justification ([381887541](https://github.com/heygen-com/hyperframes/commit/381887541f9513661666877f67335cc489ab5273)) +- **Engine,producer:** Close review gaps in parallel drawElement streaming ([2dbe958a4](https://github.com/heygen-com/hyperframes/commit/2dbe958a49baa08319d091d36795edd51afc3988)) +- **CLI:** Check buildId when resolving the managed Chrome cache ([df1d20b76](https://github.com/heygen-com/hyperframes/commit/df1d20b7659df7858e1c8324e84cb88fa8124af0)) +- **Engine:** Log composition-id attribution on script-failure bail too ([8fee20a52](https://github.com/heygen-com/hyperframes/commit/8fee20a52543dc961983d5e31d3b44125c944416)) +- **Engine,producer,cli:** Close review gaps in sub-timeline fail-fast ([8ba3c3391](https://github.com/heygen-com/hyperframes/commit/8ba3c339156c9d96dd08407019b550191851e5e5)) +- **Engine:** Fail-fast the sub-composition timeline wait when a script 404s ([54359f3d6](https://github.com/heygen-com/hyperframes/commit/54359f3d6ad45a99c359c8d92a59795fbdc60052)) + +## Docs & Examples + +- **Producer:** Disambiguate compositor frame scheduling from the beginframe capture mode ([81a4f0436](https://github.com/heygen-com/hyperframes/commit/81a4f04360cf71ce67daa8eefe55d998eb375ab1)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.43...v0.7.44). + +