Skip to content

Commit a285aac

Browse files
authored
New version: kangfenmao.CherryStudio version 1.8.2 (microsoft#350633)
1 parent f2d941c commit a285aac

File tree

4 files changed

+142
-0
lines changed

4 files changed

+142
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.8.2
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: 41a4ccd8-bcc0-5710-9eee-0e164da68057
11+
ReleaseDate: 2026-03-21
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.8.2/Cherry-Studio-1.8.2-x64-setup.exe
16+
InstallerSha256: 8211C323510572E3E20F81A5EB9959F0CBC27F645D3A94FA82DE7EFB913097FA
17+
InstallerSwitches:
18+
Custom: /currentuser
19+
Dependencies:
20+
PackageDependencies:
21+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
22+
- Architecture: x64
23+
Scope: machine
24+
InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.8.2/Cherry-Studio-1.8.2-x64-setup.exe
25+
InstallerSha256: 8211C323510572E3E20F81A5EB9959F0CBC27F645D3A94FA82DE7EFB913097FA
26+
InstallerSwitches:
27+
Custom: /allusers
28+
Dependencies:
29+
PackageDependencies:
30+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
31+
- Architecture: arm64
32+
Scope: user
33+
InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.8.2/Cherry-Studio-1.8.2-arm64-setup.exe
34+
InstallerSha256: F477381DC00796308F8CC0DDC59C6EC0DD76F0227533A4C2C551146E96EEA3FB
35+
InstallerSwitches:
36+
Custom: /currentuser
37+
Dependencies:
38+
PackageDependencies:
39+
- PackageIdentifier: Microsoft.VCRedist.2015+.arm64
40+
- Architecture: arm64
41+
Scope: machine
42+
InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.8.2/Cherry-Studio-1.8.2-arm64-setup.exe
43+
InstallerSha256: F477381DC00796308F8CC0DDC59C6EC0DD76F0227533A4C2C551146E96EEA3FB
44+
InstallerSwitches:
45+
Custom: /allusers
46+
Dependencies:
47+
PackageDependencies:
48+
- PackageIdentifier: Microsoft.VCRedist.2015+.arm64
49+
ManifestType: installer
50+
ManifestVersion: 1.12.0
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.8.2
6+
PackageLocale: en-US
7+
Publisher: support@cherry-ai.com
8+
PublisherUrl: https://cherry-ai.com/
9+
PublisherSupportUrl: https://github.com/CherryHQ/cherry-studio/issues
10+
PackageName: Cherry Studio
11+
PackageUrl: https://cherry-ai.com/
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/CherryHQ/cherry-studio/blob/HEAD/LICENSE
14+
ShortDescription: A desktop client that supports for multiple LLM providers
15+
Tags:
16+
- ai
17+
- chatbot
18+
- chatgpt
19+
- claude
20+
- deepseek
21+
- doubao
22+
- gemini
23+
- kimi
24+
- large-language-model
25+
- llama
26+
- llm
27+
- mistral
28+
- ollama
29+
- qwen
30+
- rag
31+
ReleaseNotes: |-
32+
What's Changed
33+
- feat: upgrade MiniMax default model to M2.7 by @octo-patch in https://github.com/CherryHQ/cherry-studio/pull/13593
34+
- fix: Format provider API hosts in API server & refactor shared utilities by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13198
35+
- feat(model): add support for MiMo-V2-Pro and MiMo-V2-Omni models by @ousugo in https://github.com/CherryHQ/cherry-studio/pull/13613
36+
- chore: Add CI check scripts to package.json by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13564
37+
- fix(tests): resolve Windows test failures and upgrade prek by @GeorgeDong32 in https://github.com/CherryHQ/cherry-studio/pull/13619
38+
- fix(MessageHeader): crash when clicking topic in message search by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/13627
39+
- fix: correct parameter order in knowledgeSearchTool call by @SiinXu in https://github.com/CherryHQ/cherry-studio/pull/13635
40+
- chore: release v1.8.2 by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/13639
41+
Full Changelog: https://github.com/CherryHQ/cherry-studio/compare/v1.8.1...v1.8.2
42+
ReleaseNotesUrl: https://github.com/CherryHQ/cherry-studio/releases/tag/v1.8.2
43+
Documentations:
44+
- DocumentLabel: Docs
45+
DocumentUrl: https://cherry-ai.com/docs/intro
46+
ManifestType: defaultLocale
47+
ManifestVersion: 1.12.0
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.8.2
6+
PackageLocale: zh-CN
7+
Publisher: support@cherry-ai.com
8+
PublisherUrl: https://cherry-ai.com/
9+
PublisherSupportUrl: https://github.com/CherryHQ/cherry-studio/issues
10+
PackageName: Cherry Studio
11+
PackageUrl: https://cherry-ai.com/
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/CherryHQ/cherry-studio/blob/HEAD/LICENSE
14+
ShortDescription: 支持多模型服务的 Windows/macOS GPT 客户端
15+
Tags:
16+
- ai
17+
- chatgpt
18+
- claude
19+
- deepseek
20+
- gemini
21+
- kimi
22+
- llama
23+
- llm
24+
- mistral
25+
- ollama
26+
- rag
27+
- 人工智能
28+
- 大语言模型
29+
- 聊天机器人
30+
- 豆包
31+
- 通义千问
32+
ReleaseNotesUrl: https://github.com/CherryHQ/cherry-studio/releases/tag/v1.8.2
33+
Documentations:
34+
- DocumentLabel: 文档
35+
DocumentUrl: https://cherry-ai.com/docs/intro
36+
ManifestType: locale
37+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.8.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)