Skip to content

Commit bb175cf

Browse files
committed
docs: point stable README downloads to v0.9.2
1 parent 69c7cdb commit bb175cf

2 files changed

Lines changed: 36 additions & 26 deletions

File tree

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
English | [中文](README_ZH.md) | [Changelog](CHANGELOG.md)
1515

16-
> Recommended stable release: [v0.10.0](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.10.0)
17-
> Current release line: `0.10.x`
16+
> Recommended stable release: [v0.9.2](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.9.2)
17+
> `v0.10.0` is currently a prerelease for testing only
1818
1919
## About / 项目简介
2020

@@ -39,13 +39,18 @@ If you have any questions, you can contact me here https://linux.do/t/topic/1217
3939

4040
## What's New
4141

42-
### v0.10.0 - Recommended Stable Release
42+
### v0.9.2 - Current Stable Release
43+
44+
- Recommended for daily use and production
45+
- Download stable builds from: [v0.9.2](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.9.2)
46+
47+
### v0.10.0 - Current Prerelease
4348

4449
- Add OpenCode provider management and automatic OpenCode config writing
4550
- Add oh-my-opencode (OMO) configuration management and plugin sync support
4651
- Allow updating Web-mode login username/password directly from Settings
4752
- Improve rollback safety for OMO/OpenCode linked writes and current-provider edits
48-
- `v0.10.0` is now the recommended stable release for the `0.10.x` line
53+
- `v0.10.0` is currently a prerelease and still needs more cross-machine validation
4954

5055
### v0.8.0 - Previous Stable Baseline
5156

@@ -106,8 +111,8 @@ Download precompiled server binary—no compilation required:
106111

107112
| Architecture | Download |
108113
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
109-
| **Linux x86_64 (glibc)** | [cc-switch-server-linux-x86_64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/cc-switch-server-linux-x86_64) |
110-
| **Linux aarch64 (glibc)** | [cc-switch-server-linux-aarch64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/cc-switch-server-linux-aarch64) |
114+
| **Linux x86_64 (glibc)** | [cc-switch-server-linux-x86_64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/cc-switch-server-linux-x86_64) |
115+
| **Linux aarch64 (glibc)** | [cc-switch-server-linux-aarch64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/cc-switch-server-linux-aarch64) |
111116

112117
> **Note (glibc)**: Binaries are built on Ubuntu 22.04 (glibc baseline).
113118
> If you see `GLIBC_2.xx not found`, use Docker or build from source.
@@ -222,11 +227,11 @@ Full-featured desktop app with graphical interface, built with Tauri.
222227

223228
| Platform | Download | Description |
224229
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
225-
| **Windows** | [CC-Switch-v0.10.0-Windows.msi](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Windows.msi) | Installer (current stable) |
226-
| | [CC-Switch-v0.10.0-Windows-Portable.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Windows-Portable.zip) | Portable (no install) |
227-
| **macOS** | [CC-Switch-v0.10.0-macOS.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-macOS.zip) | Universal binary (Intel + Apple Silicon) |
228-
| **Linux** | [CC-Switch-v0.10.0-Linux.AppImage](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Linux.AppImage) | AppImage (universal) |
229-
| | [CC-Switch-v0.10.0-Linux.deb](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Linux.deb) | Debian/Ubuntu package |
230+
| **Windows** | [CC-Switch-v0.9.2-Windows.msi](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows.msi) | Installer (current stable) |
231+
| | [CC-Switch-v0.9.2-Windows-Portable.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows-Portable.zip) | Portable (no install) |
232+
| **macOS** | [CC-Switch-v0.9.2-macOS.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-macOS.zip) | Universal binary (Intel + Apple Silicon) |
233+
| **Linux** | [CC-Switch-v0.9.2-Linux.AppImage](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.AppImage) | AppImage (current stable) |
234+
| | [CC-Switch-v0.9.2-Linux.deb](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.deb) | Debian/Ubuntu package |
230235

231236
**macOS Note**: If you see "damaged" warning, run: `xattr -cr "/Applications/CC Switch.app"`
232237

@@ -250,7 +255,7 @@ This script will:
250255

251256
```bash
252257
# Install current stable version
253-
VERSION=v0.10.0 curl -fsSL https://...install.sh | bash
258+
VERSION=v0.9.2 curl -fsSL https://...install.sh | bash
254259

255260
# Skip checksum verification
256261
NO_CHECKSUM=1 curl -fsSL https://...install.sh | bash
@@ -352,7 +357,7 @@ pnpm test:unit
352357

353358
## Changelog
354359

355-
See [CHANGELOG.md](CHANGELOG.md) — Recommended stable version: **v0.10.0**
360+
See [CHANGELOG.md](CHANGELOG.md) — Recommended stable version: **v0.9.2**
356361

357362
---
358363

README_ZH.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
[English](README.md) | 中文 | [更新日志](CHANGELOG.md)
1515

16-
> 当前推荐稳定版本:[v0.10.0](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.10.0)
17-
> 当前发布线:`0.10.x`
16+
> 当前推荐稳定版本:[v0.9.2](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.9.2)
17+
> `v0.10.0` 当前为预发布版本,仅供测试使用
1818
1919
---
2020

@@ -37,13 +37,18 @@
3737

3838
## 更新内容
3939

40-
### v0.10.0 - 当前推荐稳定版
40+
### v0.9.2 - 当前稳定版
41+
42+
- 适合日常使用与生产环境
43+
- 稳定版下载地址:[v0.9.2](https://github.com/Laliet/CC-Switch-Web/releases/tag/v0.9.2)
44+
45+
### v0.10.0 - 当前预发布版
4146

4247
- 新增 OpenCode 供应商管理与自动写入 OpenCode 配置
4348
- 新增 oh-my-opencode(OMO)配置管理与插件联动支持
4449
- 支持在设置页直接修改 Web 模式登录用户名和密码
4550
- 改进 OMO / OpenCode 联动写入与当前供应商编辑时的回滚安全性
46-
- `v0.10.0` 现已作为 `0.10.x` 发布线的推荐稳定版本
51+
- `v0.10.0` 当前仍为预发布版本,还需要更多跨机器验证
4752

4853
### v0.8.0 - 之前的稳定基线
4954

@@ -104,8 +109,8 @@ _配置供应商_
104109

105110
| 架构 | 下载链接 |
106111
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
107-
| **Linux x86_64 (glibc)** | [cc-switch-server-linux-x86_64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/cc-switch-server-linux-x86_64) |
108-
| **Linux aarch64 (glibc)** | [cc-switch-server-linux-aarch64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/cc-switch-server-linux-aarch64) |
112+
| **Linux x86_64 (glibc)** | [cc-switch-server-linux-x86_64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/cc-switch-server-linux-x86_64) |
113+
| **Linux aarch64 (glibc)** | [cc-switch-server-linux-aarch64](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/cc-switch-server-linux-aarch64) |
109114

110115
> **glibc 说明**:预编译二进制基于 Ubuntu 22.04 构建。
111116
> 如果报 `GLIBC_2.xx not found`,请改用 Docker 或源码构建。
@@ -220,11 +225,11 @@ HOST=0.0.0.0 PORT=3000 ./target/release/examples/server
220225

221226
| 平台 | 下载链接 | 说明 |
222227
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
223-
| **Windows** | [CC-Switch-v0.10.0-Windows.msi](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Windows.msi) | 安装版(当前稳定版) |
224-
| | [CC-Switch-v0.10.0-Windows-Portable.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Windows-Portable.zip) | 绿色版(免安装) |
225-
| **macOS** | [CC-Switch-v0.10.0-macOS.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-macOS.zip) | 通用二进制(Intel + Apple Silicon) |
226-
| **Linux** | [CC-Switch-v0.10.0-Linux.AppImage](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Linux.AppImage) | AppImage(通用) |
227-
| | [CC-Switch-v0.10.0-Linux.deb](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.10.0/CC-Switch-v0.10.0-Linux.deb) | Debian/Ubuntu 包 |
228+
| **Windows** | [CC-Switch-v0.9.2-Windows.msi](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows.msi) | 安装版(当前稳定版) |
229+
| | [CC-Switch-v0.9.2-Windows-Portable.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Windows-Portable.zip) | 绿色版(免安装) |
230+
| **macOS** | [CC-Switch-v0.9.2-macOS.zip](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-macOS.zip) | 通用二进制(Intel + Apple Silicon) |
231+
| **Linux** | [CC-Switch-v0.9.2-Linux.AppImage](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.AppImage) | AppImage(当前稳定版) |
232+
| | [CC-Switch-v0.9.2-Linux.deb](https://github.com/Laliet/CC-Switch-Web/releases/download/v0.9.2/CC-Switch-v0.9.2-Linux.deb) | Debian/Ubuntu 包 |
228233

229234
**macOS 提示**:如遇"已损坏"警告,在终端执行:`xattr -cr "/Applications/CC Switch.app"`
230235

@@ -248,7 +253,7 @@ curl -fsSL https://raw.githubusercontent.com/Laliet/CC-Switch-Web/main/scripts/i
248253

249254
```bash
250255
# 安装当前稳定版本
251-
VERSION=v0.10.0 curl -fsSL https://...install.sh | bash
256+
VERSION=v0.9.2 curl -fsSL https://...install.sh | bash
252257

253258
# 跳过校验
254259
NO_CHECKSUM=1 curl -fsSL https://...install.sh | bash
@@ -350,7 +355,7 @@ pnpm test:unit
350355

351356
## 更新日志
352357

353-
参见 [CHANGELOG.md](CHANGELOG.md) — 当前推荐稳定版本:**v0.10.0**
358+
参见 [CHANGELOG.md](CHANGELOG.md) — 当前推荐稳定版本:**v0.9.2**
354359

355360
---
356361

0 commit comments

Comments
 (0)