docs(changelog): stamp #3983 voice-mode watchdog as v0.51.386 (Release MY)

This commit is contained in:
nesquena-hermes
2026-06-13 07:38:19 +00:00
parent f61f88f16b
commit 8b5c8e32fd

View File

@@ -3,6 +3,12 @@
## [Unreleased]
## [v0.51.386] — 2026-06-13 — Release MY (voice mode survives a dropped speechSynthesis onend, #3983)
### Fixed
- **Hands-free voice mode no longer dead-ends after the first browser-TTS reply (#3983).** Chromium intermittently drops the `speechSynthesis` utterance's `onend` event, which left voice mode stuck "speaking" and never re-armed listening. A watchdog now forces a return to listening if `onend` never fires, with the recovery handles cleared on normal completion and on deactivation. The fix is scoped to the browser `speechSynthesis` path — the Edge `Audio` branch (which has a reliable `onended`) is untouched. (#3983)
## [v0.51.385] — 2026-06-13 — Release MX (profile-cookie env var aligned to HERMES_WEBUI_ prefix, #803)
### Changed