chore(release): prepare 2026.4.23 · openclaw/openclaw@b75a80f
steipete
·
2026-04-23
·
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 = 2026042200 |
69 | | - versionName = "2026.4.22" |
| 68 | + versionCode = 2026042300 |
| 69 | + versionName = "2026.4.23" |
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.23 - 2026-04-23 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw development release. |
| 6 | + |
3 | 7 | ## 2026.4.22 - 2026-04-22 |
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.22 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.4.22 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.4.23 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.4.23 |
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.22" |
| 2 | +"version": "2026.4.23" |
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.22</string> |
| 18 | +<string>2026.4.23</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026042200</string> |
| 20 | +<string>2026042300</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 | 1 | { |
2 | 2 | "name": "openclaw", |
3 | | -"version": "2026.4.22", |
| 3 | +"version": "2026.4.23", |
4 | 4 | "description": "Multi-channel AI gateway with extensible messaging integrations", |
5 | 5 | "keywords": [], |
6 | 6 | "homepage": "https://github.com/openclaw/openclaw#readme", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -27728,6 +27728,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
27728 | 27728 | tags: ["advanced", "url-secret"], |
27729 | 27729 | }, |
27730 | 27730 | }, |
27731 | | - version: "2026.4.22", |
| 27731 | + version: "2026.4.23", |
27732 | 27732 | generatedAt: "2026-03-22T21:17:33.302Z", |
27733 | 27733 | }; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。