Files
wehub-resource-sync 85453da49f
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
Docs / Validate docs (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Sync skills to ClawHub / Publish changed skills (push) Waiting to run
regression / regression-shards (style-16-prod style-9-prod style-17-prod iframe-render-compat variables-prod mp4-h265-sdr, shard-4) (push) Has been cancelled
regression / regression-shards (style-4-prod style-11-prod style-2-prod animejs-adapter typegpu-adapter parallel-capture-regression, shard-5) (push) Has been cancelled
regression / regression-shards (style-7-prod style-8-prod style-10-prod css-spinner-render-compat webm-transparency mp4-h264-sdr webm-vp9, shard-3) (push) Has been cancelled
regression / regression-shards (sub-composition-video style-18-prod raf-ball-render-compat font-variant-numeric sub-comp-t0 sub-comp-id-selector, shard-7) (push) Has been cancelled
Windows render verification / Detect changes (push) Has been cancelled
Windows render verification / Preflight (lint + format) (push) Has been cancelled
Windows render verification / Render on windows-latest (push) Has been cancelled
Windows render verification / Tests on windows-latest (push) Has been cancelled
CI / Detect changes (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Fallow audit (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Typecheck (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Producer: integration tests (push) Has been cancelled
CI / Producer: unit tests (push) Has been cancelled
CI / File size check (push) Has been cancelled
CI / Test: skills (push) Has been cancelled
CI / Skills: manifest in sync (push) Has been cancelled
CI / CLI: npx shim (macos-latest) (push) Has been cancelled
CI / CLI: npx shim (ubuntu-latest) (push) Has been cancelled
CI / CLI: npx shim (windows-latest) (push) Has been cancelled
CI / SDK: unit + contract + smoke (push) Has been cancelled
CI / Test: runtime contract (push) Has been cancelled
CI / Studio: load smoke (push) Has been cancelled
CI / Smoke: global install (push) Has been cancelled
CI / CLI smoke (required) (push) Has been cancelled
CI / Semantic PR title (push) Has been cancelled
Player perf / Detect changes (push) Has been cancelled
Player perf / Preflight (lint + format) (push) Has been cancelled
Player perf / player-perf (push) Has been cancelled
Player perf / Perf: drift (push) Has been cancelled
Player perf / Perf: fps (push) Has been cancelled
Player perf / Perf: parity (push) Has been cancelled
Player perf / Perf: scrub (push) Has been cancelled
Player perf / Perf: load (push) Has been cancelled
preview-regression / Detect changes (push) Has been cancelled
preview-regression / Preflight (lint + format) (push) Has been cancelled
preview-regression / Preview parity (push) Has been cancelled
preview-regression / preview-regression (push) Has been cancelled
regression / regression (push) Has been cancelled
regression / Detect changes (push) Has been cancelled
regression / Preflight (lint + format) (push) Has been cancelled
regression / regression-shards (hdr-regression style-5-prod style-3-prod mov-prores, shard-1) (push) Has been cancelled
regression / regression-shards (overlay-montage-prod style-12-prod chat missing-host-comp-id png-sequence portrait-edge-bleed, shard-6) (push) Has been cancelled
regression / regression-shards (style-13-prod style-6-prod vignelli-stacking gsap-letters-render-compat audio-mux-parity, shard-8) (push) Has been cancelled
regression / regression-shards (style-15-prod hdr-hlg-regression style-1-prod many-cuts vfr-screen-recording render-symlinked-assets, shard-2) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:58:35 +08:00

6.8 KiB
Raw Permalink Blame History

HyperFrames v0.7.38

Released on 2026-07-07.

drawElement fast capture is now on by default for macOS hardware-GPU renders — roughly 2× faster capture, wrapped in a per-render self-verification net that automatically falls back to the classic screenshot path if a frame can't be proven correct (kill switch: PRODUCER_EXPERIMENTAL_FAST_CAPTURE=false). Also new: media color grading (Studio inspector + runtime shaders), end-to-end render cancel, and richer render telemetry.

Features

  • Engine,producer,cli: DrawElement release telemetry on render_complete (100570344, #2002)
  • Studio,studio Server,cli: Render cancel end-to-end + renders/nle/storyboard UX (241f9d683, #1963)
  • Engine,producer: DrawElement fast-capture default-on with runtime self-verification safety net (ec06f4bf8, #1998)
  • Lint,player: Fast-capture lint rule + player media sync (992a9b660, #1921)
  • Producer: Fast-capture render stages + remote bg-image localizer (1d0dbcd3b, #1920)
  • Engine: Frame-capture core — fast-capture routing, worker-encode, dedup extension (0e58344dc, #1919)
  • Engine: 3D projection + compositor-effect risk gate (4749fe571, #1918)
  • Engine: DrawElementImage capture service (795934adb, #1917)
  • Studio: Harden ui primitives — focus rings, keyboard tooltips, dialog hook (cd1adcb58, #1962)
  • Engine,cli: DrawElement fast-capture config + CLI flag (e04f6dda3, #1916)
  • Lint: Warn when <html dir> can blank render output (afa7f292f, #1893)
  • CLI: Emit sign-in lifecycle telemetry (769dc702c, #2000)
  • Studio: Add color grading inspector (139cf568b)
  • Studio Server: Add media processing routes (a3bf7eb99)
  • Runtime: Render media color grading shaders (870964b0c)
  • Core: Add media color grading contract (7c1443849)
  • CLI: Figma import telemetry — subcommand labels, typed error codes, figma_import event (e9076324e, #1979)
  • Cli/telemetry: Surface unrecognized agents in the agent_runtime=null bucket (232d59147, #1978)

Fixes

  • CLI: Localize remote assets before validate so it matches render (906c8d04f, #2001)
  • Studio: Shell UX — data-loss guards, error surfacing, dialog contracts, toasts (89e36da13, #1964)
  • Compiler: Don't scan media tags inside comments/scripts; DOM-check auto-start (#1938) (1a3330a97, #1940)
  • Studio: Share safe media path cleanup (04f96da16)
  • Studio: Avoid regex in media asset path cleanup (e0090efbf)
  • Studio: Split color grading inspector files (30a944de3)
  • Studio Server: Share background removal job runner (413ee07da)
  • Runtime: Satisfy color grading audit (644ae384a)
  • Parsers,sdk,studio Server,studio: Unify hf-id space across preview, disk, and SDK session (3a717fa71, #1981)

Performance

  • Engine,producer: Batch N drawElement frames per CDP round-trip (HF_DE_BATCH) (d5ecb013d, #1928)

Docs & Examples

  • Figma: Storyboard blurb reworded + frames-are-app-states escalation (ccc130883, #2004)
  • Document Studio Color Grading (b38c054ba)

Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.7.37...v0.7.38