v2.8.23
ruixenui/ruixen.comv2.8.23Jun 4, 2026by github-actions[bot]
AI Summary
Resolves CORS authentication failures on the desktop management panel and adds validation to the version bump process.
Key Highlights
- Fixes OPTIONS preflight request authentication failure for desktop WebView.
- Adds CHANGELOG coverage validation to prevent missed commit records.
- Ensures CORS headers are injected even when ENABLE_CORS is false.
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