mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
chore(release): prepare v3.8.3
- Bump version to 3.8.3 in package.json, Cargo.toml, tauri.conf.json - Add CHANGELOG entry for v3.8.3 with new features, fixes and changes
This commit is contained in:
@@ -5,6 +5,33 @@ All notable changes to CC Switch will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [3.8.3] - 2025-12-24
|
||||
|
||||
### Added
|
||||
|
||||
- **AiGoCode partner** - Added AiGoCode icon and partner promotion
|
||||
- **Skip first-run confirmation** - New setting to skip Claude Code first-run confirmation dialog
|
||||
- **DMXAPI partner** - Added DMXAPI as official partner
|
||||
- **Provider icons** - Added icons for OpenRouter, LongCat, ModelScope, AiHubMix
|
||||
|
||||
### Fixed
|
||||
|
||||
- **UI header layout** - Fixed content being covered by fixed header (added padding-top)
|
||||
- **Dark mode visibility** - Improved text visibility in dark mode
|
||||
- **Azure link** - Corrected Azure website link (#407)
|
||||
- **Skill installation** - Use directory basename for skill installation path (#358)
|
||||
- **SQL import refresh** - Refresh all providers immediately after SQL import
|
||||
- **MCP sync safety** - Skip sync when target CLI app is not installed
|
||||
|
||||
### Changed
|
||||
|
||||
- **Model versions** - Updated model versions for provider presets
|
||||
- **Provider switch notification** - Removed restart prompt from notification
|
||||
- **SQL import restriction** - Restrict SQL import to CC Switch exported backups only
|
||||
- **GLM partner images** - Updated partner banner images
|
||||
|
||||
---
|
||||
|
||||
## [3.8.0] - 2025-11-28
|
||||
|
||||
### Major Updates
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cc-switch",
|
||||
"version": "3.8.2",
|
||||
"version": "3.8.3",
|
||||
"description": "All-in-One Assistant for Claude Code, Codex & Gemini CLI",
|
||||
"scripts": {
|
||||
"dev": "pnpm tauri dev",
|
||||
|
||||
Generated
+1
-1
@@ -618,7 +618,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cc-switch"
|
||||
version = "3.8.2"
|
||||
version = "3.8.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"auto-launch",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cc-switch"
|
||||
version = "3.8.2"
|
||||
version = "3.8.3"
|
||||
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
|
||||
authors = ["Jason Young"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "CC Switch",
|
||||
"version": "3.8.2",
|
||||
"version": "3.8.3",
|
||||
"identifier": "com.ccswitch.desktop",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
|
||||
Reference in New Issue
Block a user