From b9d8decc29a08d082bb4c67b7ed9db5bad76b506 Mon Sep 17 00:00:00 2001 From: Miguel Angel Simon Sierra Date: Mon, 7 Sep 2026 10:58:24 -0400 Subject: [PATCH 1/2] chore: release v0.8.31 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- docs/changelog.mdx | 29 ++++++++++++++++++++++++ packages/aws-lambda/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/engine/package.json | 2 +- packages/gcp-cloud-run/package.json | 2 +- packages/lint/package.json | 2 +- packages/parsers/package.json | 2 +- packages/player/package.json | 2 +- packages/producer/package.json | 2 +- packages/sdk/package.json | 2 +- packages/shader-transitions/package.json | 2 +- packages/studio-server/package.json | 2 +- packages/studio/package.json | 2 +- releases/v0.8.31.md | 28 +++++++++++++++++++++++ 18 files changed, 73 insertions(+), 16 deletions(-) create mode 100644 releases/v0.8.31.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 4a74fc193a..ef3e0fe508 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 capture for HyperFrames.", - "version": "0.8.30", + "version": "0.8.31", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 7e6e123a02..955e1b9cf2 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hyperframes", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.30", + "version": "0.8.31", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d8d6691da7..83992a3fb7 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -3,7 +3,7 @@ "name": "hyperframes", "displayName": "HyperFrames by HeyGen", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.30", + "version": "0.8.31", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com" diff --git a/docs/changelog.mdx b/docs/changelog.mdx index aa2e4b3788..0a8dee20cc 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,35 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Studio preview now streams only the bytes a browser asks for, so large videos and voice tracks play and scrub without periodic stalls. Lint and check gain a rule for media pointing at the wrong file type and stop flagging code a composition only displays. + +## Features + +- **Lint:** Flag video/img src pointing at an audio file ([0d5d3f3eb](https://github.com/heygen-com/hyperframes/commit/0d5d3f3eb3aecd9fd64954d2767d3d64e97e58fc), [#3741](https://github.com/heygen-com/hyperframes/pull/3741)). + +## Fixes + +- **Studio Server:** Bridge the node web stream type for the Windows build ([8958342dd](https://github.com/heygen-com/hyperframes/commit/8958342dd143d1eb00c75ec2293027eb0d8ac602), [#3746](https://github.com/heygen-com/hyperframes/pull/3746)). +- **Studio Server:** Stream preview media byte ranges instead of reading the whole file ([8825def61](https://github.com/heygen-com/hyperframes/commit/8825def610fed12985329e495993d47a3943df3e), [#3745](https://github.com/heygen-com/hyperframes/pull/3745)). +- **Lint:** See the grouped gsap.set that stages a whole scene at once ([b0ac581d8](https://github.com/heygen-com/hyperframes/commit/b0ac581d8e26a154604f009bd9c264c4d878507e), [#3737](https://github.com/heygen-com/hyperframes/pull/3737)). +- **Check:** Key content_overlap and text_occluded collapse by pair, and bill a clipped text box once ([c59fd162a](https://github.com/heygen-com/hyperframes/commit/c59fd162aabf9d829e06d3237b930ed5b7658b1a), [#2801](https://github.com/heygen-com/hyperframes/pull/2801)). +- **Lint:** Stop three rules matching code a composition only displays ([051336c07](https://github.com/heygen-com/hyperframes/commit/051336c07b34dec08b5dddf6f54dfcc7f4f64755), [#2811](https://github.com/heygen-com/hyperframes/pull/2811)). +- **Check:** Keep auditing when a motion spec is partly unusable ([39ad2721b](https://github.com/heygen-com/hyperframes/commit/39ad2721b3875c0568130d3dae55b1df5f486477), [#2805](https://github.com/heygen-com/hyperframes/pull/2805)). +- **Producer:** Pin lint entry reads to checked descriptors ([f1d0c2e55](https://github.com/heygen-com/hyperframes/commit/f1d0c2e553ba6e684fb935f22a059a9617cf149c), [#3734](https://github.com/heygen-com/hyperframes/pull/3734)). +- **Studio Server:** Publish waveform caches atomically ([e5b351411](https://github.com/heygen-com/hyperframes/commit/e5b3514118cbd5d2ce97750455078e6b5cbee703), [#3731](https://github.com/heygen-com/hyperframes/pull/3731)). + +## Catalog + +- **Catalog:** Bind asset reads to checked project files ([7a2a69173](https://github.com/heygen-com/hyperframes/commit/7a2a6917367e6dd7ce22f4c321c4a852dcf58dfd), [#3735](https://github.com/heygen-com/hyperframes/pull/3735)). + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.8.30...v0.8.31). + + Date: Mon, 7 Sep 2026 11:58:49 -0400 Subject: [PATCH 2/2] docs(release): describe the range fix on its own terms --- docs/changelog.mdx | 2 +- releases/v0.8.31.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 0a8dee20cc..8875bfd785 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -13,7 +13,7 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio description="Released - 2026-09-07" tags={["Release", "Studio Server", "Lint", "Check"]} > -Studio preview now streams only the bytes a browser asks for, so large videos and voice tracks play and scrub without periodic stalls. Lint and check gain a rule for media pointing at the wrong file type and stop flagging code a composition only displays. +Studio preview now serves only the bytes a browser asks for instead of reading a whole media file per request, which drops server memory and latency on large sources. Lint and check gain a rule for media pointing at the wrong file type and stop flagging code a composition only displays. ## Features diff --git a/releases/v0.8.31.md b/releases/v0.8.31.md index d785ac087c..7487ccf5a1 100644 --- a/releases/v0.8.31.md +++ b/releases/v0.8.31.md @@ -2,7 +2,7 @@ Released on 2026-09-07. -Studio preview now streams only the bytes a browser asks for, so large videos and voice tracks play and scrub without periodic stalls. Lint and check gain a rule for media pointing at the wrong file type and stop flagging code a composition only displays. +Studio preview now serves only the bytes a browser asks for instead of reading a whole media file per request, which drops server memory and latency on large sources. Lint and check gain a rule for media pointing at the wrong file type and stop flagging code a composition only displays. ## Features