chore: release 2026.5.25 · openclaw/openclaw@c422e72
steipete
·
2026-05-25
·
via Recent Commits to openclaw:main
File tree
macos/Sources/OpenClaw/Resources
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,6 +8,10 @@ Docs: https://docs.openclaw.ai
|
8 | 8 | |
9 | 9 | ### Fixes |
10 | 10 | |
| 11 | +## 2026.5.25 |
| 12 | + |
| 13 | +### Fixes |
| 14 | + |
11 | 15 | - Installer: let the local-prefix CLI installer use Alpine's `apk` Node.js, npm, and Git packages on musl Linux instead of downloading glibc Node tarballs that fail `node:sqlite`. |
12 | 16 | - Scripts: use `git grep` to prefilter tracked conflict-marker scans so changed checks avoid reading every repository file on clean runs. |
13 | 17 | - Installer: install Node.js through `apk` on Alpine Linux instead of falling through to the NodeSource package-manager path. |
|
| 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 = 2026052400 |
69 | | - versionName = "2026.5.24" |
| 68 | + versionCode = 2026052500 |
| 69 | + versionName = "2026.5.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.5.25 - 2026-05-25 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw release. |
| 6 | + |
3 | 7 | ## 2026.5.24 - 2026-05-24 |
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.24 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.5.24 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.5.25 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.5.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.5.24" |
| 2 | +"version": "2026.5.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.5.24</string> |
| 18 | +<string>2026.5.25</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026052400</string> |
| 20 | +<string>2026052500</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.5.24", |
| 3 | +"version": "2026.5.25", |
4 | 4 | "description": "Multi-channel AI gateway with extensible messaging integrations", |
5 | 5 | "keywords": [], |
6 | 6 | "homepage": "https://github.com/openclaw/openclaw#readme", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。