Update changelog for version 0.1.17, improve chat history recovery, implement retry logic for backend history sync, and enhance message merging logic.

This commit is contained in:
techartdev
2026-02-20 17:31:58 +02:00
parent 0445c595ef
commit 9a22cea159
4 changed files with 58 additions and 5 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
## [0.1.17] - 2026-02-20
### Fixed
- Improved chat history recovery after leaving and returning to dashboard.
- Card now retries backend history sync when websocket is not yet ready.
- History merge now updates when message count is unchanged but latest message content/timestamp differs.
## [0.1.16] - 2026-02-20
### Added