From 893c7b74c5b8e1c4d85e634058b10696de724ed6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 10:53:33 +0800 Subject: [PATCH 01/56] New version: LuisPater.CLIProxyAPI version 7.1.19 (#377351) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 ++++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 46 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 ++++++++++ .../7.1.19/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..3c3eae91a12f --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.19/CLIProxyAPI_7.1.19_windows_amd64.zip + InstallerSha256: 97CB6B0F8302535D4837DF63ACE2A8097FB22C57AB602556F04280DD5F54EA25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..3076cafc521c --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - 42e96058712c9054de0953b5f67309708be21770 Merge pull request #3254 from sususu98/fix/antigravity-project-id-onboard + - 8b9ecffc2f9a5f3a03f1e775de45ecc49ca8fe74 Merge pull request #3382 from sususu98/dev + - 48a1c8811541bafe9c7d8992949f53264d07a5ef Merge pull request #3476 from sususu98/fix/codex-context-length-stream-errors-dev + - 21fad9dbb447a2ab70d51d0ac3e3d032525a6054 Merge pull request #3477 from router-for-me/cluster + - 7efc1629baa9cda4a9c957d095e7c4796cfc14ec feat(docker): add cluster-specific docker-compose configuration for CLIProxyAPI + - ad868308c0a499185b3c4341e4a5fc6f91661467 fix codex context length stream errors + - 809feb1e86a66dac5aa76168cce1894526d76706 fix(antigravity): mask project_id in logs + - 33130f18d2d63ed1ddb082c9499d631c10629e00 fix: require antigravity project id + - bfdc0b3989a1f089555994491430ddb2ae3b964b fix: scope antigravity credits fallback gate +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.19 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..9faadab80731 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..cf9812d137c1 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f3b1f4ba6c13f2100abef302702ea2cf3682b45f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 19:53:52 -0700 Subject: [PATCH 02/56] Automatic deletion of GamePP.GamePP 5.6.28.119 (#377433) --- .../5.6.28.119/GamePP.GamePP.installer.yaml | 30 ------------------- .../GamePP.GamePP.locale.zh-CN.yaml | 21 ------------- .../GamePP/5.6.28.119/GamePP.GamePP.yaml | 8 ----- 3 files changed, 59 deletions(-) delete mode 100644 manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml delete mode 100644 manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml delete mode 100644 manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml diff --git a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml b/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml deleted file mode 100644 index dd40d9d03f4a..000000000000 --- a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: GamePP.GamePP -PackageVersion: 5.6.28.119 -InstallerType: exe -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -ProductCode: 'GamePP3' -AppsAndFeaturesEntries: -- DisplayName: 游戏加加 - Publisher: Game Plus Plus Technology Co. Ltd. - ProductCode: 'GamePP3' -UpgradeBehavior: install -ReleaseDate: 2026-01-19 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.gamepp.com/global/GamePP_International.exe - InstallerSha256: 5F788AE79080E5407E267430E60994B01BECCF60A93B4ED12CF142171D895A74 - AppsAndFeaturesEntries: - - DisplayName: 游戏加加 - Publisher: Game Plus Plus Technology Co. Ltd. - ProductCode: 'GamePP3' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml b/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml deleted file mode 100644 index 0383150f6128..000000000000 --- a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: GamePP.GamePP -PackageVersion: 5.6.28.119 -PackageLocale: zh-CN -Publisher: 成都游加佳科技有限公司 -PublisherUrl: https://gamepp.com/about.html -PublisherSupportUrl: https://gamepp.com/support.html -Author: 成都格姆皮皮科技有限公司 -PackageName: 游戏加加 -PackageUrl: https://gamepp.com/download.html -License: Proprietary -LicenseUrl: https://gamepp.com/terms-of-use.html -Copyright: Copyright(c) GamePP.com. All rights reserved -ShortDescription: 游戏加加为您提供实时硬件监控、深度性能评测与AI智能游戏画质,带给您全新电脑性能和游戏体验 -Tags: -- 硬件监控 -ReleaseNotesUrl: https://gamepp.com/log.html -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml b/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml deleted file mode 100644 index d0b7619b8e89..000000000000 --- a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: GamePP.GamePP -PackageVersion: 5.6.28.119 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 From b4df6bd0d95224a4e3b424224ab96861f9131f60 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 11:24:11 +0800 Subject: [PATCH 03/56] New version: Sourcegraph.Amp version 0.0.1779313683-gf89f27 (#377386) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..30b4c78d4bc1 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779313683-gf89f27/amp-windows-x64-baseline.exe + InstallerSha256: 08D4319D77256E38A6F7045021565B77FE9516991816810E42497CB4DE00D7AF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..65d90673a07f --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..0d7a28818312 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..47e97bff825a --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bf5e84c15f19c8572d675bafa9c7a4f51d14cf6d Mon Sep 17 00:00:00 2001 From: Johnny Pickle Date: Wed, 20 May 2026 23:27:06 -0400 Subject: [PATCH 04/56] New Version: IDMComputerSolutionsInc.UEStudio version 25.2.0.28 (#377429) --- ...puterSolutions,Inc.UEStudio.installer.yaml | 20 +++++++++++++++++++ ...erSolutions,Inc.UEStudio.locale.en-US.yaml | 16 +++++++++++++++ .../IDMComputerSolutions,Inc.UEStudio.yaml | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml create mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml create mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.yaml diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml new file mode 100644 index 000000000000..4a5d60fa9af4 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 25.2.0.28 +InstallerLocale: en-US +InstallerType: exe +InstallerSwitches: + Silent: /S /SUPPRESSMSGBOXES + SilentWithProgress: /S /SUPPRESSMSGBOXES +ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.ultraedit.com/winget/ues/win/2025.2.0.28/ues_allinone.exe + InstallerSha256: 2106B6092C4870A90F9042BD6589979D84417EFF08E32B3B474F7B2E4BDB4283 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml new file mode 100644 index 000000000000..fbc59187c9b5 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 25.2.0.28 +PackageLocale: en-US +Publisher: IDM Computer Solutions, Inc. +PublisherUrl: https://www.ultraedit.com/company/about-us +PublisherSupportUrl: https://www.ultraedit.com/support/ +PrivacyUrl: https://www.ideracorp.com/Legal/PrivacyShield +PackageName: UEStudio +PackageUrl: https://www.ultraedit.com/products/uestudio/ +License: Commercial +ShortDescription: A Git-flavored rendition of UltraEdit. UEStudio features native integration of all your Git branches and team collaboration features. Integrates fully with other UltraEdit products. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.yaml new file mode 100644 index 000000000000..a06bd365ac0f --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.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: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 25.2.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dbcb083663978a072a6bfc435d675cc61784031d Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:22 -0700 Subject: [PATCH 05/56] Automatic update of payhereinc.PayhereSeller from 3.3.4 to 3.3.5 (#377431) --- .../payhereinc.PayhereSeller.installer.yaml | 15 +++++++++++++++ .../payhereinc.PayhereSeller.locale.en-US.yaml | 16 ++++++++++++++++ .../3.3.5/payhereinc.PayhereSeller.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml new file mode 100644 index 000000000000..aa8f18e56f54 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.5 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop.payhere.in/windows/Payhere-Seller.exe + InstallerSha256: 5C5D3EA99B22E0FC4C58BD09E1A84F1FA8C94B6429583895EE8533FD10EC4456 + AppsAndFeaturesEntries: + - Publisher: payhere inc. + ProductCode: 2778135c-49fa-5035-8784-a1c823cb0e8d +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml new file mode 100644 index 000000000000..133c21692e7c --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.5 +PackageLocale: en-US +Publisher: payhere inc. +PublisherUrl: https://payhere.in/ +PrivacyUrl: https://payhere.in/policy/privacy/ +PackageName: Payhere Seller +License: Proprietary +Copyright: Copyright © 2024 payhere inc. +ShortDescription: Payhere Seller for desktop +Moniker: payhere-seller +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml new file mode 100644 index 000000000000..0f43c472b218 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03b4f5f2736b3c5b58a86d1c0a2e5cf9fa284112 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:32 -0700 Subject: [PATCH 06/56] Automatic deletion of NIUBI.PartitionEditor.Free 10.2.0 (#377444) --- .../NIUBI.PartitionEditor.Free.installer.yaml | 26 ------------------- ...UBI.PartitionEditor.Free.locale.en-US.yaml | 22 ---------------- .../10.2.0/NIUBI.PartitionEditor.Free.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml deleted file mode 100644 index 0017426317e5..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Free -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Free Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Free Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_free.exe - InstallerSha256: B0752ADB111056CC24378DDFB35752CA5034586D3C4255D7BC4A7F5B74B373D2 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml deleted file mode 100644 index dcb45b173f60..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Free -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Free Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml b/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml deleted file mode 100644 index 22ffaef121b8..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Free -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 289ece7c59fc2d5e240284742b2d24f84c14b99b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:42 -0700 Subject: [PATCH 07/56] Automatic deletion of NIUBI.PartitionEditor.Enterprise 10.2.0 (#377445) --- ....PartitionEditor.Enterprise.installer.yaml | 26 ------------------- ...rtitionEditor.Enterprise.locale.en-US.yaml | 22 ---------------- .../NIUBI.PartitionEditor.Enterprise.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml deleted file mode 100644 index 03e4757b5210..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Enterprise -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Enterprise Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Enterprise Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_enterprise.exe - InstallerSha256: 9A5C5D60DD1317968460655F981143BDC35F40BAB32106E3BD622DF3A67E20A7 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml deleted file mode 100644 index fb9c7ddf04a0..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Enterprise -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Enterprise Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml b/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml deleted file mode 100644 index 2936c8d2b226..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Enterprise -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 605db7b0b20edf7db41ed799958474e440cfe684 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:53 -0700 Subject: [PATCH 08/56] Automatic deletion of NIUBI.PartitionEditor.Technician 10.2.0 (#377446) --- ....PartitionEditor.Technician.installer.yaml | 26 ------------------- ...rtitionEditor.Technician.locale.en-US.yaml | 22 ---------------- .../NIUBI.PartitionEditor.Technician.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml deleted file mode 100644 index c3cde70b15b1..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Technician -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Technician Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Technician Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_technician.exe - InstallerSha256: BC3B9DD1D75A85AB430FFCE1FA59A85677197877793B9F66C74673E2363111C2 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml deleted file mode 100644 index fb00c4634719..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Technician -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Technician Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml b/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml deleted file mode 100644 index e4a83f2eb6a2..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Technician -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 6898c1c24649e684e7f2dfbc240e7276486542f0 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:31:03 -0700 Subject: [PATCH 09/56] Automatic deletion of NIUBI.PartitionEditor.Server 10.2.0 (#377447) --- ...IUBI.PartitionEditor.Server.installer.yaml | 26 ------------------- ...I.PartitionEditor.Server.locale.en-US.yaml | 22 ---------------- .../10.2.0/NIUBI.PartitionEditor.Server.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml deleted file mode 100644 index 09df55528677..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Server -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Server Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Server Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_server.exe - InstallerSha256: F5663625EAFEED26F3082C5616328509DEF45CEB8B84C0B9DDEBF7048770EE94 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml deleted file mode 100644 index ed2158b4d272..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Server -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Server Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml b/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml deleted file mode 100644 index d1fac6fecf2e..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Server -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From bb716c1f64bc9b23e3f77e12da863a34e9a3e12f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:31:14 -0700 Subject: [PATCH 10/56] Automatic deletion of NIUBI.PartitionEditor.Professional 10.2.0 (#377448) --- ...artitionEditor.Professional.installer.yaml | 26 ------------------- ...itionEditor.Professional.locale.en-US.yaml | 22 ---------------- .../NIUBI.PartitionEditor.Professional.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml deleted file mode 100644 index f29d84a6e13d..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Professional -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Professional Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Professional Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_pro.exe - InstallerSha256: 9E4B9462C3A20ADFFE88F9B187F1AE8777E560B84A9A571F0F4067332B3D5EC6 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml deleted file mode 100644 index 14a4ecbfd995..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Professional -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Professional Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml b/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml deleted file mode 100644 index d5ed7988fe1c..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Professional -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From bd93d7818922a5cc0a4ff95b1f5c3d0cd95b3b23 Mon Sep 17 00:00:00 2001 From: Fei_xiangShi <595834560@qq.com> Date: Thu, 21 May 2026 11:53:27 +0800 Subject: [PATCH 11/56] New version: FeiXiangShi.Rustle version 0.3.3 (#377430) --- .../0.3.3/FeiXiangShi.Rustle.installer.yaml | 26 +++++++++++++++++++ .../FeiXiangShi.Rustle.locale.zh-CN.yaml | 23 ++++++++++++++++ .../Rustle/0.3.3/FeiXiangShi.Rustle.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml create mode 100644 manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml create mode 100644 manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.yaml diff --git a/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml new file mode 100644 index 000000000000..ac54247e4522 --- /dev/null +++ b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FeiXiangShi.Rustle +PackageVersion: 0.3.3 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- rustle +FileExtensions: +- flac +- m4a +- mp3 +- ogg +- opus +- wav +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Fei-xiangShi/Rustle/releases/download/v0.3.3/rustle-windows-x86_64.exe + InstallerSha256: F9597EC07B8D41D2F68C30882FF4367F2334EFE7A4B6940C7623B914D48C603B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-21 diff --git a/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml new file mode 100644 index 000000000000..c41b2d5e663e --- /dev/null +++ b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FeiXiangShi.Rustle +PackageVersion: 0.3.3 +PackageLocale: zh-CN +Publisher: Fei_xiangShi +PublisherUrl: https://github.com/Fei-xiangShi +PublisherSupportUrl: https://github.com/Fei-xiangShi/Rustle/issues +Author: Fei_xiangShi +PackageName: rustle +PackageUrl: https://github.com/Fei-xiangShi/Rustle +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/Fei-xiangShi/Rustle/blob/HEAD/LICENSE +ShortDescription: 一款带有 Apple Music 风格歌词、支持 GPU 加速渲染、使用 Rust 编写的跨平台音乐播放器。 +Description: Rustle 是一款使用 Rust 和 iced 构建的现代音乐播放器,支持网易云音乐在线播放、GPU 加速歌词渲染以及多种音频格式。 +Moniker: rustle +ReleaseNotesUrl: https://github.com/Fei-xiangShi/Rustle/releases/tag/v0.3.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Fei-xiangShi/Rustle/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.yaml b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.yaml new file mode 100644 index 000000000000..2bb49cbadfee --- /dev/null +++ b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.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: FeiXiangShi.Rustle +PackageVersion: 0.3.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 7da549018cfc3038f06483254b50d2a2075fe943 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 06:25:00 +0200 Subject: [PATCH 12/56] New version: Micronaut.Launch version 5.0.0 (#377309) --- .../5.0.0/Micronaut.Launch.installer.yaml | 19 +++++ .../5.0.0/Micronaut.Launch.locale.en-US.yaml | 77 +++++++++++++++++++ .../Launch/5.0.0/Micronaut.Launch.yaml | 8 ++ 3 files changed, 104 insertions(+) create mode 100644 manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.installer.yaml create mode 100644 manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml create mode 100644 manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.yaml diff --git a/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.installer.yaml b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.installer.yaml new file mode 100644 index 000000000000..85d459aed00b --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.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: Micronaut.Launch +PackageVersion: 5.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mn-win-amd64-v5.0.0/bin/mn.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/micronaut-projects/micronaut-starter/releases/download/v5.0.0/mn-win-amd64-v5.0.0.zip + InstallerSha256: 859DBC4D539F0229DC6B6A7615F00F20536FA15B1A95146D2080CC310F63EEF9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml new file mode 100644 index 000000000000..8c275d64c74f --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Micronaut.Launch +PackageVersion: 5.0.0 +PackageLocale: en-US +Publisher: Micronaut Foundation +PublisherUrl: https://micronaut.io/ +PublisherSupportUrl: https://github.com/micronaut-projects/micronaut-starter/issues +PackageName: Micronaut Launch +PackageUrl: https://github.com/micronaut-projects/micronaut-starter +License: Apache-2.0 +LicenseUrl: https://github.com/micronaut-projects/micronaut-starter/blob/HEAD/LICENSE +ShortDescription: Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications +Moniker: micronaut +ReleaseNotes: |- + What's Changed + - Migrate version to mn5 by @wetted in #2462 + - Remove rxjava1 and rxjava2 by @wetted in #2466 + - Remove Microstream features (obsolete for Micronaut Framework 5). by @wetted in #2465 + - update macos intel image for release by @wzaldivar in #3020 + - Bump com.gradleup.shadow:com.gradleup.shadow.gradle.plugin from 9.3.2 to 9.4.0 by @dependabot[bot] in #3018 + - fix(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.0 by @renovate[bot] in #3015 + - chore(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.0 by @renovate[bot] in #3013 + - fix(deps): update dependency org.jobrunr:jobrunr-micronaut-feature to v8.5.1 by @renovate[bot] in #3012 + - fix(deps): update dependency gg.jte:jte-maven-plugin to v3.2.3 by @renovate[bot] in #3010 + - fix(deps): update dependency gg.jte:jte-gradle-plugin to v3.2.3 by @renovate[bot] in #3009 + - chore(deps): update dependency maven to v3.9.14 by @renovate[bot] in #3007 + - fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.243.0 by @renovate[bot] in #2977 + - fix(deps): update dependency com.gradle:develocity-maven-extension to v2.3.4 by @renovate[bot] in #2979 + - Add configuration features and maven ConfigurationValidation block by @sdelamo in #3006 + - Update dependency com.typesafe:config to v1.4.6 by @renovate[bot] in #3023 + - Update dependency io.micronaut.starter:micronaut-starter-aws-cdk to v4.10.10 by @renovate[bot] in #3026 + - Update dependency io.micronaut.aot:micronaut-aot-core to v3.0.0-SNAPSHOT by @renovate[bot] in #3024 + - Update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v8.0.0-SNAPSHOT by @renovate[bot] in #3025 + - Update dependency io.micronaut.testresources:micronaut-test-resources-core to v4.0.0-SNAPSHOT by @renovate[bot] in #3027 + - Update dependency nu.studer.rocker:nu.studer.rocker.gradle.plugin to v3.3.1 by @renovate[bot] in #3028 + - Update dependency org.asciidoctor:asciidoctorj-diagram to v3.2.1 by @renovate[bot] in #3030 + - Update dependency nu.studer.rocker:nu.studer.rocker.gradle.plugin to v3.3.1 by @renovate[bot] in #3029 + - Update dependency org.eclipse.jgit:org.eclipse.jgit to v6.10.1.202505221210-r by @renovate[bot] in #3031 + - Update dependency org.jruby:jruby to v9.4.14.0 by @renovate[bot] in #3032 + - Bump graalvm/setup-graalvm from 1.5.0 to 1.5.2 by @dependabot[bot] in #3060 + - Update graalvm/setup-graalvm action to v1.5.2 - autoclosed by @renovate[bot] in #3057 + - Bump gradle/actions from 5 to 6 by @dependabot[bot] in #3052 + - Update dependency io.micronaut.starter:micronaut-starter-aws-cdk to v4.10.11 by @renovate[bot] in #3056 + - Update dependency org.apache.groovy:groovy to v5.0.5 by @renovate[bot] in #3049 + - Update spring boot to v4.0.5 by @renovate[bot] in #3047 + - Update kotlin monorepo to v2.3.20 by @renovate[bot] in #3045 + - Update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.1 by @renovate[bot] in #3043 + - Update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.1 by @renovate[bot] in #3042 + - Enable Rocker optimize flag for build cache compatibility by @ribafish in #3041 + - Update dependency com.gradle:develocity-maven-extension to v2.4.0 by @renovate[bot] in #3051 + - Update dependency com.gradle:develocity-gradle-plugin to v4.4.0 by @renovate[bot] in #3050 + - Update dependency org.jobrunr:jobrunr-micronaut-feature to v8.5.2 by @renovate[bot] in #3044 + - Update micronautCoreVersion to v5.0.0-SNAPSHOT by @renovate[bot] in #3066 + - Update micronautVersion to v5.0.0-SNAPSHOT by @renovate[bot] in #3067 + - Update softprops/action-gh-release action to v2.6.2 by @renovate[bot] in #3070 + - Update dependency io.micronaut.starter:micronaut-starter-aws-cdk to v4.10.12 by @renovate[bot] in #3083 + - Update dependency maven to v3.9.15 by @renovate[bot] in #3084 + - Update dependency com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin to v2.3.7 by @renovate[bot] in #3095 + - Update dependency com.gradle:develocity-gradle-plugin to v4.4.1 by @renovate[bot] in #3096 + - Update dependency org.graalvm.polyglot:js-community to v25.0.3 by @renovate[bot] in #3097 + - Update dependency org.graalvm.sdk:nativeimage to v25.0.3 by @renovate[bot] in #3098 + - Update kotlin monorepo to v2.3.21 by @renovate[bot] in #3099 + - Bump io.micronaut.build.shared.settings from 8.0.0-M17 to 8.0.0-M18 by @dependabot[bot] in #3101 + - Update micronautCoreVersion to v5.0.0-SNAPSHOT by @renovate[bot] in #3100 + - Update dependency org.openrewrite.recipe:rewrite-micronaut to v2.33.5 by @renovate[bot] in #3091 + - major: Switch to security-processor for Micronaut 5.0.0 by @timyates in #2378 + - major: Update EclipseStore feature after processor module extraction by @timyates in #2382 + - Remove obsolete neo4j test harness dependency in favor of Testcontainers Neo4j by @wetted in #2434 + - remove support for Kotlin-on-Maven by @sdelamo in #3103 + New Contributors + - @ribafish made their first contribution in #3041 + Full Changelog: v4.10.10...v5.0.0 +ReleaseNotesUrl: https://github.com/micronaut-projects/micronaut-starter/releases/tag/v5.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.yaml b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.yaml new file mode 100644 index 000000000000..a7d62ea99883 --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.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: Micronaut.Launch +PackageVersion: 5.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8426a6758d7e6f3869e3b9a3b971491c061def5e Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 21:30:06 -0700 Subject: [PATCH 13/56] Automatic update of Novacura.WindowsClient from 1.0.512 to 1.0.517 (#377449) --- .../Novacura.WindowsClient.installer.yaml | 26 +++++++++++++++++++ .../Novacura.WindowsClient.locale.en-US.yaml | 15 +++++++++++ .../1.0.517/Novacura.WindowsClient.yaml | 8 ++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml create mode 100644 manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml create mode 100644 manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml diff --git a/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml new file mode 100644 index 000000000000..5fdf36802a5f --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.517 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ReleaseDate: 2025-05-15 +AppsAndFeaturesEntries: +- ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Novacura\ConnectWebForms' +Installers: +- Architecture: x64 + InstallerUrl: https://public.novacura.com/public-storage/client-cloud-installers/Flow%20Connect%20-%20Windows%20Client.exe + InstallerSha256: F8B643F2FCDBC80A74C2F8508221BE1A5A92DEC8033E648022F2019892F97C85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml new file mode 100644 index 000000000000..ce3f80bdfb59 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.517 +PackageLocale: en-US +Publisher: Novacura +PublisherUrl: https://www.novacura.com/ +Author: Novacura AB +PackageName: Flow Connect - Windows Client +License: Proprietary +Copyright: Copyright (C) NovaCura AB, all rights reserved +ShortDescription: The Windows client is primarily used for debugging your applications and components. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml new file mode 100644 index 000000000000..a8b17f1fe859 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.517 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2196f3528d615c522418f541c67030187628409b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 21:30:16 -0700 Subject: [PATCH 14/56] Automatic update of NoVirusThanks.OSArmor.Personal from 2.0.5.0 to 2.0.6.0 (#377450) --- ...irusThanks.OSArmor.Personal.installer.yaml | 25 +++++++++++++++ ...sThanks.OSArmor.Personal.locale.en-US.yaml | 31 +++++++++++++++++++ .../NoVirusThanks.OSArmor.Personal.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml create mode 100644 manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml create mode 100644 manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml new file mode 100644 index 000000000000..29c77b0055ea --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Personal +PackageVersion: 2.0.6.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: NoVirusThanks OSArmor_is1 +AppsAndFeaturesEntries: +- ProductCode: NoVirusThanks OSArmor_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NoVirusThanks\OSArmorDevSvc' +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.osarmor.com/latest/osarmor-personal/setup + InstallerSha256: BB30974B456AF260E2A36BC50B92966DCAD77EAF38E279EA4A604C844773528D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml new file mode 100644 index 000000000000..55fa71853a0f --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Personal +PackageVersion: 2.0.6.0 +PackageLocale: en-US +Publisher: NoVirusThanks Company Srl +PublisherUrl: https://www.novirusthanks.com/company/ +PublisherSupportUrl: https://www.wilderssecurity.com/threads/novirusthanks-osarmor-an-additional-layer-of-defense.398859/page-99999 +PrivacyUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +PackageName: NoVirusThanks OSArmor +PackageUrl: https://www.osarmor.com/download/ +License: Proprietary (ToS) +LicenseUrl: https://www.osarmor.com/terms/ +Copyright: (c) 2020-2025 NoVirusThanks™ Company Srl - All rights reserved +CopyrightUrl: https://www.osarmor.com/download/#:~:text=%C2%A9 +ShortDescription: Prevent Malware & Ransomware +Description: > + OSArmor is a Windows OS application that monitors and blocks suspicious processes behaviors to prevent infections by malware, ransomware, and other threats. This tool analyzes parent processes and prevents, for example, MS Word from running cmd.exe or powershell.exe. It prevents ransomware from deleting shadow copies of files via vssadmin.exe, blocks processes with double file extensions (i.e invoice.pdf.exe), blocks USB-spreading malware, and much more. It is lightweight, requires zero user input and protects your system while running in the background. In combination with OSArmor you can also use SysHardener to harden even more Windows OS settings. +ReleaseNotesUrl: https://www.osarmor.com/changelog/#:~:text=v2.0.4.0 +Agreements: +- AgreementLabel: Terms & Privacy Policy + AgreementUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +Documentations: +- DocumentLabel: FAQs + DocumentUrl: https://www.osarmor.com/faqs/ +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.osarmor.com/video-tutorials/ +PurchaseUrl: https://www.osarmor.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml new file mode 100644 index 000000000000..edb62e757416 --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Personal +PackageVersion: 2.0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 619f60517ddde6b2ba283252cb294b9d7ad5607d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 12:58:19 +0800 Subject: [PATCH 15/56] New version: Postman.Postman version 12.11.4 (#377453) --- .../12.11.4/Postman.Postman.installer.yaml | 24 ++++++++++++ .../12.11.4/Postman.Postman.locale.en-US.yaml | 37 +++++++++++++++++++ .../12.11.4/Postman.Postman.locale.zh-CN.yaml | 35 ++++++++++++++++++ .../Postman/12.11.4/Postman.Postman.yaml | 8 ++++ 4 files changed, 104 insertions(+) create mode 100644 manifests/p/Postman/Postman/12.11.4/Postman.Postman.installer.yaml create mode 100644 manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.en-US.yaml create mode 100644 manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.zh-CN.yaml create mode 100644 manifests/p/Postman/Postman/12.11.4/Postman.Postman.yaml diff --git a/manifests/p/Postman/Postman/12.11.4/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.installer.yaml new file mode 100644 index 000000000000..45c20ccf109d --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.11.4/windows_64 + InstallerSha256: 7EAD1EC8563B173CC3580EB25655CE03E9B6742A8DA66D80AEA260969EBD041E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.en-US.yaml new file mode 100644 index 000000000000..2aa635d326a7 --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +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.11.4/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 000000000000..0fe27fb0c9f8 --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +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.11.4/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.yaml new file mode 100644 index 000000000000..254e328a7d45 --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 92aa2a93be0d800895ba691b749ef10edede3426 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 13:01:10 +0800 Subject: [PATCH 16/56] Update: Seafuture.NetpasMessage version 1.0 (1.0.3.7) (#377454) --- .../NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml b/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml index 8223339d3bf2..3b67b75ee227 100644 --- a/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml +++ b/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml @@ -11,9 +11,9 @@ ProductCode: '{5744BE9E-4C12-4A23-BFFD-BBAE8C84456E}_is1' Installers: - Architecture: x86 InstallerUrl: https://file.netpas.net/ftp/NetpasMessageSetup.exe - InstallerSha256: 6A056245E65398D3C2319DB627C60C55B6629115FB09A4F17496976AC7D5EB97 + InstallerSha256: 74AE4A8E02F6CE2C0059BBCC30AB15DCEAC0451744F3D46C25986AC6E55E16CA - Architecture: x64 InstallerUrl: https://file.netpas.net/ftp/NetpasMessageSetup.exe - InstallerSha256: 6A056245E65398D3C2319DB627C60C55B6629115FB09A4F17496976AC7D5EB97 + InstallerSha256: 74AE4A8E02F6CE2C0059BBCC30AB15DCEAC0451744F3D46C25986AC6E55E16CA ManifestType: installer ManifestVersion: 1.12.0 From 1491dd02ad9e863e3095975d6ec20102170b61d9 Mon Sep 17 00:00:00 2001 From: PckgrTom <142365879+PckgrTom@users.noreply.github.com> Date: Thu, 21 May 2026 15:04:19 +1000 Subject: [PATCH 17/56] New version: Prusa3D.PrusaSlicer version 2.9.5 (#377457) --- .../2.9.5/Prusa3D.PrusaSlicer.installer.yaml | 33 +++++++++++++++++++ .../Prusa3D.PrusaSlicer.locale.en-US.yaml | 26 +++++++++++++++ .../2.9.5/Prusa3D.PrusaSlicer.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.installer.yaml create mode 100644 manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.locale.en-US.yaml create mode 100644 manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.yaml diff --git a/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.installer.yaml b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.installer.yaml new file mode 100644 index 000000000000..2bc172c97da9 --- /dev/null +++ b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Prusa3D.PrusaSlicer +PackageVersion: 2.9.5 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT +UpgradeBehavior: install +FileExtensions: +- 3mf +- stl +ProductCode: PrusaSlicer_is1 +AppsAndFeaturesEntries: +- Publisher: Prusa Research s.r.o. + ProductCode: PrusaSlicer_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Prusa3D\PrusaSlicer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.9.5/PrusaSlicer-2.9.5-setup.exe + InstallerSha256: A3647B279DAB06EEEE9A3EFF4B657D952345D901FEF5DE1870F7F1998654EC5A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.locale.en-US.yaml b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.locale.en-US.yaml new file mode 100644 index 000000000000..02535094a766 --- /dev/null +++ b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Prusa3D.PrusaSlicer +PackageVersion: 2.9.5 +PackageLocale: en-US +Publisher: Prusa Research +PublisherUrl: https://www.prusa3d.com/ +PublisherSupportUrl: https://help.prusa3d.com/en/category/prusaslicer_204 +PackageName: PrusaSlicer +PackageUrl: https://www.prusa3d.com/prusaslicer/ +License: AGPL-3.0 +LicenseUrl: https://github.com/prusa3d/PrusaSlicer/blob/master/LICENSE +ShortDescription: An Open Source 3D model slicer +Description: PrusaSlicer (formerly known as Slic3r Prusa Edition or Slic3r PE) is our own in-house developed slicer software based on the open-source project Slic3r. PrusaSlicer is an open-source, feature-rich, frequently updated tool that contains everything you need to export the perfect print files for your Original Prusa 3D printer. +Moniker: prusaslicer +Tags: +- 3d +- gcode +- prusa-slicer +ReleaseNotesUrl: https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.9.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/prusa3d/PrusaSlicer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.yaml b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.yaml new file mode 100644 index 000000000000..cfccf196f90e --- /dev/null +++ b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.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: Prusa3D.PrusaSlicer +PackageVersion: 2.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 11a98730724e9bc378fbbf124460c9a032a3840e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=5FNguy=E1=BB=85n?= <48463154+JustinNguyen9979@users.noreply.github.com> Date: Thu, 21 May 2026 12:07:05 +0700 Subject: [PATCH 18/56] JustinNguyen.YTDown version 2026.5.21 (#377459) --- .../JustinNguyen.YTDown.installer.yaml | 22 +++++++++++++++++++ .../JustinNguyen.YTDown.locale.en-US.yaml | 20 +++++++++++++++++ .../YTDown/2026.5.21/JustinNguyen.YTDown.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.installer.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.locale.en-US.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.yaml diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.installer.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.installer.yaml new file mode 100644 index 000000000000..5ece4d26d839 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.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: JustinNguyen.YTDown +PackageVersion: 2026.5.21 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: YTDownYTDown +AppsAndFeaturesEntries: +- Publisher: YTDown + DisplayVersion: 2026.5.21 + ProductCode: YTDownYTDown +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\YTDown\YTDown' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JustinNguyen9979/YTDown/releases/download/2026.5.21/YTDown-2026.5.21-Windows-Setup.exe + InstallerSha256: 6C88F0B272AA07E439C1C79376590C90F271E48E94B0A8184D2CE88A37F1B782 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-21 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.locale.en-US.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.locale.en-US.yaml new file mode 100644 index 000000000000..e2180277f93b --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.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: JustinNguyen.YTDown +PackageVersion: 2026.5.21 +PackageLocale: en-US +Publisher: JustinNguyen +PublisherUrl: https://github.com/JustinNguyen9979 +PublisherSupportUrl: https://github.com/JustinNguyen9979/YTDown/issues +PackageName: YTDown +PackageUrl: https://github.com/JustinNguyen9979/YTDown +License: MIT +Copyright: Copyright © 2026 +ShortDescription: A cross-platform video and media downloader +ReleaseNotesUrl: https://github.com/JustinNguyen9979/YTDown/releases/tag/2026.5.21 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JustinNguyen9979/YTDown/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.yaml new file mode 100644 index 000000000000..27d4125d50a3 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.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: JustinNguyen.YTDown +PackageVersion: 2026.5.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8820cef5baba5c4b8aea14ae4a57151fb0cb2dbd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 13:33:30 +0800 Subject: [PATCH 19/56] New version: Sourcegraph.Amp version 0.0.1779322867-gb57827 (#377414) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..b1a147c677b6 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779322867-gb57827 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779322867-gb57827/amp-windows-x64-baseline.exe + InstallerSha256: 30B76A4B2ABE24476A8B1B58CFDECCF79BB713BD8E21AF561BEE607D504C931B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..f5ddaee090d5 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779322867-gb57827 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..2d8d024fce22 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779322867-gb57827 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..a51f3773b26d --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779322867-gb57827 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6b149fdfd6c1afd74df9be6b79ebd011db64e282 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 13:33:43 +0800 Subject: [PATCH 20/56] New version: Anthropic.ClaudeCode version 2.1.146 (#377451) --- .../Anthropic.ClaudeCode.installer.yaml | 18 ++++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 58 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 ++++++++++ .../2.1.146/Anthropic.ClaudeCode.yaml | 8 +++ 4 files changed, 115 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..7b1d47764ed8 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.146 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.146/win32-x64/claude.exe + InstallerSha256: B585BBAF085554757B627E5ED87AA5C153ABB90EF408FB43B0311453B72E8BC2 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.146/win32-arm64/claude.exe + InstallerSha256: 159488363D937BBAC11C55364246513F677E94E681D7431E1622336250091C00 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..7b8ea1d9e550 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.146 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - Renamed /simplify to /code-review with an optional effort level (e.g. /code-review high) + - Auto mode no longer suppresses AskUserQuestion when the user or a skill explicitly relies on it + - Fixed Windows PowerShell tool failing with "command line is invalid" when pwsh is installed via winget or the Microsoft Store (regression in v2.1.124) + - Fixed MCP resources/list, resources/templates/list, and prompts/list dropping items past page 1 on paginating servers + - Fixed full-screen strobing in attached background sessions on Windows Terminal while Claude is streaming + - Fixed the auto-updater status line not showing your current version when an update fails + - Fixed on Windows, removing a background-job worktree no longer follows NTFS junctions into the main repo + - Fixed /background refusing sessions whose only typed input was a skill or custom slash command + - Fixed backgrounded sessions re-prompting for tool permissions you already granted with "don't ask again" + - Fixed /theme color editor and "New custom theme" dialogs not responding to Esc + - Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK + - Fixed forceLoginOrgUUID and forceLoginMethod managed-settings policies not being enforced against third-party-provider and API-key sessions + - Fixed GNOME Terminal right-click and middle-click paste not inserting text + - Fixed CLAUDE_CODE_SUBAGENT_MODEL not being forwarded to child processes in multi-agent sessions + - Improved auto-updater reliability: native version checks and downloads now retry transient network failures instead of failing immediately + - Improved diff rendering performance for large file edits +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21146 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..5c040a8fdeb4 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.146 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.yaml new file mode 100644 index 000000000000..a9d50e944107 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.146 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5f33a8211cdb2f3355d38b5bcfaccb46b04932de Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 13:33:55 +0800 Subject: [PATCH 21/56] New version: EEO.ClassInX version 6.0.7.3203 (#377452) --- .../6.0.7.3203/EEO.ClassInX.installer.yaml | 32 +++++++++++++++++++ .../6.0.7.3203/EEO.ClassInX.locale.en-US.yaml | 29 +++++++++++++++++ .../6.0.7.3203/EEO.ClassInX.locale.zh-CN.yaml | 29 +++++++++++++++++ .../EEO/ClassInX/6.0.7.3203/EEO.ClassInX.yaml | 8 +++++ 4 files changed, 98 insertions(+) create mode 100644 manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.installer.yaml create mode 100644 manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.en-US.yaml create mode 100644 manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.zh-CN.yaml create mode 100644 manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.yaml diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.installer.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.installer.yaml new file mode 100644 index 000000000000..4285134ee7bc --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.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: EEO.ClassInX +PackageVersion: 6.0.7.3203 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + SilentWithProgress: /SILENT + InstallLocation: /DIR="" +UpgradeBehavior: install +Protocols: +- classin +FileExtensions: +- eda +- edb +- edt +- edu +- edv +- epub +ProductCode: ClassIn X +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://download.eeo.cn/client/classinx_win_install_6.0.7.3203_x64.exe + InstallerSha256: 6514D4CE15794B380CF4E282EC1D28D665AC45D0CE7014940F3A03EB8A0175B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.en-US.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.en-US.yaml new file mode 100644 index 000000000000..7f7b604f8456 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.7.3203 +PackageLocale: en-US +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.classin.com/ +PublisherSupportUrl: https://help.classin.com/ +PrivacyUrl: https://www.classin.com/agreement/?type=privacy +Author: Beijing EEO Education Technology Co., Ltd. +PackageName: ClassIn X +PackageUrl: https://www.classin.com/download/ +License: Proprietary +LicenseUrl: https://www.classin.com/agreement/?type=user +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://www.classin.com/agreement/?type=user +ShortDescription: The ClassIn X application lifts your offline classroom onto the cloud. +Tags: +- class +- classroom +- education +- lecture +- lesson +- teaching +ReleaseNotesUrl: https://help.classin.com/dcfa/9973 +PurchaseUrl: https://www.classin.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.zh-CN.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.zh-CN.yaml new file mode 100644 index 000000000000..b507eb8d5dc1 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.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: EEO.ClassInX +PackageVersion: 6.0.7.3203 +PackageLocale: zh-CN +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.eeo.cn/cn/ +PublisherSupportUrl: https://help.eeo.cn/ +PrivacyUrl: https://share.eeo.cn/p/agreement/?type=privacy&lang=zh-CN +Author: 北京翼鸥教育科技有限公司 +PackageName: ClassIn X +PackageUrl: https://www.eeo.cn/cn/download +License: 专有软件 +LicenseUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +ShortDescription: OMO 线上线下融合课堂和线下智慧课堂 +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +ReleaseNotesUrl: https://help.eeo.cn/docs/yzR46p +PurchaseUrl: https://www.eeo.cn/cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.yaml new file mode 100644 index 000000000000..693c2f144006 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.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: EEO.ClassInX +PackageVersion: 6.0.7.3203 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2a7bfc29da84c6cbe16edb4d2a8c1b17608796f2 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 22:34:06 -0700 Subject: [PATCH 22/56] Automatic deletion of Softplicity.TotalImageConverter 8.5.0.304 (#377465) --- ...plicity.TotalImageConverter.installer.yaml | 31 ------------------ ...city.TotalImageConverter.locale.en-US.yaml | 32 ------------------- .../Softplicity.TotalImageConverter.yaml | 8 ----- 3 files changed, 71 deletions(-) delete mode 100644 manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.installer.yaml delete mode 100644 manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.locale.en-US.yaml delete mode 100644 manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.yaml diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.installer.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.installer.yaml deleted file mode 100644 index 4e4e5a864b77..000000000000 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.304 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- BMP -- JPEG -- PNG -- PSD -- RAW -- TGA -- TIFF -ProductCode: Total Image Converter_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: Total Image Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalImageConverter.exe - InstallerSha256: B3BB29E7811A6E287E76E774D579F0D35F3BC78D0E82843BE04EB1747BF6A485 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.locale.en-US.yaml deleted file mode 100644 index d1df7b976de5..000000000000 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.304 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Image Converter -PackageUrl: https://www.coolutils.com/TotalImageConverter -License: Proprietary -Copyright: Copyright @ 2014 Softplicity, Inc. -ShortDescription: Total Image Converter converts images to other formats, crops, resizes and rotates them. Convert large TIFFs into small JPEGs, make photos suitable for the web or recover old photos in unsupported formats - Total Image Converter will do everything you need -Description: |- - Total Image Converter converts images to other formats, crops, resizes and rotates them. Convert large TIFFs into small JPEGs, make photos suitable for the web or recover old photos in unsupported formats - Total Image Converter will do everything you need. - - Supports TIFF, JPEG, RAW, PNG, BMP, PSD, TGA, and many other image formats; - - Works incredibly fast with new multi-threading feature; - - Converts CMYK to RGB; - - Handy resize and crop options to make your photos smaller; - - Watermarking: add your comment, logo or date. More unique options.. - What we are really proud of is the simplicity of our tool. As Albert Einstein once said everything should be made as simple as possible, but not simpler. That's what we had in mind developing our batch image converter. - - 30 day FREE trial -Tags: -- Converter -- Image -PurchaseUrl: https://www.coolutils.com/TotalImageConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.yaml deleted file mode 100644 index 22d26883867e..000000000000 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.304 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 6c4036e5350f99730ef68f6c97af30ba9f51687b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 22:34:17 -0700 Subject: [PATCH 23/56] Automatic deletion of Softplicity.TotalXMLConverter 3.2.0.107 (#377466) --- ...ftplicity.TotalXMLConverter.installer.yaml | 25 -------------- ...licity.TotalXMLConverter.locale.en-US.yaml | 33 ------------------- .../Softplicity.TotalXMLConverter.yaml | 8 ----- 3 files changed, 66 deletions(-) delete mode 100644 manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.installer.yaml delete mode 100644 manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.locale.en-US.yaml delete mode 100644 manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.yaml diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.installer.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.installer.yaml deleted file mode 100644 index 578eb3da9a16..000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.107 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- XML -ProductCode: Total XML Converter_is1 -ReleaseDate: 2025-10-14 -AppsAndFeaturesEntries: -- ProductCode: Total XML Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalXMLConverter.exe - InstallerSha256: 4808DA0709FEBB198C9909DEC1232039C9CC9AB9774A275DF1E6D79E76CBD1C3 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.locale.en-US.yaml deleted file mode 100644 index 38c6751fa476..000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.107 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total XML Converter -PackageUrl: https://www.coolutils.com/TotalXMLConverter -License: Proprietary -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Total XML Converter converts XML to CSV, JSON, PDF. It is a unique application to turn your XML files into other file types. -Description: |- - Total XML Converter converts XML to CSV, JSON, PDF. It is a unique application to turn your XML files into other file types. The interface of the program is clear and straightforward. You can convert either one XML file or several folders (the app will keep the folder structure). - - Total XML Converter supports XSLT transformation; just add your XSLT file. - - The tool will also format XML into human-readable form or vice versa. - - Convert XML files via command line or graphic user interface. - - Total XML Converter supports very sophisticated XML documents and keeps the original structure intact. - - In addition to XML, the converter also supports YAML, SML, FO and JSON files. - - If you are looking for a command line XML converter, choose the server version (Windows servers only). It has no GUI and does not show any interrupting messages. - Whether you want to format your XML files or facilitate data-interchange between systems, Total XML Converter is at your fingertips. - 30 day FREE trial -Tags: -- Converter -- XML -PurchaseUrl: https://www.coolutils.com/TotalXMLConverter/licensehttps://www.coolutils.com/TotalXMLConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.yaml deleted file mode 100644 index 542b1a367965..000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.107 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From d7880e96f315dbcb9d97750a757edbfa7b2cf863 Mon Sep 17 00:00:00 2001 From: Blue <246968358+placeholder2703@users.noreply.github.com> Date: Thu, 21 May 2026 12:39:43 +0700 Subject: [PATCH 24/56] New version: ppy.osu version 2026.518.0 (#377435) --- .../ppy/osu/2026.518.0/ppy.osu.installer.yaml | 36 ++++++++ .../osu/2026.518.0/ppy.osu.locale.en-US.yaml | 92 +++++++++++++++++++ .../osu/2026.518.0/ppy.osu.locale.ja-JP.yaml | 13 +++ .../osu/2026.518.0/ppy.osu.locale.zh-CN.yaml | 23 +++++ manifests/p/ppy/osu/2026.518.0/ppy.osu.yaml | 8 ++ 5 files changed, 172 insertions(+) create mode 100644 manifests/p/ppy/osu/2026.518.0/ppy.osu.installer.yaml create mode 100644 manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.en-US.yaml create mode 100644 manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.ja-JP.yaml create mode 100644 manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.zh-CN.yaml create mode 100644 manifests/p/ppy/osu/2026.518.0/ppy.osu.yaml diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.installer.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.installer.yaml new file mode 100644 index 000000000000..277d0d9c96fd --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + InstallLocation: --installto "" + Log: --log "" +Protocols: +- osu +- osump +FileExtensions: +- olz +- osk +- osr +- osz +ProductCode: osulazer +ReleaseDate: 2026-05-18 +AppsAndFeaturesEntries: +- DisplayVersion: 2026.518.0-lazer + ProductCode: osulazer +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\osulazer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ppy/osu/releases/download/2026.518.0-lazer/install.exe + InstallerSha256: 843F2F6B017D6E78FD45BA5107BF4F880683972A343E63845A5210008F260586 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.en-US.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.en-US.yaml new file mode 100644 index 000000000000..d0a8041cc357 --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.en-US.yaml @@ -0,0 +1,92 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +PackageLocale: en-US +Publisher: ppy Pty Ltd +PublisherUrl: https://ppy.sh/ +PublisherSupportUrl: https://github.com/ppy/osu/issues +PrivacyUrl: https://osu.ppy.sh/legal/en/Privacy +Author: ppy Pty Ltd +PackageName: osu!(lazer) +PackageUrl: https://osu.ppy.sh/ +License: MIT +LicenseUrl: https://github.com/ppy/osu/raw/master/LICENCE +Copyright: Copyright (c) 2024 ppy Pty Ltd +CopyrightUrl: https://osu.ppy.sh/legal/en/Copyright +ShortDescription: rhythm is just a *click* away! +Description: |- + A free-to-win rhythm game. Rhythm is just a click away! + + This is the future – and final – iteration of the osu! game client which marks the beginning of an + open era! Currently known by and released under the release codename "lazer". As in sharper than + cutting-edge. +Moniker: osu! +Tags: +- beatmap-parser +- game +- osu +- rhythm +- rhythm-game +ReleaseNotes: |- + What's Changed + - Fix duel crash due to failing lookups by @smoogipoo in #37606 + - Fix discord multiplayer invites by @zihadmahiuddin in #37598 + - Eagerly connect to latest server instance for best online experience by @peppy in #37506 + - Synchronise ranked play text box with gameplay text box by @smyalygames in #37630 + - Add localisation support to DailyChallenge by @diquoks in #37248 + - Allow reporting users from their profile page by @LiquidPL in #36335 + - Fix opening changelog overlay from settings in development by @curoviyxru in #37602 + - Add already existing localisation support from CommonStrings by @diquoks in #37401 + - Fix non-default mod settings allowing for duplicate freestyle mod selection in multiplayer by @triacontakai in #37646 + - Add better support for handling disconnection at the ranked play queue screen by @peppy in #37658 + - Fix pause ambience loop not playing at fail screen by @peppy in #37663 + - Don't search for users when no search query is provided by @peppy in #37660 + - Show user rank on list panels by @peppy in #37659 + - Ensure users cannot lose data when editing beatmaps above 10K by @bdach in #37668 + - Fix some numeric settings not working correct in some languages when attempting to set negative value by @bdach in #37667 + - Show chat during ranked play intro screen by @smoogipoo in #37657 + - Add ability to sync metadata across difficulties in editor setup by @Hiviexd in #37465 + - Add judgement counter mode to show misses only by @peppy in #37664 + - Restore editor mode when changing difficulty by @peppy in #37671 + - Added "LN Ratio" display in Mania in the place of useless "key count" by @pacowoc in #37581 + - Replace hit objects when placing at same time in editor by @Hiviexd in #37485 + - Fix sentry logger init failing for edge cases by @peppy in #37673 + - Don't consider user toggles for beatmap skin/samples when in editor by @peppy in #37662 + - Fix song select scrolling performance when user has many beatmaps loaded by @peppy in #37666 + - Enable stateful reconnects by @smoogipoo in #35658 + - Check all beatmaps for tag changes rather than just beatmaps with zero tags by @peppy in #37684 + - Change taiko hit flying animation to be rate independent by @peppy in #37541 + - Adjust CheckFewHitsounds verify check based on feedback by @Hiviexd in #37466 + - Improve ranked play rating graph's x-axis divisions by @IceDynamix in #37534 + - Fix dragging difficulty filter slider on a very large collection causing lag by @peppy in #37701 + - Allow wider recognition of osu! files on Android by @smyalygames in #37614 + - Fall back to using APIUser.Statistics for rank in UserPanel by @zihadmahiuddin in #37717 + - Fix crash when fetching top local rank in song select by @bdach in #37722 + - Fix crash when rewinding replay with rate-adjusted hit animations off by @bdach in #37721 + - Allow spectator and replay gameplay to load even when window is inactive by @peppy in #37633 + - Fix song select local ranks disappearing on beatmap downloads by @peppy in #37711 + - Rename Localisation.Web.CommonStrings using directives to WebCommonStrings by @diquoks in #37675 + - Add classic hotkey support for blinds / traceable by @peppy in #37023 + - Set OD equal to AR on catch maps by default by @bdach in #37727 + - Change editor grid slider adjustments to be relative to centre by @peppy in #37737 + - Add small indicator for last stand by @smoogipoo in #37747 + - Use truncation to 2dp of star rating in ranked play card to be consistent with everything else by @bdach in #37756 + - Add experimental banner to ranked play queue screen by @smoogipoo in #37767 + - Ranked Play: Add damage breakdown and individual multipliers by @smoogipoo in #37740 + - Stop applying UI scale to ranked play by @peppy in #37779 + - Fix not being able to spectate users in daily challenge gameplay by @peppy in #37781 + New Contributors + - @smyalygames made their first contribution in #37630 + - @curoviyxru made their first contribution in #37602 + - @triacontakai made their first contribution in #37646 + - @pacowoc made their first contribution in #37581 + - @IceDynamix made their first contribution in #37534 + Full Changelog: 2026.429.0-lazer...2026.518.0-lazer +ReleaseNotesUrl: https://github.com/ppy/osu/releases/tag/2026.518.0-lazer +Documentations: +- DocumentLabel: Upgrading to lazer + DocumentUrl: https://osu.ppy.sh/wiki/en/Help_centre/Upgrading_to_lazer +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.ja-JP.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.ja-JP.yaml new file mode 100644 index 000000000000..960354b9b11b --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.ja-JP.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +PackageLocale: ja-JP +ShortDescription: 基本料無料で最高のリズムゲーム。 +Description: 基本料無料で最高のリズムゲーム。リズムはもう、その指先に +Tags: +- ゲーム +- リズム +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.zh-CN.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.zh-CN.yaml new file mode 100644 index 000000000000..c41edd9f6279 --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +PackageLocale: zh-CN +PrivacyUrl: https://osu.ppy.sh/legal/zh/Privacy +Copyright: 版权所有 (c) 2024 ppy Pty Ltd +CopyrightUrl: https://osu.ppy.sh/legal/zh/Copyright +ShortDescription: 一款免费的节奏游戏 +Description: 一款免费的节奏游戏。节奏跃然指上。 +Tags: +- osu +- 游戏 +- 社区游戏 +- 节奏游戏 +- 音乐游戏 +- 音游 +Documentations: +- DocumentLabel: 升级到 lazer + DocumentUrl: https://osu.ppy.sh/wiki/zh/Help_centre/Upgrading_to_lazer +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.yaml new file mode 100644 index 000000000000..047470722e74 --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.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: ppy.osu +PackageVersion: 2026.518.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 022adb9606d0a017e79535c003476f1d838ecaef Mon Sep 17 00:00:00 2001 From: PckgrTom <142365879+PckgrTom@users.noreply.github.com> Date: Thu, 21 May 2026 15:58:28 +1000 Subject: [PATCH 25/56] New version: Initex.YogaDNS version 1.49 (#377462) --- .../{1.47 => 1.49}/Initex.YogaDNS.installer.yaml | 11 +++++------ .../{1.47 => 1.49}/Initex.YogaDNS.locale.en-US.yaml | 9 ++++----- .../Initex/YogaDNS/{1.47 => 1.49}/Initex.YogaDNS.yaml | 8 ++++---- 3 files changed, 13 insertions(+), 15 deletions(-) rename manifests/i/Initex/YogaDNS/{1.47 => 1.49}/Initex.YogaDNS.installer.yaml (73%) rename manifests/i/Initex/YogaDNS/{1.47 => 1.49}/Initex.YogaDNS.locale.en-US.yaml (79%) rename manifests/i/Initex/YogaDNS/{1.47 => 1.49}/Initex.YogaDNS.yaml (54%) diff --git a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.installer.yaml b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.installer.yaml similarity index 73% rename from manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.installer.yaml rename to manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.installer.yaml index 6c93d4ba3c93..3e547add49f2 100644 --- a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.installer.yaml +++ b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Initex.YogaDNS -PackageVersion: '1.47' +PackageVersion: "1.49" InstallerLocale: en-US InstallerType: inno Scope: machine @@ -12,7 +12,6 @@ UpgradeBehavior: install FileExtensions: - xml ProductCode: '{642D9E44-C22E-4F97-9C5C-FDD97BF60891}_is1' -ReleaseDate: 2025-04-30 AppsAndFeaturesEntries: - DisplayName: YogaDNS 1.47 Publisher: VentoByte SL @@ -23,6 +22,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://www.yogadns.com/download/YogaDNSSetup.exe - InstallerSha256: C790B930B990D3906124CBFF26A634D6400460F1E24616E41A88A6DF0EAE0CE4 + InstallerSha256: 02575A95AB8AAD20B379E329C6548509F40575B394AFDD46C6213C64CB101C5B ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 diff --git a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.locale.en-US.yaml b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.locale.en-US.yaml similarity index 79% rename from manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.locale.en-US.yaml rename to manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.locale.en-US.yaml index 228a15d17dbf..ef0aecfb51ee 100644 --- a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.locale.en-US.yaml +++ b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.locale.en-US.yaml @@ -1,11 +1,10 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Initex.YogaDNS -PackageVersion: '1.47' +PackageVersion: "1.49" PackageLocale: en-US Publisher: Initex -# PublisherUrl: https://www.initex.com/ PublisherSupportUrl: https://yogadns.com/contact/ PrivacyUrl: https://yogadns.com/legal/ Author: Initex @@ -20,4 +19,4 @@ Tags: - dnssec - doh ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 diff --git a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.yaml b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.yaml similarity index 54% rename from manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.yaml rename to manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.yaml index 83791ed2f3d7..26027bec415f 100644 --- a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.yaml +++ b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Initex.YogaDNS -PackageVersion: '1.47' +PackageVersion: "1.49" DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 From 76dbf2928a2c260542097af1ed44fdacbd29f427 Mon Sep 17 00:00:00 2001 From: aspire-winget-bot Date: Thu, 21 May 2026 02:27:42 -0400 Subject: [PATCH 26/56] Update Microsoft.Aspire to version 13.3.5 (#377422) --- .../13.3.5/Microsoft.Aspire.installer.yaml | 25 +++++++++++++++ .../13.3.5/Microsoft.Aspire.locale.en-US.yaml | 31 +++++++++++++++++++ .../Aspire/13.3.5/Microsoft.Aspire.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.installer.yaml create mode 100644 manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.yaml diff --git a/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.installer.yaml b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.installer.yaml new file mode 100644 index 000000000000..9ef7d21bb221 --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.3.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aspire.exe + PortableCommandAlias: aspire +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +Commands: +- aspire +Installers: +- Architecture: x64 + InstallerUrl: https://ci.dot.net/public/aspire/13.3.5-preview.1.26270.6/aspire-cli-win-x64-13.3.5.zip + InstallerSha256: 84FDC39E439551DFC900A39BFE8EB4BCBC717899D68615DBD7F3CB6D0A5A1342 +- Architecture: arm64 + InstallerUrl: https://ci.dot.net/public/aspire/13.3.5-preview.1.26270.6/aspire-cli-win-arm64-13.3.5.zip + InstallerSha256: 5EC02AEE7A3B7A803C2C9659AE28CC8BA22AFA11A3E352BEA66E08066E070B07 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-05-20 diff --git a/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.locale.en-US.yaml b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.locale.en-US.yaml new file mode 100644 index 000000000000..bed33b58209c --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.3.5 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://aspire.dev/ +PublisherSupportUrl: https://github.com/microsoft/aspire/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +PackageName: Aspire CLI +PackageUrl: https://aspire.dev/ +License: MIT +LicenseUrl: https://github.com/microsoft/aspire/blob/main/LICENSE.TXT +Copyright: (c) Microsoft 2026 +ShortDescription: CLI tool for building observable, production-ready distributed applications with Aspire +Description: | + Aspire CLI (aspire) is a command-line tool for creating, running, and managing Aspire applications. It provides commands for project scaffolding, local development, and deployment of cloud-native distributed applications. +Moniker: aspire +Tags: +- dotnet +- aspire +- cloud-native +- distributed-systems +- developer-tools +- cli +- microservices +- containers +ReleaseNotesUrl: https://aspire.dev/whats-new/aspire-13-3/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.yaml b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.yaml new file mode 100644 index 000000000000..4ab05da12d3d --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 11deeab15088191eb05feed8fba92db697a9b0a3 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 23:27:53 -0700 Subject: [PATCH 27/56] Automatic update of Regressi.Regressi64 from 5.26.4.0 to 5.26.5.0 (#377468) --- .../Regressi.Regressi64.installer.yaml | 14 +++++++++++++ .../Regressi.Regressi64.locale.fr-FR.yaml | 21 +++++++++++++++++++ .../5.26.5.0/Regressi.Regressi64.yaml | 8 +++++++ 3 files changed, 43 insertions(+) create mode 100644 manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.installer.yaml create mode 100644 manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.locale.fr-FR.yaml create mode 100644 manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.yaml diff --git a/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.installer.yaml b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.installer.yaml new file mode 100644 index 000000000000..9c6e4b839601 --- /dev/null +++ b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Regressi.Regressi64 +PackageVersion: 5.26.5.0 +Installers: +- InstallerLocale: fr-FR + Architecture: neutral + InstallerType: msi + InstallerUrl: https://regressi.fr/zip/Regressi64.msi + InstallerSha256: 0BDE629FB258DCBBF8FA100B83BEAA5776668C2FDF00E6840D715BAB47F6828F + ProductCode: '{CA23DB97-E416-4BE4-BF4C-1E4C3930D4DD}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.locale.fr-FR.yaml b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.locale.fr-FR.yaml new file mode 100644 index 000000000000..5aa95e0ed517 --- /dev/null +++ b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.locale.fr-FR.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Regressi.Regressi64 +PackageVersion: 5.26.5.0 +PackageLocale: fr-FR +Publisher: Evariste +PublisherUrl: https://regressi.fr/WordPress/ +PublisherSupportUrl: https://regressi.fr/WordPress/ +PrivacyUrl: https://regressi.fr/WordPress/ +Author: Evariste +PackageName: Regressi +PackageUrl: https://regressi.fr/WordPress/ +License: freeware +LicenseUrl: https://regressi.fr/WordPress/ +Copyright: Evariste +CopyrightUrl: https://regressi.fr/WordPress/ +ShortDescription: Logiciel de traitements de données expérimentales +Description: "Regressi est un logiciel, Libre d'utilisation, sous Windows, Mac et Linux, de traitements de données expérimentales. Ils permet de calculer des grandeurs combinées (avec les incertitudes associées) et de faire des ajustements (fit) par régression linéaire ou non, à une fonction différentielles. " +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.yaml b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.yaml new file mode 100644 index 000000000000..80c064a9b51e --- /dev/null +++ b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Regressi.Regressi64 +PackageVersion: 5.26.5.0 +DefaultLocale: fr-FR +ManifestType: version +ManifestVersion: 1.12.0 From 1394c3ae48e03299af057078dc7c24723ad157c9 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 08:28:05 +0200 Subject: [PATCH 28/56] New version: bcssov.IronyModManager version 1.27.182 (#377474) --- .../bcssov.IronyModManager.installer.yaml | 35 ++++++++ .../bcssov.IronyModManager.locale.en-US.yaml | 85 +++++++++++++++++++ .../1.27.182/bcssov.IronyModManager.yaml | 8 ++ 3 files changed, 128 insertions(+) create mode 100644 manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.installer.yaml create mode 100644 manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.locale.en-US.yaml create mode 100644 manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.yaml diff --git a/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.installer.yaml b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.installer.yaml new file mode 100644 index 000000000000..3b0c0f3f7993 --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: bcssov.IronyModManager +PackageVersion: 1.27.182 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: inno +NestedInstallerFiles: +- RelativeFilePath: win-x64-setup.exe +ProductCode: '{8AAA7D9F-2192-4A6B-AAEE-EBB2A355EF75}_is1' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- DisplayName: Irony Mod Manager v{code:getSetupVersion|1.27.182+b69633602b} + Publisher: Mario + DisplayVersion: 1.27.182+b69633602b + ProductCode: '{8AAA7D9F-2192-4A6B-AAEE-EBB2A355EF75}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.27.182/win-x64-setup.zip + InstallerSha256: 62142D1D30187DBCAF5B1F1AD1C3F9645D7CD02F5FED822026110D5D341A1D1F + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.27.182/win-x64-setup.zip + InstallerSha256: 62142D1D30187DBCAF5B1F1AD1C3F9645D7CD02F5FED822026110D5D341A1D1F + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Irony Mod Manager' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.locale.en-US.yaml b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.locale.en-US.yaml new file mode 100644 index 000000000000..a29deeeef2fb --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: bcssov.IronyModManager +PackageVersion: 1.27.182 +PackageLocale: en-US +Publisher: bcssov +PublisherUrl: https://github.com/bcssov +PublisherSupportUrl: https://github.com/bcssov/IronyModManager/issues +PackageName: Irony Mod Manager +PackageUrl: https://github.com/bcssov/IronyModManager +License: MIT +LicenseUrl: https://github.com/bcssov/IronyModManager/blob/HEAD/LICENSE +ShortDescription: Mod Manager for Paradox Games. +Tags: +- ck3 +- crusader-kings-3 +- crusader-kings-iii +- eu4 +- europa-universalis-4 +- europa-universalis-iv +- hearts-of-iron-4 +- hearts-of-iron-iv +- hoi4 +- imperatorrome +- mod-manager +- paradox +- paradox-interactive +- stellaris +- victoria +- victoria3 +ReleaseNotes: |- + Current Release Notes + - Fixed window state restoration. Small change, Murphy's Law, two bugfix releases followed - you know how it goes. + Release Notes 1.27.181 + - Fix CTD on windows while querying steam library path + Release Notes 1.27.180 + - Hopefully resolve #604 + - Added full Proton mod path awareness for Linux installs + - Irony now correctly resolves and serializes Proton mod paths (C:/, S:/, custom Proton drive mappings) + - Improved compatibility with Proton-based Paradox launcher configurations and workshop mods + - Bump Magick.net + Release Notes 1.27 + - Update dependencies + - HOI4 1.17 CS support + - Stellaris 4.2 CS support + - EU5 mod management support + - Proton game launching on Linux + - Optional GenerateSteamAppId flag to create steam_appid.txt when missing (used for enabling Steam activity tracking when launching games directly; off by default) + - Added StoragePath setting to customize where Irony stores and reads its data + - Irony is now Flatpak-aware (detects and supports Steam Flatpak installations) + Which file should I download? + Windows + - Portable version: win-x64.zip + - Installer version: win-x64-setup.zip + MacOS + - Portable version: osx-x64.zip + Linux + - Portable version: linux-x64.zip + How to run Irony + Windows + Portable build + 1. Download win-x64.zip + 2. Extract it anywhere + 3. Run IronyModManager.exe + Installer build + 1. Download win-x64-setup.zip + 2. Extract it + 3. Run win-x64-setup.exe + 4. Follow on-screen instructions + MacOS + 1. Download and extract osx-x64.zip + 2. Open Terminal + 3. Navigate to the folder: cd /path/to/Irony + 4. Make the file executable: chmod +x IronyModManager + 5. Run Irony: ./IronyModManager + (Important: ./ must be included.) + Linux + 1. Download and extract linux-x64.zip + 2. Open a terminal in the extracted directory + 3. Make Irony executable: chmod +x IronyModManager + 4. Run Irony: ./IronyModManager +ReleaseNotesUrl: https://github.com/bcssov/IronyModManager/releases/tag/v1.27.182 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.yaml b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.yaml new file mode 100644 index 000000000000..ded6a709da44 --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.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: bcssov.IronyModManager +PackageVersion: 1.27.182 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b11c91718c3a77abc600fa42919c306904a7b6d7 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 21 May 2026 08:44:53 +0200 Subject: [PATCH 29/56] New version: vim.vim.nightly version 9.2.0506 (#377476) --- .../9.2.0506/vim.vim.nightly.installer.yaml | 34 +++++++++ .../vim.vim.nightly.locale.en-US.yaml | 74 +++++++++++++++++++ .../vim/nightly/9.2.0506/vim.vim.nightly.yaml | 8 ++ 3 files changed, 116 insertions(+) create mode 100644 manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.installer.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.locale.en-US.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.yaml diff --git a/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.installer.yaml new file mode 100644 index 000000000000..04645f6e850e --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.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: vim.vim.nightly +PackageVersion: 9.2.0506 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.2 +ReleaseDate: 2026-05-21 +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%VIM%' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0506/gvim_9.2.0506_x86.exe + InstallerSha256: A1DC0C05E5A77D050D1B0EC80192085A53B40671E27B9F1093087E8931545C59 +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0506/gvim_9.2.0506_x64.exe + InstallerSha256: 8CD81D0D6021A3BF8DA2DBA27DAC78DE1798BA191637F0F4DDC6ADC96A07744E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..ddd22b6299e9 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,74 @@ +# 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: vim.vim.nightly +PackageVersion: 9.2.0506 +PackageLocale: en-US +Publisher: Bram Moolenaar et al. +PublisherUrl: https://github.com/vim/vim-win32-installer +PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues +Author: Bram Moolenaar et al. +PackageName: Vim +PackageUrl: https://www.vim.org/ +License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible +LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright +Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] +CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright +ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient +Moniker: vim +Tags: +- code-editor +- g-vim +- gvim +- text-editing +- text-editor +- tool +- utility +- vi +ReleaseNotes: |- + v9.2.0506 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - runtime(mbsync): Properly handle values for the "Sync" keyword + - 9.2.0506: home_replace() function can be improved + - runtime(doc): fix GTK4 package name in src/INSTALL + - 9.2.0505: GTK4: text looks blurry on HiDPI displays + - runtime(context,typeset): Correct whitespace error in Log()'s 'edit' command + - 9.2.0504: configure: requires X11 libraries for GTK4 build + - runtime(getscript,vimball,rust): Use correct shellescape() form for ! ex cmd + - 9.2.0503: Makefile: Missing dependencies for new GTK4 source files + - runtime(doc): update cmdline-history (after v9.1.0895) + Files: + 🔓 Unsigned Files: + - gvim_9.2.0506_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0506_x64.exe + 64-bit installer + - gvim_9.2.0506_arm64.exe + ARM64-bit installer + - gvim_9.2.0506_x86.zip + 32-bit zip archive + - gvim_9.2.0506_x64.zip + 64-bit zip archive + - gvim_9.2.0506_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0506_x86_pdb.7z + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0506_x64_pdb.7z + pdb files for debugging the corresponding 64-bit executable + - gvim_9.2.0506_arm64_pdb.7z + pdb files for debugging the corresponding ARM 64-bit executable + Interface Information + - Strawberry Perl 5.38 + - LuaBinaries 5.4 + - Python2 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.4 + - libsodium 1.0.22 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0506 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.yaml new file mode 100644 index 000000000000..1d569a44a805 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.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: vim.vim.nightly +PackageVersion: 9.2.0506 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ac92da86c2d39bd5056000f3529b758b5616d4d0 Mon Sep 17 00:00:00 2001 From: PckgrTom <142365879+PckgrTom@users.noreply.github.com> Date: Thu, 21 May 2026 16:55:28 +1000 Subject: [PATCH 30/56] New version: GraphPad.Prism version 11.0.2092 (#377456) --- .../11.0.2092/GraphPad.Prism.installer.yaml | 36 +++++++++++++++++++ .../GraphPad.Prism.locale.en-US.yaml | 32 +++++++++++++++++ .../GraphPad.Prism.locale.zh-CN.yaml | 26 ++++++++++++++ .../Prism/11.0.2092/GraphPad.Prism.yaml | 8 +++++ 4 files changed, 102 insertions(+) create mode 100644 manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.installer.yaml create mode 100644 manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.en-US.yaml create mode 100644 manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.zh-CN.yaml create mode 100644 manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.yaml diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.installer.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.installer.yaml new file mode 100644 index 000000000000..71d412244869 --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.installer.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GraphPad.Prism +PackageVersion: 11.0.2092 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +FileExtensions: +- prism +- prismt +- pzc +- pzf +- pzfx +- pzm +- pzt +- xml +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{BA5F1D9B-E89A-44A9-86D9-41AED6970A11}' +AppsAndFeaturesEntries: +- DisplayName: GraphPad Prism 11.0.2.92 + ProductCode: '{BA5F1D9B-E89A-44A9-86D9-41AED6970A11}' + UpgradeCode: '{1D77848B-DA0E-4794-A1CC-456D014998C0}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.graphpad.com/downloads/prism/11/11.0.2/InstallPrism11.msi + InstallerSha256: 8488D01964F5F925EC818AA1A737ACAC9EAD7F8A4D3AC76FD68232746C2D85DC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.en-US.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.en-US.yaml new file mode 100644 index 000000000000..2073a73b83d0 --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GraphPad.Prism +PackageVersion: 11.0.2092 +PackageLocale: en-US +Publisher: GraphPad Software LLC +PublisherUrl: https://www.graphpad.com/ +PublisherSupportUrl: https://www.graphpad.com/support/ +PrivacyUrl: https://www.dotmatics.com/privacy-policy +Author: GraphPad Software LLC +PackageName: GraphPad Prism +PackageUrl: https://www.graphpad.com/updates +License: Proprietary +LicenseUrl: https://www.graphpad.com/company/terms +Copyright: © 1992-2025 GraphPad Software, LLC. All rights reserved. +CopyrightUrl: https://www.graphpad.com/company/terms +ShortDescription: Analyze, graph and present your scientific work. +Description: The preferred analysis and graphing solution purpose-built for scientific research. Join the world’s leading scientists and discover how you can use Prism to save time, make more appropriate analysis choices, and elegantly graph and present your scientific research. +Tags: +- chart +- diagram +- draw +- graph +- graphics +- visualization +PurchaseUrl: https://www.graphpad.com/how-to-buy/ +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.graphpad.com/guides/prism/latest/user-guide/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.zh-CN.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.zh-CN.yaml new file mode 100644 index 000000000000..f844f927e33b --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GraphPad.Prism +PackageVersion: 11.0.2092 +PackageLocale: zh-CN +PublisherUrl: https://www.graphpad-prism.cn/ +PublisherSupportUrl: https://www.graphpad-prism.cn/?c=i&a=techsupport +PrivacyUrl: https://www.graphpad-prism.cn/?c=i&a=terms +License: 专有软件 +LicenseUrl: https://www.graphpad-prism.cn/?c=i&a=terms +CopyrightUrl: https://www.graphpad-prism.cn/?c=i&a=terms +ShortDescription: 分析、绘图并展示您的科研工作。 +Description: 专为科学研究打造的首选分析与绘图解决方案。加入全球顶尖科学家的行列,探索如何运用 Prism 节省时间、做出更合适的分析选择,并以优雅的方式绘制和呈现您的科研成果。 +Tags: +- 可视化 +- 图形 +- 图示 +- 图表 +- 绘图 +PurchaseUrl: https://www.graphpad-prism.cn/?c=p&a=shopList +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.graphpad-prism.cn/?c=i&a=resource +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.yaml new file mode 100644 index 000000000000..1cfca8bbdba5 --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.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: GraphPad.Prism +PackageVersion: 11.0.2092 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ca58ecaa728499e7f93e6e18049c1927795d2328 Mon Sep 17 00:00:00 2001 From: Jesse Pinkman Date: Thu, 21 May 2026 08:55:40 +0200 Subject: [PATCH 31/56] New version: M-Igashi.mp3rgain version 2.6.2 (#377469) Co-authored-by: m_igashi <@M_Igashi> --- .../2.6.2/M-Igashi.mp3rgain.installer.yaml | 19 ++++++++++ .../2.6.2/M-Igashi.mp3rgain.locale.en-US.yaml | 35 +++++++++++++++++++ .../mp3rgain/2.6.2/M-Igashi.mp3rgain.yaml | 7 ++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.installer.yaml create mode 100644 manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.locale.en-US.yaml create mode 100644 manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.yaml diff --git a/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.installer.yaml b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.installer.yaml new file mode 100644 index 000000000000..9e2cdf64f159 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.6.2/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.6.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgain.exe +ReleaseDate: 2026-05-21 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgain-v2.6.2-windows-x86_64.zip + InstallerSha256: B096FE43C2B4705ED86DFBCEC30E9AEC0E33E98E2BDEAF1936BB2F7DB4BFBE03 + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgain-v2.6.2-windows-arm64.zip + InstallerSha256: 270F39032B4E268FED1670D00647321AC8439961C3AD5AD88A97C1F79157D68F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.locale.en-US.yaml new file mode 100644 index 000000000000..1bb46e6301ab --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.6.2/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.6.2 +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.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.yaml b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.yaml new file mode 100644 index 000000000000..2e2928eef011 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.6.2/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.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e6f13c191e2c616528408d7711895e98714f1d00 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 14:55:53 +0800 Subject: [PATCH 32/56] New version: Auto-Plugin.milkup version 1.0.17 (#377478) --- .../1.0.17/Auto-Plugin.milkup.installer.yaml | 27 ++++++++++++ .../Auto-Plugin.milkup.locale.en-US.yaml | 26 ++++++++++++ .../Auto-Plugin.milkup.locale.zh-CN.yaml | 42 +++++++++++++++++++ .../milkup/1.0.17/Auto-Plugin.milkup.yaml | 8 ++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.installer.yaml create mode 100644 manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.en-US.yaml create mode 100644 manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.zh-CN.yaml create mode 100644 manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.yaml diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.installer.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.installer.yaml new file mode 100644 index 000000000000..d175b1d28e6d --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Auto-Plugin.milkup +PackageVersion: 1.0.17 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- md +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Auto-Plugin/milkup/releases/download/v1.0.17/milkup.Setup.1.0.17.exe + InstallerSha256: F7DA2A5A06F6722EF317DFB3C45C805E60E299A60812B108A62D6C29226BDB84 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Auto-Plugin/milkup/releases/download/v1.0.17/milkup.Setup.1.0.17.exe + InstallerSha256: F7DA2A5A06F6722EF317DFB3C45C805E60E299A60812B108A62D6C29226BDB84 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.en-US.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.en-US.yaml new file mode 100644 index 000000000000..0277f81fb08e --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.en-US.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: Auto-Plugin.milkup +PackageVersion: 1.0.17 +PackageLocale: en-US +ShortDescription: A free WYSIWYG desktop markdown editor +Description: |- + A modern desktop Markdown editor + ✨ Features + - 🎯 WYSIWYG Editing - Real-time preview editing experience powered by Milkdown + - 📝 Dual-mode Editing - Switch between WYSIWYG and source code editing modes + - 🎨 Multiple Themes - Various minimalist themes with theme editor, import and export support + - 📁 Local File Management - Open, edit, and save local Markdown files + - 🔖 Multi-file Opening - Support for opening multiple files via tab bar + - ⌨️ Shortcut Support - Rich keyboard shortcuts to improve editing efficiency + - 📋 Outline Navigation - Automatically generate document outline for quick navigation + - 🖼️ Image Upload - Custom image hosting configuration supported + - ✅ Spell Check - Built-in spell checking functionality + - 🌐 Cross-platform Support - Available on Windows, macOS, and Linux + - 🔧 Highly Customizable - Supports custom CSS and plugin extensions +Tags: +- editor +- markdown +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.zh-CN.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.zh-CN.yaml new file mode 100644 index 000000000000..a448492ce4b3 --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.zh-CN.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: Auto-Plugin.milkup +PackageVersion: 1.0.17 +PackageLocale: zh-CN +Publisher: Larry Zhu +PublisherUrl: https://milkup.dev/ +PublisherSupportUrl: https://github.com/Auto-Plugin/milkup/issues +Author: Larry Zhu +PackageName: milkup +PackageUrl: https://milkup.dev/ +License: MIT +LicenseUrl: https://github.com/Auto-Plugin/milkup/blob/HEAD/LICENSE +Copyright: Copyright (c) [2026] Larry Zhu +ShortDescription: 免费 & 所见即所得 & 桌面端 markdown 编辑器 +Description: |- + 一个现代化的桌面端 Markdown 编辑器 + ✨ 特性 + - 🎯 所见即所得编辑 - 基于 Milkdown 的实时预览编辑体验 + - 📝 双模式编辑 - 支持所见即所得和源码编辑模式切换 + - 🎨 多主题支持 - 多种简约主题,支持主题编辑器,导入导出 + - 📁 本地文件管理 - 支持打开、编辑和保存本地 Markdown 文件 + - 🔖 多文件打开 - 支持 Tab 栏多文件打开 + - ⌨️ 快捷键支持 - 丰富的快捷键提高编辑效率 + - 📋 大纲导航 - 自动生成文档大纲,快速导航 + - ️🖼️ 图片上传 - 支持自定义图床配置 + - ✅ 拼写检查 - 内置拼写检查功能 + - 🌐 跨平台支持 - 支持 Windows、macOS、Linux + - 🔧 高度可定制 - 支持自定义 CSS 和插件扩展 +Tags: +- markdown +- 编辑器 +ReleaseNotes: |- + 🐞 Bug Fixes + - 修复切换模式时视角不一致的问题 - by @LarryZhu-dev (0ed25e9) + - 修复主题预览图块没有正确显示的问题 - by @LarryZhu-dev (df02744) + - 修复输入标题时标记被意外显示的问题。修复保存时编辑器被意外重建的问题(此问题曾导致光标丢失、历史丢失) - by @LarryZhu-dev (abce09c) + View changes on GitHub +ReleaseNotesUrl: https://github.com/Auto-Plugin/milkup/releases/tag/v1.0.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.yaml new file mode 100644 index 000000000000..bba497ad4794 --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.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: Auto-Plugin.milkup +PackageVersion: 1.0.17 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From b5260b1288fafe5cfc6c5b7456d5b2d99568514c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 14:56:06 +0800 Subject: [PATCH 33/56] New version: Flydigi.FlydigiSpaceStation version 4.2.0.9 (#377480) --- ...Flydigi.FlydigiSpaceStation.installer.yaml | 15 +++++++++++ ...digi.FlydigiSpaceStation.locale.en-US.yaml | 19 ++++++++++++++ ...digi.FlydigiSpaceStation.locale.zh-CN.yaml | 25 +++++++++++++++++++ .../4.2.0.9/Flydigi.FlydigiSpaceStation.yaml | 8 ++++++ 4 files changed, 67 insertions(+) create mode 100644 manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.installer.yaml create mode 100644 manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.en-US.yaml create mode 100644 manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.zh-CN.yaml create mode 100644 manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.yaml diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.installer.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.installer.yaml new file mode 100644 index 000000000000..40c3541dad4c --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{5BAABD3D-CC88-4A56-9190-67236577AFA1}}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://tencent-android.cdn.flydigi.com/PC/SpaceStation4.0/Flydigi%20Space%20Station_setup_4.2.0.9.exe + InstallerSha256: 736070B18D99EF77B0EB4622FB670613CF86B6FCC1BCDED923A4BAE8DFDC373A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.en-US.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.en-US.yaml new file mode 100644 index 000000000000..727f5cdf21c2 --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +PackageLocale: en-US +Publisher: Flydigi, Inc. +PublisherUrl: https://en.flydigi.com/ +PublisherSupportUrl: https://en.flydigi.com/index/service?nav_id=3 +Author: Shanghai Flydigi Electronics Technology Co., Ltd. +PackageName: FlydigiSpaceStation +PackageUrl: https://en.flydigi.com/index/down?nav_id=2 +License: Proprietary +Copyright: Copyright (C) 2008-2026 Shanghai Flydigi Electronics Technology Co., Ltd. All rights reserved. +ShortDescription: The companion software for Flydigi Vader 4/3 series,APEX 4/3 series and Direwolf 2 controllers. +Tags: +- controller +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.zh-CN.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.zh-CN.yaml new file mode 100644 index 000000000000..838a4579d17a --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +PackageLocale: zh-CN +Publisher: Flydigi, Inc. +PublisherUrl: https://flydigi.com/ +PublisherSupportUrl: https://flydigi.com/index/service?nav_id=3 +Author: 上海飞智电子科技有限公司 +PackageName: FlydigiSpaceStation +PackageUrl: https://flydigi.com/index/down?nav_id=2 +License: 专有软件 +Copyright: Copyright (C) 2008-2026 Shanghai Flydigi Electronics Technology Co., Ltd. All rights reserved. +ShortDescription: 适用于飞智黑武士 3/4 系列、八爪鱼 3/4、冰原狼 2 手柄的配套软件。 +Tags: +- 手柄 +- 控制器 +ReleaseNotes: |- + 1. 修复八爪鱼 4 配置修改失败问题 + 2. 修复自适应扳机开关显示问题 + 3. 优化对 FS68 的支持,修复若干 Bug + 2026-05-21 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.yaml new file mode 100644 index 000000000000..44aad1fd1a69 --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0b6812ed57e16f7b50cb33041b4b81c8a971b6d5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 14:56:20 +0800 Subject: [PATCH 34/56] New version: Tencent.WorkBuddy version 4.22.16 (4.22.16.28604695) (#377486) --- .../4.22.16/Tencent.WorkBuddy.installer.yaml | 154 ++++++++++++++++++ .../Tencent.WorkBuddy.locale.en-US.yaml | 18 ++ .../Tencent.WorkBuddy.locale.zh-CN.yaml | 26 +++ .../WorkBuddy/4.22.16/Tencent.WorkBuddy.yaml | 8 + 4 files changed, 206 insertions(+) create mode 100644 manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.installer.yaml create mode 100644 manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.en-US.yaml create mode 100644 manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.yaml diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.installer.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.installer.yaml new file mode 100644 index 000000000000..ecda645474e9 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.22.16 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- workbuddy +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 +ProductCode: '{BFD312E9-1019-4F57-9F44-F86246833B50}}_is1' +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://download.codebuddy.cn/workbuddy/saas/win32-x64-user/WorkBuddy-win32-x64-user-4.22.16.28604695-d6e0fd20.exe + InstallerSha256: 67653FC3401313AC170F43F5304E406D4DD5583FABAE9481844BE55FA76091C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.en-US.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.en-US.yaml new file mode 100644 index 000000000000..25bddc9ca1a7 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.22.16 +PackageLocale: en-US +Author: Tencent Technology (Shenzhen) Company Limited +License: Proprietary +ShortDescription: Desktop Agents - A New Paradigm for Office Work +Description: WorkBuddy is an AI-native desktop agent workspace that drives office automation through natural language. With a single command, it handles data processing, content creation, and in-depth analysis, delivering ready-to-use results and redefining workplace efficiency standards. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.zh-CN.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.zh-CN.yaml new file mode 100644 index 000000000000..6cb7ed61654a --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.zh-CN.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: Tencent.WorkBuddy +PackageVersion: 4.22.16 +PackageLocale: zh-CN +Publisher: Tencent Technology (Shenzhen) Company Limited +PublisherUrl: https://www.codebuddy.cn/ +PublisherSupportUrl: https://cloud.tencent.com/document/product/1749/104249 +PrivacyUrl: https://privacy.qq.com/document/preview/284d799a07164d09bfc7cedd0ec3e089 +Author: 腾讯科技(深圳)有限公司 +PackageName: WorkBuddy +PackageUrl: https://copilot.tencent.com/work/ +License: 专有软件 +LicenseUrl: https://cloud.tencent.com/document/product/301/106125 +Copyright: Copyright (C) 2026 Tencent. All rights reserved. +CopyrightUrl: https://cloud.tencent.com/document/product/301/106125 +ShortDescription: 桌面智能体 办公新范式 +Description: WorkBuddy 是 AI 原生的桌面智能体工作台,以自然语言驱动办公自动化,一句指令即可完成数据处理、内容创作与深度分析,直接验收可交付结果,重塑职场效率标准。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.yaml new file mode 100644 index 000000000000..785312fce9a3 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.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: Tencent.WorkBuddy +PackageVersion: 4.22.16 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 63535a7564fffa2699d543c1e833ae1d4f7290e9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 14:56:33 +0800 Subject: [PATCH 35/56] New version: XimilalaXiang.DeLive version 2.2.4 (#377487) --- .../2.2.4/XimilalaXiang.DeLive.installer.yaml | 26 ++++++++ .../XimilalaXiang.DeLive.locale.en-US.yaml | 59 +++++++++++++++++++ .../XimilalaXiang.DeLive.locale.zh-CN.yaml | 44 ++++++++++++++ .../DeLive/2.2.4/XimilalaXiang.DeLive.yaml | 8 +++ 4 files changed, 137 insertions(+) create mode 100644 manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.installer.yaml create mode 100644 manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.en-US.yaml create mode 100644 manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.zh-CN.yaml create mode 100644 manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.yaml diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.installer.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.installer.yaml new file mode 100644 index 000000000000..2cade64e2d4e --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.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: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 06dd86ba-d17d-55c7-9041-9a3dfdae054a +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v2.2.4/DeLive-2.2.4-x64.exe + InstallerSha256: 5544319CD46864A99D0C62A43C42E6A2C2DBD1A90C5B7EA4DFEA5D9D96C315A2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v2.2.4/DeLive-2.2.4-x64.exe + InstallerSha256: 5544319CD46864A99D0C62A43C42E6A2C2DBD1A90C5B7EA4DFEA5D9D96C315A2 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.en-US.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.en-US.yaml new file mode 100644 index 000000000000..8ea79da05a56 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +PackageLocale: en-US +ShortDescription: Real-time Windows system-audio transcription with floating on-screen captions. Multi-ASR providers (Soniox, Volcengine), export TXT/SRT, history & auto-update. +Description: |- + Your last resort when all other paths are blocked. + When subtitle export plugins fail, when platforms prevent downloads, when live streams have no captions, and when content is protected by DRM — system-level audio capture is your ultimate backup solution. + Need to export subtitles or transcribed content for building knowledge bases, analysis, research, or any other purpose, but the platform restricts access? DeLive captures system audio and delivers clean, exportable text you own. + 🎯 Core Features + - 🎧 System-Level Audio Capture - Directly capture system audio output, bypassing platform restrictions + - 🛡️ Bypass Protection Barriers - Works on platforms with download restrictions, DRM protection, or no subtitle export + - 📺 Universal Scene Coverage - Live streams, recorded videos, meetings, private courses, paid content... any audio scenario + - ⚡ Real-Time Transcription - Convert speech to text instantly with minimal latency + - 📢 Live Caption Overlay - Floating subtitle window, customizable font, color, size, and position + - 📤 Export to TXT/SRT - Simple text files or timestamped subtitle files for any player + - 🌐 60+ Language Support - Chinese, English, Japanese, and many more + - 🔄 Multiple ASR Providers - Switch between providers for different accuracy and pricing needs + 🎨 User Experience + - Dark/Light Theme - Comfortable viewing in any environment + - Modern Interface - Clean, frameless design with custom title bar + - Auto-Start on Login - Ready to use when your computer boots + - System Tray Integration - Runs quietly in the background + - Bilingual Interface - Chinese and English UI language options + - Auto Updates - Automatic detection and download of latest versions +Tags: +- dictate +- dictation +- speech-recognition +- speech-to-text +- transcribe +- transcription +ReleaseNotes: |- + Added / 新增 + - 🇻🇳 Vietnamese translation target — Vietnamese added to translation language dropdown and Soniox supported languages + - 🇻🇳 越南语翻译目标 — 翻译语言下拉菜单和 Soniox 支持语言新增越南语 + - 🌐 File transcription i18n — 27 new i18n keys replacing hardcoded Chinese strings in file upload/transcription UI + - 🌐 文件转录国际化 — 27 个新 i18n key 替换文件上传/转录界面中的硬编码中文 + - 🇯🇵 Japanese README alignment — Japanese README structure aligned with other language versions (community contribution) + - 🇯🇵 日文 README 对齐 — 日文 README 结构与其他语言版本对齐(社区贡献) + Fixed / 修复 + - 🔧 macOS tray icon sizing — fixed tray icon appearing oversized on macOS by using 16×16 template image with proper resize + - 🔧 macOS 托盘图标尺寸 — 修复 macOS 托盘图标过大的问题,使用 16×16 模板图像并正确缩放 + - 🔧 Tray icon loadTrayIcon() bug — fixed macOS icon skipping resizeForTray() due to early return + - 🔧 托盘图标 loadTrayIcon() 缺陷 — 修复 macOS 图标因提前返回而跳过 resizeForTray() 的问题 + - 🔧 Tray menu localization — tray menu now dynamically rebuilds when language changes via IPC + - 🔧 托盘菜单本地化 — 托盘菜单现在在语言通过 IPC 变更时动态重建 + - 🔧 Electron language persistence — switched from unreliable LevelDB to prefs.json for saving language preference + - 🔧 Electron 语言持久化 — 从不可靠的 LevelDB 切换到 prefs.json 保存语言偏好 + - 🔧 i18n function key safety — added optional chaining (?.()) for function-valued i18n keys in file transcription components to prevent runtime errors + - 🔧 i18n 函数键安全性 — 为文件转录组件中的函数类型 i18n key 添加可选链调用(?.()),防止运行时错误 + Docs / 文档 + - 📝 Streamlined all READMEs by linking to documentation site instead of duplicating content + - 📝 精简所有 README,改为链接到文档站而非重复内容 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md#224---2026-05-21 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.zh-CN.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.zh-CN.yaml new file mode 100644 index 000000000000..ebf8c69a93f5 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.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: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +PackageLocale: zh-CN +Publisher: XimilalaXiang +PublisherUrl: https://github.com/XimilalaXiang +PublisherSupportUrl: https://github.com/XimilalaXiang/DeLive/issues +PackageName: DeLive +PackageUrl: https://github.com/XimilalaXiang/DeLive +License: Apache-2.0 +LicenseUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/LICENSE +Copyright: Copyright 2026 XimilalaXiang +ShortDescription: 实时 Windows 系统音频转录,配有悬浮屏幕字幕。支持多家 ASR 提供商(Soniox、Volcengine),可导出 TXT/SRT,具备历史记录与自动更新功能。 +Description: |- + 当所有其他路都被堵死时的最终选择。 + 当字幕导出插件失效、平台禁止下载、直播没有字幕、内容受到 DRM 保护时——系统级音频捕获是你的终极保障。 + 需要导出字幕或转录内容用于构建知识库、分析、调研等用途,但平台受限?DeLive 捕获系统音频,交付干净、可导出的文本,你拥有完全的所有权。 + 🎯 核心功能 + - 🎧 系统级音频捕获 - 直接捕获系统音频输出,绕过平台限制 + - 🛡️ 突破防护限制 - 适用于禁止下载、有 DRM 保护、无法导出字幕的平台 + - 📺 全场景覆盖 - 直播、录播、会议、私密课程、付费内容……任何有声音的场景 + - ⚡ 实时转录 - 边播放边转文字,低延迟响应 + - 📢 实时字幕 - 悬浮字幕窗口,支持自定义字体、颜色、大小和位置 + - 📤 导出 TXT/SRT - 简单文本文件或带时间戳的字幕文件 + - 🌐 60+ 语言支持 - 中文、英文、日语等 60 多种语言 + - 🔄 多 ASR 提供商 - 灵活切换,满足不同精度和价格需求 + 🎨 用户体验 + - 深色/浅色主题 - 任意环境都能舒适观看 + - 现代化界面 - 简洁无边框设计,自定义标题栏 + - 开机自启动 - 电脑启动后即可使用 + - 系统托盘集成 - 后台静默运行 + - 双语界面 - 中文和英文界面任意切换 + - 自动更新 - 自动检测和下载最新版本 +Tags: +- 听写 +- 语音识别 +- 语音转文字 +- 转写 +- 转录 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.yaml new file mode 100644 index 000000000000..ec0263462db5 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.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: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From f580b8c0d1ea7b516e5434e790813adffee209e3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 14:56:46 +0800 Subject: [PATCH 36/56] New version: zhukunpenglinyutong.CCGUI version 0.5.0 (#377488) --- .../zhukunpenglinyutong.CCGUI.installer.yaml | 16 ++++ ...hukunpenglinyutong.CCGUI.locale.en-US.yaml | 18 +++++ ...hukunpenglinyutong.CCGUI.locale.zh-CN.yaml | 79 +++++++++++++++++++ .../0.5.0/zhukunpenglinyutong.CCGUI.yaml | 8 ++ 4 files changed, 121 insertions(+) create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.installer.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.en-US.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.yaml diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.installer.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.installer.yaml new file mode 100644 index 000000000000..02d8cbfe31e0 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.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: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ccgui +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/download/v0.5.0/ccgui_0.5.0_x64-setup.exe + InstallerSha256: 828798BB21F3392F457E7976B2565619DABE2ADBFCBA97546E27E81793E45DBE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.en-US.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.en-US.yaml new file mode 100644 index 000000000000..9fd93aab4783 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +PackageLocale: en-US +ShortDescription: CC GUI Client (Vibe Coding Platform Designed for Developers) +Description: CC GUI targets professional developers, serving as a replacement for Cursor. Focusing on developer experience, our ultimate goal is to build a 100% open-source and transparent next-generation Vibe Coding editor (supporting engines such as Claude Code, Codex, etc.) +Tags: +- ai +- claude-code +- code +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..286b75695c9d --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +PackageLocale: zh-CN +Publisher: zhukunpenglinyutong +PublisherUrl: https://github.com/zhukunpenglinyutong +PublisherSupportUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/issues +Author: 朱昆鹏 +PackageName: ccgui +PackageUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui +License: MIT +LicenseUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2026 Thomas Ricouard + Copyright (c) 2026 zhukunpenglinyutong(朱昆鹏) +ShortDescription: CC GUI 客户端(专为开发者打造的 Vibe Coding 平台) +Description: CC GUI 目标群体是专业开发者,可以替代 Curosr 使用。专注于开发者体验,我们最终目标是打造一个 100% 开源透明的下一代 Vibe Coding 编辑器(支持 Claude Code,Codex 等引擎) +Tags: +- claude-code +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ReleaseNotes: |- + New Features + - 动态治理证据与成本预算收口 + - 收口 advisory governance 语义 + - 收口项目会话管理幕布 + - 收口 harness 治理 release-grade 闭环 + - 打通治理证据闭环 + - 添加治理证据只读桥接 + - 添加 capability 感知查询入口 + - 添加 policy 判决审计面板 + - 收口运行时能力与性能治理 + - 渲染残留工具调用 XML 为可交互卡片 + - 支持文件预览公式和图表渲染 + - add runtime perf baseline collection layer and producer scripts + Fixes + - 稳定 Markdown 预览刷新与大文档渲染 + - 对齐成本分段文本颜色 + - 修复终态 identity 缺失卡住生成 + - 根治文件预览渲染抖动 + - 保持同工作区会话切换时的编辑器视图 + - 收紧后台终止漂移恢复边界 + - 修正治理配置模板的 schema 地址 + - 统一治理证据与成本字号 + - 保持编辑器分栏对话体验 + - 切换同工作区会话保留编辑器 + - 单击变更文件打开编辑器 + - 修复会话窗超时与文件夹统计边界 + - 修复 heavy gate 遗留问题 + - 收敛长会话尾部生成状态 + - 稳定 Markdown 预览刷新状态 + - 兼容无 Storage 的事件运行时测试 + - 加固 Claude 会话列表兜底 + - 过滤 Claude subagent 泛化 Agent 标题 + - 稳定 Claude 会话侧栏展示投影 + - 统一多引擎列表超时兜底 + - 归一化用户提问卡片交互 + - 加固 Claude 列表超时兜底 + - 修复代码区图片标签误转换 + - raise testing-library asyncUtilTimeout to survive CI slowness + - replace risky && conditional renders with ternary + - 降低上下文查询请求频率 + Performance Improvements + - split vendor chunks for parallel parsing and cache reuse + - switch to useTransition for scrollKey throttle + - centralize global keydown handlers via shared dispatcher + - unify lucide-react subpath imports + - lazy load GitDiffPanel and FileViewPanel + - 缓存 GitHub alert 引用块续行正则 + - katex 资源改为按需懒加载 + - scroll 监听器统一加 passive + - 修复 scrollFadeDeps useMemo 反模式 +ReleaseNotesUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/tag/v0.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.yaml new file mode 100644 index 000000000000..ceaae0b50444 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.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: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From d9c52887b2033e763e53a8dc2a258d077b9b78f8 Mon Sep 17 00:00:00 2001 From: Jesse Pinkman Date: Thu, 21 May 2026 09:19:00 +0200 Subject: [PATCH 37/56] New version: M-Igashi.mp3rgui version 2.6.2 (#377470) Co-authored-by: m_igashi <@M_Igashi> --- .../2.6.2/M-Igashi.mp3rgui.installer.yaml | 19 ++++++++++ .../2.6.2/M-Igashi.mp3rgui.locale.en-US.yaml | 35 +++++++++++++++++++ .../mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml | 7 ++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.installer.yaml create mode 100644 manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.locale.en-US.yaml create mode 100644 manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml diff --git a/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.installer.yaml b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.installer.yaml new file mode 100644 index 000000000000..d81e82d13b0e --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.6.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgui.exe +ReleaseDate: 2026-05-21 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgui-v2.6.2-windows-x86_64.zip + InstallerSha256: 80B3A7AB04F781A233B873E18D232831C85CC8E59446C5071246AD808544FAF5 + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgui-v2.6.2-windows-arm64.zip + InstallerSha256: 26F5F40AF6601404B460613E4648F522B07CAC8ED69A3D4E9DA6C7841CD3CC5D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.locale.en-US.yaml new file mode 100644 index 000000000000..f491edd29a96 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.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.mp3rgui +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgui +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: GUI for lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgui is the graphical interface for mp3rgain, a lossless MP3 volume normalizer. + It provides an easy-to-use GUI for adjusting MP3 volume without re-encoding, + supporting ReplayGain analysis, AAC/M4A, FLAC, and OGG formats. +Moniker: mp3rgui +Tags: + - audio + - flac + - gain + - gui + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml new file mode 100644 index 000000000000..b7c5a41d59a3 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 06827b89cbe2252ee564e2264b59c43341a7081d Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 09:19:14 +0200 Subject: [PATCH 38/56] New version: Fly-io.flyctl version 0.4.54 (#377472) --- .../0.4.54/Fly-io.flyctl.installer.yaml | 19 ++++++++++++++ .../0.4.54/Fly-io.flyctl.locale.en-US.yaml | 26 +++++++++++++++++++ .../0.4.54/Fly-io.flyctl.locale.ko-KR.yaml | 26 +++++++++++++++++++ .../f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.yaml | 8 ++++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.installer.yaml create mode 100644 manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.en-US.yaml create mode 100644 manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.ko-KR.yaml create mode 100644 manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.yaml diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.installer.yaml new file mode 100644 index 000000000000..b353a59b0f9e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.54 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.54/flyctl_0.4.54_Windows_x86_64.zip + InstallerSha256: CACF1CF2A96D842A0916243321425DD0A7FE233E18E9F74652E324AF9CA6322E +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.54/flyctl_0.4.54_Windows_arm64.zip + InstallerSha256: AF271EB9761E53216879B23DCD8C31E0F6176D3A3B7EAF0685F506D7D7BB197E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 000000000000..4225d4ba6edf --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.54 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 2170ae9 chore(deps): bump the golangx group across 1 directory with 5 updates (#4914) + - 4f6109e fix(auth): tighten permissions on ~/.docker/config.json (#4916) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.4.54 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 000000000000..10122dea37ba --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.54 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.yaml new file mode 100644 index 000000000000..1db111f6485a --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dba7c79d3c10584ce7c19f93a7d250744b125c38 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 09:19:27 +0200 Subject: [PATCH 39/56] New version: FOSSA.FOSSA-cli version 3.17.8 (#377475) --- .../3.17.8/FOSSA.FOSSA-cli.installer.yaml | 16 ++++++++++++ .../3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml | 26 +++++++++++++++++++ .../FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.yaml | 8 ++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.installer.yaml create mode 100644 manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml create mode 100644 manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.yaml diff --git a/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.installer.yaml b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.installer.yaml new file mode 100644 index 000000000000..09c18d857fc1 --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FOSSA.FOSSA-cli +PackageVersion: 3.17.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fossa.exe +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fossas/fossa-cli/releases/download/v3.17.8/fossa_3.17.8_windows_amd64.zip + InstallerSha256: 1C85AD0EFC538DE25E36AD96E751D04C7FAA72C8B11A9ACE77B73EFC27EEED15 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml new file mode 100644 index 000000000000..1cc2bf4feb8e --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FOSSA.FOSSA-cli +PackageVersion: 3.17.8 +PackageLocale: en-US +Publisher: FOSSA +PublisherUrl: https://fossa.com/ +PublisherSupportUrl: https://github.com/fossas/fossa-cli/issues +PackageName: fossa-cli +PackageUrl: https://github.com/fossas/fossa-cli +License: MPL-2.0 +LicenseUrl: https://github.com/fossas/fossa-cli/blob/HEAD/LICENSE +ShortDescription: Fast, portable and reliable dependency analysis for any codebase. +Moniker: fossa +Tags: +- open-source-licensing +- open-source-vulnerabilities +ReleaseNotes: |- + What's Changed + - [ANE-2955] Fix vendored archive uploads with absolute paths by @nficca in #1713 + - Fix changelog by @nficca in #1715 + Full Changelog: v3.17.7...v3.17.8 +ReleaseNotesUrl: https://github.com/fossas/fossa-cli/releases/tag/v3.17.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.yaml b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.yaml new file mode 100644 index 000000000000..7e9e7ec462c2 --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.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: FOSSA.FOSSA-cli +PackageVersion: 3.17.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From afe8763e9776b0f25293053d06aa8a6095c4fe57 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 15:19:40 +0800 Subject: [PATCH 40/56] New version: Lingbao.EasyClaw version 1.3.53 (#377482) --- .../{1.3.52 => 1.3.53}/Lingbao.EasyClaw.installer.yaml | 4 ++-- .../{1.3.52 => 1.3.53}/Lingbao.EasyClaw.locale.en-US.yaml | 2 +- .../{1.3.52 => 1.3.53}/Lingbao.EasyClaw.locale.zh-CN.yaml | 2 +- .../Lingbao/EasyClaw/{1.3.52 => 1.3.53}/Lingbao.EasyClaw.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/l/Lingbao/EasyClaw/{1.3.52 => 1.3.53}/Lingbao.EasyClaw.installer.yaml (84%) rename manifests/l/Lingbao/EasyClaw/{1.3.52 => 1.3.53}/Lingbao.EasyClaw.locale.en-US.yaml (97%) rename manifests/l/Lingbao/EasyClaw/{1.3.52 => 1.3.53}/Lingbao.EasyClaw.locale.zh-CN.yaml (96%) rename manifests/l/Lingbao/EasyClaw/{1.3.52 => 1.3.53}/Lingbao.EasyClaw.yaml (91%) diff --git a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml index 91402bb55a9c..1bd733c699e8 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/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.52 +PackageVersion: 1.3.53 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: 3E82ADB5FA541E2F00A6DFCA2C8D14A8B06B6033E26146612AC10F32871257A8 + InstallerSha256: 11AD5887E926B14214F18F6D24A9BB4A38335BD55F280925F9D08EED535CAC68 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml index 8a748ef556c5..a63b43b07895 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/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.52 +PackageVersion: 1.3.53 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml index 645923ea09bc..1df5112407a5 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/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.52 +PackageVersion: 1.3.53 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.52/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml index 6948ab21d712..903781a0671c 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/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.52 +PackageVersion: 1.3.53 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From cc267472e537398d55c1a20aafcab45dbc752c7e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 15:19:54 +0800 Subject: [PATCH 41/56] New version: Sourcegraph.Amp version 0.0.1779340834-gfef6cd (#377485) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..654f357d376d --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779340834-gfef6cd +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779340834-gfef6cd/amp-windows-x64-baseline.exe + InstallerSha256: 181C1B69E2BCDA7C783F118AE2C6ADE9D735C06FF7B4BF500CF665A9B0CDDDFD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..535650f0644e --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779340834-gfef6cd +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..b04db452ec05 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779340834-gfef6cd +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..25d3881dab31 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779340834-gfef6cd +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 24ddbed7a4a7d93da5d88d6fa7d4b7ac241fafdb Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 21 May 2026 08:20:10 +0100 Subject: [PATCH 42/56] New version: Jackett.Jackett version 0.24.1909 (#377491) --- .../0.24.1909/Jackett.Jackett.installer.yaml | 26 ++++++++++++ .../Jackett.Jackett.locale.en-US.yaml | 42 +++++++++++++++++++ .../Jackett/0.24.1909/Jackett.Jackett.yaml | 8 ++++ 3 files changed, 76 insertions(+) create mode 100644 manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.installer.yaml create mode 100644 manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.locale.en-US.yaml create mode 100644 manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.yaml diff --git a/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.installer.yaml new file mode 100644 index 000000000000..651da4fef6ed --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# 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: Jackett.Jackett +PackageVersion: 0.24.1909 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.1909/Jackett.Installer.Windows.exe + InstallerSha256: 0C046426641DDE0A8FA40DBEB394B656A412C9B26CAC8A4EAD9D5CA93FF250D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 000000000000..38ac2bc7842f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.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: Jackett.Jackett +PackageVersion: 0.24.1909 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - b8038e2 shadowbit: add Romanian private tracker. resolves #16802 (#16844) + - 4741d33 noname-club: new cat + - b564f05 gay-torrents: new cat + - cf62afc world-torrent: bump alt domains + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.1909 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.yaml new file mode 100644 index 000000000000..762ee8cda1f9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.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: Jackett.Jackett +PackageVersion: 0.24.1909 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d50928d5e403eaf390fbd247589ca302b50b20d2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 15:44:23 +0800 Subject: [PATCH 43/56] New version: ByteDance.LarkCLI version 1.0.36 (#377479) --- .../1.0.36/ByteDance.LarkCLI.installer.yaml | 21 ++++++++ .../ByteDance.LarkCLI.locale.en-US.yaml | 54 +++++++++++++++++++ .../ByteDance.LarkCLI.locale.zh-Hans-CN.yaml | 39 ++++++++++++++ .../ByteDance.LarkCLI.locale.zh-Hans.yaml | 37 +++++++++++++ .../LarkCLI/1.0.36/ByteDance.LarkCLI.yaml | 8 +++ 5 files changed, 159 insertions(+) create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.installer.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.yaml diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 000000000000..4c612ab70409 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/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.36 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.36/lark-cli-1.0.36-windows-amd64.zip + InstallerSha256: 5E686815CEB52186CFD115B4632377DDA73A3425056745657D89E93B58BA1E80 +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.36/lark-cli-1.0.36-windows-arm64.zip + InstallerSha256: 79EDF955611F1D3286E503481788A6ACCDB0267476A0E8089C35ADECEDE2B4B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 000000000000..e65c458b6e1a --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,54 @@ +# 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.36 +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 + - 8c700aea00628d15d4cb71de63fe6622d5f2d2bd chore(release): v1.0.36 (#1011) + - 3bab9a0692d075ea5e3af2f00ef26f9735b1fec3 docs(lark-drive): improve search evidence guidance (#864) + - e19e09019ce026a5641f4de960352996f9c28583 feat: return real tenant URLs for drive +upload and markdown +create (#992) + - 94b103dbf67c5c4613d5d53e0f3962a45b06b960 fix(auth): return validation error when --scope is empty in auth check (#999) + - 42746d6c9da1a0c0bcf81f2c4111134095610182 fix: revert incremental skills sync (#965) (#1008) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.36 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 000000000000..3e45a047eb02 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/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.36 +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.36/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 000000000000..2be3ef16d73b --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/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.36 +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.36/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.yaml new file mode 100644 index 000000000000..85add60aa0cc --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/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.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a05a336f209027aed9b4827fdbd6ed73b5cf8294 Mon Sep 17 00:00:00 2001 From: copilot-cli-winget-bot Date: Thu, 21 May 2026 04:13:38 -0400 Subject: [PATCH 44/56] GitHub.Copilot version v1.0.51 (#377371) --- .../v1.0.51/GitHub.Copilot.installer.yaml | 25 ++++++++++++++++ .../v1.0.51/GitHub.Copilot.locale.en-US.yaml | 29 +++++++++++++++++++ .../Copilot/v1.0.51/GitHub.Copilot.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.installer.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.locale.en-US.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.yaml diff --git a/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..a5542a10a213 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.51 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Commands: +- copilot +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51/copilot-win32-x64.zip + InstallerSha256: DCBF9EC4FF9F738E2F78DA6F6E561E4BE743605D8D275D60C3AF35AF15C4ECC2 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51/copilot-win32-arm64.zip + InstallerSha256: ADD96988005B770484CB8EC943C8DC81481B3F3FF32C68484764BEF3E4DFFC57 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-20 diff --git a/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..8c4a811574af --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.51 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://github.com/github/copilot-cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.51 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.yaml new file mode 100644 index 000000000000..51d8e2aeb612 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.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: GitHub.Copilot +PackageVersion: v1.0.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 852988008a4f8637bcbc720cacf474f0cdae7c48 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 10:13:51 +0200 Subject: [PATCH 45/56] New version: KeeperSecurity.Commander version 18.0.2 (#377473) --- .../KeeperSecurity.Commander.installer.yaml | 29 ++++++++++++++ ...KeeperSecurity.Commander.locale.en-US.yaml | 39 +++++++++++++++++++ .../18.0.2/KeeperSecurity.Commander.yaml | 8 ++++ 3 files changed, 76 insertions(+) create mode 100644 manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.installer.yaml create mode 100644 manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.locale.en-US.yaml create mode 100644 manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.yaml diff --git a/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.installer.yaml b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.installer.yaml new file mode 100644 index 000000000000..4dc2ad6f8731 --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- keeper +ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- DisplayName: Keeper Commander 18.0.2 + ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Keeper Commander' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Keeper-Security/Commander/releases/download/v18.0.2/keeper-commander-windows-v18.0.2.exe + InstallerSha256: 13137C70CE567EE22A047CC1BDF9CBFFA280903CBC665BBD4307910F21AE2FE9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.locale.en-US.yaml b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.locale.en-US.yaml new file mode 100644 index 000000000000..3e9e6df5087b --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.2 +PackageLocale: en-US +Publisher: Keeper Security, Inc. +PublisherUrl: https://www.keepersecurity.com/ +PublisherSupportUrl: https://github.com/Keeper-Security/Commander/issues +PackageName: Keeper Commander +PackageUrl: https://github.com/Keeper-Security/Commander +License: MIT +LicenseUrl: https://github.com/Keeper-Security/Commander/blob/HEAD/LICENSE +Copyright: Copyright (c) Keeper Security, Inc. +CopyrightUrl: https://github.com/Keeper-Security/Commander/blob/master/LICENSE +ShortDescription: Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management. +Description: Keeper Commander is a command-line and SDK interface to Keeper® Password Manager. Commander can be used to access and control your Keeper vault, perform administrative functions (such as end-user onboarding and data import/export), launch remote sessions, rotate passwords, eliminate hardcoded passwords and more. Keeper Commander is an open source project with contributions from Keeper's engineering team and partners. +Moniker: keeper +Tags: +- cli +- password +- password-manager +- secrets +- security-tools +ReleaseNotes: |- + Keeper Commander 18.0.2 + Features & Enhancements + - connect / ssh: confirmation prompt before shell command execution + - pam search --device — new flag to look up PAM Gateways and the PAM Configurations bound to them + - share-record: --rotate-on-expiration (ROE) flag — sharing can now be marked to rotate the underlying record when access expires + - Docker service integration improvements + Fixes + - action-report: targets like -t no-logon / -t no-update were returning all active users instead of the filtered set + - User-folder API response now includes path and records fields again + Security + - Local DAG SQLite database is now created with 0o600 permissions instead of world-writable 0o777 +ReleaseNotesUrl: https://github.com/Keeper-Security/Commander/releases/tag/v18.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.yaml b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.yaml new file mode 100644 index 000000000000..97130a337f61 --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.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: KeeperSecurity.Commander +PackageVersion: 18.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b372230b7b4a10b10f57090863edd4cf1f06a00a Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Thu, 21 May 2026 16:14:04 +0800 Subject: [PATCH 46/56] New version: t8y2.DBX version 0.5.16 (#377490) --- .../t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml | 26 +++++ .../DBX/0.5.16/t8y2.DBX.locale.en-US.yaml | 110 ++++++++++++++++++ manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml | 8 ++ 3 files changed, 144 insertions(+) create mode 100644 manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.locale.en-US.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml diff --git a/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml new file mode 100644 index 000000000000..875293b6bb26 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.16 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.16/DBX_0.5.16_x64-setup.exe + InstallerSha256: 8F593A7E2531CDC794EE7893D09BFA899F17A2F54FC870C0067D77B44633EA31 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 000000000000..522e552e3d42 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,110 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.16 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: AGPL-3.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - 查询快捷键 — 新增快速执行查询的快捷键,减少鼠标操作,提高日常 SQL 编辑效率 + - MongoDB 视图模式记忆 — 记住 MongoDB 浏览器的视图模式偏好,切换集合后无需重复选择 (contributed by @baizhi958216) + - 结果网格复制为 UPDATE — 支持将当前行内容快速复制为 UPDATE 语句,便于生成修改脚本 + - Redis 键浏览体验增强 — 优化 Redis key browser 的日常浏览与操作流程 + - 单元格详情编辑器 — 新增更适合编辑复杂内容的单元格详情视图 + - 表过滤面板可调整大小 — 支持拖拽调整表过滤区域尺寸,提升大表筛选时的可读性 + - AI 模型列表自动获取 — 在 AI 设置中自动拉取并选择可用模型,减少手动输入模型 ID 的出错率 (contributed by @Abeautifulsnow) + - DBX 深链接 — 支持通过 dbx://connection/new 深链接打开应用并预填连接信息,便于从网页、文档或脚本快速发起连接 (contributed by @yavon007) (closes #347) + 改进 + - 无主键表编辑体验 — 改进无主键 SQL 表的编辑能力,并在插入行保存后自动刷新结果 + - 静默更新提醒 — 后台更新检查改为仅显示徽标提示,减少打断 + - SAP HANA 连接兼容性 — 支持 SAP HANA tenant routing,改善特定部署下的连接体验 + - SQL 缩放交互 — 优化编辑器缩放手感,让 SQL 阅读和演示更顺滑 + - MySQL 时区处理 — 保留会话时区设置,减少时间字段显示偏差 + - 工具栏提示稳定性 — 改进下拉菜单 tooltip 表现,减少悬浮提示丢失 + - Windows 桌面体验 — 提升任务栏和托盘图标可见性,并修复应用驻留托盘时双击桌面图标无法正确唤起窗口的问题 + 修复 + - macOS 全屏标题栏间隙 — 修复 macOS 全屏模式下工具栏顶部留白异常的问题 + - 标签切换编辑丢失 — 修复切换标签页时未保存的行编辑内容可能丢失的问题 (closes #362) + - MySQL DELIMITER 崩溃 — 修复 DELIMITER 跟在包含非 ASCII 注释的 SQL 后面时可能导致崩溃的问题 (closes #360) + - 数据库树搜索结果保持 — 修复侧边栏搜索后数据库子节点状态无法正确保留的问题 + - SQL Server 事务控制 — 修复部分事务控制语句未按正确执行路径发送而导致失败的问题 + - SQL 编辑器查找 — 修复 SQL 编辑器中 Ctrl+F 的行为,改进查找替换体验 + 下载安装 + 系统要求 + ────────┬──────────────────────────────┬─────────────────────────────────── + 操作系统│最低版本 │架构 + ────────┼──────────────────────────────┼─────────────────────────────────── + Windows │Windows 10 或更高版本 │x64 + ────────┼──────────────────────────────┼─────────────────────────────────── + macOS │macOS 12 (Monterey) 或更高版本│Intel (x64) / Apple Silicon (arm64) + ────────┼──────────────────────────────┼─────────────────────────────────── + Linux │见下表 │x64 + ────────┴──────────────────────────────┴─────────────────────────────────── + Windows + ────────────────────────┬──────────────────────────────── + 文件 │说明 + ────────────────────────┼──────────────────────────────── + DBX_0.5.16_x64-setup.exe│推荐 — NSIS 安装包,支持自动更新 + ────────────────────────┼──────────────────────────────── + DBX_0.5.16_x64_en-US.msi│MSI 安装包,适用于企业部署 + ────────────────────────┴──────────────────────────────── + Scoop: + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + 更新: + scoop update dbx + macOS + ──────────────────────┬───────────────────────────────────────── + 文件 │说明 + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.16_aarch64.dmg│推荐 — 适用于 Apple Silicon (M1/M2/M3/M4) + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.16_x64.dmg │适用于 Intel Mac + ──────────────────────┴───────────────────────────────────────── + Homebrew: + brew install --cask t8y2/tap/dbx + 更新: + brew upgrade --cask t8y2/tap/dbx + Linux + ──────────────────────────────────────┬─────────┬───────────────────────────────────────────────────── + 发行版 │推荐格式 │安装方式 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Ubuntu / Debian / Linux Mint / Pop!_OS│.deb │sudo dpkg -i DBX_*.deb 或 sudo apt install + │ │./DBX_*.deb + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Fedora / RHEL / CentOS / Rocky Linux │.rpm │sudo rpm -i DBX-*.rpm 或 sudo dnf install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + openSUSE │.rpm │sudo zypper install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Arch Linux / Manjaro │.AppImage│添加执行权限后运行 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + 其他发行版 │.AppImage│chmod +x DBX_*.AppImage && ./DBX_*.AppImage + ──────────────────────────────────────┴─────────┴───────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml new file mode 100644 index 000000000000..2d827348ad09 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 645c000b57553ebd85023c46c85fc9f31a4c060c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=28=20=CE=A3=20=29?= Date: Thu, 21 May 2026 01:41:19 -0700 Subject: [PATCH 47/56] Update SigmaShake.SSG to 0.29.105 (#377464) --- .../0.29.105/SigmaShake.SSG.installer.yaml | 19 +++++++++++++ .../0.29.105/SigmaShake.SSG.locale.en-US.yaml | 28 +++++++++++++++++++ .../SSG/0.29.105/SigmaShake.SSG.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.installer.yaml create mode 100644 manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.locale.en-US.yaml create mode 100644 manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.yaml diff --git a/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.installer.yaml b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.installer.yaml new file mode 100644 index 000000000000..8e6a1d514254 --- /dev/null +++ b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.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: SigmaShake.SSG +PackageVersion: 0.29.105 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ssg.exe + PortableCommandAlias: ssg +Commands: +- ssg +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sigmashakeinc/ssg/releases/download/v0.29.105/ssg-win32-x64.zip + InstallerSha256: 63D1AA54721F48085778B970D169955E7224049BAB72E2089223B26743815EBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.locale.en-US.yaml b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.locale.en-US.yaml new file mode 100644 index 000000000000..5f7e973badde --- /dev/null +++ b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SigmaShake.SSG +PackageVersion: 0.29.105 +PackageLocale: en-US +Publisher: SigmaShake +PublisherUrl: https://sigmashake.com +PublisherSupportUrl: https://github.com/sigmashakeinc/ssg/issues +PackageName: ssg +PackageUrl: https://sigmashake.com +License: Proprietary +LicenseUrl: https://unpkg.com/@sigmashake/ssg/LICENSE +ShortDescription: AI Agent Governance CLI +Description: |- + ssg (SigmaShake Governance) is a CLI for AI agent governance. + Evaluate tool calls against rules, block dangerous operations, + and surface blocked commands to keep AI agents safe and auditable. +Moniker: ssg +Tags: +- ai +- governance +- agent +- safety +- cli +- rules +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.yaml b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.yaml new file mode 100644 index 000000000000..56d11656c8aa --- /dev/null +++ b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.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: SigmaShake.SSG +PackageVersion: 0.29.105 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c58b7fc81a949a8a097c52a6e33a17ca8717d6ec Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 10:41:31 +0200 Subject: [PATCH 48/56] New version: Pulsar-Edit.Pulsar version 1.132.1 (#377471) --- .../1.132.1/Pulsar-Edit.Pulsar.installer.yaml | 18 +++++++++++++ .../Pulsar-Edit.Pulsar.locale.en-US.yaml | 27 +++++++++++++++++++ .../Pulsar/1.132.1/Pulsar-Edit.Pulsar.yaml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.installer.yaml create mode 100644 manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.locale.en-US.yaml create mode 100644 manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.yaml diff --git a/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.installer.yaml b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.installer.yaml new file mode 100644 index 000000000000..b0d563aeae87 --- /dev/null +++ b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pulsar-Edit.Pulsar +PackageVersion: 1.132.1 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 0949b555-c22c-56b7-873a-a960bdefa81f +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- Publisher: Pulsar-Edit + ProductCode: 0949b555-c22c-56b7-873a-a960bdefa81f +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pulsar-edit/pulsar/releases/download/v1.132.1/Windows.Pulsar.Setup.1.132.1.exe + InstallerSha256: 0086DD54CAA0A325162CE915CBB3BF5ECCA0BD11F9DF81E97665EF48E64EEFB9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.locale.en-US.yaml b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.locale.en-US.yaml new file mode 100644 index 000000000000..76d6e7600f19 --- /dev/null +++ b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pulsar-Edit.Pulsar +PackageVersion: 1.132.1 +PackageLocale: en-US +Publisher: Pulsar Edit +PublisherUrl: https://pulsar-edit.dev/ +PublisherSupportUrl: https://github.com/pulsar-edit/pulsar/issues +PackageName: Pulsar +PackageUrl: https://github.com/pulsar-edit/pulsar +License: MIT License +LicenseUrl: https://github.com/pulsar-edit/pulsar/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2022-2024 Pulsar-Edit Original work copyright (c) 2011-2022 GitHub Inc. +ShortDescription: A Community-led Hyper-Hackable Text Editor +Tags: +- electron +- javascript +- pulsar +- pulsar-edit +ReleaseNotes: |- + This patch release fixes an issue encountered by users of some community UI themes. + 1.132.1 + - Fix an issue where missing theme variables prevented the project window from initializing. @Daeraxa +ReleaseNotesUrl: https://github.com/pulsar-edit/pulsar/releases/tag/v1.132.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.yaml b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.yaml new file mode 100644 index 000000000000..2c84c3b38a67 --- /dev/null +++ b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.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: Pulsar-Edit.Pulsar +PackageVersion: 1.132.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 37cba60ed5f46a37473efd99338bff48fb6c897b Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 21 May 2026 04:41:44 -0400 Subject: [PATCH 49/56] New version: Gitea.Runner version 1.0.5 (#377492) --- .../Runner/1.0.5/Gitea.Runner.installer.yaml | 15 +++++++++ .../1.0.5/Gitea.Runner.locale.en-US.yaml | 32 +++++++++++++++++++ .../g/Gitea/Runner/1.0.5/Gitea.Runner.yaml | 8 +++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.installer.yaml create mode 100644 manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.locale.en-US.yaml create mode 100644 manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.yaml diff --git a/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.installer.yaml b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.installer.yaml new file mode 100644 index 000000000000..ab6b50bdd181 --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 1.0.5 +InstallerType: portable +Commands: +- gitea-runner +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://gitea.com/gitea/runner/releases/download/v1.0.5/gitea-runner-1.0.5-windows-amd64.exe + InstallerSha256: 1CD1586405BB106E27493747BAA4309CBC20E4613D8B7249D0C15C37BEA9648F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.locale.en-US.yaml b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.locale.en-US.yaml new file mode 100644 index 000000000000..1983bb4327f8 --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 1.0.5 +PackageLocale: en-US +Publisher: The Gitea Authors +PublisherUrl: https://about.gitea.com/ +PublisherSupportUrl: https://docs.gitea.com/help/support +Author: The Gitea Authors +PackageName: Gitea Runner +PackageUrl: https://about.gitea.com/products/runner/ +License: MIT +LicenseUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +Copyright: Copyright (c) 2026 The Gitea Authors +CopyrightUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +ShortDescription: Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It runs your jobs on the infrastructure you choose, with the same workflow syntax as GitHub Actions. +Description: |- + Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It works alongside Gitea's built-in Git server and auxiliary services to create an isolated environment in which the tasks that make up your CI/CD pipeline run. + + The runner works on a simple yet effective premise: it listens for any job dispatched from a Gitea server and runs those jobs in the environment you configure. Whenever a commit or a pull request is made, the runner kicks into action and provides immediate feedback about the impact of the change. +Moniker: gitea-runner +Tags: +- cd +- ci +- ci-cd +- continuous-delivery +- continuous-integration +- gitea +- gitea-actions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.yaml b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.yaml new file mode 100644 index 000000000000..740cac6128d3 --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.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: Gitea.Runner +PackageVersion: 1.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c4796194bdcc57349e6398c6a1886a598674470f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 16:41:57 +0800 Subject: [PATCH 50/56] New version: AnInsomniacy.MotrixNext version 3.9.0 (#377495) --- .../AnInsomniacy.MotrixNext.installer.yaml | 26 ++++++ .../AnInsomniacy.MotrixNext.locale.en-US.yaml | 80 +++++++++++++++++++ .../AnInsomniacy.MotrixNext.locale.zh-CN.yaml | 43 ++++++++++ .../3.9.0/AnInsomniacy.MotrixNext.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.installer.yaml create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.en-US.yaml create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.zh-CN.yaml create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.yaml diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.installer.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.installer.yaml new file mode 100644 index 000000000000..7880de429807 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- magnet +- thunder +FileExtensions: +- meta4 +- metalink +- torrent +ProductCode: MotrixNext +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.0/MotrixNext_3.9.0_x64-setup.exe + InstallerSha256: F963B69236B52AC980F28A91FBA5CEAA8D566F377CECF4E8D26938D19842BD14 +- Architecture: arm64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.0/MotrixNext_3.9.0_arm64-setup.exe + InstallerSha256: AEB41A490406F5C33B46DC0BA50A1087B2CDCDD0F518070660B19EB98C8895AB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.en-US.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.en-US.yaml new file mode 100644 index 000000000000..0232f8c28772 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.0 +PackageLocale: en-US +Publisher: motrix +PublisherUrl: https://github.com/AnInsomniacy +PublisherSupportUrl: https://github.com/AnInsomniacy/motrix-next/issues +PackageName: MotrixNext +PackageUrl: https://github.com/AnInsomniacy/motrix-next +License: MIT +LicenseUrl: https://github.com/AnInsomniacy/motrix-next/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025-present AnInsomniacy +ShortDescription: A full-featured download manager — rebuilt from the ground up +Description: |- + Motrix by agalwood was one of the best open-source download managers available — clean UI, aria2-powered, cross-platform. It inspired thousands of users and developers alike. + However, the original project has been largely inactive since 2023. The Electron + Vue 2 + Vuex + Element UI stack accumulated technical debt, making it increasingly difficult to maintain, extend, or package for modern platforms. + + What we kept + We owe a great deal to the original Motrix and its community. The following were gratefully adopted and continue to serve as the foundation for parts of Motrix Next: + - Aria2 error code system and RPC client — the error handling conventions and JSON-RPC communication layer for the aria2 engine + - Internationalization — 25+ community-contributed locale files covering Chinese, Japanese, Korean, Arabic, French, German, and many more + - Download utilities — tracker list management, cURL command parsing, and other protocol-level helpers + + What we rebuilt + Motrix Next is not a fork — it is a complete rewrite. Every other layer of the application has been redesigned and reimplemented from scratch: + | Layer | Motrix (Legacy) | Motrix Next | + | ------------ | ----------------------- | ------------------------------- | + | Runtime | Electron | Tauri 2 (Rust) | + | Frontend | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI Framework | Element UI | Naive UI | + | Language | JavaScript | TypeScript + Rust | + | Styling | SCSS + Element theme | Vanilla CSS + custom properties | + | Engine Mgmt | Node.js `child_process` | Tauri sidecar | + | Build System | electron-builder | Vite + Cargo | + | Bundle Size | ~80 MB | ~20 MB | + | Auto-Update | electron-updater | Tauri updater plugin | + + Design & Motion + The overall UI layout stays true to Motrix's original design — the sidebar navigation, task list, and preference panels all follow the familiar structure that made Motrix intuitive from day one. + What changed is everything underneath. Every transition and micro-interaction has been carefully tuned to follow Material Design 3 motion guidelines: + - Asymmetric timing — enter animations are slightly longer than exits, giving new content time to land while dismissed content leaves quickly + - Emphasized easing curves — decelerate on enter (cubic-bezier(0.2, 0, 0, 1)), accelerate on exit (cubic-bezier(0.3, 0, 0.8, 0.15)), replacing generic ease curves throughout the codebase + - Spring-based modals — dialogs use physically-modeled spring animations for a natural, responsive feel + - Consistent motion tokens — all durations and curves are defined as CSS custom properties, ensuring a unified rhythm across 12+ components +Tags: +- download +- downloader +ReleaseNotes: |- + [!IMPORTANT] + This is a major version update. Motrix Next has fully moved from the legacy aria2 engine to the maintained Aria2 Next engine, fixing many long-standing engine issues and adding native ED2K support. + What's Changed + Motrix Next 3.9.0 upgrades the download engine foundation, adds native ED2K support, improves external download workflows, and strengthens release signing automation. + ✨ New Features + - Aria2 Next engine — Replaced the legacy aria2 binaries with maintained Aria2 Next engine binaries across supported platforms. + - Native ED2K support — Added ED2K link handling, preferences, search flow, validation, and localized search feedback. + - Extension silent start — Added silent auto-submit for extension downloads and an option to auto-select all files from extension-created tasks. + - Task notifications — Added task start, completion, error, and external-input notification handling. + - Port conflict recovery — Added configurable recovery options for engine, BT, and Extension API ports. + - Thunder link decoding — Decode Thunder links before sending tasks to the engine. + 🛠 Improvements + - Updated README and website copy for the Aria2 Next engine. + - Improved protocol association guidance and Advanced Settings navigation. + - Refined ED2K search button animation and status feedback. + - Reworked cleanup preferences into individual toggle switches. + - Improved locale coverage and error messages. + - Added Windows signing workflow and updater JSON refresh automation. + - Improved release asset handling, signing JSON writing, and public signature extraction. + - Removed outdated Aria2 Next binary refresh tests. + 🐛 Bug Fixes + - Fixed fresh-install database schema version handling and added regression coverage. + - Fixed repeated Extension API port auto-switching during engine restarts. + - Fixed engine restart port reconciliation so Motrix Next does not treat its own Extension API listener as an external conflict. + - Fixed release resolution logic and Windows signing workflow edge cases. + - Fixed protocol association dialog copy and destination. + - Fixed Thunder links being passed to aria2 before decoding. +ReleaseNotesUrl: https://github.com/AnInsomniacy/motrix-next/releases/tag/v3.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.zh-CN.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.zh-CN.yaml new file mode 100644 index 000000000000..81b5b43d3e41 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.0 +PackageLocale: zh-CN +ShortDescription: 一款功能齐全的下载管理器——从零开始重新打造 +Description: |- + Motrix(由 agalwood 开发)曾是最优秀的开源下载管理器之一:界面简洁、基于 aria2 引擎、跨平台支持。它启发了成千上万的用户与开发者。 + 然而,自 2023 年以来,原项目已基本处于非活跃状态。其 Electron + Vue 2 + Vuex + Element UI 技术栈积累了大量技术债务,导致在现代平台上进行维护、扩展或打包变得愈发困难。 + + 我们保留的内容 + 我们深深感激原 Motrix 项目及其社区。以下内容被悉心采纳,并继续作为 Motrix Next 部分功能的基础: + - Aria2 错误码系统与 RPC 客户端:用于 aria2 引擎的错误处理规范及 JSON-RPC 通信层 + - 国际化:25 多个由社区贡献的语言包,涵盖中文、日文、韩文、阿拉伯文、法文、德文等多种语言 + - 下载工具:追踪器列表管理、cURL 命令解析及其他协议级辅助功能 + + 我们重构的内容 + Motrix Next 并非分支项目,而是一次彻底的重写。应用的每一其他层级均从零开始重新设计与实现: + | 层级 | Motrix(旧版) | Motrix Next | + | -------- | ----------------------- | ----------------------------- | + | 运行时 | Electron | Tauri 2(Rust) | + | 前端框架 | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI 框架 | Element UI | Naive UI | + | 编程语言 | JavaScript | TypeScript + Rust | + | 样式方案 | SCSS + Element 主题 | 原生 CSS + 自定义属性 | + | 引擎管理 | Node.js `child_process` | Tauri 侧车(sidecar) | + | 构建系统 | electron-builder | Vite + Cargo | + | 打包体积 | ~80 MB | ~20 MB | + | 自动更新 | electron-updater | Tauri 更新插件 | + + 设计与动效 + 整体 UI 布局忠实延续了 Motrix 的原始设计——侧边栏导航、任务列表及偏好设置面板均沿用那套自诞生之初便直观易用的熟悉结构。 + 真正改变的是其下所有底层实现。每一处转场与微交互均经过精心调校,严格遵循 Material Design 3 的动效指南: + - 非对称时序:进入动画略长于退出动画,使新内容有足够时间“落地”,而 dismissed 内容则快速离场 + - 强调缓动曲线:进入时减速(cubic-bezier(0.2, 0, 0, 1)),退出时加速(cubic-bezier(0.3, 0, 0.8, 0.15)),全面替代代码库中通用的 ease 曲线 + - 基于弹簧的模态框:对话框采用物理建模的弹簧动画,带来自然且响应灵敏的交互感受 + - 统一的动效令牌:所有持续时间与缓动曲线均定义为 CSS 自定义属性,确保 across 12+ 组件间节奏一致 +Tags: +- 下载 +- 下载器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.yaml new file mode 100644 index 000000000000..49aab98605d1 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c9f16de55d8380cdae4c243114d4205ca3d2a56a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 16:42:11 +0800 Subject: [PATCH 51/56] New version: guoyongchang.WorktreeManager version 0.20260521.52814 (#377496) --- ...uoyongchang.WorktreeManager.installer.yaml | 16 ++++++++ ...ongchang.WorktreeManager.locale.en-US.yaml | 37 +++++++++++++++++ ...ongchang.WorktreeManager.locale.zh-CN.yaml | 41 +++++++++++++++++++ .../guoyongchang.WorktreeManager.yaml | 8 ++++ 4 files changed, 102 insertions(+) create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.installer.yaml create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.en-US.yaml create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.zh-CN.yaml create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.yaml diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.installer.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.installer.yaml new file mode 100644 index 000000000000..9c7733b1d09b --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Worktree Manager +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/guoyongchang/worktree-manager/releases/download/v0.20260521.52814/Worktree-Manager-v0.20260521.52814-Windows-setup.exe + InstallerSha256: 60F6DF84750D8A65E28B5861F708DE53269CD372FA72A59730ABEE38D44C75B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.en-US.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.en-US.yaml new file mode 100644 index 000000000000..9d577041648c --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +PackageLocale: en-US +License: Freeware +ShortDescription: An elegant Git Worktree managemer with visualization +Description: |- + Git Worktree Manager is built on Git's native worktree capability, allowing you to check out multiple branches into separate directories in the same repository while sharing the same .git data. With automatic symlinking for large folders such as node_modules, it enables zero-cost branch switching and requires no additional disk space. + + Core Features + - Parallel Work on Multiple Branches + Work on multiple branches of the same project simultaneously without mutual interference. No need to stash changes, no need to clone multiple copies of the repository. + - Smart Folder Linking + Automatically links build artifacts such as node_modules, .next, and vendor when creating a worktree to avoid repeated dependency installation. Custom link paths are supported. + - Global Workspace File Sharing + Files including .claude, CLAUDE.md, requirement-docs can be configured as global links to be shared across all worktrees. + - Branch Status at a Glance + Displays real-time information for each branch, including commit count, uncommitted changes, whether it has been merged into the test branch, and more. + - Quick IDE Launch + Open any worktree with VS Code, Cursor or IntelliJ IDEA in one click. + - Built-in Terminal + Each worktree has an independent terminal session, eliminating the need to switch between multiple windows. + - Secure Archiving + Archive the worktree after development is completed. Uncommitted and unpushed code is automatically checked before archiving to prevent data loss. +Tags: +- branch +- code +- coding +- develop +- development +- git +- vcs +- worktree +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.zh-CN.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..841deeeaf7dc --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +PackageLocale: zh-CN +Publisher: Worktree Manager Team +PublisherUrl: https://github.com/guoyongchang +PublisherSupportUrl: https://github.com/guoyongchang/worktree-manager/issues +PackageName: Worktree Manager +PackageUrl: https://github.com/guoyongchang/worktree-manager +License: 免费软件 +ShortDescription: 一个优雅的 Git Worktree 可视化管理工具 +Description: |- + Git Worktree Manager 基于 Git 原生的 worktree 能力构建,让你在同一个仓库中同时检出多个分支到独立目录,共享 .git 数据。配合自动 symlink node_modules 等大文件夹,零成本切换,零额外磁盘占用。 + + 核心功能 + - 多分支并行工作 + 一个项目同时打开多个分支,互不干扰。不用 stash,不用 clone 多份。 + - 智能文件夹链接 + 创建 worktree 时自动链接 node_modules、.next、vendor 等构建产物,避免重复安装依赖。支持自定义链接路径。 + - Workspace 全局文件共享 + .claude、CLAUDE.md、requirement-docs 等文件可以配置为全局链接,在所有 worktree 中共享。 + - 分支状态一目了然 + 实时显示每个分支的提交数、未提交更改、是否合并到测试分支等信息。 + - 快速打开 IDE + 一键用 VS Code、Cursor 或 IntelliJ IDEA 打开任意 worktree。 + - 内置终端 + 每个 worktree 有独立的终端会话,无需在多个窗口之间切换。 + - 安全归档 + 完成开发后归档 worktree,归档前自动检查未提交和未推送的代码,防止丢失。 +Tags: +- git +- worktree +- 代码 +- 分支 +- 开发 +- 版本控制 +ReleaseNotesUrl: https://github.com/guoyongchang/worktree-manager/releases/tag/v0.20260521.52814 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.yaml new file mode 100644 index 000000000000..178fb50c605e --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From a122c3b3f82718fd79a53e3dba035b4e9c083113 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 16:42:25 +0800 Subject: [PATCH 52/56] New version: LucidLink.LucidLink version 3.7.8252 (#377498) --- .../LucidLink.LucidLink.installer.yaml | 22 ++++++++++++ .../LucidLink.LucidLink.locale.en-US.yaml | 35 +++++++++++++++++++ .../LucidLink.LucidLink.locale.zh-CN.yaml | 24 +++++++++++++ .../3.7.8252/LucidLink.LucidLink.yaml | 8 +++++ 4 files changed, 89 insertions(+) create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.installer.yaml create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.en-US.yaml create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.zh-CN.yaml create mode 100644 manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.yaml diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.installer.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.installer.yaml new file mode 100644 index 000000000000..8c2470722a3a --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.7.8252 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: LUCID_INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- lucidlink +ProductCode: '{C41060F8-940D-4589-969A-668FBE561919}' +AppsAndFeaturesEntries: +- ProductCode: '{C41060F8-940D-4589-969A-668FBE561919}' + UpgradeCode: '{8201A019-C7B9-4DF4-9465-B36A9B9B1D6D}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lucidlink.com/prod/win/lucidlink-3.7.8252-x64.msi + InstallerSha256: 30BFEB0370F3A31BAEAFA769ADD0951716E2D1BFBBB90A6BD48419C81207FEC7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.en-US.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.en-US.yaml new file mode 100644 index 000000000000..573c60a81118 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LucidLink.LucidLink +PackageVersion: 3.7.8252 +PackageLocale: en-US +Publisher: LucidLink +PublisherUrl: https://www.lucidlink.com/ +PublisherSupportUrl: https://support.lucidlink.com/ +PrivacyUrl: https://www.lucidlink.com/privacy +Author: LUCIDLINK CORP. +PackageName: LucidLink +PackageUrl: https://www.lucidlink.com/download +License: Proprietary +LicenseUrl: https://www.lucidlink.com/terms +Copyright: © 2026 All rights reserved +CopyrightUrl: https://www.lucidlink.com/terms +ShortDescription: The storage collaboration platform for creatives +Description: LucidLink is a revolutionary solution designed to enhance team collaboration by enabling real-time work without the need for time-consuming downloads and syncing. It offers lightning-fast performance, straightforward usability, and robust security features, transforming the way teams collaborate without requiring them to change their existing workflows. +Tags: +- backup +- cloud +- cloud-drive +- collaborate +- collaboration +- download +- drive +- file +- netdisk +- share +- sync +- upload +PurchaseUrl: https://www.lucidlink.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.zh-CN.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.zh-CN.yaml new file mode 100644 index 000000000000..fddec634a34d --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LucidLink.LucidLink +PackageVersion: 3.7.8252 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 创意人员的存储协作平台 +Description: LucidLink 是一个革命性的解决方案,旨在加强团队协作,实现实时工作,无需耗时的下载和同步。它快如闪电、简单易用且安全,可在不改变现有工作流程的情况下改变团队协作方式。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 协作 +- 协同 +- 同步 +- 备份 +- 文件 +- 网盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.yaml new file mode 100644 index 000000000000..4b528ab3ca1d --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.7.8252 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c3b137de7723df0b0f2b2fb099669d19518b5fae Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 16:42:38 +0800 Subject: [PATCH 53/56] New version: qingchencloud.ClawPanel version 0.16.1 (#377499) --- .../qingchencloud.ClawPanel.installer.yaml | 26 ++++++++++++++++ .../qingchencloud.ClawPanel.locale.en-US.yaml | 20 ++++++++++++ .../qingchencloud.ClawPanel.locale.zh-CN.yaml | 31 +++++++++++++++++++ .../0.16.1/qingchencloud.ClawPanel.yaml | 8 +++++ 4 files changed, 85 insertions(+) create mode 100644 manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.installer.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.en-US.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.zh-CN.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.yaml diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.installer.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.installer.yaml new file mode 100644 index 000000000000..43a78acb9296 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.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: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +UpgradeBehavior: install +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.16.1/ClawPanel_0.16.1_x64-setup-full.exe + InstallerSha256: 4C19BEE5028E569885B25469E6A3FF4CBACC896128396669749BD7C3663C13FD + ProductCode: ClawPanel +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.16.1/ClawPanel_0.16.1_x64-full_en-US.msi + InstallerSha256: 525909818A866F0E0A926D3B3F0F51E0A5BCAF70D739FA9D6894641B7735E610 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{293F5D22-62C8-4F5E-A3E8-9A58E844FD6E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AA908EA1-FFA0-5A0E-B2C5-14A7B8C64033}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.en-US.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.en-US.yaml new file mode 100644 index 000000000000..6bacf7e8a5f7 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +PackageLocale: en-US +Author: Wuhan Qingchen Tianxia Network Technology Co., Ltd. +Copyright: © 2026 Wuhan Qingchen Tianxia Network Technology Co., Ltd. +ShortDescription: "\U0001F99E Visual management panel with built-in AI assistant (tool calling + vision + multimodal + i18n(11))" +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.zh-CN.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.zh-CN.yaml new file mode 100644 index 000000000000..ea9d2cb38142 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +PackageLocale: zh-CN +Publisher: openclaw +PublisherUrl: https://qingchencloud.com/ +PublisherSupportUrl: https://github.com/qingchencloud/clawpanel/issues +PrivacyUrl: https://qingchencloud.com/privacy.html +Author: 武汉晴辰天下网络科技有限公司 +PackageName: ClawPanel +PackageUrl: https://github.com/qingchencloud/clawpanel +License: AGPL-3.0 +LicenseUrl: https://github.com/qingchencloud/clawpanel/blob/HEAD/LICENSE +Copyright: © 2026 武汉晴辰天下网络科技有限公司 +ShortDescription: "\U0001F99E OpenClaw 可视化管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装" +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + 🐛 修复 + - gateway): support latest hello server version payload +ReleaseNotesUrl: https://github.com/qingchencloud/clawpanel/releases/tag/v0.16.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.yaml new file mode 100644 index 000000000000..525ddd9ec57c --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.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: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 0398376d3fc2078ee47477bff5e93d55ec485dad Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 16:42:52 +0800 Subject: [PATCH 54/56] New version: TablePlus.TablePlus version 7.0.0 (#377501) --- .../7.0.0/TablePlus.TablePlus.installer.yaml | 44 +++++++++++++++++++ .../TablePlus.TablePlus.locale.en-US.yaml | 42 ++++++++++++++++++ .../TablePlus.TablePlus.locale.zh-CN.yaml | 35 +++++++++++++++ .../TablePlus/7.0.0/TablePlus.TablePlus.yaml | 8 ++++ 4 files changed, 129 insertions(+) create mode 100644 manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.installer.yaml create mode 100644 manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.en-US.yaml create mode 100644 manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.zh-CN.yaml create mode 100644 manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.yaml diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.installer.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.installer.yaml new file mode 100644 index 000000000000..143a3bba80f0 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TablePlus.TablePlus +PackageVersion: 7.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- cassandra +- cassandra+ssh +- cockroach +- cockroach+ssh +- greenplum +- greenplum+ssh +- mariadb +- mariadb+ssh +- microsoftsqlserver +- microsoftsqlserver+ssh +- mysql +- mysql+ssh +- postgres +- postgres+ssh +- postgresql +- postgresql+ssh +- redis +- redis+ssh +- redshift +- redshift+ssh +- snowflake +- snowflake+ssh +- sqlite +- sqlite+ssh +- sqlserver +- sqlserver+ssh +- tableplus +ProductCode: TablePlus_is1 +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://files.tableplus.com/windows/7.0.0/TablePlusSetup.exe + InstallerSha256: 8A7E09D20DE5452004BFEB01CB62E4431E76923623E0FA0818E52F12CC017792 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.en-US.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.en-US.yaml new file mode 100644 index 000000000000..d3eceb724579 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.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: TablePlus.TablePlus +PackageVersion: 7.0.0 +PackageLocale: en-US +Publisher: TablePlus, Inc +PublisherUrl: https://tableplus.com/ +PublisherSupportUrl: https://tableplus.com/contact +PrivacyUrl: https://tableplus.com/privacy +Author: TablePlus Inc. +PackageName: TablePlus +PackageUrl: https://tableplus.com/windows +License: Proprietary +LicenseUrl: https://tableplus.com/blog/2018/01/license-agreement.html +Copyright: Copyright (c) 2026 TablePlus Inc. All rights reserved. +ShortDescription: 'Modern, native, and friendly GUI tool for relational databases: MySQL, PostgreSQL, SQLite & more' +Description: 'Modern, native client with intuitive GUI tools to create, access, query & edit multiple relational databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Redshift, MariaDB, CockroachDB, Vertica, and Redis.' +Tags: +- amazon-redshift +- cassandra +- cockroachdb +- database +- mariadb +- microsoft-sql-server +- mysql +- postgresql +- redis +- sqlite +- tableplus +- vertica +ReleaseNotes: |- + Build 350 - Refresh UI + Release date: 21 May 2026 + 1. Refresh UI. + 2. Bug fixes and improvements. + Older change logs. + Bug report. +ReleaseNotesUrl: https://tableplus.com/blog/2017/02/changelogs.html +PurchaseUrl: https://tableplus.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.zh-CN.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.zh-CN.yaml new file mode 100644 index 000000000000..7b2517a7d037 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.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: TablePlus.TablePlus +PackageVersion: 7.0.0 +PackageLocale: zh-CN +Publisher: TablePlus, Inc +PublisherUrl: https://tableplus.com/ +PublisherSupportUrl: https://tableplus.com/contact +PrivacyUrl: https://tableplus.com/privacy +Author: TablePlus Inc. +PackageName: TablePlus +PackageUrl: https://tableplus.com/windows +License: 专有软件 +LicenseUrl: https://tableplus.com/blog/2018/01/license-agreement.html +Copyright: Copyright (c) 2026 TablePlus Inc. 保留所有权利. +ShortDescription: 现代、本地和友好的关系数据库图形用户界面工具:MySQL、PostgreSQL、SQLite 等 +Description: 具有直观图形用户界面工具的现代本地客户端,可创建、访问、查询和编辑多个关系数据库: MySQL、PostgreSQL、SQLite、Microsoft SQL Server、Amazon Redshift、MariaDB、CockroachDB、Vertica 和 Redis。 +Tags: +- amazon-redshift +- cassandra +- cockroachdb +- mariadb +- microsoft-sql-server +- mysql +- postgresql +- redis +- sqlite +- tableplus +- vertica +- 数据库 +ReleaseNotesUrl: https://tableplus.com/blog/2017/02/changelogs.html +PurchaseUrl: https://tableplus.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.yaml new file mode 100644 index 000000000000..efeea44c3e8f --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.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: TablePlus.TablePlus +PackageVersion: 7.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1ab42a94e1481b81b9626e85e24bc71ca6c84077 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 21 May 2026 04:43:04 -0400 Subject: [PATCH 55/56] New version: EclipseFoundation.SUMO version 1.27.0 (#377502) --- .../EclipseFoundation.SUMO.installer.yaml | 30 +++++++++++++++ .../EclipseFoundation.SUMO.locale.en-US.yaml | 37 +++++++++++++++++++ .../SUMO/1.27.0/EclipseFoundation.SUMO.yaml | 8 ++++ 3 files changed, 75 insertions(+) create mode 100644 manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.installer.yaml create mode 100644 manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.locale.en-US.yaml create mode 100644 manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.yaml diff --git a/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.installer.yaml b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.installer.yaml new file mode 100644 index 000000000000..eccf39cea04a --- /dev/null +++ b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.installer.yaml @@ -0,0 +1,30 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EclipseFoundation.SUMO +PackageVersion: 1.27.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +FileExtensions: +- csv +- osm +- py +- sumocfg +- xml +ProductCode: '{67D18671-4BDA-4FB7-975A-334BE8375C69}' +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- DisplayVersion: 1.26.0.1677 + ProductCode: '{67D18671-4BDA-4FB7-975A-334BE8375C69}' + UpgradeCode: '{A764BC4F-2B15-11E1-9E7E-028037EC0200}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%/Eclipse/Sumo' +Installers: +- Architecture: x64 + InstallerUrl: https://sumo.dlr.de/releases/1.27.0/sumo-win64-1.27.0.msi + InstallerSha256: 2FDFF3DA00F5D0AAC7BCD5798765B01E890A7F2B3A30EAC2D4AB323D7E63F518 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.locale.en-US.yaml b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.locale.en-US.yaml new file mode 100644 index 000000000000..46e86f0019ac --- /dev/null +++ b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EclipseFoundation.SUMO +PackageVersion: 1.27.0 +PackageLocale: en-US +Publisher: Eclipse +PublisherUrl: https://www.eclipse.org/ +PublisherSupportUrl: https://github.com/eclipse/sumo/issues +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse +PackageName: SUMO +PackageUrl: https://www.eclipse.org/sumo +License: EPL-2.0 +LicenseUrl: https://www.eclipse.org/legal/epl-v20.html +ShortDescription: Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. +Description: |- + Eclipse SUMO (Simulation of Urban MObility) is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. + It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation. + Included with SUMO is a wealth of supporting tools which handle tasks such as route finding, visualization, network import and emission calculation. + SUMO can be enhanced with custom models and provides various APIs to remotely control the simulation. +Tags: +- c2x +- network +- python +- simulation +- traffic +- v2v +- v2x +- vehicles +Documentations: +- DocumentLabel: Tutorials + DocumentUrl: https://sumo.dlr.de/docs/Tutorials/index.html +- DocumentLabel: User Documentation + DocumentUrl: https://sumo.dlr.de/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.yaml b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.yaml new file mode 100644 index 000000000000..4591e4950dad --- /dev/null +++ b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.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: EclipseFoundation.SUMO +PackageVersion: 1.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 056c9804110462dae77d0ea188dd9c3ff7346089 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 16:43:18 +0800 Subject: [PATCH 56/56] New version: Yandex.Music version 5.103.2 (#377504) --- .../Music/5.103.2/Yandex.Music.installer.yaml | 18 +++++++++++ .../5.103.2/Yandex.Music.locale.en-US.yaml | 31 +++++++++++++++++++ .../5.103.2/Yandex.Music.locale.zh-CN.yaml | 22 +++++++++++++ .../y/Yandex/Music/5.103.2/Yandex.Music.yaml | 8 +++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/y/Yandex/Music/5.103.2/Yandex.Music.installer.yaml create mode 100644 manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.en-US.yaml create mode 100644 manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.zh-CN.yaml create mode 100644 manifests/y/Yandex/Music/5.103.2/Yandex.Music.yaml diff --git a/manifests/y/Yandex/Music/5.103.2/Yandex.Music.installer.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.installer.yaml new file mode 100644 index 000000000000..0d7ab029ae70 --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.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: Yandex.Music +PackageVersion: 5.103.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 49494f9d-1887-5500-9c55-ef4cf0614971 +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.103.2.exe + InstallerSha256: C6CC940F456DFA7C407D6CC4DBBA0C1EA07BFF99C22BBA712A237ED6536F5EE6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.en-US.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.en-US.yaml new file mode 100644 index 000000000000..a03c17cdf585 --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yandex.Music +PackageVersion: 5.103.2 +PackageLocale: en-US +Publisher: Яндекс Музыка +PublisherUrl: https://yandex.com/ +PublisherSupportUrl: https://yandex.com/support/ +PrivacyUrl: https://yandex.com/legal/confidential/en/ +Author: YANDEX LLC +PackageName: Яндекс Музыка +PackageUrl: https://music.yandex.com/ +License: Proprietary +LicenseUrl: https://yandex.com/legal/ +Copyright: Copyright © 2026 Яндекс Музыка +ShortDescription: Yandex Music is a service for finding and listening to music and podcasts that provides personalized recommendations for each user. +Tags: +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.zh-CN.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.zh-CN.yaml new file mode 100644 index 000000000000..39967b0b4fda --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.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: Yandex.Music +PackageVersion: 5.103.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Yandex Music 是一项寻找和收听音乐和播客的服务,可为每位用户提供个性化推荐。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.103.2/Yandex.Music.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.yaml new file mode 100644 index 000000000000..ecd68588cb1c --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.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: Yandex.Music +PackageVersion: 5.103.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0