File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 5.12.1] ( https://github.com/kaitranntt/ccs/compare/v5.12.0...v5.12.1 ) (2025-12-09)
2+
3+
4+ ### Performance Improvements
5+
6+ * ** analytics:** instant dashboard loading with disk cache persistence ([ abb156d] ( https://github.com/kaitranntt/ccs/commit/abb156d9f4064d078a953966082e06059ad52d80 ) )
7+
18# [ 5.12.0] ( https://github.com/kaitranntt/ccs/compare/v5.11.0...v5.12.0 ) (2025-12-09)
29
310
Original file line number Diff line number Diff line change 1- 5.12.0-dev. 1
1+ 5.12.1
Original file line number Diff line number Diff 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.12.0 "
86+ $CcsVersion = " 5.12.1 "
8787
8888# Try to read VERSION file for git installations
8989if ($ScriptDir ) {
Original file line number Diff line number Diff line change 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.12.0 "
87+ CCS_VERSION=" 5.12.1 "
8888
8989# Try to read VERSION file for git installations
9090if [[ -f " $SCRIPT_DIR /VERSION" ]]; then
Original file line number Diff line number Diff line change 11{
22 "name" : " @kaitranntt/ccs" ,
3- "version" : " 5.12.0-dev. 1" ,
3+ "version" : " 5.12.1" ,
44 "description" : " Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6" ,
55 "keywords" : [
66 " cli" ,
You can’t perform that action at this time.
0 commit comments