Skip to content

Commit af7a641

Browse files
committed
chore(release): v4.7.4
1 parent 81eec41 commit af7a641

File tree

5 files changed

+41
-4
lines changed

5 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@ 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.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

README.md

Lines changed: 1 addition & 1 deletion
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.7.3-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.7.4-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)

README_ZH.md

Lines changed: 1 addition & 1 deletion
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.7.3-blue.svg)](https://github.com/saladday/cc-switch-cli/releases)
5+
[![Version](https://img.shields.io/badge/version-4.7.4-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)

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.7.3"
3+
version = "4.7.4"
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)