chore(release): bump version to 2026.5.21 · openclaw/openclaw@e2c92be
steipete
·
2026-05-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -65,8 +65,8 @@ android {
|
65 | 65 | applicationId = "ai.openclaw.app" |
66 | 66 | minSdk = 31 |
67 | 67 | targetSdk = 36 |
68 | | - versionCode = 2026052000 |
69 | | - versionName = "2026.5.20" |
| 68 | + versionCode = 2026052100 |
| 69 | + versionName = "2026.5.21" |
70 | 70 | ndk { |
71 | 71 | // Support all major ABIs — native libs are tiny (~47 KB per ABI) |
72 | 72 | abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | # OpenClaw iOS Changelog |
2 | 2 | |
| 3 | +## 2026.5.21 - 2026-05-21 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw release. |
| 6 | + |
3 | 7 | ## 2026.5.20 - 2026-05-20 |
4 | 8 | |
5 | 9 | Maintenance update for the current OpenClaw release. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,8 +2,8 @@
|
2 | 2 | // Source of truth: apps/ios/version.json |
3 | 3 | // Generated by scripts/ios-sync-versioning.ts. |
4 | 4 | |
5 | | -OPENCLAW_IOS_VERSION = 2026.5.20 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.5.20 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.5.21 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.5.21 |
7 | 7 | OPENCLAW_BUILD_VERSION = 1 |
8 | 8 | |
9 | 9 | #include? "../build/Version.xcconfig" |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | | -"version": "2026.5.20" |
| 2 | +"version": "2026.5.21" |
3 | 3 | } |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,9 +15,9 @@
|
15 | 15 | <key>CFBundlePackageType</key> |
16 | 16 | <string>APPL</string> |
17 | 17 | <key>CFBundleShortVersionString</key> |
18 | | -<string>2026.5.20</string> |
| 18 | +<string>2026.5.21</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026052000</string> |
| 20 | +<string>2026052100</string> |
21 | 21 | <key>CFBundleIconFile</key> |
22 | 22 | <string>OpenClaw</string> |
23 | 23 | <key>CFBundleURLTypes</key> |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -352c794e55d080e2f3649e90cc982c3944e4d289c6e04bfe628ec7066624e444 config-baseline.json |
| 1 | +4f9946cf7d5afea985c8b9be185c7d8b420e038d915ce91be7476dd6541e0f08 config-baseline.json |
2 | 2 | 35d17c60d2858a9cbc875807cdfc7f2fc8ba4745aa4e140a3cdf7ecf38b8a034 config-baseline.core.json |
3 | | -6ca65e5c46c4e219c371ec660b1766f0a23092daff6bdeb64fc0574f001c7f81 config-baseline.channel.json |
4 | | -d455f53b424976f99990330503692728121cbbeff04014fb50b5eed23aae59d4 config-baseline.plugin.json |
| 3 | +11839c7a1b858c66075156f0e203aa8367cd8321047684679a18e18b7c8fe1f7 config-baseline.channel.json |
| 4 | +a0a88df97080adf50c2c2bccd2ca076ad43e81b24dd25f3c3cace41f09a7c8f0 config-baseline.plugin.json |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -94,7 +94,7 @@ pnpm plugins:inventory:gen
|
94 | 94 | | [opencode](/plugins/reference/opencode) | Adds OpenCode model provider support to OpenClaw. | `@openclaw/opencode-provider`<br />included in OpenClaw | providers: opencode; contracts: mediaUnderstandingProviders | |
95 | 95 | | [opencode-go](/plugins/reference/opencode-go) | Adds OpenCode Go model provider support to OpenClaw. | `@openclaw/opencode-go-provider`<br />included in OpenClaw | providers: opencode-go; contracts: mediaUnderstandingProviders | |
96 | 96 | | [openrouter](/plugins/reference/openrouter) | Adds OpenRouter model provider support to OpenClaw. | `@openclaw/openrouter-provider`<br />included in OpenClaw | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders | |
97 | | -| [openshell](/plugins/reference/openshell) | Sandbox backend powered by OpenShell with mirrored local workspaces and SSH-based command execution. | `@openclaw/openshell-sandbox`<br />npm; ClawHub | plugin | |
| 97 | +| [openshell](/plugins/reference/openshell) | Sandbox backend powered by the NVIDIA OpenShell CLI with mirrored local workspaces and SSH-based command execution. | `@openclaw/openshell-sandbox`<br />npm; ClawHub | plugin | |
98 | 98 | | [perplexity](/plugins/reference/perplexity) | Adds web search provider support. | `@openclaw/perplexity-plugin`<br />included in OpenClaw | contracts: webSearchProviders | |
99 | 99 | | [policy](/plugins/reference/policy) | Adds policy-backed doctor checks for workspace conformance. | `@openclaw/policy`<br />included in OpenClaw | plugin | |
100 | 100 | | [qa-channel](/plugins/reference/qa-channel) | Adds the QA Channel surface for sending and receiving OpenClaw messages. | `@openclaw/qa-channel`<br />source checkout only | channels: qa-channel | |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | | -summary: "Sandbox backend powered by OpenShell with mirrored local workspaces and SSH-based command execution." |
| 2 | +summary: "Sandbox backend powered by the NVIDIA OpenShell CLI with mirrored local workspaces and SSH-based command execution." |
3 | 3 | read_when: |
4 | 4 | - You are installing, configuring, or auditing the openshell plugin |
5 | 5 | title: "Openshell plugin" |
6 | 6 | --- |
7 | 7 | |
8 | 8 | # Openshell plugin |
9 | 9 | |
10 | | -Sandbox backend powered by OpenShell with mirrored local workspaces and SSH-based command execution. |
| 10 | +Sandbox backend powered by the NVIDIA OpenShell CLI with mirrored local workspaces and SSH-based command execution. |
11 | 11 | |
12 | 12 | ## Distribution |
13 | 13 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | 2 | "name": "@openclaw/acpx", |
3 | | -"version": "2026.5.20", |
| 3 | +"version": "2026.5.21", |
4 | 4 | "description": "OpenClaw ACP runtime backend", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
@@ -26,10 +26,10 @@
|
26 | 26 | "minHostVersion": ">=2026.4.25" |
27 | 27 | }, |
28 | 28 | "compat": { |
29 | | -"pluginApi": ">=2026.5.20" |
| 29 | +"pluginApi": ">=2026.5.21" |
30 | 30 | }, |
31 | 31 | "build": { |
32 | | -"openclawVersion": "2026.5.20", |
| 32 | +"openclawVersion": "2026.5.21", |
33 | 33 | "staticAssets": [ |
34 | 34 | { |
35 | 35 | "source": "./src/runtime-internals/mcp-proxy.mjs", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。