v0.4.15
heygen-com/hyperframesv0.4.15Apr 23, 2026by github-actions[bot]
AI Summary
This release introduces a new publish command to share projects and enhances HDR (High Dynamic Range) support with CLI controls.
Key Highlights
- New hyperframes publish command to share projects via public URL
- HDR pipeline improvements with dynamic SDR to HDR transfer
- CLI overrides for CRF and video bitrate
New Features
- Publish projects via public URL
- Enhanced HDR support with dynamic SDR→HDR transfer
- CLI overrides for --crf and --video-bitrate
Full Release Notes
## What's Changed * feat(cli): hyperframes publish — share projects via a public URL by @miguel-heygen in https://github.com/heygen-com/hyperframes/pull/312 * fix(engine): stop clobbering native <video> opacity in HDR pipeline by @vanceingalls in https://github.com/heygen-com/hyperframes/pull/368 * test(hdr-regression): tighten Window C maxFrameFailures budget after Chunk 1 fix by @vanceingalls in https://github.com/heygen-com/hyperframes/pull/369 * feat(engine): wire options.hdr through chunkEncoder + dynamic SDR→HDR transfer by @vanceingalls in https://github.com/heygen-com/hyperframes/pull/370 * fix: improve studio timeline discoverability by @miguel-heygen in https://github.com/heygen-com/hyperframes/pull/431 * fix(producer): tighten resource lifecycle and harden file server by @vanceingalls in https://github.com/heygen-com/hyperframes/pull/371 * fix(producer): wire --crf and --video-bitrate CLI overrides into encoders by @vanceingalls in https://github.com/heygen-com/hyperframes/pull/372 **Full Changelog**: https://github.com/heygen-com/hyperframes/compare/v0.4.14...v0.4.15