1313
1414English | [ 中文] ( 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
256261NO_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
0 commit comments