chore: bump version to 2026.4.26 · openclaw/openclaw@3b54635
steipete
·
2026-04-26
·
via Recent Commits to openclaw:main
File tree
macos/Sources/OpenClaw/Resources
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,7 +8,7 @@ Docs: https://docs.openclaw.ai
|
8 | 8 | |
9 | 9 | - Doctor: honor `OPENCLAW_SERVICE_REPAIR_POLICY=external` by reporting gateway service health while skipping service install/start/restart/bootstrap, supervisor rewrites, and legacy service cleanup for externally managed environments. Thanks @shakkernerd. |
10 | 10 | |
11 | | -## 2026.4.25 |
| 11 | +## 2026.4.26 |
12 | 12 | |
13 | 13 | ### Changes |
14 | 14 | |
|
| 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 = 2026042500 |
69 | | - versionName = "2026.4.25" |
| 68 | + versionCode = 2026042600 |
| 69 | + versionName = "2026.4.26" |
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.26 - 2026-04-26 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw development release. |
| 6 | + |
3 | 7 | ## 2026.4.25 - 2026-04-25 |
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.25 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.4.25 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.4.26 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.4.26 |
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.25" |
| 2 | +"version": "2026.4.26" |
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.25</string> |
| 18 | +<string>2026.4.26</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026042500</string> |
| 20 | +<string>2026042600</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.25", |
| 3 | +"version": "2026.4.26", |
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 |
|---|
@@ -28617,6 +28617,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
28617 | 28617 | tags: ["advanced", "url-secret"], |
28618 | 28618 | }, |
28619 | 28619 | }, |
28620 | | - version: "2026.4.25", |
| 28620 | + version: "2026.4.26", |
28621 | 28621 | generatedAt: "2026-03-22T21:17:33.302Z", |
28622 | 28622 | }; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。