release: add changelog for control UI tarball check

This commit is contained in:
Robin Waslander 2026-03-23 15:26:38 +01:00
parent c278e8d7a8
commit dd132ea77b
No known key found for this signature in database
GPG Key ID: 712657D6EA17B7E5
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ Docs: https://docs.openclaw.ai
- Discord/pickers: keep `/codex_resume --browse-projects` picker callbacks alive in Discord by sharing component callback state across duplicate module graphs, preserving callback fallbacks, and acknowledging matched plugin interactions before dispatch. (#51260) Thanks @huntharo.
- Memory/core tools: register `memory_search` and `memory_get` independently so one unavailable memory tool no longer suppresses the other in new sessions. (#50198) Thanks @artwalker.
- Telegram/Mattermost message tool: keep plugin button schemas optional in isolated and cron sessions so plain sends do not fail validation when no current channel is active. (#52589) Thanks @tylerliu612.
- Release/npm publish: fail the npm release check when `dist/control-ui/index.html` is missing from the packed tarball, so broken Control UI asset releases are blocked before publish. Fixes #52808. (#52852) Thanks @kevinheinrichs.
## 2026.3.13