From 9de2780aec1b305f879f925cc0813cc518a3a74b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 17:04:16 +0800 Subject: [PATCH 01/56] Update: VisualParadigm.VisualParadigm.Community version 18.0 (18.0.20260502) (#373858) --- .../18.0/VisualParadigm.VisualParadigm.Community.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml b/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml index 2d003bcac603..f58cbfda58be 100644 --- a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml @@ -21,6 +21,6 @@ ProductCode: 1106-5897-7327-6550-2 Installers: - Architecture: x64 InstallerUrl: https://www.visual-paradigm.com/downloads/vpce/Visual_Paradigm_CE_Win64.exe - InstallerSha256: D3C5AA8C2B6A0A8A0B569018003BE23BF797250D49045E0402F2AA6759D8F1EB + InstallerSha256: CE8B5F37E8D9E703D0DA7C909CB8E065E9E44DB4B788CA8B69C46A39E763E087 ManifestType: installer ManifestVersion: 1.12.0 From ead3d540dbc2a7baba6f2d36da54f05a41ca38a3 Mon Sep 17 00:00:00 2001 From: UnownPlain Date: Wed, 13 May 2026 05:04:28 -0400 Subject: [PATCH 02/56] New version: Oven-sh.Bun.Baseline version 1.3.14 (#373866) --- .../Oven-sh.Bun.Baseline.installer.yaml | 19 ++++++ .../Oven-sh.Bun.Baseline.locale.en-US.yaml | 61 +++++++++++++++++++ .../Baseline/1.3.14/Oven-sh.Bun.Baseline.yaml | 8 +++ 3 files changed, 88 insertions(+) create mode 100644 manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.installer.yaml create mode 100644 manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.locale.en-US.yaml create mode 100644 manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.yaml diff --git a/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.installer.yaml b/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.installer.yaml new file mode 100644 index 000000000000..bc847d503991 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.installer.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.Baseline +PackageVersion: 1.3.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./bun-windows-x64-baseline/bun.exe + PortableCommandAlias: bunx +- RelativeFilePath: bun-windows-x64-baseline/bun.exe + PortableCommandAlias: bun +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-baseline.zip + InstallerSha256: 538F9C846355D9E847B2671BC00C47DA4229A0BEFB24DF3282B739770F3B475F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.locale.en-US.yaml b/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.locale.en-US.yaml new file mode 100644 index 000000000000..38cfc6709a5d --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.Baseline +PackageVersion: 1.3.14 +PackageLocale: en-US +Publisher: Oven-sh +PublisherUrl: https://github.com/oven-sh +PublisherSupportUrl: https://github.com/oven-sh/bun/issues +PackageName: Bun Baseline +PackageUrl: https://bun.sh/ +License: MIT +LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md +ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one +Moniker: bun-baseline +Tags: +- bun +- bundler +- javascript +- javascriptcore +- jsx +- nodejs +- npm +- react +- transpiler +- typescript +- zig +- ziglang +ReleaseNotes: |- + To install Bun v1.3.14 + curl -fsSL https://bun.sh/install | bash + # or you can use npm + # npm install -g bun + Windows: + powershell -c "irm bun.sh/install.ps1|iex" + To upgrade to Bun v1.3.14: + bun upgrade + Read Bun v1.3.14's release notes on Bun's blog + + Thanks to 11 contributors! + - @190n + - @alii + - @carlsmedstad + - @cirospaciari + - @coleleavitt + - @djs5008 + - @dylan-conway + - @ig-ant + - @Jarred-Sumner + - @robobun + - @sosukesuzuki +ReleaseNotesUrl: https://bun.com/blog/bun-v1.3.14 +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://bun.com/reference +- DocumentLabel: Docs + DocumentUrl: https://bun.sh/docs +- DocumentLabel: Guides + DocumentUrl: https://bun.com/guides +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.yaml b/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.yaml new file mode 100644 index 000000000000..775c0c261faf --- /dev/null +++ b/manifests/o/Oven-sh/Bun/Baseline/1.3.14/Oven-sh.Bun.Baseline.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: Oven-sh.Bun.Baseline +PackageVersion: 1.3.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9f47fc5cbd6cf3f249922c8da31db143febc55d8 Mon Sep 17 00:00:00 2001 From: UnownPlain Date: Wed, 13 May 2026 05:04:40 -0400 Subject: [PATCH 03/56] New version: Oven-sh.Bun.BaselineProfile version 1.3.14 (#373868) --- ...Oven-sh.Bun.BaselineProfile.installer.yaml | 23 +++++++ ...n-sh.Bun.BaselineProfile.locale.en-US.yaml | 61 +++++++++++++++++++ .../1.3.14/Oven-sh.Bun.BaselineProfile.yaml | 8 +++ 3 files changed, 92 insertions(+) create mode 100644 manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.installer.yaml create mode 100644 manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.locale.en-US.yaml create mode 100644 manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.yaml diff --git a/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.installer.yaml b/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.installer.yaml new file mode 100644 index 000000000000..c3d20b8ee591 --- /dev/null +++ b/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.BaselineProfile +PackageVersion: 1.3.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./bun-windows-x64-baseline-profile/bun-profile.exe + PortableCommandAlias: bunx +- RelativeFilePath: bun-windows-x64-baseline-profile/bun-profile.exe + PortableCommandAlias: bun +UpgradeBehavior: install +Commands: +- bun +- bunx +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-baseline-profile.zip + InstallerSha256: 905896DFFF2E4E84F5C340E69974A58857E88FD330F01DE673414D2F6CBEB486 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.locale.en-US.yaml b/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.locale.en-US.yaml new file mode 100644 index 000000000000..89cf268c4e9e --- /dev/null +++ b/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oven-sh.Bun.BaselineProfile +PackageVersion: 1.3.14 +PackageLocale: en-US +Publisher: Oven-sh +PublisherUrl: https://github.com/oven-sh +PublisherSupportUrl: https://github.com/oven-sh/bun/issues +PackageName: Bun Baseline Profile +PackageUrl: https://bun.sh/ +License: MIT +LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md +ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one +Moniker: bun-baseline-profile +Tags: +- bun +- bundler +- javascript +- javascriptcore +- jsx +- nodejs +- npm +- react +- transpiler +- typescript +- zig +- ziglang +ReleaseNotes: |- + To install Bun v1.3.14 + curl -fsSL https://bun.sh/install | bash + # or you can use npm + # npm install -g bun + Windows: + powershell -c "irm bun.sh/install.ps1|iex" + To upgrade to Bun v1.3.14: + bun upgrade + Read Bun v1.3.14's release notes on Bun's blog + + Thanks to 11 contributors! + - @190n + - @alii + - @carlsmedstad + - @cirospaciari + - @coleleavitt + - @djs5008 + - @dylan-conway + - @ig-ant + - @Jarred-Sumner + - @robobun + - @sosukesuzuki +ReleaseNotesUrl: https://bun.com/blog/bun-v1.3.14 +Documentations: +- DocumentLabel: API Reference + DocumentUrl: https://bun.com/reference +- DocumentLabel: Docs + DocumentUrl: https://bun.sh/docs +- DocumentLabel: Guides + DocumentUrl: https://bun.com/guides +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.yaml b/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.yaml new file mode 100644 index 000000000000..fb085d034d6b --- /dev/null +++ b/manifests/o/Oven-sh/Bun/BaselineProfile/1.3.14/Oven-sh.Bun.BaselineProfile.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: Oven-sh.Bun.BaselineProfile +PackageVersion: 1.3.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0a460e810ce29c8f6a0dabd98db6904b88638ec8 Mon Sep 17 00:00:00 2001 From: J3n5en Date: Wed, 13 May 2026 17:04:52 +0800 Subject: [PATCH 04/56] New version: J3n5en.EnsoAI version 0.2.41 (#373885) Co-authored-by: github-actions[bot] --- .../0.2.41/J3n5en.EnsoAI.installer.yaml | 20 +++++++++++++ .../0.2.41/J3n5en.EnsoAI.locale.en-US.yaml | 29 +++++++++++++++++++ .../j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.yaml | 7 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.installer.yaml create mode 100644 manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.locale.en-US.yaml create mode 100644 manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.yaml diff --git a/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.installer.yaml b/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.installer.yaml new file mode 100644 index 000000000000..026cd3c284ca --- /dev/null +++ b/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: J3n5en.EnsoAI +PackageVersion: 0.2.41 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/J3n5en/EnsoAI/releases/download/v0.2.41/EnsoAI-Setup-0.2.41.exe + InstallerSha256: 60DDFF289A2A9203A45BB109A684D15395998F35812215CAF9EC1B29EB6C6F00 + InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.locale.en-US.yaml b/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.locale.en-US.yaml new file mode 100644 index 000000000000..70042215e622 --- /dev/null +++ b/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: J3n5en.EnsoAI +PackageVersion: 0.2.41 +PackageLocale: en-US +Publisher: J3n5en +PublisherUrl: https://github.com/J3n5en +PublisherSupportUrl: https://github.com/J3n5en/EnsoAI/issues +Author: EnsoAI Team +PackageName: EnsoAI +PackageUrl: https://github.com/J3n5en/EnsoAI +License: MIT +LicenseUrl: https://github.com/J3n5en/EnsoAI/blob/main/LICENSE +ShortDescription: Git Worktree Manager with AI Agent +Description: EnsoAI is a desktop application that combines Git Worktree management with AI coding agents. It provides a unified workspace where you can manage multiple git worktrees while leveraging AI assistants like Claude, Codex, and Gemini to help with your development tasks. +Tags: + - ai + - claude + - codex + - developer-tools + - electron + - gemini + - git + - git-worktree + - productivity + - worktree +ReleaseNotesUrl: https://github.com/J3n5en/EnsoAI/releases/tag/v0.2.41 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.yaml b/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.yaml new file mode 100644 index 000000000000..21c8c46d40f1 --- /dev/null +++ b/manifests/j/J3n5en/EnsoAI/0.2.41/J3n5en.EnsoAI.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: J3n5en.EnsoAI +PackageVersion: 0.2.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b5413476d439dea35946e504cd7ad8ac558c65b3 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 13 May 2026 17:05:04 +0800 Subject: [PATCH 05/56] ReleaseNotes: SlackTechnologies.Slack version 4.50.121 (#373900) --- .../Slack/4.50.121/SlackTechnologies.Slack.installer.yaml | 1 + .../Slack/4.50.121/SlackTechnologies.Slack.locale.en-US.yaml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.installer.yaml b/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.installer.yaml index e1a99cb6638a..b9a6053fd470 100644 --- a/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.installer.yaml +++ b/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.installer.yaml @@ -6,6 +6,7 @@ PackageVersion: 4.50.121 UpgradeBehavior: install Protocols: - slack +ReleaseDate: 2026-05-12 Installers: - Architecture: x64 InstallerType: exe diff --git a/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.locale.en-US.yaml b/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.locale.en-US.yaml index 44d0780e7810..f2cd4fdda060 100644 --- a/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.locale.en-US.yaml +++ b/manifests/s/SlackTechnologies/Slack/4.50.121/SlackTechnologies.Slack.locale.en-US.yaml @@ -27,7 +27,10 @@ Tags: - office - team - working -ReleaseNotesUrl: https://slack.com/release-notes/windows +ReleaseNotes: |- + Bug Fixes + - Is it something in the air? A certain je ne sais quoi that’s hard to put a finger on? The world seems brighter, music sounds sweeter ... what could it be? The Slack app has been updated, and we can neither confirm nor deny we’re responsible for any lightness that descends upon you. +ReleaseNotesUrl: https://slack.com/release-notes/windows#11629 PurchaseUrl: https://slack.com/pricing ManifestType: defaultLocale ManifestVersion: 1.12.0 From 2990b0e4c3c6d5d3e1f474752226b1580b002ccd Mon Sep 17 00:00:00 2001 From: Gert Drapers <1533850+gertd@users.noreply.github.com> Date: Wed, 13 May 2026 11:27:42 +0200 Subject: [PATCH 06/56] Aserto.Topaz.v0.33.14 (#373881) --- .../Topaz/0.33.14/Aserto.Topaz.installer.yaml | 17 ++++++++++ .../0.33.14/Aserto.Topaz.locale.en-US.yaml | 33 +++++++++++++++++++ .../a/Aserto/Topaz/0.33.14/Aserto.Topaz.yaml | 8 +++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.installer.yaml create mode 100644 manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.locale.en-US.yaml create mode 100644 manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.yaml diff --git a/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.installer.yaml new file mode 100644 index 000000000000..b9d431a11604 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.33.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.33.14/topaz_windows_amd64.zip + InstallerSha256: BC63FE65A416EC2E8534B597B0B7450DB8C4EE8C0D53104749346B71E2ABDABF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 000000000000..2aae55a01b58 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.33.14 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com/ +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache-2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/HEAD/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +Tags: +- abac +- access-control +- api +- authorization +- cloud-native +- golang +- opa +- rbac +- rebac +- security +- zanzibar +ReleaseNotesUrl: https://github.com/aserto-dev/topaz/releases/tag/v0.33.14 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/aserto-dev/topaz/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.yaml b/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.yaml new file mode 100644 index 000000000000..a81c8c8d0915 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.33.14/Aserto.Topaz.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: Aserto.Topaz +PackageVersion: 0.33.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8ac1774f3e7873771c280619ae1578ecb3265869 Mon Sep 17 00:00:00 2001 From: JG Date: Wed, 13 May 2026 18:53:23 +0900 Subject: [PATCH 07/56] Add Makestar Admin CLI 0.2.6 (#373844) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../Makestar.MakestarAdminCLI.installer.yaml | 23 +++++++++++++++++++ ...akestar.MakestarAdminCLI.locale.en-US.yaml | 10 ++++++++ .../0.2.6/Makestar.MakestarAdminCLI.yaml | 6 +++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.installer.yaml create mode 100644 manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.locale.en-US.yaml create mode 100644 manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.yaml diff --git a/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.installer.yaml b/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.installer.yaml new file mode 100644 index 000000000000..dbda8f1056e3 --- /dev/null +++ b/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Makestar.MakestarAdminCLI +PackageVersion: 0.2.6 +InstallerType: msi +Scope: user +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-05-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/makestarlab/makestar-admin-cli-releases/releases/download/r2026.05.12/makestar-admin-windows-x86_64.msi + InstallerSha256: 079845D8C0CED5C03969EEFB140AB1B521C55390ECFC9108F7A76B330253BC94 + ProductCode: '{C5BE82CE-5B37-5C40-856D-1E6C0E1742D4}' + AppsAndFeaturesEntries: + - DisplayName: Makestar Admin CLI + Publisher: Makestar + InstallerType: msi + ProductCode: '{C5BE82CE-5B37-5C40-856D-1E6C0E1742D4}' + UpgradeCode: '{7F330121-BA4E-49EC-A9A3-13C94D3774F3}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.locale.en-US.yaml b/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.locale.en-US.yaml new file mode 100644 index 000000000000..69437b77a256 --- /dev/null +++ b/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.locale.en-US.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Makestar.MakestarAdminCLI +PackageVersion: 0.2.6 +PackageLocale: en-US +Publisher: Makestar +PackageName: Makestar Admin CLI +License: Proprietary +ShortDescription: Command line tools for Makestar admin operations. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.yaml b/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.yaml new file mode 100644 index 000000000000..060dc159d18e --- /dev/null +++ b/manifests/m/Makestar/MakestarAdminCLI/0.2.6/Makestar.MakestarAdminCLI.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Makestar.MakestarAdminCLI +PackageVersion: 0.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 60ac437f3a6adcdec01e54db792d35721eb6465a Mon Sep 17 00:00:00 2001 From: ggml-bot-2 Date: Wed, 13 May 2026 13:20:09 +0300 Subject: [PATCH 08/56] New version: ggml.llamacpp version b9128 (#373888) --- .../b9128/ggml.llamacpp.installer.yaml | 30 +++++++++ .../b9128/ggml.llamacpp.locale.en-US.yaml | 61 +++++++++++++++++++ .../g/ggml/llamacpp/b9128/ggml.llamacpp.yaml | 8 +++ 3 files changed, 99 insertions(+) create mode 100644 manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.installer.yaml create mode 100644 manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.locale.en-US.yaml create mode 100644 manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.yaml diff --git a/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.installer.yaml new file mode 100644 index 000000000000..e5a034d234ca --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9128 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-13 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9128/llama-b9128-bin-win-vulkan-x64.zip + InstallerSha256: 0962AF6A8C3213ACBDDFCE898B09DB3172502DC2DE501659F38635CA7AAF2DDC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 000000000000..4fe81380338e --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9128 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + hexagon: eliminate scalar VTCM loads via HVX splat helpers (#22993) + - hexagon: add hvx_vec_repl helpers and use those for splat-from-vtcm usecase + - hmx-mm: optimize per-group scale handling + - hmx-fa: optimize slope load from vtcm + - hmx-fa: use aligned access where possible in hmx-utils + - hexagon: add hvx_vec_repl_2x_f16 helper and consolidate repl helpers + Co-authored-by: Max Krasnyansky maxk@qti.qualcomm.com + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.1 DLLs + - Windows x64 (Vulkan) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b9128 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.yaml new file mode 100644 index 000000000000..93e41038a0c2 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9128/ggml.llamacpp.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: ggml.llamacpp +PackageVersion: b9128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a1a8217ef483ee1e3dd593a9de3b1e65cb63cc79 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Wed, 13 May 2026 06:20:34 -0400 Subject: [PATCH 09/56] New version: Fastfetch-cli.Fastfetch version 2.63.0 (#373901) --- .../Fastfetch-cli.Fastfetch.installer.yaml | 22 +++++++ .../Fastfetch-cli.Fastfetch.locale.en-US.yaml | 58 +++++++++++++++++++ .../2.63.0/Fastfetch-cli.Fastfetch.yaml | 8 +++ 3 files changed, 88 insertions(+) create mode 100644 manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.installer.yaml create mode 100644 manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml create mode 100644 manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.yaml diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 000000000000..372c152867d4 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.63.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.63.0/fastfetch-windows-amd64.zip + InstallerSha256: EA46F46ABE44F694270B5A82547A243E95E6BBD1F52F86DA3D8CA3551AC0FBCE +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.63.0/fastfetch-windows-aarch64.zip + InstallerSha256: 1D6D9107DF9D5474C766F515FF88AAB41E25C88B71BD20720FD4CD8FAC8E0C99 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 000000000000..21a980b62635 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.63.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Changes: + - Introduces a new optional dependency, libefl, for querying the Enlightenment window manager configuration: + - libefl-all-dev on Debian/Ubuntu + - libefl-devel on Fedora + - efl on Arch Linux + - The Windows-specific options battery.useSetupApi and global.wmiTimeout have been removed. (Windows) + Features: + - Adds wallpaper detection support on Haiku (#2314, Wallpaper, Haiku) + - Adds Wi-Fi 6 GHz channel detection and improves protocol reporting (Wifi, Linux) + - Improves Deepin version detection using /etc/os-version (#2300, OS, Linux) + - Adds Ubuntu Kylin and Ubuntu Unity flavor detection (OS, Linux) + - Adds NebiDE support (WMTheme, Linux) + - Adds package counting for cards on NuTyX (#2287, Packages, Linux) + - Adds support for the Enlightenment desktop environment (#2165, WM, Linux) + - Adds support for playback progress detection (Media) + - The module now prints the current playback position and total media duration when supported by the player. If you prefer the previous behavior, you can set media.percent.type: ["hide-others"] to hide the new fields. + - Adds support for global.playerName for Windows (Media, Windows) + - This allows detecting a specified media player while ignoring others. + - Multi-battery detection is enabled on Windows by default (Battery, Windows) + Bugfixes: + - Improves DisplayServer compatibility on Linux by handling newer kde-output-device-v2 protocol updates (DisplayServer, Linux) + - This fixes a long-standing issue where display detection fails with an interface 'kde_output_device_mode_v2' has no event X error. + - Improves Wi-Fi reliability on Linux by switching to a netlink implementation (Wifi, Linux) + - Improves network interface reliability and default route selection on macOS and Windows (Netif, macOS / Windows) + - Validates temperature color thresholds as integers when parsing JSON configs (Temps) + - Fixes TDE Konsole version detection (#2319, Terminal, Linux) + - Various internal cleanups and optimizations + Logos: + - Adds KibaOS, NebiOS, XJ380, openRuyi, Ximper + - Fixes GNOME OS built-in logo detection (#2296) +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.63.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 000000000000..533f6386958f --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.63.0/Fastfetch-cli.Fastfetch.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: Fastfetch-cli.Fastfetch +PackageVersion: 2.63.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 20d404397729d7f2266a03ef2d72550241e6bb22 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 18:46:01 +0800 Subject: [PATCH 10/56] New version: Watfaq.ClashRS version 0.10.5 (#373897) --- .../0.10.5/Watfaq.ClashRS.installer.yaml | 30 +++++++++++++++ .../0.10.5/Watfaq.ClashRS.locale.en-US.yaml | 37 +++++++++++++++++++ .../0.10.5/Watfaq.ClashRS.locale.zh-CN.yaml | 18 +++++++++ .../Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.yaml | 8 ++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.installer.yaml create mode 100644 manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.locale.en-US.yaml create mode 100644 manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.locale.zh-CN.yaml create mode 100644 manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.yaml diff --git a/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.installer.yaml b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.installer.yaml new file mode 100644 index 000000000000..02035f9c8ad6 --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Watfaq.ClashRS +PackageVersion: 0.10.5 +InstallerType: portable +Commands: +- clash +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.10.5/clash-rs-i686-pc-windows-msvc.exe + InstallerSha256: 83DB6F24E8CF8252218DC81FDB0CE2B6E3D2693269E1CAF1AC0899D98DFAD794 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.10.5/clash-rs-x86_64-pc-windows-msvc.exe + InstallerSha256: E33867A0CF2500AFC80557120FD74F8951101BC8159452E76A73685C192FC14D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.10.5/clash-rs-aarch64-pc-windows-msvc.exe + InstallerSha256: D7C34164FFC62274D42D9A57FA37402AFE9CA952C2EC3AA0904186A8B89BC39E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.locale.en-US.yaml b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.locale.en-US.yaml new file mode 100644 index 000000000000..cfe5ed78a540 --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.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: Watfaq.ClashRS +PackageVersion: 0.10.5 +PackageLocale: en-US +Publisher: Watfaq Technologies Pty Ltd +PublisherUrl: https://github.com/Watfaq +PublisherSupportUrl: https://github.com/Watfaq/clash-rs/issues +Author: Watfaq Technologies Pty Ltd +PackageName: ClashRS +PackageUrl: https://github.com/Watfaq/clash-rs +License: Apache-2.0 +LicenseUrl: https://github.com/Watfaq/clash-rs/blob/HEAD/LICENSE +ShortDescription: A custom protocol, rule based network proxy software. +Moniker: clash-rs +Tags: +- clash +- network +- proxy +- vpn +ReleaseNotes: |- + 🐛 Bug Fixes + - Remove ring from aws-lc-rs code path (~500KB-1MB binary savings) (#1397) by @ibigbug + - Tuic IPV6 rebind (#1398) by @Itsusinn + - (socket) Bind dual-stack UDP socket when interface is set (fixes Windows WSAEINVAL #1399) (#1401) by @ibigbug + 🚜 Refactor + - Migrate hickory-client to hickory-net (#1396) by @ibigbug + ⚙️ Miscellaneous Tasks + - Bump version to v0.10.5 by @github-actions[bot] + Full Changelog: https://github.com/Watfaq/clash-rs/compare/v0.10.4...v0.10.5 +ReleaseNotesUrl: https://github.com/Watfaq/clash-rs/releases/tag/v0.10.5 +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://watfaq.gitbook.io/clashrs-user-manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.locale.zh-CN.yaml b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.locale.zh-CN.yaml new file mode 100644 index 000000000000..e797a8786d5d --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.locale.zh-CN.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: Watfaq.ClashRS +PackageVersion: 0.10.5 +PackageLocale: zh-CN +ShortDescription: 一款自定义协议的基于规则的网络代理软件。 +Tags: +- clash +- vpn +- 代理 +- 网络 +ReleaseNotesUrl: https://github.com/Watfaq/clash-rs/releases/tag/v0.10.5 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://watfaq.gitbook.io/clashrs-user-manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.yaml b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.yaml new file mode 100644 index 000000000000..dc9502f771fd --- /dev/null +++ b/manifests/w/Watfaq/ClashRS/0.10.5/Watfaq.ClashRS.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: Watfaq.ClashRS +PackageVersion: 0.10.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0da254fd73b00d362aefbad815480a051d1fe631 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 18:46:14 +0800 Subject: [PATCH 11/56] New version: Twinkstar.TwinkstarBrowser version 11.0.3000.2605 (#373899) --- .../Twinkstar.TwinkstarBrowser.installer.yaml | 34 +++++++++++++++++++ ...inkstar.TwinkstarBrowser.locale.en-US.yaml | 26 ++++++++++++++ ...inkstar.TwinkstarBrowser.locale.zh-CN.yaml | 26 ++++++++++++++ .../Twinkstar.TwinkstarBrowser.yaml | 8 +++++ 4 files changed, 94 insertions(+) create mode 100644 manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.installer.yaml create mode 100644 manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.en-US.yaml create mode 100644 manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.zh-CN.yaml create mode 100644 manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.yaml diff --git a/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.installer.yaml b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.installer.yaml new file mode 100644 index 000000000000..2c0ff4d032e9 --- /dev/null +++ b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Twinkstar.TwinkstarBrowser +PackageVersion: 11.0.3000.2605 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: -silent + SilentWithProgress: -silent +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- crx +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Twinkstar +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://d1.twinkstar.com/win/Twinkstar_v11.0.3000.2605_Release.exe + InstallerSha256: F9FC71F738D8C7307BC5330606C83B4286F80FECD819F01B84CFB2E2098100B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.en-US.yaml b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.en-US.yaml new file mode 100644 index 000000000000..137874880b24 --- /dev/null +++ b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Twinkstar.TwinkstarBrowser +PackageVersion: 11.0.3000.2605 +PackageLocale: en-US +Publisher: Twinkstar Limited +PublisherUrl: https://www.twinkstar.com/ +PublisherSupportUrl: https://bbs.twinkstar.com/forum.php +Author: Twinkstar Limited +PackageName: Twinkstar Browser +PackageUrl: https://www.twinkstar.com/ +License: Freeware +Copyright: Copyright 2026 The Twinkstar Authors. All rights reserved. +ShortDescription: The browser that college students love. +Description: Twinkstar Browser is a convenient, reliable and simple browser with perfect compatibility with Chrome extensions, personalized interface, comic reading mode, comic search, shopping search, price comparison, video download, video pop-up, mouse gesture, super drag and drop, multi-threaded high-speed download, etc. +Tags: +- browser +- china +- chromium +- prc +- web +- webpage +ReleaseNotesUrl: https://bbs.twinkstar.com/forum.php?mod=viewthread&tid=4227 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.zh-CN.yaml b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..af2c76a3742e --- /dev/null +++ b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Twinkstar.TwinkstarBrowser +PackageVersion: 11.0.3000.2605 +PackageLocale: zh-CN +Publisher: Twinkstar Limited +PublisherUrl: https://www.twinkstar.com/ +PublisherSupportUrl: https://bbs.twinkstar.com/forum.php +Author: 北京天之歌者科技有限公司 +PackageName: 星愿浏览器 +PackageUrl: https://www.twinkstar.com/ +License: 免费软件 +Copyright: 版权所有2026 , 保留所有权利。 +ShortDescription: 大学生都爱用的浏览器 +Description: 星愿浏览器(Twinkstar Browser),完美兼容 Chrome 插件,个性化界面,漫画阅读模式,漫画搜索,购物搜索,全网比价,视频下载,视频弹窗,鼠标手势,超级拖拽,多线程高速下载等等,是一款方便,可靠,简洁的浏览器 +Tags: +- chromium +- 浏览器 +- 网页 +ReleaseNotes: |- + 【修复】谷歌翻译; + 【修复】油管视频下载,某些高分辨率格式不显示问题。 +ReleaseNotesUrl: https://bbs.twinkstar.com/forum.php?mod=viewthread&tid=4227 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.yaml b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.yaml new file mode 100644 index 000000000000..5366ef157f16 --- /dev/null +++ b/manifests/t/Twinkstar/TwinkstarBrowser/11.0.3000.2605/Twinkstar.TwinkstarBrowser.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: Twinkstar.TwinkstarBrowser +PackageVersion: 11.0.3000.2605 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7ee5d049292e235eb1fc03e294a518df68a1b89e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 18:46:33 +0800 Subject: [PATCH 12/56] New version: Google.Chrome.Canary version 150.0.7838.0 (#373907) --- .../Google.Chrome.Canary.installer.yaml | 14 +++++++------- .../Google.Chrome.Canary.locale.en-US.yaml | 2 +- .../Google.Chrome.Canary.locale.nb-NO.yaml | 2 +- .../Google.Chrome.Canary.locale.zh-CN.yaml | 2 +- .../Google.Chrome.Canary.yaml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) rename manifests/g/Google/Chrome/Canary/{150.0.7837.0 => 150.0.7838.0}/Google.Chrome.Canary.installer.yaml (58%) rename manifests/g/Google/Chrome/Canary/{150.0.7837.0 => 150.0.7838.0}/Google.Chrome.Canary.locale.en-US.yaml (96%) rename manifests/g/Google/Chrome/Canary/{150.0.7837.0 => 150.0.7838.0}/Google.Chrome.Canary.locale.nb-NO.yaml (96%) rename manifests/g/Google/Chrome/Canary/{150.0.7837.0 => 150.0.7838.0}/Google.Chrome.Canary.locale.zh-CN.yaml (96%) rename manifests/g/Google/Chrome/Canary/{150.0.7837.0 => 150.0.7838.0}/Google.Chrome.Canary.yaml (89%) diff --git a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.installer.yaml similarity index 58% rename from manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.installer.yaml index 8c4ec21eeb4e..f94c719164a2 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7837.0 +PackageVersion: 150.0.7838.0 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/m2oeqwtwk3v3zcyqihymdxvqau_150.0.7837.0/150.0.7837.0_chrome_installer_uncompressed.exe - InstallerSha256: DAE70059F1D6DA755E5FDD097E5CA39543C1FC376583BEC901042D170F5438C7 + InstallerUrl: https://dl.google.com/release2/chrome/fuv25eymbek2g5ndtjc47dvmcm_150.0.7838.0/150.0.7838.0_chrome_installer_uncompressed.exe + InstallerSha256: 406374B669A86D7F7EC08093CFE2DFEE16102A310A6F50F17BF1A415BE554765 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/gpxsdov3lh5b5fe2bjfiuikzei_150.0.7837.0/150.0.7837.0_chrome_installer_uncompressed.exe - InstallerSha256: E312239830F293AA220ECA421B1070C8CAC2D7F5D999CD5CFFB63F07DDE0F610 + InstallerUrl: https://dl.google.com/release2/chrome/baxqdf7xwv7g72zxbmlsqt2oiy_150.0.7838.0/150.0.7838.0_chrome_installer_uncompressed.exe + InstallerSha256: 12ABEFF64053C782C8157A5A20DF163E8E4BDCB01EAE4DAFFBA20749BEA650F5 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/aqiemopnbmdvl6nf3hppy336sa_150.0.7837.0/150.0.7837.0_chrome_installer_uncompressed.exe - InstallerSha256: 634C71CB586088CB55AC9B566765BAC1D7A2CBB19AD01F26FD8A6B33C0661B04 + InstallerUrl: https://dl.google.com/release2/chrome/jpeuqoizmyo4opv33r77vnmsoe_150.0.7838.0/150.0.7838.0_chrome_installer_uncompressed.exe + InstallerSha256: B314067229DF9DFD852A96FE64AE2A2C7B2911C6C850556000276555D742AF01 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.en-US.yaml index fe86a5fa2b50..6f25edbead40 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7837.0 +PackageVersion: 150.0.7838.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.nb-NO.yaml index 93b1929ab368..8f62e352052d 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7837.0 +PackageVersion: 150.0.7838.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.zh-CN.yaml index ed25ac3ffebb..ea8b3f4e3b1c 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7837.0 +PackageVersion: 150.0.7838.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.yaml index 7e46d35d4cd1..6119681bc8a2 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7837.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7838.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7837.0 +PackageVersion: 150.0.7838.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From c8a8bf2b86a40b6203e8db0ce6be24ef9ed2f025 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 18:46:46 +0800 Subject: [PATCH 13/56] New version: qingchencloud.ClawPanel version 0.15.3 (#373910) --- .../qingchencloud.ClawPanel.installer.yaml | 26 +++++++++++++++++ .../qingchencloud.ClawPanel.locale.en-US.yaml | 20 +++++++++++++ .../qingchencloud.ClawPanel.locale.zh-CN.yaml | 29 +++++++++++++++++++ .../0.15.3/qingchencloud.ClawPanel.yaml | 8 +++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.installer.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.locale.en-US.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.locale.zh-CN.yaml create mode 100644 manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.yaml diff --git a/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.installer.yaml b/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.installer.yaml new file mode 100644 index 000000000000..257c250b2f16 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.15.3/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.15.3 +UpgradeBehavior: install +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.15.3/ClawPanel_0.15.3_x64-setup-full.exe + InstallerSha256: 37EC997530044B7116A0BCB01F7863C62B7220496051E32FD2153275A593D8ED + ProductCode: ClawPanel +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.15.3/ClawPanel_0.15.3_x64-full_en-US.msi + InstallerSha256: 99A0E846C07036D8D836BBA92A2312D22E50CB532AF079A39AF274411FC01EA3 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{6747AAE2-1FF9-4805-B9E2-708DB2A1E818}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AA908EA1-FFA0-5A0E-B2C5-14A7B8C64033}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.locale.en-US.yaml b/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.locale.en-US.yaml new file mode 100644 index 000000000000..a9d3051b0662 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.15.3/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.15.3 +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.15.3/qingchencloud.ClawPanel.locale.zh-CN.yaml b/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.locale.zh-CN.yaml new file mode 100644 index 000000000000..3dc9ec5f9971 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.locale.zh-CN.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: qingchencloud.ClawPanel +PackageVersion: 0.15.3 +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: '- 常规更新与优化' +ReleaseNotesUrl: https://github.com/qingchencloud/clawpanel/releases/tag/v0.15.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.yaml b/manifests/q/qingchencloud/ClawPanel/0.15.3/qingchencloud.ClawPanel.yaml new file mode 100644 index 000000000000..8a90ee531f15 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.15.3/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.15.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 179da9f38889a563d6daa80df01d86b860eb1fda Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 19:09:23 +0800 Subject: [PATCH 14/56] New version: Seewo.SeewoInput version 1.2.1.780 (1.2.1) (#373896) --- .../1.2.1.780/Seewo.SeewoInput.installer.yaml | 17 ++++++++++++ .../Seewo.SeewoInput.locale.en-US.yaml | 18 +++++++++++++ .../Seewo.SeewoInput.locale.zh-CN.yaml | 26 +++++++++++++++++++ .../1.2.1.780/Seewo.SeewoInput.yaml | 8 ++++++ 4 files changed, 69 insertions(+) create mode 100644 manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.installer.yaml create mode 100644 manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.locale.en-US.yaml create mode 100644 manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.locale.zh-CN.yaml create mode 100644 manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.yaml diff --git a/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.installer.yaml b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.installer.yaml new file mode 100644 index 000000000000..311831871a04 --- /dev/null +++ b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.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: Seewo.SeewoInput +PackageVersion: 1.2.1.780 +InstallerType: nullsoft +Scope: machine +ProductCode: '{CD744FB3-3E83-421E-9FDE-5CCB28920C33}' +Installers: +- Architecture: x86 + InstallerUrl: https://imlizhi-store-https.seewo.com/seewoinput_1.2.1(20260513150416).exe + InstallerSha256: 0F8984751239D32ED8064AD51C8A2E1150BEC5AF8FE2A069F95EF4BF7A14A1AD +- Architecture: x64 + InstallerUrl: https://imlizhi-store-https.seewo.com/seewoinput_1.2.1(20260513150416).exe + InstallerSha256: 0F8984751239D32ED8064AD51C8A2E1150BEC5AF8FE2A069F95EF4BF7A14A1AD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.locale.en-US.yaml b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.locale.en-US.yaml new file mode 100644 index 000000000000..b71fa8ea5b37 --- /dev/null +++ b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.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: Seewo.SeewoInput +PackageVersion: 1.2.1.780 +PackageLocale: en-US +License: Freeware +ShortDescription: Input method designed for teachers +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.locale.zh-CN.yaml b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.locale.zh-CN.yaml new file mode 100644 index 000000000000..8ea85e028a2a --- /dev/null +++ b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.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: Seewo.SeewoInput +PackageVersion: 1.2.1.780 +PackageLocale: zh-CN +Publisher: Seewo +PublisherUrl: https://www.seewo.com/ +PublisherSupportUrl: https://help.seewo.com/ +PrivacyUrl: https://e.seewo.com/privacy_policy.html +Author: 广州视睿电子科技有限公司 +PackageName: 希沃输入法 +PackageUrl: https://e.seewo.com/ +License: 免费软件 +LicenseUrl: https://e.seewo.com/seewo_service_agreement.html +Copyright: 版权所有 © 2011-2026 广州视睿电子科技有限公司 +ShortDescription: 专为教师设计的输入法 +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.yaml b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.yaml new file mode 100644 index 000000000000..e6194750c4f6 --- /dev/null +++ b/manifests/s/Seewo/SeewoInput/1.2.1.780/Seewo.SeewoInput.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: Seewo.SeewoInput +PackageVersion: 1.2.1.780 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 24a5a7ad78ef2d49cb7e592f37dd744dfb5fb9c5 Mon Sep 17 00:00:00 2001 From: Ossian Ericson <43954785+ossianericson@users.noreply.github.com> Date: Wed, 13 May 2026 13:09:51 +0200 Subject: [PATCH 15/56] NetSentinel.NetSentinel version 1.9.7 (#373921) --- .../NetSentinel.NetSentinel.installer.yaml | 22 ++++++++ .../NetSentinel.NetSentinel.locale.en-US.yaml | 54 +++++++++++++++++++ .../1.9.7/NetSentinel.NetSentinel.yaml | 8 +++ 3 files changed, 84 insertions(+) create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.installer.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.locale.en-US.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.yaml diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 000000000000..6bd9dcf7d559 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 1.9.7 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v1.9.7/NetSentinel-Setup-1.9.7.exe + InstallerSha256: 1B101745F9F5F8F400F4CAEE41946FD6EF222CD41595E00DF1E57BD13426E205 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 000000000000..f6310e11d3e0 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.7 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- rogue-device +- stp +- lan +- diagnostics +- iot +- monitoring +- arp +- broadcast-storm +- wifi +- dns +- port-scanner +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v1.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.yaml new file mode 100644 index 000000000000..0139fefa0bad --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.7/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 1.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8cc0fd95e831eb42913ccc71ca8722b67382f741 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 19:33:27 +0800 Subject: [PATCH 16/56] New version: Seewo.EasiDirector version 1.2.3.352 (#373895) --- .../Seewo.EasiDirector.installer.yaml | 15 +++++++++++++++ .../Seewo.EasiDirector.locale.en-US.yaml | 19 +++++++++++++++++++ .../Seewo.EasiDirector.locale.zh-CN.yaml | 19 +++++++++++++++++++ .../1.2.3.352/Seewo.EasiDirector.yaml | 8 ++++++++ 4 files changed, 61 insertions(+) create mode 100644 manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.installer.yaml create mode 100644 manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.locale.en-US.yaml create mode 100644 manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.locale.zh-CN.yaml create mode 100644 manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.yaml diff --git a/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.installer.yaml b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.installer.yaml new file mode 100644 index 000000000000..322de12516ca --- /dev/null +++ b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.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: Seewo.EasiDirector +PackageVersion: 1.2.3.352 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: '{b9a47123-1484-4e1a-8788-34d169e15466}' +Installers: +- Architecture: x86 + InstallerUrl: https://imlizhi-store-https.seewo.com/EasiDirector_(20260513145303).exe + InstallerSha256: 710B1FB5AAE23817B7D954F65377EF1D0E6BB07F2AA5FA7D1621B08DD80ACB7B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.locale.en-US.yaml b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.locale.en-US.yaml new file mode 100644 index 000000000000..82237c3e38a5 --- /dev/null +++ b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.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: Seewo.EasiDirector +PackageVersion: 1.2.3.352 +PackageLocale: en-US +Publisher: Seewo +PublisherUrl: https://www.seewo.com/ +PublisherSupportUrl: https://help.seewo.com/ +PrivacyUrl: https://e.seewo.com/privacy_policy.html +Author: Guangzhou Shirui Electronics Co., Ltd. +PackageName: 希沃导播助手 +PackageUrl: https://e.seewo.com/ +License: Proprietary +LicenseUrl: https://e.seewo.com/seewo_service_agreement.html +Copyright: Copyright © 2026 seewo. All rights reserved. Shirui Electronics +ShortDescription: Control recorder simply +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.locale.zh-CN.yaml b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.locale.zh-CN.yaml new file mode 100644 index 000000000000..729a825333ed --- /dev/null +++ b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Seewo.EasiDirector +PackageVersion: 1.2.3.352 +PackageLocale: zh-CN +Publisher: Seewo +PublisherUrl: https://www.seewo.com/ +PublisherSupportUrl: https://help.seewo.com/ +PrivacyUrl: https://e.seewo.com/privacy_policy.html +Author: 广州视睿电子科技有限公司 +PackageName: 希沃导播助手 +PackageUrl: https://e.seewo.com/ +License: 专有软件 +LicenseUrl: https://e.seewo.com/seewo_service_agreement.html +Copyright: Copyright © 2026 seewo. All rights reserved. Shirui Electronics +ShortDescription: 简单完成导播控制 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.yaml b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.yaml new file mode 100644 index 000000000000..08e560285238 --- /dev/null +++ b/manifests/s/Seewo/EasiDirector/1.2.3.352/Seewo.EasiDirector.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: Seewo.EasiDirector +PackageVersion: 1.2.3.352 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f199cde531a371b7873bb23c619dd4d68a228358 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 19:33:46 +0800 Subject: [PATCH 17/56] New version: Microsoft.Teams version 26106.1906.4665.7308 (#373909) --- .../Microsoft.Teams.installer.yaml | 26 +++++++++++++ .../Microsoft.Teams.locale.en-US.yaml | 39 +++++++++++++++++++ .../Microsoft.Teams.locale.zh-CN.yaml | 37 ++++++++++++++++++ .../26106.1906.4665.7308/Microsoft.Teams.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.installer.yaml create mode 100644 manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.zh-CN.yaml create mode 100644 manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.yaml diff --git a/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.installer.yaml b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.installer.yaml new file mode 100644 index 000000000000..a9183fca0de6 --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.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: Microsoft.Teams +PackageVersion: 26106.1906.4665.7308 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +UpgradeBehavior: install +PackageFamilyName: MSTeams_8wekyb3d8bbwe +Installers: +- Architecture: x86 + InstallerUrl: https://installer.teams.static.microsoft/production-windows-x86/26106.1906.4665.7308/MSTeams-x86.msix + InstallerSha256: 5B5793D884BFBAA1898FAF66ACAED952D477A9D09EF65FCF8CFBA5ECDDC8A5C6 + SignatureSha256: 20F50EB54B03BFD539EC9F1E274525CFC85A675C743E572EC29C5F3C0557262B +- Architecture: x64 + InstallerUrl: https://installer.teams.static.microsoft/production-windows-x64/26106.1906.4665.7308/MSTeams-x64.msix + InstallerSha256: F00A77AD7726EFB583B66A0DD22D458586D399D4C5EA20348E5948F754A9C383 + SignatureSha256: F747C58011D3FD8C91FD489BA6EE7E72985B9EA012C8718E954DA9A95E6F3529 +- Architecture: arm64 + InstallerUrl: https://installer.teams.static.microsoft/production-windows-arm64/26106.1906.4665.7308/MSTeams-arm64.msix + InstallerSha256: 06BB60099E9BF89F3F96BF07C82F666DC5B20557283D2BF5042F5CA0277F4553 + SignatureSha256: F6FAB8CE43BDD4ADE1091CDA0D2FAE34E4B94C799A10FAD131E57A6E5AB42F44 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.en-US.yaml b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.en-US.yaml new file mode 100644 index 000000000000..3217486c97af --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Teams +PackageVersion: 26106.1906.4665.7308 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/teams +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Teams +PackageUrl: https://www.microsoft.com/microsoft-teams/group-chat-software +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Collaborate more effectively with a faster, simpler, smarter, and more flexible Teams. +Description: Working together is easier with Microsoft Teams. Tools and files are always available in one place that's designed to help you connect naturally, stay organized and bring ideas to life. +Moniker: teams +Tags: +- call +- calling +- chat +- collaborate +- collaboration +- conferencing +- meet +- meeting +- msteams +- team +- teams +- video +- video-conferencing +- voice +- voip +- webinar +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.zh-CN.yaml b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.zh-CN.yaml new file mode 100644 index 000000000000..c02f52e8a72d --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.locale.zh-CN.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: Microsoft.Teams +PackageVersion: 26106.1906.4665.7308 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/zh-cn/teams +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Teams +PackageUrl: https://www.microsoft.com/zh-cn/microsoft-teams/group-chat-software +License: 专有软件 +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: 使用更快、更简单、更智能和更灵活的 Teams,更有效地进行协作。 +Description: Microsoft Teams 让协作更轻松。所有工具和文件都整合在一个位置,旨在帮助你轻松自如地建立联系、保持有序并将想法付诸于实践。 +Tags: +- msteams +- teams +- voip +- 会议 +- 协作 +- 协同 +- 团队 +- 开会 +- 电话 +- 研讨会 +- 视频 +- 视频会议 +- 聊天 +- 语音 +- 通话 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.yaml b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.yaml new file mode 100644 index 000000000000..73610fa03dfd --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1906.4665.7308/Microsoft.Teams.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: Microsoft.Teams +PackageVersion: 26106.1906.4665.7308 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fa3e644650beb8ea213e943902787d27adfd5271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=A3=E3=83=83=E3=83=97?= Date: Wed, 13 May 2026 13:34:06 +0200 Subject: [PATCH 18/56] New version: Sirstrap.UI version 10.12.1.5 (#373916) --- .../UI/10.12.1.5/Sirstrap.UI.installer.yaml | 17 ++++++++++++++ .../10.12.1.5/Sirstrap.UI.locale.en-US.yaml | 22 +++++++++++++++++++ .../s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.yaml | 8 +++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.installer.yaml create mode 100644 manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.locale.en-US.yaml create mode 100644 manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.yaml diff --git a/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.installer.yaml b/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.installer.yaml new file mode 100644 index 000000000000..a1984d870100 --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Sirstrap.UI +PackageVersion: 10.12.1.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Sirstrap.exe + PortableCommandAlias: Sirstrap.UI +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/massimopaganigh/sirstrap/releases/download/v10.12.1.5-beta/Sirstrap.UI_fat.zip + InstallerSha256: B03A775F3D47C06759E16A1F8413317A01BADC7773AB1B8EFAB9BA444C1CB172 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.locale.en-US.yaml b/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.locale.en-US.yaml new file mode 100644 index 000000000000..7ed7d6c38ac3 --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Sirstrap.UI +PackageVersion: 10.12.1.5 +PackageLocale: en-US +Publisher: Sirstrap +PublisherUrl: https://github.com/massimopaganigh +PublisherSupportUrl: https://github.com/massimopaganigh/sirstrap/issues +PackageName: UI +PackageUrl: https://github.com/massimopaganigh/sirstrap +License: AGPL-3.0 license +ShortDescription: An alternative bootstrapper for Roblox with a bunch of extra features. +Tags: +- bloxstrap +- roblox +ReleaseNotesUrl: https://github.com/massimopaganigh/Sirstrap/releases/tag/v10.12.1.5-beta +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/massimopaganigh/sirstrap/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.yaml b/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.yaml new file mode 100644 index 000000000000..60cb43b4eac2 --- /dev/null +++ b/manifests/s/Sirstrap/UI/10.12.1.5/Sirstrap.UI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Sirstrap.UI +PackageVersion: 10.12.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From a863e3355d340f5021def8b2c3836e7d11158a7c Mon Sep 17 00:00:00 2001 From: FarmLox <125831658+FarmLox@users.noreply.github.com> Date: Wed, 13 May 2026 18:34:17 +0700 Subject: [PATCH 19/56] New version: NoFaff.InstallerClean version 1.8.1 (#373922) Co-authored-by: FarmLox --- .../NoFaff.InstallerClean.installer.yaml | 14 +++++++++ .../NoFaff.InstallerClean.locale.en-GB.yaml | 30 +++++++++++++++++++ .../1.8.1/NoFaff.InstallerClean.yaml | 8 +++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.installer.yaml create mode 100644 manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.locale.en-GB.yaml create mode 100644 manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.yaml diff --git a/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.installer.yaml b/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.installer.yaml new file mode 100644 index 000000000000..faa11f9dfeed --- /dev/null +++ b/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NoFaff.InstallerClean +PackageVersion: 1.8.1 +InstallerType: inno +Scope: machine +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/no-faff/InstallerClean/releases/download/v1.8.1/InstallerClean-setup.exe + InstallerSha256: 71B88A2A979404C65B06E04763041C1292842E00E7AE17D0129B2DEECB5B0E44 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.locale.en-GB.yaml b/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.locale.en-GB.yaml new file mode 100644 index 000000000000..698a68dc02c5 --- /dev/null +++ b/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.locale.en-GB.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NoFaff.InstallerClean +PackageVersion: 1.8.1 +PackageLocale: en-GB +Publisher: No Faff +PublisherUrl: https://github.com/no-faff +PublisherSupportUrl: https://github.com/no-faff/InstallerClean/issues +Author: No Faff +PackageName: InstallerClean +PackageUrl: https://github.com/no-faff/InstallerClean +License: MIT License +LicenseUrl: https://github.com/no-faff/InstallerClean/blob/main/LICENSE +Copyright: Copyright (c) 2026 No Faff +ShortDescription: Open source tool to safely clean orphaned Windows Installer files and reclaim disk space +Description: |- + InstallerClean safely reclaims disk space by removing orphaned files from C:\Windows\Installer, the hidden folder Windows never cleans up. It queries the Windows Installer API to find installers left behind by uninstalled software and patches replaced by newer ones, then lets you delete them to the Recycle Bin or move them somewhere safe. Free, open source, no telemetry. +Moniker: installerclean +Tags: +- cleanup +- disk-space +- installer +- msi +- open-source +- patchcleaner +- windows-installer +ReleaseNotesUrl: https://github.com/no-faff/InstallerClean/releases/tag/v1.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.yaml b/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.yaml new file mode 100644 index 000000000000..b67ecdf67753 --- /dev/null +++ b/manifests/n/NoFaff/InstallerClean/1.8.1/NoFaff.InstallerClean.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: NoFaff.InstallerClean +PackageVersion: 1.8.1 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file From 966157655aadb096129b3dc1faf55c0bfda9b526 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 19:55:52 +0800 Subject: [PATCH 20/56] Update: Seafuture.NetpasMessage version 1.0 (1.0.3.4) (#373894) --- .../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 8a4c5914e50b..8a1f55585f9a 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: A98C48C6F38184128B1C4D3FE537D7ABAAF12F4CBDB7C93BF328A3461490CF09 + InstallerSha256: 42253FB82BBFFF62B8A13FD25D2D92FBBBFE263E55473AC8D07AD9D24F90D630 - Architecture: x64 InstallerUrl: https://file.netpas.net/ftp/NetpasMessageSetup.exe - InstallerSha256: A98C48C6F38184128B1C4D3FE537D7ABAAF12F4CBDB7C93BF328A3461490CF09 + InstallerSha256: 42253FB82BBFFF62B8A13FD25D2D92FBBBFE263E55473AC8D07AD9D24F90D630 ManifestType: installer ManifestVersion: 1.12.0 From b1bd15bf8dff9cb8ffa5abd19fb79bb53e7ca722 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 13 May 2026 14:20:29 +0200 Subject: [PATCH 21/56] New version: MongoDB.Server version 8.3.2 (#373833) --- .../8.3.2/MongoDB.Server.installer.yaml | 31 +++++++++++++++++++ .../8.3.2/MongoDB.Server.locale.en-US.yaml | 25 +++++++++++++++ .../MongoDB/Server/8.3.2/MongoDB.Server.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.installer.yaml create mode 100644 manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.locale.en-US.yaml create mode 100644 manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.yaml diff --git a/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.installer.yaml b/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.installer.yaml new file mode 100644 index 000000000000..fb94710ba4f4 --- /dev/null +++ b/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MongoDB.Server +PackageVersion: 8.3.2 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=ServerService REBOOT=ReallySuppress +UpgradeBehavior: uninstallPrevious +ProductCode: '{224A0A82-7E6C-47D3-B6D3-BAD474082D49}' +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- DisplayName: MongoDB 8.3.2 2008R2Plus SSL (64 bit) + ProductCode: '{224A0A82-7E6C-47D3-B6D3-BAD474082D49}' + UpgradeCode: '{3C86A183-0383-6D80-CB3D-B10F78BC3742}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\MongoDB\Server\8.3' +Installers: +- Architecture: x64 + InstallerUrl: https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.2-signed.msi + InstallerSha256: F2AF413BEB2FA9287B804C70F109563717A6FCDEFE905562CA8EEEE9762485A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.locale.en-US.yaml b/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.locale.en-US.yaml new file mode 100644 index 000000000000..ea1efb63131d --- /dev/null +++ b/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MongoDB.Server +PackageVersion: 8.3.2 +PackageLocale: en-US +Publisher: MongoDB Inc. +PublisherUrl: https://www.mongodb.com/ +PublisherSupportUrl: https://support.mongodb.com/welcome +PrivacyUrl: https://www.mongodb.com/legal/privacy-policy +Author: MongoDB Inc. +PackageName: MongoDB +PackageUrl: https://www.mongodb.com/try/download/community +License: Server Side Public License (SSPL) +LicenseUrl: https://www.mongodb.com/licensing/server-side-public-license +Copyright: © 2023 MongoDB, Inc. +CopyrightUrl: https://www.mongodb.com/licensing/server-side-public-license +ShortDescription: MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. +Moniker: mongodb-server +Tags: +- database +- mongo +- server +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.yaml b/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.yaml new file mode 100644 index 000000000000..6cbe66f27443 --- /dev/null +++ b/manifests/m/MongoDB/Server/8.3.2/MongoDB.Server.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: MongoDB.Server +PackageVersion: 8.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 91cca9e6e9d3cc394f3ce805d5d60b471d21696d Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Wed, 13 May 2026 12:20:57 +0000 Subject: [PATCH 22/56] New version: Microsoft.VisualStudioCode.Insiders.CLI version 1.121.0 (#373865) Co-authored-by: 3372902+lszomoru@users.noreply.github.com --- ...sualStudioCode.Insiders.CLI.installer.yaml | 19 ++++++++++++++++++ ...lStudioCode.Insiders.CLI.locale.en-US.yaml | 20 +++++++++++++++++++ ...crosoft.VisualStudioCode.Insiders.CLI.yaml | 8 ++++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml create mode 100644 manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml new file mode 100644 index 000000000000..b414f3e1291e --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.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: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.121.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./code-insiders.exe + PortableCommandAlias: code-insiders +Installers: +- Architecture: arm64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/c305abcf5246623ddb4e3f1be03f36e2f9dd7caf/vscode_cli_win32_arm64_cli.zip + InstallerSha256: F7CB9409772351A4AE618343869E70A930CF70B2DCE12E9F9418CDEA6CC8DAF4 +- Architecture: x64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/c305abcf5246623ddb4e3f1be03f36e2f9dd7caf/vscode_cli_win32_x64_cli.zip + InstallerSha256: 80322C341FC709979928D12282AD6618D62F5195A1E82FBB6BDD19DBAFB5CE2F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..9e3996fc9ca4 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.121.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code Insiders CLI +PackageUrl: https://code.visualstudio.com +License: Microsoft Pre-Release Software License +LicenseUrl: https://code.visualstudio.com/license/insiders +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode-insiders-cli +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml new file mode 100644 index 000000000000..906896803a04 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.121.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.121.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 93f9b0783f2393782178eaf208901848fed231a9 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Wed, 13 May 2026 08:21:25 -0400 Subject: [PATCH 23/56] New version: OpenCLICollective.google-readonly version 1.0.43 (#373925) --- ...ICollective.google-readonly.installer.yaml | 20 +++++++++++ ...llective.google-readonly.locale.en-US.yaml | 33 +++++++++++++++++++ .../OpenCLICollective.google-readonly.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.installer.yaml create mode 100644 manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.yaml diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.installer.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.installer.yaml new file mode 100644 index 000000000000..2f4375b9097d --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.0.43 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gro.exe + PortableCommandAlias: gro +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.43/gro_v1.0.43_windows_amd64.zip + InstallerSha256: 7062514D63F3C75CC67578A8362EA1B6C38E500E28569235C7E06790BDE72C55 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.43/gro_v1.0.43_windows_arm64.zip + InstallerSha256: B2EB8DEEC503C4E4C4967405C6C5ABC772A0E0EE3F359795C2E842EB59A2E8C0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.locale.en-US.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.locale.en-US.yaml new file mode 100644 index 000000000000..d207834ed982 --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.0.43 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues +PackageName: Google Readonly CLI +PackageUrl: https://github.com/open-cli-collective/google-readonly +License: MIT +LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE +ShortDescription: Read-only command-line interface for Google services +Description: |- + A read-only CLI for Google services. Provides secure, read-only access to + Gmail, Google Calendar, and Google Drive including searching messages, + reading emails, viewing calendar events, and browsing Drive files. +Tags: +- google +- gmail +- calendar +- drive +- cli +- api +- readonly +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.43 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.yaml new file mode 100644 index 000000000000..8d9e41c9896c --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.43/OpenCLICollective.google-readonly.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: OpenCLICollective.google-readonly +PackageVersion: 1.0.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 042e70c64c1de59160e3b3ce5d8b667abde78a48 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 20:21:38 +0800 Subject: [PATCH 24/56] New version: Chocolatey.ChocolateyGUI version 3.1.0.0 (3.1.0) (#373932) --- .../Chocolatey.ChocolateyGUI.installer.yaml | 21 ++++++++++++ ...Chocolatey.ChocolateyGUI.locale.en-US.yaml | 33 +++++++++++++++++++ ...Chocolatey.ChocolateyGUI.locale.zh-CN.yaml | 27 +++++++++++++++ .../3.1.0.0/Chocolatey.ChocolateyGUI.yaml | 8 +++++ 4 files changed, 89 insertions(+) create mode 100644 manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.installer.yaml create mode 100644 manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.en-US.yaml create mode 100644 manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.zh-CN.yaml create mode 100644 manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.yaml diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.installer.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.installer.yaml new file mode 100644 index 000000000000..f4985b161031 --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.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: Chocolatey.ChocolateyGUI +PackageVersion: 3.1.0.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +UpgradeBehavior: install +ProductCode: '{D7981924-FBD4-42AA-92E2-AEBADD9F160E}' +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- ProductCode: '{D7981924-FBD4-42AA-92E2-AEBADD9F160E}' + UpgradeCode: '{F8164F91-FA5C-4789-B68D-9BEB5B146155}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chocolatey/ChocolateyGUI/releases/download/3.1.0/ChocolateyGUI.msi + InstallerSha256: BCBC17764D7B60402340D6DFF211D0C668438FA1CAC5E86DBD1587B06D2A9DA7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.en-US.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.en-US.yaml new file mode 100644 index 000000000000..6cdf8ede451d --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Chocolatey.ChocolateyGUI +PackageVersion: 3.1.0.0 +PackageLocale: en-US +Publisher: Chocolatey +PublisherUrl: https://chocolatey.org/ +PublisherSupportUrl: https://github.com/chocolatey/ChocolateyGUI/issues +PrivacyUrl: https://chocolatey.org/privacy +Author: Chocolatey Software, Inc. +PackageName: Chocolatey GUI +PackageUrl: https://github.com/chocolatey/ChocolateyGUI +License: APACHE-2.0 +LicenseUrl: https://github.com/chocolatey/ChocolateyGUI/blob/develop/LICENSE.txt +Copyright: Copyright 2026 - Present Rob Reynolds, the maintainers of Chocolatey, and RealDimensions Software, LLC +ShortDescription: A delicious GUI for Chocolatey +Description: Chocolatey GUI is a delicious GUI on top of the Chocolatey command line tool. +Tags: +- choco +- chocolatey +ReleaseNotes: |- + Bug Fix + - Unable to upgrade beta packages through Chocolatey GUI. + - See #1109 by gep13, resolved in !1118 by gep13. + Contributors + 1 contributors made this release possible. +ReleaseNotesUrl: https://github.com/chocolatey/ChocolateyGUI/releases/tag/3.1.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.chocolatey.org/en-us/chocolatey-gui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.zh-CN.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..8503e9dba813 --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Chocolatey.ChocolateyGUI +PackageVersion: 3.1.0.0 +PackageLocale: zh-CN +Publisher: Chocolatey +PublisherUrl: https://chocolatey.org/ +PublisherSupportUrl: https://github.com/chocolatey/ChocolateyGUI/issues +PrivacyUrl: https://chocolatey.org/privacy +Author: Chocolatey Software, Inc. +PackageName: Chocolatey GUI +PackageUrl: https://github.com/chocolatey/ChocolateyGUI +License: Apache-2.0 +LicenseUrl: https://github.com/chocolatey/ChocolateyGUI/blob/develop/LICENSE.txt +Copyright: Copyright 2026 - Present Rob Reynolds, the maintainers of Chocolatey, and RealDimensions Software, LLC +ShortDescription: Chocolatey 的美味 GUI +Description: Chocolatey GUI 是基于 Chocolatey 命令行工具的一个美味的 GUI。 +Tags: +- choco +- chocolatey +ReleaseNotesUrl: https://github.com/chocolatey/ChocolateyGUI/releases/tag/3.1.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.chocolatey.org/en-us/chocolatey-gui/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.yaml new file mode 100644 index 000000000000..8100763f7ab9 --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.1.0.0/Chocolatey.ChocolateyGUI.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: Chocolatey.ChocolateyGUI +PackageVersion: 3.1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8dd62aebe2b4fbe66ab7d5afae24e661b232e0ca Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 13 May 2026 14:21:48 +0200 Subject: [PATCH 25/56] Added 7 tags: DoD.STIGViewer version 3.7.0 (#373933) --- .../DoD/STIGViewer/3.7.0/DoD.STIGViewer.locale.en-US.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifests/d/DoD/STIGViewer/3.7.0/DoD.STIGViewer.locale.en-US.yaml b/manifests/d/DoD/STIGViewer/3.7.0/DoD.STIGViewer.locale.en-US.yaml index c2114abfa73f..b35c49ad4bc0 100644 --- a/manifests/d/DoD/STIGViewer/3.7.0/DoD.STIGViewer.locale.en-US.yaml +++ b/manifests/d/DoD/STIGViewer/3.7.0/DoD.STIGViewer.locale.en-US.yaml @@ -13,5 +13,13 @@ ShortDescription: |- The DOD/DISA STIG Viewer tool provides the capability to view one or more XCCDF (Extensible Configuration Checklist Description Format) formatted STIGs in an easy-to-navigate, human-readable format. +Tags: +- united-states-military +- unitedstatesmilitary +- us-military +- united-states-of-america-military +- unitedstatesofamericamilitary +- us-department-of-defense +- usdepartmentofdefense ManifestType: defaultLocale ManifestVersion: 1.12.0 From 7d433ea44bf5c44510764074812d493a3ef06b8a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 20:22:00 +0800 Subject: [PATCH 26/56] New version: Meta.QuestRemoteDesktop version 88.0.1.109 (88.0.0.1.109) (#373938) --- .../Meta.QuestRemoteDesktop.installer.yaml | 22 +++++++++++++++++++ .../Meta.QuestRemoteDesktop.locale.en-US.yaml | 19 ++++++++++++++++ .../Meta.QuestRemoteDesktop.locale.zh-CN.yaml | 15 +++++++++++++ .../88.0.1.109/Meta.QuestRemoteDesktop.yaml | 8 +++++++ 4 files changed, 64 insertions(+) create mode 100644 manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.installer.yaml create mode 100644 manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.locale.en-US.yaml create mode 100644 manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.locale.zh-CN.yaml create mode 100644 manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.yaml diff --git a/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.installer.yaml b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.installer.yaml new file mode 100644 index 000000000000..bec370f1c853 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.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: Meta.QuestRemoteDesktop +PackageVersion: 88.0.1.109 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{985A6D78-3382-4B6D-8401-C745B2BEA5FF}' +ReleaseDate: 2026-05-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{BC5E6690-391D-48C6-9A51-5BD7C3C931C7}' +Installers: +- Architecture: x64 + InstallerUrl: https://securecdn.oculus.com/binaries/download/?id=26583870947906374 + InstallerSha256: 97C9D4331417BB75A07591AAE9815131826D1FB87A8A2B87AC4C54E20C646128 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.locale.en-US.yaml b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..22d9a5e0aef8 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.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: Meta.QuestRemoteDesktop +PackageVersion: 88.0.1.109 +PackageLocale: en-US +Publisher: Facebook +Author: Meta Platforms, Inc. +PackageName: Meta Quest Remote Desktop +License: Proprietary +Copyright: © 2026 Meta. +ShortDescription: Pair your computer to your Meta Quest headset, streaming what is on your computer screen into VR. +Tags: +- oculus +- quest +- virtual-reality +- vr +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.locale.zh-CN.yaml b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..b215fe7b200f --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 88.0.1.109 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将您的电脑与 Meta Quest 头显配对,将电脑屏幕内容串流至虚拟现实环境中。 +Tags: +- oculus +- quest +- vr +- 虚拟现实 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.yaml b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.yaml new file mode 100644 index 000000000000..5ed7a2aead4c --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/88.0.1.109/Meta.QuestRemoteDesktop.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: Meta.QuestRemoteDesktop +PackageVersion: 88.0.1.109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fb3436a33de1e5733ce429439586982ec8bef52f Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 13 May 2026 20:41:01 +0800 Subject: [PATCH 27/56] New version: Zellij.Zellij version 0.44.3 (#373927) --- .../0.44.3/Zellij.Zellij.installer.yaml | 23 +++++++++++++ .../0.44.3/Zellij.Zellij.locale.en-US.yaml | 33 +++++++++++++++++++ .../z/Zellij/Zellij/0.44.3/Zellij.Zellij.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.installer.yaml create mode 100644 manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.locale.en-US.yaml create mode 100644 manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.yaml diff --git a/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.installer.yaml b/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.installer.yaml new file mode 100644 index 000000000000..195dc0892d63 --- /dev/null +++ b/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zellij.Zellij +PackageVersion: 0.44.3 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Commands: +- zellij +ProductCode: '{9F445B5B-0DDC-4BC3-9259-E7AEEB262B99}' +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- ProductCode: '{9F445B5B-0DDC-4BC3-9259-E7AEEB262B99}' + UpgradeCode: '{BEE7A897-6DE0-4243-9977-5924C8CDB391}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Zellij' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zellij-org/zellij/releases/download/v0.44.3/zellij-x86_64-pc-windows-msvc-installer.msi + InstallerSha256: 7F5A6FB3C5A9025DD8E7576C61F89525023A496B575FF87E8DEDC2D1C2F89AB5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.locale.en-US.yaml b/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.locale.en-US.yaml new file mode 100644 index 000000000000..d692360ce38c --- /dev/null +++ b/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zellij.Zellij +PackageVersion: 0.44.3 +PackageLocale: en-US +Publisher: Zellij Contributors +PublisherUrl: https://github.com/zellij-org +PublisherSupportUrl: https://github.com/zellij-org/zellij/issues +Author: Aram Drevekenin +PackageName: Zellij +PackageUrl: https://zellij.dev/ +License: MIT +LicenseUrl: https://github.com/zellij-org/zellij/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2020 Zellij contributors +CopyrightUrl: https://github.com/zellij-org/zellij/blob/main/LICENSE.md +ShortDescription: A terminal workspace with batteries included +Moniker: zellij +Tags: +- multiplexer +- terminal +- workspace +ReleaseNotes: |- + This is a small patch release set out to fix some issues introduced by our host query forwarding system. + Issues such as STDIN stalling, popup panes being blocked and mouse+key movement producing control characters should be fixed. + Full Changelog: v0.44.2...v0.44.3 + Please Support the Zellij Developer ❤️ + Zellij is a labor of love and is provided free and open-source to anyone who wishes to use it. + Zellij will never display ads or collect your data. + To help sustain the project, please consider a recurring donation so that the developer can pay their bills: https://github.com/sponsors/imsnif +ReleaseNotesUrl: https://github.com/zellij-org/zellij/releases/tag/v0.44.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.yaml b/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.yaml new file mode 100644 index 000000000000..4bd05271156e --- /dev/null +++ b/manifests/z/Zellij/Zellij/0.44.3/Zellij.Zellij.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: Zellij.Zellij +PackageVersion: 0.44.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d979cde81c1dacf606c5d4473767e3ce059b686b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 20:41:22 +0800 Subject: [PATCH 28/56] New version: Powerformer.OpenDesign version 0.7.0 (#373940) --- .../Powerformer.OpenDesign.installer.yaml | 16 +++++++ .../Powerformer.OpenDesign.locale.en-US.yaml | 43 +++++++++++++++++++ .../Powerformer.OpenDesign.locale.zh-CN.yaml | 31 +++++++++++++ .../0.7.0/Powerformer.OpenDesign.yaml | 8 ++++ 4 files changed, 98 insertions(+) create mode 100644 manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.installer.yaml create mode 100644 manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.locale.en-US.yaml create mode 100644 manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.locale.zh-CN.yaml create mode 100644 manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.yaml diff --git a/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.installer.yaml b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.installer.yaml new file mode 100644 index 000000000000..3aa8e242d47f --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.7.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Open Design-release-stable-win +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nexu-io/open-design/releases/download/open-design-v0.7.0/open-design-0.7.0-win-x64-setup.exe + InstallerSha256: 5A77747DCDB17443EF880291B4166147AF53A96AAE1416BEEEF962E8ADE2DDD0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.locale.en-US.yaml b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.locale.en-US.yaml new file mode 100644 index 000000000000..d9e32058736a --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Powerformer.OpenDesign +PackageVersion: 0.7.0 +PackageLocale: en-US +Publisher: Powerformer, Inc. +PublisherUrl: https://nexu.io/ +PublisherSupportUrl: https://github.com/nexu-io/open-design/issues +Author: Powerformer, Inc. +PackageName: Open Design +PackageUrl: https://open-design.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/nexu-io/open-design/blob/HEAD/LICENSE +Copyright: Copyright 2026 Open Design contributors +ShortDescription: The open-source alternative to Claude Design. Your existing coding agent — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — becomes the design engine, driven by 31 composable skills and 72 brand-grade design systems. +Description: |- + The open-source alternative to Claude Design. Local-first, web-deployable, BYOK at every layer — 16 coding-agent CLIs auto-detected on your PATH (Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI) become the design engine, driven by 31 composable Skills and 72 brand-grade Design Systems. No CLI? An OpenAI-compatible BYOK proxy is the same loop minus the spawn. + + Why this exists + Anthropic's Claude Design (released 2026-04-17, Opus 4.7) showed what happens when an LLM stops writing prose and starts shipping design artifacts. It went viral — and stayed closed-source, paid-only, cloud-only, locked to Anthropic's model and Anthropic's skills. There is no checkout, no self-host, no Vercel deploy, no swap-in-your-own-agent. + Open Design (OD) is the open-source alternative. Same loop, same artifact-first mental model, none of the lock-in. We don't ship an agent — the strongest coding agents already live on your laptop. We wire them into a skill-driven design workflow that runs locally with pnpm tools-dev, can deploy the web layer to Vercel, and stays BYOK at every layer. + Type make me a magazine-style pitch deck for our seed round. The interactive question form pops up before the model improvises a single pixel. The agent picks one of five curated visual directions. A live TodoWrite plan streams into the UI. The daemon builds a real on-disk project folder with a seed template, layout library, and self-check checklist. The agent reads them — pre-flight enforced — runs a five-dimensional critique against its own output, and emits a single that renders in a sandboxed iframe seconds later. + That's not "AI tries to design something". That's an AI that has been trained, by the prompt stack, to behave like a senior designer with a working filesystem, a deterministic palette library, and a checklist culture — exactly the bar Claude Design set, but open and yours. + OD stands on four open-source shoulders: + - alchaincyf/huashu-design — the design-philosophy compass. Junior-Designer workflow, the 5-step brand-asset protocol, the anti-AI-slop checklist, the 5-dimensional self-critique, and the "5 schools × 20 design philosophies" idea behind our direction picker — all distilled into apps/daemon/src/prompts/discovery.ts. + - op7418/guizang-ppt-skill — the deck mode. Bundled verbatim under skills/guizang-ppt/ with original LICENSE preserved; magazine-style layouts, WebGL hero, P0/P1/P2 checklists. + - OpenCoworkAI/open-codesign — the UX north star and our closest peer. The first open-source Claude-Design alternative. We borrow its streaming-artifact loop, its sandboxed-iframe preview pattern (vendored React 18 + Babel), its live agent panel (todos + tool calls + interruptible generation), and its five-format export list (HTML / PDF / PPTX / ZIP / Markdown). We deliberately diverge on form factor — they are a desktop Electron app bundling pi-ai; we are a web app + local daemon that delegates to your existing CLI. + - multica-ai/multica — the daemon-and-runtime architecture. PATH-scan agent detection, the local daemon as the only privileged process, the agent-as-teammate worldview. +Tags: +- agent +- agentic +- ai +- claude +- design +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/nexu-io/open-design/releases/tag/open-design-v0.7.0 +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.locale.zh-CN.yaml b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.locale.zh-CN.yaml new file mode 100644 index 000000000000..5cdc18c71fc5 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.7.0 +PackageLocale: zh-CN +ShortDescription: Claude Design 的开源替代品。你现有的编程智能体 — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — 可成为设计引擎,由 31 个可组合技能与 72 个品牌级设计系统驱动。 +Description: |- + Claude Design 的开源替代品。本地优先、可部署到 Vercel、每一层都 BYOK —— 16 套 coding-agent CLI 在 PATH 上自动检测(Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI)就是设计引擎,由 31 个可组合 Skills 和 72 套品牌级 Design System 驱动。 + + 为什么要做这个 + Anthropic 的 Claude Design(2026-04-17 发布,基于 Opus 4.7)让大家第一次看到:当一个 LLM 不再写废话、开始直接交付设计成品,会是什么样子。它瞬间出圈 —— 然后保持闭源、付费、只跑在云上、绑定 Anthropic 的模型和 Anthropic 的内部 skill。没有 checkout,没有自托管,没有 Vercel 部署,也换不了自己的 agent。 + Open Design(OD)就是它的开源替代品。 同一套 loop、同一种「artifact-first」心智模型,但没有锁定。我们不做 agent —— 你笔记本上最强的 coding agent 已经装好了。我们要做的,是把它接进一个 skill 驱动的设计工作流:本地用 pnpm tools-dev 跑完整本地闭环,云端可单独部署 Web 层,每一层都 BYOK(自带 Key)。 + 输入「帮我做一份杂志风的种子轮 pitch deck」。在模型挥洒第一个像素之前,初始化问题表单已经先跳出来。Agent 从 5 套精挑的视觉方向里选一个。一张活的 TodoWrite 计划卡片实时流入 UI。Daemon 在磁盘上构建出一个真实的项目目录,里面有 seed 模板、布局库、自检 checklist。Agent 强制 pre-flight 读取它们,对自己的输出跑一轮五维评审,几秒后吐出一个 ,渲染在沙盒 iframe 里。 + 这不是「AI 试图做点设计」。这是一个被提示词栈训练得像高级设计师一样工作的 AI —— 有可用的文件系统、有确定性的色板库、有 checklist 文化 —— 也就是 Claude Design 立下的那条线,只是这次它开源、归你。 + OD 站在四个开源项目的肩膀上: + - alchaincyf/huashu-design(花叔的画术) —— 设计哲学的指南针。Junior-Designer 工作流、5 步品牌资产协议、anti-AI-slop checklist、五维自评审、以及方向选择器背后的「5 流派 × 20 种设计哲学」思路 —— 全部蒸馏进 apps/daemon/src/prompts/discovery.ts。 + - op7418/guizang-ppt-skill(歸藏的杂志风 PPT skill) —— Deck 模式。原样捆绑在 skills/guizang-ppt/ 下,原 LICENSE 保留;杂志版式、WebGL hero、P0/P1/P2 checklist。 + - OpenCoworkAI/open-codesign —— UX 北极星,也是我们最接近的同类。第一个开源的 Claude-Design 替代品。我们借鉴了它的流式 artifact 循环、沙盒 iframe 预览模式(自带 React 18 + Babel)、实时 agent 面板(todos + tool calls + 可中断生成)、5 种导出格式列表(HTML / PDF / PPTX / ZIP / Markdown)。我们刻意在形态上分流 —— 它是桌面 Electron 应用,把 pi-ai 打包进去做 agent;我们是 Web 应用 + 本地 daemon,把 agent 运行时委托给你已经装好的 CLI。 + - multica-ai/multica —— Daemon 与运行时架构。PATH 扫描式 agent 检测,本地 daemon 作为唯一的特权进程,agent-as-teammate 的世界观。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +- 设计 +Documentations: +- DocumentLabel: 快速开始 + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.yaml b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.yaml new file mode 100644 index 000000000000..eca5d0a843f1 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.7.0/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d5d65a02ac7c26c0875bbf012a5b07d1b0b05f1b Mon Sep 17 00:00:00 2001 From: Giulio Sorrentino Date: Wed, 13 May 2026 14:41:41 +0200 Subject: [PATCH 29/56] New version: GiulioSorrentino.Latorredibabele version 3.0.2.22 (#373945) --- ...oSorrentino.Latorredibabele.installer.yaml | 20 +++++++++++++++ ...rrentino.Latorredibabele.locale.it-IT.yaml | 25 +++++++++++++++++++ .../GiulioSorrentino.Latorredibabele.yaml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.installer.yaml create mode 100644 manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml create mode 100644 manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.yaml diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.installer.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.installer.yaml new file mode 100644 index 000000000000..3e7521a5f516 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0.2.22 +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ProductCode: '{AC9457B4-8962-4BF7-B53C-FD628A327948}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0.2/Solitario.Avalonia-3.0.2.22-amd64.msi + InstallerSha256: 45E061F0AF84CCA67BF490C48115C9D502DC1861CBD4E72337184FC842690399 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/download/3.0.2/Solitario.Avalonia-3.0.2.22-arm64.msi + InstallerSha256: CD35D40B1591A63451F4F38E72456A67C87E192333D2E457BC0D0BC3AFEB4F2D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2025-03-03 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml new file mode 100644 index 000000000000..70a2cb74f88b --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.locale.it-IT.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0.2.22 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://giulianospaghetti.altervista.org +PublisherSupportUrl: https://github.com/numerunix/Solitario.Avalonia/issues +Author: Giulio Sorrentino +PackageName: La torre di babele +PackageUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia +License: GPLv3+ +LicenseUrl: https://raw.githubusercontent.com/numerunix/Solitario.Avalonia/master/LICENSE +Copyright: 2023 Giulio Sorrentino +ShortDescription: Un solitario che riesce sempre +Description: "Lo scopo, come già detto, è allineare in senso discendente per seme su una stessa colonna le nove carte. Sul tableau si costruisce in senso discendente spostando una sola carta per volta, purché la carta ricevente sia di valore maggiore della carta collocata. Solo l'ultima carta di ciascuna fila è disponibile. Non si può spostare più di una carta alla volta. Nella casella vuota si può mettere una carta di qualsiasi valore. (fonte: http://www.solitariconlecarte.it/gioca_on_line15.htm)" +Tags: +- card-game +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/releases/tag/3.0.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/Solitario.Avalonia/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.yaml b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.yaml new file mode 100644 index 000000000000..05fa0a39829f --- /dev/null +++ b/manifests/g/GiulioSorrentino/Latorredibabele/3.0.2.22/GiulioSorrentino.Latorredibabele.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: GiulioSorrentino.Latorredibabele +PackageVersion: 3.0.2.22 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.12.0 From c121714f0c28e1424405bea3a4a911a6a000d48d Mon Sep 17 00:00:00 2001 From: UnownBot Date: Wed, 13 May 2026 08:41:52 -0400 Subject: [PATCH 30/56] New version: Blitz.Blitz version 2.1.569 (#373949) --- .../Blitz/2.1.569/Blitz.Blitz.installer.yaml | 22 +++++++++++++++ .../2.1.569/Blitz.Blitz.locale.en-US.yaml | 28 +++++++++++++++++++ .../b/Blitz/Blitz/2.1.569/Blitz.Blitz.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.installer.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.locale.en-US.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.yaml diff --git a/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.installer.yaml new file mode 100644 index 000000000000..f6598ea83cbf --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.569 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.569.exe + InstallerSha256: 3CFC7DE78666E62D285C7D33296D5A19419C29A00BF9FD2FD06C7A0C1AEF4C1F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 000000000000..f23fd7629d88 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.569 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.yaml new file mode 100644 index 000000000000..d5274f8557a0 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.569/Blitz.Blitz.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: Blitz.Blitz +PackageVersion: 2.1.569 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 56c5985aec1eb5ba307240d4746416534ee93abc Mon Sep 17 00:00:00 2001 From: sheldon <150320053+sheldon-myiam@users.noreply.github.com> Date: Wed, 13 May 2026 21:42:03 +0900 Subject: [PATCH 31/56] Update myiam.Due2 to version 1.12.1 (#373953) --- .../myiam/Due2/1.12.1/myiam.Due2.installer.yaml | 16 ++++++++++++++++ .../Due2/1.12.1/myiam.Due2.locale.en-US.yaml | 11 +++++++++++ manifests/m/myiam/Due2/1.12.1/myiam.Due2.yaml | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 manifests/m/myiam/Due2/1.12.1/myiam.Due2.installer.yaml create mode 100644 manifests/m/myiam/Due2/1.12.1/myiam.Due2.locale.en-US.yaml create mode 100644 manifests/m/myiam/Due2/1.12.1/myiam.Due2.yaml diff --git a/manifests/m/myiam/Due2/1.12.1/myiam.Due2.installer.yaml b/manifests/m/myiam/Due2/1.12.1/myiam.Due2.installer.yaml new file mode 100644 index 000000000000..f31992a80dab --- /dev/null +++ b/manifests/m/myiam/Due2/1.12.1/myiam.Due2.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: myiam.Due2 +PackageVersion: 1.12.1 +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/myiam-io/homebrew-tap/releases/download/due2-v1.12.1/due2-1.12.1-windows-x64-setup.exe + InstallerSha256: 8692A1A6C84691F00FFB002C4E35005A2533843EE89D0C83DED15D1236DBECC0 + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/myiam/Due2/1.12.1/myiam.Due2.locale.en-US.yaml b/manifests/m/myiam/Due2/1.12.1/myiam.Due2.locale.en-US.yaml new file mode 100644 index 000000000000..e7e127e89b4e --- /dev/null +++ b/manifests/m/myiam/Due2/1.12.1/myiam.Due2.locale.en-US.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: myiam.Due2 +PackageVersion: 1.12.1 +PackageLocale: en-US +Publisher: myiam +PublisherUrl: https://myiam.io +PackageName: Due2 +PackageUrl: https://due2.app +License: Proprietary +ShortDescription: Deadline reminder app for subscriptions, insurance, visas and more +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/myiam/Due2/1.12.1/myiam.Due2.yaml b/manifests/m/myiam/Due2/1.12.1/myiam.Due2.yaml new file mode 100644 index 000000000000..2642d538078e --- /dev/null +++ b/manifests/m/myiam/Due2/1.12.1/myiam.Due2.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: myiam.Due2 +PackageVersion: 1.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 18617bd3d8e2d21a45c09cc9c46f2b3071669fcb Mon Sep 17 00:00:00 2001 From: Gabriel Topala Date: Wed, 13 May 2026 09:00:22 -0400 Subject: [PATCH 32/56] TopalaSoftwareSolutions.SIW version 2026.05.13.0 (#373946) --- ...TopalaSoftwareSolutions.SIW.installer.yaml | 27 +++++++++++++ ...alaSoftwareSolutions.SIW.locale.en-US.yaml | 38 +++++++++++++++++++ .../TopalaSoftwareSolutions.SIW.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.installer.yaml create mode 100644 manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml create mode 100644 manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.yaml diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.installer.yaml new file mode 100644 index 000000000000..96b97338f1a4 --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.05.13.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.gtopala.com/download/20260513/siwtrial-setup.exe + InstallerSha256: 5B949563C0E0033119E882D859E946532726D3F73830E48BC7415D86A1D03666 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://www.gtopala.com/download/20260513/siwtrial-setup.exe + InstallerSha256: 5B949563C0E0033119E882D859E946532726D3F73830E48BC7415D86A1D03666 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml new file mode 100644 index 000000000000..32da408e1772 --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.05.13.0 +PackageLocale: en-US +Publisher: Topala Software Solutions +PublisherUrl: https://www.gtopala.com/ +PublisherSupportUrl: https://www.gtopala.com/forum/ +PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php +Author: Gabriel Topala +PackageName: SIW +PackageUrl: https://www.gtopala.com/ +License: Commercial +LicenseUrl: https://www.gtopala.com/agreement/ +Copyright: Copyright © 2005-2026 Topala Software Solutions +CopyrightUrl: https://www.gtopala.com/agreement/ +ShortDescription: System Information for Windows - Everything you want to know about your computer +Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. +Moniker: siw +Tags: +- amd +- cpu +- hardware +- intel +- memory +- motherboard +- network +- processor +- software +- system +- system-information +- system-utility +- utility +ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php +PurchaseUrl: https://www.gtopala.com/buy/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.yaml new file mode 100644 index 000000000000..3193774ac5e1 --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.05.13.0/TopalaSoftwareSolutions.SIW.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: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.05.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 27f77b2778ec044e388e7c52fbfd65bba1c913cf Mon Sep 17 00:00:00 2001 From: stevenlele <15964380+stevenlele@users.noreply.github.com> Date: Wed, 13 May 2026 13:00:43 +0000 Subject: [PATCH 33/56] New version: Tencent.WeType version 2.0.0.27 (#373956) --- .../2.0.0.27/Tencent.WeType.installer.yaml | 23 +++++++++++++ .../2.0.0.27/Tencent.WeType.locale.zh-CN.yaml | 32 +++++++++++++++++++ .../WeType/2.0.0.27/Tencent.WeType.yaml | 7 ++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.installer.yaml create mode 100644 manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.yaml diff --git a/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.installer.yaml b/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.installer.yaml new file mode 100644 index 000000000000..f77afa98d093 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.0.0.27 +InstallerLocale: zh-CN +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: deny +ProductCode: WeType +ReleaseDate: 2026-05-13 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.0.0.27_3.exe + InstallerSha256: 0780E76D78A5333549A9DD89D095C6CC730DC063DE4D12DE91A9A703FF8378E9 +- Architecture: arm64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.0.0.27_3.exe + InstallerSha256: 0780E76D78A5333549A9DD89D095C6CC730DC063DE4D12DE91A9A703FF8378E9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.locale.zh-CN.yaml b/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.locale.zh-CN.yaml new file mode 100644 index 000000000000..8094649b2c1d --- /dev/null +++ b/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.0.0.27 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://z.weixin.qq.com/ +PrivacyUrl: https://wetype.wxqcloud.qq.com/page/article/index/13.html +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 微信输入法 +PackageUrl: https://z.weixin.qq.com/ +License: 免费软件 +LicenseUrl: https://wetype.wxqcloud.qq.com/page/article/index/14.html +Copyright: 腾讯公司 版权所有 Copyright © 1998-2024 Tencent. All Rights Reserved. +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 微信输入法是微信官方出品的中文输入法,提供高效的输入体验、精准的推荐策略、多元的创新玩法。 +Tags: +- 中文 +- 拼音 +- 汉语 +- 输入法 +ReleaseNotes: |- + - 新增「隔空传送」,支持跨设备及面对面秒传图片和文件 +ReleaseNotesUrl: https://z.weixin.qq.com/web/change-log/145 +InstallationNotes: |- + 请尽量使用输入法自带的更新功能。如果必须使用 WinGet 来更新,请运行: + winget install Tencent.WeType --interactive --force + 或者 + winget install Tencent.WeType -i --force + 不指定 -i 或 --interactive 会导致更新需要重启系统后才能生效。 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.yaml b/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.yaml new file mode 100644 index 000000000000..277e955e0323 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.0.0.27/Tencent.WeType.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.0.0.27 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From d5e946b99100cd0966807a1ee9c42827528198b8 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Wed, 13 May 2026 09:21:54 -0400 Subject: [PATCH 34/56] New version: OpenCLICollective.cfl version 1.0.42 (#373950) --- .../OpenCLICollective.cfl.installer.yaml | 20 ++++++++++++ .../OpenCLICollective.cfl.locale.en-US.yaml | 32 +++++++++++++++++++ .../cfl/1.0.42/OpenCLICollective.cfl.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.installer.yaml create mode 100644 manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.yaml diff --git a/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.installer.yaml b/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.installer.yaml new file mode 100644 index 000000000000..4401389f9e17 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.0.42 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cfl.exe + PortableCommandAlias: cfl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.0.42/cfl_1.0.42_windows_amd64.zip + InstallerSha256: CC2A62111A17472C86CE550B7A54B3A38DA97C730FC686FAA364693DE4FD6F8B +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.0.42/cfl_1.0.42_windows_arm64.zip + InstallerSha256: 96E060770827C414FC993CAD70655692088100BDF00F1639BC38620CB934BFBF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.locale.en-US.yaml b/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.locale.en-US.yaml new file mode 100644 index 000000000000..3da779e4ade6 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.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: OpenCLICollective.cfl +PackageVersion: 1.0.42 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/confluence-cli/issues +PackageName: Confluence CLI +PackageUrl: https://github.com/open-cli-collective/confluence-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/confluence-cli/blob/main/LICENSE +ShortDescription: Command-line interface for Atlassian Confluence Cloud +Description: |- + A CLI tool for managing Confluence pages with a markdown-first workflow. + Features include page creation, editing, viewing, and deletion with automatic + markdown-to-Confluence conversion. Supports attachments, search via CQL, + and common Confluence macros (TOC, panels, expand). +Tags: +- confluence +- atlassian +- cli +- markdown +- wiki +- documentation +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/cfl-v1.0.42 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/confluence-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.yaml b/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.yaml new file mode 100644 index 000000000000..edd2a783f60b --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.0.42/OpenCLICollective.cfl.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: OpenCLICollective.cfl +PackageVersion: 1.0.42 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 805e13b1c514d3afce45af71fe9f4c52f25d24b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=5FNguy=E1=BB=85n?= <48463154+JustinNguyen9979@users.noreply.github.com> Date: Wed, 13 May 2026 20:22:14 +0700 Subject: [PATCH 35/56] JustinNguyen.YTDown version 2026.5.13 (#373964) --- .../JustinNguyen.YTDown.installer.yaml | 22 +++++++++++++++++++ .../JustinNguyen.YTDown.locale.en-US.yaml | 20 +++++++++++++++++ .../YTDown/2026.5.13/JustinNguyen.YTDown.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.installer.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.locale.en-US.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.yaml diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.installer.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.installer.yaml new file mode 100644 index 000000000000..6a71089026dd --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.13/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.13 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: YTDownYTDown +AppsAndFeaturesEntries: +- Publisher: YTDown + DisplayVersion: 2026.5.13 + ProductCode: YTDownYTDown +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\YTDown\YTDown' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JustinNguyen9979/YTDown/releases/download/2026.5.13/YTDown-2026.5.13-Windows-Setup.exe + InstallerSha256: 1729E8DAB843BFD06887AACE1F5163C23513B87A06163083077ED53282228B52 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.locale.en-US.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.locale.en-US.yaml new file mode 100644 index 000000000000..acd30daef0fa --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.13/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.13 +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.13 +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.13/JustinNguyen.YTDown.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.13/JustinNguyen.YTDown.yaml new file mode 100644 index 000000000000..b83114741bd6 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.13/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.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8e1cf0b8e5a5d7c0614238143ce4a2abfde58c6a Mon Sep 17 00:00:00 2001 From: Hahihula Date: Wed, 13 May 2026 15:43:33 +0200 Subject: [PATCH 36/56] New version: Espressif.EIM-CLI version 0.12.2 (#373969) --- .../0.12.2/Espressif.EIM-CLI.installer.yaml | 15 ++++++++++ .../Espressif.EIM-CLI.locale.en-US.yaml | 28 +++++++++++++++++++ .../EIM-CLI/0.12.2/Espressif.EIM-CLI.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.installer.yaml create mode 100644 manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.locale.en-US.yaml create mode 100644 manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.yaml diff --git a/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.installer.yaml b/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.installer.yaml new file mode 100644 index 000000000000..4b81692d4bbe --- /dev/null +++ b/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.installer.yaml @@ -0,0 +1,15 @@ +# 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: Espressif.EIM-CLI +PackageVersion: 0.12.2 +InstallerType: portable +Commands: +- eim +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/espressif/idf-im-ui/releases/download/v0.12.2/eim-cli-windows-x64.exe + InstallerSha256: 6FE22437B7BAE5A4EF4A8A0490E067CB02896A20EAFBED8AD56A9E8345347F80 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.locale.en-US.yaml b/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.locale.en-US.yaml new file mode 100644 index 000000000000..a4b64ce58b92 --- /dev/null +++ b/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Espressif.EIM-CLI +PackageVersion: 0.12.2 +PackageLocale: en-US +Publisher: Espressif Systems +PublisherUrl: https://github.com/espressif/idf-im-ui +PublisherSupportUrl: https://github.com/espressif/idf-im-ui/issues +Author: petr.gadorek@espressif.com +PackageName: ESP-IDF Installation Manager CLI +PackageUrl: https://github.com/espressif/idf-im-ui/ +License: Apache-2.0 +LicenseUrl: https://github.com/espressif/idf-im-ui/blob/HEAD/LICENSE +Copyright: Espressif Systems +ShortDescription: CLI tool for managing ESP-IDF installations +Description: CLI tool for installing and managing ESP-IDF installations +Moniker: eim +Tags: +- Espressif, IDF, EIM, ESP-IDF +ReleaseNotes: |- + What's Changed + - release commit v0.12.1 by @Hahihula in #778 + Full Changelog: v0.12.1...v0.12.2 +ReleaseNotesUrl: https://github.com/espressif/idf-im-ui/releases/tag/v0.12.2 +InstallationNotes: Installation complete. Now you can install ESP-IDF by running `eim install`. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.yaml b/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.yaml new file mode 100644 index 000000000000..f71907b9d327 --- /dev/null +++ b/manifests/e/Espressif/EIM-CLI/0.12.2/Espressif.EIM-CLI.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: Espressif.EIM-CLI +PackageVersion: 0.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d5a8a2c6eb21e973c0c6ac9810f6c7891806e391 Mon Sep 17 00:00:00 2001 From: Hahihula Date: Wed, 13 May 2026 15:43:45 +0200 Subject: [PATCH 37/56] New version: Espressif.eim version 0.12.2 (#373970) --- .../eim/0.12.2/Espressif.eim.installer.yaml | 21 +++++++++++++++++++ .../0.12.2/Espressif.eim.locale.en-US.yaml | 21 +++++++++++++++++++ .../e/Espressif/eim/0.12.2/Espressif.eim.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/e/Espressif/eim/0.12.2/Espressif.eim.installer.yaml create mode 100644 manifests/e/Espressif/eim/0.12.2/Espressif.eim.locale.en-US.yaml create mode 100644 manifests/e/Espressif/eim/0.12.2/Espressif.eim.yaml diff --git a/manifests/e/Espressif/eim/0.12.2/Espressif.eim.installer.yaml b/manifests/e/Espressif/eim/0.12.2/Espressif.eim.installer.yaml new file mode 100644 index 000000000000..661ea80b9ef0 --- /dev/null +++ b/manifests/e/Espressif/eim/0.12.2/Espressif.eim.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Espressif.eim +PackageVersion: 0.12.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{DEB022E7-E797-4DC7-A55D-C5E117435522}' +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- ProductCode: '{DEB022E7-E797-4DC7-A55D-C5E117435522}' + UpgradeCode: '{F76D9627-6E0E-5956-86E2-C847A3D8A984}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/eim' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/espressif/idf-im-ui/releases/download/v0.12.2/eim-gui-windows-x64.msi + InstallerSha256: 44BE128A4125F059609A8D7D77765C21AE73F166A00137A001F0C63A0CEFEE75 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/eim/0.12.2/Espressif.eim.locale.en-US.yaml b/manifests/e/Espressif/eim/0.12.2/Espressif.eim.locale.en-US.yaml new file mode 100644 index 000000000000..253272a399c4 --- /dev/null +++ b/manifests/e/Espressif/eim/0.12.2/Espressif.eim.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: Espressif.eim +PackageVersion: 0.12.2 +PackageLocale: en-US +Publisher: espressif +PublisherUrl: https://github.com/espressif +PublisherSupportUrl: https://github.com/espressif/idf-im-ui/issues +PackageName: eim +PackageUrl: https://github.com/espressif/idf-im-ui +License: Apache-2.0 +LicenseUrl: https://github.com/espressif/idf-im-ui/blob/HEAD/LICENSE +ShortDescription: 'EIM GUI: Cross-Platform ESP-IDF Installation Manager' +ReleaseNotes: |- + What's Changed + - release commit v0.12.1 by @Hahihula in #778 + Full Changelog: v0.12.1...v0.12.2 +ReleaseNotesUrl: https://github.com/espressif/idf-im-ui/releases/tag/v0.12.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/eim/0.12.2/Espressif.eim.yaml b/manifests/e/Espressif/eim/0.12.2/Espressif.eim.yaml new file mode 100644 index 000000000000..7fb670cd27eb --- /dev/null +++ b/manifests/e/Espressif/eim/0.12.2/Espressif.eim.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: Espressif.eim +PackageVersion: 0.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7b5cc52d39d08244cc1228d7de6ae1a14ee83546 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 21:43:59 +0800 Subject: [PATCH 38/56] New version: Aircall.AircallWorkspace version 1.14.4 (#373972) --- .../Aircall.AircallWorkspace.installer.yaml | 37 +++++++++++++++++++ ...Aircall.AircallWorkspace.locale.en-US.yaml | 35 ++++++++++++++++++ ...Aircall.AircallWorkspace.locale.zh-CN.yaml | 26 +++++++++++++ .../1.14.4/Aircall.AircallWorkspace.yaml | 8 ++++ 4 files changed, 106 insertions(+) create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.installer.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.locale.en-US.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.locale.zh-CN.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.yaml diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.installer.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.installer.yaml new file mode 100644 index 000000000000..7c5061da4801 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.14.4 +UpgradeBehavior: install +Protocols: +- aircall +- callto +- tel +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.14.4-x64.exe + InstallerSha256: D617C589F3F9EFA12614393AEFE3D261D4D364E207CEBA0AC86DEDB0B3C0377C + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Aircall-Workspace + AppsAndFeaturesEntries: + - DisplayName: Aircall-Workspace + DisplayVersion: 1.14.4 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.14.4-x64.msi + InstallerSha256: 3D9F7AE64BE8A8D090DEF915D0E57BD7FD269148FBBE4BD431EFCE5F2DB21A0A + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{C1FDC481-AB43-4376-9A39-A5DC3BD231CF}' + AppsAndFeaturesEntries: + - DisplayVersion: 1.14.4.49393 + ProductCode: '{C1FDC481-AB43-4376-9A39-A5DC3BD231CF}' + UpgradeCode: '{4267F4EE-71BB-5FAA-9A6A-70660A24E665}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.locale.en-US.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.locale.en-US.yaml new file mode 100644 index 000000000000..bc00126c4214 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.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: Aircall.AircallWorkspace +PackageVersion: 1.14.4 +PackageLocale: en-US +Publisher: Aircall +PublisherUrl: https://aircall.io/ +PrivacyUrl: https://aircall.io/privacy/ +Author: Aircall.io, Inc. +PackageName: Aircall Workspace +PackageUrl: https://aircall.io/download/ +License: Proprietary +LicenseUrl: https://legal.aircall.io/#end-user-license-agreement +Copyright: Copyright Aircall 2026 +CopyrightUrl: https://legal.aircall.io/#end-user-license-agreement +ShortDescription: Make, receive, and manage customer communications directly from your Mac or PC. +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- crm +- customer +- customer-service +- enterprise +- meeting +- oa +- office +- saas +- team +PurchaseUrl: https://aircall.io/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.locale.zh-CN.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.locale.zh-CN.yaml new file mode 100644 index 000000000000..4c9d59703684 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.14.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 直接从 Mac 或 PC 收发和管理客户通信。 +Tags: +- crm +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 客户 +- 客服 +- 文档 +- 沟通 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.yaml new file mode 100644 index 000000000000..06bc6c647f8e --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.4/Aircall.AircallWorkspace.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: Aircall.AircallWorkspace +PackageVersion: 1.14.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 93a0d7bf1ed92193d9f2e761721c4b63910e6368 Mon Sep 17 00:00:00 2001 From: ZHAO Xudong <986839138@qq.com> Date: Wed, 13 May 2026 13:44:21 +0000 Subject: [PATCH 39/56] Remove version: electerm.electerm version 3.3.8 (#373995) --- .../3.3.8/electerm.electerm.installer.yaml | 31 ------- .../3.3.8/electerm.electerm.locale.en-US.yaml | 85 ------------------- .../electerm/3.3.8/electerm.electerm.yaml | 8 -- 3 files changed, 124 deletions(-) delete mode 100644 manifests/e/electerm/electerm/3.3.8/electerm.electerm.installer.yaml delete mode 100644 manifests/e/electerm/electerm/3.3.8/electerm.electerm.locale.en-US.yaml delete mode 100644 manifests/e/electerm/electerm/3.3.8/electerm.electerm.yaml diff --git a/manifests/e/electerm/electerm/3.3.8/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/3.3.8/electerm.electerm.installer.yaml deleted file mode 100644 index 469aaea31e37..000000000000 --- a/manifests/e/electerm/electerm/3.3.8/electerm.electerm.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: electerm.electerm -PackageVersion: 3.3.8 -InstallerLocale: en-US -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd -ReleaseDate: 2026-04-16 -AppsAndFeaturesEntries: -- DisplayName: electerm 3.3.8 - ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.3.8/electerm-3.3.8-win-x64-installer.exe - InstallerSha256: EC1352D36F5590C44D09C93C18B6C264C6F9467C4BB97DE671487ED9151FDB1B - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.3.8/electerm-3.3.8-win-x64-installer.exe - InstallerSha256: EC1352D36F5590C44D09C93C18B6C264C6F9467C4BB97DE671487ED9151FDB1B - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.3.8/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/3.3.8/electerm.electerm.locale.en-US.yaml deleted file mode 100644 index b5ec3510a4fe..000000000000 --- a/manifests/e/electerm/electerm/3.3.8/electerm.electerm.locale.en-US.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: electerm.electerm -PackageVersion: 3.3.8 -PackageLocale: en-US -Publisher: ZHAO Xudong -PublisherUrl: https://github.com/electerm/electerm -PublisherSupportUrl: https://github.com/electerm/electerm/issues -PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice -Author: ZHAO Xudong -PackageName: electerm -PackageUrl: https://github.com/electerm/electerm -License: MIT -LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE -Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong -CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE -ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs -Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs -Moniker: electerm -Tags: -- cli -- cmd -- command-line -- command-prompt -- console -- developer-tools -- file-manager -- powershell -- ps -- sftp -- shell -- ssh -- terminal -- utilities -- wsl -ReleaseNotes: |- - New features/UI/Updates - - Widget: Add batch operation widget, remove old batch op (#4285) - - #4288 Support key up/down to select bookmark in bookmark tree, support press enter to open selected bookmark - - Support ESC to close bookmark search panel - - Improve bookmark search: hide no match categories - - Update nedb version, support latest nodejs/electron - - Check update every hour instead of only on app start - - Support auto sync time interval and direction(download/upload) - - #4281 Improve add button dropdown auto focus speed - - Use vite 8 - - Support npm i -g electerm to deploy electerm binary and run electerm command in all OS (#4287) - Bug fixes - - #4283 Fix terminal log format - - UI: Fix notification z-index - - #4286 Fix conflict modal' time format error - - Fix npm install security issue - - #4284 Fix ssh failed session cause memory leak issue - - Fix bookmark search auto focus issue - - #4282 Fix refresh sftp address trigger show address history dropdown issue - - Fix click keyword can not trigger normal click function issue in bookmark tree - - Fix keyword search in bookmark tree - - Fix error message for web app - 新功能/界面/更新 - - 组件:添加批量操作组件,移除旧的批量操作 (#4285) - - #4288 支持上/下键在书签树中选择书签,支持回车打开选中的书签 - - 支持 ESC 关闭书签搜索面板 - - 优化书签搜索:隐藏无匹配项的分类 - - 更新 nedb 版本,支持最新的 nodejs/electron - - 每小时检查更新,而不是仅在应用启动时检查 - - 支持自动同步时间间隔和方向(下载/上传) - - #4281 优化添加按钮下拉菜单的自动聚焦速度 - - 使用 vite 8 - - 支持 npm i -g electerm 在所有操作系统上部署 electerm 二进制文件并运行 electerm 命令 (#4287) - Bug 修复 - - #4283 修复终端格式 - - 界面:修复通知框 z-index 问题 - - #4286 修复冲突模态框时间格式错误 - - 修复 npm install 安全问题 - - #4284 修复 ssh 失败会话导致内存泄漏问题 - - 修复书签搜索自动聚焦问题 - - #4282 修复刷新 sftp 地址触发显示地址历史下拉菜单问题 - - 修复点击关键字无法触发正常点击功能的问题 - - 修复书签树关键字搜索问题 - - 修复 web 应用错误信息显示问题 - Download下载: https://electerm.html5beta.com -ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v3.3.8 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.3.8/electerm.electerm.yaml b/manifests/e/electerm/electerm/3.3.8/electerm.electerm.yaml deleted file mode 100644 index 894e2b115bda..000000000000 --- a/manifests/e/electerm/electerm/3.3.8/electerm.electerm.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: electerm.electerm -PackageVersion: 3.3.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 98ef3a31badd6bf9e704d971a063f5c6413309bd Mon Sep 17 00:00:00 2001 From: docker-winget-bot Date: Wed, 13 May 2026 16:03:28 +0200 Subject: [PATCH 40/56] New version: Docker.Agent version v1.59.0 (#373960) --- .../Agent/v1.59.0/Docker.Agent.installer.yaml | 18 +++++++++++++++ .../v1.59.0/Docker.Agent.locale.en-US.yaml | 23 +++++++++++++++++++ .../d/Docker/Agent/v1.59.0/Docker.Agent.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/d/Docker/Agent/v1.59.0/Docker.Agent.installer.yaml create mode 100644 manifests/d/Docker/Agent/v1.59.0/Docker.Agent.locale.en-US.yaml create mode 100644 manifests/d/Docker/Agent/v1.59.0/Docker.Agent.yaml diff --git a/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.installer.yaml new file mode 100644 index 000000000000..3314a3c40c10 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.59.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.59.0/docker-agent-windows-amd64.exe + InstallerSha256: 44E7DB4509FCF1A5DD7AE09217CA558DA7BE90A9347E432DA86B8089B9F1B2BF +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.59.0/docker-agent-windows-arm64.exe + InstallerSha256: C489AE1C026B64F27FE058DEBF30BA58590AEAD9EBC4F655E1BE6CA11B8F3007 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 000000000000..4b4a38fdb851 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.locale.en-US.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: Docker.Agent +PackageVersion: v1.59.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.59.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.yaml new file mode 100644 index 000000000000..2b6be7d4fea2 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.59.0/Docker.Agent.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: Docker.Agent +PackageVersion: v1.59.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 56ec3d40e3c62cbf22bb9e85bde2fbe43174057b Mon Sep 17 00:00:00 2001 From: J3n5en Date: Wed, 13 May 2026 22:03:40 +0800 Subject: [PATCH 41/56] New version: J3n5en.EnsoAI version 0.2.42 (#373967) Co-authored-by: github-actions[bot] --- .../0.2.42/J3n5en.EnsoAI.installer.yaml | 20 +++++++++++++ .../0.2.42/J3n5en.EnsoAI.locale.en-US.yaml | 29 +++++++++++++++++++ .../j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.yaml | 7 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.installer.yaml create mode 100644 manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.locale.en-US.yaml create mode 100644 manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.yaml diff --git a/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.installer.yaml b/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.installer.yaml new file mode 100644 index 000000000000..ab9e7ddd1b23 --- /dev/null +++ b/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: J3n5en.EnsoAI +PackageVersion: 0.2.42 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/J3n5en/EnsoAI/releases/download/v0.2.42/EnsoAI-Setup-0.2.42.exe + InstallerSha256: DE974F3B8DF3401D02F4ABE10E3B3F905A2292072D3EEB9184C17D9530C733CA + InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.locale.en-US.yaml b/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.locale.en-US.yaml new file mode 100644 index 000000000000..a1e17916ca88 --- /dev/null +++ b/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: J3n5en.EnsoAI +PackageVersion: 0.2.42 +PackageLocale: en-US +Publisher: J3n5en +PublisherUrl: https://github.com/J3n5en +PublisherSupportUrl: https://github.com/J3n5en/EnsoAI/issues +Author: EnsoAI Team +PackageName: EnsoAI +PackageUrl: https://github.com/J3n5en/EnsoAI +License: MIT +LicenseUrl: https://github.com/J3n5en/EnsoAI/blob/main/LICENSE +ShortDescription: Git Worktree Manager with AI Agent +Description: EnsoAI is a desktop application that combines Git Worktree management with AI coding agents. It provides a unified workspace where you can manage multiple git worktrees while leveraging AI assistants like Claude, Codex, and Gemini to help with your development tasks. +Tags: + - ai + - claude + - codex + - developer-tools + - electron + - gemini + - git + - git-worktree + - productivity + - worktree +ReleaseNotesUrl: https://github.com/J3n5en/EnsoAI/releases/tag/v0.2.42 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.yaml b/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.yaml new file mode 100644 index 000000000000..2fba97e1d480 --- /dev/null +++ b/manifests/j/J3n5en/EnsoAI/0.2.42/J3n5en.EnsoAI.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: J3n5en.EnsoAI +PackageVersion: 0.2.42 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 122fb14180e701529f2e081fecfc0db670a90e61 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:04:03 +0800 Subject: [PATCH 42/56] New version: Ajax.AjaxDesktop version 5.47 (#373973) --- .../{5.45 => 5.47}/Ajax.AjaxDesktop.installer.yaml | 4 ++-- .../{5.45 => 5.47}/Ajax.AjaxDesktop.locale.en-US.yaml | 2 +- .../{5.45 => 5.47}/Ajax.AjaxDesktop.locale.zh-CN.yaml | 2 +- .../a/Ajax/AjaxDesktop/{5.45 => 5.47}/Ajax.AjaxDesktop.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/a/Ajax/AjaxDesktop/{5.45 => 5.47}/Ajax.AjaxDesktop.installer.yaml (80%) rename manifests/a/Ajax/AjaxDesktop/{5.45 => 5.47}/Ajax.AjaxDesktop.locale.en-US.yaml (98%) rename manifests/a/Ajax/AjaxDesktop/{5.45 => 5.47}/Ajax.AjaxDesktop.locale.zh-CN.yaml (97%) rename manifests/a/Ajax/AjaxDesktop/{5.45 => 5.47}/Ajax.AjaxDesktop.yaml (91%) diff --git a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.installer.yaml b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.installer.yaml similarity index 80% rename from manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.installer.yaml rename to manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.installer.yaml index 30755b5fc7fa..f5cd4ee8fbf8 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.installer.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.installer.yaml @@ -2,13 +2,13 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.45" +PackageVersion: "5.47" InstallerType: inno Scope: machine ProductCode: '{18AF1BCA-8C4F-438C-805F-C225EAFE62C3}_is1' Installers: - Architecture: x64 InstallerUrl: https://desktop-app.ajax.systems/app_main/resources/downloads/windows64/AjaxMainSetup64.exe - InstallerSha256: 920AA01E873940761EBAD8210109E59BE4411CCE7EDA288B0747E029B009D292 + InstallerSha256: 1C9F432182192FE57E59294652A1343D0F463559FDD4CB0C18BACFBD7B727939 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.locale.en-US.yaml b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.locale.en-US.yaml similarity index 98% rename from manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.locale.en-US.yaml rename to manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.locale.en-US.yaml index 7212794c83aa..a29be4b6a656 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.locale.en-US.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.45" +PackageVersion: "5.47" PackageLocale: en-US Publisher: Ajax Systems Inc. PublisherUrl: https://ajax.systems/ diff --git a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.locale.zh-CN.yaml b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.locale.zh-CN.yaml similarity index 97% rename from manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.locale.zh-CN.yaml rename to manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.locale.zh-CN.yaml index d16482b3dba2..84cd4a133528 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.locale.zh-CN.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.45" +PackageVersion: "5.47" PackageLocale: zh-CN License: 专有软件 ShortDescription: 帮你掌控个人空间的桌面应用 diff --git a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.yaml b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.yaml similarity index 91% rename from manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.yaml rename to manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.yaml index 44e281350126..f4243cea275f 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.45/Ajax.AjaxDesktop.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.47/Ajax.AjaxDesktop.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.45" +PackageVersion: "5.47" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 76884ce81554bca1c117d1581ae135d1550f87a1 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Wed, 13 May 2026 10:23:28 -0400 Subject: [PATCH 43/56] New version: Canva.Affinity version 3.2.1.4425 (#373904) --- .../3.2.1.4425/Canva.Affinity.installer.yaml | 119 ++++++++++++++++++ .../Canva.Affinity.locale.en-US.yaml | 22 ++++ .../Affinity/3.2.1.4425/Canva.Affinity.yaml | 8 ++ 3 files changed, 149 insertions(+) create mode 100644 manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.installer.yaml create mode 100644 manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.locale.en-US.yaml create mode 100644 manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.yaml diff --git a/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.installer.yaml b/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.installer.yaml new file mode 100644 index 000000000000..058998c41d11 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.installer.yaml @@ -0,0 +1,119 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Canva.Affinity +PackageVersion: 3.2.1.4425 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +UpgradeBehavior: install +FileExtensions: +- 3fr +- abr +- af +- afassets +- afbook +- afbrushes +- afdesign +- affont +- afluts +- afmacros +- afpackage +- afpalette +- afphoto +- afpub +- afshort +- afstudio +- afstyles +- aftemplate +- ai +- ari +- arw +- bay +- bmp +- cap +- cr2 +- cr3 +- crw +- dcr +- dcs +- dng +- drf +- dwg +- dxb +- dxf +- emf +- eps +- erf +- exr +- fff +- fh10 +- fh11 +- gif +- hdp +- hdr +- heic +- idml +- iiq +- j2k +- jp2 +- jpeg +- jpegxr +- jpg +- jxl +- jxr +- k25 +- kdc +- lfp +- mdc +- mef +- mos +- mrw +- nef +- nefx +- nrw +- orf +- pdf +- pef +- png +- ps +- psb +- psd +- ptx +- pxn +- r3d +- raf +- raw +- rw2 +- rwl +- sr2 +- srf +- srw +- svg +- tga +- tif +- tiff +- wdp +- webp +- wmf +- x3f +PackageFamilyName: Canva.Affinity_8a0j1tnjnt4a4 +RestrictedCapabilities: +- runFullTrust +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://affinity-update.serif.com/windows/3/studio/retail/Affinity-Affinity-Store-x64-4425-adf53bda2ec2cfe17697bea84177df9f43c74624.msix + InstallerSha256: 36E3826175BA812AA5674546183180E3BB976E1382041E2DA5A41B9D3F983969 + SignatureSha256: 29B764C0EF5A26C459ACA983DA13E0D627DB5383999558CC0F803D7B82A2620E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Canva.Affinity_3.2.1.4425_x64__8a0j1tnjnt4a4' +- Architecture: arm64 + InstallerUrl: https://affinity-update.serif.com/windows/3/studio/retail/Affinity-Affinity-Store-arm64-4425-adf53bda2ec2cfe17697bea84177df9f43c74624.msix + InstallerSha256: 2AB8FD36EAE494BA8C28044D49DE79E978931FAA86E10641E7E64071398FD1CA + SignatureSha256: 61C9CF349A7253D29336B5DA0A948B048A8493B6EBDE46F767FB5B3BE424376F + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Canva.Affinity_3.2.1.4425_arm64__8a0j1tnjnt4a4' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.locale.en-US.yaml b/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.locale.en-US.yaml new file mode 100644 index 000000000000..a871211d8053 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Canva.Affinity +PackageVersion: 3.2.1.4425 +PackageLocale: en-US +Publisher: Canva +PublisherSupportUrl: https://www.affinity.studio/help/ +Author: Canva Pty Ltd. +PackageName: Affinity +PackageUrl: https://www.affinity.studio/ +License: Proprietary +Copyright: © 2025 All Rights Reserved, Affinity +ShortDescription: Award-winning integrated graphic design, photo-editing and publishing solution. +Moniker: affinity +Tags: +- design +- editing +- graphic-design +- photo-editing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.yaml b/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.yaml new file mode 100644 index 000000000000..5881b4fe2209 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.2.1.4425/Canva.Affinity.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: Canva.Affinity +PackageVersion: 3.2.1.4425 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 386f6b8889f1c19d0c77e52e64a2453ea6267acc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:24:22 +0800 Subject: [PATCH 44/56] New version: OOMOL.OOMOLStudio version 1.5.11 (#373959) --- .../1.5.11/OOMOL.OOMOLStudio.installer.yaml | 20 +++++++++++ .../OOMOL.OOMOLStudio.locale.en-US.yaml | 34 +++++++++++++++++++ .../OOMOL.OOMOLStudio.locale.zh-CN.yaml | 31 +++++++++++++++++ .../OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.yaml | 8 +++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.installer.yaml create mode 100644 manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.locale.en-US.yaml create mode 100644 manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.locale.zh-CN.yaml create mode 100644 manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.yaml diff --git a/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.installer.yaml b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.installer.yaml new file mode 100644 index 000000000000..b7bff8a08eff --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OOMOL.OOMOLStudio +PackageVersion: 1.5.11 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- oomol +ProductCode: '{CC6B787D-37A0-49E8-AE24-8559A032BE0C}_is1' +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://static.oomol.com/release/stable/win32/x64/OOMOL%20Studio-1.5.11-2026-05-13.19.exe + InstallerSha256: CB1FCF3E8DE5EE3EBA659DD87CB93C50A6E0732C43719F77D87004E42046FA9F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.locale.en-US.yaml b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.locale.en-US.yaml new file mode 100644 index 000000000000..e7d6c4ac0284 --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OOMOL.OOMOLStudio +PackageVersion: 1.5.11 +PackageLocale: en-US +Publisher: OOMOL Corporation +PublisherUrl: https://oomol.com/ +PublisherSupportUrl: https://oomol.com/support/ +PrivacyUrl: https://oomol.com/privacy/ +Author: Hangzhou Kene Software Co., Ltd. +PackageName: OOMOL Studio +PackageUrl: https://oomol.com/downloads/ +License: Proprietary +LicenseUrl: https://oomol.com/terms/ +Copyright: Copyright © 2026 OOMOL Contributors. +CopyrightUrl: https://oomol.com/terms/ +ShortDescription: AI Workflow IDE +Description: Oomol Studio makes it easy to connect code snippets and API services through intuitive visual interactions +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotesUrl: https://oomol.com/updates +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://oomol.com/docs/get-started/quickstarts +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.locale.zh-CN.yaml b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.locale.zh-CN.yaml new file mode 100644 index 000000000000..a2fcf5265e8b --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.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: OOMOL.OOMOLStudio +PackageVersion: 1.5.11 +PackageLocale: zh-CN +PublisherUrl: https://oomol.com/zh-CN/ +PublisherSupportUrl: https://oomol.com/zh-CN/support/ +PrivacyUrl: https://oomol.com/zh-CN/privacy/ +Author: 杭州可讷软件有限公司 +PackageUrl: https://oomol.com/zh-CN/downloads +License: 专有软件 +LicenseUrl: https://oomol.com/zh-CN/terms/ +CopyrightUrl: https://oomol.com/zh-CN/terms/ +ShortDescription: AI 工作流 IDE +Description: Oomol Studio 通过直观的视觉交互轻松连接代码片段和 API 服务,帮助用户缩短从想法到产品的距离 +Tags: +- ai +- 人工智能 +- 代码 +- 开发 +- 悟墨 +- 编程 +- 编辑 +- 编辑器 +ReleaseNotesUrl: https://oomol.com/zh-CN/updates +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://oomol.com/zh-CN/docs/get-started/quickstarts +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.yaml b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.yaml new file mode 100644 index 000000000000..eb27e9b902c1 --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.5.11/OOMOL.OOMOLStudio.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: OOMOL.OOMOLStudio +PackageVersion: 1.5.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 11cd33d84666c5ba381aa8c1e94ad613695dc037 Mon Sep 17 00:00:00 2001 From: Dmytro Yaroshenko Date: Wed, 13 May 2026 07:24:46 -0700 Subject: [PATCH 45/56] New version: o-murphy.ebalistyka version 0.1.13.0 (#373966) --- .../o-murphy.ebalistyka.installer.yaml | 18 +++++++++++++++ .../o-murphy.ebalistyka.locale.en-US.yaml | 22 +++++++++++++++++++ .../0.1.13.0/o-murphy.ebalistyka.yaml | 8 +++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.installer.yaml create mode 100644 manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.locale.en-US.yaml create mode 100644 manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.yaml diff --git a/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.installer.yaml b/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.installer.yaml new file mode 100644 index 000000000000..361a8be8e003 --- /dev/null +++ b/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: o-murphy.ebalistyka +PackageVersion: 0.1.13.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ebalistyka.exe + PortableCommandAlias: ebalistyka +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/o-murphy/ebalistyka-app/releases/download/v0.1.13/ebalistyka_windows_x86_64.zip + InstallerSha256: 504E2E1E840A929B220ACD160EFB5B782AA8DA2CC23A70ABC67D3BC740A94F4D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-11 diff --git a/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.locale.en-US.yaml b/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.locale.en-US.yaml new file mode 100644 index 000000000000..903b738b7b42 --- /dev/null +++ b/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: o-murphy.ebalistyka +PackageVersion: 0.1.13.0 +PackageLocale: en-US +Publisher: o-murphy +PublisherUrl: https://github.com/o-murphy +PublisherSupportUrl: https://github.com/o-murphy/ebalistyka-app/issues +PackageName: eBalistyka +PackageUrl: https://github.com/o-murphy/ebalistyka-app +License: GPL-3.0-only +ShortDescription: Ballistic Calculator +Tags: +- ballistic-calculator +- ballistic-solver +- bclibc +- flutter +- py-ballisticcalc +ReleaseNotesUrl: https://github.com/o-murphy/ebalistyka-app/releases/tag/v0.1.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.yaml b/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.yaml new file mode 100644 index 000000000000..8a32566764f6 --- /dev/null +++ b/manifests/o/o-murphy/ebalistyka/0.1.13.0/o-murphy.ebalistyka.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: o-murphy.ebalistyka +PackageVersion: 0.1.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6b6cb45d21974386e193a757777dfc2ebd83d51a Mon Sep 17 00:00:00 2001 From: qr243vbi Date: Wed, 13 May 2026 22:24:53 +0800 Subject: [PATCH 46/56] NekoBox 5.11.15 Pull Request (#373978) --- .../5.11.15/qr243vbi.NekoBox.installer.yaml | 30 ++++++++++++++++++ .../qr243vbi.NekoBox.locale.en-US.yaml | 31 +++++++++++++++++++ .../NekoBox/5.11.15/qr243vbi.NekoBox.yaml | 7 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.installer.yaml create mode 100644 manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.locale.en-US.yaml create mode 100644 manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.yaml diff --git a/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.installer.yaml b/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.installer.yaml new file mode 100644 index 000000000000..67aa613c3804 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.15 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NekoBox +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- ProductCode: NekoBox + DisplayName: NekoBox + Publisher: qr243vbi +InstallModes: + - silentWithProgress + - silent +InstallerSwitches: + Silent: "/S /NOSCRIPT=1 /WINGET=1" + SilentWithProgress: "/S /NOSCRIPT=1 /WINGET=1" +InstallationMetadata: + DefaultInstallLocation: '%AppData%\NekoBox' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.11.15/nekobox-5.11.15-windows64-installer.exe + InstallerSha256: 66332DCA6EFFE697CB536B89F3B91FC007B26FE1552D73DA96D1BCD92F63AA80 +- Architecture: arm64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.11.15/nekobox-5.11.15-windows-arm64-installer.exe + InstallerSha256: D09FA3BABE7D6F3A11423866C60741D79CF9F593EC79D65BB9FA8859DAEFD09C +ManifestType: installer +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.locale.en-US.yaml b/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.locale.en-US.yaml new file mode 100644 index 000000000000..51cc3ba754b1 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.15 +PackageLocale: en-US +Publisher: qr243vbi +PublisherUrl: https://github.com/qr243vbi +PublisherSupportUrl: https://github.com/qr243vbi/nekobox/issues +PackageName: NekoBox +PackageUrl: https://github.com/qr243vbi/nekobox +License: GPL-3.0 +LicenseUrl: https://github.com/qr243vbi/nekobox/blob/HEAD/LICENSE +ShortDescription: Cross-platform GUI proxy utility (Empowered by sing-box) +Tags: +- sing-box +- v2ray +- VLESS +- Vmess +- ShadowSocks +- Tor +- Mieru +- Trojan +- Hysteria +- Wireguard +- NyameBox +- TUIC +- SSH +- VPN +- ShadowTLS +- AnyTLS +ManifestType: defaultLocale +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.yaml b/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.yaml new file mode 100644 index 000000000000..106008cd7762 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.15/qr243vbi.NekoBox.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 \ No newline at end of file From 77eb0f9766ade1595dc16825d8630e533ffb06c4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:25:18 +0800 Subject: [PATCH 47/56] New version: MYOB.AccountRight.EXE version 2026.400.10006 (2026.4) (#373983) --- .../MYOB.AccountRight.EXE.installer.yaml | 21 ++++++++++++++++ .../MYOB.AccountRight.EXE.locale.en-US.yaml | 24 +++++++++++++++++++ .../MYOB.AccountRight.EXE.locale.zh-CN.yaml | 14 +++++++++++ .../2026.400.10006/MYOB.AccountRight.EXE.yaml | 8 +++++++ 4 files changed, 67 insertions(+) create mode 100644 manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.installer.yaml create mode 100644 manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.en-US.yaml create mode 100644 manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.zh-CN.yaml create mode 100644 manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.yaml diff --git a/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.installer.yaml b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.installer.yaml new file mode 100644 index 000000000000..52a1b41ac316 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.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: MYOB.AccountRight.EXE +PackageVersion: 2026.400.10006 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: AccountRight +Installers: +- Architecture: x86 + InstallerUrl: https://download.myob.com/arl/MYOB_AccountRight_Setup_2026.4.exe + InstallerSha256: E160E3966B3CD27AA60E22CF2115E4623DDF73B8A907944B1C4BEB8311765807 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.en-US.yaml b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.en-US.yaml new file mode 100644 index 000000000000..9e4f0f6bd2b2 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MYOB.AccountRight.EXE +PackageVersion: 2026.400.10006 +PackageLocale: en-US +Publisher: MYOB Technology Pty. Ltd. +PublisherUrl: https://www.myob.com/ +PublisherSupportUrl: https://www.myob.com/support +PrivacyUrl: https://www.myob.com/legal/privacy-policy +Author: MYOB Technology Pty Ltd. +PackageName: MYOB AccountRight (EXE) +PackageUrl: https://www.myob.com/support/downloads +License: Proprietary +LicenseUrl: https://www.myob.com/legal +Copyright: © 2026 MYOB Technology Pty Ltd +CopyrightUrl: https://www.myob.com/legal +ShortDescription: From expense tracking to inventory management, manage all aspects of your business, all in one place. +Tags: +- accounting +- business +- finance +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.zh-CN.yaml b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.zh-CN.yaml new file mode 100644 index 000000000000..e2ddb7b94e15 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MYOB.AccountRight.EXE +PackageVersion: 2026.400.10006 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 从支出追踪到库存管理,一站式掌控您的所有业务环节。 +Tags: +- 会计 +- 商业 +- 财务 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.yaml b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.yaml new file mode 100644 index 000000000000..44c02fb326c5 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/EXE/2026.400.10006/MYOB.AccountRight.EXE.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: MYOB.AccountRight.EXE +PackageVersion: 2026.400.10006 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 73cef47850e8e1b9dff892e08c62a51b95fd2102 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:25:23 +0800 Subject: [PATCH 48/56] New version: MYOB.AccountRight version 26.4.0 (2026.4) (#373982) --- .../26.4.0/MYOB.AccountRight.installer.yaml | 22 +++++++++++++++++ .../MYOB.AccountRight.locale.en-US.yaml | 24 +++++++++++++++++++ .../MYOB.AccountRight.locale.zh-CN.yaml | 14 +++++++++++ .../26.4.0/MYOB.AccountRight.yaml | 8 +++++++ 4 files changed, 68 insertions(+) create mode 100644 manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.installer.yaml create mode 100644 manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.en-US.yaml create mode 100644 manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.zh-CN.yaml create mode 100644 manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.yaml diff --git a/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.installer.yaml b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.installer.yaml new file mode 100644 index 000000000000..046463024204 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.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: MYOB.AccountRight +PackageVersion: 26.4.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{F10C2CCD-C81D-4065-B8EC-64816C87347A}' +AppsAndFeaturesEntries: +- DisplayName: MYOB AccountRight 2026.4 + ProductCode: '{F10C2CCD-C81D-4065-B8EC-64816C87347A}' + UpgradeCode: '{73296B86-5BC4-4D96-A10F-9C332D1C5B8F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\MYOB\MYOB AccountRight 2025.7' +Installers: +- Architecture: x86 + InstallerUrl: https://download.myob.com/arl/msi/MYOB_AccountRight_Client_2026.4.msi + InstallerSha256: C38C27BEDEEFD3DB4EFADCF73B607F03D34D2339D2CC02776FADBC2BF889EEA1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.en-US.yaml b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.en-US.yaml new file mode 100644 index 000000000000..82cdbbfe8c58 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MYOB.AccountRight +PackageVersion: 26.4.0 +PackageLocale: en-US +Publisher: MYOB Technology Pty. Ltd. +PublisherUrl: https://www.myob.com/ +PublisherSupportUrl: https://www.myob.com/support +PrivacyUrl: https://www.myob.com/legal/privacy-policy +Author: MYOB Technology Pty Ltd. +PackageName: MYOB AccountRight +PackageUrl: https://www.myob.com/support/downloads +License: Proprietary +LicenseUrl: https://www.myob.com/legal +Copyright: © 2026 MYOB Technology Pty Ltd +CopyrightUrl: https://www.myob.com/legal +ShortDescription: From expense tracking to inventory management, manage all aspects of your business, all in one place. +Tags: +- accounting +- business +- finance +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.zh-CN.yaml b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.zh-CN.yaml new file mode 100644 index 000000000000..8a61f5c259a8 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MYOB.AccountRight +PackageVersion: 26.4.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 从支出追踪到库存管理,一站式掌控您的所有业务环节。 +Tags: +- 会计 +- 商业 +- 财务 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.yaml b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.yaml new file mode 100644 index 000000000000..6729d180b033 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/26.4.0/MYOB.AccountRight.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: MYOB.AccountRight +PackageVersion: 26.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 718dca9185cb9949b0ec99c218d13014802e1afa Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:25:32 +0800 Subject: [PATCH 49/56] New version: MYOB.AccountRight.Server version 2026.400.10006 (2026.4) (#373984) --- .../MYOB.AccountRight.Server.installer.yaml | 21 ++++++++++++++++ ...MYOB.AccountRight.Server.locale.en-US.yaml | 24 +++++++++++++++++++ ...MYOB.AccountRight.Server.locale.zh-CN.yaml | 14 +++++++++++ .../MYOB.AccountRight.Server.yaml | 8 +++++++ 4 files changed, 67 insertions(+) create mode 100644 manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.installer.yaml create mode 100644 manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.en-US.yaml create mode 100644 manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.zh-CN.yaml create mode 100644 manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.yaml diff --git a/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.installer.yaml b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.installer.yaml new file mode 100644 index 000000000000..28a0a0f7b735 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.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: MYOB.AccountRight.Server +PackageVersion: 2026.400.10006 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: AccountRightServerEdition +Installers: +- Architecture: x86 + InstallerUrl: https://download.myob.com/arl/MYOB_AccountRight_Setup_2026.4_SE.exe + InstallerSha256: 7FD336300ECFB6C6F67D0B26F861C6E867C105443E7C7C0BC7EAE45FAB0A3299 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.en-US.yaml b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.en-US.yaml new file mode 100644 index 000000000000..5411759bc1b2 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MYOB.AccountRight.Server +PackageVersion: 2026.400.10006 +PackageLocale: en-US +Publisher: MYOB Technology Pty. Ltd. +PublisherUrl: https://www.myob.com/ +PublisherSupportUrl: https://www.myob.com/support +PrivacyUrl: https://www.myob.com/legal/privacy-policy +Author: MYOB Technology Pty Ltd. +PackageName: MYOB AccountRight Server Edition +PackageUrl: https://www.myob.com/support/downloads +License: Proprietary +LicenseUrl: https://www.myob.com/legal +Copyright: © 2026 MYOB Technology Pty Ltd +CopyrightUrl: https://www.myob.com/legal +ShortDescription: From expense tracking to inventory management, manage all aspects of your business, all in one place. +Tags: +- accounting +- business +- finance +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.zh-CN.yaml b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.zh-CN.yaml new file mode 100644 index 000000000000..eaa5fffbe7fb --- /dev/null +++ b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MYOB.AccountRight.Server +PackageVersion: 2026.400.10006 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 从支出追踪到库存管理,一站式掌控您的所有业务环节。 +Tags: +- 会计 +- 商业 +- 财务 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.yaml b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.yaml new file mode 100644 index 000000000000..a8c6fcb8c8a8 --- /dev/null +++ b/manifests/m/MYOB/AccountRight/Server/2026.400.10006/MYOB.AccountRight.Server.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: MYOB.AccountRight.Server +PackageVersion: 2026.400.10006 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2d2cb8745b591324edf238b843a1130feb55077c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:25:45 +0800 Subject: [PATCH 50/56] New version: Netsoft.Hubstaff version 1.9.2 (1.9.2-1c4ae83b) (#373986) --- .../1.9.2/Netsoft.Hubstaff.installer.yaml | 17 ++++++++++ .../1.9.2/Netsoft.Hubstaff.locale.en-US.yaml | 32 +++++++++++++++++++ .../1.9.2/Netsoft.Hubstaff.locale.zh-CN.yaml | 18 +++++++++++ .../Hubstaff/1.9.2/Netsoft.Hubstaff.yaml | 8 +++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.installer.yaml create mode 100644 manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.en-US.yaml create mode 100644 manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.zh-CN.yaml create mode 100644 manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.yaml diff --git a/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.installer.yaml b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.installer.yaml new file mode 100644 index 000000000000..1df6789c455d --- /dev/null +++ b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.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: Netsoft.Hubstaff +PackageVersion: 1.9.2 +InstallerType: nullsoft +Scope: machine +Protocols: +- hubstaff +ProductCode: Hubstaff +ReleaseDate: 2026-04-02 +Installers: +- Architecture: x64 + InstallerUrl: https://app.hubstaff.com/download/12158-standard-windows-1-9-2-release/exe?architecture=x86_64 + InstallerSha256: DD66EBEF462D7B7E4A71FC845CA27CBC820853A714B0DB583E418EA261A58A75 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.en-US.yaml b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.en-US.yaml new file mode 100644 index 000000000000..c6014aee1f1b --- /dev/null +++ b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Netsoft.Hubstaff +PackageVersion: 1.9.2 +PackageLocale: en-US +Publisher: Netsoft Holdings, LLC. +PublisherUrl: https://hubstaff.com/ +PublisherSupportUrl: https://support.hubstaff.com/ +PrivacyUrl: https://hubstaff.com/privacy +Author: Netsoft Holdings, LLC +PackageName: Hubstaff +PackageUrl: https://app.hubstaff.com/download +License: Proprietary +LicenseUrl: https://hubstaff.com/terms +Copyright: Copyright © 2012-2026 Netsoft Holdings, LLC. All rights reserved. +CopyrightUrl: https://hubstaff.com/terms +ShortDescription: Time Tracking and Productivity Monitoring Tool +Tags: +- time +- timer +- tracker +- work +ReleaseNotes: |- + - Update user information with detected local machine timezone + - Stability improvements +PurchaseUrl: https://hubstaff.com/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://hubstaff.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.zh-CN.yaml b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.zh-CN.yaml new file mode 100644 index 000000000000..0f63609442d3 --- /dev/null +++ b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.locale.zh-CN.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: Netsoft.Hubstaff +PackageVersion: 1.9.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 时间跟踪和生产力监控工具 +Tags: +- 工作 +- 时间 +- 计时器 +- 跟踪器 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://hubstaff.com/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.yaml b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.yaml new file mode 100644 index 000000000000..7c4ebfb43113 --- /dev/null +++ b/manifests/n/Netsoft/Hubstaff/1.9.2/Netsoft.Hubstaff.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: Netsoft.Hubstaff +PackageVersion: 1.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 809150cf06947df2daf4c2640032e9cba0cba3fc Mon Sep 17 00:00:00 2001 From: drrakendu78 Date: Wed, 13 May 2026 16:26:10 +0200 Subject: [PATCH 51/56] New version: Drrakendu78.StarTradFR version 4.1.5 (#373991) --- .../Drrakendu78.StarTradFR.installer.yaml | 15 +++++ .../Drrakendu78.StarTradFR.locale.fr-FR.yaml | 57 +++++++++++++++++++ .../4.1.5/Drrakendu78.StarTradFR.yaml | 7 +++ 3 files changed, 79 insertions(+) create mode 100644 manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.installer.yaml create mode 100644 manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.locale.fr-FR.yaml create mode 100644 manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.yaml diff --git a/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.installer.yaml b/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.installer.yaml new file mode 100644 index 000000000000..7dfc31686769 --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 4.1.5 +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: exe + InstallerUrl: https://github.com/drrakendu78/TradSC/releases/download/v4.1.5/StarTrad.FR_4.1.5_x64-setup.exe + InstallerSha256: 6843E818E83B2EEFDA72AB3D6CE5ECA68394E673C5198A9B7B3E37E3B8CF198E + InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.locale.fr-FR.yaml b/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.locale.fr-FR.yaml new file mode 100644 index 000000000000..41c2a75e912a --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.locale.fr-FR.yaml @@ -0,0 +1,57 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 4.1.5 +PackageLocale: fr-FR +Publisher: Drrakendu78 +PublisherUrl: https://github.com/drrakendu78 +PublisherSupportUrl: https://discord.startrad.link/ +PrivacyUrl: https://startrad.link/privacy/ +PackageName: StarTrad FR +ReleaseDate: 2026-05-13 +PackageUrl: https://startrad.link/ +License: MIT +LicenseUrl: https://github.com/drrakendu78/TradSC/blob/HEAD/LICENSE +ShortDescription: French translation manager for Star Citizen +Description: StarTrad FR is a desktop application for managing French translations for Star Citizen. +Tags: +- french +- gaming +- star-citizen +- tauri +- translation +ReleaseNotes: |- + ## 🪧 Améliorations + + - **Tableau de bord — Card Traduction** : reconnaît maintenant les sources de traduction personnalisées (ajoutées via la page Traduction). Affiche `Perso · ` au lieu de retomber sur "SCEFRA" par défaut. + - **Barre latérale** : email retiré sous le pseudo dans le profil utilisateur en bas de la sidebar (juste le nom maintenant). + + ## 🐛 Corrections + + - **Éditeur de bindings — détection des actions vides** : les inputs qui ne sont qu'un préfixe device sans bouton (`Js1`, `Js2_`, `Kb1`, `Mo1_`, etc.) sont désormais correctement détectés comme **non attribués**. Ils apparaissent maintenant dans le filtre "Actions vides" pour pouvoir être assignés. + - **Éditeur de bindings — filtre par appareil** : quand un appareil spécifique est sélectionné, le toggle "Afficher les actions vides" est désormais respecté. Auparavant, les actions vides étaient toujours masquées dans ce mode. + - **Éditeur de bindings — position après édition** : après modification d'une liaison, la ligne reste visible à sa position d'origine dans la liste, même si elle ne correspond plus au filtre courant. Plus besoin de scroller pour la retrouver. La row redevient soumise aux filtres normaux dès que tu changes un filtre/recherche. + + *** + ## 🔐 Checksums SHA256 + + ```txt + 6843e818e83b2eefda72ab3d6ce5eca68394e673c5198a9b7b3e37e3b8cf198e StarTrad.FR_4.1.5_x64-setup.exe + e0cdfabff3c76aee9dbf0239c563dc01b6a8b0b95beda21e15446c34cdb8eefe StarTrad.FR_4.1.5_x64_fr-FR.msi + 5a0759ca30d00b7ff6fccfe9b77ad3d8dcad1fe793064de6076e2ef7338e603d StarTrad.FR_4.1.5_x64-portable.exe + ``` + + ## ⚠️ Note Windows SmartScreen + + Cette application n'est pas signée numériquement par Microsoft. Windows affichera un avertissement. + **Cliquez "Informations complémentaires" → "Exécuter quand même"** 🛡️ + + ## 🪟 Télécharger + + 🪟 **Microsoft Store (recommandé)** + + + +ReleaseNotesUrl: https://github.com/drrakendu78/TradSC/releases/tag/v4.1.5 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.yaml b/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.yaml new file mode 100644 index 000000000000..8e79fc2b4caf --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/4.1.5/Drrakendu78.StarTradFR.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 4.1.5 +DefaultLocale: fr-FR +ManifestType: version +ManifestVersion: 1.9.0 From d11b25befe1413b4e0f99880f2ebb6c0547e677b Mon Sep 17 00:00:00 2001 From: Maxwell Krohn Date: Wed, 13 May 2026 10:39:19 -0400 Subject: [PATCH 52/56] New version: Ne43.Foks version 0.1.8 (#373965) --- .../ne43/foks/0.1.8/ne43.foks.installer.yaml | 22 +++++++++++++++++++ .../foks/0.1.8/ne43.foks.locale.en-US.yaml | 12 ++++++++++ manifests/n/ne43/foks/0.1.8/ne43.foks.yaml | 8 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/n/ne43/foks/0.1.8/ne43.foks.installer.yaml create mode 100644 manifests/n/ne43/foks/0.1.8/ne43.foks.locale.en-US.yaml create mode 100644 manifests/n/ne43/foks/0.1.8/ne43.foks.yaml diff --git a/manifests/n/ne43/foks/0.1.8/ne43.foks.installer.yaml b/manifests/n/ne43/foks/0.1.8/ne43.foks.installer.yaml new file mode 100644 index 000000000000..a7c7179ce0ba --- /dev/null +++ b/manifests/n/ne43/foks/0.1.8/ne43.foks.installer.yaml @@ -0,0 +1,22 @@ +# Created using go-foks/scripts/winget-gen.bash +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ne43.foks +PackageVersion: 0.1.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: foks.exe + PortableCommandAlias: foks +- RelativeFilePath: git-remote-foks.exe + PortableCommandAlias: git-remote-foks +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/foks-proj/go-foks/releases/download/v0.1.8/foks-v0.1.8-win-winget-amd64.zip + InstallerSha256: FB4FADAFD8E7A14C2F3631C286B3186D8A33609306A79DCE87731AF70FED2253 +- Architecture: x86 + InstallerUrl: https://github.com/foks-proj/go-foks/releases/download/v0.1.8/foks-v0.1.8-win-winget-x86.zip + InstallerSha256: F591DC7D76BC6DA1651530BCBB44D1DDD1D02A17328AA801C5B7ED9818FD2C4D +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/n/ne43/foks/0.1.8/ne43.foks.locale.en-US.yaml b/manifests/n/ne43/foks/0.1.8/ne43.foks.locale.en-US.yaml new file mode 100644 index 000000000000..d65f8841d29e --- /dev/null +++ b/manifests/n/ne43/foks/0.1.8/ne43.foks.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using go-foks/scripts/winget-gen.bash +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ne43.foks +PackageVersion: 0.1.8 +PackageLocale: en-US +Publisher: ne43 +PackageName: foks +License: MIT License +ShortDescription: command-line interface to FOKS, the federated open key service +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/ne43/foks/0.1.8/ne43.foks.yaml b/manifests/n/ne43/foks/0.1.8/ne43.foks.yaml new file mode 100644 index 000000000000..26ce1fe0ee32 --- /dev/null +++ b/manifests/n/ne43/foks/0.1.8/ne43.foks.yaml @@ -0,0 +1,8 @@ +# Created using go-foks/scripts/winget-gen.bash +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ne43.foks +PackageVersion: 0.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 8c6f98d05f567ac12a26c8151f6f848a2bc255bf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:39:43 +0800 Subject: [PATCH 53/56] New version: Ajax.AjaxPRODesktop version 5.47 (#373974) --- .../{5.45 => 5.47}/Ajax.AjaxPRODesktop.installer.yaml | 4 ++-- .../{5.45 => 5.47}/Ajax.AjaxPRODesktop.locale.en-US.yaml | 2 +- .../{5.45 => 5.47}/Ajax.AjaxPRODesktop.locale.zh-CN.yaml | 2 +- .../AjaxPRODesktop/{5.45 => 5.47}/Ajax.AjaxPRODesktop.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/a/Ajax/AjaxPRODesktop/{5.45 => 5.47}/Ajax.AjaxPRODesktop.installer.yaml (81%) rename manifests/a/Ajax/AjaxPRODesktop/{5.45 => 5.47}/Ajax.AjaxPRODesktop.locale.en-US.yaml (98%) rename manifests/a/Ajax/AjaxPRODesktop/{5.45 => 5.47}/Ajax.AjaxPRODesktop.locale.zh-CN.yaml (97%) rename manifests/a/Ajax/AjaxPRODesktop/{5.45 => 5.47}/Ajax.AjaxPRODesktop.yaml (91%) diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.installer.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.installer.yaml similarity index 81% rename from manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.installer.yaml rename to manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.installer.yaml index b12290fabb77..a112b390e3ed 100644 --- a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.installer.yaml +++ b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Ajax.AjaxPRODesktop -PackageVersion: "5.45" +PackageVersion: "5.47" InstallerType: inno Scope: machine Protocols: @@ -11,6 +11,6 @@ ProductCode: '{2FFA2EDA-2BB7-453D-81B5-AECEED5735A0}_is1' Installers: - Architecture: x64 InstallerUrl: https://desktop-app.ajax.systems/app/resources/downloads/windows64/AjaxSetup64.exe - InstallerSha256: FBD83E1181429281CE4CBF122F8A54C07BA0E44B69060C14B4E271EDAA40D2F5 + InstallerSha256: CFEB1C3A38547B50CEDDA9225BD79892BF4888A85E827056780017495277DB3D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.locale.en-US.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.locale.en-US.yaml similarity index 98% rename from manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.locale.en-US.yaml rename to manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.locale.en-US.yaml index fe8cd013757c..c0ccb9fb18a4 100644 --- a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.locale.en-US.yaml +++ b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Ajax.AjaxPRODesktop -PackageVersion: "5.45" +PackageVersion: "5.47" PackageLocale: en-US Publisher: Ajax Systems Inc. PublisherUrl: https://ajax.systems/ diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.locale.zh-CN.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.locale.zh-CN.yaml similarity index 97% rename from manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.locale.zh-CN.yaml rename to manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.locale.zh-CN.yaml index c55884ad4891..9c0d94a4db54 100644 --- a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.locale.zh-CN.yaml +++ b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Ajax.AjaxPRODesktop -PackageVersion: "5.45" +PackageVersion: "5.47" PackageLocale: zh-CN License: 专有软件 ShortDescription: 在同一界面内即可实现安装、监控、设施及人员管理 diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.yaml similarity index 91% rename from manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.yaml rename to manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.yaml index 1e990085b475..37b06c2351ed 100644 --- a/manifests/a/Ajax/AjaxPRODesktop/5.45/Ajax.AjaxPRODesktop.yaml +++ b/manifests/a/Ajax/AjaxPRODesktop/5.47/Ajax.AjaxPRODesktop.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Ajax.AjaxPRODesktop -PackageVersion: "5.45" +PackageVersion: "5.47" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From abf49cab3d3c72d4125c027a8d882e7a22cc805f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:39:51 +0800 Subject: [PATCH 54/56] New version: ByteDance.LarkCLI version 1.0.30 (#373976) --- .../1.0.30/ByteDance.LarkCLI.installer.yaml | 21 +++++++ .../ByteDance.LarkCLI.locale.en-US.yaml | 55 +++++++++++++++++++ .../ByteDance.LarkCLI.locale.zh-Hans-CN.yaml | 39 +++++++++++++ .../ByteDance.LarkCLI.locale.zh-Hans.yaml | 37 +++++++++++++ .../LarkCLI/1.0.30/ByteDance.LarkCLI.yaml | 8 +++ 5 files changed, 160 insertions(+) create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.installer.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.zh-Hans.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.yaml diff --git a/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 000000000000..c5d585d5b5b4 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.30/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.30 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.30/lark-cli-1.0.30-windows-amd64.zip + InstallerSha256: 86136AC8B3B03627E12C29522E134ADC1991E0F63369FE00313159B32BB46CE8 +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.30/lark-cli-1.0.30-windows-arm64.zip + InstallerSha256: 7C3541CFA9214944CC31A9EF8DC098615AF6A8A0827E2BB6E291412B6F6B4D47 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 000000000000..43fc9938328c --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,55 @@ +# 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.30 +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 + - a18504b1f96926f37b40822e810d85e800b0021c chore(release): v1.0.30 (#871) + - 5e0ac02f08a20cc6b914afeda3b3e368abf0e35f feat(im): add --chat-mode topic to +chat-create (#790) + - ddc24fec90e93be39a8965dde1defb3ee88afe62 fix(auth): clarify URL handling in auth messages and docs (#856) + - b0c9a4d74eceb8d1d4d00ddc4e50b5f4a4961485 fix(auth): support comma-separated --scope in auth login (#764) + - 62ff3d66a69392e13e60ccf63fca27e662f53ba7 fix(bind): accept ~/ paths in OpenClaw secret references (#839) + - 25454f498bec7cdfafa84538a72a41ba3eaad99f test(update): isolate stamp writes from real ~/.lark-cli/skills.stamp (#858) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.30 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 000000000000..f71b3f100d87 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.30/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.30 +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.30/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 000000000000..3746df42448d --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.30/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.30 +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.30/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.30/ByteDance.LarkCLI.yaml new file mode 100644 index 000000000000..11de597c7869 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.30/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.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 98ad79acc3c789aec04d0d16c0e84bb586ec75c5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:40:17 +0800 Subject: [PATCH 55/56] Update: Siemens.JT2Go version 2512.0.26064 (#373988) --- .../s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml index 06cf3904f5db..98fe507a0c5c 100644 --- a/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml +++ b/manifests/s/Siemens/JT2Go/2512.0.26064/Siemens.JT2Go.installer.yaml @@ -83,6 +83,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://dl2.plm.automation.siemens.com/jt2go/installer/JT2Go.zip - InstallerSha256: 0E49B5C77E7D038560292EE55D39A10FB744AB98C02EB2C0FEC967C2014D1B63 + InstallerSha256: 8A47660ED8197792DFFAD5728A091ABD71E6327E03206D40182CE2ACD4081652 ManifestType: installer ManifestVersion: 1.12.0 From 587c73edf70b321b49582b16a3f8350eace27b0c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 13 May 2026 22:40:23 +0800 Subject: [PATCH 56/56] New version: PaloAltoNetworks.PrismaAccessBrowser version 148.12.1.168 (#373987) --- ...etworks.PrismaAccessBrowser.installer.yaml | 548 ++++++++++++++++++ ...orks.PrismaAccessBrowser.locale.en-US.yaml | 37 ++ ...orks.PrismaAccessBrowser.locale.zh-CN.yaml | 27 + .../PaloAltoNetworks.PrismaAccessBrowser.yaml | 8 + 4 files changed, 620 insertions(+) create mode 100644 manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml create mode 100644 manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml create mode 100644 manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml create mode 100644 manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.yaml diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml new file mode 100644 index 000000000000..01ec02c38228 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml @@ -0,0 +1,548 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 148.12.1.168 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + SilentWithProgress: /quiet /norestart +Protocols: +- http +- https +- mailto +- prisma +- talonwork +- tel +- webcal +FileExtensions: +- 000_tw +- 001_tw +- 002_tw +- 003_tw +- 004_tw +- 005_tw +- 006_tw +- 007_tw +- 008_tw +- 009_tw +- 010_tw +- 1st_tw +- 264_tw +- 3d_tw +- 3dr_tw +- 3ds_tw +- 3g2_tw +- 3ga_tw +- 3gp_tw +- 3gp2_tw +- 3gpp_tw +- 7z_tw +- 7z.001_tw +- 7z.002_tw +- 7z.003_tw +- 7z.004_tw +- 7zip_tw +- a_tw +- a00_tw +- a01_tw +- a02_tw +- a03_tw +- a04_tw +- a05_tw +- aac_tw +- aae_tw +- abr_tw +- abw_tw +- accdb_tw +- accdt_tw +- ace_tw +- adadownload_tw +- adf_tw +- ai_tw +- aiff_tw +- air_tw +- alx_tw +- amr_tw +- ani_tw +- ape_tw +- apk_tw +- app_tw +- application_tw +- appx_tw +- appxbundle_tw +- arc_tw +- arf_tw +- arj_tw +- arw_tw +- asec_tw +- asf_tw +- ashx_tw +- asm_tw +- asp_tw +- aspx_tw +- asx_tw +- atom_tw +- avi_tw +- awk_tw +- aww_tw +- azw_tw +- azw3_tw +- azw4_tw +- bak_tw +- bar_tw +- bat_tw +- bbb_tw +- bc_tw +- bc!_tw +- big_tw +- bik_tw +- bin_tw +- bkf_tw +- bkp_tw +- blf_tw +- bmp_tw +- c_tw +- c00_tw +- c01_tw +- c02_tw +- c03_tw +- c4d_tw +- cab_tw +- cache_tw +- cal_tw +- cbr_tw +- cbz_tw +- ccc_tw +- ccd_tw +- cda_tw +- cdr_tw +- cdt_tw +- cerber_tw +- cerber2_tw +- cfg_tw +- chm_tw +- class_tw +- cmd_tw +- cnf_tw +- cnt_tw +- com_tw +- config_tw +- contact_tw +- cpl_tw +- cpp_tw +- cpt_tw +- cr2_tw +- crdownload_tw +- crw_tw +- crx_tw +- crypt_tw +- crypt12_tw +- cryptolocker_tw +- cryptowall_tw +- csh_tw +- csl_tw +- cso_tw +- css_tw +- csv_tw +- cue_tw +- cxx_tw +- daa_tw +- dao_tw +- dash_tw +- dat_tw +- db_tw +- dbf_tw +- dbk_tw +- dbx_tw +- dcr_tw +- dct_tw +- dds_tw +- deb_tw +- def_tw +- des_tw +- deskthemepack_tw +- dff_tw +- dgn_tw +- dib_tw +- dic_tw +- djr_tw +- djvu_tw +- dlc_tw +- dlg_tw +- dll_tw +- dmg_tw +- dmp_tw +- dng_tw +- doc_tw +- docm_tw +- docx_tw +- dot_tw +- dotm_tw +- dotx_tw +- download_tw +- dpc_tw +- dpj_tw +- drv_tw +- drw_tw +- dump_tw +- dvf_tw +- dvr_tw +- dwfx_tw +- dwg_tw +- dxf_tw +- dxp_tw +- ecc_tw +- elf_tw +- emf_tw +- eml_tw +- emz_tw +- eng_tw +- eot_tw +- eps_tw +- epub_tw +- evtx_tw +- exe_tw +- ezz_tw +- fb2_tw +- fdb_tw +- fla_tw +- flac_tw +- flv_tw +- fpx_tw +- g64_tw +- gadget_tw +- gb_tw +- gba_tw +- gdb_tw +- gdoc_tw +- geo_tw +- gho_tw +- gif_tw +- gp4_tw +- gp5_tw +- gpx_tw +- gsheet_tw +- gslides_tw +- gz_tw +- gzip_tw +- h_tw +- h264_tw +- heic_tw +- hi_tw +- hpp_tw +- hqx_tw +- hrc_tw +- htm +- htm_tw +- html +- html_tw +- hxx_tw +- iba_tw +- ibooks_tw +- icns_tw +- ico_tw +- icon_tw +- ics_tw +- idl_tw +- idx_tw +- ifo_tw +- ilb_tw +- img_tw +- inc_tw +- ind_tw +- indd_tw +- inf_tw +- ini_tw +- inv_tw +- ipa_tw +- ipd_tw +- ipsw_tw +- ipt_tw +- iso_tw +- isz_tw +- jad_tw +- jar_tw +- java_tw +- jpeg_tw +- jpg_tw +- js_tw +- json_tw +- jsp_tw +- jws_tw +- kext_tw +- key_tw +- keynote_tw +- kml_tw +- kmz_tw +- ksd_tw +- l_tw +- lcf_tw +- ldif_tw +- lib_tw +- lit_tw +- ll_tw +- lng_tw +- lnk_tw +- locky_tw +- log_tw +- logic_tw +- lqm_tw +- lrc_tw +- lrtemplate_tw +- lst_tw +- m2t_tw +- m2ts_tw +- m3u_tw +- m3u8_tw +- m4a_tw +- m4b_tw +- m4p_tw +- m4v_tw +- map_tw +- max_tw +- mbz_tw +- md_tw +- md5_tw +- mdb_tw +- mdbackup_tw +- mdf_tw +- mdi_tw +- mds_tw +- mdx_tw +- mht_tw +- mhtml +- mhtml_tw +- micro_tw +- midi_tw +- mkv_tw +- mobi_tw +- mod_tw +- mov_tw +- mp3_tw +- mp4_tw +- mpd_tw +- mpeg_tw +- mpg_tw +- mpp_tw +- mpt_tw +- mrw_tw +- msg_tw +- msi_tw +- msmessagestore_tw +- msu_tw +- mswmm_tw +- mts_tw +- mui_tw +- n64_tw +- nba_tw +- nbf_tw +- nbh_tw +- nco_tw +- nds_tw +- nef_tw +- nes_tw +- nfo_tw +- nomedia_tw +- npf_tw +- npo_tw +- nrg_tw +- numbers_tw +- o_tw +- obj_tw +- ocx_tw +- odf_tw +- odg_tw +- ods_tw +- odt_tw +- oft_tw +- ofx_tw +- ogg_tw +- ogv_tw +- old_tw +- one_tw +- onepkg_tw +- opml_tw +- opus_tw +- opx_tw +- orf_tw +- otf_tw +- ott_tw +- ova_tw +- ovf_tw +- oxps_tw +- pages_tw +- pak_tw +- part_tw +- part1.exe_tw +- part1.rar_tw +- part2.rar_tw +- partial_tw +- pcd_tw +- pcm_tw +- pcx_tw +- pdf +- pdf_tw +- pfx_tw +- php_tw +- pic_tw +- pkg_tw +- pkpass_tw +- pl_tw +- plist_tw +- pls_tw +- plugin_tw +- pm_tw +- pmd_tw +- png_tw +- pot_tw +- potx_tw +- pps_tw +- ppsx_tw +- ppt_tw +- pptm_tw +- pptx_tw +- prg_tw +- prj_tw +- prn_tw +- pro_tw +- prproj_tw +- ps_tw +- psb_tw +- psd_tw +- psdx_tw +- pst_tw +- ptx_tw +- pub_tw +- pvm_tw +- pwi_tw +- pzl_tw +- qif_tw +- r00_tw +- r01_tw +- r02_tw +- r03_tw +- r04_tw +- r05_tw +- r06_tw +- r07_tw +- r08_tw +- r09_tw +- r10_tw +- raf_tw +- rar_tw +- raw_tw +- rc_tw +- rec_tw +- ref_tw +- reg_tw +- rem_tw +- rep_tw +- replay_tw +- res_tw +- rmvb_tw +- rofl_tw +- rom_tw +- rpm_tw +- rsc_tw +- rss_tw +- rtf_tw +- rw2_tw +- s_tw +- safariextz_tw +- sav_tw +- save_tw +- sbf_tw +- sbu_tw +- sc2replay_tw +- scn_tw +- scp_tw +- scpt_tw +- scr_tw +- scx_tw +- sda_tw +- sdc_tw +- sdd_tw +- sdf_tw +- sdw_tw +- sfcache_tw +- sh_tw +- shs_tw +- shtml +- shtml_tw +- sis_tw +- sisx_tw +- sit_tw +- sitd_tw +- sitx_tw +- skn_tw +- skp_tw +- smc_tw +- smd_tw +- snd_tw +- sng_tw +- snp_tw +- spb_tw +- spba_tw +- spd_tw +- sql_tw +- sqlite_tw +- src_tw +- srg_tw +- srm_tw +- srt_tw +- stl_tw +- sub_tw +- sup_tw +- svg +- svg_tw +- svgz_tw +- svp_tw +- swf_tw +- swp_tw +- sxc_tw +- sxw_tw +- sys_tw +- tao_tw +- tar_tw +- tar.gz_tw +- tax2018_tw +- tbl_tw +- tc_tw +- temp_tw +- template_tw +- text_tw +- tga_tw +- tgz_tw +- theme_tw +- themepack_tw +- thm_tw +- thmx_tw +- tib_tw +- tif_tw +- tiff_tw +- tmp_tw +- toast_tw +- tod_tw +- torrent_tw +- webp +- xht +- xhtml +ReleaseDate: 2026-05-13 +AppsAndFeaturesEntries: +- UpgradeCode: '{98EFE332-3AF4-336A-B6DC-D6BF52CC4C13}' +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://updates.talon-sec.com/releases/Prisma%20Access%20Browser/win/packaged/x64/crx_signed_o4_stable_prisma_access_browser_installer_148_12_1_168-148.12.1.168-39760586.msi + InstallerSha256: 343DD41E1DA9A65F5CA9AE58AA20FA496059045260727C11A182571101747179 + ProductCode: '{967A0B97-CFB8-360C-8752-B0D98CD4158A}' +- Architecture: arm64 + InstallerUrl: https://updates.talon-sec.com/releases/Prisma%20Access%20Browser/win/packaged/arm64/crx_signed_o4_stable_prisma_access_browser_installer_148_12_1_168-148.12.1.168-cd1d002d.msi + InstallerSha256: E09F7EA7F41D5B9790A27589FF9FAF059A6C70F82865804C9DB461AF8DFE782C + ProductCode: '{369CC262-CF59-3CB5-B324-3D8B83DEA8E9}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml new file mode 100644 index 000000000000..105849cfbcb3 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.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: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 148.12.1.168 +PackageLocale: en-US +Publisher: Palo Alto Networks Inc +PublisherUrl: https://www.paloaltonetworks.com/ +PublisherSupportUrl: https://support.paloaltonetworks.com/ +PrivacyUrl: https://www.paloaltonetworks.com/legal-notices/trust-center/privacy +Author: Palo Alto Networks, Inc. +PackageName: Prisma Access Browser +PackageUrl: https://get.pabrowser.com/ +License: Proprietary +LicenseUrl: https://www.paloaltonetworks.com/content/dam/pan/en_US/assets/pdf/legal/palo-alto-networks-end-user-license-agreement-eula.pdf +Copyright: Copyright © 2026 Palo Alto Networks. All Rights Reserved +CopyrightUrl: https://www.paloaltonetworks.com/content/dam/pan/en_US/assets/pdf/legal/palo-alto-networks-end-user-license-agreement-eula.pdf +ShortDescription: The only SASE-native secure browser that empowers secure work for any user, any device, any app, anywhere. +Description: |- + Prisma Browser is designed to enhance security for both managed and unmanaged devices. It provides a natively integrated enterprise browser that extends protection to unmanaged devices, helping safeguard business applications and data by implementing security directly within the browser. + Prisma Browser supports various use-cases, including: + - Third-Party Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices. + - Bring Your Own Device (BYOD) Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices. + - Temporary Secure Access: Facilitates access to critical applications such as Human Resources and Payroll during system transitions like agent rollouts or network mergers. + - Secure Access for Managed Devices: Ensures protection for employees using work devices to handle highly sensitive data. + Designed specifically for enterprise environments, Prisma Browser incorporates security features aimed at mitigating risks such as phishing, Malware, eavesdropping, and data exfiltration. It retains the familiar interface and functionality of Google Chrome while integrating additional security measures to address potential vulnerabilities, offering a balance between usability and protection. +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.paloaltonetworks.com/prisma-access-browser +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..a45635561c78 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 148.12.1.168 +PackageLocale: zh-CN +PublisherUrl: https://www.paloaltonetworks.cn/ +License: 专有软件 +ShortDescription: 唯一一款原生基于 SASE(安全访问服务边缘)架构的安全浏览器,支持任意用户、任意设备、任意应用在任意地点实现安全办公。 +Description: |- + Prisma 浏览器旨在提升托管设备与非托管设备的安全性。它提供原生集成的企业级浏览器,可将防护范围扩展至非托管设备,通过直接在浏览器内部落地安全机制,助力保障业务应用和数据安全。 + Prisma 浏览器支持多种使用场景,包括: + - 第三方访问:支持承包商、合作伙伴、客户或学生使用非托管设备安全访问 SaaS 或私有 Web 应用。 + - 自带设备(BYOD)访问:支持承包商、合作伙伴、客户或学生使用非托管设备安全访问 SaaS 或私有 Web 应用。 + - 临时安全访问:在代理部署、网络合并等系统过渡阶段,为人力资源、薪资核算等关键应用提供访问支持。 + - 托管设备安全访问:为使用办公设备处理高敏感数据的员工提供安全防护。 + Prisma 浏览器专为企业环境设计,内置的安全功能可防范网络钓鱼、恶意软件、窃听、数据泄露等风险。它保留了谷歌 Chrome 用户熟悉的界面和功能,同时集成了额外的安全措施应对潜在漏洞,在易用性和防护能力之间实现了平衡。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.paloaltonetworks.com/prisma-access-browser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.yaml new file mode 100644 index 000000000000..4a42670f8fa6 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/148.12.1.168/PaloAltoNetworks.PrismaAccessBrowser.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: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 148.12.1.168 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0