Release v3.7.0
What's Changed
✨ Features
- feat(fingerprint): improve comparison reliability and history UI (
486e51e) - feat(fingerprint): job progress via SSE + progress bar UI (
4d181a5) - feat: fingerprint UI redesign — model→channel flow, auto-select baseline, persistent history (
1dc41db) - feat(web): fingerprint form searchable combobox & adaptive layout (
0331842) - feat: model fingerprint calibrate/test diagnosis (
7d1df58) - feat(web): add model fingerprint compare mode (
7a51177) - feat(admin): expose model fingerprint calibrate/test APIs (
9bc4086) - feat(app): add fingerprint sampling job manager (
5c708e5) - feat(storage): persist model fingerprint baselines (
b91c8bf) - feat(util): add model fingerprint distribution and similarity math (
598970b)
🐛 Bug Fixes
- fix(fingerprint): persist comparison calls and repair UI (
619dedc) - fix(web): fingerprint form inline pair labels + add missing i18n keys (
d30ad4b) - fix(web): fingerprint created_at uses unix seconds, multiply by 1000 for JS Date (
d6e48a0) - fix(web): make fingerprint form layout adapt on narrow widths (
b9cc3fc) - fix(web): expose channelsList for fingerprint channel selects (
2b0003e) - fix(web): use apiData for fingerprint jobs and show score hints (
21ac24e) - fix(web): fingerprint calibrate cancel and progress fields (
df738fe) - fix(admin): distinguish fingerprint store errors and job-busy sentinel (
ca7d3f7)
📝 Other Changes
- chore(web): drop unused fingerprint apiFetch helper (
18ef0c0)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| 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