@@ -7,6 +7,46 @@ 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.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
0 commit comments