Skip to content

Commit a9eba26

Browse files
committed
chore(release): v4.7.1
1 parent 947a378 commit a9eba26

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ All notable changes to CC Switch CLI will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
254254
cc-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
---

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
# 自更新
257257
cc-switch update # 更新到最新版本
258-
cc-switch update --version v4.7.0 # 更新到指定版本
258+
cc-switch update --version v4.7.1 # 更新到指定版本
259259
```
260260

261261
---

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc-switch"
3-
version = "4.7.0"
3+
version = "4.7.1"
44
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
55
authors = ["Jason Young", "saladday"]
66
license = "MIT"

0 commit comments

Comments
 (0)