Commit Graph

14 Commits

  • chore(release): bump version to 3.14.1
    - Add v3.14.1 release notes (en/zh/ja) covering tray usage visibility,
      Codex OAuth stability fixes, Skills import/install reliability, and
      removal of the Hermes config health scanner
    - Cut [Unreleased] into [3.14.1] in CHANGELOG with PR references
    - Bump version in package.json, Cargo.toml, Cargo.lock, tauri.conf.json
  • docs(release-notes): add v3.14.0 release notes (en/zh/ja)
    Cover Hermes Agent onboarding (6th managed app), Claude Opus 4.7
    rollout, Gemini Native API proxy, "Local Routing" rename,
    application-level window controls, Copilot premium consumption
    deep optimization, session list virtualization, Usage date range
    picker, Stream Check error classification, pricing v8->v9 reseed,
    and related breaking changes.
    
    18 external PR contributions credited in all three locales.
  • docs(release-notes): sync user edits across en/zh/ja and add PR credits
    - Simplify "ChatGPT Plus / Pro" → "ChatGPT" across all three languages
    - Clarify Codex OAuth description to highlight Claude Code usage
    - Add "requires manual activation" note for Token Plan and third-party balances
    - Add Copilot API consumption caveat to the interaction optimizer section
    - Update overview with skills.sh search, usage tracking, and onboarding mentions
    - Add PR credits for TheRouter (@cmzz), Kaku/OMO Slim/Thinking fallback/auth tab (@yovinchen)
  • chore(release): bump version to v3.13.0 and sync changelog/release notes
    Backfill post-draft changes into CHANGELOG and three-language release
    notes (en/zh/ja): 16 new Added entries, 6 Fixed entries, 1 Docs entry,
    and updated header stats (139 commits, 280 files, +31627/-3042).
  • docs(release-notes): add v3.13.0 release notes (en/zh/ja)
    Draft trilingual release notes for the upcoming v3.13.0 feature release
    covering lightweight mode, quota and balance visibility, provider model
    auto-fetch, Codex OAuth reverse proxy, tray per-app submenus, the
    Hyper-based proxy forwarding stack, Skills discovery and batch updates,
    session workflow upgrades, OpenCode/OpenClaw Stream Check coverage, the
    full URL endpoint mode, and the Copilot interaction optimizer, plus the
    accompanying Copilot auth, UTF-8 streaming boundary, system prompt
    normalization, WebDAV password, and Linux startup fixes. Contributor
    attribution follows industry convention using ASCII punctuation inside
    PR references across all three locales, and the Codex OAuth reverse
    proxy carries its own risk notice alongside a backward link to the
    v3.12.3 Copilot risk notice.
  • docs(release): add Copilot reverse proxy risk notice to v3.12.3 release notes
    Add risk disclaimer section in all three languages (EN/ZH/JA) warning
    users about potential GitHub ToS violations, account suspension risks,
    and no long-term availability guarantee for the Copilot reverse proxy.
  • chore(release): consolidate v3.12.3 release notes, changelog and test fixes
    Merge previously unreleased v3.12.4 content into v3.12.3:
    - CHANGELOG: combine [Unreleased] into [3.12.3], clear [Unreleased]
    - Release notes (zh/en/ja): add Copilot proxy, macOS signing,
      Reasoning Effort, OpenCode SQLite, Codex 1M toggle, Disable
      Auto-Upgrade toggle, and contributor thanks
    - Fix test mocks for skill backup/restore hooks
    - Fix schema migration test missing providers table
    - Fix TempHome to save/restore CC_SWITCH_TEST_HOME env var
  • chore(release): update release notes, changelog and macOS minimum version for v3.12.3
    Update CHANGELOG.md with full v3.12.3 entry, create release notes in
    three languages (en/zh/ja), bump macOS minimumSystemVersion from 10.15
    to 12.0 (Monterey) to match actual runtime requirements, and update
    README version badges and links.
  • feat(skills): auto-backup skill files before uninstall
    Create a local backup under ~/.cc-switch/skill-backups/ before removing
    skill directories. The backup includes all skill files and a meta.json
    with original skill metadata. Old backups are pruned to keep at most 20.
    The backup path is returned to the frontend and shown in the success
    toast. Bump version to 3.12.3.
  • docs: reorganize docs directory structure
    - Delete 9 completed planning/roadmap documents
    - Move 23 release notes into docs/release-notes/ with simplified filenames
    - Update all cross-references in READMEs, CHANGELOG, and release notes
    - Remove dangling doc reference in deeplink/mod.rs