Skip to content

Commit 5af58d2

Browse files
committed
chore: update release notes for v1.6.6
1 parent c265577 commit 5af58d2

File tree

2 files changed

+55
-23
lines changed

2 files changed

+55
-23
lines changed

electron-builder.yml

Lines changed: 54 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -127,38 +127,70 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
127127
releaseInfo:
128128
releaseNotes: |
129129
<!--LANG:en-->
130-
What's New in v1.6.5
130+
What's New in v1.6.6
131131
132132
Features:
133-
- Add Claude Haiku 4.5 model support
134-
- Add Mistral provider configuration
135-
- Add Intel OpenVINO (NPU) OCR provider
136-
- Add notes full-text search with highlighting
137-
- Add built-in DiDi MCP server (China only)
138-
- Support NewAPI as generic provider
133+
- Add automatic update checks with interval support
134+
- Add confirmation modal for activating protocol-installed MCP servers
135+
- Add mobile app data restore functionality
136+
- Add doubao_after_251015 reasoning model support
137+
- Add cherryin provider type option
138+
- Add German language support
139+
- Enhance proxy bypass rules with comprehensive matching
140+
- Enhance model capabilities with endpoint type validation for Gemini provider
139141
140142
Bug Fixes:
141-
- Fix webview search (Cmd/Ctrl+F) functionality
142-
- Fix API key rotation for each request
143-
- Fix translate auto copy functionality
144-
- Fix message layout and overflow display
143+
- Fix knowledge base AISDK error handling
144+
- Fix toolchoice support for knowledge features
145+
- Fix Claude 4.5 reasoning model getTopP logic
146+
- Fix up-down button visibility issues
147+
- Fix in-place editing save behavior
148+
- Fix system prompt variables in quick assistant
149+
- Fix URL context support for Gemini endpoint models
150+
- Fix Silicon reasoning model handling
151+
- Fix deep research model context and reasoning effort settings
152+
- Fix file content paste via right-click
153+
- Fix reranker API error response handling
154+
- Fix UI layout for backup managers and navbar
155+
- Fix aihubmix model routing rules
156+
157+
Improvements:
158+
- Update LICENSE file with full GNU AGPL-3.0 text
159+
- Improve GitHub workflows and CI/CD processes
160+
- Update dependencies including Playwright testing framework
145161
146162
<!--LANG:zh-CN-->
147-
v1.6.5 版本更新
163+
v1.6.6 版本更新
148164
149165
新增功能:
150-
- 新增 Claude Haiku 4.5 模型支持
151-
- 新增 Mistral 提供商配置
152-
- 新增 Intel OpenVINO (NPU) OCR 提取功能
153-
- 新增笔记全文搜索和高亮显示
154-
- 新增内置滴滴 MCP 服务器(仅限中国)
155-
- 支持 NewAPI 作为通用提供商
166+
- 新增自动更新检查和间隔支持
167+
- 新增协议安装 MCP 服务器激活确认弹窗
168+
- 新增移动应用数据恢复功能
169+
- 新增 doubao_after_251015 推理模型支持
170+
- 新增 cherryin 提供商类型选项
171+
- 新增德语语言支持
172+
- 增强代理绕过规则的全面匹配
173+
- 增强 Gemini 提供商的端点类型验证和模型能力
156174
157175
问题修复:
158-
- 修复 webview 搜索(Cmd/Ctrl+F)功能
159-
- 修复 API 密钥轮换机制
160-
- 修复翻译自动复制功能
161-
- 修复消息布局和溢出显示
176+
- 修复知识库 AISDK 错误处理
177+
- 修复知识功能的工具选择支持
178+
- 修复 Claude 4.5 推理模型的 getTopP 逻辑
179+
- 修复上下按钮可见性问题
180+
- 修复就地编辑保存行为
181+
- 修复快速助手中的系统提示变量
182+
- 修复 Gemini 端点模型的 URL 上下文支持
183+
- 修复 Silicon 推理模型处理
184+
- 修复深度研究模型的上下文和推理努力设置
185+
- 修复右键粘贴文件内容功能
186+
- 修复重排序器 API 错误响应处理
187+
- 修复备份管理器和导航栏的 UI 布局
188+
- 修复 aihubmix 模型路由规则
189+
190+
改进优化:
191+
- 更新 LICENSE 文件为完整 GNU AGPL-3.0 文本
192+
- 改进 GitHub 工作流和 CI/CD 流程
193+
- 更新依赖项包括 Playwright 测试框架
162194
163195
<!--LANG:END-->
164196

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CherryStudio",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"private": true,
55
"description": "A powerful AI assistant for producer.",
66
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)