mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-20 23:22:05 +08:00
chore(version): 1.5.11
This commit is contained in:
parent
c1d8bf38ef
commit
fa9f59146e
@ -125,21 +125,6 @@ afterSign: scripts/notarize.js
|
|||||||
artifactBuildCompleted: scripts/artifact-build-completed.js
|
artifactBuildCompleted: scripts/artifact-build-completed.js
|
||||||
releaseInfo:
|
releaseInfo:
|
||||||
releaseNotes: |
|
releaseNotes: |
|
||||||
✨ 重要更新:
|
Top navigation bar mode will display the mini-program using tabs
|
||||||
- 新增标签页拖拽重新排序功能
|
Fixed the issue with Google mini-program login
|
||||||
- 增强笔记编辑器同步功能
|
Notes support drag and drop sorting
|
||||||
- 知识库支持文件选择和上传
|
|
||||||
- 链接预览支持解析 OG 数据
|
|
||||||
- 新增"重试失败消息"按钮
|
|
||||||
|
|
||||||
🔧 性能优化:
|
|
||||||
- 优化 MCP 服务日志和错误处理
|
|
||||||
- 改进构建配置和依赖管理
|
|
||||||
- 增强 Linux 系统 OCR 构建支持
|
|
||||||
|
|
||||||
🐛 修复问题:
|
|
||||||
- 修复翻译功能相关问题
|
|
||||||
- 修复 MCP 服务相关问题
|
|
||||||
- 修复导航和标签页显示问题
|
|
||||||
- 修复 Obsidian 集成检测
|
|
||||||
- 其他界面和稳定性改进
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "CherryStudio",
|
"name": "CherryStudio",
|
||||||
"version": "1.5.10",
|
"version": "1.5.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",
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import { loggerService } from '@logger'
|
|||||||
import { isWin } from '@main/constant'
|
import { isWin } from '@main/constant'
|
||||||
import { getIpCountry } from '@main/utils/ipService'
|
import { getIpCountry } from '@main/utils/ipService'
|
||||||
import { locales } from '@main/utils/locales'
|
import { locales } from '@main/utils/locales'
|
||||||
import { generateClientTelemetryHeader, generateUserAgent } from '@main/utils/systemInfo'
|
import { generateUserAgent } from '@main/utils/systemInfo'
|
||||||
import { FeedUrl, UpgradeChannel } from '@shared/config/constant'
|
import { FeedUrl, UpgradeChannel } from '@shared/config/constant'
|
||||||
import { IpcChannel } from '@shared/IpcChannel'
|
import { IpcChannel } from '@shared/IpcChannel'
|
||||||
import { CancellationToken, UpdateInfo } from 'builder-util-runtime'
|
import { CancellationToken, UpdateInfo } from 'builder-util-runtime'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user