chore(release): bump version to 2026.5.5 · openclaw/openclaw@c37871e
steipete
·
2026-05-06
·
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 = 2026050400 |
69 | | - versionName = "2026.5.4" |
| 68 | + versionCode = 2026050500 |
| 69 | + versionName = "2026.5.5" |
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.5 - 2026-05-05 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw development release. |
| 6 | + |
3 | 7 | ## 2026.5.4 - 2026-05-04 |
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.5.4 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.5.4 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.5.5 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.5.5 |
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 | Maintenance update for the current OpenClaw development release. |
2 | | - |
3 | | -- Gateway pairing now supports scanning QR codes from Settings and accepts full copied setup-code messages while keeping non-loopback `ws://` setup links blocked. |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | | -"version": "2026.5.4" |
| 2 | +"version": "2026.5.5" |
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.4</string> |
| 18 | +<string>2026.5.5</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026050400</string> |
| 20 | +<string>2026050500</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.4", |
| 3 | +"version": "2026.5.5", |
4 | 4 | "description": "Multi-channel AI gateway with extensible messaging integrations", |
5 | 5 | "keywords": [], |
6 | 6 | "homepage": "https://github.com/openclaw/openclaw#readme", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。