From 08bf566058023041f174d50edfd8cfc45bd04a76 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Wed, 20 May 2026 18:49:35 -0400 Subject: [PATCH 01/66] New version: GodotEngine.GodotEngine version 4.6.3 (#377356) --- .../GodotEngine.GodotEngine.installer.yaml | 35 ++++++++++++ .../GodotEngine.GodotEngine.locale.en-US.yaml | 55 +++++++++++++++++++ .../4.6.3/GodotEngine.GodotEngine.yaml | 8 +++ 3 files changed, 98 insertions(+) create mode 100644 manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.installer.yaml create mode 100644 manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.locale.en-US.yaml create mode 100644 manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.yaml diff --git a/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.installer.yaml b/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.installer.yaml new file mode 100644 index 000000000000..082ec51f3678 --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.installer.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine +PackageVersion: 4.6.3 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: Godot_v4.6.3-stable_win32.exe + PortableCommandAlias: godot + - RelativeFilePath: Godot_v4.6.3-stable_win32_console.exe + PortableCommandAlias: godot_console + InstallerUrl: https://github.com/godotengine/godot/releases/download/4.6.3-stable/Godot_v4.6.3-stable_win32.exe.zip + InstallerSha256: DB7E2124FFC21E3F4AE765CA6FE152703AFEC52E291DB2DC68B58C7530F45B02 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: Godot_v4.6.3-stable_win64.exe + PortableCommandAlias: godot + - RelativeFilePath: Godot_v4.6.3-stable_win64_console.exe + PortableCommandAlias: godot_console + InstallerUrl: https://github.com/godotengine/godot/releases/download/4.6.3-stable/Godot_v4.6.3-stable_win64.exe.zip + InstallerSha256: E39986A178D585CE7AC198FB8DE6EA436366DC0CC00E594810C2E3E104C04B90 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: Godot_v4.6.3-stable_windows_arm64.exe + PortableCommandAlias: godot + - RelativeFilePath: Godot_v4.6.3-stable_windows_arm64_console.exe + PortableCommandAlias: godot_console + InstallerUrl: https://github.com/godotengine/godot/releases/download/4.6.3-stable/Godot_v4.6.3-stable_windows_arm64.exe.zip + InstallerSha256: D53B5B4C1D1E4F242D490A98A0DA1B3579628E4D6F98A052542599862A96B10F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.locale.en-US.yaml b/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.locale.en-US.yaml new file mode 100644 index 000000000000..1d0137448b65 --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GodotEngine.GodotEngine +PackageVersion: 4.6.3 +PackageLocale: en-US +Publisher: Godot Engine +PublisherUrl: https://godotengine.org/ +PublisherSupportUrl: https://github.com/godotengine/godot/issues +PrivacyUrl: https://godotengine.org/privacy-policy +Author: Godot Engine +PackageName: Godot Engine +PackageUrl: https://godotengine.org/download/windows +License: MIT +LicenseUrl: https://github.com/godotengine/godot/blob/HEAD/LICENSE.txt +Copyright: |- + Copyright (c) 2014-present Godot Engine contributors. + Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. +CopyrightUrl: https://godotengine.org/license +ShortDescription: Multi-platform 2D and 3D game engine +Description: |- + Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface. + It provides a comprehensive set of common tools, so that users can focus on making games without having to + reinvent the wheel. Games can be exported with one click to a number of platforms, including the major desktop + platforms (Linux, macOS, Windows), mobile platforms (Android, iOS), as well as Web-based platforms and consoles. +Moniker: godot +Tags: +- game-development +- game-engine +- gamedev +- godot +- godotengine +- hacktoberfest +- multi-platform +- open-source +ReleaseNotes: |- + Godot 4.6.3 is a maintenance release addressing stability and usability issues, and fixing all sorts of bugs. Maintenance releases are compatible with previous releases and are recommended for adoption. + Report bugs on GitHub after checking that they haven't been reported: + - https://github.com/godotengine/godot/issues + - Release notes + - Complete changelog + - Curated changelog + - Download (GitHub): Expand Assets below +ReleaseNotesUrl: https://github.com/godotengine/godot/releases/tag/4.6.3-stable +InstallationNotes: |- + Note when running WinGet to Install This Package *Without Admin Privileges*: + WinGet *Can Not* Create Command Line Alias(es) unless Admin Privileges are provided, as without Admin Privileges Winget *Can Not* Create Symbolic Links for those Command Lines Aliases. + More Details: + https://github.com/microsoft/winget-cli/issues/549 + https://github.com/microsoft/winget-cli/issues/361 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.godotengine.org/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.yaml b/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.yaml new file mode 100644 index 000000000000..0e4d43509a51 --- /dev/null +++ b/manifests/g/GodotEngine/GodotEngine/4.6.3/GodotEngine.GodotEngine.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: GodotEngine.GodotEngine +PackageVersion: 4.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2dc2a54ac55d2cd1afac5c86263b5c56c57d3a4d Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 15:53:03 -0700 Subject: [PATCH 02/66] Automatic deletion of iMBC.mini 3.0.16 (#377381) --- .../iMBC/mini/3.0.16/iMBC.mini.installer.yaml | 15 --------------- .../mini/3.0.16/iMBC.mini.locale.en-US.yaml | 18 ------------------ manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml | 8 -------- 3 files changed, 41 deletions(-) delete mode 100644 manifests/i/iMBC/mini/3.0.16/iMBC.mini.installer.yaml delete mode 100644 manifests/i/iMBC/mini/3.0.16/iMBC.mini.locale.en-US.yaml delete mode 100644 manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml diff --git a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.installer.yaml b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.installer.yaml deleted file mode 100644 index 9e081d5989e3..000000000000 --- a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: iMBC.mini -PackageVersion: 3.0.16 -InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://img.imbc.com/mini/install/Win/MBC%20mini%20Setup.exe - InstallerSha256: 0DEE3428CC773BE75EA9A387AD4DEA4A98E1AB98D4522A7D28A1575015FB6292 - AppsAndFeaturesEntries: - - ProductCode: d952fa26-0ff2-5f42-9ec0-53b3cd8ae877 - Publisher: MBC mini -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.locale.en-US.yaml b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.locale.en-US.yaml deleted file mode 100644 index 8fb077664ab9..000000000000 --- a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: iMBC.mini -PackageVersion: 3.0.16 -PackageLocale: en-US -Publisher: iMBC -PublisherUrl: https://www.imbc.com/ -PublisherSupportUrl: https://help.imbc.com/ -PrivacyUrl: https://help.imbc.com/rules/privacy.html -PackageName: MBC mini -PackageUrl: https://mini.imbc.com/ -License: Proprietary -Copyright: Copyright © 2024 MBC mini -ShortDescription: MBC Radio -Moniker: mbc-mini -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml b/manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml deleted file mode 100644 index 8ec8362293f1..000000000000 --- a/manifests/i/iMBC/mini/3.0.16/iMBC.mini.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: iMBC.mini -PackageVersion: 3.0.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 57861ff2bf19278fd24eadcd69522290bfe473f9 Mon Sep 17 00:00:00 2001 From: Jiwon Lee Date: Wed, 20 May 2026 16:22:56 -0700 Subject: [PATCH 03/66] Microsoft.VisualStudio.Professional version 18.6.1 (#377297) --- ...t.VisualStudio.Professional.installer.yaml | 93 +++++++++++++++++++ ...isualStudio.Professional.locale.en-US.yaml | 20 ++++ .../Microsoft.VisualStudio.Professional.yaml | 8 ++ 3 files changed, 121 insertions(+) create mode 100644 manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.installer.yaml create mode 100644 manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.yaml diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.installer.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.installer.yaml new file mode 100644 index 000000000000..be8ee4f25a2b --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.6.1 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/3cfffe1b-b712-451e-9a6a-536ff231eb4b/7b884ac15e51fd5d357f6afd8c8de1c758ff91d275eb6ca5edd9480b5f984636/vs_Professional.exe + InstallerSha256: 7b884ac15e51fd5d357f6afd8c8de1c758ff91d275eb6ca5edd9480b5f984636 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.locale.en-US.yaml new file mode 100644 index 000000000000..f53032296b4b --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.6.1 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Professional 2026 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The trusted IDE for professional developers - from desktop to cloud. +Moniker: vs18-professional +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.yaml new file mode 100644 index 000000000000..0bd2d3abae15 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.6.1/Microsoft.VisualStudio.Professional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From c38ccc307bc3c5676c9c646c7f1152d65ee457d7 Mon Sep 17 00:00:00 2001 From: Jiwon Lee Date: Wed, 20 May 2026 16:26:54 -0700 Subject: [PATCH 04/66] Microsoft.VisualStudio.2022.Enterprise version 17.14.33 (#377300) --- ...isualStudio.2022.Enterprise.installer.yaml | 95 +++++++++++++++++++ ...alStudio.2022.Enterprise.locale.en-US.yaml | 20 ++++ ...icrosoft.VisualStudio.2022.Enterprise.yaml | 8 ++ 3 files changed, 123 insertions(+) create mode 100644 manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.installer.yaml create mode 100644 manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.yaml diff --git a/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.installer.yaml b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.installer.yaml new file mode 100644 index 000000000000..e931aa2ea21a --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.installer.yaml @@ -0,0 +1,95 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Enterprise +PackageVersion: 17.14.33 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +AppsAndFeaturesEntries: +- DisplayVersion: 17.14.33 (May 2026) +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/d3ea0f65-e303-451a-956d-2525aafc8aeb/dc147ae0cc459ba5548b76fef87da3faf9dbc85dc645cf677e424b6ae84ace89/vs_Enterprise.exe + InstallerSha256: dc147ae0cc459ba5548b76fef87da3faf9dbc85dc645cf677e424b6ae84ace89 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.locale.en-US.yaml new file mode 100644 index 000000000000..da4320338144 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Enterprise +PackageVersion: 17.14.33 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Enterprise 2022 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Built for scale, security, and speed - the IDE for complex, high-impact development. +Moniker: vs2022-enterprise +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.yaml b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.yaml new file mode 100644 index 000000000000..51059786cccf --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.33/Microsoft.VisualStudio.2022.Enterprise.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Enterprise +PackageVersion: 17.14.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 2dbd444faa6158faa5c5dfa20ac707f4c21b3c11 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 07:28:48 +0800 Subject: [PATCH 05/66] New version: Sourcegraph.Amp version 0.0.1779309523-g417e08 (#377354) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..9d2380edf747 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779309523-g417e08 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779309523-g417e08/amp-windows-x64-baseline.exe + InstallerSha256: 90EA75A1217445C7A3BF0DED067FB3B7CAFD1725A7613684E7E34F55B854BF68 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..3b8a6b1da43b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779309523-g417e08 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..c3ebcd5ceb0b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779309523-g417e08 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..f81277f953d2 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779309523-g417e08/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779309523-g417e08 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b07f9eaec8fd1015cb5b5697322bdb6fda4cdf77 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Wed, 20 May 2026 19:29:02 -0400 Subject: [PATCH 06/66] New version: Chromium.ChromeDriver version 149.0.7827.22 (#377355) --- .../Chromium.ChromeDriver.installer.yaml | 21 +++++++++++++++++++ .../Chromium.ChromeDriver.locale.en-US.yaml | 18 ++++++++++++++++ .../149.0.7827.22/Chromium.ChromeDriver.yaml | 8 +++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.installer.yaml create mode 100644 manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.locale.en-US.yaml create mode 100644 manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.yaml diff --git a/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.installer.yaml b/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.installer.yaml new file mode 100644 index 000000000000..b6595ccbd7d3 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 149.0.7827.22 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: chromedriver-win32/chromedriver.exe + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.22/win32/chromedriver-win32.zip + InstallerSha256: CAAC53898DDF1ED9145D685A2D4D723715ACC78A96703AF187E5788D8C16E08B +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: chromedriver-win64/chromedriver.exe + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.22/win64/chromedriver-win64.zip + InstallerSha256: 86BB775483C5FFD19FE4605568489AFE9477A2089F76EDFEDB99361356F35FF8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.locale.en-US.yaml b/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.locale.en-US.yaml new file mode 100644 index 000000000000..7053d2e311d8 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 149.0.7827.22 +PackageLocale: en-US +Publisher: Chromium +PublisherUrl: https://www.chromium.org/ +PackageName: ChromeDriver +PackageUrl: https://chromedriver.chromium.org/ +License: Proprietary +Copyright: Copyright 2015 The Chromium Authors +ShortDescription: An open source tool for automated testing of webapps across many browsers +Description: WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). +Documentations: +- DocumentUrl: https://chromedriver.chromium.org/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.yaml b/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.yaml new file mode 100644 index 000000000000..fc10d1f07c6c --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/149.0.7827.22/Chromium.ChromeDriver.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: Chromium.ChromeDriver +PackageVersion: 149.0.7827.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c05121fb403e4f3f6ceaccdee6529d231587d997 Mon Sep 17 00:00:00 2001 From: tomer-stripe <42354557+tomer-stripe@users.noreply.github.com> Date: Wed, 20 May 2026 16:29:14 -0700 Subject: [PATCH 07/66] New version: Stripe.StripeCli 1.41.2 (#377358) Co-authored-by: stripe-ci --- .../1.41.2/Stripe.StripeCli.installer.yaml | 26 +++++++++++++++++++ .../1.41.2/Stripe.StripeCli.locale.en-US.yaml | 14 ++++++++++ .../StripeCli/1.41.2/Stripe.StripeCli.yaml | 7 +++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.installer.yaml create mode 100644 manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.locale.en-US.yaml create mode 100644 manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.yaml diff --git a/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.installer.yaml b/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.installer.yaml new file mode 100644 index 000000000000..885cc321fabb --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.41.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-20" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: stripe.exe + PortableCommandAlias: stripe + InstallerUrl: https://github.com/stripe/stripe-cli/releases/download/v1.41.2/stripe_1.41.2_windows_i386.zip + InstallerSha256: 45e554721f574e6f59047ffa0bb057d09c549b6eb65d5eb42652868123a7c652 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: stripe.exe + PortableCommandAlias: stripe + InstallerUrl: https://github.com/stripe/stripe-cli/releases/download/v1.41.2/stripe_1.41.2_windows_x86_64.zip + InstallerSha256: 0181e026eaf6ceb4f70273d936b68e54bce29aea960887566fe2122c75008cb0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.locale.en-US.yaml b/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.locale.en-US.yaml new file mode 100644 index 000000000000..c5b5ef75bed3 --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.41.2 +PackageLocale: en-US +Publisher: Stripe, Inc. +PublisherUrl: https://stripe.com +PackageName: stripe +PackageUrl: https://stripe.com +License: Apache-2.0 +ShortDescription: Stripe CLI utility +Moniker: stripe +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.yaml b/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.yaml new file mode 100644 index 000000000000..4bd426e5e8ba --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.41.2/Stripe.StripeCli.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.41.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 46c61c1550bfafb5e471909fe1bcbaf7efdd7aa7 Mon Sep 17 00:00:00 2001 From: copilot-cli-winget-bot Date: Wed, 20 May 2026 19:29:28 -0400 Subject: [PATCH 08/66] GitHub.Copilot.Prerelease version v1.0.51-3 (#377361) --- .../GitHub.Copilot.Prerelease.installer.yaml | 23 +++++++++++++++ ...itHub.Copilot.Prerelease.locale.en-US.yaml | 29 +++++++++++++++++++ .../v1.0.51-3/GitHub.Copilot.Prerelease.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.installer.yaml create mode 100644 manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.locale.en-US.yaml create mode 100644 manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.yaml diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.installer.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.installer.yaml new file mode 100644 index 000000000000..fc76d31d412b --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.51-3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51-3/copilot-win32-x64.zip + InstallerSha256: 5AA426B69C09723884E63FA9C897C091F33B421CCACA5BB7FB2804C6CBC048AE +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51-3/copilot-win32-arm64.zip + InstallerSha256: 81B725A5509660531CC417FF219E60A299FB22A27112C7E6CE1A430CFBA5B7E0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-20 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.locale.en-US.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.locale.en-US.yaml new file mode 100644 index 000000000000..5f68dc7b44d3 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.51-3 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI (Preview) +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot-prerelease +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.51-3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.yaml new file mode 100644 index 000000000000..75227ddc4b59 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-3/GitHub.Copilot.Prerelease.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.51-3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7449746cee8b0b39918002236cdef31b0de2074c Mon Sep 17 00:00:00 2001 From: Stacklok Bot <140063061+stacklokbot@users.noreply.github.com> Date: Wed, 20 May 2026 16:29:41 -0700 Subject: [PATCH 09/66] New version: stacklok.thv 0.28.1 (#377364) Co-authored-by: stacklokbot --- .../thv/0.28.1/stacklok.thv.installer.yaml | 26 ++++++++++++ .../thv/0.28.1/stacklok.thv.locale.en-US.yaml | 40 +++++++++++++++++++ .../s/stacklok/thv/0.28.1/stacklok.thv.yaml | 7 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/s/stacklok/thv/0.28.1/stacklok.thv.installer.yaml create mode 100644 manifests/s/stacklok/thv/0.28.1/stacklok.thv.locale.en-US.yaml create mode 100644 manifests/s/stacklok/thv/0.28.1/stacklok.thv.yaml diff --git a/manifests/s/stacklok/thv/0.28.1/stacklok.thv.installer.yaml b/manifests/s/stacklok/thv/0.28.1/stacklok.thv.installer.yaml new file mode 100644 index 000000000000..4b47964e70ec --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.1/stacklok.thv.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-20" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.28.1/toolhive_0.28.1_windows_arm64.zip + InstallerSha256: 7686a081248d17ff80cc9440937ad11abfa0cf9507f3678ba27ed66193b016a2 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.28.1/toolhive_0.28.1_windows_amd64.zip + InstallerSha256: 9e2874cb5845ccfa337a4560c5607d234bc63dbfdce456ef188c4fd8d2735691 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.28.1/stacklok.thv.locale.en-US.yaml b/manifests/s/stacklok/thv/0.28.1/stacklok.thv.locale.en-US.yaml new file mode 100644 index 000000000000..aa288abb0fe2 --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.1/stacklok.thv.locale.en-US.yaml @@ -0,0 +1,40 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.1 +PackageLocale: en-US +Publisher: stacklok +PublisherSupportUrl: https://github.com/stacklok/toolhive/issues/new/choose +PackageName: thv +PackageUrl: https://stacklok.com +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/toolhive/blob/main/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers +Moniker: thv +Tags: + - golang + - cli + - mcp + - toolhive + - stacklok + - model-context-protocol + - mcp-server +ReleaseNotes: | + ## Changelog + * 9a5d0c26e2134889ab1b29cb7b9de40b36028659: Add CIMD document fetch/validate and extend SSRF protections (#5320) (@amirejaz) + * 79c08bd10f788d357a6b5e9e094d57b8c533f0b8: Add default OBO handler hooks and vMCP/proxy converter stubs (#5338) (@tgrunnagle) + * a3fb4ee34b8fa67105ce1f3606014cf351c809a4: Bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 (#5330) (@dependabot[bot]) + * 8d22ac5e30e0528b583a9bb5f42c5e30ff8961fd: Factor thv-operator main into app.Run; add proxyrunner Run helper (#5332) (@tgrunnagle) + * 2894982180949e03f9504d176605433e705a84b1: Inject spawn seam in RunWorkloadDetached to stop orphan test processes (#5346) (@tgrunnagle) + * e5670eaea1970b32e05eed6d79f13893c62d7046: Preserve fresh per-request identity in vMCP backend transports (#5335) (@tgrunnagle) + * 91cb56fdc144ab93c5272188e2f99537bac2139d: Release v0.28.1 (#5352) (@toolhive-release-app[bot]) + * e46f8c11947cd413e2038367c4aef5b693bb1e59: Update dependency kyverno/chainsaw to v0.2.15 (#5297) (@renovate[bot]) + * 36ca38cc79cd5ccfb3b5da13b6e7c58ee0d6e35b: Update kyverno/action-install-chainsaw action to v0.2.15 (#5298) (@renovate[bot]) + * f6d48051a5f014d74e955c0120133ee6af4b2b04: Update module github.com/pelletier/go-toml/v2 to v2.3.1 (#5311) (@renovate[bot]) + * d3d9a02aa6b08a69e93682d8a90bd8f803356f5e: Use `events.k8s.io` in registry-api Role (#5340) (@rdimitrov) + * a13e5ea6ffc2f3681f67a2fd937da41d9e7865b1: Use shared toolhive-core redis client for session storage (#5324) (@reyortiz3) + * 6d81df825d68b7e0b1bfc7753adc813cc43b724c: fix(operator): inject THV_SESSION_REDIS_PASSWORD for MCPServer (#5286) (@dallinstevens) + * 2426291ac3a784e76b2441c167f06d6076d9f6e7: fix: validate k8s export volume format (#5319) (@immanuwell) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.28.1/stacklok.thv.yaml b/manifests/s/stacklok/thv/0.28.1/stacklok.thv.yaml new file mode 100644 index 000000000000..24cc07048a61 --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.1/stacklok.thv.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c73917ca277aa1da65dc85ea356b04a87d0feac8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 07:29:55 +0800 Subject: [PATCH 10/66] New version: Comfy.ComfyUI-Desktop version 0.9.2 (#377367) --- .../Comfy.ComfyUI-Desktop.installer.yaml | 18 ++++++++++ .../Comfy.ComfyUI-Desktop.locale.en-US.yaml | 36 +++++++++++++++++++ .../Comfy.ComfyUI-Desktop.locale.zh-CN.yaml | 19 ++++++++++ .../0.9.2/Comfy.ComfyUI-Desktop.yaml | 8 +++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.installer.yaml create mode 100644 manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.locale.en-US.yaml create mode 100644 manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml create mode 100644 manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.yaml diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 000000000000..cc3cc183d1b0 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.9.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241012ess7yxs0e/ComfyUI%20Setup%200.9.2%20-%20Build%20260520y6mjfcsn9-x64.exe + InstallerSha256: 42F082FF7EE1B9EB3552037AE62C0A0567577AA2EFD58ABDA1A87F8138C992B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 000000000000..9ae2ad9295a1 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.9.2 +PackageLocale: en-US +Publisher: Comfy Org +PublisherUrl: https://comfy.org/ +PublisherSupportUrl: https://github.com/Comfy-Org/desktop/issues +PackageName: ComfyUI +PackageUrl: https://github.com/Comfy-Org/desktop +License: GPL-3.0 +LicenseUrl: https://github.com/Comfy-Org/desktop/blob/HEAD/LICENSE +Copyright: © 2026 Comfy Org +ShortDescription: A desktop app for ComfyUI, the most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface +Description: |- + ComfyUI Desktop is a packaged way to use ComfyUI and comes bundled with a few things: + - Stable version of ComfyUI from releases + - ComfyUI_frontend + - ComfyUI-Manager + - uv + On startup, it will install all the necessary python dependencies with uv and start the ComfyUI server. The app will automatically update with stable releases of ComfyUI, ComfyUI-Manager, and the uv executable as well as some desktop specific features. +Moniker: comfyui +Tags: +- comfyui +- diffusion +ReleaseNotes: |- + What's Changed + - Bump ComfyUI to 0.22.0 by @benceruleanlu in https://github.com/Comfy-Org/desktop/pull/1723 + Full Changelog: https://github.com/Comfy-Org/desktop/compare/v0.9.1...v0.9.2 +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases/tag/v0.9.2 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..47528ca463b5 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 0.9.2 +PackageLocale: zh-CN +ShortDescription: ComfyUI 的桌面应用程序。ComfyUI 是一款强大的模块化扩散模型 GUI、API 和后台,具有图形/节点界面 +Description: |- + ComfyUI Desktop 打包了 ComfyUI,包含: + - 取自 releases 的稳定版 ComfyUI + - ComfyUI_frontend + - ComfyUI-Manager + - uv + 软件在启动时会用 uv 安装所有必要的 Python 依赖项,并启动 ComfyUI 服务器。应用程序会自动更新 ComfyUI、ComfyUI-Manager 和 uv 可执行文件的稳定版本,以及一些桌面特定功能。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 000000000000..50b672daca27 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.9.2/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 0.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bfee57a74ffe9eef650f923f0ada965ce8def530 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 07:30:10 +0800 Subject: [PATCH 11/66] New version: ReadAI.ReadAI version 1.20.1 (#377372) --- .../1.20.1/ReadAI.ReadAI.installer.yaml | 16 +++++++++ .../1.20.1/ReadAI.ReadAI.locale.en-US.yaml | 34 +++++++++++++++++++ .../1.20.1/ReadAI.ReadAI.locale.zh-CN.yaml | 21 ++++++++++++ .../r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.yaml | 8 +++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.installer.yaml create mode 100644 manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.locale.en-US.yaml create mode 100644 manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.locale.zh-CN.yaml create mode 100644 manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.yaml diff --git a/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.installer.yaml b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.installer.yaml new file mode 100644 index 000000000000..914fb24274da --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.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: ReadAI.ReadAI +PackageVersion: 1.20.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Read AI +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.read.ai/updates/windows/x86_64/1.20.1/Read%20AI_1.20.1_x64-setup.exe + InstallerSha256: 0215991F0EE224CA35CEF67140C6493C320D77487454D93573EABF53DDA7A49E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.locale.en-US.yaml b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.locale.en-US.yaml new file mode 100644 index 000000000000..1b3eeb48ef9f --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.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: ReadAI.ReadAI +PackageVersion: 1.20.1 +PackageLocale: en-US +Publisher: readai +PublisherUrl: https://www.read.ai/ +PublisherSupportUrl: https://support.read.ai/ +PrivacyUrl: https://www.read.ai/privacy-policy +Author: Read AI, Inc. +PackageName: Read AI +PackageUrl: https://www.read.ai/desktop +License: Proprietary +LicenseUrl: https://www.read.ai/termsofservice +Copyright: © 2026 Read AI, Inc. +CopyrightUrl: https://www.read.ai/termsofservice +ShortDescription: Capture meetings anywhere, no bot necessary. +Description: Capture and transcribe conversations instantly with the Read AI app for Mac and Windows - no bot needed. Record any meeting, get real-time transcripts and AI summaries and get insights from Search Copilot anywhere you work. +Tags: +- conference +- conferencing +- meeting +- speech +- speech-recognition +- transcribe +- transcription +- video-conferencing +- voice +- voice-conferencing +ReleaseNotes: Update to version 1.20.1 +PurchaseUrl: https://www.read.ai/plans-pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.locale.zh-CN.yaml b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.locale.zh-CN.yaml new file mode 100644 index 000000000000..8d856411afcf --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ReadAI.ReadAI +PackageVersion: 1.20.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 随时随地捕捉会议内容,无需使用机器人。 +Description: 使用适用于 Mac 和 Windows 的 Read AI 应用,即时捕捉并转录对话——无需机器人。录制任何会议,获取实时转录文本和 AI 摘要,并通过 Search Copilot 在您工作的任何地方获得洞察。 +Tags: +- 会议 +- 开会 +- 视频会议 +- 识别 +- 语音 +- 语音会议 +- 语音识别 +- 转写 +- 转录 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.yaml b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.yaml new file mode 100644 index 000000000000..ac0118d74af9 --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.20.1/ReadAI.ReadAI.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: ReadAI.ReadAI +PackageVersion: 1.20.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6bd7b717f93f76f60797df28474a814359521360 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Wed, 20 May 2026 19:30:25 -0400 Subject: [PATCH 12/66] New version: SST.OpenCodeDesktop version 1.15.6 (#377374) --- .../1.15.6/SST.OpenCodeDesktop.installer.yaml | 23 +++++ .../SST.OpenCodeDesktop.locale.en-US.yaml | 92 +++++++++++++++++++ .../1.15.6/SST.OpenCodeDesktop.yaml | 8 ++ 3 files changed, 123 insertions(+) create mode 100644 manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.installer.yaml create mode 100644 manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.locale.en-US.yaml create mode 100644 manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.yaml diff --git a/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 000000000000..0291253e431e --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.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: SST.OpenCodeDesktop +PackageVersion: 1.15.6 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- DisplayName: OpenCode 1.15.6 + ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.15.6/opencode-desktop-win-x64.exe + InstallerSha256: F032EDDEFEC502162765D2C598DC730D9DD63543FCF865AAB1944830306266B3 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.15.6/opencode-desktop-win-arm64.exe + InstallerSha256: A31FE91D5A65DA04CEC0CE5F63580DB2FB20AE1DA796C19A9AB08F80DA908D82 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..01ab9804159d --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,92 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.15.6 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + + Improvements + - Added a diff viewer in the TUI for reviewing changes. + - Collapsed single-child directories in the diff viewer file tree. + - Added shell mode to the run prompt. + - Replaced subagent tabs with an on-demand picker in run. + - Plugin file load errors no longer break the rest of plugin loading. + - Anthropic API-key models now use the native runtime. + - The v2 HTTP API now exposes structured public error schemas. + + Bugfixes + - Zed editor context now only activates inside Zed terminals. + - The v2 HTTP API now exposes catalog errors. + - The v2 HTTP API now exposes request errors. + - The v2 OpenAPI spec now preserves endpoint error responses. + - opencode login now defaults to https://console.opencode.ai. + - Agent and command names now resolve correctly from relative config paths. + - Invalid OPENCODE_PERMISSION JSON no longer crashes startup. + - Plugin tools with missing args no longer break tool loading. + - Restored legacy PgUp and PgDn TUI keybind aliases. + - Native runtime now prefers the console provider token for OpenCode models. + + TUI + + Improvements + - The diff viewer now focuses the first file automatically. + + Bugfixes + - Imported sessions now refresh their directory and relative path fields correctly. (@OpeOginni) + + Desktop + + Improvements + - Added initial desktop tabs support. + - Added a native app menu on Windows. + - Added Ukrainian locale support. (@MYMDO) + + Bugfixes + - Custom providers now appear immediately after config updates. (@tianxiaoliang) + + SDK + - Updated opentui dependencies to 0.2.15. + Thank you to 4 community contributors: + - @MYMDO: + - feat(i18n): add Ukrainian (uk) locale support (#28061) + - @StarpTech: + - chore(team): add starptech to the team members list (#28320) + - chore(docs): remove beta zen go (#28317) + - chore(triage): add 'starptech' to core and inference teams (#28376) + - @tianxiaoliang: + - fix(app): invalidate provider queries after config update to show custom providers immediately (#28313) + - @OpeOginni: + - fix(opencode): Update directory and path fields of imported session (#27516) + - fix(enterprise): message nav hovercard and active state (#23964) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.15.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.yaml new file mode 100644 index 000000000000..795b076b4c9a --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.15.6/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.15.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f5bd03874af49ab43a7ecb5e4660739ca5757ede Mon Sep 17 00:00:00 2001 From: axpnet <45786925+axpnet@users.noreply.github.com> Date: Thu, 21 May 2026 01:30:39 +0200 Subject: [PATCH 13/66] New version: axpnet.AeroFTP version 3.8.4 (#377375) --- .../3.8.4/axpnet.AeroFTP.installer.yaml | 36 ++++++++ .../3.8.4/axpnet.AeroFTP.locale.en-US.yaml | 92 +++++++++++++++++++ .../axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.yaml | 8 ++ 3 files changed, 136 insertions(+) create mode 100644 manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.installer.yaml create mode 100644 manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.locale.en-US.yaml create mode 100644 manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.yaml diff --git a/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.installer.yaml new file mode 100644 index 000000000000..2f1d293a9815 --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.installer.yaml @@ -0,0 +1,36 @@ +# 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: axpnet.AeroFTP +PackageVersion: 3.8.4 +InstallerLocale: en-US +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/axpdev-lab/aeroftp/releases/download/v3.8.4/AeroFTP_3.8.4_x64-setup.exe + InstallerSha256: 31426EEABF1D184B7C098B8A3F7A822F7F0DD007E62488B6112CB53EBBCB8A8C + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + ProductCode: AeroFTP + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: AeroFTP + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\AeroFTP' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/axpdev-lab/aeroftp/releases/download/v3.8.4/AeroFTP_3.8.4_x64_en-US.msi + InstallerSha256: 1E9E665C299F4AD9A1CD7D1092E7E26258B540459C075D8BC563E98AA475841D + ProductCode: '{66783F2A-E937-4283-B24A-44874FBEC8E4}' + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: '{66783F2A-E937-4283-B24A-44874FBEC8E4}' + UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/AeroFTP' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.locale.en-US.yaml new file mode 100644 index 000000000000..66b8812fcfba --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.locale.en-US.yaml @@ -0,0 +1,92 @@ +# 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: axpnet.AeroFTP +PackageVersion: 3.8.4 +PackageLocale: en-US +Publisher: axpnet +PublisherUrl: https://github.com/axpnet +PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues +Author: axpnet +PackageName: AeroFTP +PackageUrl: https://github.com/axpnet/aeroftp +License: GPL-3.0 +LicenseUrl: https://github.com/axpdev-lab/aeroftp/blob/HEAD/LICENSE +ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. +Description: |- + AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). + It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), + features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), + bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. + Available in 47 languages with 4 themes. +Moniker: aeroftp +Tags: +- cloud-storage +- encryption +- file-manager +- file-transfer +- ftp +- ftp-client +- multi-protocol +- rust +- s3 +- sftp +- sync +- tauri +- webdav +ReleaseNotes: |- + [3.8.4] - 2026-05-20 + Unified Transfer DAG, Staging Queue and AeroFile Sync + v3.8.4 is a big release: the slow work of the last cycle was converging every transfer surface (GUI, CLI, AeroSync, cross-profile) onto one shared execution engine, building a staging queue on top of it, shipping a CLI dispatcher set, unifying three disconnected sync dialogs, and acting on the v3.8.3 community feedback. Seventy commits since v3.8.3, organized below. + What's new + This section is the high-level tour. The detailed lists below cover every change. + A single DAG transfer executor + AeroFTP had multiple parallel transfer paths: the GUI segmented download, intra-file range downloads, cross-profile transfers, the AeroSync engine, the CLI pget and sync commands, and the legacy per-protocol code. v3.8.4 lands a ready-frontier executor over a Directed Acyclic Graph (DAG: every transfer is a graph of nodes where each edge says "this step depends on that one", and the executor walks the graph fanning out as soon as a node's dependencies are satisfied), and progressively converges every one of those paths onto it. The same code now powers concurrent-range downloads for SFTP and FTP, B2 large-file uploads, cross-profile transfers, and the AeroSync download stage. The executor ships with prudent AIMD backpressure (Additive Increase, Multiplicative Decrease: the classic TCP-style self-tuning that ramps up while the link is healthy and backs off hard at the first sign of strain) so it adapts to the slowest link without the user having to pick a number, and an AppHandle-free observability sink so non-Tauri callers (CLI, agents, tests) get the same progress signal the GUI does. + This is mostly internal plumbing. The user-visible effect is that the GUI and the CLI now use the same path for large transfers, with the same parallelism, the same backpressure, and the same telemetry. The GUI grows a Settings knob for the download segment count when you want to override the heuristic. + Transfer Queue with real staging + The unified planner had a queue, but it was effectively a fire-and-forget list. v3.8.4 turns it into a proper staging queue: items land first as staged (with their pre-enumerated tree for FTP and SFTP), an explicit dispatcher moves them to pending when they are ready, and an Auto-start setting decides whether they go automatically or wait for a manual Start. The CLI gains an agent peek view of what is currently staged or pending. The transfer toast was demoted to a minimized indicator so the queue panel is the source of truth. + Command-line surface, feature-complete + v3.8.4 closes the long-running CLI work and pushes aeroftp-cli to 69 top-level subcommands across listings, transfers, syncing, vaults, profiles, hashing, agent operation, batch scripting, mount and packaging. With this release the CLI is feature-complete for everyday workflows: anything the GUI can do on a file or a server is reachable from the command line, and the same shared transfer engine now powers both surfaces so the throughput numbers no longer drift between them. + The release adds: + - rmdirs: recursive prune of empty directory trees, the missing companion to rmdir from v3.8.2. + - agent peek: a read-only view of the current transfer queue (staged + pending) for agents and automation. The agent-info subcommand also surfaces the transfer count and queue depth now. + - CLI dispatcher binary: a thin dispatcher that routes Linux deb / rpm / AppImage packages and Windows installs through a stable entry point, ported to Windows with proper detach+wait semantics. The set-of-four packaging slots (deb / rpm / AppImage / Windows) are now all wired to it, with R10 / R11 / R13 regression gates in CI. + - aero alias toggle: a one-command toggle to install or remove the short aero invocation, so aero get s3://bucket/file.tar Just Works. + - --max-transfer enforcement on the converged shared transfer path, so a global byte cap now applies uniformly to CLI runs, GUI runs, and AeroSync. + - Transfer capability discovery documented per-protocol, so agents and scripts can query what concurrent ranges, segments and server-side copy moves each provider actually supports before issuing them. + - The speech-to-text dependency stack (whisper-rs / hound) is moved behind an opt-out local-stt cargo feature so default builds stay lean. + AeroFile Sync (unified dialog) + The View menu had three disconnected entries for the same workflow: Local Sync, Compare Panels, Sync Presets. They are now collapsed into a single AeroFile Sync dialog with three tabs (Compare, Plan, Sync) that share context. The local-to-local sync engine is named AeroRsync in the UI now (it was already AeroRsync under the hood, the description just said "in-process delta engine"). New toolbar button on the AeroFile panel; F4 still opens the dialog on the Compare tab for muscle memory. + Connection state on the home screen (issue #222) + A community finding from @raelb and @EhudKirsh, landed in two halves. The per-server health dot in compact layout and the small radial in detailed layout now pulse softly when the saved profile has at least one open session, so the home screen also reflects "I am connected to this one" and not only reachability. The color of the dot still encodes the health probe; the pulse is a separate signal. The right-click menu on a saved server gains a Disconnect entry that appears only when the profile is connected; picking it closes every session that came from that profile. + Tier D server-side hashes (WebDAV and FTP) + Server-side hashing now covers WebDAV (DAV Mc-Checksum-* headers when the server returns them) and FTP (XCRC, XSHA256, MD5 extensions where supported), on top of the S3 / B2 / pCloud / Drive / OneDrive / Box / Dropbox / SFTP coverage shipped in v3.8.2. The Properties dialog surfaces QuickXor (OneDrive) and Dropbox content hashes alongside the usual MD5/SHA-1/SHA-256. CLI hashsum prefers server-side hashes wherever available. + Transfer capabilities surfaced to agents and CLI + The Sync GUI now honors the real per-provider transfer capabilities (concurrent ranges, segment count, server-side copy) instead of using a one-size-fits-all default. The CLI exposes a capability discovery surface for agents (LLM tooling, automation), documented in the CLI guide. --max-transfer is now enforced on the converged shared path, so a global cap actually caps the GUI too. + Detailed changes + Added + - DAG transfer executor: ready-frontier executor over a Directed Acyclic Graph, the new shared execution path for every transfer surface (a083181d). AIMD (Additive Increase, Multiplicative Decrease) backpressure layered on top (185234c2), AppHandle-free observability sink so the CLI and tests share the same progress events (f69c41f6), converged range download running on it (78992012). + - Intra-file range downloads on the converged engine for FTP and SFTP, with pooled SFTP range worker and pipelined reads on one session (b21b78b7, 4cb3099d, 250a62bf). Provider download executor and provider_download_file both wire the segments (995ea848, 82bc9104). + - Cross-profile DAG: cross-profile transfers run on the parallelized DAG path (503c9d67). + - GUI segmented downloads with a Settings knob for the segment count (4322ca84, b9647b3f). Live-WAN integration tests under tests/gtc (4d05e882, 1c6e2812). + - B2 large-file upload converged on the shared part engine (425c8266). + - CLI pget and sync converged on the shared concurrent-range engine and executor (8db6c7e7, 7a947101). + - AeroSync downloads routed through the segmented helper (4706d4cd). + - Transfer Queue staging: lazy per-level remote scan for FTP and SFTP (a0e7a9c1), extension to provider-backed protocols (884efb56), staged -> pending dispatcher (246e12d1), 5 entry-points routed through staging (fc668479), Start / Start all UI in the panel (28c45a7f), Auto-start setting (f4a41a0e), staging lifecycle in useTransferQueue hook (798cd216), pruned-set + lifecycle test coverage (be61c164). + - CLI agent peek subcommand: read-only view of the current staged and pending transfer queue, plus transfer count surfaced in agent-info (9fe0443e). + - CLI rmdirs: recursive prune of empty directory trees, companion to v3.8.2's rmdir (8ccaaac8). + - CLI dispatcher binary (a3300879) routing deb / rpm / AppImage on Linux (366d208e) and Windows installs with detach+wait (288a8452). aero alias toggle (b8b3caa2). CI gates R10 / R11 / R13 (cf9fa393). With this commit the dispatcher closes the CLI packaging work that started in v3.8.0. + - Transfer capability discovery for agents (c65c02f0), per-protocol documentation (9238931e, bcbb72ba), and --max-transfer enforcement on the converged shared path (890239f9). + - CLI guide refreshed for the new commands and the server-side hash work from v3.8.2 (96388c39). + - AeroFile Sync unified dialog with three tabs (Compare, Plan, Sync) replacing three legacy View menu entries (f52533bf). Toolbar button on the AeroFile panel, F4 opens on Compare. LocalSyncPanel styling baseline (5ea74e6a). + - Connection state on saved-server cards (issue #222): per-server health dot and radial pulse when the profile has an active session (861cf7dc); Disconnect entry in the context menu, gated on connection state (4a4f3aef). Co-authored with Rael Bauer. + - IntroHub connect-failure marker: standalone amber dot on the My Servers card after a failed connection attempt (c5938899), readable glyph and immediate badge refresh follow-up (af268d19). + - Tier D server-side hashes for WebDAV and FTP (504ba2b5); QuickXor (OneDrive) and Dropbox content hashes surfaced in the Properties checksum tab (f7af4f62). + - Sync GUI honors real per-provider transfer capabilities (44d306e6). + - AeroRsync naming: local-to-local sync description and delta-transport toggle now name AeroRsync explicitly in the UI. + Fixed + - Filen and MEGA TOTP 2FA: saved TOTP secret is now wired into the Connect path and the live login preview (254d6196). + - AeroFile folder tree roots on Windows: load roots from drives so the tree opens the right anchors (40388f00). +ReleaseNotesUrl: https://github.com/axpdev-lab/aeroftp/releases/tag/v3.8.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.yaml new file mode 100644 index 000000000000..aa8229b22b7f --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/3.8.4/axpnet.AeroFTP.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: axpnet.AeroFTP +PackageVersion: 3.8.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6162ac459aa556c66b13738bf0c1d79e692b6593 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 20 May 2026 17:52:32 -0600 Subject: [PATCH 14/66] New version: Rainmeter.Rainmeter version 4.5.26 (#377385) --- .../4.5.26/Rainmeter.Rainmeter.installer.yaml | 21 ++++++++++++++ .../Rainmeter.Rainmeter.locale.en-GB.yaml | 13 +++++++++ .../Rainmeter.Rainmeter.locale.en-US.yaml | 29 +++++++++++++++++++ .../Rainmeter/4.5.26/Rainmeter.Rainmeter.yaml | 8 +++++ 4 files changed, 71 insertions(+) create mode 100644 manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.installer.yaml create mode 100644 manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-GB.yaml create mode 100644 manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-US.yaml create mode 100644 manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.yaml diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.installer.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.installer.yaml new file mode 100644 index 000000000000..dfe799b44912 --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.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: Rainmeter.Rainmeter +PackageVersion: 4.5.26 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- rmskin +ProductCode: Rainmeter +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- ProductCode: Rainmeter +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/rainmeter/rainmeter/releases/download/v4.5.26.3894/Rainmeter-4.5.26.exe + InstallerSha256: A3A5579B1B54C03FB5301CAD3D68731D3AB4620F6BCB0BA2585AE5823B4187C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-GB.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-GB.yaml new file mode 100644 index 000000000000..12a842509df2 --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-GB.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Rainmeter.Rainmeter +PackageVersion: 4.5.26 +PackageLocale: en-GB +PackageName: Rainmeter +Copyright: © 2025 Rainmeter Project Developers +ShortDescription: Desktop customisation tool. +Description: Rainmeter allows you to display customisable skins on your desktop, from hardware usage meters to fully functional audio visualisers. You are only limited by your imagination and creativity. +ReleaseNotesUrl: https://docs.rainmeter.net/history/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-US.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-US.yaml new file mode 100644 index 000000000000..44bdb9fe4509 --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: Rainmeter.Rainmeter +PackageVersion: 4.5.26 +PackageLocale: en-US +Publisher: Rainmeter +PublisherUrl: https://www.rainmeter.net/ +PublisherSupportUrl: https://github.com/rainmeter/rainmeter/issues +Author: Rainmeter Team +PackageName: Rainmeter +PackageUrl: https://www.rainmeter.net/ +License: GPL-2.0 +LicenseUrl: https://github.com/rainmeter/rainmeter/blob/HEAD/LICENSE +Copyright: Copyright (C) 2024 Rainmeter Project Developers +ShortDescription: Desktop Customization Tool +Description: Rainmeter allows you to display customizable skins on your desktop, from hardware usage meters to fully functional audio visualizers. You are only limited by your imagination and creativity. +Moniker: rainmeter +Tags: +- gadget +- skin +- widget +ReleaseNotes: May 20, 2026 release of Rainmeter 4.5.26 +ReleaseNotesUrl: https://docs.rainmeter.net/history/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.rainmeter.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.yaml new file mode 100644 index 000000000000..794c83f3eb68 --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.26/Rainmeter.Rainmeter.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: Rainmeter.Rainmeter +PackageVersion: 4.5.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 33cc8c7a154ae28b99c2ef32cbbf83cb8e656c71 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 08:24:51 +0800 Subject: [PATCH 15/66] New version: EasyTier.EasyTier version 2.6.4 (#373552) --- .../2.6.4/EasyTier.EasyTier.installer.yaml | 41 +++++++++++++++++++ .../2.6.4/EasyTier.EasyTier.locale.en-US.yaml | 39 ++++++++++++++++++ .../2.6.4/EasyTier.EasyTier.locale.zh-CN.yaml | 32 +++++++++++++++ .../EasyTier/2.6.4/EasyTier.EasyTier.yaml | 8 ++++ 4 files changed, 120 insertions(+) create mode 100644 manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.installer.yaml create mode 100644 manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.locale.en-US.yaml create mode 100644 manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.locale.zh-CN.yaml create mode 100644 manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.yaml diff --git a/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.installer.yaml b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.installer.yaml new file mode 100644 index 000000000000..246f39534760 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.6.4 +InstallerType: zip +NestedInstallerType: portable +Commands: +- easytier-cli +- easytier-core +- easytier-web +- easytier-web-embed +ReleaseDate: 2026-05-12 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: easytier-windows-i686\easytier-cli.exe + - RelativeFilePath: easytier-windows-i686\easytier-core.exe + - RelativeFilePath: easytier-windows-i686\easytier-web.exe + - RelativeFilePath: easytier-windows-i686\easytier-web-embed.exe + InstallerUrl: https://github.com/EasyTier/EasyTier/releases/download/v2.6.4/easytier-windows-i686-v2.6.4.zip + InstallerSha256: BF557DAECCC5525D95B8A230C339D75554FB52D82D1E050E9A5202C92C02E09E +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: easytier-windows-x86_64\easytier-cli.exe + - RelativeFilePath: easytier-windows-x86_64\easytier-core.exe + - RelativeFilePath: easytier-windows-x86_64\easytier-web.exe + - RelativeFilePath: easytier-windows-x86_64\easytier-web-embed.exe + InstallerUrl: https://github.com/EasyTier/EasyTier/releases/download/v2.6.4/easytier-windows-x86_64-v2.6.4.zip + InstallerSha256: 27AF91E270E554709B048BD32327FEFD2DFCE5062AE1E8701AF7550C6F525F84 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: easytier-windows-arm64\easytier-cli.exe + - RelativeFilePath: easytier-windows-arm64\easytier-core.exe + - RelativeFilePath: easytier-windows-arm64\easytier-web.exe + - RelativeFilePath: easytier-windows-arm64\easytier-web-embed.exe + InstallerUrl: https://github.com/EasyTier/EasyTier/releases/download/v2.6.4/easytier-windows-arm64-v2.6.4.zip + InstallerSha256: 37023F8A3451C9234B17EE2089A03DC344CE90D803B5B359CB6C46682B0549B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.locale.en-US.yaml b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.locale.en-US.yaml new file mode 100644 index 000000000000..f5f1b82ada9b --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.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: EasyTier.EasyTier +PackageVersion: 2.6.4 +PackageLocale: en-US +Publisher: kkrainbow +PublisherUrl: https://easytier.rs/ +PublisherSupportUrl: https://github.com/EasyTier/EasyTier/issues +PackageName: EasyTier +PackageUrl: https://easytier.rs/en/ +License: Apache-2.0 +LicenseUrl: https://github.com/EasyTier/EasyTier/blob/HEAD/LICENSE +Copyright: Copyright 2026 sunsijie +ShortDescription: A simple, secure, decentralized VPN mesh network solution +Tags: +- ethernet +- intranet +- network +- network-switch +- switch +ReleaseNotes: |- + 🚀 New Features + - Windows UDP broadcast relay — When enabled, UDP broadcast packets from your PC are forwarded to other devices in the virtual network, allowing LAN-dependent apps like game discovery and DLNA to work across the VPN. Disabled by default; enable via --enable-udp-broadcast-relay, environment variable, or Web UI toggle. Windows only, requires admin privileges.@KKRainbow #2222 + - HarmonyOS config persistence and sharing — Configs on HarmonyOS are now saved locally and survive restarts. Share your network config with others via a single link. Route aggregation has been optimized to reduce redundant entries.@FrankHan052176 #2227 + 🐞 Bug Fixes + - Fixed the probabilistic connection establishment issue in QUIC Proxy — QUIC Proxy had a chance of connection failure when packets were lost. Instead, QUIC open_bi is used to handle connection establishment.@21paradox #2216 + - Fixed device identity loss and web dashboard crash — Machine ID is now persisted across restarts and upgrades, preventing re-authentication after updates. Also fixed the web dashboard crashing on malformed packets.@KKRainbow #2215 + - Fixed memory creep during long runs — Fixed a resource leak that caused memory usage to grow over time when running EasyTier for extended periods.@KKRainbow #2211 + - More forgiving ACL config — ACL rules in config files no longer require every field to be filled in. Missing fields now use sensible defaults instead of causing load errors.@fanyang89 #2206 + - Clearer reconnect error messages — When manual reconnection fails, the error now tells you exactly what went wrong — DNS, connection, or handshake — instead of a generic timeout.@fanyang89 #2062 + - Missing CLI help text added — Previously undocumented CLI subcommands and flags now have proper --help descriptions.@fanyang89 #2213 + 🔗 Full Changelog: GitHub Compare +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.6.4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://easytier.rs/en/guide/introduction.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.locale.zh-CN.yaml b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.locale.zh-CN.yaml new file mode 100644 index 000000000000..d4078c2f0593 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EasyTier.EasyTier +PackageVersion: 2.6.4 +PackageLocale: zh-CN +PackageUrl: https://easytier.rs/ +ShortDescription: 一个简单、安全、去中心化的内网穿透 VPN 组网方案 +Tags: +- 交换机 +- 以太网 +- 内网 +- 内网穿透 +- 网络 +ReleaseNotes: |- + 🚀 新功能 + - Windows UDP 广播中继 — 开启后,虚拟网络内的其他设备可以接收到本机发出的 UDP 广播包,让依赖局域网广播的应用(如局域网游戏发现、DLNA 投屏)在虚拟网络中正常工作。默认关闭,通过 --enable-udp-broadcast-relay、环境变量或 Web 界面开关启用。仅 Windows,需管理员权限。@KKRainbow #2222 + - 鸿蒙端配置持久化与分享 — 鸿蒙端配置现在会保存到本地存储,重启后不会丢失。支持配置的分享链接(一条链接即可把组网配置发给其他人导入)。路由聚合逻辑优化,减少冗余路由条目。@FrankHan052176 #2227 + 🐞 问题修复 + - 修复 QUIC Proxy 概率性建连失败问题 — QUIC Proxy 在丢包时有概率建连失败,改为使用 QUIC open_bi 来处理建连。@21paradox #2216 + - 修复设备标识丢失与 Web 管理页崩溃 — 设备标识(Machine ID)现在会持久化保存,升级或重启后标识不变,不会导致需要重新认证。同时修复了 Web 管理界面在收到异常数据时崩溃退出的问题。@KKRainbow #2216 + - 修复长时间运行内存持续增长 — 修复了一个资源未正常释放的问题,EasyTier 长时间运行不会内存越占越多。@KKRainbow #2211 + - ACL 规则配置更宽容 — 配置 ACL 规则时不需要填全部字段,没填的字段自动用默认值,不会因漏写导致配置加载失败。@fanyang89 #2206 + - 重连失败时错误提示更清晰 — 手动重连出错时,错误信息会明确标明是 DNS 解析、网络连接还是握手环节超时,方便排查。@fanyang89 #2062 + - CLI 帮助信息补全 — 之前部分子命令和参数没有 --help 说明,现已补齐。@fanyang89 #2213 + 🔗 完整变更记录:GitHub Compare +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.6.4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://easytier.rs/guide/introduction.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.yaml b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.yaml new file mode 100644 index 000000000000..239359f99365 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.6.4/EasyTier.EasyTier.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: EasyTier.EasyTier +PackageVersion: 2.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a3c9701c5aa700ed96398223570fad5ef7788a03 Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Thu, 21 May 2026 10:27:46 +1000 Subject: [PATCH 16/66] New version: TechSmith.Audiate version 2026.2.1 (#374402) --- .../2026.2.1/TechSmith.Audiate.installer.yaml | 27 ++++++++++++++ .../TechSmith.Audiate.locale.en-US.yaml | 35 +++++++++++++++++++ .../Audiate/2026.2.1/TechSmith.Audiate.yaml | 8 +++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.installer.yaml create mode 100644 manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.locale.en-US.yaml create mode 100644 manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.yaml diff --git a/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.installer.yaml b/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.installer.yaml new file mode 100644 index 000000000000..10a324deecef --- /dev/null +++ b/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TechSmith.Audiate +PackageVersion: 2026.2.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallModes: +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: bc3871fa-d9e7-5868-bad9-e52aadd9d163 +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- DisplayName: Audiate 2026.2.1 + ProductCode: bc3871fa-d9e7-5868-bad9-e52aadd9d163 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn-audiate.cloud.techsmith.com/audiate/Audiate%20Setup%202026.2.1.exe + InstallerSha256: 6CBC91B72D13C295C6CBF0AAEB1CAB7B0AF7F8CCE8807BB245E8D2E571A2D7D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.locale.en-US.yaml b/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.locale.en-US.yaml new file mode 100644 index 000000000000..1ee4b566ab1a --- /dev/null +++ b/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TechSmith.Audiate +PackageVersion: 2026.2.1 +PackageLocale: en-US +Publisher: TechSmith Corporation +PublisherUrl: https://www.techsmith.com/ +PublisherSupportUrl: https://support.techsmith.com/ +PrivacyUrl: https://www.techsmith.com/trust-center/privacy-policy/ +Author: TechSmith Corporation +PackageName: Camtasia Audiate +PackageUrl: https://www.techsmith.com/camtasia/audiate/ +License: Proprietary +Copyright: Copyright © 2025 TechSmith Corporation +ShortDescription: AI script generation, text-to-speech, and text-based video editing +Description: |- + Camtasia Audiate puts the power of AI in your hands to make video and audio editing easier than ever before. + + Text-based video and audio editing + The easiest way to edit video and audio. If you can edit a document, you can edit a video. + - Easily transcribe your video voice over + - Edit your audio and video at the same time + - Changes to your voice over are automatically synced to your video +Tags: +- AI +- Trial +- audio +- editing +PurchaseUrl: https://www.techsmith.com/store/audiatev +Documentations: +- DocumentLabel: Learn Audiate + DocumentUrl: https://www.techsmith.com/learn/tutorials/audiate/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.yaml b/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.yaml new file mode 100644 index 000000000000..fed63187e706 --- /dev/null +++ b/manifests/t/TechSmith/Audiate/2026.2.1/TechSmith.Audiate.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: TechSmith.Audiate +PackageVersion: 2026.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 72a68b3e8b05b3b18fe76aaa9b7377b919e47968 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Thu, 21 May 2026 02:29:26 +0200 Subject: [PATCH 17/66] New version: GnOuGo.Agent version 0.6.7-dev.175 (#375109) --- .../0.6.7-dev.175/GnOuGo.Agent.installer.yaml | 21 +++++++++++++++++ .../GnOuGo.Agent.locale.en-US.yaml | 23 +++++++++++++++++++ .../Agent/0.6.7-dev.175/GnOuGo.Agent.yaml | 8 +++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.installer.yaml create mode 100644 manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.locale.en-US.yaml create mode 100644 manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.yaml diff --git a/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.installer.yaml b/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.installer.yaml new file mode 100644 index 000000000000..44d1218382c9 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GnOuGo.Agent +PackageVersion: 0.6.7-dev.175 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GnOuGo.Agent.exe + PortableCommandAlias: gnougo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.6.7-dev.175/gnougo-win-x64.zip + InstallerSha256: 33AA5780E7D6F3B3CB3BAA48E730F7CC64F6867AF32ABBDF87C70C3115E68227 +- Architecture: arm64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.6.7-dev.175/gnougo-win-arm64.zip + InstallerSha256: 46DE23D4216343E8CFAD2FC74A77BDEB9722318549ACFDD1E9A1D7C2FC0DC480 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.locale.en-US.yaml b/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.locale.en-US.yaml new file mode 100644 index 000000000000..b4cf055acd69 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.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: GnOuGo.Agent +PackageVersion: 0.6.7-dev.175 +PackageLocale: en-US +Publisher: GnOuGo +PublisherUrl: https://github.com/GnouGo +PublisherSupportUrl: https://github.com/GnouGo/GnouGo/issues +PackageName: GnOuGo +PackageUrl: https://github.com/GnouGo/GnouGo +License: Apache-2.0 +LicenseUrl: https://github.com/GnouGo/GnouGo/blob/main/LICENSE.md +ShortDescription: The Friendly Bear AI Agent +Description: The Friendly Bear AI Agent +Moniker: gnougo +Tags: +- agent +- ai +- desktop +ReleaseNotesUrl: https://github.com/GnouGo/GnouGo/releases/tag/v0.6.7-dev.175 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.yaml b/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.Agent.yaml new file mode 100644 index 000000000000..86d9bee044a4 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.6.7-dev.175/GnOuGo.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: GnOuGo.Agent +PackageVersion: 0.6.7-dev.175 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ba2d21c6df4a53aa55a65b8581f69fea2c01b3b4 Mon Sep 17 00:00:00 2001 From: Fernando Tonon Date: Wed, 20 May 2026 20:29:41 -0400 Subject: [PATCH 18/66] New version: FernandoTonon.QtMeshEditor version 3.2.0 (#375236) --- .../FernandoTonon.QtMeshEditor.installer.yaml | 19 ++++++++++ ...rnandoTonon.QtMeshEditor.locale.en-US.yaml | 35 +++++++++++++++++++ .../3.2.0/FernandoTonon.QtMeshEditor.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.installer.yaml create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.locale.en-US.yaml create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.yaml diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.installer.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.installer.yaml new file mode 100644 index 000000000000..18820dbd72cf --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.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: FernandoTonon.QtMeshEditor +PackageVersion: 3.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\QtMeshEditor.exe + PortableCommandAlias: qtmesheditor +- RelativeFilePath: bin\qtmesh.exe + PortableCommandAlias: qtmesh +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fernandotonon/QtMeshEditor/releases/download/3.2.0/QtMeshEditor-3.2.0-bin-Windows.zip + InstallerSha256: 314ECE9D107AF24B1FC7D6BE811188A354CAD4F5D16EF6B906B80A0E5B7E3FC4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.locale.en-US.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.locale.en-US.yaml new file mode 100644 index 000000000000..0f166b5e0913 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FernandoTonon.QtMeshEditor +PackageVersion: 3.2.0 +PackageLocale: en-US +Publisher: Fernando Tonon +PublisherUrl: https://github.com/fernandotonon +PublisherSupportUrl: https://github.com/fernandotonon/QtMeshEditor/issues +PackageName: QtMeshEditor +PackageUrl: https://github.com/fernandotonon/QtMeshEditor +License: MIT +LicenseUrl: https://github.com/fernandotonon/QtMeshEditor/blob/master/License +ShortDescription: Free 3D asset tool for indie game developers +Description: |- + QtMeshEditor is a free 3D asset tool for indie game developers. + Merge animations from multiple files, convert between 40+ formats, + edit materials with AI, and inspect skeletons and bone weights. + Supports GUI, CLI (qtmesh), and REST API via MCP server. +Moniker: qtmesheditor +Tags: +- 3d +- mesh-editor +- animation +- fbx +- gltf +- ogre3d +- game-development +- material-editor +ReleaseNotesUrl: https://github.com/fernandotonon/QtMeshEditor/releases/tag/3.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/fernandotonon/QtMeshEditor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.yaml new file mode 100644 index 000000000000..45f5ca528929 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.2.0/FernandoTonon.QtMeshEditor.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: FernandoTonon.QtMeshEditor +PackageVersion: 3.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 99479cf98b7c833c9f656ebe7b8b6e4146222ef0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 08:29:56 +0800 Subject: [PATCH 19/66] New version: SST.opencode version 1.15.6 (#377373) --- .../1.15.6/SST.opencode.installer.yaml | 21 +++++ .../1.15.6/SST.opencode.locale.en-US.yaml | 83 +++++++++++++++++++ .../1.15.6/SST.opencode.locale.zh-CN.yaml | 25 ++++++ .../s/SST/opencode/1.15.6/SST.opencode.yaml | 8 ++ 4 files changed, 137 insertions(+) create mode 100644 manifests/s/SST/opencode/1.15.6/SST.opencode.installer.yaml create mode 100644 manifests/s/SST/opencode/1.15.6/SST.opencode.locale.en-US.yaml create mode 100644 manifests/s/SST/opencode/1.15.6/SST.opencode.locale.zh-CN.yaml create mode 100644 manifests/s/SST/opencode/1.15.6/SST.opencode.yaml diff --git a/manifests/s/SST/opencode/1.15.6/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.15.6/SST.opencode.installer.yaml new file mode 100644 index 000000000000..d2241cb48c6b --- /dev/null +++ b/manifests/s/SST/opencode/1.15.6/SST.opencode.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.15.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.15.6/opencode-windows-x64.zip + InstallerSha256: 00A01278136FC50461E568FA54F454A2D4561FFD5703020996EB13A96F6C7955 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.15.6/opencode-windows-arm64.zip + InstallerSha256: 3FDF803B9639A484AE0CF2D0328D7AC1B467C4E20B791C370908C6373FB1B3B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.15.6/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.15.6/SST.opencode.locale.en-US.yaml new file mode 100644 index 000000000000..3b32c0852dae --- /dev/null +++ b/manifests/s/SST/opencode/1.15.6/SST.opencode.locale.en-US.yaml @@ -0,0 +1,83 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.15.6 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + Improvements + - Added a diff viewer in the TUI for reviewing changes. + - Collapsed single-child directories in the diff viewer file tree. + - Added shell mode to the run prompt. + - Replaced subagent tabs with an on-demand picker in run. + - Plugin file load errors no longer break the rest of plugin loading. + - Anthropic API-key models now use the native runtime. + - The v2 HTTP API now exposes structured public error schemas. + Bugfixes + - Zed editor context now only activates inside Zed terminals. + - The v2 HTTP API now exposes catalog errors. + - The v2 HTTP API now exposes request errors. + - The v2 OpenAPI spec now preserves endpoint error responses. + - opencode login now defaults to https://console.opencode.ai. + - Agent and command names now resolve correctly from relative config paths. + - Invalid OPENCODE_PERMISSION JSON no longer crashes startup. + - Plugin tools with missing args no longer break tool loading. + - Restored legacy PgUp and PgDn TUI keybind aliases. + - Native runtime now prefers the console provider token for OpenCode models. + TUI + Improvements + - The diff viewer now focuses the first file automatically. + Bugfixes + - Imported sessions now refresh their directory and relative path fields correctly. (@OpeOginni) + Desktop + Improvements + - Added initial desktop tabs support. + - Added a native app menu on Windows. + - Added Ukrainian locale support. (@MYMDO) + Bugfixes + - Custom providers now appear immediately after config updates. (@tianxiaoliang) + SDK + - Updated opentui dependencies to 0.2.15. + Thank you to 4 community contributors: + - @MYMDO: + - feat(i18n): add Ukrainian (uk) locale support (#28061) + - @StarpTech: + - chore(team): add starptech to the team members list (#28320) + - chore(docs): remove beta zen go (#28317) + - chore(triage): add 'starptech' to core and inference teams (#28376) + - @tianxiaoliang: + - fix(app): invalidate provider queries after config update to show custom providers immediately (#28313) + - @OpeOginni: + - fix(opencode): Update directory and path fields of imported session (#27516) + - fix(enterprise): message nav hovercard and active state (#23964) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.15.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.15.6/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.15.6/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 000000000000..1d91a0b3cc4c --- /dev/null +++ b/manifests/s/SST/opencode/1.15.6/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.15.6 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.15.6/SST.opencode.yaml b/manifests/s/SST/opencode/1.15.6/SST.opencode.yaml new file mode 100644 index 000000000000..474a3affdbe6 --- /dev/null +++ b/manifests/s/SST/opencode/1.15.6/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.15.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3e36b7b474998d0b2bb83bb80a4b71b361988bef Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 02:30:10 +0200 Subject: [PATCH 20/66] New version: schollz.croc version 10.4.4 (#377379) --- .../croc/10.4.4/schollz.croc.installer.yaml | 25 +++++++++++ .../10.4.4/schollz.croc.locale.en-US.yaml | 41 +++++++++++++++++++ .../s/schollz/croc/10.4.4/schollz.croc.yaml | 8 ++++ 3 files changed, 74 insertions(+) create mode 100644 manifests/s/schollz/croc/10.4.4/schollz.croc.installer.yaml create mode 100644 manifests/s/schollz/croc/10.4.4/schollz.croc.locale.en-US.yaml create mode 100644 manifests/s/schollz/croc/10.4.4/schollz.croc.yaml diff --git a/manifests/s/schollz/croc/10.4.4/schollz.croc.installer.yaml b/manifests/s/schollz/croc/10.4.4/schollz.croc.installer.yaml new file mode 100644 index 000000000000..05131ca79eab --- /dev/null +++ b/manifests/s/schollz/croc/10.4.4/schollz.croc.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: schollz.croc +PackageVersion: 10.4.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: croc.exe +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/schollz/croc/releases/download/v10.4.4/croc_v10.4.4_Windows-32bit.zip + InstallerSha256: 6E6BFA7C0AD73817B1B938E20228194179D890A6517E49E07F8443B021A56F0A +- Architecture: x64 + InstallerUrl: https://github.com/schollz/croc/releases/download/v10.4.4/croc_v10.4.4_Windows-64bit.zip + InstallerSha256: 30073B3BCB4C28F0122FBF2D00ECCAC9ECE7C28C65C9111616FC6FF96666437F +- Architecture: arm + InstallerUrl: https://github.com/schollz/croc/releases/download/v10.4.4/croc_v10.4.4_Windows-ARM.zip + InstallerSha256: 17A0B782F7326A6774B4294F6314504DB4B4D9B99C5B57201ABEFCB432F0DB74 +- Architecture: arm64 + InstallerUrl: https://github.com/schollz/croc/releases/download/v10.4.4/croc_v10.4.4_Windows-ARM64.zip + InstallerSha256: 1E85E64C8CE7F7200379A149DF8DCBBD02356B477F51AA3840CD3FA5A9985B77 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/schollz/croc/10.4.4/schollz.croc.locale.en-US.yaml b/manifests/s/schollz/croc/10.4.4/schollz.croc.locale.en-US.yaml new file mode 100644 index 000000000000..73a46803443a --- /dev/null +++ b/manifests/s/schollz/croc/10.4.4/schollz.croc.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: schollz.croc +PackageVersion: 10.4.4 +PackageLocale: en-US +Publisher: schollz +PublisherUrl: https://schollz.com/ +PublisherSupportUrl: https://schollz.com/ +PackageName: croc +PackageUrl: https://github.com/schollz/croc +License: MIT +LicenseUrl: https://github.com/schollz/croc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017-2021 Zack +CopyrightUrl: https://github.com/schollz/croc/blob/main/LICENSE +ShortDescription: Easily and securely send things from one computer to another.Easily and securely send things from one computer to another. +Moniker: croc +Tags: +- cli +- data +- file-sharing +- file-transfer +- go +- magic-wormhole +- pake +- peer-to-peer +- transfer +ReleaseNotes: |- + What's Changed + - feat: add CROC_PORT and CROC_PORTS env vars by @hangone in #1099 + - Dockerfile: bump builder image to golang:1.25 by @c-tonneslan in #1108 + - Honor CROC_SECRET for send secret selection on Linux/macOS by @Copilot in #1110 + - chore: update dependencies by @schollz in #1111 + - chore: bump v10.4.4 by @schollz in #1112 + New Contributors + - @hangone made their first contribution in #1099 + - @c-tonneslan made their first contribution in #1108 + Full Changelog: v10.4.3...v10.4.4 +ReleaseNotesUrl: https://github.com/schollz/croc/releases/tag/v10.4.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/schollz/croc/10.4.4/schollz.croc.yaml b/manifests/s/schollz/croc/10.4.4/schollz.croc.yaml new file mode 100644 index 000000000000..71ec4f757b23 --- /dev/null +++ b/manifests/s/schollz/croc/10.4.4/schollz.croc.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: schollz.croc +PackageVersion: 10.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 076f68dec3de91018e2d000dbd5536ef9d00a0b7 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 02:30:24 +0200 Subject: [PATCH 21/66] New version: Bitwarden.CLI version 2026.4.2 (#377380) --- .../CLI/2026.4.2/Bitwarden.CLI.installer.yaml | 18 +++++++++++ .../2026.4.2/Bitwarden.CLI.locale.en-US.yaml | 31 +++++++++++++++++++ .../2026.4.2/Bitwarden.CLI.locale.pt-BR.yaml | 27 ++++++++++++++++ .../Bitwarden/CLI/2026.4.2/Bitwarden.CLI.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.installer.yaml create mode 100644 manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.en-US.yaml create mode 100644 manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.pt-BR.yaml create mode 100644 manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.yaml diff --git a/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.installer.yaml b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.installer.yaml new file mode 100644 index 000000000000..03b736b7a976 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2026.4.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bw.exe +InstallerSwitches: + Silent: status --quiet +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bitwarden/clients/releases/download/cli-v2026.4.2/bw-windows-2026.4.2.zip + InstallerSha256: DB30A5B7DFB8AB1C657E14C566A77649B1EF66864C1C09C5E5437B5667F9E014 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.en-US.yaml b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..479ab98023fc --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2026.4.2 +PackageLocale: en-US +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 or Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: A secure and free password manager for all of your devices. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: |- + - Security fix for local storage of API keys + - Various under-the-hood improvements and minor bug fixes +ReleaseNotesUrl: https://github.com/bitwarden/clients/releases/tag/cli-v2026.4.2 +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.pt-BR.yaml b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.pt-BR.yaml new file mode 100644 index 000000000000..c39ff26de1c7 --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.locale.pt-BR.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2026.4.2 +PackageLocale: pt-BR +Publisher: Bitwarden Inc. +PublisherUrl: https://bitwarden.com/ +PublisherSupportUrl: https://bitwarden.com/help +PrivacyUrl: https://bitwarden.com/privacy +Author: Bitwarden Inc. +PackageName: Bitwarden CLI +PackageUrl: https://bitwarden.com/download +License: GPL-3.0 ou Bitwarden-1.0 +LicenseUrl: https://github.com/bitwarden/clients/blob/master/LICENSE.txt +Copyright: Copyright © 2015-2024 Bitwarden Inc. +CopyrightUrl: https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md +ShortDescription: Um gerenciador de senha seguro e gratuito para todos os seus dispositivos. +Tags: +- credencial +- proteger +- proteção +- segurança +- senha +PurchaseUrl: https://bitwarden.com/pricing/business/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.yaml b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.yaml new file mode 100644 index 000000000000..9689747b3c2c --- /dev/null +++ b/manifests/b/Bitwarden/CLI/2026.4.2/Bitwarden.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bitwarden.CLI +PackageVersion: 2026.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 82680c12bf672396ff62dc3ec165b4410264c115 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Thu, 21 May 2026 08:30:38 +0800 Subject: [PATCH 22/66] New version: tonhowtf.OmniGet version 0.6.3 (#377387) --- .../0.6.3/tonhowtf.OmniGet.installer.yaml | 27 +++++++++++ .../0.6.3/tonhowtf.OmniGet.locale.en-US.yaml | 48 +++++++++++++++++++ .../OmniGet/0.6.3/tonhowtf.OmniGet.yaml | 8 ++++ 3 files changed, 83 insertions(+) create mode 100644 manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.installer.yaml create mode 100644 manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.locale.en-US.yaml create mode 100644 manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.yaml diff --git a/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.installer.yaml b/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.installer.yaml new file mode 100644 index 000000000000..c04f5f4325dd --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.6.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: omniget +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- DisplayName: omniget + Publisher: tonho + ProductCode: omniget +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\omniget' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tonhowtf/omniget/releases/download/v0.6.3/omniget_0.6.3_x64-setup.exe + InstallerSha256: 0F8B38AEE8FA55C08FDB0037E61E01AC7A8F8C3FD24E542F86BB2E8AFACBACF5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.locale.en-US.yaml b/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.locale.en-US.yaml new file mode 100644 index 000000000000..4e08e77a8faa --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.6.3 +PackageLocale: en-US +Publisher: tonhowtf +PublisherUrl: https://github.com/tonhowtf +PublisherSupportUrl: https://github.com/tonhowtf/omniget/issues +Author: tonhowtf +PackageName: OmniGet +PackageUrl: https://github.com/tonhowtf/omniget +License: GPL-3.0 +LicenseUrl: https://github.com/tonhowtf/omniget/blob/HEAD/LICENSE +ShortDescription: Desktop app to download videos, courses, and media from 50+ platforms. +Description: Desktop app to download videos, courses, and media from 50+ platforms. YouTube, Instagram, TikTok, Bilibili (哔哩哔哩), Douyin (抖音), 小红书, 快手, 优酷, Hotmart, Udemy, Kiwify, Telegram, and 1000+ more via yt-dlp. Download torrents and send files between devices over P2P. +Tags: +- bilibili-downloader +- course-downloader +- download-manager +- hotmart-downloader +- instagram-downloader +- media-downloader +- reddit-downloader +- rust +- tauri +- tiktok-downloader +- twitter-downloader +- udemy +- udemy-downloader +- video-downloader +- youtube-downloader +- yt-dlp +ReleaseNotes: |- + Downloads + Windows: .exe installer or portable. + macOS: .dmg (Apple Silicon aarch64 or Intel x86_64). + Linux: .AppImage (universal) or .deb (Debian/Ubuntu). + Debian/Ubuntu users — AppImage compatibility + Debian 12+ ships without FUSE 2 by default, which AppImage requires. + If ./omniget.AppImage fails with a libfuse error, run: + sudo apt install libfuse2 + …or use ./omniget.AppImage --appimage-extract-and-run. + Easier alternative: download the .deb instead — works out of the + box on Debian 12+ and Ubuntu 22.04+. +ReleaseNotesUrl: https://github.com/tonhowtf/omniget/releases/tag/v0.6.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.yaml b/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.yaml new file mode 100644 index 000000000000..64a350327862 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.6.3/tonhowtf.OmniGet.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1fd4903f218a5f4067dca2daae29f8dabe676cef Mon Sep 17 00:00:00 2001 From: AmN <16545063+amnweb@users.noreply.github.com> Date: Thu, 21 May 2026 02:30:52 +0200 Subject: [PATCH 23/66] New version: AmN.yasb version 2.0.2 (#377389) --- .../a/AmN/yasb/2.0.2/AmN.yasb.installer.yaml | 27 ++++++++++++++++++ .../AmN/yasb/2.0.2/AmN.yasb.locale.en-US.yaml | 28 +++++++++++++++++++ manifests/a/AmN/yasb/2.0.2/AmN.yasb.yaml | 8 ++++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/a/AmN/yasb/2.0.2/AmN.yasb.installer.yaml create mode 100644 manifests/a/AmN/yasb/2.0.2/AmN.yasb.locale.en-US.yaml create mode 100644 manifests/a/AmN/yasb/2.0.2/AmN.yasb.yaml diff --git a/manifests/a/AmN/yasb/2.0.2/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/2.0.2/AmN.yasb.installer.yaml new file mode 100644 index 000000000000..32c5cb6b0dfa --- /dev/null +++ b/manifests/a/AmN/yasb/2.0.2/AmN.yasb.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: AmN.yasb +PackageVersion: 2.0.2 +InstallerLocale: en-US +InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v2.0.2/yasb-2.0.2-x64.msi + InstallerSha256: 4BE56686574ED82B0DE920E874674C6B509BBD5FC52B69DC9678BF8011BEA899 + ProductCode: '{7129CF4C-8FB2-4EC2-8B13-0EFA2398C501}' + AppsAndFeaturesEntries: + - DisplayName: YASB Reborn + ProductCode: '{7129CF4C-8FB2-4EC2-8B13-0EFA2398C501}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +- Architecture: arm64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v2.0.2/yasb-2.0.2-aarch64.msi + InstallerSha256: 9FC7906A4E6DEF3F686DC86BA377AB37A26123CA1C7E36393E4A4E11D84057DE + ProductCode: '{A1F3E2E8-D777-41BD-91D8-AC146F52AB4A}' + AppsAndFeaturesEntries: + - DisplayName: YASB Reborn + ProductCode: '{A1F3E2E8-D777-41BD-91D8-AC146F52AB4A}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-20 diff --git a/manifests/a/AmN/yasb/2.0.2/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/2.0.2/AmN.yasb.locale.en-US.yaml new file mode 100644 index 000000000000..acfa0ca320bc --- /dev/null +++ b/manifests/a/AmN/yasb/2.0.2/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 2.0.2 +PackageLocale: en-US +Publisher: AmN +PublisherUrl: https://github.com/amnweb +PublisherSupportUrl: https://github.com/amnweb/yasb/issues +Author: AmN +PackageName: yasb +PackageUrl: https://github.com/amnweb/yasb +License: MIT License +LicenseUrl: https://github.com/amnweb/yasb/blob/HEAD/LICENSE +Copyright: Copyright 2024 AmN. All rights reserved. +CopyrightUrl: https://github.com/amnweb/yasb/blob/main/LICENSE +ShortDescription: A configurable Windows status bar. +Description: A configurable Windows status bar. +Tags: +- status bar +- topbar +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v2.0.2 +InstallationNotes: https://github.com/amnweb/yasb +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/amnweb/yasb/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmN/yasb/2.0.2/AmN.yasb.yaml b/manifests/a/AmN/yasb/2.0.2/AmN.yasb.yaml new file mode 100644 index 000000000000..334c9e450aa5 --- /dev/null +++ b/manifests/a/AmN/yasb/2.0.2/AmN.yasb.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: AmN.yasb +PackageVersion: 2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8914a694865a18b570fcfa456d4e5fe2fe492212 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 17:31:04 -0700 Subject: [PATCH 24/66] Automatic update of CubeCodersLimited.AMPInstanceManager 2.7.2.2 (#377390) --- .../CubeCodersLimited.AMPInstanceManager.installer.yaml | 6 +++--- .../CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml | 2 +- .../2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml index 8c2f93148ffe..010f1433818f 100644 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/19 +# Automatically updated by the winget bot at 2026/May/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CubeCodersLimited.AMPInstanceManager @@ -8,7 +8,7 @@ InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://downloads.cubecoders.com/AMP/Mainline/AMPSetup.msi - InstallerSha256: 07D05C6708958FF6E7DB4B3E87D0619918708410167A16525B50D5EEB0883767 - ProductCode: '{FD9187C1-EACF-4D4D-AA2F-66762A403000}' + InstallerSha256: 1ABA8910C5F6974165AE88C448AB5A0FD302BE4D23F4CBCDAC6884B59C24F769 + ProductCode: '{F9D47CF9-0AFC-4E60-BD9C-44ACFCBE81CE}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml index f7c5e6ef7fe0..ebaf218960d3 100644 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/19 +# Automatically updated by the winget bot at 2026/May/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CubeCodersLimited.AMPInstanceManager diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml index bb94a9e611ac..4c23c943f8e3 100644 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/19 +# Automatically updated by the winget bot at 2026/May/20 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CubeCodersLimited.AMPInstanceManager From cb62f200228092dae99e7ab4a72866a584b06bd0 Mon Sep 17 00:00:00 2001 From: Bryan Stone Date: Wed, 20 May 2026 19:31:17 -0500 Subject: [PATCH 25/66] New version: SteampunkLabs.AWSLoggy version 3.15.0 (#377391) --- .../SteampunkLabs.AWSLoggy.installer.yaml | 24 +++++++++++++++ .../SteampunkLabs.AWSLoggy.locale.en-US.yaml | 29 +++++++++++++++++++ .../3.15.0/SteampunkLabs.AWSLoggy.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.installer.yaml create mode 100644 manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.locale.en-US.yaml create mode 100644 manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.yaml diff --git a/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.installer.yaml b/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.installer.yaml new file mode 100644 index 000000000000..a83fcc928d6b --- /dev/null +++ b/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.installer.yaml @@ -0,0 +1,24 @@ +# 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: SteampunkLabs.AWSLoggy +PackageVersion: 3.15.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{B91B5FDB-B231-4FF6-AB57-9A9873913A21}' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- DisplayName: Loggy + Publisher: steampunk + ProductCode: '{B91B5FDB-B231-4FF6-AB57-9A9873913A21}' + UpgradeCode: '{0338EB74-D718-582E-8504-6BDEFB6FDC54}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Loggy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aegixx/aws-loggy/releases/download/v3.15.0/Loggy-3.15.0-windows-x86_64.msi + InstallerSha256: 2B38D2CF1F6267C43E961EFB88AE24B0FCD3B6CB9B2C9DE9377F4E9DB3735428 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.locale.en-US.yaml b/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.locale.en-US.yaml new file mode 100644 index 000000000000..2c3862254b20 --- /dev/null +++ b/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: SteampunkLabs.AWSLoggy +PackageVersion: 3.15.0 +PackageLocale: en-US +Publisher: Steampunk Labs +PublisherUrl: https://github.com/aegixx +PublisherSupportUrl: https://github.com/aegixx/aws-loggy/issues +PackageName: AWS Loggy +PackageUrl: https://github.com/aegixx/aws-loggy +License: MIT +LicenseUrl: https://github.com/aegixx/aws-loggy/blob/HEAD/LICENSE +ShortDescription: A fast, native desktop app for browsing and tailing AWS CloudWatch logs +Description: Loggy is a desktop application for viewing AWS CloudWatch logs. Features include live tail streaming, fuzzy search log group selection, log level filtering, find-in-log, keyboard-driven navigation, and Lambda invocation grouping. +Tags: +- aws +- cloudwatch +- devtools +- lambda +- logs +- monitoring +ReleaseNotes: |- + 3.15.0 (2026-05-20) + Features + - backfill last 15 minutes of logs when entering LIVE mode (#111) (d82a9b3) +ReleaseNotesUrl: https://github.com/aegixx/aws-loggy/releases/tag/v3.15.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.yaml b/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.yaml new file mode 100644 index 000000000000..8e3afc52df45 --- /dev/null +++ b/manifests/s/SteampunkLabs/AWSLoggy/3.15.0/SteampunkLabs.AWSLoggy.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: SteampunkLabs.AWSLoggy +PackageVersion: 3.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ff26ca5279beef4ea21f11fe742bcda42b7a0d84 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Thu, 21 May 2026 02:31:31 +0200 Subject: [PATCH 26/66] New version: SimonSchubert.Kai version 2.6.2 (#377392) --- .../2.6.2/SimonSchubert.Kai.installer.yaml | 22 +++++++++++ .../2.6.2/SimonSchubert.Kai.locale.en-US.yaml | 37 +++++++++++++++++++ .../Kai/2.6.2/SimonSchubert.Kai.yaml | 8 ++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.installer.yaml create mode 100644 manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.locale.en-US.yaml create mode 100644 manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.yaml diff --git a/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.installer.yaml b/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.installer.yaml new file mode 100644 index 000000000000..f26a81e6d563 --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.installer.yaml @@ -0,0 +1,22 @@ +# 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: SimonSchubert.Kai +PackageVersion: 2.6.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{7B9E5D88-61D3-32BF-B836-8AD7BD230CD5}' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- Publisher: Unknown + ProductCode: '{7B9E5D88-61D3-32BF-B836-8AD7BD230CD5}' + UpgradeCode: '{A36B4F52-2742-3A54-A7CC-AE3694C3AA17}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Kai' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SimonSchubert/Kai/releases/download/v2.6.2/Kai-2.6.2-windows.msi + InstallerSha256: 965036212C32C4ACE54A50EC75E4CAFAFAE5B0649D79AC0001C01CBCA9672A07 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.locale.en-US.yaml b/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.locale.en-US.yaml new file mode 100644 index 000000000000..8f3ef9fe2364 --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.locale.en-US.yaml @@ -0,0 +1,37 @@ +# 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: SimonSchubert.Kai +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: Simon Schubert +PublisherUrl: https://github.com/SimonSchubert +PublisherSupportUrl: https://github.com/SimonSchubert/Kai/issues +Author: Simon Schubert +PackageName: Kai +PackageUrl: https://github.com/SimonSchubert/Kai +License: Apache-2.0 +LicenseUrl: https://github.com/SimonSchubert/Kai/blob/HEAD/LICENSE.txt +ShortDescription: An open-source AI assistant with persistent memory +Tags: +- ai +- assistant +- chat +- cross-platform +- open-source +ReleaseNotes: |- + Features + - Parse inline tool calls + Fixes + - Fix multiple service deletes in a row + - Fix DeepSeek thinking-mode tool calls returning reasoning_content error + - Improve fallback error handling + Improvements + - Improve model sorting + - Update model catalog + - Upgrade SDKs and LiteRT + - Compose performance improvements + - Internal code cleanup +ReleaseNotesUrl: https://github.com/SimonSchubert/Kai/releases/tag/v2.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.yaml b/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.yaml new file mode 100644 index 000000000000..564e75481d4c --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/2.6.2/SimonSchubert.Kai.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: SimonSchubert.Kai +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e49369006d76c78a1991827c2a659a58ec1507f3 Mon Sep 17 00:00:00 2001 From: wasmCloud Automation Date: Wed, 20 May 2026 20:49:47 -0400 Subject: [PATCH 27/66] New version: wasmCloud.wash version 2.2.0 (#377383) --- .../wash/2.2.0/wasmCloud.wash.installer.yaml | 17 +++ .../2.2.0/wasmCloud.wash.locale.en-US.yaml | 131 ++++++++++++++++++ .../wasmCloud/wash/2.2.0/wasmCloud.wash.yaml | 8 ++ 3 files changed, 156 insertions(+) create mode 100644 manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.installer.yaml create mode 100644 manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.locale.en-US.yaml create mode 100644 manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.yaml diff --git a/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.installer.yaml b/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.installer.yaml new file mode 100644 index 000000000000..162a8c8c94c4 --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.installer.yaml @@ -0,0 +1,17 @@ +# 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: wasmCloud.wash +PackageVersion: 2.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: wash.exe + PortableCommandAlias: wash +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wasmCloud/wasmCloud/releases/download/v2.2.0/wash-x86_64-pc-windows-msvc.zip + InstallerSha256: B39A670702E559F3D715CF211E499A0633E258D2C5783A50528F3F02A11C3085 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.locale.en-US.yaml b/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.locale.en-US.yaml new file mode 100644 index 000000000000..662a98f7055e --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.locale.en-US.yaml @@ -0,0 +1,131 @@ +# 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: wasmCloud.wash +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: wasmCloud +PublisherUrl: https://wasmcloud.com/ +PublisherSupportUrl: https://github.com/wasmCloud/wasmCloud/issues +Author: The wasmCloud Authors +PackageName: wash +PackageUrl: https://wasmcloud.com/docs/wash/ +License: Apache-2.0 +LicenseUrl: https://github.com/wasmCloud/wasmCloud/blob/HEAD/LICENSE +Copyright: Copyright The wasmCloud Authors +ShortDescription: The wasmCloud Shell (wash) - a CLI for building, running, and managing WebAssembly components and wasmCloud applications. +Description: |- + wash is the wasmCloud Shell, a single CLI tool for working with WebAssembly components and wasmCloud. + - Build WebAssembly components from multiple languages with `wash build` + - Iterate quickly with a live dev loop using `wash dev` + - Run a local wasmCloud host and deploy applications + - Manage plugins and WIT interfaces +Moniker: wash +Tags: +- cli +- component +- rust +- wasi +- wasm +- wasmcloud +- webassembly +- wit +ReleaseNotes: |- + What's Changed + - fix(http): return typed RouteError with accurate HTTP status codes by @Aditya1404Sal in #5082 + - chore: rm passing wash prefix to brew by @dphilla in #5083 + - feat: Expand DevRouter and DynamicRouter Tests by @Aditya1404Sal in #5064 + - chore: upgrade async-nats to 0.47 by @ricochet in #5087 + - [bugfix] Add port name to hello-world by @jfleitz in #5090 + - Fix workload readiness for NATS subs by @ricochet in #5086 + - docs(templates): reorganize Rust templates and add HTTP handler set by @ericgregory in #5084 + - ci: re-enable dependabot for main and release-1.9.x by @officialasishkumar in #5035 + - chore(deps): bump the all-docker group across 2 directories with 1 update by @dependabot[bot] in #5091 + - chore: upgrade to go 1.26 by @ricochet in #5095 + - chore(deps): bump the all-github-actions group across 6 directories with 24 updates by @dependabot[bot] in #5093 + - chore(deps): bump the all-go group across 2 directories with 12 updates by @dependabot[bot] in #5092 + - fix(test): wait on the host by @ricochet in #5100 + - fix(operator): gate WorkloadDeployment Ready on replica availability by @ricochet in #5101 + - chore(security): bump wasmtime, drop rustls-pemfile, add cargo audit by @ricochet in #5102 + - ci: automated release train by @ricochet in #5098 + - ci: disable 1.9 dependabot by @ricochet in #5097 + - fix: remove canary-v2 now that canary exists by @ricochet in #5104 + - chore(deps): bump the all-go group across 1 directory with 3 updates by @dependabot[bot] in #5103 + - ci: fix sed for release-train by @ricochet in #5105 + - backout publishing wash-runtime by @ricochet in #5106 + - release: v2.0.6 by @automation-wasmcloud in #5107 + - harden release train CI by @ricochet in #5108 + - pass sha input for release-tag by @ricochet in #5109 + - chore(deps): bump the all-github-actions group across 2 directories with 1 update by @dependabot[bot] in #5112 + - chore(deps): bump go.wasmcloud.dev/runtime-operator/v2 from 2.0.5 to 2.0.6 in /runtime-gateway in the all-go group across 1 directory by @dependabot[bot] in #5111 + - ci: make package-manager publishing best-effort by @ricochet in #5110 + - fix(dev): friendly url by @ricochet in #5114 + - ci: OpenSSF Scorecard workflow by @ricochet in #5115 + - ci: fix scorecard publish and harden workflows by @ricochet in #5118 + - Revert "ci: fix scorecard publish and harden workflows" by @ricochet in #5119 + - ci: lint workflows and actions by @ricochet in #5120 + - ci(zizmor): grant write for security upload by @ricochet in #5123 + - release: v2.0.7 by @automation-wasmcloud in #5124 + - feat: support plugins in services by @MendyBerger in #5122 + - Add micro benchmarks for http invocation by @ricochet in #5063 + - docs(governance): MAINTAINERS.md with ci-maintainers by @ricochet in #5130 + - ci: hardening with zizmor by @ricochet in #5129 + - ci: docker images without the v by @ricochet in #5131 + - Add Host location and namespace deployment support by @jfleitz in #5128 + - ci: add codeql workflow by @ricochet in #5133 + - release: v2.1.0 by @automation-wasmcloud in #5134 + - ci: reuse wash runtime image build by @dutchaiagency in #5121 + - fix: musl might exist even on glibc systems by @MendyBerger in #5135 + - chore(deps): bump the all-go group across 2 directories with 3 updates by @dependabot[bot] in #5136 + - chore(deps): bump the all-github-actions group across 3 directories with 3 updates by @dependabot[bot] in #5137 + - Use namespace role when watchNamespaces set by @jfleitz in #5138 + - ci: add status gate pattern to all path-filtered workflows by @ricochet in #5139 + - docs: delete CHANGELOG.md by @ricochet in #5142 + - ci(examples): lint, build, and publish Rust examples by @ricochet in #5143 + - chore(deps): bump the all-github-actions group across 2 directories with 1 update by @dependabot[bot] in #5145 + - chore: CODEOWNERS to include files at root by @ricochet in #5147 + - ci(examples): consolidate setup-rust-example into setup-rust by @ricochet in #5146 + - feat(wash): extend config command with init formats, cleanup, and validation by @if0ne in #5140 + - chore(deps): bump the all-go group across 2 directories with 1 update by @dependabot[bot] in #5148 + - ci(wit): validate and publish wasmCloud WIT interfaces by @ricochet in #5149 + - feat(http): add OutgoingHandler trait for customizable outgoing request handling by @Aditya1404Sal in #5014 + - ci(release): bump canary timeouts + gate release by @ricochet in #5150 + - fix(install): install.sh error message improvements by @ricochet in #5144 + - fix(runtime-operator): WorkloadRouteReconciler writes pod IP, not OS … by @CharlesV1234 in #5155 + - fix(wash): honor --non-interactive in wash new by @ricochet in #5154 + - ci(templates): add templates workflow by @ricochet in #5151 + - docs(governance): add examples-maintainers by @ricochet in #5158 + - feat(wash-runtime): add wasi:tls support for p3 by @Aditya1404Sal in #5113 + - clippy templates and examples by @ricochet in #5159 + - chore(deps): bump the all-go group across 2 directories with 4 updates by @dependabot[bot] in #5160 + - chore(deps): bump the all-github-actions group across 2 directories with 3 updates by @dependabot[bot] in #5161 + - ci(codeql): warm proc-macro cache for Rust by @ricochet in #5163 + - ci(security): harden composite actions, add cooldown by @ricochet in #5164 + - ci(codeql): add protoc for build by @ricochet in #5165 + - ci(dependabot): semver fields not supported for all ecosystems by @ricochet in #5166 + - chore(deps): bump github.com/docker/cli from 29.5.0+incompatible to 29.5.1+incompatible in /runtime-operator in the all-go group across 1 directory by @dependabot[bot] in #5167 + - chore(deps): bump rust deps to clear scorecard by @ricochet in #5170 + - CI for CodeQL, fix protoc install by @ricochet in #5168 + - go advisories by @ricochet in #5169 + - chore(rust): bump astral by @ricochet in #5174 + - release: v2.2.0 by @automation-wasmcloud in #5175 + - ci: resolve windows timeouts and canary publish by @ricochet in #5176 + - release ci by @ricochet in #5177 + - ci(wash): split wash-image into two single-output by @ricochet in #5178 + - release v2.2 redux by @ricochet in #5179 + - close skip propagation gaps by @ricochet in #5180 + - release pipeline hardening by @ricochet in #5181 + - ci(release-tag): parenthesize canary-binaries jq filter by @ricochet in #5182 + - ci(release): detect release via Cargo.toml version by @ricochet in #5183 + - ci(wash): accept workflow_dispatch in wash-image and canary-publish event gates by @ricochet in #5184 + New Contributors + - @officialasishkumar made their first contribution in #5035 + - @MendyBerger made their first contribution in #5122 + - @dutchaiagency made their first contribution in #5121 + - @CharlesV1234 made their first contribution in #5155 + Full Changelog: v2.0.5...v2.2.0 +ReleaseNotesUrl: https://github.com/wasmCloud/wasmCloud/releases/tag/v2.2.0 +Documentations: +- DocumentUrl: https://wasmcloud.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.yaml b/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.yaml new file mode 100644 index 000000000000..5f62084914ed --- /dev/null +++ b/manifests/w/wasmCloud/wash/2.2.0/wasmCloud.wash.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: wasmCloud.wash +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 23e70b5d3aa65f8b032c45c8ead08dadec02f5a9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 08:50:00 +0800 Subject: [PATCH 28/66] Update: SoftPerfect.SwitchPortMapper version 26.2 (#377395) --- .../26.2/SoftPerfect.SwitchPortMapper.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/s/SoftPerfect/SwitchPortMapper/26.2/SoftPerfect.SwitchPortMapper.installer.yaml b/manifests/s/SoftPerfect/SwitchPortMapper/26.2/SoftPerfect.SwitchPortMapper.installer.yaml index 927b158076b3..eac03cc9351b 100644 --- a/manifests/s/SoftPerfect/SwitchPortMapper/26.2/SoftPerfect.SwitchPortMapper.installer.yaml +++ b/manifests/s/SoftPerfect/SwitchPortMapper/26.2/SoftPerfect.SwitchPortMapper.installer.yaml @@ -10,6 +10,6 @@ ReleaseDate: 2026-02-11 Installers: - Architecture: x64 InstallerUrl: https://www.softperfect.com/download/files/portmapper_setup.exe - InstallerSha256: AA2F136768FEC2F29D5CCD8763FF54D07E06591ACE6B1C92F4CA72669ADDD1A7 + InstallerSha256: 5838EAED391B6A49DB192BD6E2561EE0923341AA803F90E4D51B28ED9FBE7443 ManifestType: installer ManifestVersion: 1.12.0 From 591cf3f57bab6e5f1ff226f7969855db85cd6938 Mon Sep 17 00:00:00 2001 From: Bryan Stone Date: Wed, 20 May 2026 19:50:18 -0500 Subject: [PATCH 29/66] New version: SteampunkLabs.AWSLoggy version 3.15.1 (#377397) --- .../SteampunkLabs.AWSLoggy.installer.yaml | 24 +++++++++++++++ .../SteampunkLabs.AWSLoggy.locale.en-US.yaml | 29 +++++++++++++++++++ .../3.15.1/SteampunkLabs.AWSLoggy.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.installer.yaml create mode 100644 manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.locale.en-US.yaml create mode 100644 manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.yaml diff --git a/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.installer.yaml b/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.installer.yaml new file mode 100644 index 000000000000..d21f6349cca7 --- /dev/null +++ b/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.installer.yaml @@ -0,0 +1,24 @@ +# 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: SteampunkLabs.AWSLoggy +PackageVersion: 3.15.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{B719252C-56D4-4C81-9354-B8BA054D3A18}' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- DisplayName: Loggy + Publisher: steampunk + ProductCode: '{B719252C-56D4-4C81-9354-B8BA054D3A18}' + UpgradeCode: '{0338EB74-D718-582E-8504-6BDEFB6FDC54}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Loggy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aegixx/aws-loggy/releases/download/v3.15.1/Loggy-3.15.1-windows-x86_64.msi + InstallerSha256: F71749C414ADF4B205D1E1FDE086D8E83175CCF7B4ED613F7AF1FB295B5F7CF7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.locale.en-US.yaml b/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.locale.en-US.yaml new file mode 100644 index 000000000000..eeaa80b96812 --- /dev/null +++ b/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: SteampunkLabs.AWSLoggy +PackageVersion: 3.15.1 +PackageLocale: en-US +Publisher: Steampunk Labs +PublisherUrl: https://github.com/aegixx +PublisherSupportUrl: https://github.com/aegixx/aws-loggy/issues +PackageName: AWS Loggy +PackageUrl: https://github.com/aegixx/aws-loggy +License: MIT +LicenseUrl: https://github.com/aegixx/aws-loggy/blob/HEAD/LICENSE +ShortDescription: A fast, native desktop app for browsing and tailing AWS CloudWatch logs +Description: Loggy is a desktop application for viewing AWS CloudWatch logs. Features include live tail streaming, fuzzy search log group selection, log level filtering, find-in-log, keyboard-driven navigation, and Lambda invocation grouping. +Tags: +- aws +- cloudwatch +- devtools +- lambda +- logs +- monitoring +ReleaseNotes: |- + 3.15.1 (2026-05-20) + Bug Fixes + - persist workspace state per AWS profile (#112) (c27146a) +ReleaseNotesUrl: https://github.com/aegixx/aws-loggy/releases/tag/v3.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.yaml b/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.yaml new file mode 100644 index 000000000000..2f454e8019b5 --- /dev/null +++ b/manifests/s/SteampunkLabs/AWSLoggy/3.15.1/SteampunkLabs.AWSLoggy.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: SteampunkLabs.AWSLoggy +PackageVersion: 3.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9bfca041d89a962ea4446d321f2dc5252c2c3844 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 17:50:32 -0700 Subject: [PATCH 30/66] Automatic deletion of Microsoft.WindowsVirtualDesktopAgent 1.0.13805.500 (#377402) --- ....WindowsVirtualDesktopAgent.installer.yaml | 21 ----------------- ...ndowsVirtualDesktopAgent.locale.en-US.yaml | 23 ------------------- .../Microsoft.WindowsVirtualDesktopAgent.yaml | 8 ------- 3 files changed, 52 deletions(-) delete mode 100644 manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.installer.yaml delete mode 100644 manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml delete mode 100644 manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.yaml diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.installer.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.installer.yaml deleted file mode 100644 index 04f699833b51..000000000000 --- a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent -PackageVersion: 1.0.13805.500 -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Custom: /NORESTART -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv - InstallerSha256: 79671CA55AEF1309CDBB9770BFF7847E3F851CF9FB7DCDA1E93AE72E988765E4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml deleted file mode 100644 index 130b70e3f21c..000000000000 --- a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent -PackageVersion: 1.0.13805.500 -PackageLocale: en-US -Publisher: Microsoft Corporation -PublisherUrl: https://www.microsoft.com -PublisherSupportUrl: https://support.microsoft.com -PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement -Author: keyoke -PackageName: Remote Desktop Services Infrastructure Agent -PackageUrl: https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell#register-the-virtual-machines-to-the-windows-virtual-desktop-host-pool -License: Proprietary -Copyright: Copyright (c) Microsoft Corporation -ShortDescription: Install the Windows Virtual Desktop Agent -Description: "Install the Windows Virtual Desktop Agent\nNotes\n• This package always installs the latest version of the Windows Virtual Desktop Agent, regardless of the version specified in the package. \n Microsoft do not officially offer older versions for download as the tools are self-updating.\n Because of this you may get checksum mismatch between the time Microsoft releases a new installer, and the package is automatically updated. \n• Supply the Windows Virtual Desktop Host Pool Registration Token at install time using the following command - **winget install microsoft.WindowsVirtualDesktopAgent --override 'REGISTRATIONTOKEN=\\\"\\\"'\n" -Moniker: wvd-agent -Tags: -- windows-virtual-desktop-agent -- wvd -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.yaml deleted file mode 100644 index f76245546061..000000000000 --- a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.13805.500/Microsoft.WindowsVirtualDesktopAgent.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent -PackageVersion: 1.0.13805.500 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 85d84adfe1e00cb56a22aaf2fd3bb97be74d10f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Thu, 21 May 2026 03:18:34 +0200 Subject: [PATCH 31/66] New version: GAM-Team.gam version 7.43.08 (#377345) --- .../gam/7.43.08/GAM-Team.gam.installer.yaml | 24 ++++++++++++ .../7.43.08/GAM-Team.gam.locale.en-US.yaml | 38 +++++++++++++++++++ .../g/GAM-Team/gam/7.43.08/GAM-Team.gam.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.installer.yaml create mode 100644 manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.locale.en-US.yaml create mode 100644 manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.yaml diff --git a/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.installer.yaml new file mode 100644 index 000000000000..b48ee1e2aa66 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.43.08 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%SystemDrive%\GAM7' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.43.08/gam-7.43.08-windows-x86_64.exe + InstallerSha256: D65422A46565231D017ECE9CF34E7DA8511D5DC0BE436C07620F66888579BDE4 +- Architecture: arm64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.43.08/gam-7.43.08-windows-arm64.exe + InstallerSha256: 240C32684AC124D99CCE989BB283D195147B7252864331374E709EB0A7C7251E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 000000000000..5702f22a3ddd --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.43.08 +PackageLocale: en-US +Publisher: GAM Team - google-apps-manager@googlegroups.com +PublisherUrl: https://github.com/GAM-team +PublisherSupportUrl: https://github.com/GAM-team/GAM/issues +PackageName: gam +PackageUrl: https://github.com/GAM-team/GAM +License: Apache-2.0 +LicenseUrl: https://github.com/GAM-team/GAM/blob/HEAD/LICENSE +ShortDescription: command line management for Google Workspace +Tags: +- gam +- google +- google-admin-sdk +- google-api +- google-apps +- google-calendar +- google-cloud +- google-drive +- google-workspace +- gsuite +- oauth2 +- oauth2-client +- python +ReleaseNotes: |- + - 7.43.08 + Fixed bug and formatting issues in gam info device . + - See Update History +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.43.08 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GAM-team/GAM/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.yaml new file mode 100644 index 000000000000..7a1e3850f592 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.43.08/GAM-Team.gam.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.43.08 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 430714e49d286afbae0d6b922b7db1159df0e33a Mon Sep 17 00:00:00 2001 From: Vai <74818459+kayapater@users.noreply.github.com> Date: Thu, 21 May 2026 04:22:28 +0300 Subject: [PATCH 32/66] Update: kayapater.VideoDownloader 1.6.0 installer hash (#377396) Co-authored-by: kayapater --- .../1.6.0/kayapater.VideoDownloader.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml index a8d41fc7af2e..9792c397add3 100644 --- a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml +++ b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml @@ -17,16 +17,16 @@ Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 MinimumVersion: 8.0.0 -ProductCode: '{FA8AD240-60A8-4C0A-B9AA-CD11FA9214E4}' +ProductCode: '{395A6A58-A591-4E48-95FE-F056D7729151}' AppsAndFeaturesEntries: - DisplayName: Video Downloader Publisher: kayapater DisplayVersion: 1.6.0 - UpgradeCode: '{A1B2C3D4-E5F6-7890-ABCD-123456789ABC}' + UpgradeCode: '{A1B2C3D4-E5F6-4789-ABCD-123456789012}' Installers: - Architecture: x64 InstallerUrl: https://github.com/kayapater/video-downloader/releases/download/v1.6.0/VideoDownloader-v1.6.0-Setup.msi - InstallerSha256: 6D218C16CEAA0E76C8C08A181D6B2F295ABC7802779B293A65EDC02E753CA92C + InstallerSha256: 0BB8C818444FA7CDDA441B732F8D7ADD2073EF5030096DDE801712A9DD9B1A5E ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-05-20 +ReleaseDate: 2026-05-21 From 479585f613a47abafd46fda51251dc7e22621168 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:25:18 -0700 Subject: [PATCH 33/66] Automatic deletion of High-Logic.FontCreator 16.0.0.3062 (#377417) --- .../High-Logic.FontCreator.installer.yaml | 26 ------------------- .../High-Logic.FontCreator.locale.en-US.yaml | 24 ----------------- .../High-Logic.FontCreator.locale.zh-CN.yaml | 14 ---------- .../16.0.0.3062/High-Logic.FontCreator.yaml | 8 ------ 4 files changed, 72 deletions(-) delete mode 100644 manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.installer.yaml delete mode 100644 manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.en-US.yaml delete mode 100644 manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.zh-CN.yaml delete mode 100644 manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.yaml diff --git a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.installer.yaml b/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.installer.yaml deleted file mode 100644 index 087518d48311..000000000000 --- a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: High-Logic.FontCreator -PackageVersion: 16.0.0.3062 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- designspace -- fcp -- glyphs -- otf -- ttc -- ttf -- ufo -- woff -- woff2 -ProductCode: FontCreator11-x64_is1 -ReleaseDate: 2025-12-31 -Installers: -- Architecture: x64 - InstallerUrl: https://www.high-logic.com/FontCreatorSetup-x64.exe - InstallerSha256: 3534533C189456D8C1FC7D6974307D544C83F45AA8887EBBEC03FEFA788D8B9B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.en-US.yaml b/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.en-US.yaml deleted file mode 100644 index 921cb43a7b23..000000000000 --- a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: High-Logic.FontCreator -PackageVersion: 16.0.0.3062 -PackageLocale: en-US -Publisher: High-Logic B.V. -PublisherUrl: https://www.high-logic.com/ -PublisherSupportUrl: https://www.high-logic.com/support -PrivacyUrl: https://www.high-logic.com/privacy-policy -Author: High-Logic B.V. -PackageName: High-Logic FontCreator -PackageUrl: https://www.high-logic.com/font-editor/fontcreator -License: Proprietary -LicenseUrl: https://www.high-logic.com/font-editor/fontcreator/license-agreement -Copyright: Copyright © 1997-2025 High-Logic B.V. -ShortDescription: A popular, inspiring, and intuitive font editor built to help you create amazing new fonts and edit existing fonts. -Tags: -- font -ReleaseNotes: '- Numerous improvements and bug fixes' -ReleaseNotesUrl: https://www.high-logic.com/font-editor/fontcreator/changelog -PurchaseUrl: https://www.high-logic.com/buy-now/new-licenses -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.zh-CN.yaml b/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.zh-CN.yaml deleted file mode 100644 index 621b7d7b1cda..000000000000 --- a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.locale.zh-CN.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: High-Logic.FontCreator -PackageVersion: 16.0.0.3062 -PackageLocale: zh-CN -Publisher: High-Logic B.V. -PackageName: High-Logic FontCreator -License: 专有软件 -ShortDescription: 一款流行、启发性、直观的字体编辑器,帮助您打造令人惊叹的新字体和编辑现有字体。 -Tags: -- 字体 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.yaml b/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.yaml deleted file mode 100644 index 06bc2478ed22..000000000000 --- a/manifests/h/High-Logic/FontCreator/16.0.0.3062/High-Logic.FontCreator.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: High-Logic.FontCreator -PackageVersion: 16.0.0.3062 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From c3e72d52b792292c060580e5406d753da38ec2f0 Mon Sep 17 00:00:00 2001 From: "game-development-sdk-pr-creator[bot]" <223771198+game-development-sdk-pr-creator[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 18:41:38 -0700 Subject: [PATCH 34/66] Add Microsoft.Gaming.GDK 2604.1.7839 (#377368) Co-authored-by: game-development-sdk-branch-editor[bot] <223770799+game-development-sdk-branch-editor[bot]@users.noreply.github.com> --- .../Microsoft.Gaming.GDK.installer.yaml | 24 ++++++++++++++++++ .../Microsoft.Gaming.GDK.locale.en-US.yaml | 25 +++++++++++++++++++ .../Microsoft.Gaming.GDK.locale.ja-JP.yaml | 25 +++++++++++++++++++ .../GDK/2604.1.7839/Microsoft.Gaming.GDK.yaml | 7 ++++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.installer.yaml create mode 100644 manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.ja-JP.yaml create mode 100644 manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.yaml diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.installer.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.installer.yaml new file mode 100644 index 000000000000..8bd34be022de --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.1.7839 +MinimumOSVersion: 10.0.17763.0 +Scope: machine +InstallerSwitches: + Silent: /q + SilentWithProgress: /q +AppsAndFeaturesEntries: +- DisplayName: Microsoft Game Development Kit - 260401 (April 2026 Update 1) + DisplayVersion: 10.1.26100.7839 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: burn + NestedInstallerFiles: + - RelativeFilePath: PGDK.exe + InstallerUrl: https://github.com/microsoft/GDK/releases/download/April-2026-Update-1-v2604.1.7839/GDK_2604.1.7839.zip + InstallerSha256: 1B21BBE6E95A18109D7D64BFF4F0267EA636F014832610C1CD22162662D637F6 + ProductCode: '{b72372e4-a805-415e-bac9-cc5b251e9d70}' +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.en-US.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.en-US.yaml new file mode 100644 index 000000000000..54c86e73fcab --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.1.7839 +PackageLocale: en-US +Publisher: Microsoft Corporation +Author: Microsoft +PackageName: April 2026 GDK Update 1 +PackageUrl: https://github.com/microsoft/GDK/releases +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The Microsoft Game Development Kit (GDK) contains the common tools, libraries, and documentation needed to build games for Xbox Game Pass for PC on Windows 10/11, Xbox consoles (Xbox Series X|S, Xbox One), and cloud gaming with Xbox Game Pass Ultimate. +Tags: +- d3d12 +- GDK +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://aka.ms/GDK_EULA +InstallationNotes: |- + GDK Visual Studio extensions can be downloaded at https://aka.ms/GDKVSExtensions. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://learn.microsoft.com/en-us/gaming/gdk/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.ja-JP.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.ja-JP.yaml new file mode 100644 index 000000000000..b769261031da --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.locale.ja-JP.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.1.7839 +PackageLocale: ja-JP +Publisher: Microsoft Corporation +Author: Microsoft +PackageName: April 2026 GDK Update 1 +PackageUrl: https://github.com/microsoft/GDK/releases +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Microsoft Game Development Kit (GDK) には、Windows 10/11 上の PC 用 Xbox Game Pass 用ゲーム、Xbox 本体 (Xbox Series X|S、Xbox One)、および Xbox Game Pass Ultimate を使用したクラウド ゲームを構築するために必要な一般的なツール、ライブラリ、およびドキュメントが含まれています。 +Tags: +- d3d12 +- GDK +Agreements: +- AgreementLabel: エンド ユーザー ライセンス契約 (EULA) + AgreementUrl: https://aka.ms/GDK_EULA +InstallationNotes: |- + GDK Visual Studio の拡張機能は https://aka.ms/GDKVSExtensions からダウンロードできます。 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://learn.microsoft.com/ja-jp/gaming/gdk/ +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.yaml new file mode 100644 index 000000000000..b0a8e9d3a6dd --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.1.7839/Microsoft.Gaming.GDK.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.1.7839 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file From 41689883c05724d41a8bf50e582ac694e95bb1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lio=E6=9D=8E=E6=AD=90?= Date: Wed, 20 May 2026 18:52:30 -0700 Subject: [PATCH 35/66] New version: DefangLabs.Defang 3.8.1 (#377366) Co-authored-by: goreleaserbot --- .../3.8.1/DefangLabs.Defang.installer.yaml | 26 +++++++++++++++++++ .../3.8.1/DefangLabs.Defang.locale.en-US.yaml | 17 ++++++++++++ .../Defang/3.8.1/DefangLabs.Defang.yaml | 7 +++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.installer.yaml create mode 100644 manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.locale.en-US.yaml create mode 100644 manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.yaml diff --git a/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.installer.yaml b/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.installer.yaml new file mode 100644 index 000000000000..57bbca351a97 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.8.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-20" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.8.1_windows_arm64.zip?x-defang-source=winget + InstallerSha256: fad3bdc8d7af3c43a9fa7b121eef28419816d6995431fffa39964c51aea19bab + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: defang.exe + PortableCommandAlias: defang + InstallerUrl: https://s.defang.io/defang_3.8.1_windows_amd64.zip?x-defang-source=winget + InstallerSha256: f33f3f144c559ffd62d39a78f1a58b04868f3d7bcff3ac4ac9e9341b0756e530 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.locale.en-US.yaml b/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.locale.en-US.yaml new file mode 100644 index 000000000000..c63793a29ec3 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.8.1 +PackageLocale: en-US +Publisher: DefangLabs +PublisherUrl: https://defang.io/ +PublisherSupportUrl: https://github.com/DefangLabs/defang/issues/ +PackageName: Defang +PackageUrl: https://github.com/DefangLabs/defang/ +License: MIT +Copyright: Defang Software Labs Inc. +ShortDescription: The Defang command-line interface (CLI) +Description: Develop Anything, Deploy Anywhere. +Moniker: Defang +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.yaml b/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.yaml new file mode 100644 index 000000000000..124a515876c8 --- /dev/null +++ b/manifests/d/DefangLabs/Defang/3.8.1/DefangLabs.Defang.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: DefangLabs.Defang +PackageVersion: 3.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 35b910cb2b74ac16b7b876a5977d78eae1a5fd4e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 09:52:44 +0800 Subject: [PATCH 36/66] New version: ElectronicArts.EADesktop version 13.709.0.6222 (#377394) --- .../ElectronicArts.EADesktop.installer.yaml | 28 ++++++++++++++++++ ...ElectronicArts.EADesktop.locale.en-US.yaml | 29 +++++++++++++++++++ ...ElectronicArts.EADesktop.locale.zh-CN.yaml | 27 +++++++++++++++++ .../ElectronicArts.EADesktop.yaml | 8 +++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.installer.yaml create mode 100644 manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.locale.en-US.yaml create mode 100644 manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.locale.zh-CN.yaml create mode 100644 manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.yaml diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 000000000000..0849e29be3c1 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.709.0.6222 +InstallerType: burn +Scope: machine +InstallerSwitches: + Silent: /passive /norestart + SilentWithProgress: /passive /norestart + InstallLocation: InstallFolder="" + Custom: /norestart +UpgradeBehavior: uninstallPrevious +Protocols: +- ealink +- link2ea +- origin +- origin2 +ProductCode: '{7dbe5aab-9d59-4b3c-aa92-f1c3f88ff9f3}' +AppsAndFeaturesEntries: +- ProductCode: '{7dbe5aab-9d59-4b3c-aa92-f1c3f88ff9f3}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x86 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.709.0.6222-4260.exe + InstallerSha256: CCAB0437F77DB0FB6CAB1BA6585875ED863DEB69C7929FE6EBD87BB22CCBDA84 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 000000000000..d72e73021e8a --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.709.0.6222 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/en/PC/ +Copyright: © 2026 Electronic Arts Inc. +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..e3d589dd2805 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.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: ElectronicArts.EADesktop +PackageVersion: 13.709.0.6222 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/sc/PC/ +Copyright: © 2026 Electronic Arts Inc. +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.yaml new file mode 100644 index 000000000000..1c884039ec68 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.0.6222/ElectronicArts.EADesktop.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: ElectronicArts.EADesktop +PackageVersion: 13.709.0.6222 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d288fff4cee974bd1eae66e95325652d1395c65a Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:52:54 -0700 Subject: [PATCH 37/66] Automatic update of HaiYing.OfficeAI 0.7.2.7 (#377399) --- .../HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.installer.yaml | 4 ++-- .../OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.en-US.yaml | 2 +- .../OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.zh-CN.yaml | 2 +- manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.installer.yaml b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.installer.yaml index 359554690b76..1a18565846aa 100644 --- a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.installer.yaml +++ b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/13 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HaiYing.OfficeAI @@ -11,6 +11,6 @@ ReleaseDate: 2026-02-28 Installers: - Architecture: x64 InstallerUrl: https://downloadcdn.office-ai.cn/bin/OfficeAI.exe - InstallerSha256: 2AF8CA0811CFD36B1C565116485793AABF96465551F7E7359854745E299CB554 + InstallerSha256: 46C3BB9DF0A54892D8D326C68A73C78429807B51CCDC6CA2CF1287B54A762A21 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.en-US.yaml index 6139760a2125..c8310dd932ac 100644 --- a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.en-US.yaml +++ b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/13 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: HaiYing.OfficeAI diff --git a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.zh-CN.yaml index a325c489d770..d8ff299bdf85 100644 --- a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.zh-CN.yaml +++ b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/13 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HaiYing.OfficeAI diff --git a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.yaml b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.yaml index 64c8a4dbcb70..6e630add8fcb 100644 --- a/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.yaml +++ b/manifests/h/HaiYing/OfficeAI/0.7.2.7/HaiYing.OfficeAI.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/13 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HaiYing.OfficeAI From b135e041c7975c65935d565eaf2a6e8df7438219 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:53:06 -0700 Subject: [PATCH 38/66] Automatic update of FACEITLTD.FACEITAC 2.1 (#377400) --- .../FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml | 4 ++-- .../FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml | 2 +- manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml index d8346a3f7fe7..573ddb24a6a8 100644 --- a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml +++ b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/16 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: FACEITLTD.FACEITAC @@ -16,6 +16,6 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://anticheat-client.faceit-cdn.net/FACEITInstaller_64.exe - InstallerSha256: 8D3D357E79532F21F09434805ACBB102D37B2D7DDAF8BD0D52D9D22D9DE1CBF9 + InstallerSha256: C3C62C8E450CB94CCB65BBE0A350D8191AD1ACAEBE11C8F4FD88D49DD213E40C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml index 3e44ba686457..1557cb96a90b 100644 --- a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml +++ b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/16 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: FACEITLTD.FACEITAC diff --git a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml index 774de0b2601c..5d99182b628e 100644 --- a/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml +++ b/manifests/f/FACEITLTD/FACEITAC/2.1/FACEITLTD.FACEITAC.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/16 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: FACEITLTD.FACEITAC From 17deecaec0ca4e61ced390bd0a063ad70bc81a75 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:53:17 -0700 Subject: [PATCH 39/66] Automatic update of Hasleo.BackupSuiteFree from 5.8.2.0 to 5.8.2.1 (#377403) --- .../Hasleo.BackupSuiteFree.installer.yaml | 26 +++++++++++++++++++ .../Hasleo.BackupSuiteFree.locale.en-US.yaml | 19 ++++++++++++++ .../5.8.2.1/Hasleo.BackupSuiteFree.yaml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.installer.yaml create mode 100644 manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.locale.en-US.yaml create mode 100644 manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.yaml diff --git a/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.installer.yaml b/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.installer.yaml new file mode 100644 index 000000000000..6f4c9d2bd4f7 --- /dev/null +++ b/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hasleo.BackupSuiteFree +PackageVersion: 5.8.2.1 +InstallerLocale: cs-CZ +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Hasleo Backup Suite_is1 +ReleaseDate: 2025-04-07 +AppsAndFeaturesEntries: +- ProductCode: Hasleo Backup Suite_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Hasleo\Hasleo Backup Suite' +Installers: +- Architecture: x86 + InstallerUrl: https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free.exe + InstallerSha256: 397739C3056E97E237FFC3B735AFBC2AA25ED9F22B47F4ADC3B05EA0B9F193A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.locale.en-US.yaml b/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.locale.en-US.yaml new file mode 100644 index 000000000000..f706e8bfc51e --- /dev/null +++ b/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hasleo.BackupSuiteFree +PackageVersion: 5.8.2.1 +PackageLocale: en-US +Publisher: Hasleo Software +PublisherUrl: https://www.easyuefi.com/index.html +PublisherSupportUrl: https://www.easyuefi.com/contact.html +PackageName: Hasleo Backup Suite +PackageUrl: https://www.easyuefi.com/backup-software/backup-suite-free.html +License: Freeware +Copyright: © 2021-2025 Hasleo Software +ShortDescription: Hasleo Backup Suite Free is a free Windows backup and restore software, which embeds backup, restore and cloning features +Description: Hasleo Backup Suite Free is a free Windows backup and restore software, which embeds backup, restore and cloning features, it is designed for Windows operating system users and can be used on both Windows PCs and Servers +Moniker: backupsuite +ReleaseNotesUrl: https://www.easyuefi.com/backup-software/tech-spec.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.yaml b/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.yaml new file mode 100644 index 000000000000..7605ee53fab8 --- /dev/null +++ b/manifests/h/Hasleo/BackupSuiteFree/5.8.2.1/Hasleo.BackupSuiteFree.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Hasleo.BackupSuiteFree +PackageVersion: 5.8.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From de2889705bed58671de5280def77ab08ed017c36 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:53:28 -0700 Subject: [PATCH 40/66] Automatic update of DigiDNA.iMazing from 3.5.2.0 to 3.5.3.0 (#377405) --- .../3.5.3.0/DigiDNA.iMazing.installer.yaml | 29 +++++++++++++ .../3.5.3.0/DigiDNA.iMazing.locale.en-US.yaml | 42 +++++++++++++++++++ .../3.5.3.0/DigiDNA.iMazing.locale.zh-CN.yaml | 40 ++++++++++++++++++ .../iMazing/3.5.3.0/DigiDNA.iMazing.yaml | 8 ++++ 4 files changed, 119 insertions(+) create mode 100644 manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.installer.yaml create mode 100644 manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.en-US.yaml create mode 100644 manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.zh-CN.yaml create mode 100644 manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.yaml diff --git a/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.installer.yaml b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.installer.yaml new file mode 100644 index 000000000000..7567363b1691 --- /dev/null +++ b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DigiDNA.iMazing +PackageVersion: 3.5.3.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Commands: +- iMazing-CLI +Protocols: +- imz +FileExtensions: +- imazing +- imazingapp +ProductCode: iMazing_is1 +ReleaseDate: 2025-09-18 +AppsAndFeaturesEntries: +- ProductCode: iMazing_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\DigiDNA\iMazing' +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.imazing.com/windows/iMazing/iMazing3forWindows.exe + InstallerSha256: D167F1900190738D850C5EC41AD3838FD12818374B7681170D32AF8ADB50EF20 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.en-US.yaml b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.en-US.yaml new file mode 100644 index 000000000000..3cb28d68d6a1 --- /dev/null +++ b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DigiDNA.iMazing +PackageVersion: 3.5.3.0 +PackageLocale: en-US +Publisher: DigiDNA +PublisherUrl: https://digidna.ch/ +PublisherSupportUrl: https://support.imazing.com/ +PrivacyUrl: https://imazing.com/privacy-policy +Author: DigiDNA SARL +PackageName: iMazing +PackageUrl: https://imazing.com/ +License: Proprietary +LicenseUrl: https://imazing.com/uploads/iMazing-EULA.pdf +Copyright: Copyright © DigiDNA SARL, 2008-2024. All rights reserved. +ShortDescription: Manage your iPhone. Your way. +Description: iMazing lets you transfer music, files, messages, apps and more from any iPhone, iPad, or iPod to a computer, Mac or PC. Manage and backup your iOS device simply without iTunes. (was DiskAid) +Tags: +- apple +- backup +- data +- file +- ios +- ipad +- iphone +- ipod +- mobile +- phone +- recover +- recovery +- restore +- smartphone +- transfer +PurchaseUrl: https://imazing.com/store +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://imazing.com/faq +- DocumentLabel: Guides + DocumentUrl: https://imazing.com/guides +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.zh-CN.yaml b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.zh-CN.yaml new file mode 100644 index 000000000000..108ac499ea8c --- /dev/null +++ b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DigiDNA.iMazing +PackageVersion: 3.5.3.0 +PackageLocale: zh-CN +Publisher: DigiDNA +PublisherUrl: https://digidna.ch/ +PublisherSupportUrl: https://support.imazing.com/ +PrivacyUrl: https://imazing.com/privacy-policy +Author: DigiDNA SARL +PackageName: iMazing +PackageUrl: https://imazing.com/zh +License: 专有软件 +LicenseUrl: https://imazing.com/uploads/iMazing-EULA.pdf +Copyright: Copyright © DigiDNA SARL, 2008-2024. All rights reserved. +ShortDescription: 以自己的方式管理 iPhone +Description: iMazing 能够将音乐、文件、消息和应用等数据从任何 iPhone、iPad 或 iPod 传输到 Mac 或 PC 上。轻松管理和备份您的 iOS 设备,无需使用 iTunes。(前身为 DiskAid) +Tags: +- ios +- ipad +- iphone +- ipod +- 传输 +- 备份 +- 恢复 +- 手机 +- 数据 +- 文件 +- 智能手机 +- 苹果 +- 还原 +PurchaseUrl: https://imazing.com/zh/store +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://imazing.com/guides +- DocumentLabel: 常见问题 + DocumentUrl: https://imazing.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.yaml b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.yaml new file mode 100644 index 000000000000..d6f0a1d8fd3f --- /dev/null +++ b/manifests/d/DigiDNA/iMazing/3.5.3.0/DigiDNA.iMazing.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DigiDNA.iMazing +PackageVersion: 3.5.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 176c78bb717154a455abc09911110321ac4ddc50 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Wed, 20 May 2026 21:53:42 -0400 Subject: [PATCH 41/66] New version: Blitz.Blitz version 2.1.573 (#377406) --- .../Blitz/2.1.573/Blitz.Blitz.installer.yaml | 22 +++++++++++++++ .../2.1.573/Blitz.Blitz.locale.en-US.yaml | 28 +++++++++++++++++++ .../b/Blitz/Blitz/2.1.573/Blitz.Blitz.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.installer.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.locale.en-US.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.yaml diff --git a/manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.installer.yaml new file mode 100644 index 000000000000..391a776415e9 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.573/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.573 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.573.exe + InstallerSha256: F9817821B635668D05D0786838E0BB5CFC5A9D74034CBBCD090D400648DB4CDA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 000000000000..51d330741202 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.573/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.573 +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.573/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.573/Blitz.Blitz.yaml new file mode 100644 index 000000000000..f04913250ea3 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.573/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.573 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 065a4960e8a50d7b63f7d65c4cbcd4ddbe736ca8 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:53:54 -0700 Subject: [PATCH 42/66] Automatic update of Discord.Discord.Development 1.0.991 (#377411) --- ...Discord.Discord.Development.installer.yaml | 40 +++++------ ...cord.Discord.Development.locale.en-US.yaml | 66 +++++++++---------- ...cord.Discord.Development.locale.zh-CN.yaml | 58 ++++++++-------- .../1.0.991/Discord.Discord.Development.yaml | 16 ++--- 4 files changed, 90 insertions(+), 90 deletions(-) diff --git a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.installer.yaml index 3e966bf5d867..807ac25506fd 100644 --- a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.installer.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.installer.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.991 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Protocols: -- discord -ProductCode: DiscordDevelopment -Installers: -- Architecture: x64 - InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.991/DiscordDevelopmentSetup.exe - InstallerSha256: 5E9950C4D63D69F852F659D10FA41F2E230A192CDCEEE75AE11DD1B99E5B4B49 -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.991 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.991/DiscordDevelopmentSetup.exe + InstallerSha256: DE6B184A579794223DD0986C7C267A4FD2AF690C53108CF65BC957EE292F39D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.en-US.yaml index 00f7c7289916..6be2002dc6d2 100644 --- a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.en-US.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.en-US.yaml @@ -1,33 +1,33 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.991 -PackageLocale: en-US -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: Proprietary -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: Your Place to Talk and Hang Out -Description: |- - Discord is the easiest way to talk over voice, video, and text. - Talk, chat, hang out, and stay close with your friends and communities. -Moniker: discord-development -Tags: -- chat -- community -- gaming -- hang-out -- talk -- video -- voice -- voice-chat -PurchaseUrl: https://discord.com/nitro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.991 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.zh-CN.yaml index aa9721b81ac6..74e5331d86a4 100644 --- a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.zh-CN.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.locale.zh-CN.yaml @@ -1,29 +1,29 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.991 -PackageLocale: zh-CN -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: 专有软件 -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: 玩耍聊天的地方 -Description: |- - Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 - 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 -Tags: -- 开黑 -- 游戏 -- 聊天 -- 语音 -- 语音聊天 -PurchaseUrl: https://discord.com/nitro -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.991 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.yaml index 2bc716af4eea..1b59ebdcb4a9 100644 --- a/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.991/Discord.Discord.Development.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.991 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.991 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6d42d89a1d8b897b7e7d337462e02cc4bbe6ef72 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 09:54:05 +0800 Subject: [PATCH 43/66] Update: SoftPerfect.NetWorx version 26.5 (#377413) --- .../SoftPerfect/NetWorx/26.5/SoftPerfect.NetWorx.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/s/SoftPerfect/NetWorx/26.5/SoftPerfect.NetWorx.installer.yaml b/manifests/s/SoftPerfect/NetWorx/26.5/SoftPerfect.NetWorx.installer.yaml index a393ac584fd5..fda6c8d859cc 100644 --- a/manifests/s/SoftPerfect/NetWorx/26.5/SoftPerfect.NetWorx.installer.yaml +++ b/manifests/s/SoftPerfect/NetWorx/26.5/SoftPerfect.NetWorx.installer.yaml @@ -10,6 +10,6 @@ ReleaseDate: 2026-05-07 Installers: - Architecture: x64 InstallerUrl: https://www.softperfect.com/download/files/networx_setup.exe - InstallerSha256: 24B0B5292C33CB34AD999DE29C580E43BBDFC722222D31ABB07A474BE3871DB4 + InstallerSha256: 59569AE505189CF4F41044EBAE2FACFD031167CB2355FBA2114E532763950F3C ManifestType: installer ManifestVersion: 1.12.0 From ea2bf84abb85fa8a1f736f357169cb73727b2baf Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:54:17 -0700 Subject: [PATCH 44/66] Automatic update of hellodigua.ChatLab 0.20.0 (#377415) --- .../0.20.0/hellodigua.ChatLab.installer.yaml | 52 +++++++------- .../hellodigua.ChatLab.locale.en-US.yaml | 70 +++++++++---------- .../hellodigua.ChatLab.locale.zh-CN.yaml | 62 ++++++++-------- .../ChatLab/0.20.0/hellodigua.ChatLab.yaml | 16 ++--- 4 files changed, 100 insertions(+), 100 deletions(-) diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.installer.yaml index c83d29fbf1d1..545629a92cdd 100644 --- a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.installer.yaml +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.installer.yaml @@ -1,26 +1,26 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: hellodigua.ChatLab -PackageVersion: 0.20.0 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d -ReleaseDate: 2026-05-19 -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.20.0/ChatLab-0.20.0-setup.exe - InstallerSha256: 16682A8D47D81665795EFBC68842F92A2AFE0DD0CF59422EEBE2D1A2D6BA2D96 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.20.0/ChatLab-0.20.0-setup.exe - InstallerSha256: 16682A8D47D81665795EFBC68842F92A2AFE0DD0CF59422EEBE2D1A2D6BA2D96 - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.20.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.20.0/ChatLab-0.20.0-setup.exe + InstallerSha256: 8669F0CEB4F4A9EDDEBCD72AC31884A3A7FCE46326D5BC3D8BFBA5394E307544 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.20.0/ChatLab-0.20.0-setup.exe + InstallerSha256: 8669F0CEB4F4A9EDDEBCD72AC31884A3A7FCE46326D5BC3D8BFBA5394E307544 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.en-US.yaml index fcb1a7b44033..601d61c8380f 100644 --- a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.en-US.yaml +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.en-US.yaml @@ -1,35 +1,35 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: hellodigua.ChatLab -PackageVersion: 0.20.0 -PackageLocale: en-US -Publisher: digua -PublisherUrl: https://digua.moe/ -PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues -PackageName: ChatLab -PackageUrl: https://chatlab.fun/ -License: AGPL-3.0 -LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE -Copyright: Copyright © 2026 ChatLab -ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' -Description: |- - ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. - We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. - Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. - The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. - Core Features - - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. - - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). - - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. - - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. - - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. -Tags: -- chat -- chat-records -ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.20.0 -Documentations: -- DocumentLabel: User Guide - DocumentUrl: https://chatlab.fun/usage/how-to-export.html -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: digua +PublisherUrl: https://digua.moe/ +PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues +PackageName: ChatLab +PackageUrl: https://chatlab.fun/ +License: AGPL-3.0 +LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE +Copyright: Copyright © 2026 ChatLab +ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' +Description: |- + ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. + We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. + Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. + The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. + Core Features + - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. + - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). + - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. + - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. + - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. +Tags: +- chat +- chat-records +ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.20.0 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://chatlab.fun/usage/how-to-export.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.zh-CN.yaml index 8432debee504..487d6885ff5f 100644 --- a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.zh-CN.yaml +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.zh-CN.yaml @@ -1,31 +1,31 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: hellodigua.ChatLab -PackageVersion: 0.20.0 -PackageLocale: zh-CN -PackageUrl: https://chatlab.fun/cn/ -ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 -Description: |- - ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 - 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 - 核心特性 - - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 - - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 - - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 - - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 - - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 -Tags: -- 聊天 -- 聊天记录 -ReleaseNotes: |- - What's New - This update unifies the core multi-platform architecture and improves AI, import, sync, and desktop build stability. It also prepares for the standalone Web, CLI, and MCP capabilities in the next release; please update before using the CLI so data can be pre-migrated. - 更新内容 - 本次更新统一了多端核心架构,并优化 AI、导入、同步和桌面构建稳定性。为下个版本的独立 Web、CLI 与 MCP 能力做准备,使用 CLI 前必须升级至此版本以完成数据预迁移。 -ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 -Documentations: -- DocumentLabel: 用户手册 - DocumentUrl: https://chatlab.fun/cn/usage/how-to-export.html -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.20.0 +PackageLocale: zh-CN +PackageUrl: https://chatlab.fun/cn/ +ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 +Description: |- + ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 + 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 + 核心特性 + - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 + - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 + - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 + - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 + - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 +Tags: +- 聊天 +- 聊天记录 +ReleaseNotes: |- + What's New + This update unifies the core multi-platform architecture and improves AI, import, sync, and desktop build stability. It also prepares for the standalone Web, CLI, and MCP capabilities in the next release; please update before using the CLI so data can be pre-migrated. + 更新内容 + 本次更新统一了多端核心架构,并优化 AI、导入、同步和桌面构建稳定性。为下个版本的独立 Web、CLI 与 MCP 能力做准备,使用 CLI 前必须升级至此版本以完成数据预迁移。 +ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://chatlab.fun/cn/usage/how-to-export.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.yaml index 29c13596dc8f..0d00e5725d22 100644 --- a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.yaml +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: hellodigua.ChatLab -PackageVersion: 0.20.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aa5ee5ed577e6a87f43fbecbc9c762a3beaabf58 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 18:54:27 -0700 Subject: [PATCH 45/66] Automatic update of Discord.Discord.Development 1.0.992 (#377416) --- ...Discord.Discord.Development.installer.yaml | 40 +++++------ ...cord.Discord.Development.locale.en-US.yaml | 66 +++++++++---------- ...cord.Discord.Development.locale.zh-CN.yaml | 58 ++++++++-------- .../1.0.992/Discord.Discord.Development.yaml | 16 ++--- 4 files changed, 90 insertions(+), 90 deletions(-) diff --git a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.installer.yaml index 3b8940badfb7..c7fed556076e 100644 --- a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.installer.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.installer.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.992 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Protocols: -- discord -ProductCode: DiscordDevelopment -Installers: -- Architecture: x64 - InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.992/DiscordDevelopmentSetup.exe - InstallerSha256: DBEE790D8BAEBFB897E3DD3B887EF04A85239DED6B6197B0EA17B15AE3CF97AF -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.992 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.992/DiscordDevelopmentSetup.exe + InstallerSha256: B0E5270F3693BB08D5CEA251CB5C768CAE2506D21081BE8C55CDAC7B1B363922 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.en-US.yaml index 3c4944e054b2..2d549ae97691 100644 --- a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.en-US.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.en-US.yaml @@ -1,33 +1,33 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.992 -PackageLocale: en-US -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: Proprietary -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: Your Place to Talk and Hang Out -Description: |- - Discord is the easiest way to talk over voice, video, and text. - Talk, chat, hang out, and stay close with your friends and communities. -Moniker: discord-development -Tags: -- chat -- community -- gaming -- hang-out -- talk -- video -- voice -- voice-chat -PurchaseUrl: https://discord.com/nitro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.992 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.zh-CN.yaml index 3bce8ea27b52..fb279ca96622 100644 --- a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.zh-CN.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.locale.zh-CN.yaml @@ -1,29 +1,29 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.992 -PackageLocale: zh-CN -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: 专有软件 -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: 玩耍聊天的地方 -Description: |- - Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 - 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 -Tags: -- 开黑 -- 游戏 -- 聊天 -- 语音 -- 语音聊天 -PurchaseUrl: https://discord.com/nitro -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.992 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.yaml index 469e483b08f8..f058e173582b 100644 --- a/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.992/Discord.Discord.Development.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.992 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.992 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7e0a9e6fbf2a859d35c2071a0f583d48ff272a01 Mon Sep 17 00:00:00 2001 From: "Kad D." Date: Thu, 21 May 2026 04:17:38 +0200 Subject: [PATCH 46/66] New version: demkada.ArgyCode version 1.11.0 (#377269) --- .../d/demkada/ArgyCode/1.11.0/demkada.ArgyCode.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/d/demkada/ArgyCode/1.11.0/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/1.11.0/demkada.ArgyCode.installer.yaml index 881d1ddf2b89..33640a9e2de1 100644 --- a/manifests/d/demkada/ArgyCode/1.11.0/demkada.ArgyCode.installer.yaml +++ b/manifests/d/demkada/ArgyCode/1.11.0/demkada.ArgyCode.installer.yaml @@ -5,7 +5,7 @@ Installers: - Architecture: x64 InstallerType: zip InstallerUrl: https://github.com/demkada/argy-code/releases/download/v1.11.0/argy-windows-x64.zip - InstallerSha256: 1dc34e423e7f08d7e9948cb9b29bbf1b3e146b035edda8155f413067c3601fe4 + InstallerSha256: 0904c1a5585b0d2bb1bcbe45b6e1822514eb9d89ab81f8d8193effa770be5711 NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: argy.exe From 78b0cc9fcf50000777486cdbd03d929df295c7ca Mon Sep 17 00:00:00 2001 From: Bang Lee Date: Wed, 20 May 2026 19:21:04 -0700 Subject: [PATCH 47/66] New version: pvolok.mprocs version 0.9.3 (#377382) --- .../mprocs/0.9.3/pvolok.mprocs.installer.yaml | 16 +++++++++++++ .../0.9.3/pvolok.mprocs.locale.en-US.yaml | 23 +++++++++++++++++++ .../p/pvolok/mprocs/0.9.3/pvolok.mprocs.yaml | 7 ++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.installer.yaml create mode 100644 manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.locale.en-US.yaml create mode 100644 manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.yaml diff --git a/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.installer.yaml b/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.installer.yaml new file mode 100644 index 000000000000..e9157cd4fcc8 --- /dev/null +++ b/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: pvolok.mprocs +PackageVersion: 0.9.3 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-05-20 +NestedInstallerFiles: + - RelativeFilePath: mprocs.exe + PortableCommandAlias: mprocs +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/pvolok/mprocs/releases/download/v0.9.3/mprocs-0.9.3-windows-x86_64.zip + InstallerSha256: 206115BD9586974EB0FCC06A50399F865860521E1D4C8AB86477130BBD6ED893 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.locale.en-US.yaml b/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.locale.en-US.yaml new file mode 100644 index 000000000000..f6f3ccd7d65c --- /dev/null +++ b/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: pvolok.mprocs +PackageVersion: 0.9.3 +PackageLocale: en-US +Publisher: Pavel Volokitin +PublisherUrl: https://github.com/pvolok +PackageName: mprocs +PackageUrl: https://github.com/pvolok/mprocs +License: MIT +LicenseUrl: https://github.com/pvolok/mprocs/blob/master/LICENSE +ShortDescription: Run multiple commands in parallel +Description: mprocs runs multiple commands in parallel and shows output of each command separately. It allows you to list commands in mprocs.yaml and switch between their outputs interactively. +Tags: + - cli + - command-line + - multiplexer + - parallel + - process-manager + - terminal +ReleaseNotesUrl: https://github.com/pvolok/mprocs/releases/tag/v0.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.yaml b/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.yaml new file mode 100644 index 000000000000..3a482d5a8a91 --- /dev/null +++ b/manifests/p/pvolok/mprocs/0.9.3/pvolok.mprocs.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: pvolok.mprocs +PackageVersion: 0.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 467c54247670ef62c530fe5b3943a16c86d38a1e Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 21 May 2026 10:24:07 +0800 Subject: [PATCH 48/66] New version: Microsoft.APM version 0.14.1 (#377398) --- .../APM/0.14.1/Microsoft.APM.installer.yaml | 17 +++++++ .../0.14.1/Microsoft.APM.locale.en-US.yaml | 45 +++++++++++++++++++ .../m/Microsoft/APM/0.14.1/Microsoft.APM.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.installer.yaml create mode 100644 manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.yaml diff --git a/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.installer.yaml b/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.installer.yaml new file mode 100644 index 000000000000..71fb5c937199 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.14.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: apm-windows-x86_64/apm.exe +UpgradeBehavior: install +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/apm/releases/download/v0.14.1/apm-windows-x86_64.zip + InstallerSha256: C8C28FDA02BD2C1136F00BB34DACAAAC55037D42E2E07D21142975F4E91D0918 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.locale.en-US.yaml b/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.locale.en-US.yaml new file mode 100644 index 000000000000..63a7fef8b66d --- /dev/null +++ b/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.14.1 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/apm +PublisherSupportUrl: https://github.com/microsoft/apm/issues +Author: Microsoft Corporation +PackageName: APM – Agent Package Manager +PackageUrl: https://microsoft.github.io/apm/ +License: MIT +LicenseUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +ShortDescription: The package manager for AI-Native Development. +Description: |- + An open-source, community-driven dependency manager for AI agents. + Think package.json, requirements.txt, or Cargo.toml — but for AI agent configuration. +Moniker: apm +Tags: +- ai-agents +- claude-code +- codex-cli +- context-engineering +- github-copilot +- package-manager +- prompt-engineering +ReleaseNotes: |- + What's Changed + 🔧 Other Changes + - docs(producer): add zava-agent-config as live golden-path reference by @danielmeppiel in #1384 + - fix(deps): honor SSH user from dependency URL (closes #1383) by @danielmeppiel in #1385 + - docs(changelog): add #1383 SSH user fix entry by @danielmeppiel in #1386 + - fix(install): survive AppLocker/WDAC by staging release before binary test (#1389) by @danielmeppiel in #1390 + - fix(ci): wire coverage observability into CI pipelines (Phase 1) by @sergio-sisternes-epam in #1404 + - fix(install): detect Windows Defender AV block and emit specific guidance by @danielmeppiel in #1408 + - feat(experimental): copilot-app target deploys scheduled prompts to App DB by @danielmeppiel in #1405 + - chore(release): v0.14.1 by @danielmeppiel in #1410 + - fix(uninstall): accept Windows absolute paths as local packages (re-tag v0.14.1) by @danielmeppiel in #1413 + Full Changelog: v0.14.0...v0.14.1 +ReleaseNotesUrl: https://github.com/microsoft/apm/releases/tag/v0.14.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.yaml b/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.yaml new file mode 100644 index 000000000000..ba0e7d8e6df7 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.14.1/Microsoft.APM.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: Microsoft.APM +PackageVersion: 0.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 683a02aacda878319c7ed98af9bdba26c01b4e19 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 10:26:54 +0800 Subject: [PATCH 49/66] Update: Servo.Servo.Nightly version 1.0 (2026-05-20) (#377412) --- .../Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml | 6 +++--- .../Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml index d35df2b66f99..3d70fff9017f 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml @@ -8,13 +8,13 @@ Scope: machine Protocols: - http - https -ProductCode: '{e86d931f-28af-4afe-aa6d-7dc044dea7ca}' +ProductCode: '{5411f318-c075-4405-82b4-42582038e92d}' ReleaseDate: 2026-05-20 AppsAndFeaturesEntries: - DisplayName: ServoShell Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-05-19/servo-x86_64-windows-msvc.exe - InstallerSha256: 61693FF6A9DCC187EEE037F90E7356C999FE1DFD41A70C009570A453F9609F19 + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-05-20/servo-x86_64-windows-msvc.exe + InstallerSha256: 530CA9CB4DD782386BEC698BC09A4D93B3DCA9B9F5FB65EE87E2ABEB87C70CE3 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml index 764142918c03..3b35eb479d8a 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml @@ -19,8 +19,8 @@ Tags: - web - web-browser - webpage -ReleaseNotes: Nightly build based on servo/servo@d7a763e1783e4c48f34ffb68027e02832ad88b28 -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-05-19 +ReleaseNotes: Nightly build based on servo/servo@6b211402127898d4181e753faf326544ad92ecc9 +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-05-20 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki From 72cd002c4d5e02ea0638c5b88b1618f1d52bb47c Mon Sep 17 00:00:00 2001 From: Rick Fleming Date: Wed, 20 May 2026 21:29:58 -0500 Subject: [PATCH 50/66] New version: Acqusys.Taskeract version 2.2.9 (#377418) --- .../Taskeract/2.2.9/Acqusys.Taskeract.installer.yaml | 12 ++++++++++++ .../2.2.9/Acqusys.Taskeract.locale.en-US.yaml | 12 ++++++++++++ .../a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.yaml | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.installer.yaml create mode 100644 manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.locale.en-US.yaml create mode 100644 manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.yaml diff --git a/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.installer.yaml b/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.installer.yaml new file mode 100644 index 000000000000..e0f6901ba9d4 --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Acqusys.Taskeract +PackageVersion: 2.2.9 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://f001.backblazeb2.com/file/taskeract-pub/releases/v2.2.9/Taskeract_2.2.9_x64-setup.exe + InstallerSha256: FD66E2E66A8F3C18DBBD57CFE076C6CF41B0B4DB0C1C280BFD41DB15E9F6B6E5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.locale.en-US.yaml b/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.locale.en-US.yaml new file mode 100644 index 000000000000..bc37155ba83a --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Acqusys.Taskeract +PackageVersion: 2.2.9 +PackageLocale: en-US +Publisher: Acqusys, LLC +PackageName: Taskeract +License: Proprietary +ShortDescription: Desktop app for orchestrating AI coding agents +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.yaml b/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.yaml new file mode 100644 index 000000000000..7d29b3cb5809 --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/2.2.9/Acqusys.Taskeract.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: Acqusys.Taskeract +PackageVersion: 2.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 84e5ef93ca0cf7e3ca8671108e464bb1cf905686 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 19:30:09 -0700 Subject: [PATCH 51/66] Automatic update of kayapater.VideoDownloader 1.6.0 (#377421) --- .../1.6.0/kayapater.VideoDownloader.installer.yaml | 2 +- .../1.6.0/kayapater.VideoDownloader.locale.en-US.yaml | 2 +- .../1.6.0/kayapater.VideoDownloader.locale.tr-TR.yaml | 2 +- .../VideoDownloader/1.6.0/kayapater.VideoDownloader.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml index 9792c397add3..7dea5184f3ef 100644 --- a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml +++ b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: kayapater.VideoDownloader diff --git a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.en-US.yaml b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.en-US.yaml index e042bae10b59..fcd198855a33 100644 --- a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.en-US.yaml +++ b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: kayapater.VideoDownloader diff --git a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.tr-TR.yaml b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.tr-TR.yaml index 19ff9a0e4857..deaff2ab037d 100644 --- a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.tr-TR.yaml +++ b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.locale.tr-TR.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: kayapater.VideoDownloader diff --git a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.yaml b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.yaml index 988e2f30e1c1..aab5025aa7bf 100644 --- a/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.yaml +++ b/manifests/k/kayapater/VideoDownloader/1.6.0/kayapater.VideoDownloader.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Automatically updated by the winget bot at 2026/May/21 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: kayapater.VideoDownloader From 20416cbbec243af2d0c9e17786a996ca0f663014 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 19:30:19 -0700 Subject: [PATCH 52/66] Automatic deletion of IcecreamApps.PDFCandy 3.18 (#377428) --- .../3.18/IcecreamApps.PDFCandy.installer.yaml | 39 ------------------- .../IcecreamApps.PDFCandy.locale.en-US.yaml | 26 ------------- .../PDFCandy/3.18/IcecreamApps.PDFCandy.yaml | 8 ---- 3 files changed, 73 deletions(-) delete mode 100644 manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.installer.yaml delete mode 100644 manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.locale.en-US.yaml delete mode 100644 manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.yaml diff --git a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.installer.yaml b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.installer.yaml deleted file mode 100644 index 723861b82f6f..000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.installer.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.18" -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- bmp -- doc -- docx -- epub -- fb2 -- html -- jpg -- mobi -- ods -- odt -- pdf -- png -- ppt -- pptx -- rtf -- tiff -- xls -- xlsx -Installers: -- Architecture: x86 - InstallerUrl: https://downloadc.icecreamapps.com/pdfcandy_setup.exe - InstallerSha256: E564DE7703F1F3BA0CFB50B091777033AAC42ED24D737D8A7DC06C425A2DAF19 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.locale.en-US.yaml b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.locale.en-US.yaml deleted file mode 100644 index b16b8fc15099..000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.18" -PackageLocale: en-US -Publisher: Icecream Apps -PublisherUrl: https://icecreamapps.com/ -PublisherSupportUrl: https://icecreamapps.com/support.html -PrivacyUrl: https://icecreamapps.com/privacypolicy.html -Author: Icecream Apps, Ltd. -PackageName: PDF Candy Desktop -PackageUrl: https://pdfcandy.com -License: Proprietary -LicenseUrl: https://pdfcandy.com/terms-of-use.html -Copyright: Copyright (c) 2016-2021 PDF Candy. All rights reserved. -ShortDescription: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats. -Description: PDF Candy Desktop is a versatile tool that enables you to convert files from PDF to various supported formats (PDF to DOC, PDF to JPG, etc), convert documents, ebooks and images to PDF, merge PDF, split PDF, extract images and text from PDF, edit PDF metadata, protect PDF and unlock password-protected PDF files. Most modes support processing files in a bulk. All these features are available through modern and user-friendly interface. -Moniker: pdfcandy -Tags: -- converter -- pdf -- pdf-editor -- unlocker -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.yaml b/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.yaml deleted file mode 100644 index 2330aa4cedae..000000000000 --- a/manifests/i/IcecreamApps/PDFCandy/3.18/IcecreamApps.PDFCandy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: IcecreamApps.PDFCandy -PackageVersion: "3.18" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 893c7b74c5b8e1c4d85e634058b10696de724ed6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 10:53:33 +0800 Subject: [PATCH 53/66] New version: LuisPater.CLIProxyAPI version 7.1.19 (#377351) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 ++++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 46 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 ++++++++++ .../7.1.19/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..3c3eae91a12f --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.19/CLIProxyAPI_7.1.19_windows_amd64.zip + InstallerSha256: 97CB6B0F8302535D4837DF63ACE2A8097FB22C57AB602556F04280DD5F54EA25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..3076cafc521c --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - 42e96058712c9054de0953b5f67309708be21770 Merge pull request #3254 from sususu98/fix/antigravity-project-id-onboard + - 8b9ecffc2f9a5f3a03f1e775de45ecc49ca8fe74 Merge pull request #3382 from sususu98/dev + - 48a1c8811541bafe9c7d8992949f53264d07a5ef Merge pull request #3476 from sususu98/fix/codex-context-length-stream-errors-dev + - 21fad9dbb447a2ab70d51d0ac3e3d032525a6054 Merge pull request #3477 from router-for-me/cluster + - 7efc1629baa9cda4a9c957d095e7c4796cfc14ec feat(docker): add cluster-specific docker-compose configuration for CLIProxyAPI + - ad868308c0a499185b3c4341e4a5fc6f91661467 fix codex context length stream errors + - 809feb1e86a66dac5aa76168cce1894526d76706 fix(antigravity): mask project_id in logs + - 33130f18d2d63ed1ddb082c9499d631c10629e00 fix: require antigravity project id + - bfdc0b3989a1f089555994491430ddb2ae3b964b fix: scope antigravity credits fallback gate +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.19 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..9faadab80731 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..cf9812d137c1 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.19/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f3b1f4ba6c13f2100abef302702ea2cf3682b45f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 19:53:52 -0700 Subject: [PATCH 54/66] Automatic deletion of GamePP.GamePP 5.6.28.119 (#377433) --- .../5.6.28.119/GamePP.GamePP.installer.yaml | 30 ------------------- .../GamePP.GamePP.locale.zh-CN.yaml | 21 ------------- .../GamePP/5.6.28.119/GamePP.GamePP.yaml | 8 ----- 3 files changed, 59 deletions(-) delete mode 100644 manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml delete mode 100644 manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml delete mode 100644 manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml diff --git a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml b/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml deleted file mode 100644 index dd40d9d03f4a..000000000000 --- a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: GamePP.GamePP -PackageVersion: 5.6.28.119 -InstallerType: exe -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -ProductCode: 'GamePP3' -AppsAndFeaturesEntries: -- DisplayName: 游戏加加 - Publisher: Game Plus Plus Technology Co. Ltd. - ProductCode: 'GamePP3' -UpgradeBehavior: install -ReleaseDate: 2026-01-19 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.gamepp.com/global/GamePP_International.exe - InstallerSha256: 5F788AE79080E5407E267430E60994B01BECCF60A93B4ED12CF142171D895A74 - AppsAndFeaturesEntries: - - DisplayName: 游戏加加 - Publisher: Game Plus Plus Technology Co. Ltd. - ProductCode: 'GamePP3' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml b/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml deleted file mode 100644 index 0383150f6128..000000000000 --- a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.locale.zh-CN.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: GamePP.GamePP -PackageVersion: 5.6.28.119 -PackageLocale: zh-CN -Publisher: 成都游加佳科技有限公司 -PublisherUrl: https://gamepp.com/about.html -PublisherSupportUrl: https://gamepp.com/support.html -Author: 成都格姆皮皮科技有限公司 -PackageName: 游戏加加 -PackageUrl: https://gamepp.com/download.html -License: Proprietary -LicenseUrl: https://gamepp.com/terms-of-use.html -Copyright: Copyright(c) GamePP.com. All rights reserved -ShortDescription: 游戏加加为您提供实时硬件监控、深度性能评测与AI智能游戏画质,带给您全新电脑性能和游戏体验 -Tags: -- 硬件监控 -ReleaseNotesUrl: https://gamepp.com/log.html -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml b/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml deleted file mode 100644 index d0b7619b8e89..000000000000 --- a/manifests/g/GamePP/GamePP/5.6.28.119/GamePP.GamePP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: GamePP.GamePP -PackageVersion: 5.6.28.119 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 From b4df6bd0d95224a4e3b424224ab96861f9131f60 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 21 May 2026 11:24:11 +0800 Subject: [PATCH 55/66] New version: Sourcegraph.Amp version 0.0.1779313683-gf89f27 (#377386) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..30b4c78d4bc1 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779313683-gf89f27/amp-windows-x64-baseline.exe + InstallerSha256: 08D4319D77256E38A6F7045021565B77FE9516991816810E42497CB4DE00D7AF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..65d90673a07f --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..0d7a28818312 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..47e97bff825a --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779313683-gf89f27/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779313683-gf89f27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bf5e84c15f19c8572d675bafa9c7a4f51d14cf6d Mon Sep 17 00:00:00 2001 From: Johnny Pickle Date: Wed, 20 May 2026 23:27:06 -0400 Subject: [PATCH 56/66] New Version: IDMComputerSolutionsInc.UEStudio version 25.2.0.28 (#377429) --- ...puterSolutions,Inc.UEStudio.installer.yaml | 20 +++++++++++++++++++ ...erSolutions,Inc.UEStudio.locale.en-US.yaml | 16 +++++++++++++++ .../IDMComputerSolutions,Inc.UEStudio.yaml | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml create mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml create mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.yaml diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml new file mode 100644 index 000000000000..4a5d60fa9af4 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 25.2.0.28 +InstallerLocale: en-US +InstallerType: exe +InstallerSwitches: + Silent: /S /SUPPRESSMSGBOXES + SilentWithProgress: /S /SUPPRESSMSGBOXES +ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.ultraedit.com/winget/ues/win/2025.2.0.28/ues_allinone.exe + InstallerSha256: 2106B6092C4870A90F9042BD6589979D84417EFF08E32B3B474F7B2E4BDB4283 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml new file mode 100644 index 000000000000..fbc59187c9b5 --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 25.2.0.28 +PackageLocale: en-US +Publisher: IDM Computer Solutions, Inc. +PublisherUrl: https://www.ultraedit.com/company/about-us +PublisherSupportUrl: https://www.ultraedit.com/support/ +PrivacyUrl: https://www.ideracorp.com/Legal/PrivacyShield +PackageName: UEStudio +PackageUrl: https://www.ultraedit.com/products/uestudio/ +License: Commercial +ShortDescription: A Git-flavored rendition of UltraEdit. UEStudio features native integration of all your Git branches and team collaboration features. Integrates fully with other UltraEdit products. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.yaml new file mode 100644 index 000000000000..a06bd365ac0f --- /dev/null +++ b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.28/IDMComputerSolutions,Inc.UEStudio.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IDMComputerSolutions,Inc.UEStudio +PackageVersion: 25.2.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dbcb083663978a072a6bfc435d675cc61784031d Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:22 -0700 Subject: [PATCH 57/66] Automatic update of payhereinc.PayhereSeller from 3.3.4 to 3.3.5 (#377431) --- .../payhereinc.PayhereSeller.installer.yaml | 15 +++++++++++++++ .../payhereinc.PayhereSeller.locale.en-US.yaml | 16 ++++++++++++++++ .../3.3.5/payhereinc.PayhereSeller.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml new file mode 100644 index 000000000000..aa8f18e56f54 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.5 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop.payhere.in/windows/Payhere-Seller.exe + InstallerSha256: 5C5D3EA99B22E0FC4C58BD09E1A84F1FA8C94B6429583895EE8533FD10EC4456 + AppsAndFeaturesEntries: + - Publisher: payhere inc. + ProductCode: 2778135c-49fa-5035-8784-a1c823cb0e8d +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml new file mode 100644 index 000000000000..133c21692e7c --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.5 +PackageLocale: en-US +Publisher: payhere inc. +PublisherUrl: https://payhere.in/ +PrivacyUrl: https://payhere.in/policy/privacy/ +PackageName: Payhere Seller +License: Proprietary +Copyright: Copyright © 2024 payhere inc. +ShortDescription: Payhere Seller for desktop +Moniker: payhere-seller +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml new file mode 100644 index 000000000000..0f43c472b218 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.5/payhereinc.PayhereSeller.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03b4f5f2736b3c5b58a86d1c0a2e5cf9fa284112 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:32 -0700 Subject: [PATCH 58/66] Automatic deletion of NIUBI.PartitionEditor.Free 10.2.0 (#377444) --- .../NIUBI.PartitionEditor.Free.installer.yaml | 26 ------------------- ...UBI.PartitionEditor.Free.locale.en-US.yaml | 22 ---------------- .../10.2.0/NIUBI.PartitionEditor.Free.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml deleted file mode 100644 index 0017426317e5..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Free -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Free Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Free Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_free.exe - InstallerSha256: B0752ADB111056CC24378DDFB35752CA5034586D3C4255D7BC4A7F5B74B373D2 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml deleted file mode 100644 index dcb45b173f60..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Free -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Free Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml b/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml deleted file mode 100644 index 22ffaef121b8..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Free/10.2.0/NIUBI.PartitionEditor.Free.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Free -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 289ece7c59fc2d5e240284742b2d24f84c14b99b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:42 -0700 Subject: [PATCH 59/66] Automatic deletion of NIUBI.PartitionEditor.Enterprise 10.2.0 (#377445) --- ....PartitionEditor.Enterprise.installer.yaml | 26 ------------------- ...rtitionEditor.Enterprise.locale.en-US.yaml | 22 ---------------- .../NIUBI.PartitionEditor.Enterprise.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml deleted file mode 100644 index 03e4757b5210..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Enterprise -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Enterprise Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Enterprise Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_enterprise.exe - InstallerSha256: 9A5C5D60DD1317968460655F981143BDC35F40BAB32106E3BD622DF3A67E20A7 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml deleted file mode 100644 index fb9c7ddf04a0..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Enterprise -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Enterprise Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml b/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml deleted file mode 100644 index 2936c8d2b226..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Enterprise/10.2.0/NIUBI.PartitionEditor.Enterprise.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Enterprise -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 605db7b0b20edf7db41ed799958474e440cfe684 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:30:53 -0700 Subject: [PATCH 60/66] Automatic deletion of NIUBI.PartitionEditor.Technician 10.2.0 (#377446) --- ....PartitionEditor.Technician.installer.yaml | 26 ------------------- ...rtitionEditor.Technician.locale.en-US.yaml | 22 ---------------- .../NIUBI.PartitionEditor.Technician.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml deleted file mode 100644 index c3cde70b15b1..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Technician -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Technician Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Technician Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_technician.exe - InstallerSha256: BC3B9DD1D75A85AB430FFCE1FA59A85677197877793B9F66C74673E2363111C2 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml deleted file mode 100644 index fb00c4634719..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Technician -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Technician Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml b/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml deleted file mode 100644 index e4a83f2eb6a2..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Technician/10.2.0/NIUBI.PartitionEditor.Technician.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Technician -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 6898c1c24649e684e7f2dfbc240e7276486542f0 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:31:03 -0700 Subject: [PATCH 61/66] Automatic deletion of NIUBI.PartitionEditor.Server 10.2.0 (#377447) --- ...IUBI.PartitionEditor.Server.installer.yaml | 26 ------------------- ...I.PartitionEditor.Server.locale.en-US.yaml | 22 ---------------- .../10.2.0/NIUBI.PartitionEditor.Server.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml deleted file mode 100644 index 09df55528677..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Server -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Server Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Server Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_server.exe - InstallerSha256: F5663625EAFEED26F3082C5616328509DEF45CEB8B84C0B9DDEBF7048770EE94 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml deleted file mode 100644 index ed2158b4d272..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Server -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Server Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml b/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml deleted file mode 100644 index d1fac6fecf2e..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Server/10.2.0/NIUBI.PartitionEditor.Server.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Server -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From bb716c1f64bc9b23e3f77e12da863a34e9a3e12f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 20:31:14 -0700 Subject: [PATCH 62/66] Automatic deletion of NIUBI.PartitionEditor.Professional 10.2.0 (#377448) --- ...artitionEditor.Professional.installer.yaml | 26 ------------------- ...itionEditor.Professional.locale.en-US.yaml | 22 ---------------- .../NIUBI.PartitionEditor.Professional.yaml | 8 ------ 3 files changed, 56 deletions(-) delete mode 100644 manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml delete mode 100644 manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml diff --git a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml b/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml deleted file mode 100644 index f29d84a6e13d..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Professional -PackageVersion: 10.2.0 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NIUBISoft-NPE -ReleaseDate: 2025-01-06 -AppsAndFeaturesEntries: -- DisplayName: NIUBI Partition Editor Professional Edition V10.2.0 - ProductCode: NIUBISoft-NPE -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NIUBISoft\NIUBI Partition Editor Professional Edition' -Installers: -- Architecture: x64 - InstallerUrl: https://www.hdd-tool.com/download/NPE_pro.exe - InstallerSha256: 9E4B9462C3A20ADFFE88F9B187F1AE8777E560B84A9A571F0F4067332B3D5EC6 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml b/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml deleted file mode 100644 index 14a4ecbfd995..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Professional -PackageVersion: 10.2.0 -PackageLocale: en-US -Publisher: NIUBI Technology Co., Ltd. -PublisherUrl: https://www.hdd-tool.com/about.html -PublisherSupportUrl: https://www.hdd-tool.com/support.html -PackageName: NIUBI Partition Editor Professional Edition -PackageUrl: https://www.hdd-tool.com/download.html -License: Proprietary (EULA) -LicenseUrl: https://www.hdd-tool.com/eula.html -Copyright: Copyright (C) 2015-2023 NIUBI Technology Co., Ltd. -ShortDescription: The Safest & Fastest Disk Partition Management Software -ReleaseNotes: > - Resolved an issue that could cause a blue screen when adjusting partitions in - Windows 11 24H2. Added driver for ARM. Optimized some error codes for more - precise troubleshooting. -ReleaseNotesUrl: https://www.hdd-tool.com/download.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml b/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml deleted file mode 100644 index d5ed7988fe1c..000000000000 --- a/manifests/n/NIUBI/PartitionEditor/Professional/10.2.0/NIUBI.PartitionEditor.Professional.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: NIUBI.PartitionEditor.Professional -PackageVersion: 10.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From bd93d7818922a5cc0a4ff95b1f5c3d0cd95b3b23 Mon Sep 17 00:00:00 2001 From: Fei_xiangShi <595834560@qq.com> Date: Thu, 21 May 2026 11:53:27 +0800 Subject: [PATCH 63/66] New version: FeiXiangShi.Rustle version 0.3.3 (#377430) --- .../0.3.3/FeiXiangShi.Rustle.installer.yaml | 26 +++++++++++++++++++ .../FeiXiangShi.Rustle.locale.zh-CN.yaml | 23 ++++++++++++++++ .../Rustle/0.3.3/FeiXiangShi.Rustle.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml create mode 100644 manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml create mode 100644 manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.yaml diff --git a/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml new file mode 100644 index 000000000000..ac54247e4522 --- /dev/null +++ b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FeiXiangShi.Rustle +PackageVersion: 0.3.3 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- rustle +FileExtensions: +- flac +- m4a +- mp3 +- ogg +- opus +- wav +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Fei-xiangShi/Rustle/releases/download/v0.3.3/rustle-windows-x86_64.exe + InstallerSha256: F9597EC07B8D41D2F68C30882FF4367F2334EFE7A4B6940C7623B914D48C603B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-21 diff --git a/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml new file mode 100644 index 000000000000..c41b2d5e663e --- /dev/null +++ b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FeiXiangShi.Rustle +PackageVersion: 0.3.3 +PackageLocale: zh-CN +Publisher: Fei_xiangShi +PublisherUrl: https://github.com/Fei-xiangShi +PublisherSupportUrl: https://github.com/Fei-xiangShi/Rustle/issues +Author: Fei_xiangShi +PackageName: rustle +PackageUrl: https://github.com/Fei-xiangShi/Rustle +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/Fei-xiangShi/Rustle/blob/HEAD/LICENSE +ShortDescription: 一款带有 Apple Music 风格歌词、支持 GPU 加速渲染、使用 Rust 编写的跨平台音乐播放器。 +Description: Rustle 是一款使用 Rust 和 iced 构建的现代音乐播放器,支持网易云音乐在线播放、GPU 加速歌词渲染以及多种音频格式。 +Moniker: rustle +ReleaseNotesUrl: https://github.com/Fei-xiangShi/Rustle/releases/tag/v0.3.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Fei-xiangShi/Rustle/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.yaml b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.yaml new file mode 100644 index 000000000000..2bb49cbadfee --- /dev/null +++ b/manifests/f/FeiXiangShi/Rustle/0.3.3/FeiXiangShi.Rustle.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FeiXiangShi.Rustle +PackageVersion: 0.3.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 7da549018cfc3038f06483254b50d2a2075fe943 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 21 May 2026 06:25:00 +0200 Subject: [PATCH 64/66] New version: Micronaut.Launch version 5.0.0 (#377309) --- .../5.0.0/Micronaut.Launch.installer.yaml | 19 +++++ .../5.0.0/Micronaut.Launch.locale.en-US.yaml | 77 +++++++++++++++++++ .../Launch/5.0.0/Micronaut.Launch.yaml | 8 ++ 3 files changed, 104 insertions(+) create mode 100644 manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.installer.yaml create mode 100644 manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml create mode 100644 manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.yaml diff --git a/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.installer.yaml b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.installer.yaml new file mode 100644 index 000000000000..85d459aed00b --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Micronaut.Launch +PackageVersion: 5.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mn-win-amd64-v5.0.0/bin/mn.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/micronaut-projects/micronaut-starter/releases/download/v5.0.0/mn-win-amd64-v5.0.0.zip + InstallerSha256: 859DBC4D539F0229DC6B6A7615F00F20536FA15B1A95146D2080CC310F63EEF9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml new file mode 100644 index 000000000000..8c275d64c74f --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Micronaut.Launch +PackageVersion: 5.0.0 +PackageLocale: en-US +Publisher: Micronaut Foundation +PublisherUrl: https://micronaut.io/ +PublisherSupportUrl: https://github.com/micronaut-projects/micronaut-starter/issues +PackageName: Micronaut Launch +PackageUrl: https://github.com/micronaut-projects/micronaut-starter +License: Apache-2.0 +LicenseUrl: https://github.com/micronaut-projects/micronaut-starter/blob/HEAD/LICENSE +ShortDescription: Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications +Moniker: micronaut +ReleaseNotes: |- + What's Changed + - Migrate version to mn5 by @wetted in #2462 + - Remove rxjava1 and rxjava2 by @wetted in #2466 + - Remove Microstream features (obsolete for Micronaut Framework 5). by @wetted in #2465 + - update macos intel image for release by @wzaldivar in #3020 + - Bump com.gradleup.shadow:com.gradleup.shadow.gradle.plugin from 9.3.2 to 9.4.0 by @dependabot[bot] in #3018 + - fix(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.0 by @renovate[bot] in #3015 + - chore(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.0 by @renovate[bot] in #3013 + - fix(deps): update dependency org.jobrunr:jobrunr-micronaut-feature to v8.5.1 by @renovate[bot] in #3012 + - fix(deps): update dependency gg.jte:jte-maven-plugin to v3.2.3 by @renovate[bot] in #3010 + - fix(deps): update dependency gg.jte:jte-gradle-plugin to v3.2.3 by @renovate[bot] in #3009 + - chore(deps): update dependency maven to v3.9.14 by @renovate[bot] in #3007 + - fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.243.0 by @renovate[bot] in #2977 + - fix(deps): update dependency com.gradle:develocity-maven-extension to v2.3.4 by @renovate[bot] in #2979 + - Add configuration features and maven ConfigurationValidation block by @sdelamo in #3006 + - Update dependency com.typesafe:config to v1.4.6 by @renovate[bot] in #3023 + - Update dependency io.micronaut.starter:micronaut-starter-aws-cdk to v4.10.10 by @renovate[bot] in #3026 + - Update dependency io.micronaut.aot:micronaut-aot-core to v3.0.0-SNAPSHOT by @renovate[bot] in #3024 + - Update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v8.0.0-SNAPSHOT by @renovate[bot] in #3025 + - Update dependency io.micronaut.testresources:micronaut-test-resources-core to v4.0.0-SNAPSHOT by @renovate[bot] in #3027 + - Update dependency nu.studer.rocker:nu.studer.rocker.gradle.plugin to v3.3.1 by @renovate[bot] in #3028 + - Update dependency org.asciidoctor:asciidoctorj-diagram to v3.2.1 by @renovate[bot] in #3030 + - Update dependency nu.studer.rocker:nu.studer.rocker.gradle.plugin to v3.3.1 by @renovate[bot] in #3029 + - Update dependency org.eclipse.jgit:org.eclipse.jgit to v6.10.1.202505221210-r by @renovate[bot] in #3031 + - Update dependency org.jruby:jruby to v9.4.14.0 by @renovate[bot] in #3032 + - Bump graalvm/setup-graalvm from 1.5.0 to 1.5.2 by @dependabot[bot] in #3060 + - Update graalvm/setup-graalvm action to v1.5.2 - autoclosed by @renovate[bot] in #3057 + - Bump gradle/actions from 5 to 6 by @dependabot[bot] in #3052 + - Update dependency io.micronaut.starter:micronaut-starter-aws-cdk to v4.10.11 by @renovate[bot] in #3056 + - Update dependency org.apache.groovy:groovy to v5.0.5 by @renovate[bot] in #3049 + - Update spring boot to v4.0.5 by @renovate[bot] in #3047 + - Update kotlin monorepo to v2.3.20 by @renovate[bot] in #3045 + - Update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.1 by @renovate[bot] in #3043 + - Update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.4.1 by @renovate[bot] in #3042 + - Enable Rocker optimize flag for build cache compatibility by @ribafish in #3041 + - Update dependency com.gradle:develocity-maven-extension to v2.4.0 by @renovate[bot] in #3051 + - Update dependency com.gradle:develocity-gradle-plugin to v4.4.0 by @renovate[bot] in #3050 + - Update dependency org.jobrunr:jobrunr-micronaut-feature to v8.5.2 by @renovate[bot] in #3044 + - Update micronautCoreVersion to v5.0.0-SNAPSHOT by @renovate[bot] in #3066 + - Update micronautVersion to v5.0.0-SNAPSHOT by @renovate[bot] in #3067 + - Update softprops/action-gh-release action to v2.6.2 by @renovate[bot] in #3070 + - Update dependency io.micronaut.starter:micronaut-starter-aws-cdk to v4.10.12 by @renovate[bot] in #3083 + - Update dependency maven to v3.9.15 by @renovate[bot] in #3084 + - Update dependency com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin to v2.3.7 by @renovate[bot] in #3095 + - Update dependency com.gradle:develocity-gradle-plugin to v4.4.1 by @renovate[bot] in #3096 + - Update dependency org.graalvm.polyglot:js-community to v25.0.3 by @renovate[bot] in #3097 + - Update dependency org.graalvm.sdk:nativeimage to v25.0.3 by @renovate[bot] in #3098 + - Update kotlin monorepo to v2.3.21 by @renovate[bot] in #3099 + - Bump io.micronaut.build.shared.settings from 8.0.0-M17 to 8.0.0-M18 by @dependabot[bot] in #3101 + - Update micronautCoreVersion to v5.0.0-SNAPSHOT by @renovate[bot] in #3100 + - Update dependency org.openrewrite.recipe:rewrite-micronaut to v2.33.5 by @renovate[bot] in #3091 + - major: Switch to security-processor for Micronaut 5.0.0 by @timyates in #2378 + - major: Update EclipseStore feature after processor module extraction by @timyates in #2382 + - Remove obsolete neo4j test harness dependency in favor of Testcontainers Neo4j by @wetted in #2434 + - remove support for Kotlin-on-Maven by @sdelamo in #3103 + New Contributors + - @ribafish made their first contribution in #3041 + Full Changelog: v4.10.10...v5.0.0 +ReleaseNotesUrl: https://github.com/micronaut-projects/micronaut-starter/releases/tag/v5.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.yaml b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.yaml new file mode 100644 index 000000000000..a7d62ea99883 --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.0/Micronaut.Launch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Micronaut.Launch +PackageVersion: 5.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8426a6758d7e6f3869e3b9a3b971491c061def5e Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 21:30:06 -0700 Subject: [PATCH 65/66] Automatic update of Novacura.WindowsClient from 1.0.512 to 1.0.517 (#377449) --- .../Novacura.WindowsClient.installer.yaml | 26 +++++++++++++++++++ .../Novacura.WindowsClient.locale.en-US.yaml | 15 +++++++++++ .../1.0.517/Novacura.WindowsClient.yaml | 8 ++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml create mode 100644 manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml create mode 100644 manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml diff --git a/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml new file mode 100644 index 000000000000..5fdf36802a5f --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.517 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ReleaseDate: 2025-05-15 +AppsAndFeaturesEntries: +- ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Novacura\ConnectWebForms' +Installers: +- Architecture: x64 + InstallerUrl: https://public.novacura.com/public-storage/client-cloud-installers/Flow%20Connect%20-%20Windows%20Client.exe + InstallerSha256: F8B643F2FCDBC80A74C2F8508221BE1A5A92DEC8033E648022F2019892F97C85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml new file mode 100644 index 000000000000..ce3f80bdfb59 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.517 +PackageLocale: en-US +Publisher: Novacura +PublisherUrl: https://www.novacura.com/ +Author: Novacura AB +PackageName: Flow Connect - Windows Client +License: Proprietary +Copyright: Copyright (C) NovaCura AB, all rights reserved +ShortDescription: The Windows client is primarily used for debugging your applications and components. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml new file mode 100644 index 000000000000..a8b17f1fe859 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.517/Novacura.WindowsClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.517 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2196f3528d615c522418f541c67030187628409b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 20 May 2026 21:30:16 -0700 Subject: [PATCH 66/66] Automatic update of NoVirusThanks.OSArmor.Personal from 2.0.5.0 to 2.0.6.0 (#377450) --- ...irusThanks.OSArmor.Personal.installer.yaml | 25 +++++++++++++++ ...sThanks.OSArmor.Personal.locale.en-US.yaml | 31 +++++++++++++++++++ .../NoVirusThanks.OSArmor.Personal.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml create mode 100644 manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml create mode 100644 manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml new file mode 100644 index 000000000000..29c77b0055ea --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Personal +PackageVersion: 2.0.6.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: NoVirusThanks OSArmor_is1 +AppsAndFeaturesEntries: +- ProductCode: NoVirusThanks OSArmor_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NoVirusThanks\OSArmorDevSvc' +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.osarmor.com/latest/osarmor-personal/setup + InstallerSha256: BB30974B456AF260E2A36BC50B92966DCAD77EAF38E279EA4A604C844773528D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml new file mode 100644 index 000000000000..55fa71853a0f --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Personal +PackageVersion: 2.0.6.0 +PackageLocale: en-US +Publisher: NoVirusThanks Company Srl +PublisherUrl: https://www.novirusthanks.com/company/ +PublisherSupportUrl: https://www.wilderssecurity.com/threads/novirusthanks-osarmor-an-additional-layer-of-defense.398859/page-99999 +PrivacyUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +PackageName: NoVirusThanks OSArmor +PackageUrl: https://www.osarmor.com/download/ +License: Proprietary (ToS) +LicenseUrl: https://www.osarmor.com/terms/ +Copyright: (c) 2020-2025 NoVirusThanks™ Company Srl - All rights reserved +CopyrightUrl: https://www.osarmor.com/download/#:~:text=%C2%A9 +ShortDescription: Prevent Malware & Ransomware +Description: > + OSArmor is a Windows OS application that monitors and blocks suspicious processes behaviors to prevent infections by malware, ransomware, and other threats. This tool analyzes parent processes and prevents, for example, MS Word from running cmd.exe or powershell.exe. It prevents ransomware from deleting shadow copies of files via vssadmin.exe, blocks processes with double file extensions (i.e invoice.pdf.exe), blocks USB-spreading malware, and much more. It is lightweight, requires zero user input and protects your system while running in the background. In combination with OSArmor you can also use SysHardener to harden even more Windows OS settings. +ReleaseNotesUrl: https://www.osarmor.com/changelog/#:~:text=v2.0.4.0 +Agreements: +- AgreementLabel: Terms & Privacy Policy + AgreementUrl: https://www.osarmor.com/terms/#tab2:~:text=Application +Documentations: +- DocumentLabel: FAQs + DocumentUrl: https://www.osarmor.com/faqs/ +- DocumentLabel: Video Tutorials + DocumentUrl: https://www.osarmor.com/video-tutorials/ +PurchaseUrl: https://www.osarmor.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml new file mode 100644 index 000000000000..edb62e757416 --- /dev/null +++ b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.6.0/NoVirusThanks.OSArmor.Personal.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NoVirusThanks.OSArmor.Personal +PackageVersion: 2.0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0