Skip to content

Tags: aiclientproxy/proxycast

Tags

v0.63.0

Toggle v0.63.0's commit message
fix: add missing @tiptap/core dependency for CI build

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.62.0

Toggle v0.62.0's commit message
fix: add winapi/winreg dependencies to services crate for Windows

machine_id_service.rs uses winreg and winapi for Windows registry
access but these were only declared in the main package, not in
the proxycast-services crate where the code now lives.

v0.61.0

Toggle v0.61.0's commit message
chore: bump version to 0.61.0

v0.60.0

Toggle v0.60.0's commit message
fix: 升级 tauri npm 包版本对齐 Rust crate

- @tauri-apps/api: 2.9.1 → 2.10.1 (匹配 tauri 2.10.2)
- @tauri-apps/plugin-dialog: 2.5.0 → 2.6.0 (匹配 tauri-plugin-dialog 2.6.0)

v0.59.0

Toggle v0.59.0's commit message
fix: regenerate Cargo.lock with git source for aster (without local p…

…atch)

v0.58.0

Toggle v0.58.0's commit message
fix: switch aster dep to git for CI/CD build

v0.57.0

Toggle v0.57.0's commit message
perf: 优化 CI 构建时间 v0.57.0

- whisper-rs 改为可选依赖 (local-whisper feature)
- 禁用 LTO (CARGO_PROFILE_RELEASE_LTO=off)
- 增加 codegen-units 到 32
- 移除构建后清理步骤
- 统一内容创作系统增强

Co-Authored-By: Warp <agent@warp.dev>

v0.56.0

Toggle v0.56.0's commit message
v0.56.0: 统一内容创作系统

v0.55.0

Toggle v0.55.0's commit message
release: v0.55.0 - 代码重构与 ESLint 修复

- 更新版本号到 0.55.0
- 修复 ESLint 警告:将 CREATION_MODE_CONFIG 移至单独的 constants.tsx
- 修复 ESLint 警告:将 CreationMode 类型移至 types.ts
- 修复 ProviderPoolPage 未使用变量警告
- 修复 Rust 测试中缺少的 Config 字段

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.54.0

Toggle v0.54.0's commit message
release: v0.54.0 - 代码质量改进与 Clippy 修复

- 更新版本号到 0.54.0
- 修复所有 ESLint 警告
- 通过 cargo clippy --fix 自动修复大量代码风格问题
- 修复 format! 字符串内联变量
- 修复 &PathBuf 改为 &Path
- 使用 #[derive(Default)] 替代手动实现
- 修复 aster 依赖版本 (v0.7.1 -> v0.7.0)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>