Skip to content

Commit

Permalink
chore(version): 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Jan 8, 2025
1 parent f9f5bef commit c579eff
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 32 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/auto-assign.yml

This file was deleted.

16 changes: 11 additions & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,14 @@ afterPack: scripts/after-pack.js
afterSign: scripts/notarize.js
releaseInfo:
releaseNotes: |
文件支持删除
增加 Hika 小程序
增加 WebDAV 同步状态显示
自定义参数增加 JSON 类型
腾讯混元的联网开关
全新的应用图标
首页窗口宽度支持调整
内容显示支持宽窄模式
增加搜索快捷键
可以自定义侧边栏图标 @hxp0618
Mermaid 预览增加放大缩小功能 @hxp0618
支持 AiHubMix 和智普联网模型
支持使用 Gemini PDF 附件使用官方 API 进行处理
文件模块增加 Gemini 文件列表
修复 Ollma 嵌入模型无法创建知识库问题
其他错误修复
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "0.9.4",
"version": "0.9.5",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",
Expand Down
8 changes: 1 addition & 7 deletions src/renderer/src/assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ body,
#content-container {
background-color: var(--color-background);
border-top: 0.5px solid var(--color-border);
}

#content-container {
border-top-left-radius: 12px;
border-left: 0.5px solid var(--color-border);
box-shadow: -2px 0px 20px -4px rgba(0, 0, 0, 0.06);
Expand Down Expand Up @@ -218,10 +215,7 @@ body,
background-color: var(--chat-background);
}
#inputbar {
border-radius: 0;
margin: 0;
border: none;
border-top: 1px solid var(--color-border-mute);
margin: -5px 15px 15px 15px;
background: var(--color-background);
}
.system-prompt {
Expand Down

0 comments on commit c579eff

Please sign in to comment.