chore: release v0.7.36

This commit is contained in:
Miguel Ángel
2026-07-05 19:25:42 +00:00
parent 98b539df72
commit e8d19b1b43
18 changed files with 49 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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