chore: release v0.6.86

This commit is contained in:
Miguel Ángel
2026-06-09 19:50:45 +00:00
parent 1ae2fbd08d
commit 04c77fa7aa
14 changed files with 39 additions and 12 deletions
+14
View File
@@ -8,6 +8,20 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
<Update
label="HyperFrames v0.6.86"
description="Released - 2026-06-09"
tags={["Release", "Runtime,player"]}
>
Fixes a race condition where `audio-locked` (and other bridge controls) were silently dropped on warm-cache reloads of claude.ai and inside the Claude desktop Electron client. The runtime now emits a `ready` handshake once its message listener is installed; the player replays current bridge state on receipt.
## Fixes
- **Runtime,player:** Replay bridge state on iframe ready to repair race ([5a0966df](https://github.com/heygen-com/hyperframes/commit/5a0966dfeb5c43f7551c8d8d20eb5c939c6655be))
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.6.85...v0.6.86).
</Update>
<Update
label="HyperFrames v0.6.85"
description="Released - 2026-06-09"