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 @@ -7,6 +7,13 @@ 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.6.2] - 2026-02-05
11+
12+ ### Changed
13+
14+ - ** Providers (TUI/CLI)** : Hide the ` Notes ` field from add/edit flows; optional fields now only include sort index.
15+ - ** TUI** : Shorten the Website URL label (remove "(optional)") to avoid layout truncation.
16+
1017## [ 4.6.1] - 2026-02-05
1118
1219### 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.6.1 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.6.2 -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.6.1 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.6.2 -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.6.1 "
3+ version = " 4.6.2 "
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