chore(android): prepare 2026.7.3 Play release

This commit is contained in:
joshavant
2026-07-20 22:51:46 -05:00
parent 8968e955f7
commit 49349577e0
4 changed files with 13 additions and 13 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -1,4 +1,4 @@
{
"version": "2026.7.2",
"versionCode": 2026070201
"version": "2026.7.3",
"versionCode": 2026070301
}