From 170632a199829cf45b0b42385cc7f5a8cd7576ba Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Sat, 11 Oct 2025 13:18:39 +0800 Subject: [PATCH] chore: bump version to 1.6.4 and update release notes - Updated version in package.json to 1.6.4. - Revised release notes to reflect new features, bug fixes, and technical updates. - Added new features including CherryIN provider, right-click context menu for notes, and search functionality in the mini app page. - Fixed issues related to reasoning block insertion order, knowledge base deletion, and Qwen model URL configuration. --- electron-builder.yml | 22 +++++++++------------- package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index e1e29eb111..798b14ab99 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -125,21 +125,17 @@ afterSign: scripts/notarize.js artifactBuildCompleted: scripts/artifact-build-completed.js releaseInfo: releaseNotes: | - What's New in v1.6.3 + What's New in v1.6.4 Features: - - Notes: Add spell-check control, automatic table line wrapping, export functionality, and LLM-based renaming - - UI: Expand topic rename clickable area, add middle-click tab closing, remove redundant scrollbars, fix message menubar overflow - - Editor: Add read-only extension support, make TextFilePreview read-only but copyable - - Models: Update support for DeepSeek v3.2, Claude 4.5, GLM 4.6, Gemini regex, and vision models - - Code Tools: Add GitHub Copilot CLI integration + - Providers: add CherryIN provider + - Notes: Add right-click context menu to create notes and folders + - Mini App: Add search functionality in mini app page + - Update Dialog: Add updating dialog in renderer process + - Mini App: Remove some mini apps Bug Fixes: - - Fix migration for missing providers - - Fix forked topic retaining old name after rename - - Restore first token latency reporting in metrics - - Fix UI scrollbar and overflow issues + - Fix reasoning block insertion order - now inserts before content block + - Fix knowledge base deletion and web search RAG errors + - Fix Qwen model URL configuration - Technical Updates: - - Upgrade to Electron 37.6.0 - - Update dependencies across packages diff --git a/package.json b/package.json index c46efa0246..07c3e28b77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CherryStudio", - "version": "1.6.3", + "version": "1.6.4", "private": true, "description": "A powerful AI assistant for producer.", "main": "./out/main/index.js",