chore: prepare 2026.3.8 npm release

This commit is contained in:
Peter Steinberger 2026-03-09 07:37:50 +00:00
parent 1d3dde8d21
commit d0847ee322
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Docs: https://docs.openclaw.ai
### Fixes
## 2026.3.8-beta.1
## 2026.3.8
### Changes
@ -28,6 +28,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- Update/macOS launchd restart: re-enable disabled LaunchAgent services before updater bootstrap so `openclaw update` can recover from a disabled gateway service instead of leaving the restart step stuck.
- macOS app/chat UI: route browser proxy through the local node browser service, preserve plain-text paste semantics, strip completed assistant trace/debug wrapper noise from transcripts, refresh permission state after returning from System Settings, and tolerate malformed cron rows in the macOS tab. (#39516) Thanks @Imhermes1.
- Android/Play distribution: remove self-update, background location, `screen.record`, and background mic capture from the Android app, narrow the foreground service to `dataSync` only, and clean up the legacy `location.enabledMode=always` preference migration. (#39660) Thanks @obviyus.
- Telegram/DM routing: dedupe inbound Telegram DMs per agent instead of per session key so the same DM cannot trigger duplicate replies when both `agent:main:main` and `agent:main:telegram:direct:<id>` resolve for one agent. Fixes #40005. Supersedes #40116. (#40519) thanks @obviyus.

View File

@ -1,6 +1,6 @@
{
"name": "openclaw",
"version": "2026.3.8-beta.1",
"version": "2026.3.8",
"description": "Multi-channel AI gateway with extensible messaging integrations",
"keywords": [],
"homepage": "https://github.com/openclaw/openclaw#readme",