release: v0.6.0

This commit is contained in:
digua
2026-01-21 15:27:43 +08:00
parent a669306bbd
commit 61ae991b1c
3 changed files with 7 additions and 8 deletions

View File

@@ -54,14 +54,9 @@ mac:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
target:
# 架构由 CI 通过 --x64/--arm64 指定,避免在单个 job 里同时打双架构
- target: dmg
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
artifactName: ChatLab-${version}-${arch}.${ext}
# macOS 平台的 DMG 配置

View File

@@ -1,6 +1,6 @@
{
"name": "ChatLab",
"version": "0.5.2",
"version": "0.6.0",
"description": "本地聊天分析实验室",
"repository": {
"type": "git",
@@ -39,7 +39,8 @@
"electron-updater": "^6.6.2",
"markdown-it": "^14.1.0",
"stream-json": "^1.9.1",
"vue-i18n": "^11.2.8"
"vue-i18n": "^11.2.8",
"zod": "^4.3.5"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",

3
pnpm-lock.yaml generated
View File

@@ -50,6 +50,9 @@ importers:
vue-i18n:
specifier: ^11.2.8
version: 11.2.8(vue@3.5.26(typescript@5.9.3))
zod:
specifier: ^4.3.5
version: 4.3.5
devDependencies:
'@electron-toolkit/eslint-config':
specifier: ^1.0.2