chore(release): prepare 2026.5.8 · openclaw/openclaw@9385eaa
steipete
·
2026-05-09
·
via Recent Commits to openclaw:main
| 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 = 2026050600 |
69 | | - versionName = "2026.5.6" |
| 68 | + versionCode = 2026050800 |
| 69 | + versionName = "2026.5.8" |
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.8 - 2026-05-08 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw development release. |
| 6 | + |
3 | 7 | ## 2026.5.6 - 2026-05-06 |
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.6 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.5.6 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.5.8 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.5.8 |
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.6" |
| 2 | +"version": "2026.5.8" |
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.6</string> |
| 18 | +<string>2026.5.8</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026050600</string> |
| 20 | +<string>2026050800</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 | | -c8a698cf0968fe5b27b2bbc798d3c811ba989a7207ed372cbfd95965c894f65b config-baseline.json |
2 | | -67c7db6eeb7f74dd454118e17304c5486ab59d33e7899c501b003c326d35db0f config-baseline.core.json |
3 | | -e3160218e86959dfa00f35b8b9eca85c3bf436d83dbbe3e7204247dcb692f0a1 config-baseline.channel.json |
4 | | -7a9ed89a6ff7e578bfcab7828ab660af59e62402a85bfbfc05d5ae3d975e9728 config-baseline.plugin.json |
| 1 | +216abd8ed137e6e92d615d88afb0d9fe0b1428cddee292439b39138ee03f9a10 config-baseline.json |
| 2 | +7ac9eadabe0119deba4418dbaadc478092fa32617fab3f9618e0a14210720e4b config-baseline.core.json |
| 3 | +c3e8742922d4e5ece408dd3590382285927ef86252d1a2f6f922566ea21531bb config-baseline.channel.json |
| 4 | +df93bfde8e3de8d6f80dbf1b0ae43ad250f216f2fc0244c5d9a19afca50806f6 config-baseline.plugin.json |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -42d515fea0d1fd023271c8f19140213b6d2e8119cbc9341693dd0b9ca81b74dd plugin-sdk-api-baseline.json |
2 | | -68b68dc374b090465b1714ae836a2ef24a6d09b668f41c3a09a5b6d800c90342 plugin-sdk-api-baseline.jsonl |
| 1 | +d88e2cc62f8f7aba8e2f40b28f87276a2780258233d021f473892cd7b5bf7607 plugin-sdk-api-baseline.json |
| 2 | +edb3c738a315ece94ce6f9acbfa3a9368648fd2af97566c184b46b985ea3c73b plugin-sdk-api-baseline.jsonl |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -101,6 +101,7 @@ uninstall, and publishing commands.
|
101 | 101 | | [mistral](/plugins/reference/mistral) | Adds Mistral model provider support to OpenClaw. | `@openclaw/mistral-provider`<br />included in OpenClaw | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders | |
102 | 102 | | [moonshot](/plugins/reference/moonshot) | Adds Moonshot model provider support to OpenClaw. | `@openclaw/moonshot-provider`<br />included in OpenClaw | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders | |
103 | 103 | | [nvidia](/plugins/reference/nvidia) | Adds NVIDIA model provider support to OpenClaw. | `@openclaw/nvidia-provider`<br />included in OpenClaw | providers: nvidia | |
| 104 | +| [oc-path](/plugins/reference/oc-path) | Adds the openclaw path CLI for oc:// workspace file addressing. | `@openclaw/oc-path`<br />included in OpenClaw | plugin | |
104 | 105 | | [ollama](/plugins/reference/ollama) | Adds Ollama model provider support to OpenClaw. | `@openclaw/ollama-provider`<br />included in OpenClaw | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders | |
105 | 106 | | [open-prose](/plugins/reference/open-prose) | OpenProse VM skill pack with a /prose slash command. | `@openclaw/open-prose`<br />included in OpenClaw | skills | |
106 | 107 | | [openai](/plugins/reference/openai) | Adds OpenAI, OpenAI Codex model provider support to OpenClaw. | `@openclaw/openai-provider`<br />included in OpenClaw | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -85,6 +85,7 @@ pnpm plugins:inventory:gen
|
85 | 85 | | [nextcloud-talk](/plugins/reference/nextcloud-talk) | Adds the Nextcloud Talk channel surface for sending and receiving OpenClaw messages. | `@openclaw/nextcloud-talk`<br />npm; ClawHub | channels: nextcloud-talk | |
86 | 86 | | [nostr](/plugins/reference/nostr) | Adds the Nostr channel surface for sending and receiving OpenClaw messages. | `@openclaw/nostr`<br />npm; ClawHub | channels: nostr | |
87 | 87 | | [nvidia](/plugins/reference/nvidia) | Adds NVIDIA model provider support to OpenClaw. | `@openclaw/nvidia-provider`<br />included in OpenClaw | providers: nvidia | |
| 88 | +| [oc-path](/plugins/reference/oc-path) | Adds the openclaw path CLI for oc:// workspace file addressing. | `@openclaw/oc-path`<br />included in OpenClaw | plugin | |
88 | 89 | | [ollama](/plugins/reference/ollama) | Adds Ollama model provider support to OpenClaw. | `@openclaw/ollama-provider`<br />included in OpenClaw | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders | |
89 | 90 | | [open-prose](/plugins/reference/open-prose) | OpenProse VM skill pack with a /prose slash command. | `@openclaw/open-prose`<br />included in OpenClaw | skills | |
90 | 91 | | [openai](/plugins/reference/openai) | Adds OpenAI, OpenAI Codex model provider support to OpenClaw. | `@openclaw/openai-provider`<br />included in OpenClaw | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。