mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
chore: release v0.7.58 (#2446)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hyperframes",
|
"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.",
|
"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.57",
|
"version": "0.7.58",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "HeyGen",
|
"name": "HeyGen",
|
||||||
"email": "hyperframes@heygen.com",
|
"email": "hyperframes@heygen.com",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hyperframes",
|
"name": "hyperframes",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"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.",
|
"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": {
|
"author": {
|
||||||
"name": "HeyGen",
|
"name": "HeyGen",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json",
|
"$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json",
|
||||||
"name": "hyperframes",
|
"name": "hyperframes",
|
||||||
"displayName": "HyperFrames by HeyGen",
|
"displayName": "HyperFrames by HeyGen",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"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.",
|
"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": {
|
"author": {
|
||||||
"name": "HeyGen",
|
"name": "HeyGen",
|
||||||
|
|||||||
@@ -8,6 +8,39 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
|
|||||||
|
|
||||||
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
|
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
|
||||||
|
|
||||||
|
<Update
|
||||||
|
label="HyperFrames v0.7.58"
|
||||||
|
description="Released - 2026-07-14"
|
||||||
|
tags={["Release", "Feedback", "Producer", "Pr To Video"]}
|
||||||
|
>
|
||||||
|
HyperFrames now uses a 0–10 recommendation scale for feedback, keeps canvas z-order actions synchronized with timeline lanes, and makes the core workflow set easier to install from the skills picker. Rendering is more reliable across variable-bound and root-absolute media, explicit worker counts, Windows FFmpeg failures, and final artifact publication, while CLI snapshot, frame, layout, and contrast diagnostics are more consistent.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- **Feedback:** Adopt 0–10 recommendation scale ([990f5c314](https://github.com/heygen-com/hyperframes/commit/990f5c314513a379ccceef050da31a633101c9d1), [#2438](https://github.com/heygen-com/hyperframes/pull/2438))
|
||||||
|
- **Studio:** Mirror canvas z-order actions into timeline lanes (track order = default paint order) ([89db71889](https://github.com/heygen-com/hyperframes/commit/89db7188994b6d808382cb311dd4d3677a89078d), [#2380](https://github.com/heygen-com/hyperframes/pull/2380))
|
||||||
|
- **Skills:** Group core skills in the skills add picker ([4a4903b49](https://github.com/heygen-com/hyperframes/commit/4a4903b49a8e1c8cf5ffa91add6c1d9032e79317), [#2412](https://github.com/heygen-com/hyperframes/pull/2412))
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
- **CLI:** Resolve color-mix() colors in contrast audit instead of false-failing ([6c2513d5c](https://github.com/heygen-com/hyperframes/commit/6c2513d5c80fea57d6686ccddf560e2e8c213afb), [#2445](https://github.com/heygen-com/hyperframes/pull/2445))
|
||||||
|
- **Producer:** Probe variable-bound media sources ([d2c8c2d80](https://github.com/heygen-com/hyperframes/commit/d2c8c2d8087814f35a3059069efc8c3a7a91cad8), [#2444](https://github.com/heygen-com/hyperframes/pull/2444))
|
||||||
|
- **Pr To Video:** Use display names, not GitHub logins, in credits narration ([4cba58f5a](https://github.com/heygen-com/hyperframes/commit/4cba58f5a3a269b438d88aa9be406f7961c2fa25), [#2385](https://github.com/heygen-com/hyperframes/pull/2385))
|
||||||
|
- **Engine:** Honor explicit render worker counts ([e05debe1a](https://github.com/heygen-com/hyperframes/commit/e05debe1afadb802590ee8a58c55f7494a9229f1), [#2439](https://github.com/heygen-com/hyperframes/pull/2439))
|
||||||
|
- **Render:** Diagnose unlaunchable Windows FFmpeg ([3d7e26aab](https://github.com/heygen-com/hyperframes/commit/3d7e26aabfa34d1a96cc66b7b59cd646711bf216), [#2430](https://github.com/heygen-com/hyperframes/pull/2430))
|
||||||
|
- **Render:** Publish artifacts atomically ([fb0d82350](https://github.com/heygen-com/hyperframes/commit/fb0d8235008632439967117d4e7f798cfb07e592), [#2154](https://github.com/heygen-com/hyperframes/pull/2154))
|
||||||
|
- **CLI:** Consolidate snapshot and frame diagnostics ([6933e8acd](https://github.com/heygen-com/hyperframes/commit/6933e8acda57268da9a40e0adf3d99c85059d2b5), [#2402](https://github.com/heygen-com/hyperframes/pull/2402))
|
||||||
|
- **CLI:** Consolidate layout and contrast audit correctness ([b98463ae3](https://github.com/heygen-com/hyperframes/commit/b98463ae3ae7e278f410ebcae20ce2c3fc82218b), [#2401](https://github.com/heygen-com/hyperframes/pull/2401))
|
||||||
|
- **Engine:** Resolve root-absolute media from project ([6fc92308d](https://github.com/heygen-com/hyperframes/commit/6fc92308d638a75d753cf160f656e7ec3f9066ea), [#2399](https://github.com/heygen-com/hyperframes/pull/2399))
|
||||||
|
- **Engine:** Skip unnecessary dimension pad ([0dfc85b68](https://github.com/heygen-com/hyperframes/commit/0dfc85b680aaff20d89dcab4f9d937b8139eb9f5), [#2398](https://github.com/heygen-com/hyperframes/pull/2398))
|
||||||
|
|
||||||
|
## Internal
|
||||||
|
|
||||||
|
- **Engine:** Make FFmpeg path assertion platform-safe ([d7204ac47](https://github.com/heygen-com/hyperframes/commit/d7204ac47fceff0551de64312ed6affc41892ddc), [#2433](https://github.com/heygen-com/hyperframes/pull/2433))
|
||||||
|
|
||||||
|
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.57...v0.7.58).
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update
|
<Update
|
||||||
label="HyperFrames v0.7.57"
|
label="HyperFrames v0.7.57"
|
||||||
description="Released - 2026-07-14"
|
description="Released - 2026-07-14"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/aws-lambda",
|
"name": "@hyperframes/aws-lambda",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
|
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/cli",
|
"name": "@hyperframes/cli",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
|
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/core",
|
"name": "@hyperframes/core",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/engine",
|
"name": "@hyperframes/engine",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
|
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/gcp-cloud-run",
|
"name": "@hyperframes/gcp-cloud-run",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
|
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/lint",
|
"name": "@hyperframes/lint",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/heygen-com/hyperframes",
|
"url": "https://github.com/heygen-com/hyperframes",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/parsers",
|
"name": "@hyperframes/parsers",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/heygen-com/hyperframes",
|
"url": "https://github.com/heygen-com/hyperframes",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/player",
|
"name": "@hyperframes/player",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "Embeddable web component for HyperFrames compositions",
|
"description": "Embeddable web component for HyperFrames compositions",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/producer",
|
"name": "@hyperframes/producer",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
|
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/sdk",
|
"name": "@hyperframes/sdk",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "Headless, framework-neutral HyperFrames composition editing engine",
|
"description": "Headless, framework-neutral HyperFrames composition editing engine",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/shader-transitions",
|
"name": "@hyperframes/shader-transitions",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "WebGL shader transitions for HyperFrames compositions",
|
"description": "WebGL shader transitions for HyperFrames compositions",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/studio-server",
|
"name": "@hyperframes/studio-server",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/heygen-com/hyperframes",
|
"url": "https://github.com/heygen-com/hyperframes",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/studio",
|
"name": "@hyperframes/studio",
|
||||||
"version": "0.7.57",
|
"version": "0.7.58",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
# HyperFrames v0.7.58
|
||||||
|
|
||||||
|
Released on 2026-07-14.
|
||||||
|
|
||||||
|
HyperFrames now uses a 0–10 recommendation scale for feedback, keeps canvas z-order actions synchronized with timeline lanes, and makes the core workflow set easier to install from the skills picker. Rendering is more reliable across variable-bound and root-absolute media, explicit worker counts, Windows FFmpeg failures, and final artifact publication, while CLI snapshot, frame, layout, and contrast diagnostics are more consistent.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- **Feedback:** Adopt 0–10 recommendation scale ([990f5c314](https://github.com/heygen-com/hyperframes/commit/990f5c314513a379ccceef050da31a633101c9d1), [#2438](https://github.com/heygen-com/hyperframes/pull/2438))
|
||||||
|
- **Studio:** Mirror canvas z-order actions into timeline lanes (track order = default paint order) ([89db71889](https://github.com/heygen-com/hyperframes/commit/89db7188994b6d808382cb311dd4d3677a89078d), [#2380](https://github.com/heygen-com/hyperframes/pull/2380))
|
||||||
|
- **Skills:** Group core skills in the skills add picker ([4a4903b49](https://github.com/heygen-com/hyperframes/commit/4a4903b49a8e1c8cf5ffa91add6c1d9032e79317), [#2412](https://github.com/heygen-com/hyperframes/pull/2412))
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
- **CLI:** Resolve color-mix() colors in contrast audit instead of false-failing ([6c2513d5c](https://github.com/heygen-com/hyperframes/commit/6c2513d5c80fea57d6686ccddf560e2e8c213afb), [#2445](https://github.com/heygen-com/hyperframes/pull/2445))
|
||||||
|
- **Producer:** Probe variable-bound media sources ([d2c8c2d80](https://github.com/heygen-com/hyperframes/commit/d2c8c2d8087814f35a3059069efc8c3a7a91cad8), [#2444](https://github.com/heygen-com/hyperframes/pull/2444))
|
||||||
|
- **Pr To Video:** Use display names, not GitHub logins, in credits narration ([4cba58f5a](https://github.com/heygen-com/hyperframes/commit/4cba58f5a3a269b438d88aa9be406f7961c2fa25), [#2385](https://github.com/heygen-com/hyperframes/pull/2385))
|
||||||
|
- **Engine:** Honor explicit render worker counts ([e05debe1a](https://github.com/heygen-com/hyperframes/commit/e05debe1afadb802590ee8a58c55f7494a9229f1), [#2439](https://github.com/heygen-com/hyperframes/pull/2439))
|
||||||
|
- **Render:** Diagnose unlaunchable Windows FFmpeg ([3d7e26aab](https://github.com/heygen-com/hyperframes/commit/3d7e26aabfa34d1a96cc66b7b59cd646711bf216), [#2430](https://github.com/heygen-com/hyperframes/pull/2430))
|
||||||
|
- **Render:** Publish artifacts atomically ([fb0d82350](https://github.com/heygen-com/hyperframes/commit/fb0d8235008632439967117d4e7f798cfb07e592), [#2154](https://github.com/heygen-com/hyperframes/pull/2154))
|
||||||
|
- **CLI:** Consolidate snapshot and frame diagnostics ([6933e8acd](https://github.com/heygen-com/hyperframes/commit/6933e8acda57268da9a40e0adf3d99c85059d2b5), [#2402](https://github.com/heygen-com/hyperframes/pull/2402))
|
||||||
|
- **CLI:** Consolidate layout and contrast audit correctness ([b98463ae3](https://github.com/heygen-com/hyperframes/commit/b98463ae3ae7e278f410ebcae20ce2c3fc82218b), [#2401](https://github.com/heygen-com/hyperframes/pull/2401))
|
||||||
|
- **Engine:** Resolve root-absolute media from project ([6fc92308d](https://github.com/heygen-com/hyperframes/commit/6fc92308d638a75d753cf160f656e7ec3f9066ea), [#2399](https://github.com/heygen-com/hyperframes/pull/2399))
|
||||||
|
- **Engine:** Skip unnecessary dimension pad ([0dfc85b68](https://github.com/heygen-com/hyperframes/commit/0dfc85b680aaff20d89dcab4f9d937b8139eb9f5), [#2398](https://github.com/heygen-com/hyperframes/pull/2398))
|
||||||
|
|
||||||
|
## Internal
|
||||||
|
|
||||||
|
- **Engine:** Make FFmpeg path assertion platform-safe ([d7204ac47](https://github.com/heygen-com/hyperframes/commit/d7204ac47fceff0551de64312ed6affc41892ddc), [#2433](https://github.com/heygen-com/hyperframes/pull/2433))
|
||||||
|
|
||||||
|
## Full changelog
|
||||||
|
|
||||||
|
https://github.com/heygen-com/hyperframes/compare/v0.7.57...v0.7.58
|
||||||
Reference in New Issue
Block a user