diff --git a/apps/android/CHANGELOG.md b/apps/android/CHANGELOG.md index 1c1bde5a301d..fdf585bb5814 100644 --- a/apps/android/CHANGELOG.md +++ b/apps/android/CHANGELOG.md @@ -2,15 +2,15 @@ ## Unreleased -Adds copy and save-as-PNG actions for rendered chat widgets. +## 2026.7.3 - 2026-07-20 -Adds foreground, on-device Voice Wake with editable Gateway-synced wake words and automatic pause during other voice activity. +Adds a Wear OS companion for sessions, transcripts, text and voice replies, realtime Talk, Gateway controls, notifications, settings, and a launch Tile. -Fixes Android composer media leaking across Gateway, agent, and chat switches. Thanks @IWhatsskill. +Adds foreground, on-device Voice Wake with editable Gateway-synced wake words, plus copy and save-as-PNG actions for rendered chat widgets. -Fixes malformed Android agent and profile initials when display names begin with emoji. Thanks @Leon-SK668. +Fixes composer media leaking across chats and malformed agent or profile initials when display names begin with emoji. -Adds a Wear OS companion for agent and session selection, transcripts, text and voice replies, realtime Talk, Gateway controls, reply notifications, local appearance and speech settings, and a launch Tile. The watch proxies through the paired phone and stores no Gateway credentials. Thanks @sibbl and @IWhatsskill. +Thanks @sibbl, @IWhatsskill, and @Leon-SK668. ## 2026.7.2 - 2026-07-13 diff --git a/apps/android/Config/Version.properties b/apps/android/Config/Version.properties index 55aeaa18a9c4..9a1ad506ac7a 100644 --- a/apps/android/Config/Version.properties +++ b/apps/android/Config/Version.properties @@ -2,5 +2,5 @@ # Source of truth: apps/android/version.json # Generated by scripts/android-sync-versioning.ts. -OPENCLAW_ANDROID_VERSION_NAME=2026.7.2 -OPENCLAW_ANDROID_VERSION_CODE=2026070201 +OPENCLAW_ANDROID_VERSION_NAME=2026.7.3 +OPENCLAW_ANDROID_VERSION_CODE=2026070301 diff --git a/apps/android/fastlane/metadata/android/en-US/release_notes.txt b/apps/android/fastlane/metadata/android/en-US/release_notes.txt index 44395eab8d92..d8583e5e63ea 100644 --- a/apps/android/fastlane/metadata/android/en-US/release_notes.txt +++ b/apps/android/fastlane/metadata/android/en-US/release_notes.txt @@ -1,7 +1,7 @@ -Adds Automations and Skills management with search, filters, editing, run tracking, install safety, and ClawHub risk review. +Adds a Wear OS companion for sessions, transcripts, text and voice replies, realtime Talk, Gateway controls, notifications, settings, and a launch Tile. -Improves chat with per-device history, durable approval status, session search, sharing, and agent avatars. +Adds foreground, on-device Voice Wake with editable Gateway-synced wake words, plus copy and save-as-PNG actions for rendered chat widgets. -Adds provider model details, build identity, safer permission recovery, fresh Installed Apps consent, and Gateway protocol v3/v4 support. +Fixes composer media leaking across chats and malformed agent or profile initials when display names begin with emoji. -Thanks @snowzlmbot, @IWhatsskill, @NianJiuZst, and @guarismo. +Thanks @sibbl, @IWhatsskill, and @Leon-SK668. diff --git a/apps/android/version.json b/apps/android/version.json index 99d7f71cd7c9..2db308c3a7ed 100644 --- a/apps/android/version.json +++ b/apps/android/version.json @@ -1,4 +1,4 @@ { - "version": "2026.7.2", - "versionCode": 2026070201 + "version": "2026.7.3", + "versionCode": 2026070301 }