|
1 | 1 | # What's New / 新功能 |
2 | 2 |
|
3 | | -## Conversation Recording / 对话记录 (NEW) |
| 3 | +## 💬 Conversation Recording / 对话记录 |
4 | 4 |
|
5 | | -• Record full request/response content to local JSON files / 完整记录经过代理的请求和AI回复到本地JSON文件 |
6 | | -• Built-in conversation viewer with session sidebar / 内置对话浏览器,左栏按会话分组 |
7 | | -• Auto-detect client type: Claude Code, Cursor, Continue, Cline, etc. / 自动识别客户端来源 |
8 | | -• Session tracking with 15-min timeout grouping / 按15分钟超时自动分组会话 |
9 | | -• Content search with text highlighting / 内容搜索,匹配文本高亮显示 |
10 | | -• Sessions grouped by date (Today / Yesterday / date) / 会话按日期分组 |
11 | | -• Multi-select sessions with batch delete / 多选会话批量删除 |
12 | | -• Full Chinese/English i18n in viewer / 对话浏览器完整中英文支持 |
13 | | -• Theme sync: viewer follows app theme in real-time / 配色实时跟随主题切换 |
14 | | -• Real-time: new conversations pushed to open viewer / 新对话实时推送到已打开的浏览器 |
15 | | -• Toggle in Settings > Service Config (requires service restart) / 设置页面开关控制,需重启服务生效 |
| 5 | +• Record full request/response content to local JSON files (streaming auto-assembled) / 完整记录请求与 AI 回复到本地 JSON 文件(流式自动拼接) |
| 6 | +• Built-in conversation viewer with session sidebar and message panel / 内置对话浏览器,左栏会话列表 + 右栏消息面板 |
| 7 | +• Auto-detect client type: Claude Code, Cursor, Continue, Cline, etc. / 自动识别客户端来源:Claude Code、Cursor、Continue、Cline 等 |
| 8 | +• Session grouping by client + model with 15-min idle timeout / 按客户端+模型分组会话,15 分钟空闲自动断开 |
| 9 | +• Sessions organized by date (Today / Yesterday / older dates) / 会话按日期归类(今天 / 昨天 / 更早日期) |
| 10 | +• Full-text search with matching text highlight / 全文搜索,匹配文本高亮显示 |
| 11 | +• Multi-select sessions + batch delete / 多选会话 + 批量删除 |
| 12 | +• Real-time: new entries appear instantly in open viewer / 实时推送:新对话即时出现在已打开的浏览器中 |
| 13 | +• Theme and language sync with main window / 配色与语言跟随主窗口实时切换 |
| 14 | +• Toggle in Settings > Service Config (off by default, requires service restart) / 在 设置 > 服务参数 中开关控制(默认关闭,需重启服务生效) |
16 | 15 |
|
17 | | -## UI Polish / 界面优化 |
| 16 | +## 🚀 UX / 体验优化 |
18 | 17 |
|
19 | | -• Header button reorder: theme, lang, conversations, logs, settings, about / 顶栏按钮重新排序 |
20 | | -• Settings checkbox alignment fix / 设置页面复选框对齐修复 |
| 18 | +• Reorder header buttons: Theme → Language → Conversations → Logs → Settings → About / 顶栏按钮重新排序:配色 → 语言 → 对话 → 日志 → 设置 → 关于 |
| 19 | +• Fix settings checkbox alignment / 修复设置页面复选框对齐 |
21 | 20 |
|
22 | | -## Download / 下载 |
| 21 | +## ⬇️ Download / 下载 |
23 | 22 |
|
24 | 23 | | Platform | File | Note | |
25 | 24 | | -------- | ---- | ---- | |
|
28 | 27 | | macOS (Apple Silicon) | Copilot.Proxy.GUI-0.3.2-arm64.dmg | M1/M2/M3/M4 Mac | |
29 | 28 | | macOS (Intel) | Copilot.Proxy.GUI-0.3.2-x64.dmg | Intel Mac | |
30 | 29 |
|
31 | | -> 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". |
32 | | -> 右键点击应用 > 打开 > 在弹窗中点击"打开"。如被阻止,前往系统设置 > 隐私与安全性 > 点击"仍要打开"。 |
| 30 | +> 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". |
| 31 | +> 右键点击应用 → 打开 → 在弹窗中点击"打开"。如被阻止,前往系统设置 → 隐私与安全性 → 点击"仍要打开"。 |
33 | 32 |
|
34 | 33 | Full Changelog: [v0.3.1...v0.3.2](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.3.1...v0.3.2) |
0 commit comments