mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 01:50:13 +08:00
chore: bump version to 1.6.3
This commit is contained in:
parent
37f7042f0f
commit
6a8544fb0e
@ -125,7 +125,21 @@ afterSign: scripts/notarize.js
|
|||||||
artifactBuildCompleted: scripts/artifact-build-completed.js
|
artifactBuildCompleted: scripts/artifact-build-completed.js
|
||||||
releaseInfo:
|
releaseInfo:
|
||||||
releaseNotes: |
|
releaseNotes: |
|
||||||
Optimized note-taking feature, now able to quickly rename by modifying the title
|
What's New in v1.6.3
|
||||||
Fixed issue where CherryAI free model could not be used
|
|
||||||
Fixed issue where VertexAI proxy address could not be called normally
|
Features:
|
||||||
Fixed issue where built-in tools from service providers could not be called normally
|
- 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
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
Technical Updates:
|
||||||
|
- Upgrade to Electron 37.6.0
|
||||||
|
- Update dependencies across packages
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "CherryStudio",
|
"name": "CherryStudio",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"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