Skip to content

Release v2.36.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 07:35

What's Changed

✨ Features

  • feat(scheduler): 渠道定时检测间隔支持小数,允许分钟级精度 (c63ce4b)

🐛 Bug Fixes

  • fix(test): 修复 2 个持续失败的前端测试 (f2ae4f3)

📝 Other Changes

  • refactor(testutil): unexport 零外部引用的辅助类型与函数 (5f4befd)
  • chore(test): 清理零引用 helper 与 tautological 常量测试 (2d74677)
  • chore(cleanup): 删除前后端死代码,下线零引用接口,SSE 逻辑去重 (6cf1037)

📦 下载

平台 架构 文件
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