v0.2.8
What's New / 新功能
🚀 Performance / 性能优化
• Fix log viewer (Verbose window) becoming unresponsive after prolonged use: switched from full-array IPC + full DOM rebuild to incremental single-line IPC + batched DOM append / 修复日志窗口(Verbose)长时间运行后卡顿无法操作的问题:改为增量单行 IPC 推送 + 批量 DOM 追加
• DOM nodes auto-trimmed to 500 lines maximum / DOM 节点自动裁剪,最多保留 500 行
🔧 Bug Fixes / 问题修复
• Fix lightweight update ENOENT error: use original-fs for all .asar file operations including temp directory writes / 修复轻量更新 ENOENT 报错:对所有涉及 .asar 的文件操作使用 original-fs,包括临时目录写入
🛠 Developer Experience / 开发体验
• Dev mode (COPILOT_GUI_DEV=1) now skips single-instance lock, allowing parallel dev and production instances / 开发模式下跳过单实例检测,允许开发版和正式版同时运行
⬇️ Download / 下载
| Platform | File | Note |
|---|---|---|
| Windows (Installer) | Copilot.Proxy.GUI-0.2.8-setup.exe | Recommended / 推荐,supports lightweight update / 支持轻量更新 |
| Windows (Portable) | Copilot.Proxy.GUI-0.2.8-portable.exe | No installation needed / 无需安装,双击即用 |
| macOS (Apple Silicon) | Copilot.Proxy.GUI-0.2.8-arm64.dmg | M1/M2/M3/M4 Mac |
| macOS (Intel) | Copilot.Proxy.GUI-0.2.8-x64.dmg | Intel Mac |
macOS first launch / macOS 首次启动: Right-click the app → Open → click "Open" in the dialog. If blocked, go to System Settings → Privacy & Security → click "Open Anyway".
右键点击应用 → 打开 → 在弹窗中点击"打开"。如被阻止,前往系统设置 → 隐私与安全性 → 点击"仍要打开"。
Full Changelog: v0.2.7...v0.2.8