chore: bump version to 2026.4.24 · openclaw/openclaw@e0072ef
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
File tree
macos/Sources/OpenClaw/Resources
| 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 = 2026042300 |
69 | | - versionName = "2026.4.23" |
| 68 | + versionCode = 2026042400 |
| 69 | + versionName = "2026.4.24" |
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 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw development release. |
| 6 | + |
3 | 7 | ## 2026.4.23 - 2026-04-23 |
4 | 8 | |
5 | 9 | Maintenance update for the current OpenClaw development 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.4.23 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.4.23 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.4.24 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.4.24 |
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.23" |
| 2 | +"version": "2026.4.24" |
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.23</string> |
| 18 | +<string>2026.4.24</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026042300</string> |
| 20 | +<string>2026042400</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 | | -6b142e6a8aa513ccd8f9cfbf7e95fa4919fb6fca7aeaa841f57ad9e39e8901a9 config-baseline.json |
2 | | -a4e167f169db58d71c385a31fa2b980772f9fee963e70dd9553f63536cae5aed config-baseline.core.json |
| 1 | +d3b5638e205a94e40d07aa1830c8d57135df18ff9388fb7d72ee84c791ac293f config-baseline.json |
| 2 | +bf00f7910d8f0d8e12592e8a1c6bd0397f8e62fef2c11eb0cbd3b3a3e2a78ffe config-baseline.core.json |
3 | 3 | 22d7cd6d8279146b2d79c9531a55b80b52a2c99c81338c508104729154fdd02d config-baseline.channel.json |
4 | 4 | a91304e3566ecc8906f199b88a2e38eaee86130aad799bf4d62921e2f0ddc1b5 config-baseline.plugin.json |
| 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.23 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`. |
| 19 | +> **Requires OpenClaw 2026.4.24 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 |
|---|
@@ -12,7 +12,7 @@
|
12 | 12 | "openclaw": "workspace:*" |
13 | 13 | }, |
14 | 14 | "peerDependencies": { |
15 | | -"openclaw": ">=2026.4.23" |
| 15 | +"openclaw": ">=2026.4.24" |
16 | 16 | }, |
17 | 17 | "peerDependenciesMeta": { |
18 | 18 | "openclaw": { |
|
40 | 40 | "install": { |
41 | 41 | "npmSpec": "@openclaw/feishu", |
42 | 42 | "defaultChoice": "npm", |
43 | | -"minHostVersion": ">=2026.4.23" |
| 43 | +"minHostVersion": ">=2026.4.24" |
44 | 44 | }, |
45 | 45 | "compat": { |
46 | | -"pluginApi": ">=2026.4.23" |
| 46 | +"pluginApi": ">=2026.4.24" |
47 | 47 | }, |
48 | 48 | "build": { |
49 | 49 | "openclawVersion": "2026.4.20" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,7 +14,7 @@
|
14 | 14 | "openclaw": "workspace:*" |
15 | 15 | }, |
16 | 16 | "peerDependencies": { |
17 | | -"openclaw": ">=2026.4.23" |
| 17 | +"openclaw": ">=2026.4.24" |
18 | 18 | }, |
19 | 19 | "peerDependenciesMeta": { |
20 | 20 | "openclaw": { |
|
53 | 53 | "install": { |
54 | 54 | "npmSpec": "@openclaw/whatsapp", |
55 | 55 | "defaultChoice": "npm", |
56 | | -"minHostVersion": ">=2026.4.23" |
| 56 | +"minHostVersion": ">=2026.4.24" |
57 | 57 | }, |
58 | 58 | "compat": { |
59 | | -"pluginApi": ">=2026.4.23" |
| 59 | +"pluginApi": ">=2026.4.24" |
60 | 60 | }, |
61 | 61 | "bundle": { |
62 | 62 | "stageRuntimeDependencies": true |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | 2 | "name": "openclaw", |
3 | | -"version": "2026.4.23", |
| 3 | +"version": "2026.4.24", |
4 | 4 | "description": "Multi-channel AI gateway with extensible messaging integrations", |
5 | 5 | "keywords": [], |
6 | 6 | "homepage": "https://github.com/openclaw/openclaw#readme", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。