Skip to content

Commit a184119

Browse files
Kyle FuKyle Fu
authored andcommitted
docs: merge v0.3.4 + v0.3.5 release notes (v0.3.4 was never published)
1 parent d7f15c2 commit a184119

2 files changed

Lines changed: 24 additions & 33 deletions

File tree

RELEASE_NOTES.md

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -40,38 +40,18 @@ Rules:
4040

4141
# What's New / 新功能
4242

43-
## 🔧 Bug Fixes / 修复
44-
45-
• Fix Claude Code detection on macOS when nvm is used (npm_config_prefix conflict) / 修复 macOS 下使用 nvm 时 Claude Code 检测失败的问题
46-
• Fix missing default-model conversations in viewer on macOS (stdout line splitting) / 修复 macOS 下默认模型对话记录不显示的问题(stdout 行拆分)
47-
48-
## ⬇️ Download / 下载
49-
50-
| Platform | File | Note |
51-
| -------- | ---- | ---- |
52-
| Windows (Installer) | Copilot.Proxy.GUI-0.3.5-setup.exe | **Recommended** / 推荐,supports lightweight update / 支持轻量更新 |
53-
| Windows (Portable) | Copilot.Proxy.GUI-0.3.5-portable.exe | No installation needed / 无需安装,双击即用 |
54-
| macOS (Apple Silicon) | Copilot.Proxy.GUI-0.3.5-arm64.dmg | M1/M2/M3/M4 Mac |
55-
| macOS (Intel) | Copilot.Proxy.GUI-0.3.5-x64.dmg | Intel Mac |
56-
57-
> 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".
58-
> 右键点击应用 → 打开 → 在弹窗中点击"打开"。如被阻止,前往系统设置 → 隐私与安全性 → 点击"仍要打开"。
59-
60-
Full Changelog: [v0.3.4...v0.3.5](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.3.4...v0.3.5)
61-
62-
---
63-
64-
# v0.3.4
65-
66-
# What's New / 新功能
67-
68-
## 🔗 Upstream Upgrade / 上游升级
43+
## � Upstream Upgrade / 上游升级
6944

7045
• Upgrade embedded copilot-proxy from v0.3.1 base to upstream v0.4.1 / 内嵌的 copilot-proxy 从 v0.3.1 基线升级到上游 v0.4.1
7146
• HTTP resilience: upstream timeout defaults and SSE keepalive / HTTP 韧性:上游超时默认值和 SSE keepalive
7247
• Improved Anthropic Messages protocol compatibility / 改进的 Anthropic Messages 协议兼容性
7348
• Fix count_tokens JSONResponseError propagation / 修复 count_tokens 的 JSONResponseError 传播
7449

50+
## 🔧 Bug Fixes / 修复
51+
52+
• Fix Claude Code detection on macOS when nvm is used (npm_config_prefix conflict) / 修复 macOS 下使用 nvm 时 Claude Code 检测失败的问题
53+
• Fix missing default-model conversations in viewer on macOS (stdout line splitting) / 修复 macOS 下默认模型对话记录不显示的问题(stdout 行拆分)
54+
7555
## 💬 Conversation Recording / 对话记录
7656

7757
• Middleware architecture maintained: zero handler changes, zero conflict on upgrade / 中间件架构保持不变:handler 零修改,升级零冲突
@@ -80,15 +60,15 @@ Full Changelog: [v0.3.4...v0.3.5](https://github.com/kylefu8/copilot-proxy-gui/c
8060

8161
| Platform | File | Note |
8262
| -------- | ---- | ---- |
83-
| Windows (Installer) | Copilot.Proxy.GUI-0.3.4-setup.exe | **Recommended** / 推荐,supports lightweight update / 支持轻量更新 |
84-
| Windows (Portable) | Copilot.Proxy.GUI-0.3.4-portable.exe | No installation needed / 无需安装,双击即用 |
85-
| macOS (Apple Silicon) | Copilot.Proxy.GUI-0.3.4-arm64.dmg | M1/M2/M3/M4 Mac |
86-
| macOS (Intel) | Copilot.Proxy.GUI-0.3.4-x64.dmg | Intel Mac |
63+
| Windows (Installer) | Copilot.Proxy.GUI-0.3.5-setup.exe | **Recommended** / 推荐,supports lightweight update / 支持轻量更新 |
64+
| Windows (Portable) | Copilot.Proxy.GUI-0.3.5-portable.exe | No installation needed / 无需安装,双击即用 |
65+
| macOS (Apple Silicon) | Copilot.Proxy.GUI-0.3.5-arm64.dmg | M1/M2/M3/M4 Mac |
66+
| macOS (Intel) | Copilot.Proxy.GUI-0.3.5-x64.dmg | Intel Mac |
8767

8868
> 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".
8969
> 右键点击应用 → 打开 → 在弹窗中点击"打开"。如被阻止,前往系统设置 → 隐私与安全性 → 点击"仍要打开"。
9070
91-
Full Changelog: [v0.3.3...v0.3.4](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.3.3...v0.3.4)
71+
Full Changelog: [v0.3.3...v0.3.5](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.3.3...v0.3.5)
9272

9373
---
9474

RELEASE_NOTES_TEMP.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# What's New / 新功能
22

3-
## � Bug Fixes / 修复
3+
## 🔗 Upstream Upgrade / 上游升级
4+
5+
• Upgrade embedded copilot-proxy from v0.3.1 base to upstream v0.4.1 / 内嵌的 copilot-proxy 从 v0.3.1 基线升级到上游 v0.4.1
6+
• HTTP resilience: upstream timeout defaults and SSE keepalive / HTTP 韧性:上游超时默认值和 SSE keepalive
7+
• Improved Anthropic Messages protocol compatibility / 改进的 Anthropic Messages 协议兼容性
8+
• Fix count_tokens JSONResponseError propagation / 修复 count_tokens 的 JSONResponseError 传播
9+
10+
## 🔧 Bug Fixes / 修复
411

512
• Fix Claude Code detection on macOS when nvm is used (npm_config_prefix conflict) / 修复 macOS 下使用 nvm 时 Claude Code 检测失败的问题
613
• Fix missing default-model conversations in viewer on macOS (stdout line splitting) / 修复 macOS 下默认模型对话记录不显示的问题(stdout 行拆分)
714

15+
## 💬 Conversation Recording / 对话记录
16+
17+
• Middleware architecture maintained: zero handler changes, zero conflict on upgrade / 中间件架构保持不变:handler 零修改,升级零冲突
18+
819
## ⬇️ Download / 下载
920

1021
| Platform | File | Note |
@@ -17,4 +28,4 @@
1728
> 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".
1829
> 右键点击应用 → 打开 → 在弹窗中点击"打开"。如被阻止,前往系统设置 → 隐私与安全性 → 点击"仍要打开"。
1930
20-
Full Changelog: [v0.3.4...v0.3.5](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.3.4...v0.3.5)
31+
Full Changelog: [v0.3.3...v0.3.5](https://github.com/kylefu8/copilot-proxy-gui/compare/v0.3.3...v0.3.5)

0 commit comments

Comments
 (0)