@@ -7,6 +7,43 @@ 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.4] - 2026-02-28
11+
12+ ### Added
13+
14+ - ** WebDAV Sync** : Add automatic V1 -> V2 migration with legacy artifact cleanup.
15+
16+ ### Changed
17+
18+ - ** WebDAV Sync** : Align sync protocol implementation with upstream v2.
19+ - ** Codex** : Migrate legacy config at startup instead of runtime compatibility fallback.
20+ - ** Sponsors** : Update RightCode offer to 25% bonus pay-as-you-go credits and update affiliate link.
21+ - ** Docs** : Refresh WebDAV compatibility notes and remove duplicated sponsor descriptions.
22+
23+ ### Fixed
24+
25+ - ** WebDAV Sync** : Sync live config files after WebDAV download, backup restore, and config import.
26+ - ** Codex** : Align provider keys with upstream ` model_provider ` + ` model_providers ` format.
27+ - ** MCP** : Skip MCP sync when target app is not installed. (#43 )
28+ - ** Deeplink/Codex** : Fix missing ` requires_openai_auth ` , strip loop bug, and deduplicate ` clean_codex_provider_key ` .
29+ - ** WebDAV Sync** : Correct ` webdav_status_error ` parameter order in ` delete_collection ` .
30+
31+ ### Commits (since v4.7.3)
32+
33+ - 16b556f fix: update RightCode affiliate link to ccswitch-cli
34+ - b883a28 feat: update RightCode promotion to 25% bonus credits, remove promo code
35+ - 67f8262 fix: sync live config files after WebDAV download, backup restore, and config import
36+ - faab17f fix: align Codex config with upstream model_provider + model_providers format
37+ - 29b9bb3 fix: skip MCP sync when target app is not installed (#43 )
38+ - 5ac3fa5 refactor: align WebDAV sync with upstream v2 protocol
39+ - 6a8ca50 feat: add V1 → V2 WebDAV sync migration with automatic detection and cleanup
40+ - df0fb0e Update README.md
41+ - 5d48583 Update README with WebDAV sync compatibility
42+ - 2c1cfe5 refactor: migrate legacy Codex config at startup instead of runtime compat
43+ - a5d1de9 fix: deeplink missing requires_openai_auth, strip loop bug, dedup clean_codex_provider_key
44+ - 53d5139 fix: correct webdav_status_error param order in delete_collection
45+ - 81eec41 docs: remove duplicate PackyCode README descriptions
46+
1047## [ 4.7.3] - 2026-02-24
1148
1249### Fixed
0 commit comments