Skip to content

Commit b321edd

Browse files
chore(release): 5.11.0 [skip ci]
# [5.11.0](v5.10.0...v5.11.0) (2025-12-08) ### Bug Fixes * **cliproxy:** map token type values to provider names for account discovery ([17caf80](17caf80)) * **ui:** improve cliproxy dashboard layout and dropdown styling ([10d0550](10d0550)) * **ui:** remove padding from cliproxy card ([3a1e8c0](3a1e8c0)) ### Features * **cliproxy:** add multi-account support for CLIProxy providers ([4dc17fa](4dc17fa))
1 parent 12334bf commit b321edd

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.11.0](https://github.com/kaitranntt/ccs/compare/v5.10.0...v5.11.0) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **cliproxy:** map token type values to provider names for account discovery ([17caf80](https://github.com/kaitranntt/ccs/commit/17caf804ba02cab878b3f1476ec02f0f0697d6f1))
7+
* **ui:** improve cliproxy dashboard layout and dropdown styling ([10d0550](https://github.com/kaitranntt/ccs/commit/10d05502f305f5f351562da8b0aa2b64dca41a4c))
8+
* **ui:** remove padding from cliproxy card ([3a1e8c0](https://github.com/kaitranntt/ccs/commit/3a1e8c0afc69b1ca612a267e373b62f80a34c8ce))
9+
10+
11+
### Features
12+
13+
* **cliproxy:** add multi-account support for CLIProxy providers ([4dc17fa](https://github.com/kaitranntt/ccs/commit/4dc17fac4f655e31afc0e491aa43f7a9c3f64df1))
14+
115
# [5.10.0](https://github.com/kaitranntt/ccs/compare/v5.9.0...v5.10.0) (2025-12-08)
216

317

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.0-dev.1
1+
5.11.0

installers/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $InstallMethod = if ($ScriptDir -and ((Test-Path "$ScriptDir\lib\ccs.ps1") -or (
8383
# IMPORTANT: Update this version when releasing new versions!
8484
# This hardcoded version is used for standalone installations (irm | iex)
8585
# For git installations, VERSION file is read if available
86-
$CcsVersion = "5.10.0"
86+
$CcsVersion = "5.11.0"
8787

8888
# Try to read VERSION file for git installations
8989
if ($ScriptDir) {

installers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fi
8484
# IMPORTANT: Update this version when releasing new versions!
8585
# This hardcoded version is used for standalone installations (curl | bash)
8686
# For git installations, VERSION file is read if available
87-
CCS_VERSION="5.10.0"
87+
CCS_VERSION="5.11.0"
8888

8989
# Try to read VERSION file for git installations
9090
if [[ -f "$SCRIPT_DIR/VERSION" ]]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kaitranntt/ccs",
3-
"version": "5.10.0-dev.1",
3+
"version": "5.11.0",
44
"description": "Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)