v2.8.1

BenedictKing/ccxv2.8.1May 25, 2026by github-actions[bot]

AI Summary

Primarily a bug fix release addressing issues with the desktop UI, such as the delete channel dialog not working and log scrolling toggle failures, along with documentation corrections.

Key Highlights

  • Fix delete channel confirmation dialog not responding
  • Fix log auto-scroll toggle
  • Shorten PROXY_ACCESS_KEY length for better readability
  • Update documentation for channel overwriting logic

Full Release Notes

### 修复

- **桌面端删除渠道确认框不生效** (#115) - 桌面 App 内嵌 Web UI 中点击删除渠道无反应,已替换为兼容桌面环境的确认对话框
- **日志自动滚动开关失效** - 修复 autoScroll 开关关闭后新日志仍强制滚动到底部的问题
- **引导界面密钥过长影响复制** - 缩短首次启动引导生成的 PROXY_ACCESS_KEY 长度(从 52 字符改为 20 字符),提升可读性与可复制性

### 文档

- **修正渠道名称说明** - 更新渠道同名时的行为描述,反映实际的覆盖创建逻辑

---

**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.8.0...v2.8.1