-
Notifications
You must be signed in to change notification settings - Fork 608
feat(update): switch to GitHub releases auto-update #1209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6541ef5
feat(update): switch to GitHub releases auto-update
yyhhyyyyyy 7b748fc
chore: release 0.5.4 for testing
yyhhyyyyyy 948288b
ci(build): disable publish in build workflow
yyhhyyyyyy d240404
ci(build): disable publish in build workflow
yyhhyyyyyy e638ad5
fix(updater): use latest mac update manifests
yyhhyyyyyy e8400d2
fix(updater): restore mac channels and release assets
yyhhyyyyyy 64d4f8f
fix(updater): bypass channel for canary tag selection
yyhhyyyyyy 8a46b0f
fix(updater): use allowPrerelease for canary instead of clearing channel
yyhhyyyyyy 221182c
chore: 0.5.6-canary for testing
yyhhyyyyyy 75475ef
docs: update v0.5.6-canary changelog
yyhhyyyyyy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Changelog | ||
|
|
||
| ## v0.5.6-canary (2025-12-23) | ||
| - Markdown 优化,修复列表元素异常 | ||
| - 修复 Ollama 视觉模型图片格式 | ||
| - Improved Markdown rendering, fixed list element issues | ||
| - Fixed Ollama vision model image format | ||
|
|
||
| ## v0.5.5 (2025-12-19) | ||
| - 全新 Yo Browser 功能,让你的模型畅游网络 | ||
| - All-new Yo Browser lets your model roam the web | ||
|
|
||
| ## v0.5.3 (2025-12-13) | ||
| - 优化 ACP 体验,增加 ACP 调试能力 | ||
| - 增加了自定义软件字体能力 | ||
| - add acp process warmup and debug panel | ||
| - add font settings | ||
| - add Hebrew (he-IL) Translation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,86 @@ | ||
| appId: com.wefonk.deepchat | ||
| productName: DeepChat | ||
| directories: | ||
| buildResources: build | ||
| files: | ||
| - '!**/.claude/*' | ||
| - '!**/.github/*' | ||
| - '!**/.cursor/*' | ||
| - '!**/.vscode/*' | ||
| - '!src/*' | ||
| - '!test/*' | ||
| - '!docs/*' | ||
| - '!electron.vite.config.{js,ts,mjs,cjs}' | ||
| - '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}' | ||
| - '!{.env,.env.*,.npmrc,pnpm-lock.yaml}' | ||
| - '!{tsconfig.json,tsconfig.node.json,tsconfig.app.json}' | ||
| - '!keys/*' | ||
| - '!scripts/*' | ||
| - '!.github/*' | ||
| - '!electron-builder.yml' | ||
| - '!electron-builder-macx64.yml' | ||
| - '!electron-builder-macarm.yml' | ||
| - '!test/*' | ||
| - '!*.config.ts' | ||
| - '!*.config.js' | ||
| - '!**/{LICENSE,LICENSE.txt,*.LICENSE.txt,NOTICE.txt,README.md,CHANGELOG.md,CONTRIBUTING.md,CONTRIBUTING.zh.md,README.zh.md,README.jp.md}' | ||
| - '!**/{.DS_Store,Thumbs.db}' | ||
| - '!*.md' | ||
| asarUnpack: | ||
| - '**/node_modules/sharp/**/*' | ||
| - '**/node_modules/@img/**/*' | ||
| extraResources: | ||
| - from: ./runtime/ | ||
| to: app.asar.unpacked/runtime | ||
| filter: ['**/*'] | ||
| - from: ./resources/cdn/ | ||
| to: app.asar.unpacked/resources/cdn | ||
| filter: ['**/*'] | ||
| afterSign: scripts/notarize.js | ||
| afterPack: scripts/afterPack.js | ||
| electronLanguages: | ||
| - zh-CN | ||
| - zh-TW | ||
| - zh-HK | ||
| - en-US | ||
| - ja-JP | ||
| - ko-KR | ||
| - fr-FR | ||
| - ru-RU | ||
| - ja | ||
| - ru | ||
| - zh_CN | ||
| - zh_TW | ||
| - zh_HK | ||
| - en | ||
| - ko | ||
| - fr | ||
| - fa-IR | ||
| - fa | ||
| - pt-BR | ||
| - pt | ||
| - da-DK | ||
| - da | ||
| - he-IL | ||
| - he | ||
| mac: | ||
| entitlementsInherit: build/entitlements.mac.plist | ||
| extendInfo: | ||
| - NSCameraUsageDescription: Application requests access to the device's camera. | ||
| - NSMicrophoneUsageDescription: Application requests access to the device's microphone. | ||
| - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. | ||
| - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. | ||
| gatekeeperAssess: false | ||
| category: public.app-category.utilities | ||
| target: | ||
| - target: dmg | ||
| arch: arm64 | ||
| - target: zip | ||
| arch: arm64 | ||
| artifactName: ${name}-${version}-mac-${arch}.${ext} | ||
| npmRebuild: true | ||
| publish: | ||
| provider: github | ||
| owner: ThinkInAIXYZ | ||
| repo: deepchat | ||
| channel: arm64 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the YAML syntax for
extendInfo.The
extendInfosection uses YAML list syntax (with dashes), but electron-builder expects a plain dictionary/object. This will cause the Info.plist to be malformed or the build to fail.🔎 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents