chore: align release metadata for 2026.4.10

This commit is contained in:
Peter Steinberger
2026-04-10 08:09:57 +01:00
parent f654b5a424
commit 3218f8f4e5
5 changed files with 32 additions and 4 deletions

View File

@@ -8,6 +8,10 @@
### Fixed
## 2026.4.10 - 2026-04-10
Maintenance update for the current OpenClaw release.
## 2026.4.6 - 2026-04-06
First App Store release of OpenClaw for iPhone. Pair with your OpenClaw Gateway to use chat, voice, sharing, and device actions from iOS.

View File

@@ -2,8 +2,8 @@
// Source of truth: apps/ios/version.json
// Generated by scripts/ios-sync-versioning.ts.
OPENCLAW_IOS_VERSION = 2026.4.6
OPENCLAW_MARKETING_VERSION = 2026.4.6
OPENCLAW_IOS_VERSION = 2026.4.10
OPENCLAW_MARKETING_VERSION = 2026.4.10
OPENCLAW_BUILD_VERSION = 1
#include? "../build/Version.xcconfig"

View File

@@ -1 +1 @@
First App Store release of OpenClaw for iPhone. Pair with your OpenClaw Gateway to use chat, voice, sharing, and device actions from iOS.
Maintenance update for the current OpenClaw release.

View File

@@ -1,3 +1,3 @@
{
"version": "2026.4.6"
"version": "2026.4.10"
}

View File

@@ -9311,6 +9311,18 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
type: "string",
enum: ["doc", "hot-reload"],
},
streaming: {
type: "object",
properties: {
mode: {
default: "partial",
type: "string",
enum: ["off", "partial"],
},
},
required: ["mode"],
additionalProperties: false,
},
tts: {
type: "object",
properties: {
@@ -9512,6 +9524,18 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
type: "string",
enum: ["doc", "hot-reload"],
},
streaming: {
type: "object",
properties: {
mode: {
default: "partial",
type: "string",
enum: ["off", "partial"],
},
},
required: ["mode"],
additionalProperties: false,
},
},
additionalProperties: false,
},