Bump version to 0.1.55, fix chat scrolling issues, restore requestAnimationFrame, and improve entity ID lookups

This commit is contained in:
techartdev
2026-02-23 16:38:24 +02:00
parent aae2e25600
commit bb13ac9237
5 changed files with 34 additions and 19 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.53"
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.55"
OpenClawConfigEntry = ConfigEntry