Skip to content

Commit 4ae0afb

Browse files
authored
New version: kangfenmao.CherryStudio version 1.3.3 (microsoft#256849)
1 parent c06527f commit 4ae0afb

4 files changed

Lines changed: 146 additions & 0 deletions

File tree

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.10.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.3.3
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: 41a4ccd8-bcc0-5710-9eee-0e164da68057
11+
ReleaseDate: 2025-05-15
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.3.3/Cherry-Studio-1.3.3-x64-setup.exe
16+
InstallerSha256: BB806DBB8B308B9A41C9ADFFBF23312D18797859CADD890975FBF304603DC345
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.3.3/Cherry-Studio-1.3.3-x64-setup.exe
25+
InstallerSha256: BB806DBB8B308B9A41C9ADFFBF23312D18797859CADD890975FBF304603DC345
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.3.3/Cherry-Studio-1.3.3-arm64-setup.exe
34+
InstallerSha256: 91DDFB020163FFEE1167683E8C2485C6189176BAEDBFC85EA85F8376390DDE1C
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.3.3/Cherry-Studio-1.3.3-arm64-setup.exe
43+
InstallerSha256: 91DDFB020163FFEE1167683E8C2485C6189176BAEDBFC85EA85F8376390DDE1C
44+
InstallerSwitches:
45+
Custom: /allusers
46+
Dependencies:
47+
PackageDependencies:
48+
- PackageIdentifier: Microsoft.VCRedist.2015+.arm64
49+
ManifestType: installer
50+
ManifestVersion: 1.10.0
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.3.3
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+
- fix: ensure modelId is case-insensitive in findTokenLimit function by @DeJeune in https://github.com/CherryHQ/cherry-studio/pull/5844
34+
- docs: Improve the README for better readability by @jwcrystal in https://github.com/CherryHQ/cherry-studio/pull/5880
35+
- fix: copilot annotation bug by @eeee0717 in https://github.com/CherryHQ/cherry-studio/pull/5882
36+
- chore(workflows): update workflows for new repo structure by @GeorgeDong32 in https://github.com/CherryHQ/cherry-studio/pull/5885
37+
- fix: multi-window entry html by @0xfullex in https://github.com/CherryHQ/cherry-studio/pull/5881
38+
- feat(i18n): add page zoom settings in English, Japanese, and Russian … by @beyondkmp in https://github.com/CherryHQ/cherry-studio/pull/5891
39+
- feat: add undo functionality to agent prompt generation by @saicaca in https://github.com/CherryHQ/cherry-studio/pull/5821
40+
- revert: openai compatible type by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/5928
41+
- fix: OpenAIResponseProvider summaryForSearch impl model wrong by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/5933
42+
- feature: Hide disabled options for web search by @teojs in https://github.com/CherryHQ/cherry-studio/pull/5943
43+
New Contributors
44+
- @saicaca made their first contribution in https://github.com/CherryHQ/cherry-studio/pull/5821
45+
Full Changelog: https://github.com/CherryHQ/cherry-studio/compare/v1.3.0...v1.3.3
46+
ReleaseNotesUrl: https://github.com/CherryHQ/cherry-studio/releases/tag/v1.3.3
47+
Documentations:
48+
- DocumentLabel: Docs
49+
DocumentUrl: https://cherry-ai.com/docs/intro
50+
ManifestType: defaultLocale
51+
ManifestVersion: 1.10.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.10.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.3.3
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.3.3
33+
Documentations:
34+
- DocumentLabel: 文档
35+
DocumentUrl: https://cherry-ai.com/docs/intro
36+
ManifestType: locale
37+
ManifestVersion: 1.10.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.10.0.schema.json
3+
4+
PackageIdentifier: kangfenmao.CherryStudio
5+
PackageVersion: 1.3.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)