File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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.5.0] - 2026-02-01
11+
12+ ### Added
13+
14+ - ** Interactive (TUI)** : New provider/MCP add & edit forms (templates + fields + JSON preview).
15+ - ** Providers (TUI)** : Per-provider toggle to attach (or skip) the common config snippet when applying.
16+
17+ ### Changed
18+
19+ - ** Interactive (TUI)** : API keys are shown in add/edit forms (masked only in provider detail view).
20+ - ** Interactive (TUI)** : JSON preview hides cc-switch internal metadata fields.
21+
22+ ### Fixed
23+
24+ - ** Interactive (TUI)** : Switching from an official template back to Custom now clears template-filled values.
25+
1026## [ 4.4.0] - 2026-01-31
1127
1228### 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.4 .0-blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.5 .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 )
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.4 .0-blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.5 .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 )
Original file line number Diff line number Diff line change 11[package ]
22name = " cc-switch"
3- version = " 4.4 .0"
3+ version = " 4.5 .0"
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