Skip to content

Commit

Permalink
chore(version): 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Dec 27, 2024
1 parent ccb216e commit 6bc1f4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,11 @@ afterPack: scripts/after-pack.js
afterSign: scripts/notarize.js
releaseInfo:
releaseNotes: |
增加知识库功能
Azure OpenAI 嵌入模型支持
增加嵌入模型专用服务商 JINA
支持选择图片和文件后不输入内容即可发送
增加 GitHub Copilot 小程序
模型编辑支持显示模型 ID
模型选择按钮增加服务商显示
修复话题移动到不同的助手后搜索结果不能定位问题
修复输出包含 sub 无法正常显示问题
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",
Expand All @@ -25,6 +25,7 @@
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build:check": "yarn typecheck",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "dotenv npm run build && electron-builder --dir",
Expand Down

0 comments on commit 6bc1f4b

Please sign in to comment.