chore: bump version to 3.4.0

- Add i18next internationalization with Chinese/English support
- Add Claude plugin sync alongside VS Code integration
- Extend provider presets with new models (DeepSeek-V3.2-Exp, Qwen3-Max, GLM-4.6)
- Support portable mode and single instance enforcement
- Add tray minimize and macOS Dock visibility management
- Improve Settings UI with scrollable layout and save icon
- Fix layout shifts and provider toggle consistency
- Remove unnecessary OpenAI auth requirement
- Update Windows MSI installer to target per-user LocalAppData
This commit is contained in:
Jason
2025-10-02 09:59:38 +08:00
parent db832a9654
commit 94e93137a2
6 changed files with 33 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cc-switch",
"version": "3.3.1",
"version": "3.4.0",
"description": "Claude Code & Codex 供应商切换工具",
"scripts": {
"dev": "pnpm tauri dev",