tag:github.com,2008:https://github.com/aiclientproxy/proxycast/releases
Tags from proxycast
2026-02-11T06:46:09Z
tag:github.com,2008:Repository/1115851080/v0.63.0
2026-02-11T07:35:54Z
ProxyCast v0.63.0
<p>fix: add missing @tiptap/core dependency for CI build</p>
<p>Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com></p>
github-actions
tag:github.com,2008:Repository/1115851080/v0.62.0
2026-02-10T10:37:23Z
ProxyCast v0.62.0
<p>fix: add winapi/winreg dependencies to services crate for Windows</p>
<p>machine_id_service.rs uses winreg and winapi for Windows registry
<br />access but these were only declared in the main package, not in
<br />the proxycast-services crate where the code now lives.</p>
github-actions
tag:github.com,2008:Repository/1115851080/v0.61.0
2026-02-08T18:42:59Z
ProxyCast v0.61.0
github-actions
tag:github.com,2008:Repository/1115851080/v0.60.0
2026-02-08T04:45:06Z
ProxyCast v0.60.0
<p>fix: 升级 tauri npm 包版本对齐 Rust crate</p>
<p>- @tauri-apps/api: 2.9.1 → 2.10.1 (匹配 tauri 2.10.2)
<br />- @tauri-apps/plugin-dialog: 2.5.0 → 2.6.0 (匹配 tauri-plugin-dialog 2.6.0)</p>
github-actions
tag:github.com,2008:Repository/1115851080/v0.59.0
2026-02-07T15:24:27Z
ProxyCast v0.59.0
<p>fix: regenerate Cargo.lock with git source for aster (without local p…</p>
<p>…atch)</p>
github-actions
tag:github.com,2008:Repository/1115851080/v0.58.0
2026-02-07T02:28:53Z
ProxyCast v0.58.0
github-actions
tag:github.com,2008:Repository/1115851080/v0.57.0
2026-02-04T14:22:13Z
ProxyCast v0.57.0
<p>perf: 优化 CI 构建时间 v0.57.0</p>
<p>- whisper-rs 改为可选依赖 (local-whisper feature)
<br />- 禁用 LTO (CARGO_PROFILE_RELEASE_LTO=off)
<br />- 增加 codegen-units 到 32
<br />- 移除构建后清理步骤
<br />- 统一内容创作系统增强</p>
<p>Co-Authored-By: Warp <agent@warp.dev></p>
github-actions
tag:github.com,2008:Repository/1115851080/v0.56.0
2026-02-03T17:45:00Z
ProxyCast v0.56.0
github-actions
tag:github.com,2008:Repository/1115851080/v0.55.0
2026-02-03T05:38:06Z
ProxyCast v0.55.0
<p>release: v0.55.0 - 代码重构与 ESLint 修复</p>
<p>- 更新版本号到 0.55.0
<br />- 修复 ESLint 警告:将 CREATION_MODE_CONFIG 移至单独的 constants.tsx
<br />- 修复 ESLint 警告:将 CreationMode 类型移至 types.ts
<br />- 修复 ProviderPoolPage 未使用变量警告
<br />- 修复 Rust 测试中缺少的 Config 字段</p>
<p>Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com></p>
github-actions
tag:github.com,2008:Repository/1115851080/v0.54.0
2026-02-03T04:08:08Z
ProxyCast v0.54.0
<p>release: v0.54.0 - 代码质量改进与 Clippy 修复</p>
<p>- 更新版本号到 0.54.0
<br />- 修复所有 ESLint 警告
<br />- 通过 cargo clippy --fix 自动修复大量代码风格问题
<br />- 修复 format! 字符串内联变量
<br />- 修复 &PathBuf 改为 &Path
<br />- 使用 #[derive(Default)] 替代手动实现
<br />- 修复 aster 依赖版本 (v0.7.1 -> v0.7.0)</p>
<p>Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com></p>
github-actions