From 9a95caf740407bf5fd003265413f7d44d05220a0 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 24 Feb 2026 13:56:20 +0000 Subject: [PATCH] docs(changelog): note iOS DeviceInfoHelper refactor (#25101) (thanks @DoncicX) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce418f75452..383fb234eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai ### Changes - Auto-reply/Abort shortcuts: expand standalone stop phrases (`stop openclaw`, `stop action`, `stop run`, `stop agent`, `please stop`, and related variants), accept trailing punctuation (for example `STOP OPENCLAW!!!`), and add multilingual stop keywords (including ES/FR/ZH/HI/AR/JP/DE/PT/RU forms) so emergency stop messages are caught more reliably. (#25103) Thanks @steipete and @vincentkoc. +- iOS/Settings + Gateway: centralize device/platform/version helpers into `DeviceInfoHelper` so Settings display strings and gateway/device metadata stay aligned from one source (`platformStringForDisplay` keeps the legacy `iOS X.Y.Z` label in Settings). (#25101) Thanks @DoncicX. ### Fixes