1515
1616English | [ 中文] ( README_ZH.md ) | [ Changelog] ( CHANGELOG.md )
1717
18- > Recommended stable release: [ v0.9.2 ] ( https://github.com/Laliet/cc-switch-web/releases/tag/v0.9.2 )
19- > ` v0.10.0 ` is currently a prerelease for testing only
18+ > Recommended stable release: [ v0.10.1 ] ( https://github.com/Laliet/cc-switch-web/releases/tag/v0.10.1 )
19+ > ` v0.10.1 ` is the current stable release
2020
2121## About / 项目简介
2222
@@ -41,18 +41,18 @@ If you have any questions, you can contact me here https://linux.do/t/topic/1217
4141
4242## What's New
4343
44- ### v0.9.2 - Current Stable Release
44+ ### v0.10.1 - Current Stable Release
4545
4646- Recommended for daily use and production
47- - Download stable builds from: [ v0.9.2 ] ( https://github.com/Laliet/cc-switch-web/releases/tag/v0.9.2 )
47+ - Download stable builds from: [ v0.10.1 ] ( https://github.com/Laliet/cc-switch-web/releases/tag/v0.10.1 )
4848
49- ### v0.10.0 - Current Prerelease
49+ ### v0.10.0 - Prerelease Milestone
5050
5151- Add OpenCode provider management and automatic OpenCode config writing
5252- Add oh-my-opencode (OMO) configuration management and plugin sync support
5353- Allow updating Web-mode login username/password directly from Settings
5454- Improve rollback safety for OMO/OpenCode linked writes and current-provider edits
55- - ` v0.10.0 ` is currently a prerelease and still needs more cross-machine validation
55+ - ` v0.10.0 ` was the verification prerelease milestone for this release line
5656
5757### v0.8.0 - Previous Stable Baseline
5858
@@ -113,8 +113,8 @@ Download precompiled server binary—no compilation required:
113113
114114| Architecture | Download |
115115| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
116- | ** 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 ) |
117- | ** 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 ) |
116+ | ** Linux x86_64 (glibc)** | [ cc-switch-server-linux-x86_64] ( https://github.com/Laliet/cc-switch-web/releases/download/v0.10.1 /cc-switch-server-linux-x86_64 ) |
117+ | ** Linux aarch64 (glibc)** | [ cc-switch-server-linux-aarch64] ( https://github.com/Laliet/cc-switch-web/releases/download/v0.10.1 /cc-switch-server-linux-aarch64 ) |
118118
119119> ** Note (glibc)** : Binaries are built on Ubuntu 22.04 (glibc baseline).
120120> If you see ` GLIBC_2.xx not found ` , use Docker or build from source.
@@ -229,11 +229,11 @@ Full-featured desktop app with graphical interface, built with Tauri.
229229
230230| Platform | Download | Description |
231231| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
232- | ** 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) |
233- | | [ 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) |
234- | ** 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) |
235- | ** 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) |
236- | | [ 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 |
232+ | ** Windows** | [ CC-Switch-v0.10.1 -Windows.msi] ( https://github.com/Laliet/cc-switch-web/releases/download/v0.10.1 /CC-Switch-v0.10.1 -Windows.msi ) | Installer (current stable) |
233+ | | [ CC-Switch-v0.10.1 -Windows-Portable.zip] ( https://github.com/Laliet/cc-switch-web/releases/download/v0.10.1 /CC-Switch-v0.10.1 -Windows-Portable.zip ) | Portable (no install) |
234+ | ** macOS** | [ CC-Switch-v0.10.1 -macOS.zip] ( https://github.com/Laliet/cc-switch-web/releases/download/v0.10.1 /CC-Switch-v0.10.1 -macOS.zip ) | Universal binary (Intel + Apple Silicon) |
235+ | ** Linux** | [ CC-Switch-v0.10.1 -Linux.AppImage] ( https://github.com/Laliet/cc-switch-web/releases/download/v0.10.1 /CC-Switch-v0.10.1 -Linux.AppImage ) | AppImage (current stable) |
236+ | | [ CC-Switch-v0.10.1 -Linux.deb] ( https://github.com/Laliet/cc-switch-web/releases/download/v0.10.1 /CC-Switch-v0.10.1 -Linux.deb ) | Debian/Ubuntu package |
237237
238238** macOS Note** : If you see "damaged" warning, run: ` xattr -cr "/Applications/CC Switch.app" `
239239
@@ -257,7 +257,7 @@ This script will:
257257
258258``` bash
259259# Install current stable version
260- VERSION=v0.9.2 curl -fsSL https://...install.sh | bash
260+ VERSION=v0.10.1 curl -fsSL https://...install.sh | bash
261261
262262# Skip checksum verification
263263NO_CHECKSUM=1 curl -fsSL https://...install.sh | bash
@@ -359,7 +359,7 @@ pnpm test:unit
359359
360360## Changelog
361361
362- See [ CHANGELOG.md] ( CHANGELOG.md ) — Recommended stable version: ** v0.9.2 **
362+ See [ CHANGELOG.md] ( CHANGELOG.md ) — Recommended stable version: ** v0.10.1 **
363363
364364---
365365
0 commit comments