chore: release v0.8.11 (#3440)

This commit is contained in:
Miguel Ángel
2026-08-23 14:49:13 -04:00
committed by GitHub
parent 65b2299db2
commit 32d58a73e3
18 changed files with 53 additions and 16 deletions
+18
View File
@@ -0,0 +1,18 @@
# HyperFrames v0.8.11
Released on 2026-08-23.
Caption-heavy transparent renders can now reuse unchanged frames without missing mounted clip boundaries. Studio's grouping dialog also stays within the window on short screens.
## Fixes
- **Engine:** Keep static-frame dedup active across dense caption changes while preserving mounted clip boundaries and safe verification fallbacks ([65b2299db](https://github.com/heygen-com/hyperframes/commit/65b2299db284ece3232de26ed7afbe0360e097bd), [#3438](https://github.com/heygen-com/hyperframes/pull/3438)).
- **Studio:** Stop the grouping dialog opening off the bottom of the window ([dd0626a55](https://github.com/heygen-com/hyperframes/commit/dd0626a55a0d0f24cae1b00bd2c95c0ebfa7a573), [#3421](https://github.com/heygen-com/hyperframes/pull/3421)).
## Internal
- **Sdk:** Render-faithfulness test for serialize() bake contract (WS-F) ([f11b60854](https://github.com/heygen-com/hyperframes/commit/f11b60854a3ab1490bee8aef14086c8b245a3376), [#1575](https://github.com/heygen-com/hyperframes/pull/1575)).
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.8.10...v0.8.11