Update version to 0.1.53, fix chat scrolling issues, and prevent scroll anchoring artifacts

This commit is contained in:
techartdev
2026-02-23 16:05:58 +02:00
parent 99aaef05c1
commit 013e4d3702
4 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ _CARD_PATH = Path(__file__).parent / "www" / _CARD_FILENAME
# URL at which the card JS is served (registered via register_static_path)
_CARD_STATIC_URL = f"/openclaw/{_CARD_FILENAME}"
# Versioned URL used for Lovelace resource registration to avoid stale browser cache
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.52"
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.53"
OpenClawConfigEntry = ConfigEntry