v2.8.23

lutzroeder/netronv2.8.23Jun 4, 2026by github-actions[bot]

AI Summary

Resolves a critical CORS authentication issue that was blocking the desktop WebView from accessing management interfaces, ensuring proper API connectivity.

Key Highlights

  • Fixes CORS authentication failure for desktop app
  • Prevents 401 errors on OPTIONS preflight requests
  • Adds CHANGELOG coverage validation to version bumps

New Features

  • CORS authentication fix
  • Version bump validation

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