Release v1.62.0
·
584 commits
to master
since this release
What's Changed
✨ Features
- feat(stats): 添加隐藏0成功模型的过滤选项 (
6172251)
📝 Other Changes
- refactor(settings): success_rate_penalty_weight 类型 float → int (
3c76dbe) - refactor(migrate): 迁移标记改用 schema_migrations 表 (
7db9d02) - docs: 更新 CLAUDE.md 反映最新架构变更 (
80e5ae4)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| macOS | Intel | ccload-darwin-amd64 |
| macOS | Apple Silicon | ccload-darwin-arm64 |
| Linux | x86_64 | ccload-linux-amd64 |
| Linux | ARM64 | ccload-linux-arm64 |
| Windows | x86_64 | ccload-windows-amd64.exe |
校验和: checksums.txt
🔐 验证下载
# macOS/Linux
sha256sum -c checksums.txt
# Windows (PowerShell)
Get-FileHash ccload-windows-amd64.exe -Algorithm SHA256