From 764aa02a3aa9f0c5af01b45702958be7c9bfe3de Mon Sep 17 00:00:00 2001 From: Miguel Angel Simon Sierra Date: Thu, 25 Jun 2026 18:59:53 -0400 Subject: [PATCH] chore: release v0.7.8 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- docs/changelog.mdx | 30 ++++++++++++++++++++++++ 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/player/package.json | 2 +- packages/producer/package.json | 2 +- packages/sdk/package.json | 2 +- packages/shader-transitions/package.json | 2 +- packages/studio/package.json | 2 +- releases/v0.7.8.md | 29 +++++++++++++++++++++++ 15 files changed, 72 insertions(+), 13 deletions(-) create mode 100644 releases/v0.7.8.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index df84126f5..5f24b129e 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.7", + "version": "0.7.8", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 0bb08ed93..bf9469b19 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hyperframes", - "version": "0.7.7", + "version": "0.7.8", "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 48a41d602..d0dc97986 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.7", + "version": "0.7.8", "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 8cd2cb41b..dabf58d2d 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,36 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Headlining this release is a draggable 3D-transform cube in the Studio design panel — tilt an element in X/Y/Z, dial in perspective and scale right on the canvas, and keyframe it like any other property. It ships alongside per-slide slideshow autoplay, new lower-thirds catalog blocks, and producer reliability and security fixes. + +## Features + +- **Studio:** Draggable 3D-transform cube in the design panel ([37ac1380](https://github.com/heygen-com/hyperframes/commit/37ac1380418961f4bee0c582cb585d2b28796d46), [#1710](https://github.com/heygen-com/hyperframes/pull/1710)) +- **Slideshow:** Per-slide autoplay (manual-advance, opt-in) ([7517f6ac](https://github.com/heygen-com/hyperframes/commit/7517f6ac86496fa422e1dd918482f10b3fe4a546), [#1708](https://github.com/heygen-com/hyperframes/pull/1708)) + +## Fixes + +- **Producer:** Stop retrying capture attempts that made zero progress ([690cf1b7](https://github.com/heygen-com/hyperframes/commit/690cf1b7a5ae0acff709e86b68fd2fce7c4bc039), [#1725](https://github.com/heygen-com/hyperframes/pull/1725)) +- **Media Use:** Kill shell command injection in probe/heygen-search/eval ([041f2fa1](https://github.com/heygen-com/hyperframes/commit/041f2fa196f830bbb7215e3da6c6f991ab695a2d)) + +## Catalog + +- **Registry:** Add lower thirds catalog blocks ([ab818a2f](https://github.com/heygen-com/hyperframes/commit/ab818a2f1d97f1fc4ca06443aab821ce77441f60), [#1134](https://github.com/heygen-com/hyperframes/pull/1134)) +- Add 19-skills catalog to README, CLAUDE.md, and Mintlify docs ([f7bc0384](https://github.com/heygen-com/hyperframes/commit/f7bc0384f062fa6d9142ac06119b14729644f237), [#1722](https://github.com/heygen-com/hyperframes/pull/1722)) + +## Internal + +- **Skills:** Run skills/**/*.test.mjs in CI ([0c05025c](https://github.com/heygen-com/hyperframes/commit/0c05025c04f9a18761ccdd4ca9f1a64ee8655556), [#1724](https://github.com/heygen-com/hyperframes/pull/1724)) +- **Skills:** Rename graphic-overlays skill to talking-head-recut ([56859b61](https://github.com/heygen-com/hyperframes/commit/56859b618f45f646835c717a8a6dfaabbbda636d), [#1720](https://github.com/heygen-com/hyperframes/pull/1720)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.7...v0.7.8). + +