diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..3d4a829b60268 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: BE82D97F72E85BCDA15EEFB27EB17B3E05A55A920860C41407D43ADF2DEE9B60 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: BE82D97F72E85BCDA15EEFB27EB17B3E05A55A920860C41407D43ADF2DEE9B60 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.1/OpenCowork-win-arm64-setup.exe + InstallerSha256: 5085D2B17E51C9A961CAE1753D3FE84FEF8F05FEA3FCAE83D310ABC651C4906A + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..600dbbc7fc6bd --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.1 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Added + - Added dedicated sub-agent limits to cap tool use, read scope, and runtime behavior for safer agent execution. + - Added change review sheet and file-change utility helpers to support richer file diff review flows in the chat UI. + Changed + - Refined sub-agent creation, resolution, runner, and default prompt flows to better enforce tool availability and execution constraints. + - Updated filesystem and search tool handling for sub-agents and teammate runners to align with the new execution limits. + - Improved skills and steps side panels, plus chat review card interactions, for clearer review workflows. + - Standardized English and Chinese chat locale copy for the updated sub-agent and review experience. + Fixed + - Fixed sub-agent and runtime protocol behavior in the .NET sidecar to keep agent execution consistent. + - Fixed streaming and review card state handling in the renderer when file changes transition across statuses. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..89f6ee51cd912 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.1 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..4229936810b0d --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.1/AIDotNet.OpenCowork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/CreativeCloud/6.9.0.618.5/Adobe.CreativeCloud.installer.yaml b/manifests/a/Adobe/CreativeCloud/6.9.0.618.5/Adobe.CreativeCloud.installer.yaml index a71e2af75d8a8..c7e0b39be0cfd 100644 --- a/manifests/a/Adobe/CreativeCloud/6.9.0.618.5/Adobe.CreativeCloud.installer.yaml +++ b/manifests/a/Adobe/CreativeCloud/6.9.0.618.5/Adobe.CreativeCloud.installer.yaml @@ -22,6 +22,6 @@ ProductCode: Adobe Creative Cloud Installers: - Architecture: x86 InstallerUrl: https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=KCCC&wamFeature=nuj-live - InstallerSha256: 1F2C83A8250D3EBCE37804D72C5EEF30C121BE632702B12A4DAFCA9F029ADF31 + InstallerSha256: F5A4F3FDB9AC2E37C130888CC8F66C56990D8711F3F6AF4ADE9661925BCDF09D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..abaa4fb30ea85 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.2.13-Release.260209001 +InstallerType: portable +InstallModes: +- interactive +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/overseas/DingTalk_v8.2.13.260209001.exe + InstallerSha256: 5F79970B981076D31A63D0833FEE16B25221C5C75E4A23AD284511889FBB7005 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..3338d3b291e66 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.2.13-Release.260209001 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +PublisherUrl: https://www.dingtalk.com/ +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2026 Alibaba DingTalk, all rights resrved. +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d88a275fa9fbf --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.2.13-Release.260209001 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2026 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..4ea7d7bbf4025 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.2.13-Release.260209001/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.2.13-Release.260209001 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.installer.yaml b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.installer.yaml new file mode 100644 index 0000000000000..3e1112d92e5f0 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.3.10-Release.260413002 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +Protocols: +- dingtalk +- dingtalkscheme +Installers: +- Architecture: x64 + InstallerUrl: https://dtapp-pub.dingtalk.com/dingtalk-desktop/win_installer/Release/overseas/DingTalk_v8.2.13.260209001.exe + InstallerSha256: 5F79970B981076D31A63D0833FEE16B25221C5C75E4A23AD284511889FBB7005 + ProductCode: DingTalk +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.locale.en-US.yaml b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.locale.en-US.yaml new file mode 100644 index 0000000000000..84023ae37bba3 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.3.10-Release.260413002 +PackageLocale: en-US +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +PublisherSupportUrl: https://tms.dingtalk.com/markets/dingtalk/int-guide/en +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk +PackageUrl: https://page.dingtalk.com/wow/dingtalk/act/en-download +License: Proprietary +LicenseUrl: https://page.dingtalk.com/wow/dingtalk/act/service-en-lite +Copyright: 2014-2026 Alibaba DingTalk, all rights resrved. +# CopyrightUrl: +ShortDescription: DingTalk, make work and study easy +Description: DingTalk is an intelligent working platform created by Alibaba Group to support tens of millions of enterprises to achieve higher working efficiency with the new digitalized working method. +Moniker: dingding +Tags: +- attendance +- bussiness +- check-in +- collaboration +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- work +- working +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.locale.zh-CN.yaml b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..713f1a00e2b57 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.3.10-Release.260413002 +PackageLocale: zh-CN +Publisher: Alibaba (China) Network Technology Co.,Ltd. +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +PackageName: 钉钉 +PackageUrl: https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html +Copyright: 2014-2026 阿里钉钉 版权所有。 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: 钉钉,让工作学习更简单 +Description: 钉钉(DingTalk)是中国领先的智能移动办公平台,由阿里巴巴集团开发,免费提供给所有中国企业,用于商务沟通和工作协同。2015 年 1 月份正式发版上线,截至 2016 年 12 月 31 日,钉钉的企业组织数量突破 500 万家,成为中国企业社交知名品牌。随着大量优秀企业的入驻,钉钉也成为各行各业优秀工作方式的分享平台。 +# Moniker: +Tags: +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +# ReleaseNotes: +ReleaseNotesUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2/docs/lyQod3RxJK3m0PQ9sE31rYGmJkb4Mw9r +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://alidocs.dingtalk.com/i/p/Y7kmbokZp3pgGLq2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.yaml b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.yaml new file mode 100644 index 0000000000000..9f1dcbecfa445 --- /dev/null +++ b/manifests/a/Alibaba/DingTalk/8.3.10-Release.260413002/Alibaba.DingTalk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalk +PackageVersion: 8.3.10-Release.260413002 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.installer.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.installer.yaml new file mode 100644 index 0000000000000..f6c83a054ee36 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.10 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dws.exe +Commands: +- dws +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.10/dws-windows-amd64.zip + InstallerSha256: 69D6910F071FFCCF2CCECB9D7CC397A9EF01ECA3AEBBEAF716BA6398211E7CC1 +- Architecture: arm64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.10/dws-windows-arm64.zip + InstallerSha256: AB38AC0C62F64146985148D5D94811963A498C343B73B179DCD43762EF55A88F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..8d339e917593e --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.10 +PackageLocale: en-US +Publisher: DingTalk (Singapore) Private Limited +PublisherUrl: https://www.dingtalk.io/ +PublisherSupportUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/issues +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk Workspace CLI +PackageUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli +License: Apache-2.0 +LicenseUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba Group +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010161503_40649.html +ShortDescription: dws — DingTalk Workspace on the command line, built for humans and AI agents. +Description: |- + dws — DingTalk Workspace on the command line, built for humans and AI agents. + Why dws? + - For humans — --help for usage, --dry-run to preview requests, -f table/json/raw for output formats. + - For AI agents — structured JSON responses + built-in Agent Skills, ready out of the box. + - For enterprise admins — zero-trust architecture: OAuth device-flow auth + domain allowlisting + least-privilege scoping. Not a single byte can bypass authentication and audit. +Moniker: dws +Tags: +- dingding +- dingtalk +ReleaseNotes: |- + Changelog + - 42fb25d1509f7582bb67c4004a0a6e2458afa6eb Merge branch 'DingTalk-Real-AI:main' into main + - 4bf300d86252e6aff57431eb6dc6220c3b87aa6a Merge pull request #117 from wxianfeng/main + - 7b7aeadbbef00232a1167fd388f9a6deca27c4c9 Merge pull request #120 from FuShu-Yang/bugfix/plugin-system-fushu + - 9fc570607fa4aed2e1b97549cc08819c89846d5c Merge remote-tracking branch 'refs/remotes/origin/main' + - 4851d19141641baa4cdda000a0196e7237161e8b Merge remote-tracking branch 'upstream/main' + - 1ea8bad074a83fc88baffeefbc7d9a02a7b886ca Reduce MCP discovery timeouts + - c5decb2f9095dec915f2aead6a9615406bc44dea error opt + - a14fd0250c54c384e37718269513c03941af76b1 feat(plugin): inject user identity (UserID, CorpID) into stdio plugin subprocesses + - 93318f4a8333f4c1bda0542ff05a87871d11edde fix(plugin): stop stdio child processes on exit and before removal + - 416ad6571dc639ae2abfd38fa1cdd6d7587371ae skill opt + - 94ad422a9f18380ae2f8be2fed43ddfb6c6a84fd style: fix code formatting +ReleaseNotesUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/tag/v1.0.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..62a00667ae860 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.10 +PackageLocale: zh-Hans-CN +Publisher: 钉钉(中国)信息技术有限公司 +PublisherUrl: https://www.dingtalk.com/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..1e4c5c04e5e7f --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.10 +PackageLocale: zh-Hans +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.yaml new file mode 100644 index 0000000000000..39fd74f2478d1 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.10/Alibaba.DingTalkWorkspaceCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.installer.yaml b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.installer.yaml new file mode 100644 index 0000000000000..b4823cbcc06c8 --- /dev/null +++ b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.installer.yaml @@ -0,0 +1,161 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.Kiro +PackageVersion: 0.11.132 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- kiro +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{A2CA08B5-C756-463E-B13D-F051F4F11F0B}_is1' +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://prod.download.desktop.kiro.dev/releases/stable/win32-x64/signed/0.11.132/kiro-ide-0.11.132-stable-win32-x64.exe + InstallerSha256: E68B445D3788F008EDAC9FBC3BCD4FA6799E099C8B7177137C812040E4C05F9E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.locale.en-US.yaml b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.locale.en-US.yaml new file mode 100644 index 0000000000000..df60a50019535 --- /dev/null +++ b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.Kiro +PackageVersion: 0.11.132 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://kiro.dev/ +PublisherSupportUrl: https://github.com/kirodotdev/Kiro/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: Kiro +PackageUrl: https://kiro.dev/downloads/ +License: Proprietary +LicenseUrl: https://kiro.dev/license/ +Copyright: © 2026 Amazon.com, Inc. or its affiliates (collectively, "Amazon"). All Rights Reserved. +CopyrightUrl: https://kiro.dev/license/ +ShortDescription: An agentic IDE that helps you do your best work with features such as specs, steering, and hooks. +Description: Kiro is an agentic IDE that helps you go from prototype to production with spec-driven development. From simple to complex tasks, Kiro works alongside you to turn prompts into detailed specs, then into working code, docs, and tests—so what you build is exactly what you want and ready to share with your team. Kiro’s agents help you solve challenging problems and automate tasks like generating documentation and unit tests. With Kiro, you can build beyond prototypes while being in the driver’s seat every step of the way. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotes: |- + MCP Registry Governance, Model Governance, and Document Attachments + This release gives enterprise teams centralized control over MCP server access and model availability, and adds document attachment support to chat. + MCP Registry Governance + + Enterprise administrators using IAM Identity Center can now control which MCP servers their organization is allowed to use. Create a JSON registry file listing approved servers, host it over HTTPS, and configure the URL in the Kiro console. The registry supports remote (HTTP) and local (stdio) servers across npm, PyPI, and OCI package types, with ${VAR} placeholders for user-specific values like auth tokens. Kiro syncs with the registry every 24 hours, enforces version-pinned access, and works alongside the existing MCP on/off toggle to give you full control at the org or account level. + Model Governance + + Enterprise administrators can now control which AI models are available to users in their organization. Toggle on model access management in the Kiro console under Settings > Shared settings > Model availability, then curate an approved list of models. You can also set a default model that auto-applies across all clients. This is especially relevant for data residency requirements — experimental models using global cross-region inference can be removed from the approved list until they move to GA with regional inference. Once enabled, only approved models appear in the model selector across both the IDE and CLI. + Document Attachments + You can now attach documents directly to chat messages by pasting or dragging files into the input. Supported formats include PDF, CSV, DOC, DOCX, XLS, XLSX, HTML, TXT, and Markdown. Documents are sent to the model as native document blocks, so the agent can read and reason over their contents. You can attach up to 5 documents per message and mix them with text and images in the same prompt. + Improvements + - Subagent context: Subagents now receive richer context from parent sessions, including file tree structure, for more accurate responses + - Chat performance: Reduced re-renders and improved responsiveness in large chat sessions + - Session storage cleanup: Least-recently-modified sessions are automatically evicted when storage exceeds 500 MB + - Streaming animation: Agent responses render with a smoother streaming animation + - Rename symbol: The rename symbol tool now supports accept/reject in supervised mode, consistent with other file-modifying tools + - Code editing accuracy: Improved how the agent targets and modifies code, with better accuracy for Java and fewer misplaced edits + - Web fetch rendered mode: A new rendered fetch mode uses a browser engine to extract content from JavaScript-heavy pages that return empty results with standard fetching + - Web fetch: Web fetch now supports `text/plain` content type responses. + - MCP connection sharing: MCP server connections are now shared across chat sessions instead of created per session, reducing resource usage + - In-chat search: Search within chat conversations using Cmd+F (Ctrl+F on Windows/Linux) + - Protected file approval: Kiro now prompts for confirmation before modifying sensitive workspace files like mcp.json, .kiroignore, .vscode/ settings, .git/, and .code-workspace files, regardless of autonomy mode + - Support link: Updated the IDE support link to point to the new support form + Fixes + + Patches +ReleaseNotesUrl: https://kiro.dev/changelog/ide/0-11/ +PurchaseUrl: https://kiro.dev/pricing/ +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://kiro.dev/docs/index +- DocumentLabel: FAQ + DocumentUrl: https://kiro.dev/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.locale.zh-CN.yaml b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3275593829f92 --- /dev/null +++ b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.Kiro +PackageVersion: 0.11.132 +PackageLocale: zh-CN +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +License: 专有软件 +ShortDescription: 一款智能代理 IDE,助您高效工作,具备规范制定、方向引导和钩子功能等特性。 +Description: Kiro 是一款智能代理 IDE,通过规范驱动开发帮助您从原型阶段直达生产部署。无论是简单任务还是复杂需求,Kiro 都能将您的指令转化为详细规范,继而生成可运行代码、文档及测试用例——确保最终成果完全符合预期并可直接交付团队使用。其智能代理系统不仅能协助攻克技术难题,还能自动完成文档生成、单元测试等任务。使用 Kiro,您能在全程掌控开发进程的同时,突破原型限制打造真正可落地的产品。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://kiro.dev/docs/index +- DocumentLabel: 常见问题 + DocumentUrl: https://kiro.dev/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.yaml b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.yaml new file mode 100644 index 0000000000000..703e8150d3f2f --- /dev/null +++ b/manifests/a/Amazon/Kiro/0.11.132/Amazon.Kiro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.Kiro +PackageVersion: 0.11.132 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.installer.yaml b/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.installer.yaml new file mode 100644 index 0000000000000..cb0af9505e420 --- /dev/null +++ b/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bambulab.Bambustudio +PackageVersion: 02.06.00.51 +InstallerType: nullsoft +Scope: machine +ProductCode: Bambu Studio +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- Publisher: Bambulab + ProductCode: Bambu Studio +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Bambu Studio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bambulab/BambuStudio/releases/download/v02.06.00.51/Bambu_Studio_win-v02.06.00.51-20260417160415.exe + InstallerSha256: C56DF1DC1DDF84FAB7B34CAEE71EECFB9DB96C6785BF467FACED8006CE375600 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.locale.en-US.yaml b/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.locale.en-US.yaml new file mode 100644 index 0000000000000..68f6773e26132 --- /dev/null +++ b/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bambulab.Bambustudio +PackageVersion: 02.06.00.51 +PackageLocale: en-US +Publisher: Bambu Lab +PublisherUrl: https://github.com/bambulab +PublisherSupportUrl: https://github.com/bambulab/BambuStudio/issues +PackageName: Bambu Studio +PackageUrl: https://github.com/bambulab/BambuStudio +License: AGPL-3.0 +LicenseUrl: https://github.com/bambulab/BambuStudio/blob/HEAD/LICENSE +ShortDescription: Bambu Studio is a cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphic interface, bringing users an incredibly smooth printing experience. +ReleaseNotes: |- + This release is a hotfix based on the V2.5.3 Public Release, primarily addressing an issue in which the P2S nozzle temperature would not cool down properly after printing. Since delivering this fix through a preset update could affect existing presets for some users on V2.5.0, it is instead released as V2.6.0 to minimize the impact on existing users. + If you are using a P2S and your current Studio version is V2.5.3, we recommend upgrading to this version as soon as possible to avoid this issue. + You can download the flathub version for linux from bambustudio on flathub + The Flathub version is maintained by @hadess and thanks to him for his outstanding work. + Statement on the Color Mixing Feature + After receiving feedback from the community, we re-examined the implementation and code paths of the current version. During development of this feature, we evaluated multiple color-mixing prediction approaches, including the RGB mixing approach and Full Spectrum’s prediction implementation. Under the validation conditions at the time, we chose the RGB mixing approach that is currently used in v2.5.3. + During development, to facilitate side-by-side evaluation of different approaches, we retained implementation code under evaluation. However, we did not clearly indicate its runtime status in our previous notes. This omission caused confusion for users and the community, and we sincerely apologize. + Next, we will do two things: + 1. Correct the relevant wording in this release and clearly state that the current code repository contains Full Spectrum color prediction code. + 2. Based on further validation and more real-world feedback, move forward with formally integrating Full Spectrum’s color prediction implementation. + We thank @justinh-rahb and @ratdoux for their contributions in this area, and we also appreciate the open-source community for identifying and monitoring this issue. + + Bug Fixes + 1. Fixed an issue where an incorrect End G-code caused the P2S nozzle temperature to not cool down properly after printing. + 2. Fixed an issue where A1 sliced files could not start printing in some scenarios. + 3. Removed several unnecessary prompts. + 4. Fixed an issue where H2C slices always assigned to the left nozzle in filament-saving mode. +ReleaseNotesUrl: https://github.com/bambulab/BambuStudio/releases/tag/v02.06.00.51 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/bambulab/BambuStudio/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.yaml b/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.yaml new file mode 100644 index 0000000000000..4262eb82e4457 --- /dev/null +++ b/manifests/b/Bambulab/Bambustudio/02.06.00.51/Bambulab.Bambustudio.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bambulab.Bambustudio +PackageVersion: 02.06.00.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.installer.yaml new file mode 100644 index 0000000000000..1a371d8fd6e77 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.544 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.544.exe + InstallerSha256: C25138AFDB77BDB691454A94AA8B76DB2CB5C5F0C6CE2794293B891C3781853C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 0000000000000..fcfd2325d5d12 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.544 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.yaml new file mode 100644 index 0000000000000..699aa19a29b2b --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.544/Blitz.Blitz.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.544 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 0000000000000..7d0f6ccdd156c --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.14/lark-cli-1.0.14-windows-amd64.zip + InstallerSha256: 9220B505464D45711F017EA1DE84E15D8025D25B46CBF31364509E90FFBF2641 +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.14/lark-cli-1.0.14-windows-arm64.zip + InstallerSha256: 4CC7295AF6EC57991E739549C5162E240F8DF44701D3D50F2E5937608A131F26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..3bce3a5504366 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.14 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://github.com/larksuite/cli/issues +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark CLI +PackageUrl: https://github.com/larksuite/cli +License: MIT +LicenseUrl: https://github.com/larksuite/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. +Description: |- + A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. + Why lark-cli? + - Agent-Native Design — 19 structured Skills out of the box, compatible with popular AI tools — Agents can operate Lark with zero extra setup + - Wide Coverage — 11 business domains, 200+ curated commands, 19 AI Agent Skills + - AI-Friendly & Optimized — Every command is tested with real Agents, featuring concise parameters, smart defaults, and structured output to maximize Agent call success rates + - Open Source, Zero Barriers — MIT license, ready to use, just npm install + - Up and Running in 3 Minutes — One-click app creation, interactive login, from install to first API call in just 3 steps + - Secure & Controllable — Input injection protection, terminal output sanitization, OS-native keychain credential storage + - Three-Layer Architecture — Shortcuts (human & AI friendly) → API Commands (platform-synced) → Raw API (full coverage), choose the right granularity + Features + - 📅 Calendar: View agenda, create events, invite attendees, check free/busy status, time suggestions + - 💬 Messenger: Send/reply messages, create and manage group chats, view chat history & threads, search messages, download media + - 📄 Docs: Create, read, update, and search documents, read/write media & whiteboards + - 📁 Drive: Upload and download files, search docs & wiki, manage comments + - 📊 Base: Create and manage tables, fields, records, views, dashboards, data aggregation & analytics + - 📈 Sheets: Create, read, write, append, find, and export spreadsheet data + - ✅ Tasks: Create, query, update, and complete tasks; manage task lists, subtasks, comments & reminders + - 📚 Wiki: Create and manage knowledge spaces, nodes, and documents + - 👤 Contact: Search users by name/email/phone, get user profiles + - 📧 Mail: Browse, search, read emails, send, reply, forward, manage drafts, watch new mail + - 🎥 Meetings: Search meeting records, query meeting minutes & recordings +Moniker: lark-cli +Tags: +- feishu +- lark +ReleaseNotes: |- + Changelog + - 663c24aadf7166ffb158270d25485b0d55d954b0 Add client_secret to device authorization request (#517) + - 5280517d4be6d189183a658e4e82847acba4f982 Feat/cli e2e tests with UAT (#528) + - 148a04a7f8fd704bc0226de61df7da510daa258a Feat: Add OKR business domain (#522) + - 3ad6f2fac463d40b40befe03d3afd1304e0eb49f Revert "Add client_secret to device authorization request (#517)" (#539) + - 6ad25cd452b4ded6951c232eba41c993c92534f8 docs(task): document custom_fields and custom_field_options API resources and permissions (#524) + - d5784eac28c9f88e16370f3ddd436e62e1c20d42 feat(auth): improve login scope handling and messages (#523) + - 0d50616e77cc200ca5ac401d870ed384ba3614fa feat(base): add identity priority strategy and error handling (#505) + - 94bba9122425e4d60de4bcb5697937dbe14a5583 feat(base): auto grant current user for bot create and copy (#497) + - 6d0d687be24b16a9d080830562f5a388ce7c7f55 feat(doc): add --file-view flag to +media-insert (#419) + - e8df0ea63e8eb1742267adae5fbc17cc08d93c0b feat(drive): support sheet cell comments in +add-comment (#518) + - 6212513c4358dfe50aaf91c3ec81f2b57c48f1a1 feat(mail): add email priority support for compose and read (#538) + - ba19bd9f938f09de6bc7bb5d71ea7d86704c2678 feat(wiki): improve wiki skill docs and add wiki domain template (#512) + - be79485fe31302bfe0e4bd805c6a66b5f9d58bd4 feat: mail support scheduled send (#534) + - 09e60eeaf4b0a00c2532ea258f21fb109d1500ed fix: add OKR API restriction in SKILL.md (#546) + - 830fb3bbe5c13bd2c4e2bb7ff4482b8aaac51846 refactor(skills): introduce lark-doc-whiteboard.md and streamline whiteboard workflow (#502) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..a71fb9278642a --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.14 +PackageLocale: zh-Hans-CN +Publisher: 北京飞书科技有限公司 +PublisherUrl: https://www.feishu.cn/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +CopyrightUrl: https://www.feishu.cn/terms +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..57a110d49f9bc --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.locale.zh-Hans.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.14 +PackageLocale: zh-Hans +PublisherUrl: https://www.larksuite.com/zh_cn/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.yaml new file mode 100644 index 0000000000000..80cd30eb72c58 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.14/ByteDance.LarkCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml new file mode 100644 index 0000000000000..5c031040855a4 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.54 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: setup.msi +InstallerSwitches: + Silent: /qn +ProductCode: '{ECB8B65A-F4FF-4815-8CE1-40A9FF881290}' +Installers: +- Architecture: x86 + InstallerUrl: https://download.c-partner.com/winget/4.4.54/DocuToolbox.zip + InstallerSha256: 6b730ac1d1855421e5ac1fbaa1ed458184810ed74fa1eaa05ad63158811be6af +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml new file mode 100644 index 0000000000000..c1ae45ae9a2ec --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.54 +PackageLocale: de-DE +Publisher: C-Partner Systemhaus GmbH +PublisherUrl: https://www.c-partner.com +PublisherSupportUrl: https://www.c-partner.com/kontakt/ +PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ +Author: C-Partner Systemhaus GmbH +PackageName: DocuToolbox +License: Proprietary +Copyright: Copyright (C) 2013-2026 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. +ShortDescription: DocuToolbox +Tags: +- DocuWare +- Barcode +- Indexing +- Import +- eInvoice +Documentations: +- DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 + DocumentUrl: https://download.c-partner.com/WinGet/4.4.54/Handbuch.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.yaml new file mode 100644 index 0000000000000..d4b19f8830677 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.54/C-PartnerSystemhausGmbH.DocuToolbox.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.54 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.installer.yaml new file mode 100644 index 0000000000000..8eddd31e02a4b --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.QuickFinder +PackageVersion: 4.4.54 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: setup.msi +InstallerSwitches: + Silent: /qn +ProductCode: '{00F1D675-B50D-4BAF-85ED-3E6C4447B1C3}' +Installers: +- Architecture: x86 + InstallerUrl: https://download.c-partner.com/winget/4.4.54/QuickFinder.zip + InstallerSha256: 0ddb4f7c5bfd7bce986b057eefcb568586a7b304d21a773b3642e0d8b2f995fb +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.locale.de-DE.yaml new file mode 100644 index 0000000000000..246d6f89d8c55 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.locale.de-DE.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.QuickFinder +PackageVersion: 4.4.54 +PackageLocale: de-DE +Publisher: C-Partner Systemhaus GmbH +PublisherUrl: https://www.c-partner.com +PublisherSupportUrl: https://www.c-partner.com/kontakt/ +PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ +Author: C-Partner Systemhaus GmbH +PackageName: QuickFinder +License: Proprietary +Copyright: Copyright (C) 2013-2026 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. +ShortDescription: QuickFinder +Tags: +- DocuWare +- OCR +- Hotkey +Documentations: +- DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 + DocumentUrl: https://download.c-partner.com/WinGet/4.4.54/Handbuch.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.yaml b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.yaml new file mode 100644 index 0000000000000..c0e5c806bc4df --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/QuickFinder/4.4.54/C-PartnerSystemhausGmbH.QuickFinder.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.QuickFinder +PackageVersion: 4.4.54 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.installer.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.installer.yaml new file mode 100644 index 0000000000000..906797ccef96b --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ChrisLauinger77.QontrolPanel +PackageVersion: 1.13.3 +InstallerLocale: en-US +InstallerType: inno +Scope: user +ProductCode: '{8A9C6942-5CA3-4A02-B701-E7B4E862D635}}_is1' +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- DisplayName: QontrolPanel 1.13.3 + ProductCode: '{8A9C6942-5CA3-4A02-B701-E7B4E862D635}}_is1' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\QontrolPanel' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ChrisLauinger77/QontrolPanel/releases/download/1.13.3/QontrolPanel_Installer.exe + InstallerSha256: 7090D5163C4A00ACC6D20D0CC40D1699CF4F016BE8F6DC6DAEC64C656319BAF6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.locale.en-US.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.locale.en-US.yaml new file mode 100644 index 0000000000000..7378dc62fa001 --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ChrisLauinger77.QontrolPanel +PackageVersion: 1.13.3 +PackageLocale: en-US +Publisher: ChrisLauinger77 +PublisherUrl: https://github.com/ChrisLauinger77 +PublisherSupportUrl: https://github.com/ChrisLauinger77/QontrolPanel/issues +PackageName: QontrolPanel +PackageUrl: https://github.com/ChrisLauinger77/QontrolPanel +License: GPL-3.0 +LicenseUrl: https://github.com/ChrisLauinger77/QontrolPanel/blob/HEAD/LICENSE +Copyright: (c) 2026 ChrisLauinger77 +ShortDescription: An enhanced audio panel for Windows +Tags: +- headset +- headsetcontrol +- settings +- sound +ReleaseNotes: |- + What's Changed + - Consolidates system sounds identification by @ChrisLauinger77 in #36 + - Italian language update by @bovirus in #37 + - Update compiled translations by @github-actions[bot] in #38 #41 #44 + - Italian language update by @bovirus in #40 + - Localizes timestamps and refines UI labels by @ChrisLauinger77 in #42 + New Contributors + - @bovirus made their first contribution in #37 + Full Changelog: 1.13.2...1.13.3 +ReleaseNotesUrl: https://github.com/ChrisLauinger77/QontrolPanel/releases/tag/1.13.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.yaml new file mode 100644 index 0000000000000..241c4647e2eaa --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.13.3/ChrisLauinger77.QontrolPanel.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ChrisLauinger77.QontrolPanel +PackageVersion: 1.13.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.installer.yaml b/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.installer.yaml new file mode 100644 index 0000000000000..37c22a268739f --- /dev/null +++ b/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CirclebackAI.Circleback +PackageVersion: 2.8.8 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: baffa12c-9c44-5c54-938b-0f0bab38132a +ReleaseDate: 2026-04-16 +AppsAndFeaturesEntries: +- DisplayName: Circleback 2.8.8 + Publisher: Circleback + ProductCode: baffa12c-9c44-5c54-938b-0f0bab38132a +Installers: +- Architecture: x86 + InstallerUrl: https://download.circleback.ai/windows/nsis/x64 + InstallerSha256: B8984D5029CE781180D7A145F680529EC00D2DE0C02A47C497E3491A055E3B11 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.locale.en-US.yaml b/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.locale.en-US.yaml new file mode 100644 index 0000000000000..4a12e002e5c81 --- /dev/null +++ b/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CirclebackAI.Circleback +PackageVersion: 2.8.8 +PackageLocale: en-US +Publisher: Circleback AI, Inc. +PublisherUrl: https://circleback.ai/ +PublisherSupportUrl: https://support.circleback.ai/ +Author: Circleback AI, Inc. +PackageName: Circleback +PackageUrl: https://circleback.ai/desktop +License: Proprietary +LicenseUrl: https://circleback.ai/terms +Copyright: © 2026 Circleback AI, Inc. All rights reserved. +ShortDescription: AI-powered meeting notes, action items, automations, and search. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.yaml b/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.yaml new file mode 100644 index 0000000000000..73322cf663f19 --- /dev/null +++ b/manifests/c/CirclebackAI/Circleback/2.8.8/CirclebackAI.Circleback.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CirclebackAI.Circleback +PackageVersion: 2.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.26.1415.25/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.26.1415.25/Coldlake.StellarPlayer.locale.zh-CN.yaml index 375936f70f4f8..66b1f268a26fe 100644 --- a/manifests/c/Coldlake/StellarPlayer/2.26.1415.25/Coldlake.StellarPlayer.locale.zh-CN.yaml +++ b/manifests/c/Coldlake/StellarPlayer/2.26.1415.25/Coldlake.StellarPlayer.locale.zh-CN.yaml @@ -25,7 +25,6 @@ Tags: - 视频 - 音乐 - 音频 -ReleaseNotes: $update_info ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog Documentations: - DocumentLabel: 使用手册 diff --git a/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.installer.yaml b/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.installer.yaml new file mode 100644 index 0000000000000..84c63948538a3 --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cos.exe + PortableCommandAlias: cos +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CosineAI/cli/releases/download/2.0.8/cos-windows-amd64.zip + InstallerSha256: D3CEFFB87EE07B1E2BED2F6BBF9A1B18A2BE57AA303482605E3656C5639B7B85 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-17 diff --git a/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.locale.en-US.yaml b/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f12f954499fb0 --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.8 +PackageLocale: en-US +Publisher: Cosine +PublisherUrl: https://cosine.sh +PublisherSupportUrl: https://github.com/CosineAI/cli/issues +PackageName: CLI +PackageUrl: https://github.com/CosineAI/cli2 +License: Proprietary +ShortDescription: AI-powered coding agent for the terminal +Moniker: cos +ReleaseNotesUrl: https://github.com/CosineAI/cli/releases/tag/2.0.8 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/CosineAI/cli2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.yaml b/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.yaml new file mode 100644 index 0000000000000..9ee3efd065321 --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.8/Cosine.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.installer.yaml b/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.installer.yaml new file mode 100644 index 0000000000000..f8971c79c32b1 --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cos.exe + PortableCommandAlias: cos +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CosineAI/cli/releases/download/2.0.9/cos-windows-amd64.zip + InstallerSha256: 70E335F91AF689E786FC3D269057476AFFA489D04D1D31063040BDB18D21D039 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-17 diff --git a/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.locale.en-US.yaml b/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..be75f63946c3d --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.9 +PackageLocale: en-US +Publisher: Cosine +PublisherUrl: https://cosine.sh +PublisherSupportUrl: https://github.com/CosineAI/cli/issues +PackageName: CLI +PackageUrl: https://github.com/CosineAI/cli2 +License: Proprietary +ShortDescription: AI-powered coding agent for the terminal +Moniker: cos +ReleaseNotesUrl: https://github.com/CosineAI/cli/releases/tag/2.0.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/CosineAI/cli2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.yaml b/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.yaml new file mode 100644 index 0000000000000..784737acba6e7 --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.9/Cosine.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.installer.yaml b/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.installer.yaml new file mode 100644 index 0000000000000..5185da9fbcd33 --- /dev/null +++ b/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: cataggar.ghr +PackageVersion: 0.1.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ghr-0.1.6-windows-x64\bin\ghr.exe + PortableCommandAlias: ghr +Commands: +- ghr +ReleaseDate: 2026-04-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cataggar/ghr/releases/download/v0.1.6/ghr-0.1.6-windows-x64.zip + InstallerSha256: 95B28B98272215588F266AD5DB3D291DE649033F0675F4115CFBA8A380648CBD +- Architecture: arm64 + InstallerUrl: https://github.com/cataggar/ghr/releases/download/v0.1.6/ghr-0.1.6-windows-arm64.zip + InstallerSha256: 976AF471CC6F8FA4354CE3B9AB35CFD0DF7B2A5D7A23F44BA8F74CEBB31E4C17 + NestedInstallerFiles: + - RelativeFilePath: ghr-0.1.6-windows-arm64\bin\ghr.exe + PortableCommandAlias: ghr +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.locale.en-US.yaml b/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.locale.en-US.yaml new file mode 100644 index 0000000000000..f4a048d9c7fc8 --- /dev/null +++ b/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.locale.en-US.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: cataggar.ghr +PackageVersion: 0.1.6 +PackageLocale: en-US +Publisher: cataggar +PublisherUrl: https://github.com/cataggar +PublisherSupportUrl: https://github.com/cataggar/ghr/issues +PackageName: ghr +PackageUrl: https://github.com/cataggar/ghr +License: MIT +LicenseUrl: https://github.com/cataggar/ghr/blob/main/LICENSE +ShortDescription: An installer for GitHub releases. +Moniker: ghr +Tags: +- cli +- github +- installer +ReleaseNotesUrl: https://github.com/cataggar/ghr/releases/tag/v0.1.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.yaml b/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.yaml new file mode 100644 index 0000000000000..5b0ac8cd67d38 --- /dev/null +++ b/manifests/c/cataggar/ghr/0.1.6/cataggar.ghr.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: cataggar.ghr +PackageVersion: 0.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..371f808cc5962 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.59.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-04-16" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.59.0_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.59.0/crush_0.59.0_Windows_arm64.zip + InstallerSha256: a83831b533a9324a9fc694876ee63eca1f07de048f3ed7662c0dc294c4ee6641 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.59.0_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.59.0/crush_0.59.0_Windows_x86_64.zip + InstallerSha256: 2bdbea2ecaecb777b3c3fe9ef55ca5838fc75d53106c6c4792ab1bcffa9c69a7 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.59.0_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.59.0/crush_0.59.0_Windows_i386.zip + InstallerSha256: 59c60730abce53a69ec6b4cbe9a73b953f8d61ac0a04309ccd103798b931aed8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..ebf8d9fdcdda2 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.59.0 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.59.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..b76892ce75206 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.59.0/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.59.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.installer.yaml b/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.installer.yaml new file mode 100644 index 0000000000000..bc2029c56b6e3 --- /dev/null +++ b/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 9.7.2 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- KCC +ReleaseDate: 2026-04-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ciromattia/kcc/releases/download/v9.7.2/KCC_9.7.2.exe + InstallerSha256: C4BCA95428E128FCF754A69A9398C7AC23C611FBFF6278CAA57D9BFB6E1EEDD3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.locale.en-US.yaml b/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.locale.en-US.yaml new file mode 100644 index 0000000000000..7bdf48a42bca3 --- /dev/null +++ b/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 9.7.2 +PackageLocale: en-US +Publisher: ciromattia +PublisherUrl: https://github.com/ciromattia +PublisherSupportUrl: https://github.com/ciromattia/kcc/issues +PackageName: Kindle Comic Converter +PackageUrl: https://github.com/ciromattia/kcc +License: ISC +LicenseUrl: https://github.com/ciromattia/kcc/blob/HEAD/LICENSE.txt +ShortDescription: Kindle Comic Converter is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. +Moniker: kcc +Tags: +- azw3 +- cbz +- comics +- eink +- epub +- kindle +- kobo +- koreader +- manga +- pdf +- remarkable-tablet +- webtoon +- webtoons +ReleaseNotes: |- + Sponsors + - Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation + Notes + - WARNING: Kindle Scribe 2025 doesn't work very well. Lots of blanks. Maybe PDF is better. + - JPG Quality for Scribe/Colorsoft is increased from 85 to 90. This may solve blank page issue. + - Gamma correction default is now 1.0 (disabled). Prior default was 1.8 + - Discrete Fourier Transform used to erase rainbows in 9.0: https://youtu.be/Dw2HTJCGMhw?si=k3pDizLAaZmJfwMl + - Kindle Scribe full 2480 support was added in 7.5: https://ko-fi.com/post/Kindle-Scribe-full-2480-support-N4N31G6TQU + - Virtual panel view is enabled in Aa menu on your Kindle, not in KCC in 7.4: https://www.youtube.com/watch?v=v_kIBu4q7SU + Links + ko-fi + Also looking for a software job! https://www.linkedin.com/in/alexu2/ + Email (for commisions and inquiries): kindle.comic.converter gmail + Discord: https://discord.com/invite/qj7wpnUHav + Donate on Ko-fi! https://ko-fi.com/eink_dude + YouTube tutorial (please subscribe): https://www.youtube.com/watch?v=QQ6zJcMF2Iw + Installation tutorial: https://www.youtube.com/watch?v=IR2Fhcm9658 + What's Changed + - Paperwhite 12th Gen and Colorsoft are actually 1272x1696 by @axu2 in #1299 + - Kindle Scribe 2025 default is PDF by @axu2 in #1297 + Full Changelog: v9.7.1...v9.7.2 +ReleaseNotesUrl: https://github.com/ciromattia/kcc/releases/tag/v9.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.yaml b/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.yaml new file mode 100644 index 0000000000000..bc31a26e01270 --- /dev/null +++ b/manifests/c/ciromattia/KCC/9.7.2/ciromattia.KCC.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 9.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.installer.yaml new file mode 100644 index 0000000000000..f17738767d206 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.297.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: databricks.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v0.297.1/databricks_cli_0.297.1_windows_amd64.zip + InstallerSha256: 6B256A5220C86EF7D5873D99E2208A7CA63B132F275B23CD3C5EA883038839B4 +- Architecture: arm64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v0.297.1/databricks_cli_0.297.1_windows_arm64.zip + InstallerSha256: 94C90A642E56D72E1130A060B97CEF9BA55B12C9B1A12FA421F35F2EBB42608A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..9b377253c6d97 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.297.1 +PackageLocale: en-US +Publisher: Databricks +PublisherUrl: https://databricks.com/ +PublisherSupportUrl: https://github.com/databricks/cli/issues +PackageName: DatabricksCLI +PackageUrl: https://github.com/databricks/cli +License: DB license +LicenseUrl: https://github.com/databricks/cli/blob/HEAD/LICENSE +ShortDescription: Databricks Command Line Interface +Tags: +- command-line-interface +- databricks +ReleaseNotes: |- + Dependency updates + - Bump Go toolchain to 1.25.9 (#5004) +ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.297.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.yaml b/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.yaml similarity index 56% rename from manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.yaml rename to manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.yaml index 16997a9d94d23..614907a4097f4 100644 --- a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.yaml +++ b/manifests/d/Databricks/DatabricksCLI/0.297.1/Databricks.DatabricksCLI.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with komac v2.9.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 137.0.7106.2 +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.297.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/d/Daum/PotPlayer/26.04.01.0/Daum.PotPlayer.installer.yaml b/manifests/d/Daum/PotPlayer/26.04.01.0/Daum.PotPlayer.installer.yaml index 110b22a85092a..e668d544d162e 100644 --- a/manifests/d/Daum/PotPlayer/26.04.01.0/Daum.PotPlayer.installer.yaml +++ b/manifests/d/Daum/PotPlayer/26.04.01.0/Daum.PotPlayer.installer.yaml @@ -121,12 +121,12 @@ FileExtensions: - wvx - xspf - xss -ReleaseDate: 2026-04-01 +ReleaseDate: 2026-04-17 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup.exe - InstallerSha256: 1E599C98D92993090DAC5B0BE69DC5473CE7E14EAC7700E234581FB5FEFA3B12 + InstallerSha256: FAAE2311A8647E67CDAB8FAB519BC5868A4026D6DA79F0F00439053EB552C509 ProductCode: PotPlayer AppsAndFeaturesEntries: - ProductCode: PotPlayer @@ -134,7 +134,7 @@ Installers: DefaultInstallLocation: '%ProgramFiles(x86)%\DAUM\PotPlayer' - Architecture: x64 InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe - InstallerSha256: A0D532213657B13A9934210E8C7A3C2CBF78B643106EBD3C016F0729E428D129 + InstallerSha256: 4CBB64031AEEE6A10BAFD9301BD97722C6C037545BCB5BDB1397E7602AA1FAFF ProductCode: PotPlayer64 AppsAndFeaturesEntries: - DisplayName: PotPlayer-64 bit diff --git a/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.installer.yaml b/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.installer.yaml new file mode 100644 index 0000000000000..accc16095fb55 --- /dev/null +++ b/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DebaA17.CVECLI +PackageVersion: 1.0.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: cvecli.exe + PortableCommandAlias: cvecli +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/DebaA17/CVE-scanner-cli/releases/download/v1.0.8/cvecli-1.0.8-windows-x64.zip + InstallerSha256: 06DE68A4E44B6A74E59CB21A497EDBC30EC0BA595D25E012880AB690EBBF0AD8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.locale.en-US.yaml b/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2b397f5e74d96 --- /dev/null +++ b/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DebaA17.CVECLI +PackageVersion: 1.0.8 +PackageLocale: en-US +Publisher: DebaA17 +PublisherUrl: https://github.com/DebaA17 +PackageName: CVE Scanner CLI +PackageUrl: https://github.com/DebaA17/CVE-scanner-cli +License: MIT +LicenseUrl: https://github.com/DebaA17/CVE-scanner-cli/blob/main/LICENSE +ShortDescription: Command-line tool to search CVEs (Common Vulnerabilities and Exposures) using public APIs. +Moniker: cvecli +Tags: + - cve + - security + - vulnerability +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.yaml b/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.yaml new file mode 100644 index 0000000000000..1c3c0dd9ee1d6 --- /dev/null +++ b/manifests/d/DebaA17/CVECLI/1.0.8/DebaA17.CVECLI.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DebaA17.CVECLI +PackageVersion: 1.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.installer.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.installer.yaml new file mode 100644 index 0000000000000..0f34e31ccae6e --- /dev/null +++ b/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Digimezzo.Dopamine.3 +PackageVersion: 3.0.4 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: ace2013a-1220-5ef4-b1fa-04d91e1bc36e +AppsAndFeaturesEntries: +- DisplayName: Dopamine 3.0.4 + ProductCode: ace2013a-1220-5ef4-b1fa-04d91e1bc36e +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/digimezzo/dopamine/releases/download/v3.0.4/Dopamine-3.0.4.exe + InstallerSha256: E5FF21CA47B30EC8AAFA0C5E1D33520D62E11FBD06F591C505CBF97D3F72E2A9 +ReleaseDate: 2026-04-06 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.locale.en-US.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.locale.en-US.yaml new file mode 100644 index 0000000000000..097053327b60b --- /dev/null +++ b/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Digimezzo.Dopamine.3 +PackageVersion: 3.0.4 +PackageLocale: en-US +Publisher: Digimezzo +PublisherUrl: https://github.com/digimezzo/dopamine +PublisherSupportUrl: https://github.com/digimezzo/dopamine/issues +Author: Digimezzo +PackageName: Dopamine 3 +PackageUrl: https://github.com/digimezzo/dopamine +License: GPL-3.0 +LicenseUrl: https://github.com/digimezzo/dopamine/blob/HEAD/LICENSE +ShortDescription: Dopamine is an audio player which tries to make organizing and listening to music as simple and pretty as possible. +Description: Dopamine is an elegant audio player which tries to make organizing and listening to music as simple and pretty as possible. This version is written using Electron, Angular and Typescript. +Moniker: dopamine3 +Tags: +- dopamine +- music +- player +ReleaseNotes: |- + Added: + - Added ability to enlarge the cover image on the Now playing screen + - Clicking the visualization switches it between the available styles + + Changed: + - Updated the Portuguese (Brazilian) translation + - Updated the Swedish translation + + Fixed: + - Delete button is not visible when folder is not selected in "Manage collection" screen + - Window size increases when dragging + - Attempting to delete a song from a smart playlist breaks the playlist + - Deleting a song from a playlist while filtering via search removes most of the files from the playlist + - Playback progress bar does not react to touch input + - The cover image on the Now playing screen has glitches + - Browsing folders on a NAS gets stuck in an infinite loop + - Follow the system color does not work on Linux +ReleaseNotesUrl: https://github.com/digimezzo/dopamine/releases/tag/v3.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.yaml b/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.yaml new file mode 100644 index 0000000000000..dbfd45a22b69d --- /dev/null +++ b/manifests/d/Digimezzo/Dopamine/3/3.0.4/Digimezzo.Dopamine.3.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Digimezzo.Dopamine.3 +PackageVersion: 3.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..1f5a2b4072d11 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.919 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.919/DiscordCanarySetup.exe + InstallerSha256: 3055D038C4281DDC28C320E8E6C56928DD23F4A29778921D87AB8F62EF9854B9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..ffe9d64fadd2d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.919 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c5004cfc2f2d8 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.919 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..bdf760087d569 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.919/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.919 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..c3b06a14ac235 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.920 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.920/DiscordCanarySetup.exe + InstallerSha256: 3D7DE0F128BDA1FF04C65F45E152830B28B2B5C2986809313EBD38610A88178B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..ad6c773676b25 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.920 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ed35c4456e7fb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.920 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..7ce44e994724d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.920/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.920 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..e96d82deb583c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.249 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.249/DiscordCanarySetup.exe + InstallerSha256: E81D7866294885A59E5FDE35219AABF463624B65FC16E2BDFB970D28433106B9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..f4c504492bd01 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.249 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eb4f204200bfa --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.249 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..f49a826163864 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.249/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.249 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.installer.yaml b/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.installer.yaml new file mode 100644 index 0000000000000..48355e48de162 --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: danielmiessler.Fabric +PackageVersion: 1.4.448 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fabric.exe +Commands: +- fabric +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.448/fabric_Windows_i386.zip + InstallerSha256: 17133A80CEEC7FD5DAEA747B55BA189D07E28BFD5CDEEF5E274BFDB267CE948C +- Architecture: x64 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.448/fabric_Windows_x86_64.zip + InstallerSha256: 983236231EB1AE8AD1AF4995E97C46ADE635750CFC189272224FEDDDD11E5B28 +- Architecture: arm64 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.448/fabric_Windows_arm64.zip + InstallerSha256: AB07C8E9022053415E59F36C77D0690DE05BC5C7F6097C4FB6820E06B7D143C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.locale.en-US.yaml b/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.locale.en-US.yaml new file mode 100644 index 0000000000000..36821158d2eb2 --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: danielmiessler.Fabric +PackageVersion: 1.4.448 +PackageLocale: en-US +Publisher: danielmiessler +PublisherUrl: https://github.com/danielmiessler +PublisherSupportUrl: https://github.com/danielmiessler/Fabric/issues +PackageName: Fabric +PackageUrl: https://github.com/danielmiessler/Fabric +License: MIT +LicenseUrl: https://github.com/danielmiessler/Fabric/blob/HEAD/LICENSE +ShortDescription: Fabric is an open-source framework for augmenting humans using AI. +Tags: +- ai +- augmentation +- flourishing +- life +- work +ReleaseNotes: |- + Changes + Direct commits + - Fix: fall back to streamed delta text when completed Codex response is empty + - Prefer extracted completed text only when content stays non-empty + - Fall back to accumulated streamed delta text otherwise + - Preserve streamed response text before completed response evaluation + - Add regression test for empty completed output text + - Simulate SSE delta stream followed by blank completion + - Verify Send returns delta text when completion lacks content +ReleaseNotesUrl: https://github.com/danielmiessler/Fabric/releases/tag/v1.4.448 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.yaml b/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.yaml new file mode 100644 index 0000000000000..808628c56ff52 --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.448/danielmiessler.Fabric.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: danielmiessler.Fabric +PackageVersion: 1.4.448 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.installer.yaml b/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.installer.yaml new file mode 100644 index 0000000000000..348e6201d41d8 --- /dev/null +++ b/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EDM115.monorepo-hash +PackageVersion: 2.2.0 +InstallerType: portable +Commands: +- monorepo-hash +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EDM115/monorepo-hash/releases/download/2.2.0/monorepo-hash-windows-x64.exe + InstallerSha256: 7F44B2000B6DC98379D2F7E39935234B1E73B50426D8083DB85382B9641870FF +- Architecture: arm64 + InstallerUrl: https://github.com/EDM115/monorepo-hash/releases/download/2.2.0/monorepo-hash-windows-arm64.exe + InstallerSha256: E78341BE31F82D14F1AA16643DAD7661114F3568FE9623652FB27E091E070899 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-17 diff --git a/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.locale.en-US.yaml b/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.locale.en-US.yaml new file mode 100644 index 0000000000000..ef365599ca00d --- /dev/null +++ b/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EDM115.monorepo-hash +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: EDM115 +PublisherUrl: https://github.com/EDM115 +PublisherSupportUrl: https://github.com/EDM115/monorepo-hash/issues +Author: EDM115 +PackageName: monorepo-hash +License: MIT +Copyright: https://raw.githubusercontent.com/EDM115/monorepo-hash/master/LICENSE +ShortDescription: A CLI tool to generate hashes for the workspaces of your monorepo +Tags: +- monorepo +- hash +- pnpm +- yarn +- npm +- bun +- deno +ReleaseNotesUrl: https://github.com/EDM115/monorepo-hash/releases/tag/2.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.yaml b/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.yaml new file mode 100644 index 0000000000000..b6017170d015e --- /dev/null +++ b/manifests/e/EDM115/monorepo-hash/2.2.0/EDM115.monorepo-hash.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EDM115.monorepo-hash +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.installer.yaml b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.installer.yaml new file mode 100644 index 0000000000000..f460d9ce9a5ff --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.12+1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- lmstudio +ProductCode: c6dbe996-22a9-5998-b542-7abe33da3b83 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://installers.lmstudio.ai/win32/x64/0.4.12-1/LM-Studio-0.4.12-1-x64.exe + InstallerSha256: 8B8240682E23815CE673B1680FD81DF00AA97F0F3FF395BA31C0AD55C6675CA3 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://installers.lmstudio.ai/win32/x64/0.4.12-1/LM-Studio-0.4.12-1-x64.exe + InstallerSha256: 8B8240682E23815CE673B1680FD81DF00AA97F0F3FF395BA31C0AD55C6675CA3 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://installers.lmstudio.ai/win32/arm64/0.4.12-1/LM-Studio-0.4.12-1-arm64.exe + InstallerSha256: 6CFFF6EA7F7D56E794F4CF798783453F0F9BF7D9BE495A7449C6D12596CEA068 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://installers.lmstudio.ai/win32/arm64/0.4.12-1/LM-Studio-0.4.12-1-arm64.exe + InstallerSha256: 6CFFF6EA7F7D56E794F4CF798783453F0F9BF7D9BE495A7449C6D12596CEA068 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.locale.en-US.yaml b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..2696052b39061 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.12+1 +PackageLocale: en-US +Publisher: LM Studio +PublisherUrl: https://lmstudio.ai/ +Author: Element Labs, Inc. +PackageName: LM Studio +PackageUrl: https://lmstudio.ai/ +License: Freeware +LicenseUrl: https://lmstudio.ai/terms +Copyright: © LM Studio 2023 - 2026 +CopyrightUrl: https://lmstudio.ai/terms +ShortDescription: Discover, download, and run local LLMs +Description: LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs). The LM Studio cross platform desktop app allows you to download and run any ggml-compatible model from Hugging Face, and provides a simple yet powerful model configuration and inferencing UI. The app leverages your GPU when possible. +Tags: +- ai +- chatbot +- deepseek +- gemma +- kimi +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + - Support for Qwen 3.6 + - Improved style in chat PDF exports + - Fixed bug where MCP servers with OAuth would not work on some Windows environments + - Improved Qwen 3.5 performance with OpenAI-compatible /v1/chat/completions, /v1/responses and Anthropic-compatible /v1/messages +ReleaseNotesUrl: https://lmstudio.ai/blog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.locale.zh-CN.yaml b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6dbeb13a065e3 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.12+1 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 发现、下载和运行本地大语言模型 +Description: LM Studio 是一款易用的桌面应用,用于对本地开源大语言模型(LLM)进行实验。LM Studio 跨平台桌面应用允许您从 Hugging Face 下载并运行任何兼容 ggml 的模型,并提供简单而强大的模型配置和推理用户界面。该应用程序尽可能利用 GPU。 +Tags: +- gemma +- kimi +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.yaml b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.yaml new file mode 100644 index 0000000000000..e3650761e5caa --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.12+1/ElementLabs.LMStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.12+1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.installer.yaml b/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.installer.yaml new file mode 100644 index 0000000000000..050ca40f27bba --- /dev/null +++ b/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Euva-Project.EUVA +PackageVersion: "1.5" +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Euva-Project/EUVA/releases/download/1.5-stable/EUVA_1.5_Installer.exe + InstallerSha256: FCB8C1C4669DDB522C515D927CF6D79E1F6EBC611806853C308348BBCA5EF234 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.locale.en-US.yaml b/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.locale.en-US.yaml new file mode 100644 index 0000000000000..69dae30667d56 --- /dev/null +++ b/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Euva-Project.EUVA +PackageVersion: "1.5" +PackageLocale: en-US +Publisher: Euva-Project +PackageName: EUVA-reIDE +License: GPL-3.0 +ShortDescription: Reverse Engineering PE File IDE +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.yaml b/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.yaml new file mode 100644 index 0000000000000..549a19d500c2c --- /dev/null +++ b/manifests/e/Euva-Project/EUVA/1.5/Euva-Project.EUVA.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Euva-Project.EUVA +PackageVersion: "1.5" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.installer.yaml b/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.installer.yaml new file mode 100644 index 0000000000000..a22d83d27d628 --- /dev/null +++ b/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fidpa.Hablara +PackageVersion: 1.7.3 +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fidpa/hablara-releases/releases/download/v1.7.3/Hablara_1.7.3_x64-setup.exe + InstallerSha256: 66A37ECFB7E30206895AF1B3027E5F6006201E89B152D9F4B622D202CEF2CBFE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.locale.en-US.yaml b/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.locale.en-US.yaml new file mode 100644 index 0000000000000..9efc027442a68 --- /dev/null +++ b/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fidpa.Hablara +PackageVersion: 1.7.3 +PackageLocale: en-US +Publisher: Fidpa +PublisherUrl: https://hablara.de/en +PublisherSupportUrl: https://hablara.de/en/setup +PrivacyUrl: https://hablara.de/en/privacy-policy +Author: Fidpa +PackageName: Hablará +PackageUrl: https://hablara.de/en +License: Source-Available EULA +LicenseUrl: https://hablara.de/en/eula +ShortDescription: Hablará records conversations, transcribes them locally and analyses emotions and communication styles with AI — no cloud required, no subscription. +Description: |- + Hablará uses AI to analyse audio and text: emotions, communication styles, and contemplative reflection. + + CORE ANALYSES + - Emotion detection from voice and text (Dual-Track: Audio + LLM) + - Plutchik's Wheel of Emotions, Russell (Circumplex Model) + - Tone Analysis across five dimensions + - Topic Classification (7 categories) + + REFLECTION + - Bible Impulse: 1–3 thematically matching Bible verses for your transcript + - Prayer: AI-generated prayer tailored to content and emotion + + AI CHAT + - Automatic conversation summary in the chat history + - Contextual AI chat about your recordings + - AI chat about the app and its concepts + + EXPORT + - PDF export with transcription and analyses + - Chat export in 5 formats (Markdown, TXT, PDF, HTML, DOCX) + - Download recordings as WAV + + 100% OFFLINE CAPABLE + - Local transcription via whisper.cpp + - Local AI via Ollama (free) + - Your data stays on your device + - No cloud required, no subscription fees + + FLEXIBLE LLM CHOICE + - Ollama (default, local, free) + - OpenAI (optional, cloud) + - Anthropic Claude (optional, cloud) + - Mistral (optional, cloud, EU data residency) + + PRIVACY & GDPR + - API keys encrypted in Windows Credential Manager + - Recordings stored locally + - Configurable automatic deletion + - Anonymous crash reporting with opt-in only (EU servers) + + For advanced psychological analyses (logical fallacies, NVC, cognitive distortions, four-sides model, transactional analysis, appraisal theory, regulatory focus, conversation analysis and coaching): Hablará Pro in the Microsoft Store. + + IMPORTANT: Not a substitute for professional advice. For self-reflection, not diagnosis. AI-generated analyses may be inaccurate (EU AI Act Art. 52). +Moniker: hablara +Tags: +- ai +- audio +- emotion +- journaling +- offline +- privacy +- recording +- reflection +- self-reflection +- speech-to-text +- transcription +- voice +Agreements: +- AgreementLabel: EULA + AgreementUrl: https://hablara.de/en/eula +ReleaseNotesUrl: https://github.com/fidpa/hablara-releases/releases/tag/v1.7.3 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.yaml b/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.yaml new file mode 100644 index 0000000000000..a5f8157360499 --- /dev/null +++ b/manifests/f/Fidpa/Hablara/1.7.3/Fidpa.Hablara.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Fidpa.Hablara +PackageVersion: 1.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.installer.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.installer.yaml similarity index 80% rename from manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.installer.yaml rename to manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.installer.yaml index ee3505e24583f..9d17cb7fea59c 100644 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.installer.yaml +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.0.1.0 +PackageVersion: 26.0.2.0 InstallerType: exe Scope: machine InstallModes: @@ -17,10 +17,10 @@ FileExtensions: - pbpx - pbr ProductCode: GDGSoftPB2019 -ReleaseDate: 2026-04-15 +ReleaseDate: 2026-04-17 Installers: - Architecture: x64 InstallerUrl: https://download.installpackbuilder.com/pbinst.exe - InstallerSha256: B1400A943E3C4A266BB247E62569327A837DC40EDAFC7FC47EE4F48B8502BABC + InstallerSha256: 55E96A23C4FAD5020E3740732CA46DBED47F1F4CBE7EFBB2DE0D8DE6C2E5CDD2 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml similarity index 99% rename from manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml rename to manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml index eb6c76cd34838..90af7b8addc45 100644 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.0.1.0 +PackageVersion: 26.0.2.0 PackageLocale: en-US Publisher: G.D.G. Software PublisherUrl: https://www.installpackbuilder.com/ diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml similarity index 97% rename from manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml rename to manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml index 29f3cf22f134e..1afef6250e77f 100644 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.0.1.0 +PackageVersion: 26.0.2.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 将文件和软件打包成安装程序以便轻松分发 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.yaml similarity index 90% rename from manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.yaml rename to manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.yaml index a32b3a831c27b..f6c49fd71c99a 100644 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.0.1.0/GDGSoftware.PaquetBuilder.yaml +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.0.2.0/GDGSoftware.PaquetBuilder.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.0.1.0 +PackageVersion: 26.0.2.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.installer.yaml new file mode 100644 index 0000000000000..c360282012de8 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.19.8 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{D3F336A5-A82D-49C7-86EE-AF1B08497B7B}' +AppsAndFeaturesEntries: +- Publisher: gitbutler + ProductCode: '{D3F336A5-A82D-49C7-86EE-AF1B08497B7B}' + UpgradeCode: '{6BA03334-13E8-5712-80AD-F373B5415A08}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitButler' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.19.8-2983/windows/x86_64/GitButler_0.19.8_x64_en-US.msi + InstallerSha256: 2C304AFA5F02B15581F6B2E658ECF2F38B60BEAF1B92B8B569FD19F82617EE02 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-17 diff --git a/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 0000000000000..949454df95823 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.19.8 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com/ +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com/ +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +ReleaseNotes: |- + ## Changes + - Adds OpenRouter as a new AI provider in the app + - Adds loading states when squashing and uncommitting + - Conflicted commits now explicitly add a marker in the commit message + - Improved displaying of Pull Request CI/Mergeability state + - Panel resizers in the the app are now easier to grab + - Improved error message propagation when creating branches + - Improved moving of commits across stacks - conflicts are now detected ahead of time + - You can now configure "Kitty" for "open in terminal" + - Improved performance when entering "edit"/"conflict resolution" mode + ## Fixes + - Fixes an issue with parsing leading space in directory names + - Fixes a windows fetch/push issue with some alternative SSH clients (e.g. PuTTY) + - Fixes an issue where successful pre-push hooks were incorrectly showing failure + - Fixes an issue with the undo / restore functionality and conflicted commits + - Fixes a GitLab issue with setting the "draft" flag for MRs + ## TUI + - The `but tui` subcommand is no longer "hidden" from `--help` + - Adds support for moving hunks + - Adds support for discarding changes + - The details/preview pane can now be resized + - While editing a commit message, the message can be opened in a text editor + - Simplified branch creation (simply pressing b) + - Adds support for easy amending into a selection (shift+r for reverse rub) + - Adds support for invoking any but command with `:` + - Adds branch picker with fuzzy filtering (press t) + ## CLI + - GitButler skill - `but skill install` now has an option to install in `.agents` + - Linux: fixes an issue preventing the `but gui` subcommand from opening the GUI correctly +ReleaseNotesUrl: https://github.com/gitbutlerapp/gitbutler/releases +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.yaml new file mode 100644 index 0000000000000..b02b56b490274 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.19.8/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.19.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.installer.yaml b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.installer.yaml new file mode 100644 index 0000000000000..c98bbad2abe66 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.installer.yaml @@ -0,0 +1,158 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.23.2 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- antigravity +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2026-04-16 +Installers: +- Architecture: x64 + InstallerUrl: https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.23.2-4781536860569600/windows-x64/Antigravity.exe + InstallerSha256: 3874FC761E5C90B3EDF8E0365F506CE22241A88F6881CEA09713B3F472C4F6ED + ProductCode: '{AA73B3E3-C6C8-45C8-B1DC-4AE56C751432}_is1' +- Architecture: arm64 + InstallerUrl: https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.23.2-4781536860569600/windows-arm64/Antigravity.exe + InstallerSha256: A14AA1971AD801131ADCB12AFE216522AADEA176C141C4B5D793D216BFE02101 + ProductCode: '{057BEF68-E891-4AD8-871C-3C9893C9F8A7}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.locale.en-US.yaml b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.locale.en-US.yaml new file mode 100644 index 0000000000000..20f256e0271d2 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.23.2 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Experience liftoffwith the next-generation IDE +Description: Google Antigravity is an agentic development platform, evolving the IDE into the agent-first era. Antigravity enables developers to operate at a higher, task-oriented level managing agents across workspaces, while retaining a familiar AI IDE experience at its core. Antigravity extracts agents into their own surface and provides them the tools needed to autonomously operate across the editor, terminal, and browser emphasizing verification and higher-level communication via tasks and artifacts. This capability enables agents to plan and execute more complex, end-to-end software tasks, elevating all aspects of development, from building features, UI iteration, and fixing bugs to research and generating reports. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotes: |- + Bug Fixes + Fixed bug that prevented MCP servers from loading and bug that prevented accessing workspace-specific settings. + Improvements (0) + + Fixes (2) + - Fixed bug that prevented MCP servers from loading + - Fixed bug that prevented accessing workspace-specific settings + Patches (0) +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.locale.zh-CN.yaml b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.locale.zh-CN.yaml new file mode 100644 index 0000000000000..96ee0eae96973 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.23.2 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 体验新一代 IDE 的升空之旅 +Description: Google Antigravity 是一个自主智能开发平台,将集成开发环境(IDE)带入以代理为中心的新时代。Antigravity 使开发者能够以更高层次的、面向任务的方式在多个工作区中管理代理,同时在其核心保留了开发者熟悉的 AI IDE 体验。Antigravity 将代理提取到独立的界面中,并为其提供在编辑器、终端和浏览器中自主运行所需的工具,强调通过任务和产物实现验证以及更高层次的通信。这一能力使代理能够规划并执行更复杂、端到端的软件开发任务,全面提升开发的各个方面,从功能开发、UI 迭代、缺陷修复到研究和报告生成。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.yaml b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.yaml new file mode 100644 index 0000000000000..88ced281c9128 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.23.2/Google.Antigravity.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.23.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.installer.yaml similarity index 58% rename from manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.installer.yaml index 47bfd4c0a6339..38e9cb4cb9b38 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7796.0 +PackageVersion: 149.0.7797.0 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adczut5epcntzobbrk5kx7a5hw5a_149.0.7796.0/149.0.7796.0_chrome_installer_uncompressed.exe - InstallerSha256: 912A73871E939702FEEFEFD2E60CC52EE13502E0078468053E23A9552B25C884 + InstallerUrl: https://dl.google.com/release2/chrome/mypmhkldgxtnlap25doevahgnm_149.0.7797.0/149.0.7797.0_chrome_installer_uncompressed.exe + InstallerSha256: 6D984BD6BB64700401B0E6BBEFB40093A63C3207614E9BE909518B9AD7F2F028 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/e3rte63rgtgq4sz33gdrmehrii_149.0.7796.0/149.0.7796.0_chrome_installer_uncompressed.exe - InstallerSha256: B30C532076151C4B0E5D25BDCCA6B1F4BBEE162949B05B4CC4713D546F0D6D9C + InstallerUrl: https://dl.google.com/release2/chrome/advl5vmpo2ffuekdao2uluq5ggyq_149.0.7797.0/149.0.7797.0_chrome_installer_uncompressed.exe + InstallerSha256: 0368EC69A4DAA4F3C3E132B46DD3AD70B642C5E9507A698709B4414D34659438 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acddpkangqi2ethkcox3ac35usna_149.0.7796.0/149.0.7796.0_chrome_installer_uncompressed.exe - InstallerSha256: 64CA7E68F03F5DFC293F9F2471379AEE13BEFDF6CCF2698B45A97C44A6B22604 + InstallerUrl: https://dl.google.com/release2/chrome/ad6xyjaytnlah2nlienkakkcnrtq_149.0.7797.0/149.0.7797.0_chrome_installer_uncompressed.exe + InstallerSha256: D4FD88A642B17BA3A114620BA420C58C791BFCF74F8E1C18D315E4218F91C0C9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.en-US.yaml index ddbf237f42d84..76615d9e8abbf 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7796.0 +PackageVersion: 149.0.7797.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.nb-NO.yaml index 0169d2b40b753..94e02fac4d4b7 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7796.0 +PackageVersion: 149.0.7797.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.zh-CN.yaml index cfbe283ef6636..1aa89fa0c629c 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7796.0 +PackageVersion: 149.0.7797.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.yaml index e25a43e9e2593..a45c5e0263d18 100644 --- a/manifests/g/Google/Chrome/Canary/149.0.7796.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/149.0.7797.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 149.0.7796.0 +PackageVersion: 149.0.7797.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.installer.yaml similarity index 71% rename from manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.installer.yaml rename to manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.installer.yaml index 69c61fb298de3..b93687a83b132 100644 --- a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.installer.yaml +++ b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 149.0.7779.3 +PackageVersion: 149.0.7795.2 InstallerType: wix Scope: machine UpgradeBehavior: install @@ -28,11 +28,11 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi - InstallerSha256: 3F1203776971388E8A94F828399C406E9D3FAE0F90C9189D835E8A65220B262F - ProductCode: '{22447CA8-0529-3A7E-B86E-CD0615DCCC0C}' + InstallerSha256: 903677A2AE837D12C58A3CCB49D69D0215086D782210428A73A45D836758E84B + ProductCode: '{1ED95CAE-35AA-3BEC-B993-35FF98044B2E}' - Architecture: x64 InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi - InstallerSha256: 564C1C735F28FF3289F61EDF5832338B0C5918899DF0DDCAB9DAC58C7709E7D5 - ProductCode: '{2A3DC9E3-6392-3469-9AED-B36BC594EF86}' + InstallerSha256: 220F76B3F2F8402D4C936B775373D805769BBD9A558417311F6B0C121BD8B908 + ProductCode: '{22B3FE38-47E0-3828-94CC-1B35B3FCD240}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.en-US.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.en-US.yaml rename to manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.en-US.yaml index bd80b2b2e94e6..3d53e1c61b86d 100644 --- a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 149.0.7779.3 +PackageVersion: 149.0.7795.2 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.nb-NO.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.nb-NO.yaml index 93b968df86ed2..e0643a3ee3a7c 100644 --- a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 149.0.7779.3 +PackageVersion: 149.0.7795.2 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.zh-CN.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.zh-CN.yaml index e8adcc8876c0b..147e5e52151e1 100644 --- a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 149.0.7779.3 +PackageVersion: 149.0.7795.2 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.yaml b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.yaml similarity index 89% rename from manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.yaml rename to manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.yaml index dd4dc14267676..ceca25be242ff 100644 --- a/manifests/g/Google/Chrome/Dev/149.0.7779.3/Google.Chrome.Dev.yaml +++ b/manifests/g/Google/Chrome/Dev/149.0.7795.2/Google.Chrome.Dev.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 149.0.7779.3 +PackageVersion: 149.0.7795.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.installer.yaml deleted file mode 100644 index 44272077b56d6..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 137.0.7106.2 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome Dev -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/lgb4sneufkiwltwibm37p2wia4_137.0.7106.2/137.0.7106.2_chrome_installer.exe - InstallerSha256: EF7B3B8D054100D9DBF6E3E4E5678DC4BCD414861E3102AD8D04BE1E4C699B21 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/lgb4sneufkiwltwibm37p2wia4_137.0.7106.2/137.0.7106.2_chrome_installer.exe - InstallerSha256: EF7B3B8D054100D9DBF6E3E4E5678DC4BCD414861E3102AD8D04BE1E4C699B21 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/n7p4h5t3tnzzabsmiglicequcu_137.0.7106.2/137.0.7106.2_chrome_installer.exe - InstallerSha256: FA541BEE784BD8E2715102BC8352D017CD5C045B92D5D239D4E69274F4309E1A - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/n7p4h5t3tnzzabsmiglicequcu_137.0.7106.2/137.0.7106.2_chrome_installer.exe - InstallerSha256: FA541BEE784BD8E2715102BC8352D017CD5C045B92D5D239D4E69274F4309E1A - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/fqkba53tctnzwjdjpqotzlxk24_137.0.7106.2/137.0.7106.2_chrome_installer.exe - InstallerSha256: E7C1D3A9BD922FD9D0DA664923B8BC75609BC6AB38161CAD4C60F1C0ED3EF3B5 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/fqkba53tctnzwjdjpqotzlxk24_137.0.7106.2/137.0.7106.2_chrome_installer.exe - InstallerSha256: E7C1D3A9BD922FD9D0DA664923B8BC75609BC6AB38161CAD4C60F1C0ED3EF3B5 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.en-US.yaml deleted file mode 100644 index c0d9f9ec6dcf9..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 137.0.7106.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/chrome/dev -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Google Chrome for developers -Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml deleted file mode 100644 index b491915a1e3e6..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 137.0.7106.2 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/dev -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Google Chrome for utviklere -Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml deleted file mode 100644 index c9a3a1c7cc803..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/137.0.7106.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 137.0.7106.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome 开发者版 (EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的 Google Chrome -Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.installer.yaml b/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.installer.yaml new file mode 100644 index 0000000000000..e0b742d9f840c --- /dev/null +++ b/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: git-rain.git-rain +PackageVersion: 0.9.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: git-rain.exe + PortableCommandAlias: git-rain +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/git-fire/git-rain/releases/download/v0.9.2/git-rain_0.9.2_windows_386.zip + InstallerSha256: 7387DF09E38DE1818BBA496538A8E3DC8200E86EF4FE45EEF8DD678C588E4C51 +- Architecture: x64 + InstallerUrl: https://github.com/git-fire/git-rain/releases/download/v0.9.2/git-rain_0.9.2_windows_amd64.zip + InstallerSha256: A63AAB7E0C32AA5388B9A4EBE8D0B58B113A8AFAA11B8A953A7A01E2DDC56EAE +- Architecture: arm64 + InstallerUrl: https://github.com/git-fire/git-rain/releases/download/v0.9.2/git-rain_0.9.2_windows_arm64.zip + InstallerSha256: B2DF25B30E066768BD496F216120E0149CB7550FEDF3A62B7493B1891AC9FCB9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.locale.en-US.yaml b/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.locale.en-US.yaml new file mode 100644 index 0000000000000..3024712b970b6 --- /dev/null +++ b/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: git-rain.git-rain +PackageVersion: 0.9.2 +PackageLocale: en-US +Publisher: git-fire +PublisherUrl: https://github.com/git-fire +PublisherSupportUrl: https://github.com/git-fire/git-rain/issues +PackageName: git-rain +PackageUrl: https://github.com/git-fire/git-rain +License: MIT +LicenseUrl: https://github.com/git-fire/git-rain/blob/HEAD/LICENSE +ShortDescription: Multi-repo sync CLI for Git. +Description: git-rain discovers local git repositories and syncs them from their remotes in one command — the reverse of git-fire. +Tags: +- cli +- git +- sync +ReleaseNotes: |- + Changelog + New Features + - a6d12fc feat(cli): default mainline fetch, --rain TUI, --sync hydrate + - 5ea771c feat(cmd): parallel default run with streaming scan (#6) + - 265e6e7 feat(install): first-party curl installer for Linux/macOS (#3) + Bug Fixes + - 9dc5de7 fix(git): mainline fetch filters on upstream branch name; ambiguous infer is skip + - 0fbbe46 fix(uat): scenario 9 needs --sync for local branch fast-forward + Other + - 95f0929 Default to fetch-all; add --mainline-fetch (#4) + - 3bec360 docs(readme): behavior accuracy, dry-run note, config vs registry locking (#5) + - 1eb4d16 refactor stuff + Install + Go + go install github.com/git-rain/git-rain@v0.9.2 + curl (Linux / macOS) + curl -fsSL https://raw.githubusercontent.com/git-fire/git-rain/v0.9.2/scripts/install.sh | VERSION=v0.9.2 bash + Homebrew (macOS/Linuxbrew) + brew install git-fire/tap/git-rain + Windows (WinGet) + The package is available in WinGet only after the microsoft/winget-pkgs update PR for this version is merged. + Until then, install from the Windows .zip asset attached to this release. + winget install git-rain.git-rain + Linux packages + Download and install .deb or .rpm assets from this release. + Full instructions: README -> Install +ReleaseNotesUrl: https://github.com/git-fire/git-rain/releases/tag/v0.9.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.yaml b/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.yaml new file mode 100644 index 0000000000000..dd1e47324d240 --- /dev/null +++ b/manifests/g/git-rain/git-rain/0.9.2/git-rain.git-rain.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: git-rain.git-rain +PackageVersion: 0.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.installer.yaml b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.installer.yaml new file mode 100644 index 0000000000000..a1f1a7c648c90 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.14.0.341 +InstallerType: portable +Commands: +- hmcl-dev +ReleaseDate: 2026-04-17 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/HMCL-dev/HMCL/releases/download/v3.14.0.341/HMCL-3.14.0.341.exe + InstallerSha256: 12C6897B6A6B7847119C703A2464BE491F94CA65C440CBC7A74F7A3CD7CED03F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.locale.en-US.yaml new file mode 100644 index 0000000000000..c634a2f29078d --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.14.0.341 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Dev +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e8903f7a10107 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.14.0.341 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 开发版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotesUrl: https://docs.hmcl.net/changelog/dev.html#HMCL-3.14.0.341 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.yaml b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.yaml new file mode 100644 index 0000000000000..9680a17e214e0 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.14.0.341/HMCL.HMCL.Dev.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.14.0.341 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.installer.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.installer.yaml new file mode 100644 index 0000000000000..6cf7f5740c0fa --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev.CNB +PackageVersion: 3.14.0.341 +InstallerType: portable +Commands: +- hmcl-dev +ReleaseDate: 2026-04-17 +Installers: +- Architecture: neutral + InstallerUrl: https://cnb.cool/HMCL-dev/HMCL/-/releases/download/v3.14.0.341/HMCL-3.14.0.341.exe + InstallerSha256: 12C6897B6A6B7847119C703A2464BE491F94CA65C440CBC7A74F7A3CD7CED03F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.locale.en-US.yaml new file mode 100644 index 0000000000000..901fa77147a06 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev.CNB +PackageVersion: 3.14.0.341 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Dev +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a91d37afd940c --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev.CNB +PackageVersion: 3.14.0.341 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 开发版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotesUrl: https://docs.hmcl.net/changelog/dev.html#HMCL-3.14.0.341 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.yaml new file mode 100644 index 0000000000000..3e941871138df --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.14.0.341/HMCL.HMCL.Dev.CNB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev.CNB +PackageVersion: 3.14.0.341 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..8ddef70271f0f --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 147.0.7727.102 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v147.0.7727.102-r1596535/mini_installer.exe + InstallerSha256: 27A8A52F8A80DDC310FC10326E7EE0B50C1594016DD5E0E1767B6EE19B6B8320 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v147.0.7727.102-r1596535/mini_installer.exe + InstallerSha256: 27A8A52F8A80DDC310FC10326E7EE0B50C1594016DD5E0E1767B6EE19B6B8320 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..7640a1dad3cd7 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 147.0.7727.102 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +Tags: +- browser +- chromium +- manifestv3 +- mv3 +ReleaseNotes: |- + 0b79b5a6b88d0ca1c0669add72444e54946aae67 ../out/mini_installer.exe + d246aa8d3d0769434d1579f18f2b082ed4e58f53 ../out/chrome.7z + bf6810072b0695fa1499452defc07bc99bbf672d ../out/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v147.0.7727.102-r1596535 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..416122929a811 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/147.0.7727.102/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 147.0.7727.102 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.installer.yaml b/manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.installer.yaml similarity index 70% rename from manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.installer.yaml rename to manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.installer.yaml index b1bd78f17918e..63cb647893c37 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.installer.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.04.16-d252bc2 +PackageVersion: 2026.04.16-ec7a5a4 InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: Hypixel StudiosHytale Launcher -ReleaseDate: 2026-04-16 +ReleaseDate: 2026-04-17 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Hypixel Studios\Hytale Launcher' Installers: - Architecture: x64 - InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.04.16-d252bc2.exe - InstallerSha256: 4035B4ADD5D843E9FC4B8BB93C3670FA872458BB65F0C6C8571D6A41497224C3 + InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.04.16-ec7a5a4.exe + InstallerSha256: 736666EEE74EEFCCE93A15A45276887268ED73FAF558F1670CA548D162EFB8A5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.locale.en-US.yaml b/manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.locale.en-US.yaml similarity index 96% rename from manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.locale.en-US.yaml rename to manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.locale.en-US.yaml index 8e3697b3a465d..b73ad44f4dcb4 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.locale.en-US.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.04.16-d252bc2 +PackageVersion: 2026.04.16-ec7a5a4 PackageLocale: en-US Publisher: Hypixel Studios Canada inc. PublisherUrl: https://hytale.com/ diff --git a/manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.yaml b/manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.yaml similarity index 84% rename from manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.yaml rename to manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.yaml index 98c0389d34702..5410b244eaca0 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.04.16-d252bc2/HypixelStudios.Hytale.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.04.16-ec7a5a4/HypixelStudios.Hytale.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.04.16-d252bc2 +PackageVersion: 2026.04.16-ec7a5a4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.installer.yaml b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.installer.yaml new file mode 100644 index 0000000000000..ba269acdf6565 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.10.3 +InstallerType: inno +Scope: machine +Protocols: +- hcks +ProductCode: '{6BD03139-BBF4-44E0-ABA3-6D0461958CEC}_is1' +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://s3-eu-west-1.amazonaws.com/hackolade/previous/v8.10.3/Hackolade-win64-setup-signed.exe + InstallerSha256: 3B1C7A723BDE2C421C6F66CFD85943DD0801B60934355684E6E5004906FCA34E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.locale.en-US.yaml b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.locale.en-US.yaml new file mode 100644 index 0000000000000..5ff43f013ec95 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.10.3 +PackageLocale: en-US +Publisher: Hackolade +PublisherUrl: https://hackolade.com/ +PublisherSupportUrl: https://hackolade.com/help/index.html +PrivacyUrl: https://hackolade.com/privacy.html +Author: IntegrIT SA/NV +PackageName: Hackolade +PackageUrl: https://hackolade.com/download.html +License: Proprietary +LicenseUrl: https://hackolade.com/eulas.html +Copyright: Copyright © 2016-2026 Hackolade. All rights reserved. +CopyrightUrl: https://hackolade.com/eulas.html +ShortDescription: Polyglot Data Modeling for SQL and NoSQL databases, APIs, and storage formats +Description: |- + Hackolade Studio is an intuitive yet powerful application to perform the visually data modeling and schema design of many SQL and NoSQL databases, APIS, and storage formats. + Hackolade Studio combines the graphical representation of collections in an Entity Relationship Diagram, with the graphical representation of the JSON Schema definition of each collection in a hierarchical schema view. Together, these graphical representations provide the schema model for data-at-rest and data-in-motion, plus the documentation of that model. The application is specifically designed around the powerful nature of JSON nested sub-objects and denormalization. + The software facilitates the work of, and the dialog between analysts, architects, designers, developers, testers, DBAs, and operators of systems that are based on such technologies. It also can generate schema scripts and documentation in a variety of machine-readable formats (DDLs, JSON Schema, Avro, Parquet, Protobuf, ...) as well as database instances, or human-readable formats such as HTML, Markdown, and PDF reports. + Instead of having to find data structures tacitly described in the application code, the creation of a database model helps to evaluate design options beforehand, think through the implications of different alternatives, and recognize potential hurdles before committing sizable amounts of development effort. A database model helps plan ahead, in order to minimize later rework. In the end, the modeling process accelerates development, increases quality of the application, and reduces execution risks. +Tags: +- database +- db +- modeling +ReleaseNotes: |- + - Governance Platforms: added forward-engineering to DataHub platform for Snowflake data models + - Tech refresh: activated new @hackolade/storage APIs with old storage file + - Plugin Manager: made install button more noticeable to avoid confusion + - Polyglot: added support for excluding specific modeling objects from being converted to Polyglot via reverse-engineering from Excel + - PowerDesigner: enhanced reverse-engineering to import diagram-level comments into corresponding ERDV comments + - PowerDesigner: enhanced reverse-engineering of indexes to handle unique key options + - PowerDesigner: improved data type mapping by converting "long varchar" to "varchar(max)" for SQL Server compatibility + - MariaDB, MySQL: improved handling of default values and data type mapping for nullable timestamps + - Oracle: added support for advanced index compression clauses + - Oracle: enhanced display of Logging property in Properties Pane +ReleaseNotesUrl: https://hackolade.com/versionInfo/ReadMe.txt +PurchaseUrl: https://hackolade.com/pricing.html +Documentations: +- DocumentLabel: Videos + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: FAQ + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.locale.zh-CN.yaml b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ff4210ca4c62e --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.10.3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 涵盖 SQL 与 NoSQL 数据库、API 及存储格式的多语言数据建模 +Description: |- + Hackolade Studio 是一款直观而强大的应用程序,用于对多种 SQL 和 NoSQL 数据库、API 及存储格式进行可视化数据建模与模式设计。 + Hackolade Studio 将实体关系图中集合的图形化表示,与层次化模式视图中每个集合的 JSON Schema 定义图形化表示相结合。这些图形化表示共同构成了静态数据和动态数据的模式模型,并附带该模型的文档说明。该应用专门围绕 JSON 嵌套子对象和非规范化的强大特性进行设计。 + 该软件促进了基于此类技术的系统分析师、架构师、设计师、开发人员、测试人员、数据库管理员和运维人员之间的工作协作与对话。它还能生成多种机器可读格式(DDL、JSON Schema、Avro、Parquet、Protobuf 等)的模式脚本和文档,以及数据库实例;同时支持 HTML、Markdown 和 PDF 报告等人可读格式的输出。 + 通过创建数据库模型,用户无需从应用程序代码中隐式推导数据结构,即可预先评估设计方案、深入思考不同替代方案的影响,并在投入大量开发工作前识别潜在障碍。数据库模型有助于提前规划,从而最大限度减少后期返工。最终,建模过程能加速开发进度、提升应用质量并降低实施风险。 +Tags: +- 建模 +- 数据库 +Documentations: +- DocumentLabel: 视频 + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: 常见问题 + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.yaml b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.yaml new file mode 100644 index 0000000000000..a3be76d0f3891 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.10.3/IntegrIT.Hackolade.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.10.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.4.16/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.4.16/jdx.mise.installer.yaml new file mode 100644 index 0000000000000..3fd9e554046d4 --- /dev/null +++ b/manifests/j/jdx/mise/2026.4.16/jdx.mise.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.4.16 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe +- RelativeFilePath: mise/bin/mise.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.4.16/mise-v2026.4.16-windows-x64.zip + InstallerSha256: 9BF630A213B2CAD0560A16BA6635D521B9C47D5FC48861C7A781805BB6C393B7 +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.4.16/mise-v2026.4.16-windows-arm64.zip + InstallerSha256: 82405507919F77784561D980DA7F94CF5589C8D56503ADA9D804996672324E04 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.4.16/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.4.16/jdx.mise.locale.en-US.yaml new file mode 100644 index 0000000000000..aa78344c3c3e3 --- /dev/null +++ b/manifests/j/jdx/mise/2026.4.16/jdx.mise.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.4.16 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://jdx.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.jdx.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Dev tools, env vars, tasks +Moniker: mise +ReleaseNotes: |- + A feature-rich release with two new task runner capabilities, an important fix for how mise exposes tool paths in the environment, and a batch of task system improvements. + Inline table run tasks (run = [{ task = "...", args = [...] }]) now support Tera templates, so you can pass parsed usage arguments into sub-task calls. A new raw_args option lets proxy tasks forward all flags -- including --help -- directly to the underlying command without mise intercepting them. On the tooling side, fuzzy version requests like python = "3.14" now put the stable runtime symlink on PATH instead of the resolved patch directory, so virtualenvs and other tools that cache interpreter paths survive patch upgrades. + Highlights + - Tera templates in inline run tasks -- args and env in table-style run entries can now use {{usage.*}} variables, connecting usage-parsed arguments to sub-task invocations. + - raw_args for proxy tasks -- Tasks that wrap tools with their own CLI (Django manage.py, Next.js, argparse scripts) can set raw_args = true so mise never intercepts --help or rewrites flags. + - Runtime symlink paths for fuzzy versions -- PATH entries now use the requested-version symlink (e.g. .../installs/python/3.14/bin) rather than the concrete patch directory, so downstream tools that cache paths are not broken by patch upgrades. + - TOML task metadata merges into file tasks -- A [tasks.my-script] block in mise.toml now overlays env, description, dir, and other metadata onto a same-named file task instead of being silently dropped. + Added + - Tera template support for inline table run tasks -- args and env values in run = [{ task = "greet", args = ["{{usage.name}}"] }] are now rendered through the Tera engine, allowing usage-parsed arguments and environment variables to flow into sub-task calls. #9079 by @iamkroot + - raw_args task option -- Set raw_args = true on a task definition (TOML or file header) to skip mise's argument parsing entirely. All arguments, including --help and -h, are forwarded verbatim to the underlying command. Additionally, mise run task -- --help now bypasses the usage parser even without raw_args, restoring the documented escape hatch. #9118 by @jdx + [tasks.manage] + raw_args = true + run = 'python manage.py' + mise run manage --help # forwarded to manage.py + mise run manage migrate --fake # all flags reach manage.py unchanged + - .perl-version support for perl -- The perl registry entry now recognizes .perl-version files for both auto-detection and idiomatic version file reading (when idiomatic_version_file_enable_tools includes "perl"), matching the pattern used by plenv. #9102 by @ergofriend + - Registry: ibmcloud -- IBM Cloud CLI is now available via mise use ibmcloud. #9139 by @dnwe + - Registry: rush -- rush, a cross-platform tool for executing jobs in parallel (similar to GNU parallel), is now available via mise use rush. #9146 by @jdx + Fixed + - Runtime symlink paths for fuzzy versions -- When a fuzzy version like python = "3.14" resolved to 3.14.4, PATH used the concrete install directory (.../installs/python/3.14.4/bin). Now mise uses the stable requested-version symlink (.../installs/python/3.14/bin), so tools that cache interpreter paths (e.g. virtualenvs) survive patch upgrades without breaking. #9143 by @jdx + - Go subpath packages reinstalling on every upgrade -- A stale workaround in the Go backend overrode the version to "latest" for subpath packages, causing mise up to reinstall them every time because the resolved version directory didn't match. This workaround has been removed now that proxy-based resolution handles subpath packages correctly. #9135 by @c22 + - Missing task suggestions -- mise run now suggests similar task names and shows a compact table of available tasks (up to 20), making it easier to find the right name. #9141 by @jdx + - Task prefix colors no longer use red/yellow -- Red and yellow were removed from the task prefix color palette because they could be confused with errors and warnings. The palette now uses 16 styles: 4 base colors (blue, magenta, cyan, green) combined with 4 modifiers (regular, bold, dim, bright). #8782 by @lechuckcaptain + - TOML task block merged into same-named file task -- A [tasks.my-script] block in mise.toml was silently discarded when a file task with the same name existed. Now the TOML block overlays env, description, dir, aliases, depends, and other metadata onto the file task. Additionally, mise tasks ls --json now reports the resolved task directory instead of null. #9147 by @jdx + - npm install_before respected for dist-tag resolution -- mise latest and similar commands that resolve npm dist-tags now honor the install_before date filter instead of always returning the absolute latest version. #9145 by @webkaz + - GitHub attestation verification uses full token chain -- Attestation verification was only using the GITHUB_TOKEN environment variable, ignoring tokens configured via credential_command, github_tokens.toml, the gh CLI, or git credential fill. This caused unauthenticated rate-limit hits even when a valid token was configured. #9154 by @jdx + - Tool option serialization round-trips correctly -- Comma-containing string values in tool options (e.g. [tool_options]) no longer get split into fake extra keys during re-serialization, and empty brackets are no longer emitted when all remaining options are filtered out. #9124 by @atharvasingh7007 + - vfox backend falls back to absolute bin path -- When a vfox plugin does not set env_keys, mise now falls back to the absolute bin path instead of failing. #9151 by @80avin + - mise self-update available in stub builds -- When compiled without the self_update Cargo feature, the subcommand was completely missing from the CLI. It now shows a stub message explaining the feature is unavailable. #9144 by @salim-b + New Contributors + - @80avin made their first contribution in #9151 + - @atharvasingh7007 made their first contribution in #9124 + - @lechuckcaptain made their first contribution in #8782 + - @ergofriend made their first contribution in #9102 + - @dnwe made their first contribution in #9139 + Full Changelog: v2026.4.15...v2026.4.16 +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.4.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.4.16/jdx.mise.yaml b/manifests/j/jdx/mise/2026.4.16/jdx.mise.yaml new file mode 100644 index 0000000000000..a5d7fa5a48dbc --- /dev/null +++ b/manifests/j/jdx/mise/2026.4.16/jdx.mise.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.4.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.installer.yaml index c166ad6d78a88..0e16ec50962be 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.37 +PackageVersion: 1.3.38 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclaw Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: A1C14CC333B37D5DE25260469D1C59491F4CC83267F14E3E03341EC9B44F2055 + InstallerSha256: 9D955DF72B018C89C3FAB7DB44A792033A4906A4AB9ACD67ADA1C17252D96988 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.locale.en-US.yaml index f41b89c53fc79..a57a2ebf9e688 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.37 +PackageVersion: 1.3.38 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.locale.zh-CN.yaml index a15fb66f24680..157b7c539be84 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.37 +PackageVersion: 1.3.38 PackageLocale: zh-CN PublisherUrl: https://easyclaw.com/zh-cn PrivacyUrl: https://easyclaw.com/zh-cn/privacy diff --git a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.yaml index 326ef928d8541..fccbffc1ea343 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.37/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.38/Lingbao.EasyClaw.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.37 +PackageVersion: 1.3.38 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.installer.yaml b/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.installer.yaml new file mode 100644 index 0000000000000..69e41728c0d86 --- /dev/null +++ b/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuaLS.lua-language-server +PackageVersion: 3.18.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin/lua-language-server.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-04-14 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/LuaLS/lua-language-server/releases/download/3.18.2/lua-language-server-3.18.2-win32-ia32.zip + InstallerSha256: 263AB21396604772F50082349B07FA44B72077BCBB8AC980716130692A5731ED +- Architecture: x64 + InstallerUrl: https://github.com/LuaLS/lua-language-server/releases/download/3.18.2/lua-language-server-3.18.2-win32-x64.zip + InstallerSha256: A4439A8F5E8E9E6505C11F045A7BF45DB602124A1E246371C1DBE34924F3CF71 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.locale.en-US.yaml b/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.locale.en-US.yaml new file mode 100644 index 0000000000000..35fee70789a33 --- /dev/null +++ b/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuaLS.lua-language-server +PackageVersion: 3.18.2 +PackageLocale: en-US +Publisher: LuaLS +PublisherUrl: https://luals.github.io/ +PublisherSupportUrl: https://github.com/LuaLS/lua-language-server/issues +Author: LuaLS +PackageName: Lua Language Server +PackageUrl: https://github.com/LuaLS/lua-language-server +License: MIT +LicenseUrl: https://github.com/LuaLS/lua-language-server/blob/HEAD/LICENSE +Copyright: Copyright (C) 2023 LuaLS +CopyrightUrl: https://github.com/LuaLS/lua-language-server/blob/master/LICENSE +ShortDescription: A language server that offers Lua language support - programmed in Lua +Moniker: lua-language-server +Tags: +- hacktoberfest +- language-server +- lpeg +- lpeglabel +- lsp +- lsp-server +- lua +ReleaseNotes: 'Full Changelog: 3.18.1...3.18.2' +ReleaseNotesUrl: https://github.com/LuaLS/lua-language-server/releases/tag/3.18.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.yaml b/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.yaml new file mode 100644 index 0000000000000..f50a7ae20873c --- /dev/null +++ b/manifests/l/LuaLS/lua-language-server/3.18.2/LuaLS.lua-language-server.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuaLS.lua-language-server +PackageVersion: 3.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.installer.yaml b/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.installer.yaml new file mode 100644 index 0000000000000..de774a9039d71 --- /dev/null +++ b/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: lamteteeow.PowerTranslate +PackageVersion: 1.1.4.0 +InstallerType: msix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.8 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lamteteeow/PowerTranslate/releases/download/v1.1.4.0/PowerTranslateExtension_1.1.4.0_x64.msix + InstallerSha256: ED27B6459766EC8BE519EE6DE250723353D7014B2EDB80BA3334DBA4DB55DB7B + PackageFamilyName: lamteteeow.PowerTranslate_8x1cxbv97rw5g +ManifestType: installer +ManifestVersion: 1.12.0 +MinimumOSVersion: 10.0.19041.0 diff --git a/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.locale.en-US.yaml b/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.locale.en-US.yaml new file mode 100644 index 0000000000000..f7ebd849c1f11 --- /dev/null +++ b/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: lamteteeow.PowerTranslate +PackageVersion: 1.1.4.0 +PackageLocale: en-US +Publisher: CN=4B22C9A6-04CC-4DE0-A7BE-ED219F6F2DA2 +PackageName: Power Translate +License: MIT License +ShortDescription: Mandatory update that fixes Command Palette attachment and extension discovery. +Tags: +- windows-commandpalette-extension +ReleaseNotes: Mandatory update. Existing 1.1.4.0 INNO installs must update to this revised package to ensure PowerTranslate appears and loads correctly in Command Palette. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.yaml b/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.yaml new file mode 100644 index 0000000000000..5758fa3da3ff6 --- /dev/null +++ b/manifests/l/lamteteeow/PowerTranslate/1.1.4.0/lamteteeow.PowerTranslate.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: lamteteeow.PowerTranslate +PackageVersion: 1.1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.installer.yaml b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.installer.yaml new file mode 100644 index 0000000000000..6a0109fcdd376 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.34 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: axonhub.exe +Commands: +- axonhub +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.34/axonhub_0.9.34_windows_amd64.zip + InstallerSha256: 12BFAA684BDD634F13AD92C0EE5D424B86820804CF3B91BC64CBEBDED98F615C +- Architecture: arm64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.34/axonhub_0.9.34_windows_arm64.zip + InstallerSha256: 67F6241CE75FB0A2896831B76247F37953B6D9514F5CD396602BA197CF94F895 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.locale.en-US.yaml b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.locale.en-US.yaml new file mode 100644 index 0000000000000..f421e6d33c7d0 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.34 +PackageLocale: en-US +Publisher: Loop +PublisherUrl: https://github.com/looplj +PublisherSupportUrl: https://github.com/looplj/axonhub/issues +PackageName: AxonHub +PackageUrl: https://github.com/looplj/axonhub +License: MIT +LicenseUrl: https://github.com/looplj/axonhub/blob/HEAD/LICENSE +Copyright: Copyright for portions of AxonHub are held by Sat Naing, 2026 as part of project [Shadcn Admin](https://github.com/satnaing/shadcn-admin). All other copyright for project AxonHub are held by looplj, 2026. +ShortDescription: A modern AI gateway system that provides a unified OpenAI (Chat Completion, Responses), Anthropic, Gemini and AI SDK compatible API +Description: |- + AxonHub is an all-in-one AI development platform that provides unified API gateway, project management, and comprehensive development tools. It offers OpenAI, Anthropic, and AI SDK compatible API layers, transforming requests to various AI providers through a transformer pipeline architecture. The platform features comprehensive tracing capabilities, project-based organization, and integrated playground for rapid prototyping, helping developers and enterprises better manage AI development workflows. + Core Features: + 1. Unified API: OpenAI- and Anthropic-compatible interface with automatic API translation lets you use one API format to access any supported model provider. + 2. Tracing / Threads: Thread-aware tracing captures full request timelines for deep observability and faster debugging. + 3. Fine-grained Permission: RBAC-based policies help teams govern access, usage, and data segregation precisely. + 4. Adaptive Load Balancing: Intelligent multi-strategy load balancing automatically selects optimal AI channels based on health, performance, and session consistency. +Tags: +- ai +- chatbot +- large-language-model +- llm +- proxy +ReleaseNotes: |- + What's Changed + - opt: change save data to not return value by @looplj in https://github.com/looplj/axonhub/pull/1405 + - opt: generate stable device id and account uuid for claude code by @looplj in https://github.com/looplj/axonhub/pull/1406 + - fix(channels): bulk weight adjustment not populating on drag reorder by @djdembeck in https://github.com/looplj/axonhub/pull/1401 + - chore(i18n): 补充 StepFun 开发者名称翻译 by @llc1123 in https://github.com/looplj/axonhub/pull/1407 + - fix(anthropic): accept xhigh effort level for Claude Opus 4.7 by @qinkangdeid in https://github.com/looplj/axonhub/pull/1412 + - feat: pass through request body, close #1383 by @looplj in https://github.com/looplj/axonhub/pull/1411 + - fix: channel health probe sql, close #1408 by @looplj in https://github.com/looplj/axonhub/pull/1414 + - doc: add doc index, close #1393 by @looplj in https://github.com/looplj/axonhub/pull/1415 + New Contributors + - @qinkangdeid made their first contribution in https://github.com/looplj/axonhub/pull/1412 + Full Changelog: https://github.com/looplj/axonhub/compare/v0.9.33...v0.9.34 +ReleaseNotesUrl: https://github.com/looplj/axonhub/releases/tag/v0.9.34 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.locale.zh-CN.yaml b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..15cd280722d66 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.34 +PackageLocale: zh-CN +ShortDescription: 一个现代化的 AI 网关系统,提供统一的 OpenAI(聊天补全、响应)、Anthropic、Gemini 和 AI SDK 兼容的 API +Description: |- + AxonHub 是一个 All-in-one AI 开发平台,提供统一的 API 网关、项目管理和全面的开发工具。平台提供 OpenAI、Anthropic 和 AI SDK 兼容的 API 层,通过转换器管道架构将请求转换到各种 AI 提供商。系统具备完整的追踪能力、基于项目的组织结构以及集成的 Playground 快速原型开发,帮助开发者和企业更好地管理 AI 开发工作流。 + 核心特性: + 1. 统一 API Unified API:兼容 OpenAI 与 Anthropic 的接口,配合转换管线实现模型互换与映射,无需改动现有代码。 + 2. 追踪 / 线程 Tracing / Threads:线程级追踪实时记录完整调用链路,提升可观测性与问题定位效率。 + 3. 细粒度权限 Fine-grained Permission:基于 RBAC 的权限策略,帮助团队精细管理访问控制、配额与数据隔离。 + 4. 自适应负载均衡 Adaptive Load Balancing: 智能多策略负载均衡,自动选择最优 AI 渠道,确保高可用性和最佳性能。 +Tags: +- 人工智能 +- 代理 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.yaml b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.yaml new file mode 100644 index 0000000000000..bb958fa1ef74f --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.34/looplj.AxonHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.installer.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.installer.yaml new file mode 100644 index 0000000000000..0a3b44a80e295 --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: lucasdeeiroz.RobotRunner +PackageVersion: 2.2.30 +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lucasdeeiroz/robot_runner/releases/download/v2.2.30/Robot.Runner_2.2.30_windows_x64-setup.exe + InstallerSha256: FD5A38E896A7CFD3D678A3CD577CD002D02C14B81FB2F7E87F2DA071FE236A84 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.locale.en-US.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.locale.en-US.yaml new file mode 100644 index 0000000000000..72b326e06920a --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: lucasdeeiroz.RobotRunner +PackageVersion: 2.2.30 +PackageLocale: en-US +Publisher: Lucas de Eiroz Rodrigues +PublisherUrl: https://github.com/lucasdeeiroz +PublisherSupportUrl: https://github.com/lucasdeeiroz/robot_runner/issues +PackageName: Robot Runner +PackageUrl: https://github.com/lucasdeeiroz/robot_runner +License: MIT License +ShortDescription: A modern, cross-platform GUI for Robot Framework and Appium, designed to simplify test automation workflows. +ReleaseNotesUrl: https://github.com/lucasdeeiroz/robot_runner/releases/tag/v2.2.30 +ReleaseDate: 2026-04-17 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/lucasdeeiroz/robot_runner/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.yaml new file mode 100644 index 0000000000000..1504c824276ca --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.2.30/lucasdeeiroz.RobotRunner.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: lucasdeeiroz.RobotRunner +PackageVersion: 2.2.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.installer.yaml b/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.installer.yaml new file mode 100644 index 0000000000000..bc3deb8f151b1 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.2.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgain.exe +ReleaseDate: 2026-04-17 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.2.1/mp3rgain-v2.2.1-windows-x86_64.zip + InstallerSha256: DE2521D7592A97C42E58543B4E27FFF84438F9F2F03FB98AA5D301C59BDCFD93 + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.2.1/mp3rgain-v2.2.1-windows-arm64.zip + InstallerSha256: E8AADA302A3359BC1943782B67EF41D3DD3A34A5D712003BE57FEF20096A62C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.locale.en-US.yaml new file mode 100644 index 0000000000000..d0b4a1237f447 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgain +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgain adjusts MP3 volume without re-encoding by modifying the global_gain field in each frame's side information. + This preserves audio quality while achieving permanent volume changes. + Features include ReplayGain analysis, AAC/M4A support, and full mp3gain command-line compatibility. +Moniker: mp3rgain +Tags: + - audio + - cli + - flac + - gain + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.yaml b/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.yaml new file mode 100644 index 0000000000000..a9cf52eb25052 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.2.1/M-Igashi.mp3rgain.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.installer.yaml b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.installer.yaml new file mode 100644 index 0000000000000..cbbb44dfa1aa3 --- /dev/null +++ b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.installer.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.53.0.0.7 +InstallerType: inno +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART + Custom: /COMPONENTS=icons,ext,gitlfs,assoc,assoc_sh,consolefont,windowsterminal,scalar +UpgradeBehavior: install +Commands: +- git +FileExtensions: +- gitattributes +- gitignore +- gitmodules +- sh +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.53.0.vfs.0.7/Git-2.53.0.vfs.0.7-64-bit.exe + InstallerSha256: 19E28D19745C124272BEDBE2DE36A11912E5B29D24A5DB3A8D9D347C166A1A09 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.53.0.vfs.0.7/Git-2.53.0.vfs.0.7-64-bit.exe + InstallerSha256: 19E28D19745C124272BEDBE2DE36A11912E5B29D24A5DB3A8D9D347C166A1A09 +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.53.0.vfs.0.7/Git-2.53.0.vfs.0.7-arm64.exe + InstallerSha256: 85CBE2C9EAB1DB5B7707F0E0DFE64EB61B2150F3887436766E6D0B55E5B7CAF6 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.53.0.vfs.0.7/Git-2.53.0.vfs.0.7-arm64.exe + InstallerSha256: 85CBE2C9EAB1DB5B7707F0E0DFE64EB61B2150F3887436766E6D0B55E5B7CAF6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-15 diff --git a/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.locale.en-US.yaml b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.locale.en-US.yaml new file mode 100644 index 0000000000000..9a386a800a19b --- /dev/null +++ b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.53.0.0.7 +PackageLocale: en-US +Publisher: The Git Client Team at Microsoft +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/git/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Git +PackageUrl: https://github.com/microsoft/git +License: GPL-2.0 +LicenseUrl: https://github.com/microsoft/git/blob/HEAD/COPYING +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A fork of Git containing Microsoft-specific patches. +Description: |- + This is microsoft/git, a special Git distribution to support monorepo scenarios. If you are not working in a monorepo, you are likely searching for Git for Windows instead of this codebase. + In addition to the Git command-line interface (CLI), microsoft/git includes the Scalar CLI to further enable working with extremely large repositories. Scalar is a tool to apply the latest recommendations and use the most advanced Git features. +Moniker: microsoft-git +Tags: +- git +- vcs +ReleaseNotesUrl: https://github.com/microsoft/git/releases/tag/v2.53.0.vfs.0.7 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/microsoft/git/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.locale.zh-CN.yaml b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f0adc2cb1a8b4 --- /dev/null +++ b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.53.0.0.7 +PackageLocale: zh-CN +Publisher: The Git Client Team at Microsoft +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/git/issues +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Git +PackageUrl: https://github.com/microsoft/git +License: GPL-2.0 +LicenseUrl: https://github.com/microsoft/git/blob/HEAD/COPYING +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: 一个包含针对微软的补丁的 Git 分叉。 +Description: |- + 这是 microsoft/git,一个支持 monorepo 的特殊 Git 发行版。如果您不是在 monorepo 中工作,那么您可能需要的是 Git for Windows,而不是这个代码库。 + 除了 Git 命令行界面(CLI),microsoft/git 还包含 Scalar CLI,以进一步支持超大型软件源的工作。Scalar 是应用最新建议和使用最先进 Git 功能的工具。 +Tags: +- git +- 版本控制系统 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.yaml b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.yaml new file mode 100644 index 0000000000000..d2cc3bfa4338e --- /dev/null +++ b/manifests/m/Microsoft/Git/2.53.0.0.7/Microsoft.Git.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.53.0.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OfficeDeploymentTool/16.0.19822.20114/Microsoft.OfficeDeploymentTool.installer.yaml b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.19822.20114/Microsoft.OfficeDeploymentTool.installer.yaml index 357ef35d1c029..b8ba0e6d5b374 100644 --- a/manifests/m/Microsoft/OfficeDeploymentTool/16.0.19822.20114/Microsoft.OfficeDeploymentTool.installer.yaml +++ b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.19822.20114/Microsoft.OfficeDeploymentTool.installer.yaml @@ -15,7 +15,7 @@ InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\OfficeDeploymentTool' Installers: - Architecture: x86 - InstallerUrl: https://download.microsoft.com/download/6c1eeb25-cf8b-41d9-8d0d-cc1dbc032140/officedeploymenttool_19822.20114%20.exe + InstallerUrl: https://download.microsoft.com/download/6c1eeb25-cf8b-41d9-8d0d-cc1dbc032140/officedeploymenttool_19822.20114.exe InstallerSha256: 9A9E0E041A4F0A9465692E5DF3229715D400F850A8F363EA1B00918AC1CDB648 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.installer.yaml new file mode 100644 index 0000000000000..eea605cf6b3f1 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.36.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: kimi.exe +Commands: +- kimi +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MoonshotAI/kimi-cli/releases/download/1.36.0/kimi-1.36.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 14088DE669DE559DCFE591DEEA7E9C773546215698CCCE02120D1B678A993126 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2ab76626eb640 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.36.0 +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-cli/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi CLI +PackageUrl: https://www.kimi.com/coding/docs/en/kimi-cli.html +License: Apache-2.0 +LicenseUrl: https://github.com/MoonshotAI/kimi-cli/blob/HEAD/LICENSE +ShortDescription: A new CLI agent that can help you with your software development tasks and terminal operations. +Moniker: kimi-cli +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - feat(core): increase default max_steps_per_turn from 100 to 500 by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1908 + - fix(shell): show moon spinner fallback during all active turn gaps by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1909 + - fix(build): set PYINSTALLER_ONEDIR env in Makefile and fix skills path in frozen env by @tempurai in https://github.com/MoonshotAI/kimi-cli/pull/1912 + - revert: undo accidentally-pushed anthropic thinking effort refactor by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1917 + - fix(web): Fix unresponsive copy, download, and preview buttons on rendered code blocks by @liruifengv in https://github.com/MoonshotAI/kimi-cli/pull/1920 + - fix(web): Fix markdown rendering spacing in the web UI by @liruifengv in https://github.com/MoonshotAI/kimi-cli/pull/1921 + - feat(kosong): Opus 4.7 adaptive thinking support and extended effort levels by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1918 + - chore(release): bump kimi-cli to 1.36.0 and kosong to 0.50.0 by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1922 + Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/1.35.0...1.36.0 +ReleaseNotesUrl: https://github.com/MoonshotAI/kimi-cli/releases/tag/1.36.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b9a29a59e2520 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.36.0 +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://www.kimi.com/coding/docs/kimi-cli.html +ShortDescription: Moonshot AI 自研的命令行通用智能体工具,帮助你快速完成各种各样的编程和文件处理等任务。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.yaml b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.yaml new file mode 100644 index 0000000000000..4d54cee921c85 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.36.0/MoonshotAI.KimiCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 55% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index e91de9e90a2f3..10077b21d3091 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 150.2603.1508.0 +PackageVersion: 151.2604.1709.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.17763.0 @@ -25,28 +25,28 @@ FileExtensions: PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 RestrictedCapabilities: - runFullTrust -ReleaseDate: 2026-03-15 +ReleaseDate: 2026-04-17 AppsAndFeaturesEntries: - DisplayName: Firefox Nightly Publisher: Mozilla Corporation Installers: - Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-15-08-57-00-mozilla-central/firefox-150.0a1.multi.win32.installer.msix - InstallerSha256: DC8027E5C8579106C17A89DF3D163BC623743D2A5B15E706C99BF9A285F68E58 - SignatureSha256: 6341AA7F8990C323DA88271E823829AEE6E8AB2864DBF6086D8767AF31CB5960 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/04/2026-04-17-09-43-22-mozilla-central/firefox-151.0a1.multi.win32.installer.msix + InstallerSha256: 01FE49AE60E4C93CBD537258A532B5B5769240050139496D724A292FCBB3AB6D + SignatureSha256: 5E0F938C9FE10E852E390C5F5930AF614521AEE26C9A6BD859F6CCEF75FEA3F4 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.1508.0_x86__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_151.2604.1709.0_x86__jag0gd4e3s9p2' - Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-15-08-57-00-mozilla-central/firefox-150.0a1.multi.win64.installer.msix - InstallerSha256: FEF999E7A49C1F759C89899C9A259E0EB4EB7B2A0701E8943DC9194283383610 - SignatureSha256: 01D9CAD1BECA687500530C9DA4D548B19D2B94BDC2DDE959D8A39A6812EDBAA5 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/04/2026-04-17-09-43-22-mozilla-central/firefox-151.0a1.multi.win64.installer.msix + InstallerSha256: 0AA199E1C5A27138A6FC17D828FD084A9402768DBEB3CF7E1CD2953784FC5C86 + SignatureSha256: 631097E54DD02EC102CC822AC8EF6DF2E8DE0B660230FB73DE0A5645793DC1F0 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.1508.0_x64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_151.2604.1709.0_x64__jag0gd4e3s9p2' - Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-15-08-57-00-mozilla-central/firefox-150.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: 418C489474A24AADB2BA0DF6FE8C0DA1E364E14E2BF648C15417A10C6052AD14 - SignatureSha256: B60E64560E303A9CF720F76640FB75C18A0D756F389AA251517CD0E91B82DB98 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/04/2026-04-17-09-43-22-mozilla-central/firefox-151.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: 76BDF03817F980AAB7C26F121346DE6EFE72B4A55B72A1F9B770FA9A75F026FE + SignatureSha256: 57CE8D771FFE9FA5A8077DC069484A0C2374937A23B00DF34BE6547C6A352665 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.1508.0_arm64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_151.2604.1709.0_arm64__jag0gd4e3s9p2' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 94% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index c92aa7194ec4c..677a043d1cb1a 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 150.2603.1508.0 +PackageVersion: 151.2604.1709.0 PackageLocale: en-US Publisher: Mozilla PublisherUrl: https://www.mozilla.org/ diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.yaml similarity index 85% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.yaml index 24c3b1c581fad..442c2dc7e984d 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.1508.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/151.2604.1709.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 150.2603.1508.0 +PackageVersion: 151.2604.1709.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.installer.yaml b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.installer.yaml index 7cb57e04f574b..282cc73453c9d 100644 --- a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.installer.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.installer.yaml @@ -1,18 +1,15 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.4.2 -InstallerSwitches: - Silent: -ms - SilentWithProgress: -ms UpgradeBehavior: install Commands: - thunderbird Installers: - InstallerLocale: en-US Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.4.2/win64/en-US/Thunderbird%20Setup%20102.4.2.msi InstallerSha256: B7336F13AF32C4C431399C9C3148FB924D4DA80FF075C0069353ACCBAEC3217D ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -21,10 +18,13 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.4.2/win32/en-US/Thunderbird%20Setup%20102.4.2.exe InstallerSha256: 00D22D985B6EC800E7324E44A0C151AAD77395ACC477A01415AA7016B09836BA + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' - InstallerLocale: en-GB Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.4.2/win64/en-GB/Thunderbird%20Setup%20102.4.2.msi InstallerSha256: 22E1D463A4CC8A392560725CB3089DC20C818C4C55F84033292CA34EE1F057C1 ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -33,10 +33,13 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.4.2/win32/en-GB/Thunderbird%20Setup%20102.4.2.exe InstallerSha256: 1A3CB50E9EC8BA73BDBF3471857F05867801C41C565D25D028C24F7AB4C47EB3 + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' - InstallerLocale: de-DE Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.4.2/win64/de/Thunderbird%20Setup%20102.4.2.msi InstallerSha256: 858F8276884532B08C93C38AA7D6B908254C0818D35E65A264C0E6194AED342F ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -45,7 +48,10 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.4.2/win32/de/Thunderbird%20Setup%20102.4.2.exe InstallerSha256: BC15E868EC457CC9DAE9F926CE36C3F015CE017A3182E0BDB4D3C678A59F13DB + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.de-DE.yaml b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.de-DE.yaml index 52afec700531f..3d31e31aa3f56 100644 --- a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.de-DE.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.de-DE.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.4.2 @@ -23,5 +23,5 @@ Tags: - mail ReleaseNotesUrl: https://www.thunderbird.net/en-US/thunderbird/102.4.2/releasenotes/ ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.en-US.yaml index 26b32c185cd8d..1bffdfd9a40fc 100644 --- a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.en-US.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.locale.en-US.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.4.2 @@ -22,5 +22,5 @@ Tags: - mail ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/102.4.2/releasenotes/ ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.yaml b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.yaml index cd4fc99540b75..a21fc6fc56dab 100644 --- a/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.4.2/Mozilla.Thunderbird.yaml @@ -1,9 +1,9 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.installer.yaml b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.installer.yaml index 35f7bd372b00d..d5b0772e443da 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.installer.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.installer.yaml @@ -1,18 +1,15 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.0 -InstallerSwitches: - Silent: -ms - SilentWithProgress: -ms UpgradeBehavior: install Commands: - thunderbird Installers: - InstallerLocale: en-US Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.0/win64/en-US/Thunderbird%20Setup%20102.5.0.msi InstallerSha256: FC932B8744E3FAC2DC6B9738CC9838382C99C6EF40044EC13AF7DA77E798339C ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -21,10 +18,13 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.0/win32/en-US/Thunderbird%20Setup%20102.5.0.exe InstallerSha256: 7AEEDDD172455299B3A5FB26E90055BD09A330800E691C279E8E636328E7585E + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' - InstallerLocale: en-GB Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.0/win64/en-GB/Thunderbird%20Setup%20102.5.0.msi InstallerSha256: 9D5560FDEF2BB8346982AAFF10996851B5E4D7C089C100629CC2FB99DFDC96AC ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -33,10 +33,13 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.0/win32/en-GB/Thunderbird%20Setup%20102.5.0.exe InstallerSha256: 166B912E269EC36801B2517A7930BB60F1A4E7DB22F476C06395DEA7C454DD11 + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' - InstallerLocale: de-DE Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.0/win64/de/Thunderbird%20Setup%20102.5.0.msi InstallerSha256: EC95B231F187C6E3693800F6E32A66974F6562D4991E9AFA2A01FDE532E11863 ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -45,7 +48,10 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.0/win32/de/Thunderbird%20Setup%20102.5.0.exe InstallerSha256: 5B0C873E66B41590C7BC29D63E90B20DB2C1E6997F276F80CF94CE8E96564957 + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.de-DE.yaml b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.de-DE.yaml index 95c95459d559e..d8d0568bea408 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.de-DE.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.de-DE.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.0 @@ -16,5 +16,5 @@ LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0/ CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy/ ShortDescription: Mozilla Thunderbird ist ein freies E-Mail-Programm und zugleich Personal Information Manager (mit CalDAV-Unterstützung), Feedreader, Newsreader sowie Messaging- und Chat-Client (XMPP und IRC). ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.en-US.yaml index 02ac57268b118..3c947d6c32809 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.en-US.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.locale.en-US.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.0 @@ -21,5 +21,5 @@ Tags: - e-mail - mail ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.yaml b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.yaml index 2c9bcf51e63ae..21b256894c77f 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.0/Mozilla.Thunderbird.yaml @@ -1,9 +1,9 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.installer.yaml b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.installer.yaml index 7d3fc5e8be37e..58b41e99e6f30 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.installer.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.installer.yaml @@ -1,18 +1,15 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.1 -InstallerSwitches: - Silent: -ms - SilentWithProgress: -ms UpgradeBehavior: install Commands: - thunderbird Installers: - InstallerLocale: en-US Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.1/win64/en-US/Thunderbird%20Setup%20102.5.1.msi InstallerSha256: 53FD96D80CEA31D0F971CD1B2F77C4D6DE2B23793A1BE42763A7D5D61451FC34 ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -21,10 +18,13 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.1/win32/en-US/Thunderbird%20Setup%20102.5.1.exe InstallerSha256: A99DE4AFA3EE30B8E3B2DFBA6E645741895C7B1A12ADC575F28741BB90F3826B + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' - InstallerLocale: en-GB Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.1/win64/en-GB/Thunderbird%20Setup%20102.5.1.msi InstallerSha256: CF415B7775580FDA0F7842844048269621ED68FC800BF84D7F378D1A47E6E8E6 ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -33,10 +33,13 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.1/win32/en-GB/Thunderbird%20Setup%20102.5.1.exe InstallerSha256: CF10E72B145734A12DEC7064875777D16F929971D8943BA3DAF2716F95E0F029 + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' - InstallerLocale: de-DE Architecture: x64 - InstallerType: msi + InstallerType: wix InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.1/win64/de/Thunderbird%20Setup%20102.5.1.msi InstallerSha256: 4E4A776244C8342217ED75E75FCE995CD75FE9BDEC1162BAC318D01AE101A790 ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' @@ -45,7 +48,10 @@ Installers: InstallerType: exe InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/102.5.1/win32/de/Thunderbird%20Setup%20102.5.1.exe InstallerSha256: E5D87619403C2A997BE94BF73EECC55ABD910386574F406A142F39E361FABF1E + InstallerSwitches: + Silent: -ms + SilentWithProgress: -ms ProductCode: '{18D4D2F4-B394-48A2-8886-9C68180CEAD5}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.de-DE.yaml b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.de-DE.yaml index 9ceba35315432..2c29028adef0e 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.de-DE.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.de-DE.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.1 @@ -16,5 +16,5 @@ LicenseUrl: https://www.mozilla.org/en-US/MPL/2.0/ CopyrightUrl: https://www.mozilla.org/en-US/foundation/trademarks/policy/ ShortDescription: Mozilla Thunderbird ist ein freies E-Mail-Programm und zugleich Personal Information Manager (mit CalDAV-Unterstützung), Feedreader, Newsreader sowie Messaging- und Chat-Client (XMPP und IRC). ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.en-US.yaml index 01341ff26bdf9..3ea1aa5391e80 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.en-US.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.locale.en-US.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.1 @@ -21,5 +21,5 @@ Tags: - e-mail - mail ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.yaml b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.yaml index 15a24a87ae4aa..0847a33877a75 100644 --- a/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.yaml +++ b/manifests/m/Mozilla/Thunderbird/102.5.1/Mozilla.Thunderbird.yaml @@ -1,9 +1,9 @@ # Created using wingetcreate 1.1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: Mozilla.Thunderbird PackageVersion: 102.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.5.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.installer.yaml similarity index 67% rename from manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.installer.yaml index 93221a09092cd..acd8b94553275 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.installer.yaml @@ -2,24 +2,24 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.03.15 +PackageVersion: 2026.04.17 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-03-15 +ReleaseDate: 2026-04-17 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.03.15/gallery-dl_windows_x86.exe - InstallerSha256: FBFC5D107D85C24EE82F5F993406922B9AB0E044282502375D49590B06A0F5FB + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.04.17/gallery-dl_windows_x86.exe + InstallerSha256: D253C234FDDFD9640C373ECE3C3A269C4C633A93A7DC657E7038F3F024C12FA1 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.03.15/gallery-dl_windows.exe - InstallerSha256: FD6FDFC9BE9191E1C0DDB82931B78608E5FFE68C49B9F7F7F472A7123A823916 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.04.17/gallery-dl_windows.exe + InstallerSha256: 6887369E1E2B64C51D4F4DFA771E81CBB40904152A55F80E7D35E3A0AB4C8A81 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 88% rename from manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.locale.en-US.yaml index d168d5e5687c0..66b7d79cc6935 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.03.15 +PackageVersion: 2026.04.17 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: mikf/gallery-dl@ba6367a -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.03.15 +ReleaseNotes: c7030456 [tumblr] improve inline file regex (gh#6505) +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.04.17 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.yaml similarity index 86% rename from manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.yaml index 308e37d97b912..ef8e7765ac83e 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.03.15/mikf.gallery-dl.Nightly.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.04.17/mikf.gallery-dl.Nightly.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.03.15 +PackageVersion: 2026.04.17 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.installer.yaml b/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.installer.yaml new file mode 100644 index 0000000000000..47a85df73ae1e --- /dev/null +++ b/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nbc66.VTFEditReloaded +PackageVersion: 2.1.10.00 +InstallerType: nullsoft +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2010.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.nbc66.dev/VTFEditReloaded_v2.1.10/setup.exe + InstallerSha256: D481087C14EDC02054AF541FA82907451E48FE13DE38E1C820A9FB157DE1DF27 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.locale.en-US.yaml b/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.locale.en-US.yaml new file mode 100644 index 0000000000000..46be1e5ed2a95 --- /dev/null +++ b/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nbc66.VTFEditReloaded +PackageVersion: 2.1.10.00 +PackageLocale: en-US +Publisher: Nbc66 +PackageName: VTFEdit Reloaded +License: LPGL-2.1 license +Copyright: Author © 2006 +ShortDescription: Application to edit and manipulate VTF and VMT Files +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.yaml b/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.yaml new file mode 100644 index 0000000000000..5572897b11bd4 --- /dev/null +++ b/manifests/n/Nbc66/VTFEditReloaded/2.1.10.00/Nbc66.VTFEditReloaded.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Nbc66.VTFEditReloaded +PackageVersion: 2.1.10.00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.installer.yaml b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.installer.yaml new file mode 100644 index 0000000000000..f33f2a2df985d --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.4.17 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 63515710-f48a-5414-a457-1d6072fae8c4 +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.4.17/LobsterAI--win-x64.exe + InstallerSha256: 898F83133E76EC6524370F5A54E282DD885E81F845C7C9AF33CE1022CBA26A31 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.4.17/LobsterAI--win-x64.exe + InstallerSha256: 898F83133E76EC6524370F5A54E282DD885E81F845C7C9AF33CE1022CBA26A31 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.locale.en-US.yaml b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.locale.en-US.yaml new file mode 100644 index 0000000000000..b345233dc6046 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.4.17 +PackageLocale: en-US +Author: NetEase Youdao Information Technology (Beijing) Co., Ltd. +PackageUrl: https://lobsterai.youdao.com/#/en/index +ShortDescription: A 24/7 personal assistant Agent that gets things done +Description: |- + LobsterAI is an all-in-one personal assistant Agent developed by NetEase Youdao. It works around the clock to handle your everyday tasks — data analysis, making presentations, generating videos, writing documents, searching the web, sending emails, scheduling tasks, and more. + At its core is Cowork mode — it executes tools, manipulates files, and runs commands in a local or sandboxed environment, all under your supervision. You can also chat with agent via Telegram, Discord, DingTalk or Feishu (Lark) and get work done from your phone anytime, anywhere. + Key Features + - All-in-One Productivity Assistant — Data analysis, PPT creation, video generation, document writing, web search, email — covers the full range of daily work + - Local + Sandbox Execution — Run tasks directly on your machine or in an isolated Alpine Linux sandbox + - Built-in Skills — Office document generation, web search, Playwright automation, Remotion video generation, and more + - Windows Built-in Python Runtime — Windows packages bundle a ready-to-use Python interpreter runtime; Python skill dependencies can be installed on demand + - Scheduled Tasks — Create recurring tasks via conversation or the GUI — daily news digests, inbox cleanup, periodic report generation, and more + - Persistent Memory — Automatically extracts user preferences and personal facts from conversations, remembers your habits across sessions, and gets smarter the more you use it + - Mobile via IM — Control your Agent remotely from your phone through Telegram, Discord, DingTalk, or Feishu + - Permission Gating — All tool invocations require explicit user approval before execution + - Cross-Platform — macOS (Intel + Apple Silicon), Windows, Linux desktop, plus mobile coverage via IM + - Local Data — SQLite storage keeps your chat history and configuration on your device +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://lobsterai.youdao.com/#/en/changelog +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://lobsterai.youdao.com/#/en/docs/lobsterai_user_manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.locale.zh-CN.yaml b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ce3c44f401008 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.locale.zh-CN.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.4.17 +PackageLocale: zh-CN +Publisher: LobsterAI +PublisherUrl: https://www.youdao.com/ +PublisherSupportUrl: https://github.com/netease-youdao/LobsterAI/issues +Author: 网易有道信息技术(北京)有限公司 +PackageName: LobsterAI +PackageUrl: https://lobsterai.youdao.com/ +License: MIT +LicenseUrl: https://github.com/netease-youdao/LobsterAI/blob/HEAD/LICENSE +Copyright: © 2026 NetEase Youdao +CopyrightUrl: https://c.youdao.com/dict/hardware/lobsterai/lobsterai_service.html +ShortDescription: 一个 7×24 小时帮你干活的全场景个人助理 Agent +Description: |- + LobsterAI 是由网易有道开发的全场景个人助理 Agent。它 7×24 小时待命,能够帮你完成日常办公中的各类事务 —— 数据分析、制作 PPT、生成视频、撰写文档、搜索信息、收发邮件、定时任务,以及更多。 + LobsterAI 的核心是 Cowork 模式,它能在本地或沙箱环境中执行工具、操作文件、运行命令,一切都在你的监督下自主完成。此外,LobsterAI 支持通过钉钉、飞书、Telegram、Discord 等 IM 平台远程触发,让你在手机上也能随时指挥 Agent 工作。 + 核心特性 + - 全场景办公助理 — 数据分析、PPT 制作、视频生成、文档撰写、Web 搜索、邮件收发,覆盖日常办公全流程 + - 本地 + 沙箱执行 — 任务执行支持本地直接运行或隔离的 Alpine Linux 沙箱 + - 内置技能 — 包括 Office 文档生成、Web 搜索、Playwright 自动化、Remotion 视频生成等 + - Windows 内置 Python 运行时 — Windows 安装包内置可直接使用的 Python 解释器运行时;Python 技能依赖可按需安装 + - 定时任务 — 支持对话式发起或 GUI 界面添加定时任务,如每日新闻收集、邮箱整理、周期性报告生成等 + - 持久记忆 — 自动从对话中提取用户偏好与个人信息,跨会话记住你的习惯,越用越懂你 + - IM 远程操控 — 通过钉钉、飞书、Telegram、Discord 在手机端随时触发 Agent + - 权限门控 — 所有敏感工具调用需用户明确批准后执行 + - 跨平台 — macOS(Intel + Apple Silicon)、Windows、Linux 桌面端,配合 IM 实现移动端覆盖 + - 数据本地化 — SQLite 本地存储,聊天记录和配置不离开你的设备 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + What's Changed + - upgrade openclaw to version 2024.4.8 by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1709 + - fix(weixin): restore gatewayMethods patch and fix channel config by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1592 + - fix(openclaw): remove _agentBinding sentinel from channel config by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1596 + - feat(im): add POPO QR code scan login support by @winsan-zhang in https://github.com/netease-youdao/LobsterAI/pull/1612 + - fix(scheduled-tasks): reset dirty state after saving task by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1613 + - chore: upgrade nim plugin by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1616 + - perf(openclaw): optimize gateway startup (plugin deny list + Bonjour disable) by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1618 + - fix(openclaw): install missing channel deps for v2026.4.8 packaging bug by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1619 + - fix(build): fix Windows packaging failures from npm v11 compat issues by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1623 + - fix(build): fix Windows build failures and reduce package size by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1624 + - fix(build): skip openclaw peerDep auto-install to reduce package size by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1625 + - fix: resolve MCP Bridge 401 auth mismatch on startup by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1647 + - fix(ui): 修复深色模式下预制 prompt 卡片选中态边框颜色过亮的问题 by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1604 + - fix(ui): 修复 MCP 列表命令文本过长时 key 标签换行的问题 by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1605 + - fix: prevent OpenClaw gateway restart on config hot-reload by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1650 + - fix(openclaw): non-main agent persona files not loaded due to workspace path mismatch by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1651 + - chore(diag): add [AbortDiag] logging for premature timeout investigation by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1652 + - fix(openclaw): surface lifecycle phase=error when chat error event is missing by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1654 + - Revert "fix(openclaw): non-main agent persona files not loaded due to workspace path mismatch" by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1655 + - Restore fix: non-main agent persona files not loaded due to workspace path mismatch by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1657 + - fix(openclaw): allow silent scope-upgrade for loopback cron connections by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1658 + - feat(cowork): add openclaw session patch support by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1665 + - chore(release): merge #1356 by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/1672 + - fix(openclaw): cut Windows cold-start from ~51s to ~35s (Fix A/B/C patches) by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1673 + - fix(mcp): replace tooltip with clamped text popover for card descript… by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/1674 + - Liuzhq/gateway speed optimize by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1677 + - fix(build): remove unused icon imports in Settings.tsx by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1678 + - fix(ui): register QianfanIcon in provider icon map by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1680 + - fix(openclaw): prevent gateway retry from spawning duplicate error messages by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1681 + - fix(build): prune orphaned @tloncorp/tlon-skill native binary from Op… by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1684 + - build(openclaw): reduce packaged runtime size by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1685 + - fix(popo): strip system header from POPO channel messages in display by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1686 + - feat: 钉钉,飞书,QQ,企微,Telegram 和 Discord 适配 by @liugang519 in https://github.com/netease-youdao/LobsterAI/pull/1591 + - feat: 🎸 新增百度千帆(Qianfan)大模型支持 by @Angus2333 in https://github.com/netease-youdao/LobsterAI/pull/929 + - refactor(cowork): 移除 yd-cowork 并修复 openclaw 网关兼容 by @wulei05 in https://github.com/netease-youdao/LobsterAI/pull/1611 + - feat(openclaw): 添加会话保持时长配置 by @wulei05 in https://github.com/netease-youdao/LobsterAI/pull/1610 + - fix: 修复创建 agent 时不支持多机器人的问题;飞书高级设置,群聊默认为 open by @liugang519 in https://github.com/netease-youdao/LobsterAI/pull/1648 + - feat(yd_cowork): 清理 yd_cowork 相关遗留代码 by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1689 + - feat(settings): add API Key link for Qianfan provider by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1692 + - fix(copilot): migrate stale github-copilot agent model refs to lobsterai-copilot by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1694 + - fix(providers): align Copilot openClawProviderId with lobsterai-copilot runtime id by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/1695 + - fix(im): weixin switch 状态判断移除 accountId 依赖 by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1696 + - fix(openclaw): trim duplicate plugin payloads and migrate dingtalk to official connector by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1697 + - fix(settings): 修复导入文件中存在但本地不存在的 provider 导致崩溃的问题 by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1699 + - fix(cowork): default skip missed jobs to enabled by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1701 + - Feature/upgrade openclaw by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1702 + - fix(mcp): 恢复 merge 时误删的图标组件 import by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1703 + - feat: 企微支持多机器人;修复定时任务通知,企微失败的 bug by @liugang519 in https://github.com/netease-youdao/LobsterAI/pull/1670 + - fix(main): unify power save blocker type by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1705 + - fix(cowork): suppress leaked HEARTBEAT_OK replies by @nmgwddj in https://github.com/netease-youdao/LobsterAI/pull/1704 + - feat(update): add uuid and userId query params to update check requests by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1706 + - fix(mcp): force gateway restart when mcp-bridge config changes by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/1708 + Full Changelog: https://github.com/netease-youdao/LobsterAI/compare/2026.4.13...2026.4.17 +ReleaseNotesUrl: https://github.com/netease-youdao/LobsterAI/releases/tag/2026.4.17 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://lobsterai.youdao.com/#/docs/lobsterai_user_manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.yaml b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.yaml new file mode 100644 index 0000000000000..a5ca9c81d0844 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.4.17/NetEase.LobsterAI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.4.17 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.installer.yaml b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.installer.yaml new file mode 100644 index 0000000000000..4db987adec6c9 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.20.3.7625 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: GameViewer +Installers: +- Architecture: x64 + InstallerUrl: https://a56.gdl.netease.com/UURemote_Setup_4.20.3.7625_0417221050_gwqd.exe + InstallerSha256: 5045B57B78DF204EC131B5BBE84E2C687609C23F61D7A0A205AD14B200E978A3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.locale.en-US.yaml b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.locale.en-US.yaml new file mode 100644 index 0000000000000..0612f56ba0f17 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.20.3.7625 +PackageLocale: en-US +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: NetEase (Hangzhou) Network Co., Ltd. +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: Proprietary +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: Copyright © 1997-2026 NetEase Inc. All rights reserved. +ShortDescription: An ultra-low latency remote tool designed for gaming +Tags: +- gaming +- remote +- remote-access +- remote-control +- remote-desktop +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.locale.zh-CN.yaml b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..adaef3fa5dd8e --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.20.3.7625 +PackageLocale: zh-CN +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: 网易(杭州)网络有限公司 +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: 专有软件 +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: 网易公司版权所有 ©1997-2026 +ShortDescription: 专为游戏打造的超低延迟远程工具 +Tags: +- 串流 +- 游戏 +- 远程 +- 远程控制 +- 远程桌面 +- 远程访问 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.yaml b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.yaml new file mode 100644 index 0000000000000..e37143aed71dc --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.20.3.7625/NetEase.UURemote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.20.3.7625 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.installer.yaml b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.installer.yaml new file mode 100644 index 0000000000000..be74ac5556ab3 --- /dev/null +++ b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nomacs.nomacs.Beta +PackageVersion: 3.22.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +FileExtensions: +- 3fr +- arw +- bmp +- cr2 +- crw +- cur +- dng +- drif +- gif +- heic +- heics +- heif +- heifs +- icns +- iiq +- j2k +- jp2 +- jpe +- jpeg +- jpf +- jpg +- jpgx +- jpm +- jps +- jpx +- mng +- mos +- mpo +- mrw +- nef +- nrw +- orf +- pbm +- pef +- pgm +- png +- pns +- ppm +- psb +- psd +- raf +- raw +- roh +- rw2 +- srw +- svg +- svgz +- tga +- tif +- tiff +- vec +- wbmp +- webp +- x3f +- xbm +- xpm +ProductCode: '{52920071-8E13-4240-8D38-443682D1C689}' +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nomacs/nomacs/releases/download/3.22.1/nomacs-setup-x64.msi + InstallerSha256: 9BB345B69DEA183CA7EC9FBAD33BA2579C3B9160D8C89C3B9134ABA8006DF775 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.locale.en-US.yaml b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..86c0fd82fcb11 --- /dev/null +++ b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nomacs.nomacs.Beta +PackageVersion: 3.22.1 +PackageLocale: en-US +Publisher: TU Wien +PublisherUrl: https://nomacs.org/ +PublisherSupportUrl: https://github.com/nomacs/nomacs/issues +Author: Markus Diem, Stefan Fiel, Florian Kleber +PackageName: nomacs - Image Lounge (Beta) +PackageUrl: https://nomacs.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/nomacs/nomacs/blob/HEAD/LICENSE +Copyright: Copyright (C) 2011-2026 Markus Diem, Stefan Fiel, Florian Kleber +ShortDescription: nomacs is a free, open source image viewer, which supports multiple platforms. You can use it for viewing all common image formats including RAW and psd images. +Description: |- + nomacs is a free, open source image viewer, which supports multiple platforms. You can use it for viewing all common image formats including RAW and psd images. + nomacs features semi-transparent widgets that display additional information such as thumbnails, metadata or histogram. It is able to browse images in zip or MS Office files which can be extracted to a directory. Metadata stored with the image can be displayed and you can add notes to images. A thumbnail preview of the current folder is included as well as a file explorer panel which allows switching between folders. Within a directory you can apply a file filter, so that only images are displayed whose filenames have a certain string or match a regular expression. Activating the cache allows for instantly switching between images. + nomacs includes image manipulation methods for adjusting brightness, contrast, saturation, hue, gamma, exposure. It has a pseudo color function which allows creating false color images. A unique feature of nomacs is the synchronization of multiple instances. With this feature you can easily compare images by zooming and/or panning at the exactly same position or even by overlaying them with different opacity. nomacs is licensed under the GNU General Public License v3 and available for Windows, Linux, FreeBSD, Mac, and OS/2. It is free for private and commercial use. If you want to report any bugs or request new features please use our tracker. +Moniker: nomacs +Tags: +- image +- photo +- picture +- reader +- viewer +ReleaseNotes: |- + Changes since 3.22.0: + - Updated German translation + - Security fixes in Windows build + Anti-malware scan: + https://www.virustotal.com/gui/file/9bb345b69dea183ca7ec9fbad33ba2579c3b9160d8c89c3b9134aba8006df775 + https://www.virustotal.com/gui/file/7dd37f767e41f052c2af15634a098cfd69f90125b9515d8d503c953b4e39b8fd +ReleaseNotesUrl: https://github.com/nomacs/nomacs/releases/tag/3.22.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://nomacs.org/docs/getting-started/introduction/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.locale.zh-CN.yaml b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ee0df72d27a83 --- /dev/null +++ b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: nomacs.nomacs.Beta +PackageVersion: 3.22.1 +PackageLocale: zh-CN +ShortDescription: nomacs 是一款免费开源的跨平台图像查看器,支持浏览包括 RAW 和 PSD 在内的所有常见图像格式。 +Description: |- + nomacs 是一款免费开源的跨平台图像查看器,支持浏览包括 RAW 和 PSD 在内的所有常见图像格式。该软件具有半透明控件功能,可显示缩略图、元数据或直方图等附加信息。用户可直接浏览 ZIP 压缩包或 MS Office 文档中的图片,并支持将图片解压至指定目录。 + 软件内置元数据显示功能,允许用户为图片添加注释。包含当前文件夹的缩略图预览界面和文件资源管理器面板,方便快速切换文件夹。在目录中可应用文件过滤器,仅显示文件名包含特定字符串或符合正则表达式的图片。启用缓存功能后,可实现图片间的瞬时切换。 + nomacs 提供亮度、对比度、饱和度、色相、伽马值、曝光度等图像调整功能,并具备生成伪彩色图像的独特功能。其多实例同步特性尤为突出——通过完全同步的缩放/平移操作,或以不同透明度叠加图像的方式,可轻松实现多图对比。本软件采用 GNU 通用公共许可证 v3 授权,支持 Windows、Linux、FreeBSD、Mac 及 OS/2 系统,个人与商业用途均可免费使用。如需提交错误报告或功能建议,请通过官方问题追踪系统反馈。 +Tags: +- 图像 +- 图片 +- 查看器 +- 照片 +- 阅读器 +ReleaseNotesUrl: https://github.com/nomacs/nomacs/releases/tag/3.22.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://nomacs.org/docs/getting-started/introduction/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.yaml b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.yaml new file mode 100644 index 0000000000000..ca48a86c13f68 --- /dev/null +++ b/manifests/n/nomacs/nomacs/Beta/3.22.1/nomacs.nomacs.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: nomacs.nomacs.Beta +PackageVersion: 3.22.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.installer.yaml b/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.installer.yaml new file mode 100644 index 0000000000000..1a820b60a28bc --- /dev/null +++ b/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nukeop.nuclear +PackageVersion: 1.34.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: Nuclear +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- DisplayName: Nuclear + Publisher: nuclearplayer + ProductCode: Nuclear +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Nuclear' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nukeop/nuclear/releases/download/player@1.34.0/Nuclear_1.34.0_x64-setup.exe + InstallerSha256: 5DA12DF63118F3F2730BE57F6F723D2211FD5BAA41E37D7CF972EC61D571C54B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.locale.en-US.yaml b/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.locale.en-US.yaml new file mode 100644 index 0000000000000..fa95f1cfabb61 --- /dev/null +++ b/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nukeop.nuclear +PackageVersion: 1.34.0 +PackageLocale: en-US +Publisher: nukeop +PublisherUrl: https://github.com/nukeop +PublisherSupportUrl: https://github.com/nukeop/nuclear/issues +Author: nukeop +PackageName: nuclear +PackageUrl: https://github.com/nukeop/nuclear +License: AGPL-3.0 +LicenseUrl: https://github.com/nukeop/nuclear/blob/HEAD/LICENSE +Copyright: Copyright (c) nukeop 2021 +CopyrightUrl: https://raw.githubusercontent.com/nukeop/nuclear/master/LICENSE +ShortDescription: Streaming music player that finds free music for you. +Description: |- + nuclear is a free music streaming program that pulls content from free sources all over the internet. + Features + • Searching for and playing music from YouTube (including integration with playlists and SponsorBlock), Jamendo, Audius and SoundCloud + • Searching for albums (powered by Last.fm and Discogs), album view, automatic song lookup based on artist and track name (in progress, can be dodgy sometimes) + • Song queue, which can be exported as a playlist + • Loading saved playlists (stored in json files) + • Scrobbling to last.fm (along with updating the 'now playing' status) + • Newest releases with reviews - tracks and albums + • Browsing by genre + • Radio mode (automatically queue similar tracks) + • Unlimited downloads (powered by youtube) + • Realtime lyrics + • Browsing by popularity + • List of favorite tracks + • Listening from local library + • No accounts + • No ads + • No CoC + • No CLA +Moniker: nuclear-music +Tags: +- cross-platform +- electron +- foss +- music +- music-player +- stream +- streaming +- youtube +ReleaseNotes: |- + What's New in v1.34.0 + - Fix: Fix source selection being reset to the first available provider on startup Plugins - @nukeop + - Fix: Show an empty state in Sources when no providers of a given kind are installed UI - @nukeop + > macOS: If the app won't open, run sudo xattr -r -d com.apple.quarantine /Applications/Nuclear.app in Terminal. +ReleaseNotesUrl: https://github.com/nukeop/nuclear/releases/tag/player@1.34.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.yaml b/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.yaml new file mode 100644 index 0000000000000..7617e862953d6 --- /dev/null +++ b/manifests/n/nukeop/nuclear/1.34.0/nukeop.nuclear.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: nukeop.nuclear +PackageVersion: 1.34.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.installer.yaml b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.installer.yaml new file mode 100644 index 0000000000000..86e390527145b --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.21.0 +InstallerLocale: en-US +InstallerType: inno +Scope: user +UpgradeBehavior: install +Commands: +- ollama +ProductCode: '{44E83376-CE68-45EB-8FC1-393500EB558C}_is1' +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- ProductCode: '{44E83376-CE68-45EB-8FC1-393500EB558C}_is1' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Ollama' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ollama/ollama/releases/download/v0.21.0/OllamaSetup.exe + InstallerSha256: 3AB56C0E0A4B2B61E172A1B938FC50B98B0F7CEB4064E9EA81CF3CCCB07B0546 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.locale.en-US.yaml b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.locale.en-US.yaml new file mode 100644 index 0000000000000..e05462991b6a5 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.21.0 +PackageLocale: en-US +Publisher: Ollama +PublisherUrl: https://ollama.com/ +PublisherSupportUrl: https://github.com/ollama/ollama/issues +PackageName: Ollama +PackageUrl: https://ollama.com/ +License: MIT +LicenseUrl: https://github.com/ollama/ollama/blob/HEAD/LICENSE +Copyright: Copyright (c) Ollama +ShortDescription: Get up and running with large language models locally. +Tags: +- ai +- chatbot +- deepseek +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + What's Changed + - launch: skip unchanged integration rewrite configration by @hoyyeva in #15491 + - launch/openclaw: fix --yes flag behaviour to skip channels configuration by @hoyyeva in #15589 + - launch: OpenCode inline config by @hoyyeva in #15586 + - launch: add hermes by @ParthSareen in #15569 + - launch: always list cloud recommendations first by @hoyyeva in #15593 + - cmd/launch: add Copilot CLI integration by @scaryrawr in #15583 + New Contributors + - @scaryrawr made their first contribution in #15583 + Full Changelog: v0.20.8-rc0...v0.21.0 +ReleaseNotesUrl: https://github.com/ollama/ollama/releases/tag/v0.21.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ollama.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.locale.zh-CN.yaml b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0b2631645c22f --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.21.0 +PackageLocale: zh-CN +ShortDescription: 在本地启动并运行大型语言模型 +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ollama.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.yaml b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.yaml new file mode 100644 index 0000000000000..5e5b55a27a4fd --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.21.0/Ollama.Ollama.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perforce/P4V/234.255.8838/Perforce.P4V.installer.yaml b/manifests/p/Perforce/P4V/234.255.8838/Perforce.P4V.installer.yaml index e1b1c26364bef..bef8c0965858a 100644 --- a/manifests/p/Perforce/P4V/234.255.8838/Perforce.P4V.installer.yaml +++ b/manifests/p/Perforce/P4V/234.255.8838/Perforce.P4V.installer.yaml @@ -6,7 +6,7 @@ PackageVersion: 234.255.8838 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 InstallerSwitches: - Silent: /s + Silent: /quiet SilentWithProgress: /passive Custom: /norestart UpgradeBehavior: install diff --git a/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.installer.yaml b/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.installer.yaml index 73cd9bcfc0e6d..b890d34d971e7 100644 --- a/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.installer.yaml +++ b/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.installer.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json PackageIdentifier: Pharoproject.PharoLauncher PackageVersion: 3.0.1 @@ -9,8 +9,6 @@ Installers: InstallerType: msi InstallerUrl: https://files.pharo.org/pharo-launcher/3.0.1/pharo-launcher-3.0.1.msi InstallerSha256: A91D6CE1A47FC8CAA7CD644717CA0FE5971C806E4BE7C617441E6FA665AEC7DD - InstallerSwitches: - InstallLocation: C:\Program Files\Pharo Launcher ProductCode: '{AF4F82A9-ED2B-4697-8FF4-F7D84021A836}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.5.0 diff --git a/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.locale.en-US.yaml b/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.locale.en-US.yaml index f2322099a8225..dd488c7578998 100644 --- a/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.locale.en-US.yaml +++ b/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.locale.en-US.yaml @@ -1,5 +1,5 @@ # Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json PackageIdentifier: Pharoproject.PharoLauncher PackageVersion: 3.0.1 @@ -9,4 +9,4 @@ PackageName: PharoLauncher License: MIT License ShortDescription: Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.5.0 diff --git a/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.yaml b/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.yaml index 6377144143489..16d6815e95999 100644 --- a/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.yaml +++ b/manifests/p/Pharoproject/PharoLauncher/3.0.1/Pharoproject.PharoLauncher.yaml @@ -1,8 +1,8 @@ # Created using wingetcreate 1.2.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json PackageIdentifier: Pharoproject.PharoLauncher PackageVersion: 3.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.5.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.installer.yaml b/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.installer.yaml new file mode 100644 index 0000000000000..30604d7ea74fa --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.1.3.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- Publisher: Shenzhen Shendu Tujing Technology Co., Ltd. + ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PixPin' +Installers: +- Architecture: x64 + InstallerUrl: https://download.pixpinapp.com/PixPin_cn_zh-cn_3.1.3.1.exe + InstallerSha256: D215EAA4D821875B97F6070949EFF577EEB0B3C07A235739635818E429599AEF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.locale.zh-CN.yaml b/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8e1e63235ebd7 --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.1.3.1 +PackageLocale: zh-CN +Publisher: 深圳市深度图景科技有限公司 +PublisherUrl: https://viewdepth.cn/#/ +PrivacyUrl: https://pixpin.cn/docs/policy/privacy_zh_CN +PackageName: PixPin (Beta) +PackageUrl: https://pixpin.cn/ +License: 专有软件 +Copyright: © 2026 深圳市深度图景科技有限公司 +ShortDescription: 功能强大使用简单的截图/贴图工具,帮助你提高效率。 +Description: 随心截图, 随意贴图 - 屏幕截图,录制屏幕,长截图,文字识别,贴图,以及更多功能。 +Agreements: +- AgreementLabel: PixPin 服务协议 + AgreementUrl: https://pixpin.cn/docs/policy/tos_zh_CN.html +ReleaseNotes: |- + PixPin 3.1 在 3.0 的基础上带来了更多实用功能与体验优化 + 3.1.3.1 更新说明 + 【优化】减少截图时开启截图音效的卡顿 + 【优化】保存对话框新增“同名覆盖”确认弹窗,避免误操作导致的文件覆盖 + 【修复】旧版本 MacOS 的兼容问题,现支持 MacOS10.15 及以上版本 + 【修复】会员配置界面的设备管理信息显示不全 + 【修复】保存对话框中的质量设置没有保存到配置中 + 【修复】标注工具栏恢复默认配置时丢失自动马赛克图标 + 【修复】鼠标穿透工具栏移出屏幕后导致无法移回来 + 【修复】序号标注的箭头样式不再跟随序号主体样式变化,而是统一按固定箭头样式绘制 + 【修复】刷新截图后,放大镜内容不跟随更新 + 【修复】视频录制回放时鼠标移动到屏幕右边会消失 + 【修复】在编辑长截图时复制图像会有标注控制点残留 + 3.1.0.6 更新说明 + 功能 + 【标注】增加自动马赛克标注工具 + 【贴图】贴图菜单增加鼠标穿透,可在配置-快捷键/动作,设置开启/关闭鼠标穿透快捷键 + 【贴图】可以在贴图上按下 Tab 将焦点转移到另一个贴图 + 【贴图】增加默认置顶或者不置顶的设置,配置-贴图-贴图窗口置顶 + 【录制】增加快速录制模式,大大提高导出速度 + 【聚光灯】Ctrl+滚轮可以调整聚光灯描边 + 【MacOS】MacOS 也支持文件贴图了 + 【翻译】翻译对话框可选择是否显示原文 + 【会员】增加多种工业条码识别功能,包括但不限于 Code128,EAN13,UPCA,Code39,DataMatrix,PDF417 + 【会员】自动马赛克可以设置同步操作,开启后可以对相同内容同时增加/删除马赛克 + 优化 + 【截图】在开启圆角截图时,鼠标移动到截图区域的角点附近会出现圆角控制点 + 【贴图】现在在 VSCode 上复制的文件也能贴图了 + 【贴图】在贴图没有置顶的时候,会在任务栏显示图标 + 【标注】序列号标注增加手动设置序号 + 【录屏】延时截图/录制的时候会有明确的倒计时指示 + 【录屏】优化快速播放时的声音效果 + 【保存】新版保存对话框在弹出时焦点默认在文件名上,可快速修改后按下回车保存 + 【保存】保存对话框的路径标签增加编辑按钮 + 【二维码】优化二维码识别的体验 + 【会员】MacOS 系统的翻译快捷键修改为 Option+Q + 【会员】提高表格识别的准确性 + 修复 + 【截图】截图区域较小情况下,刷新截图按钮与其他按钮重叠 + 【截图】识别文字时快速按下复制键会导致复制失败 + 【截图】无法从左上角开始截图 + 【截图】历史截图无法撤销标注 + 【截图】长按刷新截图按钮时图标没有稳定居中旋转 + 【贴图】文字贴图在某些场景下会看不到文字 + 【贴图】连续关闭贴图的时候焦点转移到其他窗口 + 【标注】配置中"删除序列号时修改其他项"功能不生效 + 【标注】配置中橡皮擦启用二次编辑无效 + 【标注】矩形标注中旋转矩形会有大量锯齿 + 【录屏】录制暂停后开始会丢失暂停前的键盘录制 + 【长截图】长截图无法调整选区 + 【配置】某些场景下配置没有保存 + 【悬浮球】悬浮工具栏移动位置后一段时间返回了主屏幕中间上方 +ReleaseNotesUrl: https://pixpin.cn/docs/change-log/3.1.3.1 +PurchaseUrl: https://pixpin.cn/docs/policy/member_policy_zh_CN.html +Documentations: +- DocumentLabel: 使用文档 + DocumentUrl: https://pixpin.cn/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.yaml b/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.yaml new file mode 100644 index 0000000000000..97128fc919f53 --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.1.3.1/PixPin.PixPin.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.1.3.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.6.8/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..77ef9b5466b76 --- /dev/null +++ b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.6.8 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.6.8/windows_64 + InstallerSha256: 476A09854A5F19D57D741F35765475991BEDEE3E84389ABCBABC2C3CBA0D7FC6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.6.8/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..b32811ba04c2c --- /dev/null +++ b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.6.8 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.6.8/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dced82ced5427 --- /dev/null +++ b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.6.8 +PackageLocale: zh-CN +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.6.8/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.yaml new file mode 100644 index 0000000000000..d99a33c8b1a7b --- /dev/null +++ b/manifests/p/Postman/Postman/12.6.8/Postman.Postman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.6.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.installer.yaml b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.installer.yaml new file mode 100644 index 0000000000000..f571d85165044 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.13.2 +InstallerType: burn +Scope: user +UpgradeBehavior: install +FileExtensions: +- protondoc +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/drive/windows/1.13.2/x64/Proton%20Drive%20Setup%201.13.2.exe + InstallerSha256: 757010134A0A294C83812185E3EC993E6D9BFDBF3A26363389E260F31EF22927 + ProductCode: '{83c299f0-5ad5-4cd2-a2bd-729470cc4e14}' + AppsAndFeaturesEntries: + - ProductCode: '{83c299f0-5ad5-4cd2-a2bd-729470cc4e14}' + UpgradeCode: '{198F3E44-4F43-41BF-AA0C-30FCA64DBCF3}' +- Architecture: arm64 + InstallerUrl: https://proton.me/download/drive/windows/1.13.2/arm64/Proton%20Drive%20Setup%201.13.2.exe + InstallerSha256: 8822D381AA32EAA4113C0E7A2FB08E2ECA391333C5D4695D72705B0E23591C4B + ProductCode: '{f7147251-e638-4bb2-9935-205650832ae5}' + AppsAndFeaturesEntries: + - ProductCode: '{f7147251-e638-4bb2-9935-205650832ae5}' + UpgradeCode: '{198F3E44-4F43-41BF-AA0C-30FCA64DBCF3}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.locale.en-US.yaml b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..860e98bcce4a2 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.13.2 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: Proprietary +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2026 Proton AG +ShortDescription: Free secure cloud storage +Description: Proton Drive is an end-to-end encrypted Swiss vault for your files that protects your data. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- secure +- security +- share +- sync +- upload +ReleaseNotes: |- + Bug Fixes + - Bug fixes +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.locale.zh-CN.yaml b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8cd4567673d3 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.13.2 +PackageLocale: zh-CN +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: 专有软件 +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2026 Proton AG +ShortDescription: 免费安全的云存储 +Description: Proton Drive 是一款来自瑞士的端到端加密文件库,可以保护您的数据。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 安全 +- 文件 +- 网盘 +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.yaml b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.yaml new file mode 100644 index 0000000000000..756fb9a453f14 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.13.2/Proton.ProtonDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.13.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.installer.yaml b/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.installer.yaml new file mode 100644 index 0000000000000..95c5f3c7ec411 --- /dev/null +++ b/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.installer.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: polrivero.GitHubDesktopPlus +PackageVersion: 3.5.8-r1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ProductCode: GitHubDesktopPlus +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- Publisher: GitHub, Inc. + ProductCode: GitHubDesktopPlus +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\GitHubDesktopPlus' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pol-rivero/github-desktop-plus/releases/download/v3.5.8.1/GitHubDesktopPlus-v3.5.8.1-windows-x64.exe + InstallerSha256: 699549EA2FF8D1C1F584DC8AFF43235FD67BFDE7A4B7C87FC7376BB6574B440A +- Architecture: arm64 + InstallerUrl: https://github.com/pol-rivero/github-desktop-plus/releases/download/v3.5.8.1/GitHubDesktopPlus-v3.5.8.1-windows-arm64.exe + InstallerSha256: C755D6F94310158FD3A3B9D3DA73C557FA0C538EA69D55ED14AD54E44F89BB89 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.locale.en-US.yaml b/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.locale.en-US.yaml new file mode 100644 index 0000000000000..66d4722d0a62a --- /dev/null +++ b/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: polrivero.GitHubDesktopPlus +PackageVersion: 3.5.8-r1 +PackageLocale: en-US +Publisher: pol-rivero +PublisherUrl: https://github.com/pol-rivero +PublisherSupportUrl: https://github.com/pol-rivero/github-desktop-plus/issues +Author: pol-rivero +PackageName: GitHub Desktop Plus +PackageUrl: https://github.com/pol-rivero/github-desktop-plus +License: MIT +LicenseUrl: https://github.com/pol-rivero/github-desktop-plus/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +ShortDescription: A GitHub Desktop fork with advanced functionality and Bitbucket, GitLab integration. +Description: An up-to-date fork of GitHub Desktop with additional features including multiple account support, Bitbucket and GitLab integration, commit search, multiple stashes per branch, and more. +Moniker: github-desktop-plus +Tags: +- bitbucket +- desktop-app +- git +- github +- gitlab +ReleaseNotes: |- + Upstream: GitHub Desktop 3.5.8 release notes + Changes and improvements: + - [#105] We now support displaying worktrees in the repository sidebar list. Thank you @ignatremizov! + To enable it, go to File > Options > Appearance and check the box for "Show worktrees in repository sidebar". + - [#129] When the current local branch is ahead and behind the remote branch, added a new Reset and pull option to the pull dropdown. This will discard your local commits and pull the latest changes from the remote branch (similar to the existing "Force push" option but the other way around). + - [#131] You can now change the font family and size that will be used in the diff view. Thank you @kingdo10! + To change the font settings, go to File > Options > Appearance. + - [#126] When creating a new worktree, .worktreeinclude files are now respected, and the files specified in them will be copied to the new worktree. + - Show a frendlier error message when trying to delete a worktree or branch with uncommitted changes. + Fixes: + - Worktrees that contain submodules can now be deleted without errors. + - The "Pull all" button now correctly pulls changes in linked worktrees as well. + - [#130] Fixed a visual bug where the hovered commit was not highlighted when using drag and drop to squash commits. + - Fixed a problem where some context menus ("Open with ...") displayed the globally configured external editor name instead of the repository-specific one. +ReleaseNotesUrl: https://github.com/pol-rivero/github-desktop-plus/releases/tag/v3.5.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.yaml b/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.yaml new file mode 100644 index 0000000000000..ba0529fa9c787 --- /dev/null +++ b/manifests/p/polrivero/GitHubDesktopPlus/3.5.8-r1/polrivero.GitHubDesktopPlus.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: polrivero.GitHubDesktopPlus +PackageVersion: 3.5.8-r1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.installer.yaml b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.installer.yaml new file mode 100644 index 0000000000000..73c5d3e5e6e4d --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: QuantumNous.NewAPI +PackageVersion: 0.12.13 +InstallerType: portable +Commands: +- new-api +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/QuantumNous/new-api/releases/download/v0.12.13/New-API-App.0.12.13.exe + InstallerSha256: F4EE8FDA70D6244A73D59EA39E2376193687A75CA53F0A91020469EC5F1619F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.locale.en-US.yaml b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..b2e4889002ae2 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: QuantumNous.NewAPI +PackageVersion: 0.12.13 +PackageLocale: en-US +PublisherUrl: https://www.newapi.ai/en/ +PublisherSupportUrl: https://www.newapi.ai/en/support/ +PackageUrl: https://www.newapi.ai/en/ +ShortDescription: Next-Gen LLM Gateway & AI Asset Platform +Description: New API is a next-generation large model gateway and AI asset management system, developed based on One API. The project aims to provide a unified interface for managing and utilizing various AI model services, including but not limited to OpenAI, Anthropic, Gemini, and Midjourney. +Tags: +- ai +- anthropic-api +- chatbot +- large-language-model +- llm +- openai-api +- openai-response +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.newapi.ai/en/guide/ +- DocumentLabel: Wiki + DocumentUrl: https://www.newapi.ai/en/wiki/ +- DocumentLabel: API Reference + DocumentUrl: https://www.newapi.ai/en/api/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.locale.zh-CN.yaml b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4cbbc9db81db --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: QuantumNous.NewAPI +PackageVersion: 0.12.13 +PackageLocale: zh-CN +Publisher: Quantum Nous +PublisherUrl: https://www.newapi.ai/ +PublisherSupportUrl: https://www.newapi.ai/support/ +Author: 锟腾科技(杭州)有限公司 +PackageName: New API +PackageUrl: https://www.newapi.ai/ +License: AGPL-3.0 +LicenseUrl: https://github.com/QuantumNous/new-api/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Quantum Nous. All Rights Reserved. +ShortDescription: 新一代大模型网关与 AI 资产管理系统 +Description: New API 是一个新一代大模型网关与 AI 资产管理系统,基于 One API 进行二次开发。该项目旨在提供一个统一的接口来管理和使用各种 AI 模型服务,包括但不限于 OpenAI、Anthropic、Gemini和 Midjourney 等。 +Tags: +- anthropic-api +- openai-api +- openai-response +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + This release improves admin workflows for top-ups and makes account status changes apply more consistently. + Bug Fixes + - Disabling a user now takes effect immediately instead of being delayed by stale cached account data. + Improvements + - Top-up logs now include additional admin-only audit details to make review and troubleshooting easier. + Breaking Changes + - Top-up searches are now limited to a maximum 30-day date range to keep queries responsive and reliable. + + Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.12...v0.12.13 +ReleaseNotesUrl: https://github.com/QuantumNous/new-api/releases/tag/v0.12.13 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://www.newapi.ai/guide/ +- DocumentLabel: 维基百科 + DocumentUrl: https://www.newapi.ai/wiki/ +- DocumentLabel: 接口文档 + DocumentUrl: https://www.newapi.ai/api/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.yaml b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.yaml new file mode 100644 index 0000000000000..8e8b6014dd5a3 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.12.13/QuantumNous.NewAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: QuantumNous.NewAPI +PackageVersion: 0.12.13 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.installer.yaml b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.installer.yaml new file mode 100644 index 0000000000000..70104f76d6560 --- /dev/null +++ b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Readdle.Spark +PackageVersion: 3.28.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 09e2d43b-2e9a-5a23-a54c-87838a95fcb3 +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.sparkmailapp.com/Spark3/win/dist/3.28.5.138226/Spark.exe + InstallerSha256: FE111935F6E582DDE416253298B7DFF6756D47F4FE105394A2783B607C4E2E26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.locale.en-US.yaml b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.locale.en-US.yaml new file mode 100644 index 0000000000000..582f53c699a8c --- /dev/null +++ b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Readdle.Spark +PackageVersion: 3.28.5 +PackageLocale: en-US +Publisher: Spark Mail Limited +PublisherUrl: https://readdle.com/ +PublisherSupportUrl: https://sparkmailapp.com/help +PrivacyUrl: https://sparkmailapp.com/legal/privacy-app +Author: Readdle Limited +PackageName: Spark Desktop +PackageUrl: https://sparkmailapp.com/ +License: Proprietary +LicenseUrl: https://sparkmailapp.com/legal/terms +Copyright: Copyright © 2026 Readdle +ShortDescription: Smart. Focused. Email. +Description: Fast, cross-platform email designed to filter out the noise - so you can focus on what's important. +Tags: +- email +- mail +ReleaseNotes: |- + Two things worth knowing about in this release. + Spark now connects to HubSpot. Log emails, create contacts, export meeting notes — without leaving your inbox. + And shared links now support comments. Share a thread with your team, enable comments, and collaborate right from the web. + We've also fixed a number of bugs and improved overall stability. + Share your feedback at support@sparkmailapp.com + + P.S. If you encounter any issues with the automatic update, please use the following link to download the update manually: + https://downloads.sparkmailapp.com/Spark3/win/dist/3.28.5.138226/Spark.exe +ReleaseNotesUrl: https://sparkmailapp.com/spark3/win/changelog +PurchaseUrl: https://sparkmailapp.com/pricing +Documentations: +- DocumentLabel: How to + DocumentUrl: https://sparkmailapp.com/how-to +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.locale.zh-CN.yaml b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d1122e5579f43 --- /dev/null +++ b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Readdle.Spark +PackageVersion: 3.28.5 +PackageLocale: zh-CN +Publisher: Spark Mail Limited +PublisherUrl: https://readdle.com/zh +PublisherSupportUrl: https://sparkmailapp.com/help +PrivacyUrl: https://sparkmailapp.com/zh/legal/privacy-app +Author: Readdle Limited +PackageName: Spark Desktop +PackageUrl: https://sparkmailapp.com/zh +License: 专有软件 +LicenseUrl: https://sparkmailapp.com/zh/legal/terms +Copyright: Copyright © 2026 Readdle +ShortDescription: 智能、聚焦、邮件。 +Description: 超高效兼跨平台:专为静忧收件设计,专心聚焦重要事项。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://sparkmailapp.com/spark3/win/changelog +PurchaseUrl: https://sparkmailapp.com/zh/pricing +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://sparkmailapp.com/zh/how-to +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.yaml b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.yaml new file mode 100644 index 0000000000000..8f63d604b25b5 --- /dev/null +++ b/manifests/r/Readdle/Spark/3.28.5/Readdle.Spark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Readdle.Spark +PackageVersion: 3.28.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.installer.yaml b/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.installer.yaml new file mode 100644 index 0000000000000..6ea2ff422538b --- /dev/null +++ b/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.installer.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.3.11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-04-16 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.3.11/Rio-installer-x86_64.msi + InstallerSha256: B259B8CCFD87B3666E8A66D9188C70811DFCDE171EC98FD558AD7C6B5AA2C17B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{E4021575-DC3F-4D08-8FB1-BAA4E0901AB7}' + AppsAndFeaturesEntries: + - ProductCode: '{E4021575-DC3F-4D08-8FB1-BAA4E0901AB7}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +- Architecture: arm64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.3.11/Rio-installer-aarch64.msi + InstallerSha256: F834B7093A6D8DD56440B5B105BA9F77828A4266B38F58BF6FE6B6AD584E15F2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{F715DD16-4D03-40C8-9F87-A37CDDA00988}' + AppsAndFeaturesEntries: + - ProductCode: '{F715DD16-4D03-40C8-9F87-A37CDDA00988}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.locale.en-US.yaml b/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.locale.en-US.yaml new file mode 100644 index 0000000000000..209bf20b4fc30 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.3.11 +PackageLocale: en-US +Publisher: Raphael Amorim +PublisherUrl: https://github.com/raphamorim/rio +PublisherSupportUrl: https://github.com/raphamorim/rio/issues +Author: Raphael Amorim +PackageName: Rio +PackageUrl: https://github.com/raphamorim/rio +License: MIT +LicenseUrl: https://github.com/raphamorim/rio/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022-present Raphael Amorim +CopyrightUrl: https://raw.githubusercontent.com/raphamorim/rio/main/LICENSE +ShortDescription: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. +Description: |- + Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. + The supported platforms currently consist of BSD, Linux, MacOS and Windows. +Moniker: rio +Tags: +- cross-platform +- terminal +- terminal-emulators +ReleaseNotes: |- + - Fix wayland freezing. + - Windows: native MessageBoxW close-confirmation dialog when confirm-before-quit = true (default), mirroring macOS's applicationShouldTerminate NSAlert in rio-window/src/platform_impl/macos/app_delegate.rs. Replaces rio's in-window GPU-rendered confirmation modal on Windows. New EventLoopRunner.confirm_before_quit: Cell set via the same public EventLoop::set_confirm_before_quit that macOS already uses (cfg gate widened to any(target_os = "macos", target_os = "windows")). The WM_CLOSE handler in event_loop.rs checks the flag and vsync_state.window_count() <= 1 (only the last window prompts — matches macOS's app-wide quit semantics) and on confirm-No swallows the message so the window stays open. rioterm's WindowEvent::CloseRequested handler now follows the same fast path on Windows as on macOS — routes.remove(&window_id) + maybe-exit() — since the user already confirmed at the OS layer. + - Windows render loop now matches the macOS / CVDisplayLink model exactly: Window::request_redraw sets a per-window Arc dirty flag instead of immediately calling RedrawWindow(RDW_INTERNALPAINT). The DwmFlush worker thread (rio-window/src/platform_impl/windows/event_loop/vsync.rs) is the single source of frame timing — per composition cycle it iterates the window registry and, for each window where dirty || should_present_after_input (1 s post-input window, identical to macOS), calls RedrawWindow(.., RDW_INVALIDATE). Existing WM_PAINT → RedrawRequested path is unchanged. Plumbing: new vsync::VSyncSharedState (Arc>>> registry + Mutex for last input) lives on ActiveEventLoop, threaded into WindowData and the Window struct so input handlers, request_redraw, and the worker all share it. Window::Drop unregisters before DESTROY_MSG_ID. Replaces the earlier "always invalidate per vsync" zed mirror — that approach worked but didn't compose with the app's own request_redraw, which made scroll feel locked to DWM tick. Now scroll-driven renders queue immediately into the next vsync (≤16 ms wait) and idle frames are skipped entirely. Net behaviour matches macOS one-to-one. + - Windows: window.blur = true now actually blurs (was a no-op stub). Implementation calls DwmSetWindowAttribute with DWMWA_SYSTEMBACKDROP_TYPE = DWMSBT_TRANSIENTWINDOW (Acrylic) when blur is on, DWMSBT_NONE when off — uses the existing set_system_backdrop plumbing in rio-window/src/platform_impl/windows/window.rs. Wired both at window creation (via attributes.blur in on_create) and at runtime via the cross-platform Window::set_blur. Requires Windows 11 22H2+; older builds silently no-op (matches the previous behaviour). + - Windows: vsync-driven render loop with 1-second post-input sustain (matches macOS / Linux / zed behaviour). All inside rio-window — frontends still just respond to RedrawRequested. New worker thread (platform_impl/windows/event_loop/vsync.rs) calls DwmFlush() per composition cycle; when DWM is disabled, the monitor is asleep, or the call returns under the 1 ms threshold (RDP / occluded), it falls back to thread::sleep at the queried DwmGetCompositionTimingInfo.qpcRefreshPeriod interval, with a rateRefresh numerator/denominator fallback for spuriously low values and a 16.6 ms (60 Hz) default if both queries fail. Same heuristic zed uses in gpui_windows/src/vsync.rs. Each tick PostMessageW's a registered custom message (Winit::VsyncTick) to the existing thread_msg_target; the handler in thread_event_target_callback enumerates thread windows via EnumThreadWindows, filters with IsWindowVisible, and posts RedrawWindow(hwnd, RDW_INTERNALPAINT) per visible window so the existing WM_PAINT path emits RedrawRequested unchanged. The fan-out is gated on a new EventLoopRunner.should_present_after_input() (1 s window after the last input event) — same field/method names as the macOS / Wayland / X11 implementations. mark_input_received is hooked into public_window_callback_inner for WM_KEY{DOWN,UP}, WM_SYSKEY{DOWN,UP}, WM_MOUSE{MOVE,WHEEL,HWHEEL}, all four button down/up pairs, WM_TOUCH, and WM_POINTER{DOWN,UPDATE,UP}. EventLoop::drop now joins the worker thread (via a stub()-and-mem::replace swap) before destroying thread_msg_target so the worker can never PostMessageW to a freed HWND. New windows-sys feature Win32_System_Performance for QueryPerformanceFrequency. build.rs no longer panics when cross-compiling between host and target OS (#[cfg(target_os = ...)] branches now also check CARGO_CFG_TARGET_OS), so cargo check --target x86_64-pc-windows-gnu actually works from a macOS workstation. + - Linux: vsync-driven render loop with 1-second post-input sustain (matches macOS / zed behaviour). Two changes inside rio-window (no rioterm churn — frontends still just respond to RedrawRequested). Wayland (platform_impl/linux/wayland/event_loop/mod.rs): the wl_callback::Done handler now unconditionally re-arms the next wl_surface.frame() and drives an auto-loop, modelled on zed's gpui_linux/src/linux/wayland/window.rs:572-587. Compositors stop delivering Done for occluded windows so the loop pauses naturally without an explicit visibility check. X11 (platform_impl/linux/x11/mod.rs): a new calloop::timer::Timer source reschedules at the primary monitor's xrandr-derived refresh rate (monitor::mode_refresh_rate_millihertz, fallback 60 Hz); each tick sets EventLoopState.vsync_pending and the main pump fans the flag out to every visible window via the existing redraw_sender channel. Mirrors zed's gpui_linux/src/linux/x11/client.rs:1934-1971. Both paths gate the synthetic RedrawRequested on a new should_present_after_input() (1 s window after the last input event) — same field/method names as the existing macOS implementation in platform_impl/macos/window_delegate.rs:139,997. mark_input_received is hooked into the Wayland KeyboardHandler and PointerHandler and into the X11 KeyPress/KeyRelease + XInput2 ButtonPress/Release/Motion dispatch sites in event_processor.rs. Net effect: ProMotion / 144 Hz / 240 Hz monitors now stay at peak refresh during typing/scroll on Wayland and X11; idle terminals don't burn extra CPU because the gate falls back to the existing dirty-driven path outside the 1 s window. + - Full kitty graphics protocol Unicode-placeholder support (kitten icat --unicode-placeholder and any tmux/yazi/etc. that uses U+10EEEE placement cells). Wire-protocol bugs fixed: (1) the APC parser stored U=1 into a private cmd.virtual_placement field that was never propagated to PlacementRequest, so place_graphic always fell through to the direct-overlay branch; (2) place_virtual_graphic was auto-writing U+10EEEE cells to the grid, racing kitty's own writes (per the spec the application emits the cells, the terminal only stores metadata); (3) icat uses a=T,U=1 (combined transmit-and-display) which goes through kitty_transmit_and_display, not place_graphic — that handler now also routes virtual placements correctly and pushes pixel data to pending_images (the regular overlay path did this implicitly via place_kitty_overlay); (4) the diacritics table had 299 entries instead of the canonical 297 (two stray entries \u{06EA} and \u{06ED} from earlier work), shifting every index past the divergence point so image_id_high decoded as the wrong byte (e.g. 0x5C stored, 0x5E decoded). Replaced with the 297 entries from kitty/gen/rowcolumn-diacritics.txt. Shader bug fixed: image.metal interpreted source_rect.zw as size but the new code passes it as end-coords; switched to mix(.xy, .zw, corner) (only worked before because every overlay used the full-image default [0,0,1,1]). Renderer side, modeled cell-by-cell on ghostty's graphics_unicode.zig: new Row.kitty_virtual_placeholder per-row dirty flag set in Crosswords::input and checked by the scan loop, so we only walk rows that contain a placeholder (page.zig:1953-1958); new IncompletePlacement + can_append / append / complete implements kitty's diacritic continuation rules — a cell with missing row/col/high-byte diacritics inherits from the previous cell on the row and the col field can be omitted to mean "auto-increment from prev" (graphics_unicode.zig:407-535); the renderer now walks each visible row left-to-right, builds runs of consecutive cells that belong to the same (image_id, placement_id, image_row) with sequential image columns, and pushes ONE GraphicOverlay per run instead of one per placement (matches ghostty's PlacementIterator); per-run aspect-preserving fit, centering, and source-rect clipping factored into kitty_virtual::compute_run_geometry — handles partial visibility (placement scrolled half off-screen renders only the visible image slice), runs that fall entirely in the centering padding (returns None), and runs that straddle the padding boundary (clips both the screen rect and the source rect so the rendered slice exactly covers the fitted-image area). Placeholder cells render with style.background_color = None so the per-cell bg quad doesn't cover the BelowText image. GraphicOverlay gained a source_rect: [f32; 4] field (default [0,0,1,1] via FULL_SOURCE_RECT) wired through to the existing ImageInstance.source_rect. Tests cover: the 297-entry diacritic table, IncompletePlacement::from_cell across all input shapes (Indexed fg, Spec fg + 3rd diacritic, underline=placement_id, missing diacritics, Named fg → 0), all can_append cases (row inherit, col inherit, sequential col, col jump, row mismatch, image-id mismatch, image-id-high inherit), a 3-cell run with only the first cell carrying diacritics, parser-level U=1 propagation, the metadata-only contract of place_virtual_graphic, an end-to-end pass that feeds icat's exact wire format and asserts both the resulting grid cells AND the per-row dirty flag, and compute_run_geometry across exact-fit / image-taller-than-grid (horizontal centering + left-padding cull) / image-wider-than-grid (vertical centering + top-row cull) / partial-visibility-scrolled-off-top / origin-offset / zero-sized-image cases. +ReleaseNotesUrl: https://github.com/raphamorim/rio/releases/tag/v0.3.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.yaml b/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.yaml new file mode 100644 index 0000000000000..5495528e219d1 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.3.11/raphamorim.rio.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.installer.yaml b/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.installer.yaml new file mode 100644 index 0000000000000..4f4f717ae4bb1 --- /dev/null +++ b/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: robinovitch61.jeeves +PackageVersion: 0.1.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-04-15" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: jeeves.exe + PortableCommandAlias: jeeves + InstallerUrl: https://github.com/robinovitch61/jeeves/releases/download/v0.1.0/jeeves_0.1.0_Windows_i386.zip + InstallerSha256: b6116b5a67a38ebccc1e0700d3f75c4d046dac3583d66a513d508cec148f3d6e + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: jeeves.exe + PortableCommandAlias: jeeves + InstallerUrl: https://github.com/robinovitch61/jeeves/releases/download/v0.1.0/jeeves_0.1.0_Windows_x86_64.zip + InstallerSha256: 582e242f0deca7d9e66f475592b256053fb6efd07bfa4c585c8bc8e3010625a8 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: jeeves.exe + PortableCommandAlias: jeeves + InstallerUrl: https://github.com/robinovitch61/jeeves/releases/download/v0.1.0/jeeves_0.1.0_Windows_arm64.zip + InstallerSha256: 1d63fe1e5c681f6149b3dbacf4194f714f2abe6c5df358154c8ed654fe0b4f84 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.locale.en-US.yaml b/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.locale.en-US.yaml new file mode 100644 index 0000000000000..c81aace917b72 --- /dev/null +++ b/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: robinovitch61.jeeves +PackageVersion: 0.1.0 +PackageLocale: en-US +Publisher: robinovitch61 +PackageName: jeeves +PackageUrl: https://github.com/robinovitch61/jeeves +License: MIT +Copyright: Leo Robinovitch +ShortDescription: A TUI for AI agent sessions. +Moniker: jeeves +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.yaml b/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.yaml new file mode 100644 index 0000000000000..c803570a3d719 --- /dev/null +++ b/manifests/r/robinovitch61/jeeves/0.1.0/robinovitch61.jeeves.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: robinovitch61.jeeves +PackageVersion: 0.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 0000000000000..88adc3b1f96c0 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.4.8 +InstallerType: nullsoft +Scope: user +ProductCode: OpenCode +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- ProductCode: OpenCode +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.4.8/opencode-desktop-windows-x64.exe + InstallerSha256: 10DF963F4B3D6D53B0B206606EDC3CD897681B92067EA3C88F222B42FA0CC559 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.4.8/opencode-desktop-windows-arm64.exe + InstallerSha256: 4A609EE12E7F6335AA3A9C7742C438FE29649897F2D4370F64032E806FDE6EB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..03442abb95b87 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.4.8 +PackageLocale: en-US +Publisher: opencode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It''s available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Fixed a crash when experimental mode was enabled. + - Let plugin tools return metadata in execute results. (@jquense) + - Show real filenames instead of /dev/null in revert diffs. + - Improved workspace session handling when a workspace no longer exists. + - Fixed Windows ctrl+z terminal suspend and input undo behavior. + - Enabled Azure prompt caching with a default per-session cache key. + + TUI + - Preserve prompt input when views unmount and remount. + - Keep session list dialogs ordered more consistently within each day. + + Desktop + - Fixed desktop workspace loading so ready state persists correctly. + - Fixed desktop session syncing when loading project data from query cache. + - Added beta desktop settings to hide title bar tools like navigation, search, terminal, status, and file tree. + - Improved desktop session change loading in the review panel. + Thank you to 1 community contributor: + - @jquense: + - fix: preserve plugin tool metadata in execute result (#22827) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.4.8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.yaml new file mode 100644 index 0000000000000..e55583e0c9e67 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.4.8/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.4.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 0000000000000..4e4c0a643ed5d --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.4.9 +InstallerType: nullsoft +Scope: user +ProductCode: OpenCode +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- ProductCode: OpenCode +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.4.9/opencode-desktop-windows-x64.exe + InstallerSha256: 3A4CA8C60096EA50B6A3DEF72FF135D3423969D37FE37B28EF9795BD53F7F70D +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.4.9/opencode-desktop-windows-arm64.exe + InstallerSha256: 92638D2D83EED30353AD8758F876EC8371791E29B2248B4A9ACD57B4D905E9EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..07e9e41021a84 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.4.9 +PackageLocale: en-US +Publisher: opencode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It''s available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Added LLM Gateway as a provider, including config support and model usage reporting. (@smakosh) + - Limited GitHub Copilot Opus 4.7 models to medium reasoning effort to avoid unsupported variants. (@OpeOginni) + - Improved remote workspace reconnection with exponential backoff and clearer failure handling. + + TUI + - Fixed --session-id so it opens the requested session after app startup. + - Fixed light mode detection in Ghostty. + + Desktop + - Fixed the beta desktop app so the file tree still appears when enabled in settings. + Thank you to 3 community contributors: + - @OpeOginni: + - fix(opencode): rescrict github copilot opus 4.7 variants to "medium" (#23097) + - @jenperson: + - docs: adding Mistral to docs as a provider (it is already a provider, just docs update) #23070 (#23072) + - @smakosh: + - feat: add LLM Gateway provider (#7847) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.4.9 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.yaml new file mode 100644 index 0000000000000..95af9de20b2f9 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.4.9/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.4.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.4.9/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.4.9/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..2fd4415452edf --- /dev/null +++ b/manifests/s/SST/opencode/1.4.9/SST.opencode.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.4.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.4.9/opencode-windows-x64.zip + InstallerSha256: 56D31A0FCD6A2E13CA9A68B1CC65D5EDBDC28567658ED897E520007A65332D0B +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.4.9/opencode-windows-arm64.zip + InstallerSha256: F7A006BD7665ECB3F38760248DE1838872C239CC5028A8C05D5507B2437386CF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.4.9/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.4.9/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..407d0b0c9e03e --- /dev/null +++ b/manifests/s/SST/opencode/1.4.9/SST.opencode.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.4.9 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Added LLM Gateway as a provider, including config support and model usage reporting. (@smakosh) + - Limited GitHub Copilot Opus 4.7 models to medium reasoning effort to avoid unsupported variants. (@OpeOginni) + - Improved remote workspace reconnection with exponential backoff and clearer failure handling. + TUI + - Fixed --session-id so it opens the requested session after app startup. + - Fixed light mode detection in Ghostty. + Desktop + - Fixed the beta desktop app so the file tree still appears when enabled in settings. + Thank you to 3 community contributors: + - @OpeOginni: + - fix(opencode): rescrict github copilot opus 4.7 variants to "medium" (#23097) + - @jenperson: + - docs: adding Mistral to docs as a provider (it is already a provider, just docs update) #23070 (#23072) + - @smakosh: + - feat: add LLM Gateway provider (#7847) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.4.9 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.4.9/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.4.9/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..83306674744fe --- /dev/null +++ b/manifests/s/SST/opencode/1.4.9/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.4.9 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.4.9/SST.opencode.yaml b/manifests/s/SST/opencode/1.4.9/SST.opencode.yaml new file mode 100644 index 0000000000000..721d27eadf205 --- /dev/null +++ b/manifests/s/SST/opencode/1.4.9/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.4.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.installer.yaml b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.installer.yaml new file mode 100644 index 0000000000000..92c6bf485f719 --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Dev +PackageVersion: 4.0.0 +Scope: machine +Commands: +- openssl +Installers: +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://slproweb.com/download/Win32OpenSSL-4_0_0.msi + InstallerSha256: 0332204FF77449B42A2F614512CFB6F417A713561962F3F59AF38C90715F108D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{094C1F8F-DD6B-461A-AFBB-00960789B583}' + AppsAndFeaturesEntries: + - DisplayName: OpenSSL 4.0.0 (32-bit) + ProductCode: '{094C1F8F-DD6B-461A-AFBB-00960789B583}' + UpgradeCode: '{7B69213B-526B-4E63-B03A-E5701A74CCD5}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\OpenSSL' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://slproweb.com/download/Win64OpenSSL-4_0_0.msi + InstallerSha256: A51C05F14324F7FAAB8D1B0D7AC245D093B322CFE0833E276CD7CEF34C6B91CF + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{499081A1-D36B-4BA3-8B9E-D6B6425C277E}' + AppsAndFeaturesEntries: + - DisplayName: OpenSSL 4.0.0 (64-bit) + ProductCode: '{499081A1-D36B-4BA3-8B9E-D6B6425C277E}' + UpgradeCode: '{8BA62D91-E3D5-4E94-AEDB-7BB3BA1B578E}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenSSL' +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://slproweb.com/download/Win64ARMOpenSSL-4_0_0.msi + InstallerSha256: 9ECD05723FBA3358A0081C9272CF469E4DA95580C57656E5F86BEB47F460B2DB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{2F0B696D-7CD8-474C-82D5-1A16CC84BAD2}' + AppsAndFeaturesEntries: + - DisplayName: OpenSSL 4.0.0 for ARM (64-bit) + ProductCode: '{2F0B696D-7CD8-474C-82D5-1A16CC84BAD2}' + UpgradeCode: '{48963397-0F00-40E0-A37F-740EBBA6E4D5}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenSSL' +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://slproweb.com/download/Win32OpenSSL-4_0_0.exe + InstallerSha256: 017B180EE89720988572644CE5778C22352F6103416062257CA7BA0191496BEE + ProductCode: OpenSSL (32-bit)_is1 +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://slproweb.com/download/Win64OpenSSL-4_0_0.exe + InstallerSha256: 90238E6480FC84E0D0C813BD744295B4E3E6FD2EC3770DBB153448E550359DE7 + ProductCode: OpenSSL (64-bit)_is1 +- Architecture: arm64 + InstallerType: inno + InstallerUrl: https://slproweb.com/download/Win64ARMOpenSSL-4_0_0.exe + InstallerSha256: C88235E2FD6EC8B2A5D87DD4E5A42A59DA90A74027BA6D7138F641C5DC508505 + ProductCode: OpenSSL for ARM (64-bit)_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.locale.en-US.yaml b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.locale.en-US.yaml new file mode 100644 index 0000000000000..93762dc4fa810 --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Dev +PackageVersion: 4.0.0 +PackageLocale: en-US +Publisher: Shining Light Productions +PublisherUrl: https://slproweb.com/ +PublisherSupportUrl: https://slproweb.com/support.html +PackageName: OpenSSL +PackageUrl: https://slproweb.com/products/Win32OpenSSL.html +License: Freeware +Copyright: © 2000-2026 Shining Light Productions +ShortDescription: Install OpenSSL - a robust, commercial-grade, full-featured toolkit for general-purpose cryptography and secure communication. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.locale.zh-CN.yaml b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9bc8bd4df1c7e --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Dev +PackageVersion: 4.0.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 安装 OpenSSL——一套功能全面、商业级强度的通用加密工具包,为密码学应用与安全通信提供强大支持。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.yaml b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.yaml new file mode 100644 index 0000000000000..cd61b384c1174 --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Dev/4.0.0/ShiningLight.OpenSSL.Dev.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Dev +PackageVersion: 4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.installer.yaml b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.installer.yaml new file mode 100644 index 0000000000000..02f3550850dbf --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.installer.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Light +PackageVersion: 4.0.0 +Scope: machine +Commands: +- openssl +Installers: +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://slproweb.com/download/Win32OpenSSL_Light-4_0_0.msi + InstallerSha256: 3349374219F30DF0834BF5865761A43564801A58496FD0C5F3DCEF12D80EDE98 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{D5BD880B-81D7-4F38-8FEF-216CF617EF67}' + AppsAndFeaturesEntries: + - DisplayName: OpenSSL Light 4.0.0 (32-bit) + ProductCode: '{D5BD880B-81D7-4F38-8FEF-216CF617EF67}' + UpgradeCode: '{7B69213B-526B-4E63-B03A-E5701A74CCD5}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://slproweb.com/download/Win64OpenSSL_Light-4_0_0.msi + InstallerSha256: CB922A104B348D527ACA95B588A4E75DBA97B45C0171117150B0FF3F30B67A72 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{BFC8A3C6-954A-43FA-8FBA-95D58118C70A}' + AppsAndFeaturesEntries: + - DisplayName: OpenSSL Light 4.0.0 (64-bit) + ProductCode: '{BFC8A3C6-954A-43FA-8FBA-95D58118C70A}' + UpgradeCode: '{8BA62D91-E3D5-4E94-AEDB-7BB3BA1B578E}' +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://slproweb.com/download/Win64ARMOpenSSL_Light-4_0_0.msi + InstallerSha256: 5AC88A97FCD62056CE458B5AC559864920F41E43BDC9A6F1F8125ADF3CD39C9B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{86126537-3F8A-46D4-9391-2BDE2328B14E}' + AppsAndFeaturesEntries: + - DisplayName: OpenSSL Light 4.0.0 for ARM (64-bit) + ProductCode: '{86126537-3F8A-46D4-9391-2BDE2328B14E}' + UpgradeCode: '{48963397-0F00-40E0-A37F-740EBBA6E4D5}' +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://slproweb.com/download/Win32OpenSSL_Light-4_0_0.exe + InstallerSha256: C14D48976D8B9E724A0D8237281F4248F96DEE0C56B4194F1B4365CA20EBE30D + ProductCode: OpenSSL Light (32-bit)_is1 +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://slproweb.com/download/Win64OpenSSL_Light-4_0_0.exe + InstallerSha256: 539588B195F660E7FB32F2ED11E9D0C729CE71C975F89CC7F74B3B6E80E45F9E + ProductCode: OpenSSL Light (64-bit)_is1 +- Architecture: arm64 + InstallerType: inno + InstallerUrl: https://slproweb.com/download/Win64ARMOpenSSL_Light-4_0_0.exe + InstallerSha256: AEE7E5541E0B00F94C8342E86A46EAEC27325019E81DFE593F6B7D073A69625F + ProductCode: OpenSSL Light for ARM (64-bit)_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.locale.en-US.yaml b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.locale.en-US.yaml new file mode 100644 index 0000000000000..ae6a43d07e6af --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Light +PackageVersion: 4.0.0 +PackageLocale: en-US +Publisher: Shining Light Productions +PublisherUrl: https://slproweb.com/ +PublisherSupportUrl: https://slproweb.com/support.html +PackageName: OpenSSL Light +PackageUrl: https://slproweb.com/products/Win32OpenSSL.html +License: Freeware +Copyright: © 2000-2026 Shining Light Productions +ShortDescription: Install the most commonly used essentials of OpenSSL - a robust, commercial-grade, full-featured toolkit for general-purpose cryptography and secure communication. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.locale.zh-CN.yaml b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f6b9219c72da1 --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Light +PackageVersion: 4.0.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 安装 OpenSSL——一套功能全面、商业级强度的通用加密工具包,为密码学应用与安全通信提供强大支持——的核心组件。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.yaml b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.yaml new file mode 100644 index 0000000000000..4dd4fb1edde6f --- /dev/null +++ b/manifests/s/ShiningLight/OpenSSL/Light/4.0.0/ShiningLight.OpenSSL.Light.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ShiningLight.OpenSSL.Light +PackageVersion: 4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.installer.yaml b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.installer.yaml new file mode 100644 index 0000000000000..e55ffd376a62a --- /dev/null +++ b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Snowflake.SnowSQL +PackageVersion: 1.5.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: TESTFILEPRODUCTDIR="" +UpgradeBehavior: install +Commands: +- snowsql +ProductCode: '{101DBC49-235B-453C-8D0A-4D3A893B32A3}' +ReleaseDate: 2026-04-16 +AppsAndFeaturesEntries: +- UpgradeCode: '{D9D48A7C-FA95-11E5-86AA-5E5517507C66}' +Installers: +- Architecture: x64 + InstallerUrl: https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.5/windows_x86_64/snowsql-1.5.0-windows_x86_64.msi + InstallerSha256: A0995FA8D5EB5B4B7878C43B10C2F19912514D2230DA95CC1D3759FC3AD86362 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.locale.en-US.yaml b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.locale.en-US.yaml new file mode 100644 index 0000000000000..5806b4f73fb67 --- /dev/null +++ b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Snowflake.SnowSQL +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: Snowflake, Inc. +PublisherUrl: https://www.snowflake.com/ +PublisherSupportUrl: https://www.snowflake.com/en/support/ +PrivacyUrl: https://www.snowflake.com/en/legal/privacy/privacy-policy/ +Author: Snowflake, Inc. +PackageName: Snowflake SnowSQL +PackageUrl: https://www.snowflake.com/en/developers/downloads/snowsql/ +License: Proprietary +LicenseUrl: https://www.snowflake.com/en/legal/terms-of-service/ +Copyright: © 2026 Snowflake Inc. All Rights Reserved +CopyrightUrl: https://www.snowflake.com/en/legal/terms-of-service/ +ShortDescription: SnowSQL is the next-generation command line client for connecting to Snowflake. Use it to execute SQL queries and perform all DDL and DML operations, including loading and unloading data into Snowflake, directly from your terminal. +Tags: +- database +- snowflake +- sql +ReleaseNotesUrl: https://docs.snowflake.com/en/release-notes/client-change-log-snowsql +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://docs.snowflake.com/en/user-guide/snowsql +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.locale.zh-CN.yaml b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c8973643be9a1 --- /dev/null +++ b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Snowflake.SnowSQL +PackageVersion: 1.5.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: SnowSQL 是连接 Snowflake 的下一代命令行客户端,可以直接从终端执行 SQL 查询并执行所有 DDL 和 DML 操作,包括将数据加载和卸载到 Snowflake。 +Tags: +- snowflake +- sql +- 数据库 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://docs.snowflake.com/en/user-guide/snowsql +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.yaml b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.yaml new file mode 100644 index 0000000000000..8fc7673bce5ec --- /dev/null +++ b/manifests/s/Snowflake/SnowSQL/1.5.0/Snowflake.SnowSQL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Snowflake.SnowSQL +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.installer.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.installer.yaml new file mode 100644 index 0000000000000..2b4a353be77b3 --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TabularEditor.TabularEditor.3 +PackageVersion: 3.26.1 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +FileExtensions: +- bim +- cs +- csx +- json +- ovpax +- pbip +- pbit +- tmdl +- vpax +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +AppsAndFeaturesEntries: +- UpgradeCode: '{FEC89026-C88D-4598-B6AF-1E6CB88B34EB}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.tabulareditor.com/files/TabularEditor.3.26.1.x64.Net8.msi + InstallerSha256: AD54CC951ED75C024BD56B73FC100F75238CD24C82A29C78484C5E2C4EC3BEE7 + ProductCode: '{037F4AEE-DD2E-4358-A591-8A02B964FE79}' +- Architecture: arm64 + InstallerUrl: https://cdn.tabulareditor.com/files/TabularEditor.3.26.1.ARM64.Net8.msi + InstallerSha256: 1788D081AAC4CE042C2690D1E074DDA51557A818017915EB55828744C97DB4FA + ProductCode: '{D481883C-A0ED-4A87-B976-3C157010CF95}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.locale.en-US.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.locale.en-US.yaml new file mode 100644 index 0000000000000..e88b158ac3f7f --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TabularEditor.TabularEditor.3 +PackageVersion: 3.26.1 +PackageLocale: en-US +Publisher: Tabular Editor ApS +PublisherUrl: https://tabulareditor.com/ +PublisherSupportUrl: https://github.com/TabularEditor/TabularEditor3/issues +PrivacyUrl: https://tabulareditor.com/privacy-policy +Author: Tabular Editor ApS +PackageName: Tabular Editor 3 +PackageUrl: https://tabulareditor.com/downloads +License: Proprietary +LicenseUrl: https://tabulareditor.com/license-terms +Copyright: © 2026 Tabular Editor ApS +CopyrightUrl: https://tabulareditor.com/license-terms +ShortDescription: A tool that lets you easily manipulate and manage measures, calculated columns, display folders, perspectives and translations in Analysis Services Tabular and Power BI Sematic Models. +Tags: +- dax +- power-bi +- powerbi +ReleaseNotes: |- + Improvements in 3.26.1 + AI Assistant + - Reduced AI assistant token consumption with a better progressive-disclosure approach for model metadata discovery, which should help avoid hitting input token rate limits. + - Enabled use of caching for Anthropic models (which weren't cached previously) + - Better, more targetted tools that help LLMs produce better results, including a model metadata search tool. + - The OpenAI and Anthropic AI providers now support an optional base URL override, enabling use with OpenAI regional endpoints and models deployed in Microsoft Foundry. + - For Open AI and Anthropic, the model name field is now pre-populated with known models, while still allowing custom model names. + - Hovering over the AI chat token counter displays a tooltip with a breakdown of full-price input tokens, cached input tokens, cache writes, and output tokens. The slider bar continues to show context window pressure. + Table Import Wizard + - The Table Import Wizard now filters the catalog and schema lists for Databricks connections based on the settings already specified on the data source. When a catalog is already configured, the wizard skips the catalog query. Tables and views are filtered by schema when one is specified, reducing clutter in large catalogs. + - New Databricks connections now default to Implementation 2.0 in the connection dialog. Existing connections that do not explicitly specify an Implementation version are left unchanged. + - Added support for Databricks service principal authentication using OAuth Machine-to-Machine (M2M) flow. A new "OAuth (M2M)" option in the Databricks connection dialog lets you authenticate with a Client ID and Client Secret. The ODBC driver handles token acquisition and refresh automatically. This works across all Databricks clouds (Azure, AWS, GCP). + Bugfixes in 3.26.1 + - Fixed a bug where always-inject custom instructions (e.g. core.md) were included in both the base system prompt and the per-turn injection, causing ~1,200 tokens of duplicated content on every API call. + - Fixed an issue where Ctrl+Z (undo) and Ctrl+Y (redo) keyboard shortcuts were not working in the AI Assistant chat input field. + - Fixed an issue where the AI Assistant would fail with an HTTP 400 error when using models that do not support custom temperature values (e.g. OpenAI o-series reasoning models). The assistant now automatically retries without the temperature parameter when this error is detected. + - Fixed low-contrast rendering of inline code (e.g., `Tokenize()`) inside user chat messages on the light theme. + - Fixed an issue where clicking "Allow" (not "Allow for session") on a consent prompt would silently grant consent to a second tool call in the same turn without prompting. Each tool call now requires its own consent when using one-time approval. + - Fixed an issue where the AI Assistant's knowledge base search would fail when the query contained special characters such as # (e.g. searching for "C# language support"). + - Fixed the AI provider endpoint tooltip not updating when switching between providers in the preferences dialog. + - Fixed an issue where the AI Assistant errored when chatting with models hosted on Databricks via a custom OpenAI-compatible provider. + - Fixed an issue where AI Assistant tool calling silently failed when using custom OpenAI-compatible providers such as OpenRouter. The assistant would receive tool call requests from the model but never execute them, causing it to appear stuck or respond with text only. + - Fixed the "Updating document content" inline marker showing the document ID instead of the new content in its tooltip and Copy button. + - Fixed the OpenAI Project ID preference being incorrectly bound to Organization ID. + - Fixed an issue where the Table Import Wizard would reconstruct Databricks M expression options from scratch instead of preserving the original data source options, potentially losing non-default settings. + - Fixed a bug that would cause the TOM Explorer / Properties view to "lock up" after a failure occurred in the Import Table Wizard, requiring a restart of the application. + - Fixed some localization issues where certain UI strings were not translatable. + - Fixed an unhandled FileNotFoundException on startup when the Microsoft Edge WebView2 runtime is partially installed or corrupted. + - Fixed an issue where modal message dialogs (e.g. "No schema changes detected") could appear on a different monitor than the main application window, making Tabular Editor appear frozen. Dialogs now always appear centered on the main form's monitor, and clicking the disabled main form flashes the dialog to draw attention. + - Fixed a NullReferenceException that could occur when importing tables from a Fabric Lakehouse, if the data source identifier had changed since the table import settings were last saved (e.g. after upgrading the model's compatibility level or switching partition types). + - Fixed an issue where the Windows Account Manager (WAM) authentication dialog could appear behind the "please wait" spinner during operations like "Update table schema", making the application appear frozen while waiting for user interaction on a hidden dialog. +ReleaseNotesUrl: https://docs.tabulareditor.com/en/references/release-notes/3_26_1.html +PurchaseUrl: https://tabulareditor.com/pricing +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.tabulareditor.com/ +- DocumentLabel: Learn + DocumentUrl: https://tabulareditor.com/learn +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.locale.zh-CN.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..25788182195ef --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TabularEditor.TabularEditor.3 +PackageVersion: 3.26.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款可让您轻松操作和管理 Analysis Services 表格模型及 Power BI 语义模型中度量值、计算列、显示文件夹、透视和翻译的工具。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.tabulareditor.com/ +- DocumentLabel: 学习 + DocumentUrl: https://tabulareditor.com/learn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.yaml new file mode 100644 index 0000000000000..d0d8184134e19 --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.26.1/TabularEditor.TabularEditor.3.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TabularEditor.TabularEditor.3 +PackageVersion: 3.26.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.installer.yaml b/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.installer.yaml new file mode 100644 index 0000000000000..8a185d30e3b72 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.installer.yaml @@ -0,0 +1,56 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 5.10.4 +InstallModes: +- interactive +- silent +- silentWithProgress +Protocols: +- tg +Installers: +- Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.10.4/tsetup-x64.5.10.4.exe + InstallerSha256: 028DA3F4E50432E02038DA33332C94786AA18344CC078F552EA130C2F434567D + UpgradeBehavior: install +- Architecture: x86 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.10.4/tsetup.5.10.4.exe + InstallerSha256: 4068E00C97BE8DD954222BD6FD9303F86E50FB291D18DB53661868F403A5680A + UpgradeBehavior: install +- Architecture: arm64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.10.4/tsetup-arm64.5.10.4.exe + InstallerSha256: B6DA7AB8D6C281A522B149CAB69C0966C6919433F0872382D11A232DC261322C + UpgradeBehavior: install +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.10.4/tportable-x64.5.10.4.zip + InstallerSha256: 70B8EAE475C2292688F496A2760B20637903EE4EAEC7E5F4C71D14AFF652976C +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.10.4/tportable.5.10.4.zip + InstallerSha256: BAD36722169DC0B755C46A6F91A1A5D6BC76E7DA3C471354C8EC99909266E977 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.10.4/tportable-arm64.5.10.4.zip + InstallerSha256: 56328041DEB6A5FF46A963B4DA23FDD0B1F990806B66A89E82A924630BDBC5B5 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-01-22 diff --git a/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.locale.en-US.yaml b/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..3158583ba064a --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 5.10.4 +PackageLocale: en-US +Publisher: Telegram FZ-LLC +PublisherUrl: https://telegram.org +PublisherSupportUrl: https://telegram.org/support +PrivacyUrl: https://telegram.org/privacy +Author: Telegram FZ-LLC +PackageName: Telegram Desktop +PackageUrl: https://desktop.telegram.org +License: GNU-3.0-only +LicenseUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LICENSE +Copyright: Copyright (c) 2014-2024 The Telegram Desktop Authors. +CopyrightUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LEGAL +ShortDescription: Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed. +Moniker: telegram +Tags: +- chat +- messaging +- messenger +ReleaseNotes: |- + - Add messages search in channel comments. + - Allow sending your unique gifts to blockchain. + - Add option for running in backround on Linux. + - Fix possible freeze on quit on macOS. +ReleaseNotesUrl: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.10.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/telegramdesktop/tdesktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.yaml b/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.yaml new file mode 100644 index 0000000000000..30af263b217a8 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/5.10.4/Telegram.TelegramDesktop.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 5.10.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.installer.yaml b/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.installer.yaml new file mode 100644 index 0000000000000..40a12fe06a943 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.installer.yaml @@ -0,0 +1,56 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 5.15.4 +InstallModes: +- interactive +- silent +- silentWithProgress +Protocols: +- tg +Installers: +- Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.15.4/tsetup-x64.5.15.4.exe + InstallerSha256: D6ADC589281652D5D4AE1D25B8614E8700B22A0CF7270B757E6534A12903F6BD + UpgradeBehavior: install +- Architecture: x86 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.15.4/tsetup.5.15.4.exe + InstallerSha256: DC48C4C5ACBFA2177248A8EC31D4F638DAF763558CDFA6561D32AD4CE55724F2 + UpgradeBehavior: install +- Architecture: arm64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.15.4/tsetup-arm64.5.15.4.exe + InstallerSha256: 2AC504DF2F6AA4C8295173EA263DDBBA30CD9AC81EAEAE0124AF74CB8BF5F23A + UpgradeBehavior: install +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.15.4/tportable-x64.5.15.4.zip + InstallerSha256: FA2A615A8306C1A026C26838EA45B082F4460458BE7EF9AF60BADA1906F95335 +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.15.4/tportable.5.15.4.zip + InstallerSha256: AAC4738D72A3CD6E220F0A3377CC53390B62D7A2F3478FF260E52F24B6C29972 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v5.15.4/tportable-arm64.5.15.4.zip + InstallerSha256: 61BA7255B36F35901077D70333649338375DB3D61769396BA2AE094E0266BE31 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-06-13 diff --git a/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.locale.en-US.yaml b/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..4bdb70fbd3977 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 5.15.4 +PackageLocale: en-US +Publisher: Telegram FZ-LLC +PublisherUrl: https://telegram.org +PublisherSupportUrl: https://telegram.org/support +PrivacyUrl: https://telegram.org/privacy +Author: Telegram FZ-LLC +PackageName: Telegram Desktop +PackageUrl: https://desktop.telegram.org +License: GNU-3.0-only +LicenseUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LICENSE +Copyright: Copyright (c) 2014-2024 The Telegram Desktop Authors. +CopyrightUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LEGAL +ShortDescription: Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed. +Moniker: telegram +Tags: +- chat +- messaging +- messenger +ReleaseNotes: |- + - Fix updating messages in Saved Messages subchats. + - Fix possible issues with mouse cursor on Linux. +ReleaseNotesUrl: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.15.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/telegramdesktop/tdesktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.yaml b/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.yaml new file mode 100644 index 0000000000000..dad5b86c4a130 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/5.15.4/Telegram.TelegramDesktop.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 5.15.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/Telegram/TelegramDesktop/6.7.0/Telegram.TelegramDesktop.installer.yaml b/manifests/t/Telegram/TelegramDesktop/6.7.0/Telegram.TelegramDesktop.installer.yaml index 7a3e80f571ae3..91939f0e1fe13 100644 --- a/manifests/t/Telegram/TelegramDesktop/6.7.0/Telegram.TelegramDesktop.installer.yaml +++ b/manifests/t/Telegram/TelegramDesktop/6.7.0/Telegram.TelegramDesktop.installer.yaml @@ -12,19 +12,19 @@ Installers: - Architecture: x64 InstallerType: inno Scope: user - InstallerUrl: https://td.telegram.org/tx64/tsetup-x64.6.7.0.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.7.0/tsetup-x64.6.7.0.exe InstallerSha256: 2D8C6A04AD900483C4738000CF2D5B1513CE45971E522F1847D3D5560FA2DB36 UpgradeBehavior: install - Architecture: x86 InstallerType: inno Scope: user - InstallerUrl: https://td.telegram.org/tsetup/tsetup.6.7.0.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.7.0/tsetup.6.7.0.exe InstallerSha256: 59EB3F1F09A6A188C0ABF2A8CDB4BED72F8EA90F22B517C987B5927012473F6F UpgradeBehavior: install - Architecture: arm64 InstallerType: inno Scope: user - InstallerUrl: https://td.telegram.org/tarm64/tsetup-arm64.6.7.0.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.7.0/tsetup-arm64.6.7.0.exe InstallerSha256: A732F79E9AB714BA561685276F48BFB5AE349B198644F487276485B366968C93 UpgradeBehavior: install - Architecture: x64 @@ -33,7 +33,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Telegram\Telegram.exe PortableCommandAlias: Telegram.exe - InstallerUrl: https://td.telegram.org/tx64/tportable-x64.6.7.0.zip + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.7.0/tportable-x64.6.7.0.zip InstallerSha256: 8E3EC40C66538DC53526D82D29E8EC2E83597DDDA2A140BDB41BA13D05E4A24F - Architecture: x86 InstallerType: zip @@ -41,7 +41,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Telegram\Telegram.exe PortableCommandAlias: Telegram.exe - InstallerUrl: https://td.telegram.org/tsetup/tportable.6.7.0.zip + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.7.0/tportable.6.7.0.zip InstallerSha256: 444AF9FF5D6BE53C3897223321014ABA305CFAD326178EA06359E2BA265C2391 - Architecture: arm64 InstallerType: zip @@ -49,7 +49,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Telegram\Telegram.exe PortableCommandAlias: Telegram.exe - InstallerUrl: https://td.telegram.org/tarm64/tportable-arm64.6.7.0.zip + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.7.0/tportable-arm64.6.7.0.zip InstallerSha256: 2663914DE953773EC47B0DB19123115335A5FDB8A4EE8CA8D219FE55F00C90D7 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.installer.yaml b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.installer.yaml new file mode 100644 index 0000000000000..f39dbd1b4d526 --- /dev/null +++ b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tanaton.mendo +PackageVersion: 0.1.2.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mendo.exe + PortableCommandAlias: mendo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tanaton/mendo/releases/download/v0.1.2.5/mendo.zip + InstallerSha256: 14A3ACF2A22083AB595B1AF494D3CE8F7D9417568B29C5E654C384E81A247D4E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.locale.en-US.yaml b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.locale.en-US.yaml new file mode 100644 index 0000000000000..43dc7b4139f93 --- /dev/null +++ b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tanaton.mendo +PackageVersion: 0.1.2.5 +PackageLocale: en-US +Publisher: tanaton +PackageName: mendo +PackageUrl: https://github.com/tanaton/mendo +License: MIT +LicenseUrl: https://github.com/tanaton/mendo/blob/main/LICENSE +ShortDescription: Fast and lightweight Markdown viewer for Windows +Description: A native Windows Markdown viewer that renders directly using Direct2D/DirectWrite without a web browser, achieving fast performance and low memory usage. +Tags: +- markdown +- viewer +- direct2d +- native +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.locale.ja-JP.yaml b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.locale.ja-JP.yaml new file mode 100644 index 0000000000000..a8fd826d0ed1e --- /dev/null +++ b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.locale.ja-JP.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: tanaton.mendo +PackageVersion: 0.1.2.5 +PackageLocale: ja-JP +Publisher: tanaton +PackageName: mendo +PackageUrl: https://github.com/tanaton/mendo +License: MIT +LicenseUrl: https://github.com/tanaton/mendo/blob/main/LICENSE +ShortDescription: Windows向け高速・省メモリMarkdownビュアー +Description: Webブラウザを使わず、Direct2D/DirectWriteによる自前レンダリングでWindows向け高速Markdownビュアーを実現するネイティブアプリケーション。 +Tags: +- markdown +- viewer +- direct2d +- native +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.yaml b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.yaml new file mode 100644 index 0000000000000..aaf359d07679d --- /dev/null +++ b/manifests/t/tanaton/mendo/0.1.2.5/tanaton.mendo.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tanaton.mendo +PackageVersion: 0.1.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.installer.yaml b/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.installer.yaml new file mode 100644 index 0000000000000..816b67662fd02 --- /dev/null +++ b/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: twpayne.chezmoi +PackageVersion: 2.70.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-04-17" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: chezmoi.exe + PortableCommandAlias: chezmoi + InstallerUrl: https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_windows_i386.zip + InstallerSha256: 65f35934c8a5608701013a34c6741084eb4a641d5ab5e5e5bed3257052c39eb2 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: chezmoi.exe + PortableCommandAlias: chezmoi + InstallerUrl: https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_windows_amd64.zip + InstallerSha256: 0dec4f62a04c203da809c670b11c4271315ba1dc3f5d5571883c9d7a6f45bec6 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: chezmoi.exe + PortableCommandAlias: chezmoi + InstallerUrl: https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_windows_arm64.zip + InstallerSha256: 90157b54c0562420a9b03979e4f65f5aa82ef65ba56477efb6cd512cdfb0e317 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.locale.en-US.yaml b/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.locale.en-US.yaml new file mode 100644 index 0000000000000..901a5d5ac8a50 --- /dev/null +++ b/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.locale.en-US.yaml @@ -0,0 +1,40 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: twpayne.chezmoi +PackageVersion: 2.70.2 +PackageLocale: en-US +Publisher: twpayne +PublisherUrl: https://github.com/twpayne +PublisherSupportUrl: https://github.com/twpayne/chezmoi/issues +Author: Tom Payne +PackageName: chezmoi +PackageUrl: https://chezmoi.io +License: MIT +LicenseUrl: https://github.com/twpayne/chezmoi/blob/master/LICENSE +Copyright: Copyright (c) 2018-2026 Tom Payne +ShortDescription: Manage your dotfiles across multiple diverse machines, securely. +Moniker: chezmoi +Tags: + - cli + - configuration + - dotbot + - dotfile + - dotfiles + - stow + - yadm +ReleaseNotes: | + ## Changelog + ### Features + * 0e3ba0588222996ac707465e5d92f67b0f5a93ed feat: Add .chezmoi.flags template variable + * 0f3969ddda7b60ff06c92d35b19554c44d17dccb feat: Make stdinIsATTY template func available in all templates + * 135c0430dcc0b6f201394932f6f310ea93ba2929 feat: Switch to betterleaks for secret detection + ### Fixes + * 9627c29abbfa318c355a096065350f0a4973ac0c fix: Re-enable support for TOML 1.1 + ### Documentation + * b1aacd726df533ffd1f2fec7ded8e2ecfdb26e0e docs: Add links to articles and video + * c4f940fefedb19cabfcd9ad0ec843955e65309fc docs: Always use https to get install script + * c8a0fa4a259069bc65aacc8ee42df9440fbe127a docs: Add link to article + * 7b84c612c6e633cac9ab39dfe9de816641860e42 docs: Improve documentation of secret command +ReleaseNotesUrl: https://github.com/twpayne/chezmoi/releases/tag/v2.70.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.yaml b/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.yaml new file mode 100644 index 0000000000000..728385e2be969 --- /dev/null +++ b/manifests/t/twpayne/chezmoi/2.70.2/twpayne.chezmoi.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: twpayne.chezmoi +PackageVersion: 2.70.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/Urin/moove/0.4.1/Urin.moove.installer.yaml b/manifests/u/Urin/moove/0.4.1/Urin.moove.installer.yaml new file mode 100644 index 0000000000000..90c7ac6ba7184 --- /dev/null +++ b/manifests/u/Urin/moove/0.4.1/Urin.moove.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Urin.moove +PackageVersion: 0.4.1 +InstallerType: zip +NestedInstallerType: portable +ArchiveBinariesDependOnPath: true +NestedInstallerFiles: +- RelativeFilePath: moove.exe + PortableCommandAlias: moove +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/urin/moove/releases/download/v0.4.1/moove-windows-x86_64.zip + InstallerSha256: F0124D9E8F858670048708310E0D889CE263EDE57361F4388C6F9D9BF2D8D2A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Urin/moove/0.4.1/Urin.moove.locale.en-US.yaml b/manifests/u/Urin/moove/0.4.1/Urin.moove.locale.en-US.yaml new file mode 100644 index 0000000000000..7e55e7761e06f --- /dev/null +++ b/manifests/u/Urin/moove/0.4.1/Urin.moove.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Urin.moove +PackageVersion: 0.4.1 +PackageLocale: en-US +Publisher: Urin +PublisherUrl: https://github.com/urin +PublisherSupportUrl: https://github.com/urin/moove/issues +Author: Urin +PackageName: moove +PackageUrl: https://github.com/urin/moove +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/urin/moove/blob/main/LICENSE-MIT +ShortDescription: Manipulate file names and locations from your text editor. +Description: Rename and move files and directories by editing a generated list in your preferred text editor. +Moniker: moove +Tags: +- cli +- move +- rename +- rust +ReleaseNotesUrl: https://github.com/urin/moove/releases/tag/v0.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Urin/moove/0.4.1/Urin.moove.yaml b/manifests/u/Urin/moove/0.4.1/Urin.moove.yaml new file mode 100644 index 0000000000000..0bc4f06e33d66 --- /dev/null +++ b/manifests/u/Urin/moove/0.4.1/Urin.moove.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Urin.moove +PackageVersion: 0.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.installer.yaml b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.installer.yaml new file mode 100644 index 0000000000000..2472b6f84f85f --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.04.15.08.45.stable_02 +InstallerType: inno +Protocols: +- warp +ProductCode: warp-terminal-stable_is1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.04.15.08.45.stable_02&arch=x86_64 + InstallerSha256: 2233D90182BBC49722A24F947B32DE512BFBFC7A8ECB97992574986D6D161AE2 + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.04.15.08.45.stable_02&arch=x86_64 + InstallerSha256: 2233D90182BBC49722A24F947B32DE512BFBFC7A8ECB97992574986D6D161AE2 + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.04.15.08.45.stable_02&arch=arm64 + InstallerSha256: 637CDAF1D7D6995C58607DDF5650C584068CD094961F987A11591939918D4255 + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.04.15.08.45.stable_02&arch=arm64 + InstallerSha256: 637CDAF1D7D6995C58607DDF5650C584068CD094961F987A11591939918D4255 + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.locale.en-US.yaml b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.locale.en-US.yaml new file mode 100644 index 0000000000000..ff7b23ffc827d --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.04.15.08.45.stable_02 +PackageLocale: en-US +Publisher: Denver Technologies, Inc. +PublisherUrl: https://www.warp.dev/ +PublisherSupportUrl: https://www.warp.dev/contact +PrivacyUrl: https://www.warp.dev/privacy-policy +Author: Denver Technologies, Inc. +PackageName: Warp +PackageUrl: https://www.warp.dev/windows-terminal +License: Proprietary +LicenseUrl: https://www.warp.dev/terms-of-service +Copyright: Copyright 2025 Warp +CopyrightUrl: https://www.warp.dev/terms-of-service +ShortDescription: Warp is the intelligent terminal with AI and your dev team’s knowledge built-in. Warp brings AI, collaboration, and a modern-UX to this essential developer tool to help you become even more powerful. +Description: |- + Warp is the intelligent terminal with AI and your dev team's knowledge built-in. + Key Features: + - Warp AI: AI integrated in your terminal for natural language input, autofill, and intelligent suggestions. + - Warp Drive: Notebooks, workflows, and environment variables for you to use personally or with your team. + - Modern UX and Text Editing: Commands and outputs are grouped into easy to use Blocks, and you can use your cursor or customizable keybindings to easily navigate Warp’s input editor. + You can fully customize Warp's appearance, prompts, settings, and keybindings to fit your preferences. Warp works with zsh, bash, fish, and PowerShell, and is built with Rust for high performance. +Tags: +- ai +- console +- terminal +PurchaseUrl: https://www.warp.dev/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.warp.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.locale.zh-CN.yaml b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d480ef6c8c980 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.04.15.08.45.stable_02 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Warp 是一款内置 AI 和开发团队知识的智能终端。Warp 为这款重要的开发工具带来了 AI、协作和现代用户体验,让您变得更加出色。 +Description: |- + Warp 是一款内置 AI 和开发团队知识的智能终端。 + 主要功能: + - Warp AI:AI 集成在你的终端中,用于自然语言输入、自动填充和智能建议。 + - Warp Drive:笔记本、工作流和环境变量,供个人或团队使用。 + - 现代用户体验和文本编辑:将命令和输出归类到易用的“块”(Block)中,您可以使用光标或自定义组合键来轻松浏览 Warp 的输入编辑器。 + 您可以完全自定义 Warp 的外观、提示、设置和组合键,以满足自己的喜好。Warp 可与 zsh、bash、fish 和 PowerShell 配合使用,并采用 Rust 构建,性能卓越。 +Tags: +- console +- terminal +- 人工智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.warp.dev/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.yaml b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.yaml new file mode 100644 index 0000000000000..8485456dc6d20 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.04.15.08.45.stable_02/Warp.Warp.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.04.15.08.45.stable_02 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.installer.yaml b/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.installer.yaml new file mode 100644 index 0000000000000..d1c647126d096 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.12.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.12.1/dotsider-mcp-win-x64.msi + InstallerSha256: D2766BE2F4B87BF5142F791E565D65CB678D4795F053CA15989CFBCA7113E218 + ProductCode: '{C01E42DE-8851-43B8-BACA-508A2071FA22}' +- Architecture: arm64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.12.1/dotsider-mcp-win-arm64.msi + InstallerSha256: B57CC6FF7D2836B0BF1DCDE50A5F0E824002FFD08925B70BB97B69B8E18AC0BE + ProductCode: '{2AFA2BA9-D73D-4BBB-B7FE-183707D64E77}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-17 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.locale.en-US.yaml b/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.locale.en-US.yaml new file mode 100644 index 0000000000000..f9aceabe4a823 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.12.1 +PackageLocale: en-US +Publisher: willibrandon +PublisherUrl: https://github.com/willibrandon +PublisherSupportUrl: https://github.com/willibrandon/dotsider/issues +PackageName: dotsider-mcp +PackageUrl: https://github.com/willibrandon/dotsider +License: MIT +LicenseUrl: https://github.com/willibrandon/dotsider/blob/main/LICENSE +ShortDescription: MCP server for AI-assisted .NET assembly analysis +Description: |- + dotsider-mcp is a standalone Model Context Protocol server that exposes + dotsider's .NET assembly analysis engine to AI coding assistants like + Claude Code, VS Code Copilot, and others. It provides 28 tools for + assembly analysis, IL disassembly, metadata inspection, dependency graphs, + size analysis, string extraction, diffing, and runtime tracing. +Tags: +- dotnet +- assembly +- mcp +- ai +- analysis +- il +- metadata +- devtools +ReleaseNotesUrl: https://github.com/willibrandon/dotsider/releases/tag/v0.12.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/willibrandon/dotsider/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.yaml b/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.yaml new file mode 100644 index 0000000000000..6dba9329bf02e --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.12.1/willibrandon.dotsider-mcp.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.installer.yaml b/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.installer.yaml new file mode 100644 index 0000000000000..0ef543683c6cc --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.12.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.12.0/dotsider-win-x64.msi + InstallerSha256: F5F12EAB6668E73A910ABC2B0F2983D9F7D118F1FBF214E275EFADF3730C71BB + ProductCode: '{125784BD-B1DB-4700-81D1-DE21F49D8003}' +- Architecture: arm64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.12.0/dotsider-win-arm64.msi + InstallerSha256: AE1581BB750121AF7C7C3136B8CF6931C2904A72F59B644DD63B7546F2E97C58 + ProductCode: '{BDBDEC3D-0C64-4A06-A402-E57208646280}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-16 diff --git a/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.locale.en-US.yaml b/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.locale.en-US.yaml new file mode 100644 index 0000000000000..5a9690a8b16d6 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.12.0 +PackageLocale: en-US +Publisher: willibrandon +PublisherUrl: https://github.com/willibrandon +PublisherSupportUrl: https://github.com/willibrandon/dotsider/issues +PackageName: dotsider +PackageUrl: https://github.com/willibrandon/dotsider +License: MIT +LicenseUrl: https://github.com/willibrandon/dotsider/blob/main/LICENSE +ShortDescription: A TUI for analyzing .NET assemblies +Description: |- + dotsider is a terminal UI for analyzing .NET assemblies — structure, metadata, + IL disassembly, strings, hex dump, dependency graphs, size maps, and live + runtime tracing via EventPipe. It also supports assembly diffing and NuGet + package browsing. +Tags: +- dotnet +- assembly +- tui +- il +- metadata +- pe +- disassembler +- cli +- terminal +- devtools +ReleaseNotesUrl: https://github.com/willibrandon/dotsider/releases/tag/v0.12.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/willibrandon/dotsider/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.yaml b/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.yaml new file mode 100644 index 0000000000000..d25b95a43f90c --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.12.0/willibrandon.dotsider.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.installer.yaml b/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.installer.yaml new file mode 100644 index 0000000000000..0141d3b0a34de --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.12.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.12.1/dotsider-win-x64.msi + InstallerSha256: EF97DB570BE40278DECEA5A8280A139570FEBC254793EFDC8E699645D8157E05 + ProductCode: '{8D1E63F3-E112-4FF8-B30B-D66AAF6F4956}' +- Architecture: arm64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.12.1/dotsider-win-arm64.msi + InstallerSha256: 482498D3B015149F77D49BAECE696328D7DD75300A89B31F9752BE6F6F278484 + ProductCode: '{51726843-7D87-4FEA-AD7F-C37AD962B0D7}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-17 diff --git a/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.locale.en-US.yaml b/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.locale.en-US.yaml new file mode 100644 index 0000000000000..60783f2cc3b00 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.12.1 +PackageLocale: en-US +Publisher: willibrandon +PublisherUrl: https://github.com/willibrandon +PublisherSupportUrl: https://github.com/willibrandon/dotsider/issues +PackageName: dotsider +PackageUrl: https://github.com/willibrandon/dotsider +License: MIT +LicenseUrl: https://github.com/willibrandon/dotsider/blob/main/LICENSE +ShortDescription: A TUI for analyzing .NET assemblies +Description: |- + dotsider is a terminal UI for analyzing .NET assemblies — structure, metadata, + IL disassembly, strings, hex dump, dependency graphs, size maps, and live + runtime tracing via EventPipe. It also supports assembly diffing and NuGet + package browsing. +Tags: +- dotnet +- assembly +- tui +- il +- metadata +- pe +- disassembler +- cli +- terminal +- devtools +ReleaseNotesUrl: https://github.com/willibrandon/dotsider/releases/tag/v0.12.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/willibrandon/dotsider/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.yaml b/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.yaml new file mode 100644 index 0000000000000..2c30036214599 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.12.1/willibrandon.dotsider.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.installer.yaml b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.installer.yaml new file mode 100644 index 0000000000000..e5683b6796cea --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.40 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Work Review +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wm94i/Work_Review/releases/download/v1.0.40/Work_Review_1.0.40_x64-setup.exe + InstallerSha256: 1C5D91688B03040B42C42E8C4E1471676CC41712B4E3634F7030D6C6385BA1EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.locale.en-US.yaml b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.locale.en-US.yaml new file mode 100644 index 0000000000000..1b35f099c9ab2 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.40 +PackageLocale: en-US +License: Freeware +ShortDescription: Automatically records for you which apps you use, which web pages you browse, and how much time you spend on each app throughout the day. +Description: |- + Work Review continuously records the apps you use, websites you visit, key windows and screen content throughout the day in the background, then organizes these discrete fragments into a work trajectory that supports playback, follow-up queries, and work retrospectives. + - No manual clock-in is required, nor do you need to recall what you did that day afterwards + - The overview, timeline, daily report, and work assistant all share the same set of underlying records + - You can not only view statistics, but also directly trace back to specific pages, window titles and contextual screenshots + - Supports three interface languages: Simplified Chinese, English, and Traditional Chinese; daily reports are generated and switched automatically according to the currently selected language + - Supports lightweight mode, hourly activity view, Markdown export of daily reports, and switching between multi-screen screenshot strategies + - The Desktop Avatar Beta is now available, accompanying you during work with more lightweight virtual desktop pet status feedback + All data is stored locally, and no data will be uploaded to any server. AI features are optional, and the product is fully usable even when these features are disabled. +Tags: +- time +- timer +- tracker +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.locale.zh-CN.yaml b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..506829ee975f0 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.40 +PackageLocale: zh-CN +Publisher: workreview +PublisherUrl: https://github.com/wm94i +PublisherSupportUrl: https://github.com/wm94i/Work_Review/issues +PackageName: Work Review +PackageUrl: https://github.com/wm94i/Work_Review +License: 免费软件 +Copyright: © 2026 WorkReview +ShortDescription: 帮你自动记录一天中使用了哪些应用、浏览了哪些网页、在每个应用上花了多少时间 +Description: |- + Work Review 会在后台持续记录你当天使用过的应用、访问过的网站、关键窗口和屏幕内容,再把这些离散片段整理成一条可回看、可追问、可复盘的工作轨迹。 + - 不需要手动打卡,也不用事后回忆今天干了什么 + - 概览、时间线、日报、工作助手共用同一份底层记录 + - 既能看统计,也能直接追到具体页面、窗口标题和上下文截图 + - 支持简体中文 / English / 繁體中文三种界面语言,日报会按当前语言分别生成与切换 + - 支持轻量模式、按小时活跃度视图、日报 Markdown 导出和多屏截图策略切换 + - 现在还提供 桌面化身 Beta,用更轻量的桌宠状态反馈陪你工作 + 全部数据本地存储,不上传任何服务器。AI 功能可选,关掉也完全可用。 +Tags: +- 时间 +- 计时器 +- 跟踪器 +ReleaseNotes: |- + 新增 + - 为 GNOME Wayland 提供仓库内桌宠输入扩展,桌宠现在可以通过 D-Bus 获取最近一次按键与鼠标状态。 + - 设置页支持自动安装 GNOME 桌宠扩展,并显示安装、启用以及“需要重新登录 GNOME Shell”状态。 + 修复 + - 修复 macOS 在部分前台窗口场景下更容易选错时间线截图目标屏幕的问题:前台窗口位置与尺寸现直接参与截图目标判定。 + - 修复同一时间线活动在后续合并时详情截图被新截图覆盖的问题:合并记录时保留首张归档截图路径,避免历史截图漂移。 + - 修复时间线合并路径中仅用于 OCR 的新截图在任务完成后仍残留的问题:OCR 完成后会清理临时截图,减少无效归档。 + - 修复时间线详情页“高清图”实际返回缩略图的问题:现直接返回归档原始 JPG,截图内容判断更准确。 + - 修复 Linux X11 下桌宠缺少全局键鼠监听的问题,恢复完整键盘与鼠标联动。 + - 修复 KDE / Hyprland Wayland 下桌宠输入能力不透明的问题,当前会按实际能力标记为“仅鼠标移动”。 + - 修复 GNOME Wayland 下桌宠长期缺少可用输入链的问题,当前已支持鼠标联动与最近一次键盘按下联动。 + macOS 安装说明 + 首次打开可能提示「已损坏,无法打开」,请执行: + sudo xattr -rd com.apple.quarantine '/Applications/Work Review.app' +ReleaseNotesUrl: https://github.com/wm94i/Work_Review/releases/tag/v1.0.40 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.yaml b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.yaml new file mode 100644 index 0000000000000..e40ec4d5833f2 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.40/wm94i.WorkReview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.40 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.installer.yaml b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.installer.yaml new file mode 100644 index 0000000000000..cdf568fed67de --- /dev/null +++ b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: XiaoLan.CodexAccountSwitch +PackageVersion: 1.3.16 +InstallerType: inno +UpgradeBehavior: install +ProductCode: '{0ACAA3F5-9AE4-4E3E-9D0D-7B9A7A7D1C21}_is1' +ReleaseDate: 2026-04-16 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/download/v1.3.16/Codex_AccountSwitch_Setup_windows_x86_v1.3.16.exe + InstallerSha256: 89CC15371BFCA93C455DC9D86E9EF705D464C67BDC71A040D1C2B4C06AA7B059 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/download/v1.3.16/Codex_AccountSwitch_Setup_windows_x86_v1.3.16.exe + InstallerSha256: 89CC15371BFCA93C455DC9D86E9EF705D464C67BDC71A040D1C2B4C06AA7B059 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/download/v1.3.16/Codex_AccountSwitch_Setup_windows_x64_v1.3.16.exe + InstallerSha256: 91BE36989C91243F813469003A8CF909576A96198B0AFBBDB99BD1E47A9EF30E + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/download/v1.3.16/Codex_AccountSwitch_Setup_windows_x64_v1.3.16.exe + InstallerSha256: 91BE36989C91243F813469003A8CF909576A96198B0AFBBDB99BD1E47A9EF30E + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/download/v1.3.16/Codex_AccountSwitch_Setup_windows_arm_v1.3.16.exe + InstallerSha256: 9694FB2B269034F66FE806D84BDE325CAB0B7171B3591EBF3818B782098CE181 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/download/v1.3.16/Codex_AccountSwitch_Setup_windows_arm_v1.3.16.exe + InstallerSha256: 9694FB2B269034F66FE806D84BDE325CAB0B7171B3591EBF3818B782098CE181 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.locale.en-US.yaml b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.locale.en-US.yaml new file mode 100644 index 0000000000000..083899d065c09 --- /dev/null +++ b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XiaoLan.CodexAccountSwitch +PackageVersion: 1.3.16 +PackageLocale: en-US +Publisher: Xiao Lan +PublisherUrl: https://xiaolana.uk/ +PublisherSupportUrl: https://github.com/isxlan0/Codex_AccountSwitch/issues +PackageName: Codex Account Switch +PackageUrl: https://github.com/isxlan0/Codex_AccountSwitch +License: MIT +LicenseUrl: https://github.com/isxlan0/Codex_AccountSwitch/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Xiao Lan +ShortDescription: Manage and switch multiple AI coding accounts locally without restarting development tools. +Description: |- + Local-first, multi-account, visual manager for Codex accounts + Built with C++ / Win32 / WebView2 for stability and speed. + + Core Features + - Unified workflow for backup / switch / delete / rename accounts + - Batch actions (batch refresh, batch delete) + - Import/export backup bundles (ZIP) + - Import current login, manual token paste, and quick OAuth file import + - Built-in OAuth login flow (callback listener + manual callback URL submit) + - Quota dashboard, auto-refresh (5H / 7D), low-quota alerts and switch prompts + - API proxy service (port, timeout, LAN access, API key, dispatch strategy) + - Traffic logs and token statistics pages + - Multi-language UI and themes (Auto / Light / Dark) + + Codex Client Local API Proxy for Seamless Number Switching + - API Reverse Proxy - Start Service + - API Reverse Proxy - Codex Client Uses Local Reverse Proxy Mode + - Enables seamless account switching without restarting + - Settings - Account - Automatic Account Switching Prompt for Low Credit Limit. Enabling this feature allows for automatic number switching to continue development work when credit limits are insufficient. +Tags: +- codex +ReleaseNotes: |- + Improve + - The API proxy default model and test model list now use built-in presets instead of requesting model IDs from the upstream API. + Fix + -- +ReleaseNotesUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/tag/v1.3.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.locale.zh-CN.yaml b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a7067a3a9d671 --- /dev/null +++ b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XiaoLan.CodexAccountSwitch +PackageVersion: 1.3.16 +PackageLocale: zh-CN +ShortDescription: 无需重启开发工具,即可在本地管理并切换多个 AI 编程账号。 +Description: |- + 面向 Codex 账户的本地优先、多账户可视化管理器 + 基于 C++ / Win32 / WebView2 开发,兼具稳定性与运行速度。 + + 核心功能 + - 账户备份、切换、删除、重命名统一工作流 + - 批量操作(批量刷新、批量删除) + - 备份包(ZIP 格式)导入/导出 + - 支持导入当前登录账户、手动粘贴 Token、OAuth 文件快速导入 + - 内置 OAuth 登录流程(回调监听器+手动提交回调 URL) + - 额度看板,支持自动刷新(5 小时/7 天)、低额度告警及切换提示 + - API 代理服务(端口、超时时间、局域网访问、API 密钥、调度策略) + - 流量日志与 Token 统计页面 + - 多语言界面与主题(自动/浅色/深色) + + Codex 客户端本地 API 代理,实现无缝换号 + - API 反向代理 - 启动服务 + - API 反向代理 - Codex 客户端使用本地反向代理模式 + - 无需重启即可完成账户无缝切换 + - 设置-账户-额度不足自动切换账户提示:启用该功能后,当额度不足时可自动换号,保障开发工作正常推进。 +ReleaseNotes: |- + 优化 + - API 反代的默认模型与测试模型列表改为软件内置预设,不再请求上游 API 获取模型列表。 + 修复 +ReleaseNotesUrl: https://github.com/isxlan0/Codex_AccountSwitch/releases/tag/v1.3.16 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.yaml b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.yaml new file mode 100644 index 0000000000000..957d52fe8c718 --- /dev/null +++ b/manifests/x/XiaoLan/CodexAccountSwitch/1.3.16/XiaoLan.CodexAccountSwitch.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: XiaoLan.CodexAccountSwitch +PackageVersion: 1.3.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.installer.yaml b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.installer.yaml new file mode 100644 index 0000000000000..610140071a8da --- /dev/null +++ b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.44.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 46f36337-4d96-50a9-99c5-b07ee1bda9f3 +ReleaseDate: 2026-04-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.44.4/Meru-Setup-3.44.4.exe + InstallerSha256: B00EC5168EF21546D7828B510CC515046887EF76CE782F1267F85EE3D8D25DDA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.44.4/Meru-Setup-3.44.4.exe + InstallerSha256: B00EC5168EF21546D7828B510CC515046887EF76CE782F1267F85EE3D8D25DDA + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.44.4/Meru-Setup-3.44.4.exe + InstallerSha256: B00EC5168EF21546D7828B510CC515046887EF76CE782F1267F85EE3D8D25DDA + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.44.4/Meru-Setup-3.44.4.exe + InstallerSha256: B00EC5168EF21546D7828B510CC515046887EF76CE782F1267F85EE3D8D25DDA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.locale.en-US.yaml b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.locale.en-US.yaml new file mode 100644 index 0000000000000..82a5233744718 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.44.4 +PackageLocale: en-US +Publisher: Tim Cheung +PublisherUrl: https://meru.so/ +PublisherSupportUrl: https://github.com/zoidsh/meru/issues +PrivacyUrl: https://meru.so/privacy +Author: Zoid Ltd +PackageName: Meru +PackageUrl: https://meru.so/download +License: AGPL-3.0 +LicenseUrl: https://github.com/zoidsh/meru/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026-present Tim Cheung +CopyrightUrl: https://meru.so/terms +ShortDescription: The Gmail experience you deserve +Description: Meru is an open-source desktop application that brings your Gmail experience out of the browser and onto your desktop. It provides a cleaner, more focused way to access and manage your Gmail account(s). +Tags: +- email +- gmail +- mail +ReleaseNotes: |- + Internal Changes + - License key and trial API requests (api.meru.so) now retry with fallback domain (api.meruapp.io) + - License key and trial API requests errors are now logged for debugging +ReleaseNotesUrl: https://github.com/zoidsh/meru/releases/tag/v3.44.4 +PurchaseUrl: https://meru.so/#pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://meru.so/#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.locale.zh-CN.yaml b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76c28095e3bd3 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.44.4 +PackageLocale: zh-CN +ShortDescription: 您值得拥有的 Gmail 体验 +Description: Meru 是一个开源桌面应用程序,它将您的 Gmail 使用体验从浏览器带到桌面。它提供了一种更简洁、更专注的方式来访问和管理您的 Gmail 帐户。 +Tags: +- gmail +- 电子邮件 +- 邮件 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://meru.so/#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.yaml b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.yaml new file mode 100644 index 0000000000000..cb56630c0157e --- /dev/null +++ b/manifests/z/Zoid/Meru/3.44.4/Zoid.Meru.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.44.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0