v0.7.38
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 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
Docs & Examples
- Figma: Storyboard blurb reworded + frames-are-app-states escalation (ccc130883, #2004)
- Document Studio Color Grading (b38c054ba)