v2.8.23

rapidaai/voice-aiv2.8.23Jun 4, 2026by github-actions[bot]

AI Summary

Fixed CORS authentication failures in the desktop app's WebView and improved the version bump process by adding CHANGELOG coverage validation.

Key Highlights

  • Resolved CORS authentication issues for desktop WebView management interfaces
  • Added CHANGELOG coverage validation to the version bump process

Full Release Notes

### 🐛 修复

- **修复桌面端管理面板 CORS 认证失败** - 修复 `OPTIONS` 预检请求被认证中间件拦截返回 401,导致桌面端 WebView 无法访问管理接口的问题;`ENABLE_CORS=false` 时仍为带 `Origin` 的请求注入 CORS 响应头

### 🔧 改进

- **version-bump 新增 CHANGELOG 覆盖率校验** - 版本升级流程新增 CHANGELOG 覆盖率校验,防止遗漏提交记录

---

**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.8.21...v2.8.23