From 2f9816072489a49640ae291525c5ba4fab592310 Mon Sep 17 00:00:00 2001 From: "tai (bot)" Date: Tue, 15 Sep 2026 21:04:14 +0000 Subject: [PATCH] chore: release v0.8.41 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- docs/changelog.mdx | 24 ++++++++++++++++++++++++ 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.41.md | 23 +++++++++++++++++++++++ 18 files changed, 63 insertions(+), 16 deletions(-) create mode 100644 releases/v0.8.41.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bc972208ff..7b6d1ab784 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.40", + "version": "0.8.41", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 4a133b8dfa..889e64fec5 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.40", + "version": "0.8.41", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index fd5bf7fbd6..1fa709b2d0 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.40", + "version": "0.8.41", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com" diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 0032301b2d..6f4b366cd0 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,30 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Studio no longer crashes when the player loads outside a Vite host, like MCP session preview pages. Engine renders also hold finite video slots past EOF and keep long-capture caches alive. + +## Fixes + +- **Engine:** Hold finite video slots past EOF ([f3bd4234f](https://github.com/heygen-com/hyperframes/commit/f3bd4234f50c378f60fd63404d12f1f6cc759e4d), [#3962](https://github.com/heygen-com/hyperframes/pull/3962)). +- **Studio:** Fail closed on backup failures ([cccc78c65](https://github.com/heygen-com/hyperframes/commit/cccc78c65eb6d7804b6725b7c526786b3251e14d), [#3961](https://github.com/heygen-com/hyperframes/pull/3961)). +- **Engine:** Keep a render's dependent extraction-cache entry alive during long captures ([e2d60cf27](https://github.com/heygen-com/hyperframes/commit/e2d60cf27c80849cb6c0fa5c22be34c85b8f6e05), [#3913](https://github.com/heygen-com/hyperframes/pull/3913)). +- **Studio:** Guard import.meta.env reads so the player survives non-Vite ESM hosts ([f98b8ead3](https://github.com/heygen-com/hyperframes/commit/f98b8ead374c20e850995ba071c1da37cdbefe54), [#3948](https://github.com/heygen-com/hyperframes/pull/3948)). +- **Core:** Tell an opaque document how to actually get its Web Audio back ([8886743f4](https://github.com/heygen-com/hyperframes/commit/8886743f447176094aaee7d9ac0570fe735e10ff), [#3940](https://github.com/heygen-com/hyperframes/pull/3940)). +- **Skills:** Keep changelog-video's stamped seams off the clip elements ([e8cbf0ca8](https://github.com/heygen-com/hyperframes/commit/e8cbf0ca85530b9085f7ce3b9e26dd46f136aa3f), [#3946](https://github.com/heygen-com/hyperframes/pull/3946)). +- **Producer:** Retry capture on a CDP Page.captureScreenshot refusal ([a0a6244be](https://github.com/heygen-com/hyperframes/commit/a0a6244be7a40956c5343f5846609e584ee5c6b5), [#3892](https://github.com/heygen-com/hyperframes/pull/3892)). + +## Docs & Examples + +- **Changelog:** Weekly digest 2026-09-07–2026-09-14 ([14ad0c08a](https://github.com/heygen-com/hyperframes/commit/14ad0c08a3ea18c6b2a0ae758e9ed7ca1e3e4010), [#3939](https://github.com/heygen-com/hyperframes/pull/3939)). + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.8.40...v0.8.41). + +