chore(version): 1.3.8

This commit is contained in:
kangfenmao 2025-05-20 18:15:20 +08:00
parent 0d5b9d8d62
commit 0641857f26
3 changed files with 13 additions and 9 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "1.3.7",
"version": "1.3.8",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",

View File

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