Skip to content

Commit 2fa29c9

Browse files
committed
chore(release): v4.8.0
1 parent bedd43e commit 2fa29c9

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.8.0] - 2026-02-28
11+
12+
### Added
13+
14+
- **Install Script**: One-liner `curl | sh` installation for macOS and Linux. (#41)
15+
- **TUI**: Claude VSCode plugin takeover toggle and sync. (#47)
16+
- **TUI**: Model auto-fetch picker with search filtering. (#45)
17+
18+
### Changed
19+
20+
- **Docs**: Revamp installation section with quick install as primary method, manual install in collapsible details.
21+
- **Docs**: Update code structure to reflect current architecture (tui, database, ui directory).
22+
- **Docs**: Fix `skills search``skills discover` command name.
23+
24+
### Commits (since v4.7.4)
25+
26+
- bedd43e docs: fix skills search -> discover in README
27+
- a5ce614 feat: add install.sh for one-liner curl | sh installation (#41)
28+
- 3249c29 merge: issue #47 Claude VSCode plugin takeover
29+
- 83212f0 feat(tui): add Claude VSCode plugin takeover toggle and sync
30+
- 20e81a7 feat(tui): add model auto-fetch picker with search filtering (#45)
31+
1032
## [4.7.4] - 2026-02-28
1133

1234
### Added

README.md

Lines changed: 1 addition & 1 deletion
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.4-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.8.0-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)

README_ZH.md

Lines changed: 1 addition & 1 deletion
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.4-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.8.0-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)

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.4"
3+
version = "4.8.0"
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)