chore: release v0.7.48 (#2118)

This commit is contained in:
Miguel Ángel
2026-07-09 21:49:58 -04:00
committed by GitHub
parent ef38321d5d
commit 3fd340f6ba
18 changed files with 45 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
# HyperFrames v0.7.48
Released on 2026-07-10.
Prevents slow Chrome downloads from losing their install lock and colliding with another HyperFrames process. Also restores `hyperframes tts --text-file` compatibility for existing skills and scripts.
## Fixes
- **CLI:** Restore `tts --text-file` compatibility for file-based narration workflows ([ef38321d5](https://github.com/heygen-com/hyperframes/commit/ef38321d5d1b549777b846d1156de40a0f475b4e), [#2117](https://github.com/heygen-com/hyperframes/pull/2117))
- **CLI:** Keep slow browser installs serialized with an active lock heartbeat and visible wait progress ([7bd8c0942](https://github.com/heygen-com/hyperframes/commit/7bd8c0942e2d0863b7c82fe5a3dd1c026f1e5db1), [#2116](https://github.com/heygen-com/hyperframes/pull/2116))
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.47...v0.7.48