Skip to content

Commit

Permalink
chore(version): 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Sep 23, 2024
1 parent 55869e7 commit d2a02aa
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
Binary file modified build/icon.ico
Binary file not shown.
10 changes: 3 additions & 7 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,9 @@ afterSign: scripts/notarize.js
releaseInfo:
releaseNotes: |
本次更新:
支持话题导出为图片
启动界面增加LOGO显示避免空白
修复输入框光标位置粘贴文字问题
修复暂停生成导致消息显示错乱问题
修复公式渲染异常情况
修复 Anthropic API 地址错误问题
全新应用图标
模型图标更新
近期更新:
增加了30多种文本文档格式选择
支持话题导出为图片
支持粘贴图片和文件到聊天输入框
支持将对话移动到其他智能体了
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.7.6",
"version": "0.7.7",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/config/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import CopilotModelLogo from '@renderer/assets/images/models/copilot.png'
import CopilotModelLogoDark from '@renderer/assets/images/models/copilot_dark.png'
import DalleModelLogo from '@renderer/assets/images/models/dalle.png'
import DalleModelLogoDark from '@renderer/assets/images/models/dalle_dark.png'
import DbrxModalLogo from '@renderer/assets/images/Models/dbrx.png'
import DbrxModalLogo from '@renderer/assets/images/models/dbrx.png'
import DeepSeekModelLogo from '@renderer/assets/images/models/deepseek.png'
import DeepSeekModelLogoDark from '@renderer/assets/images/models/deepseek_dark.png'
import DoubaoModelLogo from '@renderer/assets/images/models/doubao.png'
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,13 @@ __metadata:
languageName: node
linkType: hard

"@types/tinycolor2@npm:^1":
version: 1.4.6
resolution: "@types/tinycolor2@npm:1.4.6"
checksum: 10c0/922020c3326460e9d8502c8a98f80db69f06fd14e07fe5a48e8ffe66175762298a9bd51263f2a0c9a40632886a74975a3ff79396defcdbeac0dc176e3e5056e8
languageName: node
linkType: hard

"@types/unist@npm:*, @types/unist@npm:^3.0.0":
version: 3.0.3
resolution: "@types/unist@npm:3.0.3"
Expand Down Expand Up @@ -1761,6 +1768,7 @@ __metadata:
"@types/node": "npm:^18.19.9"
"@types/react": "npm:^18.2.48"
"@types/react-dom": "npm:^18.2.18"
"@types/tinycolor2": "npm:^1"
"@vitejs/plugin-react": "npm:^4.2.1"
antd: "npm:^5.18.3"
axios: "npm:^1.7.3"
Expand Down Expand Up @@ -1808,6 +1816,7 @@ __metadata:
remark-math: "npm:^6.0.0"
sass: "npm:^1.77.2"
styled-components: "npm:^6.1.11"
tinycolor2: "npm:^1.6.0"
typescript: "npm:^5.6.2"
uuid: "npm:^10.0.0"
vite: "npm:^5.0.12"
Expand Down Expand Up @@ -8814,6 +8823,13 @@ __metadata:
languageName: node
linkType: hard

"tinycolor2@npm:^1.6.0":
version: 1.6.0
resolution: "tinycolor2@npm:1.6.0"
checksum: 10c0/9aa79a36ba2c2a87cb221453465cabacd04b9e35f9694373e846fdc78b1c768110f81e581ea41440106c0f24d9a023891d0887e8075885e790ac40eb0e74a5c1
languageName: node
linkType: hard

"tmp-promise@npm:^3.0.2":
version: 3.0.3
resolution: "tmp-promise@npm:3.0.3"
Expand Down

0 comments on commit d2a02aa

Please sign in to comment.