Skip to content

Commit d900e1e

Browse files
committed
chore(release): v4.7.0
1 parent 1114997 commit d900e1e

File tree

5 files changed

+46
-6
lines changed

5 files changed

+46
-6
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ 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.0] - 2026-02-07
11+
12+
### Added
13+
14+
- **WebDAV Sync (TUI)**: Add WebDAV sync workflow with TUI controls and home status.
15+
- **CLI**: Add hardened self-update command.
16+
- **Settings**: Add Claude Code onboarding skip toggle.
17+
- **Providers (TUI)**: Add Claude model popup config in provider form.
18+
19+
### Changed
20+
21+
- **Providers (TUI)**: Improve provider JSON editor and modal UX.
22+
23+
### Fixed
24+
25+
- **TUI**: Fix general config editor scroll offset; align editor cursor under soft-wrap; use ASCII PackyCode chip label.
26+
- **Codex**: Stabilize OpenAI auth switching; use TOML snippets and avoid `auth.json`.
27+
- **CLI**: Remove unused global `--json` flag.
28+
- **i18n**: Codex snippet prompt uses TOML.
29+
30+
### Commits (since v4.6.2)
31+
32+
- ec78dad fix(tui): use ASCII PackyCode chip label
33+
- f6ba975 feat(provider): support notes field across cli and tui
34+
- 2f1e516 feat(tui): add Claude model popup config in provider form
35+
- be05cbf feat(tui): improve provider JSON editor and modal UX
36+
- 01897e3 feat(settings): add Claude Code onboarding skip toggle
37+
- 71374dd Merge pull request #25 from SaladDay/sync-upstream-skip-claude-onboarding
38+
- 64dbff8 fix(cli): remove unused global --json flag
39+
- 672299c fix(codex): stabilize OpenAI auth switching
40+
- ada90fc fix(tui): align editor cursor under soft-wrap
41+
- b69ced1 feat(cli): add hardened self-update command
42+
- 108e291 feat(webdav): add sync workflow, tui controls, and home status
43+
- 0624d01 Merge pull request #26 from SaladDay/bugfix-general-config-editor-scroll-offset
44+
- 50fbe19 fix(codex): use TOML snippets and avoid auth.json
45+
- 590c461 fix(i18n): codex snippet prompt uses TOML
46+
- a9d63b5 Merge pull request #27 from skyswordw/codex/add-self-update-command-clean-upstream
47+
- b3cd0ef Merge origin/main into feat/webdav-sync-v1
48+
- 1114997 Merge pull request #28 from SaladDay/feat/webdav-sync-v1
49+
1050
## [4.6.2] - 2026-02-05
1151

1252
### Changed

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.6.2-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.7.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)
@@ -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.6.2 # Update to a specific version
255+
cc-switch update --version v4.7.0 # 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.6.2-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.7.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)
@@ -255,7 +255,7 @@ cc-switch env list # 列出环境变量
255255

256256
# 自更新
257257
cc-switch update # 更新到最新版本
258-
cc-switch update --version v4.6.2 # 更新到指定版本
258+
cc-switch update --version v4.7.0 # 更新到指定版本
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.6.2"
3+
version = "4.7.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)