mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 07:19:02 +08:00
chore: release v1.7.11
Updated version number to 1.7.11 in package.json and electron-builder.yml. Added release notes highlighting the introduction of the MCP Hub with Auto mode and various bug fixes, including improvements to the Chat and Editor components.
This commit is contained in:
parent
8d56bf80dd
commit
90cd06d23d
@ -143,13 +143,12 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
|
|||||||
releaseInfo:
|
releaseInfo:
|
||||||
releaseNotes: |
|
releaseNotes: |
|
||||||
<!--LANG:en-->
|
<!--LANG:en-->
|
||||||
Cherry Studio 1.7.10 - New Features & Bug Fixes
|
Cherry Studio 1.7.11 - New Features & Bug Fixes
|
||||||
|
|
||||||
✨ New Features
|
✨ New Features
|
||||||
- [MCP] Add MCP Hub with Auto mode for intelligent multi-server tool orchestration
|
- [MCP] Add MCP Hub with Auto mode for intelligent multi-server tool orchestration
|
||||||
|
|
||||||
🐛 Bug Fixes
|
🐛 Bug Fixes
|
||||||
- [Search] Fix Bing, Baidu, and Google search results not retrieving
|
|
||||||
- [Chat] Fix reasoning process not displaying correctly for some proxy models
|
- [Chat] Fix reasoning process not displaying correctly for some proxy models
|
||||||
- [Chat] Fix duplicate loading spinners on action buttons
|
- [Chat] Fix duplicate loading spinners on action buttons
|
||||||
- [Editor] Fix paragraph handle and plus button not clickable
|
- [Editor] Fix paragraph handle and plus button not clickable
|
||||||
@ -160,13 +159,12 @@ releaseInfo:
|
|||||||
- [Chat] Fix thinking time display when stopping generation
|
- [Chat] Fix thinking time display when stopping generation
|
||||||
|
|
||||||
<!--LANG:zh-CN-->
|
<!--LANG:zh-CN-->
|
||||||
Cherry Studio 1.7.10 - 新功能与问题修复
|
Cherry Studio 1.7.11 - 新功能与问题修复
|
||||||
|
|
||||||
✨ 新功能
|
✨ 新功能
|
||||||
- [MCP] 新增 MCP Hub 智能模式,可自动管理和调用多个 MCP 服务器工具
|
- [MCP] 新增 MCP Hub 智能模式,可自动管理和调用多个 MCP 服务器工具
|
||||||
|
|
||||||
🐛 问题修复
|
🐛 问题修复
|
||||||
- [搜索] 修复必应、百度、谷歌搜索无法获取结果的问题
|
|
||||||
- [对话] 修复部分代理模型的推理过程无法正确显示的问题
|
- [对话] 修复部分代理模型的推理过程无法正确显示的问题
|
||||||
- [对话] 修复操作按钮重复显示加载状态的问题
|
- [对话] 修复操作按钮重复显示加载状态的问题
|
||||||
- [编辑器] 修复段落手柄和加号按钮无法点击的问题
|
- [编辑器] 修复段落手柄和加号按钮无法点击的问题
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "CherryStudio",
|
"name": "CherryStudio",
|
||||||
"version": "1.7.10",
|
"version": "1.7.11",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A powerful AI assistant for producer.",
|
"description": "A powerful AI assistant for producer.",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user