Update version to 0.1.44 and fix chat-card settings sync, wake-word disable reliability, and browser voice listening status

This commit is contained in:
techartdev
2026-02-21 00:51:06 +02:00
parent dfb4718e09
commit 4aba4bd18d
5 changed files with 47 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(async () => {
try {
if (!customElements.get("openclaw-chat-card")) {
const src = "/openclaw/openclaw-chat-card.js?v=0.1.43";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.44";
console.info("OpenClaw loader importing", src);
await import(src);
}