mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
17 lines
657 B
Markdown
17 lines
657 B
Markdown
# HyperFrames v0.7.36
|
|
|
|
Released on 2026-07-05.
|
|
|
|
This release closes the remaining Windows FFmpeg path gap by making CLI preflight
|
|
choose real `ffmpeg.exe`/`ffprobe.exe` binaries over shell shims. `hyperframes
|
|
render` now avoids exporting `ffmpeg.cmd` as `HYPERFRAMES_FFMPEG_PATH`, keeping
|
|
the engine on the hardened executable-resolution path.
|
|
|
|
## Fixes
|
|
|
|
- **CLI:** Prefer real ffmpeg exe over cmd shim ([98b539df](https://github.com/heygen-com/hyperframes/commit/98b539df728f221de677e7ede3e9e3eb4cad2bca), [#1958](https://github.com/heygen-com/hyperframes/pull/1958))
|
|
|
|
## Full changelog
|
|
|
|
https://github.com/heygen-com/hyperframes/compare/v0.7.35...v0.7.36
|