Update version to 0.1.36 and enhance changelog with fixes for voice mode and message deduplication

This commit is contained in:
techartdev
2026-02-20 22:18:05 +02:00
parent fa29b67eee
commit bfd973bbff
5 changed files with 23 additions and 11 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
## [0.1.36] - 2026-02-20
### Fixed
- Voice mode now auto-falls back to browser speech when `voice_provider` is `assist_stt`, instead of blocking continuous mode with an error message.
- Reduced duplicated assistant replies in the chat card by deduplicating repeated `openclaw_message_received` payloads.
## [0.1.35] - 2026-02-20
### Fixed