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.
This commit is contained in:
kangfenmao 2025-10-11 13:18:39 +08:00
parent cd5841cdd4
commit 170632a199
2 changed files with 10 additions and 14 deletions

View File

@ -125,21 +125,17 @@ afterSign: scripts/notarize.js
artifactBuildCompleted: scripts/artifact-build-completed.js artifactBuildCompleted: scripts/artifact-build-completed.js
releaseInfo: releaseInfo:
releaseNotes: | releaseNotes: |
What's New in v1.6.3 What's New in v1.6.4
Features: Features:
- Notes: Add spell-check control, automatic table line wrapping, export functionality, and LLM-based renaming - Providers: add CherryIN provider
- UI: Expand topic rename clickable area, add middle-click tab closing, remove redundant scrollbars, fix message menubar overflow - Notes: Add right-click context menu to create notes and folders
- Editor: Add read-only extension support, make TextFilePreview read-only but copyable - Mini App: Add search functionality in mini app page
- Models: Update support for DeepSeek v3.2, Claude 4.5, GLM 4.6, Gemini regex, and vision models - Update Dialog: Add updating dialog in renderer process
- Code Tools: Add GitHub Copilot CLI integration - Mini App: Remove some mini apps
Bug Fixes: Bug Fixes:
- Fix migration for missing providers - Fix reasoning block insertion order - now inserts before content block
- Fix forked topic retaining old name after rename - Fix knowledge base deletion and web search RAG errors
- Restore first token latency reporting in metrics - Fix Qwen model URL configuration
- Fix UI scrollbar and overflow issues
Technical Updates:
- Upgrade to Electron 37.6.0
- Update dependencies across packages

View File

@ -1,6 +1,6 @@
{ {
"name": "CherryStudio", "name": "CherryStudio",
"version": "1.6.3", "version": "1.6.4",
"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",