chore: bump version to 2026.4.25 · openclaw/openclaw@7fcefd5
steipete
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -46,7 +46,7 @@ Docs: https://docs.openclaw.ai
|
46 | 46 | - Agents/tool-result pruning: harden the tool-result character estimator and context-pruning loops against malformed `{ type: "text" }` blocks created by void or undefined tool handler results, serializing non-string text payloads for size accounting so they cannot bypass trimming as zero-sized. Fixes #34979. (#51267) Thanks @cgdusek, @alvinttang, and @coffeexcoin. |
47 | 47 | - Daemon/service-env: add Nix Home Manager profile bin directories to generated gateway service PATHs on macOS and Linux, honoring `NIX_PROFILES` right-to-left precedence and falling back to `~/.nix-profile/bin` when unset. Fixes #44402. (#59935) Thanks @jerome-benoit. |
48 | 48 | |
49 | | -## 2026.4.24 (Unreleased) |
| 49 | +## 2026.4.25 (Unreleased) |
50 | 50 | |
51 | 51 | ### Breaking |
52 | 52 | |
|
| 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 = 2026042400 |
69 | | - versionName = "2026.4.24" |
| 68 | + versionCode = 2026042500 |
| 69 | + versionName = "2026.4.25" |
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.4.24 - 2026-04-24 |
| 3 | +## 2026.4.25 - 2026-04-25 |
4 | 4 | |
5 | 5 | Maintenance update for the current OpenClaw development release. |
6 | 6 | |
|
| 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.4.24 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.4.24 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.4.25 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.4.25 |
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.4.24" |
| 2 | +"version": "2026.4.25" |
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.4.24</string> |
| 18 | +<string>2026.4.25</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026042400</string> |
| 20 | +<string>2026042500</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 |
|---|
@@ -16,7 +16,7 @@ Feishu/Lark is an all-in-one collaboration platform where teams chat, share docu
|
16 | 16 | |
17 | 17 | ## Quick start |
18 | 18 | |
19 | | -> **Requires OpenClaw 2026.4.24 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`. |
| 19 | +> **Requires OpenClaw 2026.4.25 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`. |
20 | 20 | |
21 | 21 | <Steps> |
22 | 22 | <Step title="Run the channel setup wizard"> |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,7 +5,7 @@ sidebarTitle: "Migrate to SDK"
|
5 | 5 | read_when: |
6 | 6 | - You see the OPENCLAW_PLUGIN_SDK_COMPAT_DEPRECATED warning |
7 | 7 | - You see the OPENCLAW_EXTENSION_API_DEPRECATED warning |
8 | | - - You used api.registerEmbeddedExtensionFactory before OpenClaw 2026.4.24 |
| 8 | + - You used api.registerEmbeddedExtensionFactory before OpenClaw 2026.4.25 |
9 | 9 | - You are updating a plugin to the modern plugin architecture |
10 | 10 | - You maintain an external OpenClaw plugin |
11 | 11 | --- |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | 2 | "name": "@openclaw/acpx", |
3 | | -"version": "2026.4.20", |
| 3 | +"version": "2026.4.25", |
4 | 4 | "description": "OpenClaw ACP runtime backend", |
5 | 5 | "type": "module", |
6 | 6 | "dependencies": { |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | 2 | "name": "@openclaw/alibaba-provider", |
3 | | -"version": "2026.4.20", |
| 3 | +"version": "2026.4.25", |
4 | 4 | "private": true, |
5 | 5 | "description": "OpenClaw Alibaba Model Studio video provider plugin", |
6 | 6 | "type": "module", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。