Merge branch 'main' into refactor/ui

# Conflicts:
#	src/components/skills/SkillsPage.tsx
This commit is contained in:
YoVinchen
2025-11-22 18:46:32 +08:00
12 changed files with 1165 additions and 32 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -606,7 +606,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.7.0"
version = "3.7.1"
dependencies = [
"anyhow",
"auto-launch",

View File

@@ -1,6 +1,6 @@
[package]
name = "cc-switch"
version = "3.7.0"
version = "3.7.1"
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
authors = ["Jason Young"]
license = "MIT"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CC Switch",
"version": "3.7.0",
"version": "3.7.1",
"identifier": "com.ccswitch.desktop",
"build": {
"frontendDist": "../dist",