Update version to 0.1.36 and enhance changelog with fixes for voice mode and message deduplication

This commit is contained in:
techartdev
2026-02-20 22:18:05 +02:00
parent fa29b67eee
commit bfd973bbff
5 changed files with 23 additions and 11 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.35";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.36";
console.info("OpenClaw loader importing", src);
await import(src);
}