|
1 | 1 | # What's New / 新功能 |
2 | 2 |
|
3 | | -## 🚀 Proxy Upgrade / Proxy 升级 |
| 3 | +## � Upstream Sync / 上游同步 |
4 | 4 |
|
5 | | -• Upgrade embedded `copilot-proxy` to upstream `v0.3.0` / 内嵌的 `copilot-proxy` 升级到上游 `v0.3.0` |
6 | | -• Restore compatibility for Anthropic `/v1/messages` requests without `max_tokens` / 恢复对未携带 `max_tokens` 的 Anthropic `/v1/messages` 请求兼容性 |
| 5 | +• Upstream PR merged: Anthropic `/v1/messages` compatibility fix is now official (`Jer-y/copilot-proxy#2`) / 上游 PR 已合并:Anthropic `/v1/messages` 兼容性修复已正式进入上游 |
| 6 | +• Submodule restored to upstream `Jer-y/copilot-proxy` (merge commit `b162b63`, ahead of upstream `v0.3.1`) / 子模块恢复指向上游,当前版本比上游正式发布 `v0.3.1` 更新 |
7 | 7 |
|
8 | 8 | ## 🚀 UX / 体验优化 |
9 | 9 |
|
10 | | -• Main screen adds a dedicated model refresh button next to Claude Code actions / 主界面在 Claude Code 操作区新增独立的模型刷新按钮 |
11 | | -• If Claude Code persistent config already exists, changing models now auto-syncs `~/.claude/settings.json` / 如果已存在 Claude Code 持久化配置,切换模型后会自动同步 `~/.claude/settings.json` |
12 | | -• Usage refresh button now uses the usage icon and clearer text / 用量刷新按钮改为带用量图标,并使用更清晰的按钮名称 |
13 | | -• Settings button icon updated to a new gear emoji / 设置按钮图标更新为新的齿轮 emoji |
| 10 | +• Auto-refresh usage on first panel expand after app launch / 程序启动后首次展开用量面板时自动刷新用量 |
| 11 | +• About page now shows the app logo instead of a generic emoji / 关于页面现在显示应用 logo 而非通用 emoji |
14 | 12 |
|
15 | | -## 📋 Verbose Logs / 详细日志 |
| 13 | +## 📐 Window Height Fix / 窗口高度修复 |
16 | 14 |
|
17 | | -• Model refresh actions now appear in Verbose logs / 刷新模型列表的动作现在会显示在 Verbose 日志中 |
18 | | -• Log viewer keeps incremental rendering and auto-trims to 500 lines for responsiveness / 日志窗口继续保持增量渲染,并自动裁剪到 500 行以内以保证流畅度 |
19 | | - |
20 | | -## 🔧 Bug Fixes / 问题修复 |
21 | | - |
22 | | -• Fix lightweight update ENOENT error: use `original-fs` for all `.asar` file operations including temp directory writes / 修复轻量更新 ENOENT 报错:对所有涉及 `.asar` 的文件操作使用 `original-fs`,包括临时目录写入 |
23 | | - |
24 | | -## 🛠 Developer Experience / 开发体验 |
25 | | - |
26 | | -• Dev mode (`COPILOT_GUI_DEV=1`) now skips single-instance lock, allowing parallel dev and production instances / 开发模式下跳过单实例检测,允许开发版和正式版同时运行 |
| 15 | +• Fix excessive bottom whitespace on Windows by compensating for title bar / border frame in `resizeWindow` / 修复 Windows 下窗口底部留白过多的问题,`resizeWindow` 现在正确补偿标题栏/边框尺寸 |
| 16 | +• Platform-specific padding: Windows uses tighter padding while macOS remains unchanged / 平台差异化 padding:Windows 使用更紧凑的间距,macOS 保持不变 |
| 17 | +• Fix applies to Main view, Settings page, and About page / 修复覆盖主界面、设置页面和关于页面 |
27 | 18 |
|
28 | 19 | ## ⬇️ Download / 下载 |
29 | 20 |
|
30 | 21 | | Platform | File | Note | |
31 | 22 | | -------- | ---- | ---- | |
32 | | -| Windows (Installer) | Copilot.Proxy.GUI-0.2.9-setup.exe | **Recommended** / 推荐,supports lightweight update / 支持轻量更新 | |
33 | | -| Windows (Portable) | Copilot.Proxy.GUI-0.2.9-portable.exe | No installation needed / 无需安装,双击即用 | |
34 | | -| macOS (Apple Silicon) | Copilot.Proxy.GUI-0.2.9-arm64.dmg | M1/M2/M3/M4 Mac | |
35 | | -| macOS (Intel) | Copilot.Proxy.GUI-0.2.9-x64.dmg | Intel Mac | |
| 23 | +| Windows (Installer) | Copilot.Proxy.GUI-0.3.0-setup.exe | **Recommended** / 推荐,supports lightweight update / 支持轻量更新 | |
| 24 | +| Windows (Portable) | Copilot.Proxy.GUI-0.3.0-portable.exe | No installation needed / 无需安装,双击即用 | |
| 25 | +| macOS (Apple Silicon) | Copilot.Proxy.GUI-0.3.0-arm64.dmg | M1/M2/M3/M4 Mac | |
| 26 | +| macOS (Intel) | Copilot.Proxy.GUI-0.3.0-x64.dmg | Intel Mac | |
36 | 27 |
|
37 | 28 | > 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". |
38 | 29 | > 右键点击应用 → 打开 → 在弹窗中点击"打开"。如被阻止,前往系统设置 → 隐私与安全性 → 点击"仍要打开"。 |
39 | 30 |
|
40 | | -Full Changelog: [v0.2.8...v0.2.9](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.2.8...v0.2.9) |
| 31 | +Full Changelog: [v0.2.9...v0.3.0](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.2.9...v0.3.0) |
0 commit comments