Skip to content

Commit 21649dd

Browse files
author
techartdev
committed
Update version to 0.1.49 and enhance voice mode stability and chat functionality
1 parent 2fe88a7 commit 21649dd

5 files changed

Lines changed: 207 additions & 58 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
44

5+
## [0.1.49] - 2026-02-21
6+
7+
### Fixed
8+
- Reduced repeated voice-mode start/stop cycles in silence to avoid frequent mobile chime sounds.
9+
- Prevented voice mode from hearing and re-triggering on its own spoken TTS responses.
10+
- Improved chat auto-scroll behavior so manual scroll position is respected when reading older messages.
11+
- Improved cross-device chat consistency by forcing quick backend history sync after message events.
12+
513
## [0.1.48] - 2026-02-21
614

715
### Fixed

custom_components/openclaw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# URL at which the card JS is served (registered via register_static_path)
9393
_CARD_STATIC_URL = f"/openclaw/{_CARD_FILENAME}"
9494
# Versioned URL used for Lovelace resource registration to avoid stale browser cache
95-
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.48"
95+
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.49"
9696

9797
OpenClawConfigEntry = ConfigEntry
9898

custom_components/openclaw/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/techartdev/OpenClawHomeAssistant/issues",
1010
"requirements": [],
11-
"version": "0.1.48",
11+
"version": "0.1.49",
1212
"dependencies": ["conversation"],
1313
"after_dependencies": ["hassio", "lovelace"]
1414
}

0 commit comments

Comments
 (0)