From 0d7b4ff760a3615a50cbdc687e7c8e9d36e5da64 Mon Sep 17 00:00:00 2001 From: techartdev Date: Fri, 13 Feb 2026 22:32:35 +0200 Subject: [PATCH] chore: Update version to 0.5.43 and bump OpenClaw to 2026.2.12; add Brazilian Portuguese translation --- openclaw_assistant/CHANGELOG.md | 10 ++++++++++ openclaw_assistant/Dockerfile | 2 +- openclaw_assistant/config.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/openclaw_assistant/CHANGELOG.md b/openclaw_assistant/CHANGELOG.md index 09bc7f3..57fd87a 100644 --- a/openclaw_assistant/CHANGELOG.md +++ b/openclaw_assistant/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +All notable changes to the OpenClaw Assistant Home Assistant Add-on will be documented in this file. + +## [0.5.43] - 2026-02-13 + +### Changed +- Bump OpenClaw to 2026.2.12 + +### Added +- Portuguese (Brazil) translation (`pt-BR.yaml`) by medeirosiago + ## [0.5.42] - 2026-02-12 ### Changed diff --git a/openclaw_assistant/Dockerfile b/openclaw_assistant/Dockerfile index fb823ac..1a850fc 100644 --- a/openclaw_assistant/Dockerfile +++ b/openclaw_assistant/Dockerfile @@ -102,7 +102,7 @@ USER root # Install OpenClaw globally RUN npm config set fund false && npm config set audit false \ - && npm install -g openclaw@2026.2.9 + && npm install -g openclaw@2026.2.12 # Shell aliases and color options for interactive use RUN tee -a /etc/bash.bashrc <<'EOF' diff --git a/openclaw_assistant/config.yaml b/openclaw_assistant/config.yaml index fa47c87..895ad73 100644 --- a/openclaw_assistant/config.yaml +++ b/openclaw_assistant/config.yaml @@ -1,5 +1,5 @@ name: OpenClaw Assistant -version: "0.5.42" +version: "0.5.43" slug: openclaw_assistant description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on. url: https://github.com/techartdev/OpenClawHomeAssistant