File tree Expand file tree Collapse file tree 5 files changed +23
-6
lines changed
Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ All notable changes to CC Switch CLI will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 4.7.1] - 2026-02-07
11+
12+ ### Added
13+
14+ - ** Providers (TUI)** : Add RightCode provider template.
15+
16+ ### Changed
17+
18+ - ** TUI** : Tighten layout spacing and reduce list left padding.
19+ - ** Codex (TUI)** : Split auth/config previews for clearer navigation.
20+ - ** Docs** : Update home screenshots (EN/ZH).
21+
22+ ### Fixed
23+
24+ - ** Codex** : Align provider config and auth handling with upstream.
25+ - ** TUI** : Add left padding between nav border and icons.
26+
1027## [ 4.7.0] - 2026-02-07
1128
1229### Added
Original file line number Diff line number Diff line change 22
33# CC-Switch CLI
44
5- [ ![ Version] ( https://img.shields.io/badge/version-4.7.0 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.7.1 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
66[ ![ Platform] ( https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
77[ ![ Built with Rust] ( https://img.shields.io/badge/built%20with-Rust-orange.svg )] ( https://www.rust-lang.org/ )
88[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
@@ -252,7 +252,7 @@ cc-switch env list # List environment variables
252252
253253# Self-update
254254cc-switch update # Update to latest release
255- cc-switch update --version v4.7.0 # Update to a specific version
255+ cc-switch update --version v4.7.1 # Update to a specific version
256256```
257257
258258---
Original file line number Diff line number Diff line change 22
33# CC-Switch CLI
44
5- [ ![ Version] ( https://img.shields.io/badge/version-4.7.0 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.7.1 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
66[ ![ Platform] ( https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
77[ ![ Built with Rust] ( https://img.shields.io/badge/built%20with-Rust-orange.svg )] ( https://www.rust-lang.org/ )
88[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
@@ -255,7 +255,7 @@ cc-switch env list # 列出环境变量
255255
256256# 自更新
257257cc-switch update # 更新到最新版本
258- cc-switch update --version v4.7.0 # 更新到指定版本
258+ cc-switch update --version v4.7.1 # 更新到指定版本
259259```
260260
261261---
Original file line number Diff line number Diff line change 11[package ]
22name = " cc-switch"
3- version = " 4.7.0 "
3+ version = " 4.7.1 "
44description = " All-in-One Assistant for Claude Code, Codex & Gemini CLI"
55authors = [" Jason Young" , " saladday" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments