From 74e1d0887d5cda4d4cd8c56c9d8471eb3a936abd Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Thu, 8 Jan 2026 17:46:20 +0800 Subject: [PATCH] chore: release v1.7.12 Updated version number to 1.7.12 in package.json and electron-builder.yml. Added release notes detailing the introduction of the MCP Hub with Auto mode and new cache control options for the Anthropic provider, along with various bug fixes. --- electron-builder.yml | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index d812c21e14..c9441185b0 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -143,7 +143,7 @@ artifactBuildCompleted: scripts/artifact-build-completed.js releaseInfo: releaseNotes: | - Cherry Studio 1.7.11 - New Features & Bug Fixes + Cherry Studio 1.7.12 - New Features & Bug Fixes ✨ New Features - [MCP] Add MCP Hub with Auto mode for intelligent multi-server tool orchestration @@ -157,6 +157,7 @@ releaseInfo: - [Error] Fix app freeze when viewing error details with large images - [Notes] Fix folder overlay blocking webview preview - [Chat] Fix thinking time display when stopping generation + - [Providers] Add cache control options for Anthropic provider Cherry Studio 1.7.11 - 新功能与问题修复 @@ -173,4 +174,5 @@ releaseInfo: - [错误] 修复查看包含大图片的错误详情时应用卡死的问题 - [笔记] 修复文件夹遮挡网页预览的问题 - [对话] 修复停止生成时思考时间显示问题 + - [服务商] Anthropic 服务商增加缓存控制选项 diff --git a/package.json b/package.json index 25ed3d5ca9..6cfc0a858e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CherryStudio", - "version": "1.7.11", + "version": "1.7.12", "private": true, "description": "A powerful AI assistant for producer.", "main": "./out/main/index.js",