chore(version): 1.3.8

This commit is contained in:
kangfenmao 2025-05-20 18:15:20 +08:00
parent e0774e49cc
commit 74fbd37a20
3 changed files with 13 additions and 9 deletions

View File

@ -92,9 +92,14 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
releaseInfo: releaseInfo:
releaseNotes: | releaseNotes: |
⚠️ 注意:升级前请备份数据,否则将无法降级 ⚠️ 注意:升级前请备份数据,否则将无法降级
优化软件启动速度 Electron 版本升级到 35
优化软件进入后台后性能问题 快捷助手支持自定义模型
修复导出对话时自动重命名失败问题 新增 BurnCloud 模型提供商
防止输入法切换期间误发消息问题 消息编辑功能改进
修复群组消息重发功能问题及富文本粘贴兼容性问题 新增 aihubmix-ideogram-v3 模型支持
改进 MCP 服务处理及 IPC 注册逻辑 通过 JSON 快速添加 MCP 服务器
新增浮动侧边栏方便小窗口快速切换助手和对话
优化粘贴逻辑处理
新增 OpenAI 设置和提示
增加消息快捷搜索功能
常规错误修复和功能优化

View File

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

View File

@ -31,8 +31,7 @@ const CustomCollapse: FC<CustomCollapseProps> = ({
const defaultCollapseStyle = { const defaultCollapseStyle = {
width: '100%', width: '100%',
background: 'transparent', background: 'transparent',
border: '0.5px solid var(--color-border)', border: '0.5px solid var(--color-border)'
overflow: 'hidden'
} }
const defaultCollapseItemStyles = { const defaultCollapseItemStyles = {