From 958166a35e51b8adeeccd5b3ef54330ebcc8e04e Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:16:44 +1100 Subject: [PATCH 001/171] New version: afkarxyz.SpotiFLAC version 7.1.2 (#352455) --- .../7.1.2/afkarxyz.SpotiFLAC.installer.yaml | 22 ++++++++ .../afkarxyz.SpotiFLAC.locale.en-US.yaml | 52 +++++++++++++++++++ .../SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.yaml | 8 +++ 3 files changed, 82 insertions(+) create mode 100644 manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.installer.yaml create mode 100644 manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.locale.en-US.yaml create mode 100644 manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.yaml diff --git a/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.installer.yaml b/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.installer.yaml new file mode 100644 index 000000000000..94499ed7ab7c --- /dev/null +++ b/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.installer.yaml @@ -0,0 +1,22 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: afkarxyz.SpotiFLAC +PackageVersion: 7.1.2 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Gyan.FFmpeg + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ReleaseDate: 2026-03-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/afkarxyz/SpotiFLAC/releases/download/v7.1.2/SpotiFLAC.exe + InstallerSha256: 1E76B1B547FA355DE28E77D7C696E65C3BA3BCE24914E847BB3B14DC220E4BEE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.locale.en-US.yaml b/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.locale.en-US.yaml new file mode 100644 index 000000000000..8c8b1361e5c6 --- /dev/null +++ b/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: afkarxyz.SpotiFLAC +PackageVersion: 7.1.2 +PackageLocale: en-US +Publisher: SpotiFLAC +PublisherUrl: https://github.com/afkarxyz +PublisherSupportUrl: https://github.com/afkarxyz/SpotiFLAC/issues +Author: afkarxyz +PackageName: SpotiFLAC +PackageUrl: https://github.com/afkarxyz/SpotiFLAC +License: MIT +LicenseUrl: https://github.com/afkarxyz/SpotiFLAC/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 afkarxyz +CopyrightUrl: https://github.com/afkarxyz/SpotiFLAC/blob/main/LICENSE +ShortDescription: | + Get Spotify tracks in true FLAC from Tidal, Qobuz, Amazon Music & Deezer — no account required. +Tags: +- spotify +- spotify-downloader +- wails +ReleaseNotes: |- + Changelog + - Added support for M4A/AAC and MP3 formats in the Audio Quality Analyzer + - Added real-time fetching of all tracks in the discography + - Added a warning popup before creating a GitHub issue + - Added audio source information to download history + - Added a discography filter on the artist page + - Added a FLAC thumbnail icon for macOS + - Added a new Audio Resampler tool + - Fixed Spotify rate limit issues #710 #704 #695 #679 #676 #665 #647 + - Improved the Audio Quality Analyzer + - Changed the background color of the download progress info + Downloads + - SpotiFLAC.exe - Windows + - SpotiFLAC.dmg - macOS + - SpotiFLAC.AppImage - Linux + Linux Requirements + The AppImage requires webkit2gtk-4.1 to be installed on your system: + Ubuntu/Debian: + sudo apt install libwebkit2gtk-4.1-0 + Arch Linux: + sudo pacman -S webkit2gtk-4.1 + Fedora: + sudo dnf install webkit2gtk4.1 + After installing the dependency, make the AppImage executable: + chmod +x SpotiFLAC.AppImage + ./SpotiFLAC.AppImage +ReleaseNotesUrl: https://github.com/afkarxyz/SpotiFLAC/releases/tag/v7.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.yaml b/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.yaml new file mode 100644 index 000000000000..5fc95492c960 --- /dev/null +++ b/manifests/a/afkarxyz/SpotiFLAC/7.1.2/afkarxyz.SpotiFLAC.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: afkarxyz.SpotiFLAC +PackageVersion: 7.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 17132ed0116b376c8b8a1aeefada89e79d72e80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:17:44 +0200 Subject: [PATCH 002/171] New version: GAM-Team.gam version 7.39.01 (#353105) --- .../gam/7.39.01/GAM-Team.gam.installer.yaml | 21 ++++++++++ .../7.39.01/GAM-Team.gam.locale.en-US.yaml | 39 +++++++++++++++++++ .../g/GAM-Team/gam/7.39.01/GAM-Team.gam.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.installer.yaml create mode 100644 manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.locale.en-US.yaml create mode 100644 manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.yaml diff --git a/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.installer.yaml new file mode 100644 index 000000000000..2884cd1790c3 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.39.01 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ReleaseDate: 2026-03-27 +AppsAndFeaturesEntries: +- ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%SystemDrive%\GAM7' +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.39.01/gam-7.39.01-windows-arm64.exe + InstallerSha256: E28935BE57B0A4ECB98DE5CF2631F99787885EE78F4D5C046888AB3AD27895B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 000000000000..b0175e0cf0eb --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.39.01 +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.39.01 + Updated gam transfer drive to handle the following error: + ERROR: 403: cannotDeletePermission - The authenticated user cannot delete the permission. + - See Update History +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.39.01 +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.39.01/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.yaml new file mode 100644 index 000000000000..92edfd3c54a6 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.39.01/GAM-Team.gam.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.39.01 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From efd6bb74ea3f9a00f38d6fdc0277ec2cd50e7cbb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:18:56 +0800 Subject: [PATCH 003/171] New version: Fleet.fleetctl version 4.82.2 (#353163) --- .../4.82.2/Fleet.fleetctl.installer.yaml | 25 ++++++++++++++ .../4.82.2/Fleet.fleetctl.locale.en-US.yaml | 34 +++++++++++++++++++ .../4.82.2/Fleet.fleetctl.locale.zh-CN.yaml | 16 +++++++++ .../Fleet/fleetctl/4.82.2/Fleet.fleetctl.yaml | 8 +++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.installer.yaml create mode 100644 manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.locale.en-US.yaml create mode 100644 manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.locale.zh-CN.yaml create mode 100644 manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.yaml diff --git a/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.installer.yaml b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.installer.yaml new file mode 100644 index 000000000000..965218ecf2ba --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.82.2 +InstallerType: zip +NestedInstallerType: portable +Commands: +- fleetctl +ReleaseDate: 2026-03-28 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: fleetctl_v4.82.2_windows_amd64\fleetctl.exe + PortableCommandAlias: fleetctl + InstallerUrl: https://github.com/fleetdm/fleet/releases/download/fleet-v4.82.2/fleetctl_v4.82.2_windows_amd64.zip + InstallerSha256: F7BAA714C0E3CE155A13F8FD55733F98BBBBC8361B39836A0095DB6DC2E90F2B +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: fleetctl_v4.82.2_windows_arm64\fleetctl.exe + PortableCommandAlias: fleetctl + InstallerUrl: https://github.com/fleetdm/fleet/releases/download/fleet-v4.82.2/fleetctl_v4.82.2_windows_arm64.zip + InstallerSha256: F65494EAF8DF124E7082AEA4846CCB0139BC73E7FC1D68426253540B2E8097ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.locale.en-US.yaml b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.locale.en-US.yaml new file mode 100644 index 000000000000..2a4bacc84b45 --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.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: Fleet.fleetctl +PackageVersion: 4.82.2 +PackageLocale: en-US +Publisher: Fleet Device Management Inc. +PublisherUrl: https://fleetdm.com/ +PublisherSupportUrl: https://github.com/fleetdm/fleet/issues +PrivacyUrl: https://fleetdm.com/legal/privacy +Author: Fleet Device Management Inc. +PackageName: fleetctl +PackageUrl: https://github.com/fleetdm/fleet +License: MIT +LicenseUrl: https://github.com/fleetdm/fleet/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026-present Fleet Device Management Inc +ShortDescription: A command line interface (CLI) tool for managing Fleet from the command line. +Description: |- + fleetctl (pronounced "Fleet control") is a command line interface (CLI) tool for managing Fleet from the command line. fleetctl enables a GitOps workflow with Fleet. + fleetctl also provides a quick way to work with all the data exposed by Fleet without having to use the Fleet UI or work directly with the Fleet API. +Tags: +- fleet +ReleaseNotes: |- + Bug fixes + - Fixed the metadata extraction for .pkg macOS installers, which was introduced in 4.77.0 and could prevent updating some installers that were added in a previous Fleet version. + - NOTE: the fix may cause some installers that were added in Fleet 4.77.0 and later to fail to update with the message "The selected package is for different software". In this case, you will have to delete and re-add the installer. This will not only make it possible to update it successfully later, it will also create it with the correct metadata (name, version, bundle identifier). + - Fixed FMA apps not showing up for a fleet when added via GitOps after an automated FMA version update with an unchanged binary. +ReleaseNotesUrl: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.82.2 +PurchaseUrl: https://fleetdm.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://fleetdm.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.locale.zh-CN.yaml b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.locale.zh-CN.yaml new file mode 100644 index 000000000000..4d1af2ed2d52 --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.82.2 +PackageLocale: zh-CN +ShortDescription: 从命令行管理 Fleet 的命令行界面(CLI)工具。 +Description: |- + fleetctl(读作“Fleet control”)是一种命令行界面(CLI)工具,用于通过命令行管理 Fleet。 + fleetctl 还提供了一种快速方法来处理 Fleet 公开的所有数据,而无需使用 Fleet UI 或直接使用 Fleet API。 +ReleaseNotesUrl: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.82.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://fleetdm.com/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.yaml b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.yaml new file mode 100644 index 000000000000..1d36119ad561 --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.82.2/Fleet.fleetctl.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: Fleet.fleetctl +PackageVersion: 4.82.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e9cfb48807f11b4d0a4c2d3804d99444627366a4 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Sun, 29 Mar 2026 11:19:56 -0400 Subject: [PATCH 004/171] OpenCLICollective.jira-ticket-cli version 1.0.49 (#353278) --- ...ICollective.jira-ticket-cli.installer.yaml | 19 +++++++++++++ ...llective.jira-ticket-cli.locale.en-US.yaml | 27 +++++++++++++++++++ .../OpenCLICollective.jira-ticket-cli.yaml | 8 ++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.yaml diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.installer.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.installer.yaml new file mode 100644 index 000000000000..7a35f2f36225 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.49 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jtk.exe + PortableCommandAlias: jtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.49/jtk_1.0.49_windows_amd64.zip + InstallerSha256: 4511c95f4fea38a3a333efb7e36355b5ee39df9d0ec6853cc9ccff292d22ddb2 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.49/jtk_1.0.49_windows_arm64.zip + InstallerSha256: afc81cc4139212ae138e6d47a4fb4cf0efca90ee7375243a1de8b7f1421694ae +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml new file mode 100644 index 000000000000..46df6f18cf95 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.49 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PackageName: Jira Ticket CLI +PackageUrl: https://github.com/open-cli-collective/atlassian-cli/tree/main/tools/jtk +License: MIT +LicenseUrl: https://github.com/open-cli-collective/atlassian-cli/blob/main/tools/jtk/LICENSE +ShortDescription: Command-line interface for Jira Cloud +Description: |- + A CLI tool for managing Jira issues directly from your terminal. + Features include issue creation, viewing, updating, and deletion, + workflow transitions, sprint management, JQL search, and comments. +Tags: +- jira +- atlassian +- cli +- ticket +- issue-tracking +- agile +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.yaml new file mode 100644 index 000000000000..6f1653d648b2 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.49/OpenCLICollective.jira-ticket-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 9767614120b3f07c98c8caa094eeecf67638b110 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Sun, 29 Mar 2026 11:21:01 -0400 Subject: [PATCH 005/171] OpenCLICollective.jira-ticket-cli version 1.0.50 (#353279) --- ...ICollective.jira-ticket-cli.installer.yaml | 19 +++++++++++++ ...llective.jira-ticket-cli.locale.en-US.yaml | 27 +++++++++++++++++++ .../OpenCLICollective.jira-ticket-cli.yaml | 8 ++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.yaml diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.installer.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.installer.yaml new file mode 100644 index 000000000000..2820a1a32a6f --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.50 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jtk.exe + PortableCommandAlias: jtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.50/jtk_1.0.50_windows_amd64.zip + InstallerSha256: 09302071e4c29a324ef80236b96254ab06ae832dcfd4d36ab901a4d751793fcd +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.50/jtk_1.0.50_windows_arm64.zip + InstallerSha256: 89b2b78b0f4c367931cab1a8c9f8613b3516d45aeacee1f0b18a6306050dd20c +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml new file mode 100644 index 000000000000..3b20456fa803 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.50 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PackageName: Jira Ticket CLI +PackageUrl: https://github.com/open-cli-collective/atlassian-cli/tree/main/tools/jtk +License: MIT +LicenseUrl: https://github.com/open-cli-collective/atlassian-cli/blob/main/tools/jtk/LICENSE +ShortDescription: Command-line interface for Jira Cloud +Description: |- + A CLI tool for managing Jira issues directly from your terminal. + Features include issue creation, viewing, updating, and deletion, + workflow transitions, sprint management, JQL search, and comments. +Tags: +- jira +- atlassian +- cli +- ticket +- issue-tracking +- agile +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.yaml new file mode 100644 index 000000000000..25fea6b028cc --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.50/OpenCLICollective.jira-ticket-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From a813fd4c85c88ff2358c6374000e14228dc5debb Mon Sep 17 00:00:00 2001 From: Andres Morey Date: Sun, 29 Mar 2026 18:22:09 +0300 Subject: [PATCH 006/171] New version: Kubetail.Kubetail version 0.12.2 (#353305) Signed-off-by: kubetail-bot Co-authored-by: kubetail-bot --- .../0.12.2/Kubetail.Kubetail.installer.yaml | 19 ++++++++++++++ .../Kubetail.Kubetail.locale.en-US.yaml | 25 +++++++++++++++++++ .../Kubetail/0.12.2/Kubetail.Kubetail.yaml | 8 ++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.installer.yaml create mode 100644 manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.locale.en-US.yaml create mode 100644 manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.yaml diff --git a/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.installer.yaml b/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.installer.yaml new file mode 100644 index 000000000000..eb515b44e04b --- /dev/null +++ b/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Kubetail.Kubetail +PackageVersion: 0.12.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: kubetail.exe + PortableCommandAlias: kubetail +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.12.2/kubetail-windows-amd64.zip + InstallerSha256: 5a884b3e4b0fccc01230817f82cabd3fe72af3798974b86af58d82b5ec49e73e + - Architecture: arm64 + InstallerUrl: https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.12.2/kubetail-windows-arm64.zip + InstallerSha256: 827d9e9fc1ddc6aec05a99b2704eb24f3e5821839b4738237e2e25c77fbd5374 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.locale.en-US.yaml b/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.locale.en-US.yaml new file mode 100644 index 000000000000..e62a9e98f7a9 --- /dev/null +++ b/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Kubetail.Kubetail +PackageVersion: 0.12.2 +PackageLocale: en-US +Publisher: Kubetail +PublisherUrl: https://www.kubetail.com +PublisherSupportUrl: https://github.com/kubetail-org/kubetail/issues +PackageName: Kubetail CLI +PackageUrl: https://github.com/kubetail-org/kubetail +License: Apache-2.0 +LicenseUrl: https://github.com/kubetail-org/kubetail/blob/HEAD/LICENSE +Copyright: Andres Morey +ShortDescription: A real-time logging dashboard for Kubernetes +Moniker: kubetail +Tags: + - cluster + - docker + - k8s + - kubernetes + - logging + - monitoring +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.yaml b/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.yaml new file mode 100644 index 000000000000..e1f50e4e7667 --- /dev/null +++ b/manifests/k/Kubetail/Kubetail/0.12.2/Kubetail.Kubetail.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Kubetail.Kubetail +PackageVersion: 0.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 30e98e02b8dfb6e95af370cbb2ebda6706540134 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:23:18 +1100 Subject: [PATCH 007/171] New version: AdGuard.AdGuardHome.Beta version 0.108.0-b.83 (#353394) --- .../AdGuard.AdGuardHome.Beta.installer.yaml | 23 ++++++++++++ ...AdGuard.AdGuardHome.Beta.locale.en-US.yaml | 37 +++++++++++++++++++ .../AdGuard.AdGuardHome.Beta.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.installer.yaml create mode 100644 manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.locale.en-US.yaml create mode 100644 manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.yaml diff --git a/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.installer.yaml b/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.installer.yaml new file mode 100644 index 000000000000..3b31de672adf --- /dev/null +++ b/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.installer.yaml @@ -0,0 +1,23 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuardHome.Beta +PackageVersion: 0.108.0-b.83 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: AdGuardHome/AdGuardHome.exe +ReleaseDate: 2026-03-13 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.108.0-b.83/AdGuardHome_windows_386.zip + InstallerSha256: D41A37CFD2025BA3B41967DD7091523176BD49AD0DA587A7C12BF2D8411786F7 +- Architecture: x64 + InstallerUrl: https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.108.0-b.83/AdGuardHome_windows_amd64.zip + InstallerSha256: E400C2BED0D590740534D583B3D3EDEEB0CB4C38ACC4A484DCEB6569EB198286 +- Architecture: arm64 + InstallerUrl: https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.108.0-b.83/AdGuardHome_windows_arm64.zip + InstallerSha256: 52E2286773CC40C2712D006899047CF422BF0F44EEFD53CF9F75A4DE2DC2702F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.locale.en-US.yaml b/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..b67a57e48669 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuardHome.Beta +PackageVersion: 0.108.0-b.83 +PackageLocale: en-US +Publisher: AdGuard +PublisherUrl: https://github.com/AdguardTeam +PublisherSupportUrl: https://github.com/AdguardTeam/AdGuardHome/issues +PackageName: AdGuardHome +PackageUrl: https://github.com/AdguardTeam/AdGuardHome +License: GPL-3.0 +LicenseUrl: https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/LICENSE.txt +ShortDescription: AdGuard Home is a network-wide software for blocking ads & tracking. +Tags: +- adblock +- adguard +- dns +- dns-over-https +- dns-over-quic +- dns-over-tls +- dnscrypt +- golang +- open-source +- privacy +ReleaseNotes: |- + Changes compared to the previous beta, v0.108.0-b.82. See CHANGELOG.md for all changes. + Full changelog + Security + - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.26.1. + - Authentication is now applied to requests that have been upgraded from HTTP/2 Cleartext (H2C) requests to public resources. + NOTE: We thank @mandreko for reporting this security issue. + Fixed + - Fixed clients block/unblock when moving clients between allowed and disallowed lists. +ReleaseNotesUrl: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.108.0-b.83 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.yaml b/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.yaml new file mode 100644 index 000000000000..733a24dd2d60 --- /dev/null +++ b/manifests/a/AdGuard/AdGuardHome/Beta/0.108.0-b.83/AdGuard.AdGuardHome.Beta.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdGuard.AdGuardHome.Beta +PackageVersion: 0.108.0-b.83 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f63edba375c2b001dfbe47056d1a0bbcc4bfbe1f Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:24:27 +1100 Subject: [PATCH 008/171] New version: AutomatedLab.AutomatedLab version 5.60.4 (#353425) --- .../AutomatedLab.AutomatedLab.installer.yaml | 21 +++++++++++ ...utomatedLab.AutomatedLab.locale.en-US.yaml | 36 +++++++++++++++++++ .../5.60.4/AutomatedLab.AutomatedLab.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.installer.yaml create mode 100644 manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.locale.en-US.yaml create mode 100644 manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.yaml diff --git a/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.installer.yaml b/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.installer.yaml new file mode 100644 index 000000000000..0b08f3255552 --- /dev/null +++ b/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.installer.yaml @@ -0,0 +1,21 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AutomatedLab.AutomatedLab +PackageVersion: 5.60.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{837A985C-0026-4AFA-A6B9-4FBBF1698463}' +ReleaseDate: 2026-03-13 +AppsAndFeaturesEntries: +- ProductCode: '{837A985C-0026-4AFA-A6B9-4FBBF1698463}' + UpgradeCode: '{6A52C22C-74F0-4CC3-B723-B73A21DB9149}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsPowerShell/Modules' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AutomatedLab/AutomatedLab/releases/download/5.60.4/AutomatedLab.msi + InstallerSha256: BB5607952DB52CA3FF443BF7BB81E28E8030617058452F1B8169E754885B822A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.locale.en-US.yaml b/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.locale.en-US.yaml new file mode 100644 index 000000000000..a89ca5985f1b --- /dev/null +++ b/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AutomatedLab.AutomatedLab +PackageVersion: 5.60.4 +PackageLocale: en-US +Publisher: AutomatedLab Team +PublisherUrl: https://automatedlab.org/ +PublisherSupportUrl: https://github.com/AutomatedLab/AutomatedLab/issues +Author: AutomatedLab Team +PackageName: AutomatedLab +PackageUrl: https://github.com/AutomatedLab/AutomatedLab +License: MIT +LicenseUrl: https://github.com/AutomatedLab/AutomatedLab/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021 Raimund Andrée, Jan-Hendrik Peters +CopyrightUrl: https://github.com/AutomatedLab/AutomatedLab/blob/develop/LICENSE +ShortDescription: AutomatedLab is a provisioning solution and framework that lets you deploy complex labs on HyperV and Azure with simple PowerShell scripts. +Tags: +- active +- active-directory +- automated-deployment +- azure +- deployment +- directory +- domain-controller +- exchange +- hyper +- lab-machine-hyperv +- pki +- powershell +- scripted +- scripted-deployment +ReleaseNotes: This is an automated prerelease deployment +ReleaseNotesUrl: https://github.com/AutomatedLab/AutomatedLab/releases/tag/5.60.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.yaml b/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.yaml new file mode 100644 index 000000000000..4f6108ded9ee --- /dev/null +++ b/manifests/a/AutomatedLab/AutomatedLab/5.60.4/AutomatedLab.AutomatedLab.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AutomatedLab.AutomatedLab +PackageVersion: 5.60.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 16067d39faaca9e0de85be868d64c0a668c72651 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:25:32 +1100 Subject: [PATCH 009/171] New version: Coq.CoqPlatform.Beta version 2025.08.3 (#353436) --- .../Coq.CoqPlatform.Beta.installer.yaml | 27 +++++++++ .../Coq.CoqPlatform.Beta.locale.en-US.yaml | 58 +++++++++++++++++++ .../Beta/2025.08.3/Coq.CoqPlatform.Beta.yaml | 8 +++ 3 files changed, 93 insertions(+) create mode 100644 manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.installer.yaml create mode 100644 manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.locale.en-US.yaml create mode 100644 manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.yaml diff --git a/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.installer.yaml b/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.installer.yaml new file mode 100644 index 000000000000..5fa1ecedf2f1 --- /dev/null +++ b/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.installer.yaml @@ -0,0 +1,27 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coq.CoqPlatform.Beta +PackageVersion: 2025.08.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Rocq-Platform~9.0~2025.08 +ReleaseDate: 2026-03-19 +AppsAndFeaturesEntries: +- DisplayName: Rocq-Platform~9.0~2025.08 + Publisher: The Coq Team + DisplayVersion: ~9.0~2025.08 + ProductCode: Rocq-Platform~9.0~2025.08 +InstallationMetadata: + DefaultInstallLocation: C:\Rocq-Platform~9.0~2025.08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rocq-prover/platform/releases/download/2025.08.3/Rocq-Platform-release-2025.08.3-version.9.0.2025.08-Windows-x86_64-UNSIGNED.exe + InstallerSha256: 770F375E7A4280496E507AA93B31C8EF59E171049023D2B4B2E7A56BD2E9256E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.locale.en-US.yaml b/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..74a5db24c93d --- /dev/null +++ b/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coq.CoqPlatform.Beta +PackageVersion: 2025.08.3 +PackageLocale: en-US +Publisher: Coq +PublisherUrl: https://github.com/coq/platform +PublisherSupportUrl: https://github.com/coq/platform/issues +Author: Coq +PackageName: Coq Beta +PackageUrl: https://github.com/coq/platform +License: CC0-1.0 +LicenseUrl: https://raw.githubusercontent.com/coq/platform/2021.02/COPYING +CopyrightUrl: https://raw.githubusercontent.com/coq/platform/2021.02/COPYING +ShortDescription: Coq is a formal proof management system. +Description: The Coq platform is a distribution of the Coq proof assistant together with a selection of Coq libraries. It provides a set of scripts to compile and install OPAM, Coq, Coq libraries and Coq plugins on MacOS, Windows and many Linux distributions in a reliable way with consistent results. +ReleaseNotes: |- + Rocq Platform – Minor Release (2025.08.3) + This is a minor release that fixes the issue "Rocq cannot find libraries in Rocq Platform" when using a shell. + Bug fixes + - Fix issue where Rocq could not locate libraries when used from a shell environment + The remainder of the release notes is identical to the previous release. + Recommended binary installers + - Windows (64-bit) installer for Rocq 9.0 + - macOS (ARM) installer for Rocq 9.0 + Note: Snap is no longer supported (a replacement is in progress). + General information + See README for general information and installation instructions. + See Charter for the concept and goals of Rocq Platform. + See CEP52 for the Rocq and Rocq Platform release cycle. + See macOS, Linux, and Windows for detailed installation and usage instructions. + Major enhancements + None. + Included Versions of Coq + Recommended Rocq version + - Rocq 9.0.1 with the first package collection from August 2025 + Compatibility Coq versions + The compatibility versions are intended to help porting packages from an older to the latest release. They can be installed in parallel with other versions of Coq (Coq Platform will create separate opam switches for each Coq version). + - Coq 8.20.1 with the first package collection from January 2025 + - Coq 8.19.2 with the first package collection from October 2024 + - Coq 8.18.0 with the first package collection from November 2023 + - Coq 8.17.1 with the first package collection from August 2023 + - Coq 8.16.1 with an updated package collection from August 2023 which is as much as possible compatible with the first 8.17.1 package collection + - Coq 8.16.1 with the first package collection from September 2022 + - Coq 8.15.2 with an updated package collection from September 2022 which is as much as possible compatible with the first 8.16.1 package collection + - Coq 8.15.2 with the first package collection from April 2022 + - Coq 8.14.1 with an updated package collection from April 2022 which is as much as possible compatible with the first 8.15.2 package collection + - Coq 8.14.1 with the first package collection from January 2022 + - Coq 8.13.2 with an updated package collection from January 2022 which is as much as possible compatible with the first 8.14.1 package collection + - Coq 8.13.2 with an updated package collection from September 2021 + - Coq 8.13.2 with the original package collection from February 2021 + - Coq 8.12.2 with the same package collection as the 8.12.2 Coq Platform release + Notes + Binary installers are provided for Rocq 9.0. The installer for macOS (Apple Silicon) and Windows can be downloaded above. +ReleaseNotesUrl: https://github.com/rocq-prover/platform/releases/tag/2025.08.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.yaml b/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.yaml new file mode 100644 index 000000000000..7f71d77d472d --- /dev/null +++ b/manifests/c/Coq/CoqPlatform/Beta/2025.08.3/Coq.CoqPlatform.Beta.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Coq.CoqPlatform.Beta +PackageVersion: 2025.08.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 957cf002da3c7976351f96a98426c0fa35bdd9b9 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:26:39 +1100 Subject: [PATCH 010/171] New version: GianlucaPernigotto.Videomass version 4.0.1 (#353471) --- ...ianlucaPernigotto.Videomass.installer.yaml | 28 +++++++++++ ...lucaPernigotto.Videomass.locale.en-US.yaml | 50 +++++++++++++++++++ .../4.0.1/GianlucaPernigotto.Videomass.yaml | 8 +++ 3 files changed, 86 insertions(+) create mode 100644 manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.installer.yaml create mode 100644 manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.locale.en-US.yaml create mode 100644 manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.yaml diff --git a/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.installer.yaml b/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.installer.yaml new file mode 100644 index 000000000000..c222a417c171 --- /dev/null +++ b/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.installer.yaml @@ -0,0 +1,28 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GianlucaPernigotto.Videomass +PackageVersion: 4.0.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{1608E2C6-6B13-4793-A9A6-6283E3BF1305}_is1' +ReleaseDate: 2022-05-03 +AppsAndFeaturesEntries: +- Publisher: ('Gianluca Pernigotto', '(aka jeanslack)') + DisplayVersion: 4.0.1 (64-bit) + ProductCode: '{1608E2C6-6B13-4793-A9A6-6283E3BF1305}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Videomass' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jeanslack/Videomass/releases/download/v4.0.1/Videomass-v4.0.1-x86_64-Setup.exe + InstallerSha256: 9A51ACCB545D7EEBFBBF45E09D915A47F778BBA26C4418DB4CEC291CDC06D61B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.locale.en-US.yaml b/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.locale.en-US.yaml new file mode 100644 index 000000000000..9adb4c914422 --- /dev/null +++ b/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GianlucaPernigotto.Videomass +PackageVersion: 4.0.1 +PackageLocale: en-US +Publisher: Gianluca Pernigotto +PublisherUrl: https://github.com/jeanslack +PublisherSupportUrl: https://github.com/jeanslack/Videomass/issues +Author: Gianluca Pernigotto +PackageName: Videomass +PackageUrl: https://github.com/jeanslack/Videomass +License: GPL-3.0 +LicenseUrl: https://github.com/jeanslack/Videomass/blob/HEAD/LICENSE +ShortDescription: Videomass is a free, open source and cross-platform GUI for FFmpeg and youtube-dl / yt-dlp. +Moniker: videomass +Tags: +- cross-platform +- ffmpeg-gui +- open-source +- youtube-dl-gui +- yt-dlp-gui +ReleaseNotes: |- + What's Changed + - several improvements, new features and fixes by @jeanslack in #107 + - Timeline editor by @jeanslack in #109 + - improve layout by @jeanslack in #108 + - Rem and impr by @jeanslack in #110 + - release v4.0.0 by @jeanslack in #111 + - release 4.0.1 rc1 by @jeanslack in #112 + - release 4.0.1 rc2 by @jeanslack in #115 + - update CI workflows by @jeanslack in #116 + - improve layout for new features by @jeanslack in #117 + - New features fixes by @jeanslack in #119 + - fix relative and absolute pathnames & other fixes by @jeanslack in #118 + - fix timeline by @jeanslack in #120 + - Update locale by @jeanslack in #124 + - fix duration and timeline by @jeanslack in #121 + - Improve long processing task by @jeanslack in #122 + - Fix outpathnames by @jeanslack in #123 + - update Russian lang by @jeanslack in #125 + - improve icons by @jeanslack in #126 + Full Changelog: v.3.5.8...v.4.0.1 + Debian package + To make a Debian source package (and .deb file too), see Packaging for Debian and derivatives at the Videomass wiki page. + Download and installation + To install videomass on any Operating System, please visit Download and installation web page. +ReleaseNotesUrl: https://github.com/jeanslack/Videomass/releases/tag/v4.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.yaml b/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.yaml new file mode 100644 index 000000000000..2669bf655f21 --- /dev/null +++ b/manifests/g/GianlucaPernigotto/Videomass/4.0.1/GianlucaPernigotto.Videomass.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GianlucaPernigotto.Videomass +PackageVersion: 4.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 15a84d8deb61bdd175ac902a54ffe150caa88595 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:27:41 +1100 Subject: [PATCH 011/171] New version: FredEmmott.HandTrackedCockpitClicking version 1.6.0 (#353478) --- ....HandTrackedCockpitClicking.installer.yaml | 23 +++++++++++++++ ...ndTrackedCockpitClicking.locale.en-US.yaml | 29 +++++++++++++++++++ ...FredEmmott.HandTrackedCockpitClicking.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.installer.yaml create mode 100644 manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.locale.en-US.yaml create mode 100644 manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.yaml diff --git a/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.installer.yaml b/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.installer.yaml new file mode 100644 index 000000000000..a32faf9ce9bb --- /dev/null +++ b/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.installer.yaml @@ -0,0 +1,23 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FredEmmott.HandTrackedCockpitClicking +PackageVersion: 1.6.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{2F0CD440-8D59-4572-AABE-A7B4F75FCD17}' +ReleaseDate: 2026-02-03 +AppsAndFeaturesEntries: +- DisplayName: Hand Tracked Cockpit Clicking (HTCC) + DisplayVersion: 1.6.0.73 + ProductCode: '{2F0CD440-8D59-4572-AABE-A7B4F75FCD17}' + UpgradeCode: '{2F0CD440-8D59-4572-AABE-A7B4E7FFCDCD}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/HTCC' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fredemmott/HTCC/releases/download/v1.6.0/HTCC-v1.6.0.msi + InstallerSha256: 536E8426499E8BF08AA1D969350D60E523D5C23C2610532D818F7F7B2E31546D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.locale.en-US.yaml b/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.locale.en-US.yaml new file mode 100644 index 000000000000..d9388d50e893 --- /dev/null +++ b/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FredEmmott.HandTrackedCockpitClicking +PackageVersion: 1.6.0 +PackageLocale: en-US +Publisher: Fred Emmott +PublisherUrl: https://github.com/fredemmott +PublisherSupportUrl: https://github.com/fredemmott/HTCC/issues +PackageName: Hand Tracked Cockpit Clicking +PackageUrl: https://github.com/fredemmott/HTCC +License: MIT +LicenseUrl: https://github.com/fredemmott/HTCC/blob/HEAD/LICENSE +ShortDescription: OpenXR hand tracking or PointCTRL cockpit interactions for DCS and MSFS +Tags: +- dcs +- dcs-world +- openxr +- openxr-layer +- openxr-layers +- vr +ReleaseNotes: |- + Start by downloading the MSI installer, then read Getting Started. + HTCC continues to support DCS and MSFS 2020; support for MSFS 2024 is not included, however some users have had success and shared their settings on Discord. + - ✨ Added 'grab and move to scroll' option - thanks to @haoxv ! + - 🔒 Settings app no longer automatically runs as admin; it will ask for admin when settings are changed +ReleaseNotesUrl: https://github.com/fredemmott/HTCC/releases/tag/v1.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.yaml b/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.yaml new file mode 100644 index 000000000000..7d63709fd8b7 --- /dev/null +++ b/manifests/f/FredEmmott/HandTrackedCockpitClicking/1.6.0/FredEmmott.HandTrackedCockpitClicking.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FredEmmott.HandTrackedCockpitClicking +PackageVersion: 1.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3e8799a972b0a5684339c9d5dda73c260f1eba1a Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:28:45 +1100 Subject: [PATCH 012/171] New version: Happ.Happ version 2.6.0 (#353481) --- .../Happ/Happ/2.6.0/Happ.Happ.installer.yaml | 23 +++++++++++ .../Happ/2.6.0/Happ.Happ.locale.en-US.yaml | 41 +++++++++++++++++++ manifests/h/Happ/Happ/2.6.0/Happ.Happ.yaml | 8 ++++ 3 files changed, 72 insertions(+) create mode 100644 manifests/h/Happ/Happ/2.6.0/Happ.Happ.installer.yaml create mode 100644 manifests/h/Happ/Happ/2.6.0/Happ.Happ.locale.en-US.yaml create mode 100644 manifests/h/Happ/Happ/2.6.0/Happ.Happ.yaml diff --git a/manifests/h/Happ/Happ/2.6.0/Happ.Happ.installer.yaml b/manifests/h/Happ/Happ/2.6.0/Happ.Happ.installer.yaml new file mode 100644 index 000000000000..f2ea14c4cce2 --- /dev/null +++ b/manifests/h/Happ/Happ/2.6.0/Happ.Happ.installer.yaml @@ -0,0 +1,23 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Happ.Happ +PackageVersion: 2.6.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{3e689cea-b2c3-401f-b42e-0fb22a105679}_is1' +ReleaseDate: 2026-03-20 +AppsAndFeaturesEntries: +- DisplayName: Happ - Proxy Utility 2.6.0(525) + DisplayVersion: 2.6.0(525) + ProductCode: '{3e689cea-b2c3-401f-b42e-0fb22a105679}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\FlyFrogLLC\Happ' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Happ-proxy/happ-desktop/releases/download/2.6.0/setup-Happ.x64.exe + InstallerSha256: F652E272CFC8366A549B6513F94CCF861DC81D1451940137A3392D01B82ABF4F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Happ/Happ/2.6.0/Happ.Happ.locale.en-US.yaml b/manifests/h/Happ/Happ/2.6.0/Happ.Happ.locale.en-US.yaml new file mode 100644 index 000000000000..a1a362bbcb8f --- /dev/null +++ b/manifests/h/Happ/Happ/2.6.0/Happ.Happ.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Happ.Happ +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: Happ +PublisherUrl: https://github.com/Happ-proxy +PublisherSupportUrl: https://github.com/Happ-proxy/happ-desktop/issues +Author: Happ +PackageName: Happ - Proxy Utility +PackageUrl: https://github.com/Happ-proxy/happ-desktop +License: Proprietary +Copyright: Copyright © Happ +ShortDescription: Desktop proxy client powered by Xray core. +Description: Happ is a application designed for convenient proxy server management, powered by the robust Xray core. The app features an intuitive interface and a range of useful functions, making it an essential tool for managing connections. +Moniker: happ +Tags: +- client +- desktop +- network +- proxy +- vpn +ReleaseNotes: |- + - Improved premium status detection reliability in unstable network regions + - Improved subscription handling in restricted regions with blocked check sites + - Added server-side subscription pinning and unpinning + - Fixed crash when backing up proxy settings on Windows + - Fixed window position not restoring correctly when starting minimized + - Fixed subscription URL handling with case-sensitive paths + - Fixed deep links on macOS + - Fixed encrypted subscription silently succeeding when decryption fails + - Fixed subscription section expand behavior + - Fixed announcement disappearing when subscription info updates + Install Happ on Arch Linux: + pacman -U '/tmp/Happ.linux.x64.pkg.tar.zst' + Uninstall: + pacman -Rns happ +ReleaseNotesUrl: https://github.com/Happ-proxy/happ-desktop/releases/tag/2.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Happ/Happ/2.6.0/Happ.Happ.yaml b/manifests/h/Happ/Happ/2.6.0/Happ.Happ.yaml new file mode 100644 index 000000000000..d98f1d209afa --- /dev/null +++ b/manifests/h/Happ/Happ/2.6.0/Happ.Happ.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Happ.Happ +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 739fd933a70e8063d771af27e48d95c175a2fb22 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:29:49 +1100 Subject: [PATCH 013/171] New version: Froststrap.Froststrap version 1.4.1.5 (#353482) --- .../Froststrap.Froststrap.installer.yaml | 18 ++++++++++++++++++ .../Froststrap.Froststrap.locale.en-US.yaml | 18 ++++++++++++++++++ .../1.4.1.5/Froststrap.Froststrap.yaml | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.installer.yaml create mode 100644 manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.locale.en-US.yaml create mode 100644 manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.yaml diff --git a/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.installer.yaml b/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.installer.yaml new file mode 100644 index 000000000000..973c3e96975a --- /dev/null +++ b/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.installer.yaml @@ -0,0 +1,18 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Froststrap.Froststrap +PackageVersion: 1.4.1.5 +InstallerType: exe +InstallerSwitches: + Silent: -quiet +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ReleaseDate: 2026-02-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RealMeddsam/Froststrap/releases/download/v1.4.1.5/Move.to.new.Froststrap.Repo.exe + InstallerSha256: 24E223F3AACAC90FF901F4D3BF6AF853E761074797721B8087291DABC32871D6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.locale.en-US.yaml b/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.locale.en-US.yaml new file mode 100644 index 000000000000..a4ec974e6e25 --- /dev/null +++ b/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Froststrap.Froststrap +PackageVersion: 1.4.1.5 +PackageLocale: en-US +Publisher: RealMeddsam +PublisherUrl: https://github.com/RealMeddsam +PublisherSupportUrl: https://github.com/RealMeddsam/Froststrap/issues +PackageName: Froststrap +PackageUrl: https://github.com/RealMeddsam/Froststrap +License: AGPL-3.0 +LicenseUrl: https://github.com/RealMeddsam/Froststrap/blob/HEAD/LICENSE +ShortDescription: Froststrap is a fork of Bloxstrap and Fishstrap, focused on performance and customization. +ReleaseNotes: This release has been made to update the installer update to the new repo, if you plan to install froststrap, please do so from the new Froststrap Repository +ReleaseNotesUrl: https://github.com/RealMeddsam/Froststrap/releases/tag/v1.4.1.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.yaml b/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.yaml new file mode 100644 index 000000000000..3f819f508ccd --- /dev/null +++ b/manifests/f/Froststrap/Froststrap/1.4.1.5/Froststrap.Froststrap.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Froststrap.Froststrap +PackageVersion: 1.4.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fa8f998869e1e7957569c5ae44b09b9c0c76ee99 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:30:45 +1100 Subject: [PATCH 014/171] New version: Froststrap.Froststrap version 1.5.0 (#353483) --- .../Froststrap.Froststrap.installer.yaml | 18 +++++ .../Froststrap.Froststrap.locale.en-US.yaml | 78 +++++++++++++++++++ .../1.5.0/Froststrap.Froststrap.yaml | 8 ++ 3 files changed, 104 insertions(+) create mode 100644 manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.installer.yaml create mode 100644 manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.locale.en-US.yaml create mode 100644 manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.yaml diff --git a/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.installer.yaml b/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.installer.yaml new file mode 100644 index 000000000000..b428dd1f1aa4 --- /dev/null +++ b/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.installer.yaml @@ -0,0 +1,18 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Froststrap.Froststrap +PackageVersion: 1.5.0 +InstallerType: exe +InstallerSwitches: + Silent: -quiet +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ReleaseDate: 2026-02-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Froststrap/Froststrap/releases/download/v1.5.0/Froststrap-v1.5.0.exe + InstallerSha256: 9B97289DD8ABCF8DE40FB5F6D328EC7191C812B418511344C9EB0F5E60C74C93 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.locale.en-US.yaml b/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.locale.en-US.yaml new file mode 100644 index 000000000000..4330b5a13701 --- /dev/null +++ b/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Froststrap.Froststrap +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: Froststrap +PublisherUrl: https://github.com/Froststrap +PublisherSupportUrl: https://github.com/Froststrap/Froststrap/issues +PackageName: Froststrap +PackageUrl: https://github.com/Froststrap/Froststrap +License: AGPL-3.0 +LicenseUrl: https://github.com/Froststrap/Froststrap/blob/HEAD/LICENSE +ShortDescription: Froststrap is a fork of Bloxstrap and Fishstrap, focused on performance and customization. +ReleaseNotes: |- + The Mods Update + Lowkey spent 1-3 days non-stop working on this upd + Mods Changes + - Added new My Mods page. + - Added kliko modloader inspired ui to my mods page. + - Select mod applying target to player, studio, both, or disabled. + - Select mod priority on applying, the higher it is, the later it gets applied. Mods on top will apply last. + - Drag and drop to add mods easily. + - Open the selected mods folder. + - Moved from MD5 to using file size and last modified to determine if the file has been changed, making it 3x faster. + - Moved from 1 modification folder to allowing multiple mods at the same time. + - Moved your flags into the base froststrap folder. + - Reworked 90% of the mod generator code, it should be way better. + - Moved mod generator to its own page inside of mods. + - Reworked the entirety of the mod generator ui. + - Made mod generator preview download font from our repo instead of using the Roblox files. + - Added color picker to mod generator for easier color selecting. + - Added descriptions to community mods. + - Reworked Community mods information ui. + - Fixed empty space on the right in community mods. + - Made the search bar not require the user to press enter to search in community mods. + - Fixed skyboxes not working even on a game without custom skyboxes. + - Made Preset mods its own page. + - Reworked the custom cursor sets code. + Studio RPC + - Improved Studio RPC Support by adding version installation support using cache. + - Improved the Studio RPC plugin. + - Display developer count if working with other ppl. + - Added button option to the studio RPC to join your game. + Misc + - Removed Memory Cleaner due to instability. + - Removed Roblox Memory Trim due to instability. + - Removed Disable Animations due to instability. + - Removed Disable Hardware Accel due to instability. + - Removed Taskbar Icon due to instability. + - Removed navigation order due to instability. + - Removed the bottom 4 buttons on the settings page. + - Moved to Github Org. + - Moved from x.x.x.x versions to x.x.x versions. + - Added option to download PreReleases, aka test versions automatically within the app. + - Added new 2025 bootstrapper style thanks to fishstrap. + - Fixed Disable Roblox Crash Handler. + - Fixed Process Priority. + - Added Launch Delay and Pre-roblox launch thanks to fishstrap. + - Improved Roblox Settings code. + - Fixed the issue causing you to always be logged out due to the account manager launching method. + - Rewrote some of the Region Selector code. + - Fixed deeplink URL using the wrong one. + - Fixed disable roblox screenshot showing on while it was off. + - Fixed disable roblox recording showing on while it was off. + - Reworked region joining in System Tray/Context menu to be able to select the region directly from there. + - Added Deployment Date to the available channels feature. + - Added Static Directory thanks to fishstrap. + - Added Timestamp to channels thanks to fishstrap. + - Added option to select studio or player when clicking save and launch (ppl muscle memory 😂 ). + - Fixed Roblox settings Float validator not accepting decimals. + - Fixed auto rejoin not joinning priv servers. + and way more! + these lowkey only changes i can remember, rushed changelog too but meh + Reworking account manager ui and everything next big upd hopefully +ReleaseNotesUrl: https://github.com/Froststrap/Froststrap/releases/tag/v1.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.yaml b/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.yaml new file mode 100644 index 000000000000..541314a07fa5 --- /dev/null +++ b/manifests/f/Froststrap/Froststrap/1.5.0/Froststrap.Froststrap.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Froststrap.Froststrap +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 696bc92573780a406e704b8fbcdb61c85101bf00 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 02:31:41 +1100 Subject: [PATCH 015/171] New version: HearthSim.HearthstoneDeckTracker version 1.51.1 (#353488) --- ...hSim.HearthstoneDeckTracker.installer.yaml | 27 +++++++++++++++++++ ...m.HearthstoneDeckTracker.locale.en-US.yaml | 23 ++++++++++++++++ .../HearthSim.HearthstoneDeckTracker.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.installer.yaml create mode 100644 manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml create mode 100644 manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.yaml diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.installer.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.installer.yaml new file mode 100644 index 000000000000..5da459b7d97d --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.installer.yaml @@ -0,0 +1,27 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.51.1 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: HearthstoneDeckTracker +ReleaseDate: 2026-03-26 +AppsAndFeaturesEntries: +- ProductCode: HearthstoneDeckTracker +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\HearthstoneDeckTracker' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HearthSim/HDT-Releases/releases/download/v1.51.1/HDT-Installer.exe + InstallerSha256: 6E3553139CCB2FC669E9110BC57D4541487042F43D4DDDF0D5BA43B86337FAF7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml new file mode 100644 index 000000000000..d5ca64d334a8 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.51.1 +PackageLocale: en-US +Publisher: HearthSim +PublisherUrl: https://hearthsim.net/ +Author: HearthSim +PackageName: Hearthstone Deck Tracker +PackageUrl: https://hsreplay.net/downloads +License: Proprietary +LicenseUrl: https://hearthsim.net/legal/terms-of-service.html +Copyright: Copyright © HearthSim. All Rights Reserved. +CopyrightUrl: https://hearthsim.net/legal/terms-of-service.html +ShortDescription: A deck tracker and deck manager for Hearthstone on Windows +Tags: +- deck-tracker +- game +- hearthstone +ReleaseNotesUrl: https://github.com/HearthSim/HDT-Releases/releases/tag/v1.51.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.yaml b/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.yaml new file mode 100644 index 000000000000..563513740b44 --- /dev/null +++ b/manifests/h/HearthSim/HearthstoneDeckTracker/1.51.1/HearthSim.HearthstoneDeckTracker.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HearthSim.HearthstoneDeckTracker +PackageVersion: 1.51.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 001880fd9211b4074848b70ca0de6218c64e1030 Mon Sep 17 00:00:00 2001 From: shemeshg Date: Sun, 29 Mar 2026 19:02:54 +0300 Subject: [PATCH 016/171] Update MidiRouterClient to version 2.25.0 (#352278) --- .../Shemeshg.MidiRouterClient.installer.yaml | 22 +++++++++++++++++++ ...hemeshg.MidiRouterClient.locale.en-US.yaml | 12 ++++++++++ .../2.25.0/Shemeshg.MidiRouterClient.yaml | 8 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.installer.yaml create mode 100644 manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.locale.en-US.yaml create mode 100644 manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.yaml diff --git a/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.installer.yaml b/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.installer.yaml new file mode 100644 index 000000000000..0f28515bad34 --- /dev/null +++ b/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Shemeshg.MidiRouterClient +PackageVersion: 2.25.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.sourceforge.net/midi-router-client/midi-router-client-2.25.0-win64.exe + InstallerSha256: a4e8b3b3832cc0c3314e97f93d8f79b02c48080d2a2768899d6fcc1a9f6bd178 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://downloads.sourceforge.net/midi-router-client/midi-router-client-2.25.0-win64-ARM.exe + InstallerSha256: 609f261af4d75b4ebe7bedb97936ff275bfc12efb3f369fc2959f5a44f4147b3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.locale.en-US.yaml b/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.locale.en-US.yaml new file mode 100644 index 000000000000..1e479535a679 --- /dev/null +++ b/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Shemeshg.MidiRouterClient +PackageVersion: 2.25.0 +PackageLocale: en-US +Publisher: Shemeshg +PackageName: Midi Router Client +License: MIT License +ShortDescription: Create Midi routes from anywhere to anywhere +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.yaml b/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.yaml new file mode 100644 index 000000000000..1eaef828a8cf --- /dev/null +++ b/manifests/s/Shemeshg/MidiRouterClient/2.25.0/Shemeshg.MidiRouterClient.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Shemeshg.MidiRouterClient +PackageVersion: 2.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 98452e8ba13924e8612c3ee9f05b55adbec105e0 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:03:52 +1100 Subject: [PATCH 017/171] New version: binaricat.Netcatty version 1.0.69 (#352921) --- .../1.0.69/binaricat.Netcatty.installer.yaml | 21 ++++++++ .../binaricat.Netcatty.locale.en-US.yaml | 54 +++++++++++++++++++ .../Netcatty/1.0.69/binaricat.Netcatty.yaml | 8 +++ 3 files changed, 83 insertions(+) create mode 100644 manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.installer.yaml create mode 100644 manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.locale.en-US.yaml create mode 100644 manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.yaml diff --git a/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.installer.yaml b/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.installer.yaml new file mode 100644 index 000000000000..fb26c890fd00 --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.installer.yaml @@ -0,0 +1,21 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.69 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 31df50fe-edbb-5d76-969b-4e1d47e4b7d7 +ReleaseDate: 2026-03-26 +AppsAndFeaturesEntries: +- DisplayName: Netcatty 1.0.69 + ProductCode: 31df50fe-edbb-5d76-969b-4e1d47e4b7d7 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binaricat/Netcatty/releases/download/v1.0.69/Netcatty-1.0.69-win-x64.exe + InstallerSha256: DBEBE0AF21A54DBBC2FF2B167DE4986C70E235879EF31271834C7F3C2C4C75D7 +- Architecture: arm64 + InstallerUrl: https://github.com/binaricat/Netcatty/releases/download/v1.0.69/Netcatty-1.0.69-win-arm64.exe + InstallerSha256: 5ACDD09F1523E5F291E2B4C0A81D5F9341DDB0DCC1DB584A8A7AF3156FA28D97 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.locale.en-US.yaml b/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.locale.en-US.yaml new file mode 100644 index 000000000000..a378b8feac0c --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.69 +PackageLocale: en-US +Publisher: binaricat +PublisherUrl: https://github.com/binaricat +PublisherSupportUrl: https://github.com/binaricat/Netcatty/issues +PackageName: Netcatty +PackageUrl: https://github.com/binaricat/Netcatty +License: GPL-3.0 +LicenseUrl: https://github.com/binaricat/Netcatty/blob/HEAD/LICENSE +Copyright: Copyright © 2026 binaricat +ShortDescription: Netcatty is a modern SSH manager and terminal app with host grouping, SFTP, keychain, port forwarding, and a rich UI. +Tags: +- electron +- electron-app +- radix-ui +- react +- sftp-client +- ssh +- ssh-client +- terminal +- terminal-emulator +- xterm +ReleaseNotes: |- + Download based on your OS: + ───────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + OS │Download + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Windows│Setup x64 Setup arm64 + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + macOS │DMG Apple Silicon DMG Intel X64 + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Linux │AppImage x64 DebPackage x64 RpmPackage x64 + │AppImage arm64 DebPackage arm64 RpmPackage arm64 + ───────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + What's Changed + - feat: Catty Agent support for serial port session command execution by @binaricat in #521 + - refactor: remove SFTP and multi_host_execute tools from MCP server by @binaricat in #523 + - chore: dead code cleanup and architecture layering fixes by @binaricat in #524 + - feat: add global SFTP bookmarks shared across all hosts (#529) by @binaricat in #530 + - feat: terminal command autocomplete system by @binaricat in #527 + - feat: expose advanced AI model parameters in provider settings (#532) by @binaricat in #533 + - fix: prevent double-click update crash and improve update UX (#522) by @binaricat in #531 + - Add session activity indicator and store by @tces1 in #528 + - feat: remote path completion — auto-list files/dirs for cd/ls/cat commands by @binaricat in #534 + - fix: add local autocomplete specs and isolate command history per host by @binaricat in #536 + - perf: reduce workspace and theme switch rerenders by @binaricat in #537 + Full Changelog: v1.0.68...v1.0.69 +ReleaseNotesUrl: https://github.com/binaricat/Netcatty/releases/tag/v1.0.69 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.yaml b/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.yaml new file mode 100644 index 000000000000..b52c8960fb1e --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.69/binaricat.Netcatty.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.69 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 06d0e974acd497847e8f2500d8ba0f63e251d9a2 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:04:56 +1100 Subject: [PATCH 018/171] New version: BaldBeardedBuilder.WeatherforCommandPalette version 1.0.4 (#353330) --- ...er.WeatherforCommandPalette.installer.yaml | 30 ++++++++++++++++++ ...WeatherforCommandPalette.locale.en-US.yaml | 31 +++++++++++++++++++ ...ardedBuilder.WeatherforCommandPalette.yaml | 8 +++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.installer.yaml create mode 100644 manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.locale.en-US.yaml create mode 100644 manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.yaml diff --git a/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.installer.yaml b/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.installer.yaml new file mode 100644 index 000000000000..839407ed9886 --- /dev/null +++ b/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.installer.yaml @@ -0,0 +1,30 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BaldBeardedBuilder.WeatherforCommandPalette +PackageVersion: 1.0.4 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +UpgradeBehavior: install +PackageFamilyName: BaldBeardedBuilder.WeatherforCommandPalette_mz2czbsqj5cj0 +RestrictedCapabilities: +- runFullTrust +ReleaseDate: 2026-03-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/michaeljolley/WeatherExtension/releases/download/v1.0.4/WeatherExtension_1.0.4.0_x64.msix + InstallerSha256: BC1314F3A5D971043587E09EE32D5AFFB0AF156E5678377A0215961C2AF579E5 + SignatureSha256: D1C89D3DB4CF8977C6E170ED448BD8DCBCFFD40CC5C5B3C1E98A3D18D1D31946 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/BaldBeardedBuilder.WeatherforCommandPalette_1.0.4.0_x64__mz2czbsqj5cj0' +- Architecture: arm64 + InstallerUrl: https://github.com/michaeljolley/WeatherExtension/releases/download/v1.0.4/WeatherExtension_1.0.4.0_arm64.msix + InstallerSha256: 7CD4D29AEC8D15BCEA16AE53C43F6CF16083D382E4C8259E9CBCB58EEEC2E6C2 + SignatureSha256: 04D84C7B60218DC57D45736F7CFEE15482D5043718B37260723F98CA525B7E34 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/BaldBeardedBuilder.WeatherforCommandPalette_1.0.4.0_arm64__mz2czbsqj5cj0' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.locale.en-US.yaml b/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.locale.en-US.yaml new file mode 100644 index 000000000000..a498f6997369 --- /dev/null +++ b/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BaldBeardedBuilder.WeatherforCommandPalette +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: Bald Bearded Builder +PublisherUrl: https://github.com/michaeljolley +PublisherSupportUrl: https://github.com/michaeljolley/WeatherExtension/issues +PackageName: Weather for Command Palette +PackageUrl: https://github.com/michaeljolley/WeatherExtension +License: MIT +LicenseUrl: https://github.com/michaeljolley/WeatherExtension/blob/HEAD/LICENSE +ShortDescription: Weather extension for Microsoft Command Palette +ReleaseNotes: |- + What's New in v1.0.4 + 🔍 More Reliable Location Search + We completely rebuilt how location search works under the hood. Searches are now powered by Nominatim with a smart fallback system, so you'll get accurate results even with partial or messy queries — like pasting an address with extra commas. (#39, #41, #43, #44) + 🎨 Visual Polish + Small design tweaks make the weather cards feel a bit more polished. (#37) + 🐛 Bug Fixes + - Missing icons in installed package — Some icons weren't showing up after installation. This is now fixed. (#40, #42) + - Duplicate locations in search results — Searching could sometimes return the same location multiple times. Each result now has a unique identity. (#43, #44) + 📦 Behind the Scenes + - The extension is now available on WinGet — install with winget install BaldBeardedBuilder.WeatherforCommandPalette. (#34) + - Fixed Microsoft Store submission pipeline to use the correct Store publisher identity. (#48) + - Updated release signing and CI workflow for more reliable builds. (#44, #45, #46, #47) + - Refreshed README with download links and images. (#35) +ReleaseNotesUrl: https://github.com/michaeljolley/WeatherExtension/releases/tag/v1.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.yaml b/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.yaml new file mode 100644 index 000000000000..d1409d45ff2f --- /dev/null +++ b/manifests/b/BaldBeardedBuilder/WeatherforCommandPalette/1.0.4/BaldBeardedBuilder.WeatherforCommandPalette.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: BaldBeardedBuilder.WeatherforCommandPalette +PackageVersion: 1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1c0fea77194d46e76c070d14d80f3b68b9384d53 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:05:53 +1100 Subject: [PATCH 019/171] New version: DynamoRIO.DynamoRIO version 11.91.20536 (#353363) --- .../DynamoRIO.DynamoRIO.installer.yaml | 47 +++++++++++++++++++ .../DynamoRIO.DynamoRIO.locale.en-US.yaml | 29 ++++++++++++ .../11.91.20536/DynamoRIO.DynamoRIO.yaml | 8 ++++ 3 files changed, 84 insertions(+) create mode 100644 manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.installer.yaml create mode 100644 manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.locale.en-US.yaml create mode 100644 manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.yaml diff --git a/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.installer.yaml b/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.installer.yaml new file mode 100644 index 000000000000..c3804d505d76 --- /dev/null +++ b/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.installer.yaml @@ -0,0 +1,47 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DynamoRIO.DynamoRIO +PackageVersion: 11.91.20536 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin32/ldmp.exe + PortableCommandAlias: ldmp +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/DRcontrol.exe + PortableCommandAlias: DRcontrol +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/DRkill.exe + PortableCommandAlias: DRkill +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/DRload.exe + PortableCommandAlias: DRload +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/DRstats.exe + PortableCommandAlias: DRstats +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/DRview.exe + PortableCommandAlias: DRview +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/balloon.exe + PortableCommandAlias: balloon +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/closewnd.exe + PortableCommandAlias: closewnd +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/create_process.exe + PortableCommandAlias: create_process +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/drconfig.exe + PortableCommandAlias: drconfig +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/drdisas.exe + PortableCommandAlias: drdisas +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/drinject.exe + PortableCommandAlias: drinject +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/drrun.exe + PortableCommandAlias: drrun +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/dummy.exe + PortableCommandAlias: dummy +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/svccntrl.exe + PortableCommandAlias: svccntrl +- RelativeFilePath: DynamoRIO-Windows-11.91.20536/bin64/winstats.exe + PortableCommandAlias: winstats +ReleaseDate: 2026-03-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/DynamoRIO/dynamorio/releases/download/cronbuild-11.91.20536/DynamoRIO-Windows-11.91.20536.zip + InstallerSha256: B5F83CE74732E4D428538FE0E1714639831E6140DF6BCA26FD739C48508493AD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.locale.en-US.yaml b/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.locale.en-US.yaml new file mode 100644 index 000000000000..3c5176c1dc63 --- /dev/null +++ b/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DynamoRIO.DynamoRIO +PackageVersion: 11.91.20536 +PackageLocale: en-US +Publisher: DynamoRIO +PublisherUrl: https://github.com/DynamoRIO +PublisherSupportUrl: https://github.com/DynamoRIO/dynamorio/issues +PackageName: DynamoRIO +PackageUrl: https://github.com/DynamoRIO/dynamorio +License: BSD-3-Clause-Clear +LicenseUrl: https://github.com/DynamoRIO/dynamorio/blob/HEAD/License.txt +ShortDescription: DynamoRIO is a runtime code manipulation system that supports code transformations on any part of a program, while it executes. +Tags: +- analysis-framework +- binary-analysis +- cache-simulator +- dynamorio +- instrumentation +- linux +- profiling +- simulator +- toolkit +- windows +ReleaseNotes: Auto-generated periodic build. +ReleaseNotesUrl: https://github.com/DynamoRIO/dynamorio/releases/tag/cronbuild-11.91.20536 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.yaml b/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.yaml new file mode 100644 index 000000000000..ce8803bbae5f --- /dev/null +++ b/manifests/d/DynamoRIO/DynamoRIO/11.91.20536/DynamoRIO.DynamoRIO.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DynamoRIO.DynamoRIO +PackageVersion: 11.91.20536 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 81c2ef1290331d3117d41a8041f730ca9716c3bd Mon Sep 17 00:00:00 2001 From: yukimemi Date: Mon, 30 Mar 2026 01:06:59 +0900 Subject: [PATCH 020/171] New version: yukimemi.shun version 4.4.1 (#353469) --- .../shun/4.4.1/yukimemi.shun.installer.yaml | 27 ++++++++++++ .../4.4.1/yukimemi.shun.locale.en-US.yaml | 44 +++++++++++++++++++ .../y/yukimemi/shun/4.4.1/yukimemi.shun.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.installer.yaml create mode 100644 manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.locale.en-US.yaml create mode 100644 manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.yaml diff --git a/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.installer.yaml b/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.installer.yaml new file mode 100644 index 000000000000..566434a6ac48 --- /dev/null +++ b/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yukimemi.shun +PackageVersion: 4.4.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet +UpgradeBehavior: install +ProductCode: shun +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- ProductCode: shun +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\shun' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yukimemi/shun/releases/download/v4.4.1/shun_4.4.1_x64-setup.exe + InstallerSha256: D94415E6553B4F662C156C23106B36C045FBD520ED2A1A5C0E6EF41B204704BB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.locale.en-US.yaml b/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.locale.en-US.yaml new file mode 100644 index 000000000000..70f35e1b1a8d --- /dev/null +++ b/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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: yukimemi.shun +PackageVersion: 4.4.1 +PackageLocale: en-US +Publisher: yukimemi +PublisherUrl: https://github.com/yukimemi +PublisherSupportUrl: https://github.com/yukimemi/shun/issues +PackageName: shun +PackageUrl: https://github.com/yukimemi/shun +License: MIT +LicenseUrl: https://github.com/yukimemi/shun/blob/HEAD/LICENSE +ShortDescription: A cross-platform, keyboard-driven minimal launcher like Alfred/Raycast +Description: |- + shun (瞬) is a cross-platform, keyboard-driven minimal launcher built with Tauri. + Features include fuzzy/exact search, launch history with frecency sorting, args mode, + path & URL completion, slash commands, auto-update, theming, and more. +Moniker: shun +Tags: +- alfred +- keyboard +- launcher +- productivity +- raycast +- tauri +ReleaseNotes: |- + What's Changed + See commits for details. + Installation + Download the installer for your platform from the assets below: + ────────┬──────────────────────────────────────────────────────────────────────────── + Platform│File + ────────┼──────────────────────────────────────────────────────────────────────────── + Windows │*-setup.exe (installer, no admin required) or shun-windows-x64.zip + │(portable) + ────────┼──────────────────────────────────────────────────────────────────────────── + macOS │.dmg + ────────┼──────────────────────────────────────────────────────────────────────────── + Linux │.AppImage or .deb + ────────┴──────────────────────────────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/yukimemi/shun/releases/tag/v4.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.yaml b/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.yaml new file mode 100644 index 000000000000..e85e93c9c5cb --- /dev/null +++ b/manifests/y/yukimemi/shun/4.4.1/yukimemi.shun.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: yukimemi.shun +PackageVersion: 4.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 591a268271d24b68412b5d12b08cd9b8b1f05d6c Mon Sep 17 00:00:00 2001 From: Ruben Date: Sun, 29 Mar 2026 18:08:01 +0200 Subject: [PATCH 021/171] New version: Ruben2776.PicView version 4.2.0 (#353475) --- .../4.2.0/Ruben2776.PicView.installer.yaml | 71 +++++++++++++++++++ .../4.2.0/Ruben2776.PicView.locale.en-US.yaml | 31 ++++++++ .../4.2.0/Ruben2776.PicView.locale.zh-CN.yaml | 28 ++++++++ .../PicView/4.2.0/Ruben2776.PicView.yaml | 8 +++ 4 files changed, 138 insertions(+) create mode 100644 manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.installer.yaml create mode 100644 manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.en-US.yaml create mode 100644 manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.zh-CN.yaml create mode 100644 manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.yaml diff --git a/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.installer.yaml b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.installer.yaml new file mode 100644 index 000000000000..0b1e6d1abb05 --- /dev/null +++ b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.installer.yaml @@ -0,0 +1,71 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Ruben2776.PicView +PackageVersion: 4.2.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- 3fr +- arw +- bmp +- cr2 +- crw +- cut +- dcr +- dds +- dib +- dng +- emf +- erf +- exr +- gif +- hdr +- heic +- ico +- jfif +- jpe +- jpeg +- jpg +- kdc +- mdc +- mef +- mos +- mrw +- nef +- nrw +- orf +- pcx +- pef +- pgm +- png +- psb +- psd +- raf +- raw +- rw2 +- srf +- svg +- tga +- tif +- tiff +- wbmp +- webp +- wmf +- wpg +- x3f +- xbm +- xcf +- xpm +ProductCode: '{F102E394-0FA6-4AEA-826D-9FE699115BAB}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Ruben2776/PicView/releases/download/4.2.0/Setup-PicView-v4.2.0-win-x64.exe + InstallerSha256: 5D71887E67C4FCF295502E7F2D9063411945A44A1CA5B735C2104336549ABC64 +- Architecture: arm64 + InstallerUrl: https://github.com/Ruben2776/PicView/releases/download/4.2.0/Setup-PicView-v4.2.0-win-arm64.exe + InstallerSha256: 030BFF1DACA9B6395180404524E15C8D476A7D5289E2B79F2EEFB6756C7F5318 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.en-US.yaml b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.en-US.yaml new file mode 100644 index 000000000000..5e287994bc39 --- /dev/null +++ b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Ruben2776.PicView +PackageVersion: 4.2.0 +PackageLocale: en-US +Publisher: PicView +PublisherUrl: https://github.com/Ruben2776 +PublisherSupportUrl: https://github.com/Ruben2776/PicView/issues +Author: Ruben Hyldgaard Negendahl +PackageName: PicView +PackageUrl: https://picview.org +License: GPL-3.0 +LicenseUrl: https://github.com/Ruben2776/PicView/blob/dev/LICENSE.txt +Copyright: 2017 - 2024 © Ruben Hyldgaard Negendahl +ShortDescription: 100% free and open source picture viewer +Description: |- + PicView is a fast Picture Viewer with compact UI, that can be hidden. + Features image effects, galleries, light & dark theme, image info and more. + The app can automatically adjusts itself to your screen. +Tags: +- archive +- comic +- image +- photo +- picture +- reader +- viewer +ReleaseNotesUrl: https://github.com/Ruben2776/PicView/releases/tag/4.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.zh-CN.yaml b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.zh-CN.yaml new file mode 100644 index 000000000000..e1f3d35011f6 --- /dev/null +++ b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Ruben2776.PicView +PackageVersion: 4.2.0 +PackageLocale: zh-CN +Publisher: PicView +PublisherUrl: https://github.com/Ruben2776 +PublisherSupportUrl: https://github.com/Ruben2776/PicView/issues +Author: Ruben Hyldgaard Negendahl +PackageName: PicView +PackageUrl: https://picview.org +License: GPL-3.0 +LicenseUrl: https://github.com/Ruben2776/PicView/blob/dev/LICENSE.txt +Copyright: 2017 - 2024 © Ruben Hyldgaard Negendahl +ShortDescription: 100% 免费和开源的图片浏览器 +Description: PicView 是一个快速的图片浏览器,具有可以隐藏的紧凑界面,提供图像特效、画廊、明暗主题、图像信息等功能,并可以根据屏幕自动调整。 +Tags: +- 压缩包 +- 图像 +- 图片 +- 归档 +- 查看器 +- 漫画 +- 照片 +- 阅读器 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.yaml b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.yaml new file mode 100644 index 000000000000..d23f8eb4d940 --- /dev/null +++ b/manifests/r/Ruben2776/PicView/4.2.0/Ruben2776.PicView.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Ruben2776.PicView +PackageVersion: 4.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 662486a6a187be3ba84e8863d8fe0f1c0269add5 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:09:21 +1100 Subject: [PATCH 022/171] New version: Foxlider.FASTER version 1.9g (#353476) --- .../1.9g/Foxlider.FASTER.installer.yaml | 17 ++++++++++ .../1.9g/Foxlider.FASTER.locale.en-US.yaml | 32 +++++++++++++++++++ .../Foxlider/FASTER/1.9g/Foxlider.FASTER.yaml | 8 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.installer.yaml create mode 100644 manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.locale.en-US.yaml create mode 100644 manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.yaml diff --git a/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.installer.yaml b/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.installer.yaml new file mode 100644 index 000000000000..0beb5c4b94e8 --- /dev/null +++ b/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.installer.yaml @@ -0,0 +1,17 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Foxlider.FASTER +PackageVersion: 1.9g +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: FASTER.exe + PortableCommandAlias: faster +ReleaseDate: 2025-07-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Foxlider/FASTER/releases/download/1.9g_102/Release_x64.zip + InstallerSha256: 5D6EC7C0E5BF27B512E1E0C5411F334A55DB138CA05B6286C23C1DED8EC0CF4C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.locale.en-US.yaml b/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.locale.en-US.yaml new file mode 100644 index 000000000000..ed54f41e2844 --- /dev/null +++ b/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Foxlider.FASTER +PackageVersion: 1.9g +PackageLocale: en-US +Publisher: Foxlider +PublisherUrl: https://github.com/Foxlider +PublisherSupportUrl: https://github.com/Foxlider/FASTER/issues +PackageName: FASTER +PackageUrl: https://github.com/Foxlider/FASTER +License: GPL-3.0 +LicenseUrl: https://github.com/Foxlider/FASTER/blob/HEAD/LICENSE +ShortDescription: Full rebuild of Flax's tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods. +Tags: +- FASTER +- arma +- arma3 +ReleaseNotes: |- + Changelog since release v1.9g_100 : + - 784af68 (Merge pull request #245 from Foxlider/feature/Update-1.9, 2025-07-25) + - bf11c6e (Hotfix/Code clean, .Net8 , Workflow, (#243), 2025-07-25) + - ebdb2c5 (Update MainWindow.xaml (#227), 2025-07-17) + - 64cdfbe (Update version and clarify menu labels (#234), 2025-07-17) + - b3ca43e (Merge branch 'master' into feature/Update-1.9, 2025-07-17) + - 5f42fbb (Merge pull request #199 from Foxlider/master, 2024-09-30) +ReleaseNotesUrl: https://github.com/Foxlider/FASTER/releases/tag/1.9g_102 +Documentations: +- DocumentLabel: FASTER Wiki + DocumentUrl: https://github.com/Foxlider/FASTER/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.yaml b/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.yaml new file mode 100644 index 000000000000..aa7a7894e037 --- /dev/null +++ b/manifests/f/Foxlider/FASTER/1.9g/Foxlider.FASTER.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Foxlider.FASTER +PackageVersion: 1.9g +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d26e75dcec0f0f9bd2930918875ea97e4ba9a3bf Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:10:35 +1100 Subject: [PATCH 023/171] New version: Frnsys.Half_earth version 1.0.12 (#353479) --- .../1.0.12/Frnsys.Half_earth.installer.yaml | 24 +++++++++++++++++++ .../Frnsys.Half_earth.locale.en-US.yaml | 20 ++++++++++++++++ .../Half_earth/1.0.12/Frnsys.Half_earth.yaml | 8 +++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.installer.yaml create mode 100644 manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.locale.en-US.yaml create mode 100644 manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.yaml diff --git a/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.installer.yaml b/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.installer.yaml new file mode 100644 index 000000000000..e83489b849ad --- /dev/null +++ b/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.installer.yaml @@ -0,0 +1,24 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Frnsys.Half_earth +PackageVersion: 1.0.12 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: half-earth-socialism-v1.0.12-x86_64-windows/hes-game.exe + PortableCommandAlias: half_earth +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- half_earth +ReleaseDate: 2026-03-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/frnsys/half_earth/releases/download/v1.0.12/half-earth-socialism-v1.0.12-x86_64-windows.zip + InstallerSha256: A1D8284B92AF54BF30947B46D55AE7A28509D643C289F7792827804278818AD5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.locale.en-US.yaml b/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.locale.en-US.yaml new file mode 100644 index 000000000000..9408c907032d --- /dev/null +++ b/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Frnsys.Half_earth +PackageVersion: 1.0.12 +PackageLocale: en-US +Publisher: Frnsys +PublisherUrl: https://github.com/frnsys +PublisherSupportUrl: https://github.com/frnsys/half_earth/issues +Author: Frnsys +PackageName: 'Half-Earth Socialism: The Game' +PackageUrl: https://github.com/frnsys/half_earth +License: AGPL-3.0 +LicenseUrl: https://github.com/frnsys/half_earth/blob/HEAD/LICENSE +ShortDescription: 'Half-Earth Socialism: The Game, for Half-Earth Socialism (Verso 2022)' +Description: ' Try your hand as a global planner of a future society. Play with a wide range of technologies and policies spanning different fields and ideologies. Will you lead the world to ecological utopia or planetary ruin? ' +Moniker: half_earth +ReleaseNotesUrl: https://github.com/frnsys/half_earth/releases/tag/v1.0.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.yaml b/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.yaml new file mode 100644 index 000000000000..9598a75889ba --- /dev/null +++ b/manifests/f/Frnsys/Half_earth/1.0.12/Frnsys.Half_earth.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Frnsys.Half_earth +PackageVersion: 1.0.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 103eca1dec00204af9f48b34b50d7ab63ea3ebcb Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:11:55 +1100 Subject: [PATCH 024/171] New version: Hawaii_Beach.TinyNvidiaUpdateChecker version 1.23.0 (#353486) --- ...ach.TinyNvidiaUpdateChecker.installer.yaml | 18 +++++++++++ ....TinyNvidiaUpdateChecker.locale.en-US.yaml | 31 +++++++++++++++++++ .../Hawaii_Beach.TinyNvidiaUpdateChecker.yaml | 8 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.installer.yaml create mode 100644 manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.locale.en-US.yaml create mode 100644 manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.yaml diff --git a/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.installer.yaml b/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.installer.yaml new file mode 100644 index 000000000000..fffdec295de1 --- /dev/null +++ b/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.installer.yaml @@ -0,0 +1,18 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hawaii_Beach.TinyNvidiaUpdateChecker +PackageVersion: 1.23.0 +InstallerType: portable +Commands: +- TinyNvidiaUpdateChecker +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2026-02-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ElPumpo/TinyNvidiaUpdateChecker/releases/download/v1.23.0/TinyNvidiaUpdateChecker.exe + InstallerSha256: D8138797926E693A472696EF25F9D7208CEEB59BADF17EB933BD650DB051F99B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.locale.en-US.yaml b/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.locale.en-US.yaml new file mode 100644 index 000000000000..bcf88136eb07 --- /dev/null +++ b/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hawaii_Beach.TinyNvidiaUpdateChecker +PackageVersion: 1.23.0 +PackageLocale: en-US +Publisher: Hawaii_Beach +PublisherUrl: https://github.com/ElPumpo +PublisherSupportUrl: https://github.com/ElPumpo/TinyNvidiaUpdateChecker/issues +PackageName: TinyNvidiaUpdateChecker +PackageUrl: https://github.com/ElPumpo/TinyNvidiaUpdateChecker +License: GPL-3.0 +LicenseUrl: https://github.com/ElPumpo/TinyNvidiaUpdateChecker/blob/HEAD/LICENSE +Copyright: Copyright © Hawaii_Beach 2016-present +ShortDescription: GeForce Experience sucks, this is the best open sourced AND lightweight NVIDIA GPU update checker. +Tags: +- check +- driver +- gpu +- nvidia +- update +- windows +ReleaseNotes: |- + [1.23.0] - 2026-02-23 + Changed + - Fallback to New Metadata Handler if GPU metadata was not found in Zenith repo + - Checksum calculation method changed to GitHub API SHA256 from MD5 + - Updated dependencies +ReleaseNotesUrl: https://github.com/ElPumpo/TinyNvidiaUpdateChecker/releases/tag/v1.23.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.yaml b/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.yaml new file mode 100644 index 000000000000..cc85f454d5d2 --- /dev/null +++ b/manifests/h/Hawaii_Beach/TinyNvidiaUpdateChecker/1.23.0/Hawaii_Beach.TinyNvidiaUpdateChecker.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Hawaii_Beach.TinyNvidiaUpdateChecker +PackageVersion: 1.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c7d7f673b26b65f6a0d8c71801ea858f507ea567 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:13:03 +1100 Subject: [PATCH 025/171] New version: fifty-six.Scarab version 2.7.0.0 (#353487) --- .../2.7.0.0/fifty-six.Scarab.installer.yaml | 16 ++++++++++ .../fifty-six.Scarab.locale.en-US.yaml | 29 +++++++++++++++++++ .../Scarab/2.7.0.0/fifty-six.Scarab.yaml | 8 +++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.installer.yaml create mode 100644 manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.locale.en-US.yaml create mode 100644 manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.yaml diff --git a/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.installer.yaml b/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.installer.yaml new file mode 100644 index 000000000000..4e0a9b4afd2e --- /dev/null +++ b/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.installer.yaml @@ -0,0 +1,16 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: fifty-six.Scarab +PackageVersion: 2.7.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Scarab.exe +ReleaseDate: 2025-12-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fifty-six/Scarab/releases/download/v2.7.0.0/windows.zip + InstallerSha256: 5F243D82AC141EF9DE7B1ECA9AF91C7FA6FBE970CDAA21354517B0087D863723 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.locale.en-US.yaml b/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.locale.en-US.yaml new file mode 100644 index 000000000000..ce68eabadbaf --- /dev/null +++ b/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: fifty-six.Scarab +PackageVersion: 2.7.0.0 +PackageLocale: en-US +Publisher: fifty-six +PublisherUrl: https://github.com/fifty-six +PublisherSupportUrl: https://github.com/fifty-six/Scarab/issues +PackageName: Scarab +PackageUrl: https://github.com/fifty-six/Scarab +License: GPL-3.0 +LicenseUrl: https://github.com/fifty-six/Scarab/blob/HEAD/LICENSE +ShortDescription: This is a mod manager for Hollow Knight aimed at making the process of installing mods easier for users. +ReleaseNotes: |- + Bump version + This release has + - Skipping Scarab updates and showing their changelogs + - Better support for proton (controllers should work better) + - Markdown fixes + - Slightly improved dep handling + - Better handling of broken installs + - Updated avalonia + - --version cli flag + In the works is currently flatpak support, which I plan on getting onto flathub, as well as just some stability stuff I haven't gotten to + quite yet. Sorry for the wait. I'd like to ideally get some of that stuff done soon-ish, but I'm bad with timelines so no promises. +ReleaseNotesUrl: https://github.com/fifty-six/Scarab/releases/tag/v2.7.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.yaml b/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.yaml new file mode 100644 index 000000000000..8e5bd497e175 --- /dev/null +++ b/manifests/f/fifty-six/Scarab/2.7.0.0/fifty-six.Scarab.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: fifty-six.Scarab +PackageVersion: 2.7.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ee5f7a058b5e940d0d1edcacb48c0da8b7af109e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:14:08 +0800 Subject: [PATCH 026/171] New version: Baidu.Comate version 1.4.0 (#353493) --- .../Comate/1.4.0/Baidu.Comate.installer.yaml | 154 ++++++++++++++++++ .../1.4.0/Baidu.Comate.locale.en-US.yaml | 19 +++ .../1.4.0/Baidu.Comate.locale.zh-CN.yaml | 34 ++++ .../b/Baidu/Comate/1.4.0/Baidu.Comate.yaml | 8 + 4 files changed, 215 insertions(+) create mode 100644 manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.installer.yaml create mode 100644 manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.en-US.yaml create mode 100644 manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.zh-CN.yaml create mode 100644 manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.yaml diff --git a/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.installer.yaml new file mode 100644 index 000000000000..996586d0d15d --- /dev/null +++ b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 1.4.0 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- comate +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{E1BCCBB0-0C31-40C1-AB8D-2AE2E6C3C2F2}}_is1' +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/5ab44bbb6bc38db0be4caa8f2d65a4d6f56ffd54-246558738/Comate-win32-x64-user-setup.exe + InstallerSha256: 300B164F07D2A93AEE1EE23BF61ED46BCAE0FEE8B17226388BC920F285424909 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 000000000000..4c56291cf942 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.en-US.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: Baidu.Comate +PackageVersion: 1.4.0 +PackageLocale: en-US +PublisherUrl: https://comate.baidu.com/en +License: Proprietary +ShortDescription: Intelligent coding capabilities throughout the entire development process along with enhanced multimodal abilities. Install now to start a seamless and natural intelligent development experience. +PurchaseUrl: https://comate.baidu.com/en/pricing +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: Tutorials + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: FAQ + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 000000000000..eea3f97ce97c --- /dev/null +++ b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.locale.zh-CN.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: Baidu.Comate +PackageVersion: 1.4.0 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://comate.baidu.com/ +PublisherSupportUrl: https://developer.baidu.com/singleTagPage.html?tagId=326 +PrivacyUrl: https://cloud.baidu.com/doc/COMATE/s/2lxiygl2z +Author: 北京百度网讯科技有限公司 +PackageName: Comate +PackageUrl: https://comate.baidu.com/download +License: 专有软件 +LicenseUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +Copyright: © 2026 Baidu +CopyrightUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +ShortDescription: 智能编码能力深度融入开发全流程,多模态能力全面增强,一键安装、畅享自然流畅的智能开发体验。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +PurchaseUrl: https://comate.baidu.com/pricing +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: 教学课程 + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: 常见问题 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.yaml new file mode 100644 index 000000000000..48bc7a981418 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.4.0/Baidu.Comate.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: Baidu.Comate +PackageVersion: 1.4.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 9e95f534bc78138539827f66c6d60fbad7e1da40 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:15:03 +0800 Subject: [PATCH 027/171] New version: MartinBresson.Executor version 2.2.9 (#353496) --- .../MartinBresson.Executor.installer.yaml | 19 ++++++++ .../MartinBresson.Executor.locale.en-US.yaml | 45 +++++++++++++++++++ .../2.2.9/MartinBresson.Executor.yaml | 8 ++++ 3 files changed, 72 insertions(+) create mode 100644 manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.installer.yaml create mode 100644 manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.locale.en-US.yaml create mode 100644 manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.yaml diff --git a/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.installer.yaml b/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.installer.yaml new file mode 100644 index 000000000000..e2ea32c3a3ae --- /dev/null +++ b/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MartinBresson.Executor +PackageVersion: 2.2.9 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: Executor_is1 +ReleaseDate: 2026-03-29 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Executor' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/executordk/executor-community/releases/download/2.2.9/ExecutorSetup_v2.2.9.exe + InstallerSha256: 762586C9930203A9D16D578DBE788ABCEE7CFCCE8B7B24B5A4C076C27EF5D98E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.locale.en-US.yaml b/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.locale.en-US.yaml new file mode 100644 index 000000000000..45a114b7968f --- /dev/null +++ b/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MartinBresson.Executor +PackageVersion: 2.2.9 +PackageLocale: en-US +Publisher: Martin Bresson +PublisherUrl: https://catswithfunnyhats.com/ +PublisherSupportUrl: https://github.com/executordk/executor-community/issues +Author: Martin Bresson +PackageName: Executor +PackageUrl: https://executor.dk/ +License: Freeware +Copyright: Copyright © 2007-2026 Martin Bresson. +ShortDescription: Executor the desktop workflow application for Windows. Speed up your daily workflow, opening things and doing things. +Description: |- + Executor the desktop workflow application for Windows. Speed up your daily workflow, opening things and doing things. + + Key Features: + - Launch applications, files, folders, websites, web services (with parameters) and prompts in milliseconds. + - Trigger multiple actions with one text command and/or hotkey. + - Let's be an expert in opening up the world instead of trying to put the whole world inside of Executor (as some alternatives try to do). + - Take the clipboard to a new level, swiftly trigger system commands, do fast calculations, manage running applications and more. + - Tailor keywords, appearance, hotkeys, and behavior to perfectly match your daily workflow. + - Customize the look and feel with various skins and theming options to match your desktop setup. +Tags: +- ai +- desktop +- launcher +- workflow +ReleaseNotes: |- + Improvements + - When right clicking an item in the clipboard list you can select "Copy & Paste it to current window". + - Added some optional timing parameters to $SENDTEXT2$ and $SENDTEXT3$, see docs for more info. + - Added -skin ow to toggle one window setting. +ReleaseNotesUrl: https://executor.dk/updates#v2209 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://executor.dk/docs +- DocumentLabel: Tips & tricks + DocumentUrl: https://executor.dk/tips +- DocumentLabel: Community + DocumentUrl: https://github.com/executordk/executor-community/discussions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.yaml b/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.yaml new file mode 100644 index 000000000000..3cf28d5e9cb6 --- /dev/null +++ b/manifests/m/MartinBresson/Executor/2.2.9/MartinBresson.Executor.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: MartinBresson.Executor +PackageVersion: 2.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cca6752d1a0dbf0a9505199122557196ddd54728 Mon Sep 17 00:00:00 2001 From: hitalin Date: Mon, 30 Mar 2026 01:16:00 +0900 Subject: [PATCH 028/171] New version: Hitalin.NoteDeck version 0.9.4 (#353497) --- .../0.9.4/Hitalin.NoteDeck.installer.yaml | 21 ++++++++++++ .../0.9.4/Hitalin.NoteDeck.locale.en-US.yaml | 24 ++++++++++++++ .../0.9.4/Hitalin.NoteDeck.locale.ja-JP.yaml | 33 +++++++++++++++++++ .../NoteDeck/0.9.4/Hitalin.NoteDeck.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.installer.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.en-US.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.ja-JP.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.yaml diff --git a/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 000000000000..075233323bd1 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 0.9.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.9.4/NoteDeck-0.9.4-windows-x64-setup.exe + InstallerSha256: 91BE87128FF9C717A3AABAB1386BFE919F01A60D2AF7A53E6E4432955590329E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 000000000000..90ee4e0db999 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.en-US.yaml @@ -0,0 +1,24 @@ +# 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: Hitalin.NoteDeck +PackageVersion: 0.9.4 +PackageLocale: en-US +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE +ShortDescription: A multi-platform deck client for Misskey and its forks +Description: |- + NoteDeck is a deck client for Misskey and its forks. + It provides efficient multi-server timeline viewing with features like local full-text search, + AI integration, and localhost API that are only possible with a native desktop application. +Tags: +- deck +- fediverse +- misskey +- social-media +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 000000000000..1ec9f264153c --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 0.9.4 +PackageLocale: ja-JP +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PublisherSupportUrl: https://github.com/hitalin/notedeck/issues +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE +ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント +Description: |- + NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 + 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など + デスクトップネイティブならではの機能を備えています。 +Tags: +- deck +- fediverse +- misskey +- social-media +ReleaseNotes: |- + What's Changed + Other Changes + - ランディングページ: 比較テーブル削除・機能ハイライトカード化 by @hitalin in #261 + - ランディングページ: オープンソースカードを削除 by @hitalin in #262 + - Release v0.9.4 by @hitalin in #265 + Full Changelog: v0.9.3...v0.9.4 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.9.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.yaml new file mode 100644 index 000000000000..548f614bc5d4 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.9.4/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 0.9.4 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From aaedb2a6a03c87a52b488662bdb94b86e341c037 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:43:52 +1100 Subject: [PATCH 029/171] New version: GitHub.smimesign version 0.2.0 (#353490) --- .../0.2.0/GitHub.smimesign.installer.yaml | 32 +++++++++++++++++++ .../0.2.0/GitHub.smimesign.locale.en-US.yaml | 29 +++++++++++++++++ .../smimesign/0.2.0/GitHub.smimesign.yaml | 8 +++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.installer.yaml create mode 100644 manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.locale.en-US.yaml create mode 100644 manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.yaml diff --git a/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.installer.yaml b/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.installer.yaml new file mode 100644 index 000000000000..5e66434bd60c --- /dev/null +++ b/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.installer.yaml @@ -0,0 +1,32 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.smimesign +PackageVersion: 0.2.0 +ReleaseDate: 2021-12-06 +Installers: +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: smimesign.exe + InstallerUrl: https://github.com/github/smimesign/releases/download/v0.2.0/smimesign-windows-386-v0.2.0.zip + InstallerSha256: 259E6E94FABD294E25EE5F71E8395E8C02B7BCF45A56A769B99943549AE88BD1 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: smimesign.exe + InstallerUrl: https://github.com/github/smimesign/releases/download/v0.2.0/smimesign-windows-amd64-v0.2.0.zip + InstallerSha256: E6CCD16F61B5D3405836168ACF782D4E52164BAFAE35004329BBA41A94CD8329 +- InstallerLocale: en-US + Architecture: x86 + InstallerType: inno + InstallerUrl: https://github.com/github/smimesign/releases/download/v0.2.0/smimesign-windows-v0.2.0.exe + InstallerSha256: 64FEE48CA051397ED05DB62E371180CFB3450C417C9F4E0F1309D453A54738CC + ProductCode: '{4F942266-232E-4F47-8D44-A6BEE366A2A0}_is1' + AppsAndFeaturesEntries: + - DisplayName: 0.2.0 + ProductCode: '{4F942266-232E-4F47-8D44-A6BEE366A2A0}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.locale.en-US.yaml b/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.locale.en-US.yaml new file mode 100644 index 000000000000..0852408a5e71 --- /dev/null +++ b/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.smimesign +PackageVersion: 0.2.0 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/github +PublisherSupportUrl: https://github.com/github/smimesign/issues +PackageName: smimesign +PackageUrl: https://github.com/github/smimesign +License: MIT +LicenseUrl: https://github.com/github/smimesign/blob/HEAD/LICENSE.md +Copyright: GitHub, Inc. +ShortDescription: An S/MIME signing utility for use with Git +Tags: +- git +- signing +- smime +ReleaseNotes: |- + Release notes: + - Three dependencies have now been moved into github.com/smimesign directly: + - github.com/smimesign/certstore + - github.com/smimesign/fakeca + - github.com/smimesign/ietf-cms + There are no other changes. The minor version bump delineates the presence of the new packages inside smimesign itself. +ReleaseNotesUrl: https://github.com/github/smimesign/releases/tag/v0.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.yaml b/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.yaml new file mode 100644 index 000000000000..b33fb4e67caa --- /dev/null +++ b/manifests/g/GitHub/smimesign/0.2.0/GitHub.smimesign.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.smimesign +PackageVersion: 0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a54bed46afbf3d01915ed8a2ec4ae2da51bc3437 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:46:57 +1100 Subject: [PATCH 030/171] New version: AdamGell.CMTraceOpen version 1.0.0 (#353331) --- .../1.0.0/AdamGell.CMTraceOpen.installer.yaml | 43 +++++++++++ .../AdamGell.CMTraceOpen.locale.en-US.yaml | 73 +++++++++++++++++++ .../1.0.0/AdamGell.CMTraceOpen.yaml | 8 ++ 3 files changed, 124 insertions(+) create mode 100644 manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.installer.yaml create mode 100644 manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.locale.en-US.yaml create mode 100644 manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.yaml diff --git a/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.installer.yaml b/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.installer.yaml new file mode 100644 index 000000000000..dc45103b1b20 --- /dev/null +++ b/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.installer.yaml @@ -0,0 +1,43 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AdamGell.CMTraceOpen +PackageVersion: 1.0.0 +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v1.0.0/CMTrace-Open_1.0.0_x64.exe + InstallerSha256: 08D19DD83243C3CE6ECDD104B4535BA27E9FFF47B5DB58BC383F1D95B9EE9107 +- Architecture: arm64 + InstallerType: portable + InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v1.0.0/CMTrace-Open_1.0.0_arm64.exe + InstallerSha256: EC38C1ED9A1BBDA10DA399777B1B82C008BE2DBE42F77893918D1D0BA90D3265 +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v1.0.0/CMTrace-Open_1.0.0_x64.msi + InstallerSha256: F148A3666F67D30DC2F05D55D665101CBA1D72046A4EDFFA9947F9E821CCE119 + ProductCode: '{DF9A25D5-349C-41D8-B5AD-BEEBA93006C0}' + AppsAndFeaturesEntries: + - Publisher: cmtrace + ProductCode: '{DF9A25D5-349C-41D8-B5AD-BEEBA93006C0}' + UpgradeCode: '{5F75B1C0-0C44-5930-99AE-0E04A8D1C4D1}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/CMTrace Open' +- InstallerLocale: en-US + Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v1.0.0/CMTrace-Open_1.0.0_arm64.msi + InstallerSha256: 4534CB8539FE0006520DDD5BFFE46656FF0A3E23E16149BEE41D0F5C41B6DE04 + ProductCode: '{2F32E595-797F-4E18-A248-1CE91B117BB7}' + AppsAndFeaturesEntries: + - Publisher: cmtrace + ProductCode: '{2F32E595-797F-4E18-A248-1CE91B117BB7}' + UpgradeCode: '{5F75B1C0-0C44-5930-99AE-0E04A8D1C4D1}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/CMTrace Open' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.locale.en-US.yaml b/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.locale.en-US.yaml new file mode 100644 index 000000000000..843ea2505e85 --- /dev/null +++ b/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdamGell.CMTraceOpen +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Adam Gell +PublisherUrl: https://github.com/adamgell +PublisherSupportUrl: https://github.com/adamgell/cmtraceopen/issues +PackageName: CMTrace Open +PackageUrl: https://github.com/adamgell/cmtraceopen +License: MIT +LicenseUrl: https://github.com/adamgell/cmtraceopen/blob/HEAD/LICENSE +ShortDescription: An open-source log viewer inspired by Microsoft's CMTrace.exe. +Tags: +- cmtrace +- intune +ReleaseNotes: |- + CMTrace Open v1.0.0 + First stable release. Since v0.5.0, CMTrace Open has received a complete UX overhaul — eight themes, multi-tab browsing, dynamic parser-aware columns, six new log parsers, a registry file viewer, an embedded 411-code error intelligence layer, a Software Deployment workspace, a Windows Diagnostics Collection tool, and timezone-correct timestamps across all parsers. + New: Registry File (.reg) Viewer + Open .reg files exported by regedit.exe directly in CMTrace Open. Auto-detected via the Windows Registry Editor Version 5.00 header. Supports REG_SZ, REG_DWORD, REG_QWORD, REG_BINARY, REG_EXPAND_SZ, REG_MULTI_SZ, REG_NONE, and delete markers. Hex continuations and UTF-16LE values decoded automatically. Renders in a regedit-style two-pane UI with a virtualized key tree (handles 22 MB+ files) and a Name / Type / Data value table. Integrates into the tab system alongside log files. + Workspaces + - Software Deployment — Analyze MSI, PSADT, and WiX/Burn deployment folders in one click with recursive scanning, exit code extraction, and error summarization with code lookups + - Diagnostics Collection (Windows) — Collect 32 log patterns, 61 registry keys, 42 event log channels, 6 file exports, and 30 command outputs. Preset picker (Full / Intune+Autopilot / Networking / Security / Quick) with granular family-level scoping + - DSRegCmd MDM cross-reference — Eliminates false "enrollment missing" warnings by cross-referencing scheduled task GUIDs against enrollment registry keys + Log Parsing + Six new parsers: Windows DHCP Server, macOS Intune MDM Daemon, WiX/Burn bootstrapper, MSI verbose, PSADT Legacy, and Windows Registry (.reg) + - Dynamic columns auto-derived from detected parser type + - Panther enrichment with result codes, GLE codes, setup phases, and operation names + - IME subsystem enrichment extracting source tags into a dedicated column + - Timestamp corrections: IME 4-hour offset fixed, CCM/SCCM/ISO timezone offsets applied correctly + Error Intelligence + - 411-code embedded database — Win32, HRESULT, ConfigMgr, and Windows Update codes highlighted inline in log entries + - HRESULT decomposition with FACILITY_WIN32 fallback + - Rebuilt Error Lookup dialog with live search and category badges + UI + - 8 themes with toolbar picker + - Multi-tab file browser with cached instant switching + - Resizable and reorderable columns (persisted) + - Inline find bar (Ctrl+F) with regex, match case, live hit count + - Font family picker in Accessibility settings + - Collapsible sidebar (Ctrl+B) + - Multi-file open via dialog, drag-drop, CLI args, and OS file association + Performance + - Zero-allocation severity detection + - Cached thread display strings (~15 allocations vs ~30K) + - Rayon-powered parallel folder parsing + - In-memory tab cache (zero re-parse on switch) + - Progressive folder loading with batch size of 4 and live progress bar — fixes UI freeze when opening large folders + - O(1) GUID lookups in DSRegCmd workspace + Bug Fixes + - Large folder opening — Progressive batch loading (batch size 4) with live progress bar replaces the previous approach that could freeze the UI on folders with many log files + - Scroll jump when clicking an already-visible row + - Tab strip overflow dropdown clipping + - Sidebar routing for Deployment and macOS workspaces + - Burn log classification and hex exit code extraction + - NeXTSTEP payload parser: quoted keys, arrays-of-dicts, nested arrays + - Invalid Date in macOS packages tab + - False hex matches in GUID error-code lookups + - Row height overlap at large font sizes + - GUID-to-app-name deduplication across download stats and event tracker + Build & Dependencies + - TypeScript 6.0 migration + - macOS code signing and notarization in CI + - Windows prerequisite script hardening + - picomatch 4.0.3 → 4.0.4 +ReleaseNotesUrl: https://github.com/adamgell/cmtraceopen/releases/tag/v1.0.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/adamgell/cmtraceopen/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.yaml b/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.yaml new file mode 100644 index 000000000000..edfd5390b728 --- /dev/null +++ b/manifests/a/AdamGell/CMTraceOpen/1.0.0/AdamGell.CMTraceOpen.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdamGell.CMTraceOpen +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3a3d75337bea89da6f363433b0cd6c5fec3c7a59 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:47:46 +1100 Subject: [PATCH 031/171] New version: binaricat.Netcatty version 1.0.71 (#353358) --- .../1.0.71/binaricat.Netcatty.installer.yaml | 21 ++++++++ .../binaricat.Netcatty.locale.en-US.yaml | 53 +++++++++++++++++++ .../Netcatty/1.0.71/binaricat.Netcatty.yaml | 8 +++ 3 files changed, 82 insertions(+) create mode 100644 manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.installer.yaml create mode 100644 manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.locale.en-US.yaml create mode 100644 manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.yaml diff --git a/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.installer.yaml b/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.installer.yaml new file mode 100644 index 000000000000..10fc12b9e52e --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.installer.yaml @@ -0,0 +1,21 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.71 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 31df50fe-edbb-5d76-969b-4e1d47e4b7d7 +ReleaseDate: 2026-03-28 +AppsAndFeaturesEntries: +- DisplayName: Netcatty 1.0.71 + ProductCode: 31df50fe-edbb-5d76-969b-4e1d47e4b7d7 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binaricat/Netcatty/releases/download/v1.0.71/Netcatty-1.0.71-win-x64.exe + InstallerSha256: 1FBFBF96A93B7B1313609622824E6032F2CE35052143FB25A39696654C47C8A6 +- Architecture: arm64 + InstallerUrl: https://github.com/binaricat/Netcatty/releases/download/v1.0.71/Netcatty-1.0.71-win-arm64.exe + InstallerSha256: 5510C6633B48BCAF43BD237A10CB00E9833A3F092A8F6A37B71F7BC917AEFA9B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.locale.en-US.yaml b/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.locale.en-US.yaml new file mode 100644 index 000000000000..f570ee33cb94 --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.71 +PackageLocale: en-US +Publisher: binaricat +PublisherUrl: https://github.com/binaricat +PublisherSupportUrl: https://github.com/binaricat/Netcatty/issues +PackageName: Netcatty +PackageUrl: https://github.com/binaricat/Netcatty +License: GPL-3.0 +LicenseUrl: https://github.com/binaricat/Netcatty/blob/HEAD/LICENSE +Copyright: Copyright © 2026 binaricat +ShortDescription: Netcatty is a modern SSH manager and terminal app with host grouping, SFTP, keychain, port forwarding, and a rich UI. +Tags: +- electron +- electron-app +- radix-ui +- react +- sftp-client +- ssh +- ssh-client +- terminal +- terminal-emulator +- xterm +ReleaseNotes: |- + Download based on your OS: + ───────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + OS │Download + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Windows│Setup x64 Setup arm64 + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + macOS │DMG Apple Silicon DMG Intel X64 + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Linux │AppImage x64 DebPackage x64 RpmPackage x64 + │AppImage arm64 DebPackage arm64 RpmPackage arm64 + ───────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + What's Changed + - Display approved AI commands in terminal sessions before their output. by @tces1 in #546 + - feat(sftp): add tree view explorer for SFTP pane by @penguinway in #547 + - fix: sort directory symlinks with directories in SFTP file list by @binaricat in #552 + - feat: sync global SFTP bookmarks via cloud sync by @binaricat in #553 + - feat: add default file opener setting for SFTP by @binaricat in #554 + - fix: widen host edit panel and prevent content overflow by @binaricat in #555 + - feat: add workspace focus indicator style setting (dim vs border) by @binaricat in #557 + - perf: use fallback viewport for transfer child list virtualization by @binaricat in #559 + - feat: make SFTP folder transfer concurrency configurable by @binaricat in #558 + - refactor: unify directory download with upload transfer system by @binaricat in #560 + Full Changelog: v1.0.70...v1.0.71 +ReleaseNotesUrl: https://github.com/binaricat/Netcatty/releases/tag/v1.0.71 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.yaml b/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.yaml new file mode 100644 index 000000000000..20dd4d83696c --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.71/binaricat.Netcatty.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.71 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 23592051f4ec7d0811039abcc7ee65655c1a1456 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:48:47 +0800 Subject: [PATCH 032/171] New version: MoeruAI.AIRI version 0.9.0-alpha.34 (#353419) --- .../MoeruAI.AIRI.installer.yaml | 19 ++++++++++++ .../MoeruAI.AIRI.locale.en-US.yaml | 29 +++++++++++++++++++ .../MoeruAI.AIRI.locale.zh-CN.yaml | 15 ++++++++++ .../AIRI/0.9.0-alpha.34/MoeruAI.AIRI.yaml | 8 +++++ 4 files changed, 71 insertions(+) create mode 100644 manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.installer.yaml create mode 100644 manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.locale.en-US.yaml create mode 100644 manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.locale.zh-CN.yaml create mode 100644 manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.yaml diff --git a/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.installer.yaml b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.installer.yaml new file mode 100644 index 000000000000..9a7843a58286 --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MoeruAI.AIRI +PackageVersion: 0.9.0-alpha.34 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: AIRI +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.34/AIRI-0.9.0-alpha.34-windows-x64-setup.exe + InstallerSha256: 53251FE14E84F1B67DF764515A0DB87B1615EBBBDF2383FA763B84192B195DDD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.locale.en-US.yaml b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.locale.en-US.yaml new file mode 100644 index 000000000000..c4e8cac1425c --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.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: MoeruAI.AIRI +PackageVersion: 0.9.0-alpha.34 +PackageLocale: en-US +Publisher: moeru +PublisherUrl: https://moeru.ai/ +PublisherSupportUrl: https://github.com/moeru-ai/airi/issues +PackageName: AIRI +PackageUrl: https://airi.moeru.ai/docs/ +License: MIT +LicenseUrl: https://github.com/moeru-ai/airi/blob/HEAD/LICENSE +Copyright: © Moeru AI 2026 +ShortDescription: Re-creating Neuro-sama, a container of souls of AI waifu / virtual characters to bring them into our worlds. +Tags: +- ai +- live2d +- vtuber +ReleaseNotes: |- + New Contributors + - @jensenhuangfan made their first contribution in https://github.com/moeru-ai/airi/pull/1506 + 🐞 Bug Fixes + - electron-vueuse: Incorrect export of mixed electron & vue dep from index export - by @nekomeowww (8567b) + - stage-tamagotchi: AutoUpdater should have channel selected - by @jensenhuangfan in https://github.com/moeru-ai/airi/issues/1506 (ee538) + View changes on GitHub +ReleaseNotesUrl: https://github.com/moeru-ai/airi/releases/tag/v0.9.0-alpha.34 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.locale.zh-CN.yaml b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.locale.zh-CN.yaml new file mode 100644 index 000000000000..70254751ce69 --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MoeruAI.AIRI +PackageVersion: 0.9.0-alpha.34 +PackageLocale: zh-CN +PackageUrl: https://airi.moeru.ai/docs/zh-Hans/ +ShortDescription: 模型驱动的灵魂容器,什么都能做一点的桌宠:让 Neuro-sama 这样的虚拟伴侣也成为我们世界中的一份子吧! +Tags: +- live2d +- 人工智能 +- 皮套人 +- 虚拟主播 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.yaml b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.yaml new file mode 100644 index 000000000000..e2f1f4524d2b --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.9.0-alpha.34/MoeruAI.AIRI.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: MoeruAI.AIRI +PackageVersion: 0.9.0-alpha.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a66bb44b457d45666e8a1ed7a26f189460b7caeb Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:49:44 +1100 Subject: [PATCH 033/171] New version: binaricat.Netcatty version 1.0.72 (#353423) --- .../1.0.72/binaricat.Netcatty.installer.yaml | 21 +++++++++ .../binaricat.Netcatty.locale.en-US.yaml | 46 +++++++++++++++++++ .../Netcatty/1.0.72/binaricat.Netcatty.yaml | 8 ++++ 3 files changed, 75 insertions(+) create mode 100644 manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.installer.yaml create mode 100644 manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.locale.en-US.yaml create mode 100644 manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.yaml diff --git a/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.installer.yaml b/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.installer.yaml new file mode 100644 index 000000000000..a4bc8fc47658 --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.installer.yaml @@ -0,0 +1,21 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.72 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 31df50fe-edbb-5d76-969b-4e1d47e4b7d7 +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- DisplayName: Netcatty 1.0.72 + ProductCode: 31df50fe-edbb-5d76-969b-4e1d47e4b7d7 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binaricat/Netcatty/releases/download/v1.0.72/Netcatty-1.0.72-win-x64.exe + InstallerSha256: 930FB2C06389EB35BDCB1675BE9977BC051329A5D7BDCE0986EC432F7FAA199C +- Architecture: arm64 + InstallerUrl: https://github.com/binaricat/Netcatty/releases/download/v1.0.72/Netcatty-1.0.72-win-arm64.exe + InstallerSha256: 55B5E7BF935527331FB7D1C78335D3A7B2C1363E1E7E16F5B6C31797D9321CE3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.locale.en-US.yaml b/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.locale.en-US.yaml new file mode 100644 index 000000000000..c032ff92a436 --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.72 +PackageLocale: en-US +Publisher: binaricat +PublisherUrl: https://github.com/binaricat +PublisherSupportUrl: https://github.com/binaricat/Netcatty/issues +PackageName: Netcatty +PackageUrl: https://github.com/binaricat/Netcatty +License: GPL-3.0 +LicenseUrl: https://github.com/binaricat/Netcatty/blob/HEAD/LICENSE +Copyright: Copyright © 2026 binaricat +ShortDescription: Netcatty is a modern SSH manager and terminal app with host grouping, SFTP, keychain, port forwarding, and a rich UI. +Tags: +- electron +- electron-app +- radix-ui +- react +- sftp-client +- ssh +- ssh-client +- terminal +- terminal-emulator +- xterm +ReleaseNotes: |- + Download based on your OS: + ───────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + OS │Download + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Windows│Setup x64 Setup arm64 + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + macOS │DMG Apple Silicon DMG Intel X64 + ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Linux │AppImage x64 DebPackage x64 RpmPackage x64 + │AppImage arm64 DebPackage arm64 RpmPackage arm64 + ───────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + What's Changed + - fix: use system browser for OAuth flows (#563) by @binaricat in #565 + - fix: prevent key file path from overflowing panel (#551) by @binaricat in #567 + - perf: optimize same-host SFTP transfer with remote cp command by @binaricat in #564 + Full Changelog: v1.0.71...v1.0.72 +ReleaseNotesUrl: https://github.com/binaricat/Netcatty/releases/tag/v1.0.72 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.yaml b/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.yaml new file mode 100644 index 000000000000..d58496081e1d --- /dev/null +++ b/manifests/b/binaricat/Netcatty/1.0.72/binaricat.Netcatty.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: binaricat.Netcatty +PackageVersion: 1.0.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5426b55223b2eab51220fdf5af101fd62be5a85b Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:50:37 +1100 Subject: [PATCH 034/171] New version: ExpressLRS.ExpressLRS-Configurator version 1.7.11 (#353431) --- ...LRS.ExpressLRS-Configurator.installer.yaml | 31 +++++++++++++++++ ....ExpressLRS-Configurator.locale.en-US.yaml | 34 +++++++++++++++++++ .../ExpressLRS.ExpressLRS-Configurator.yaml | 8 +++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml create mode 100644 manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml create mode 100644 manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.yaml diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml new file mode 100644 index 000000000000..32be4b46d2fb --- /dev/null +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.installer.yaml @@ -0,0 +1,31 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ExpressLRS.ExpressLRS-Configurator +PackageVersion: 1.7.11 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 2a8c9963-7c47-572e-b852-e0570c14856b +AppsAndFeaturesEntries: +- DisplayName: ExpressLRS Configurator 1.7.11 + ProductCode: 2a8c9963-7c47-572e-b852-e0570c14856b +ReleaseDate: 2025-10-23 +Installers: +- Architecture: x64 + Scope: user + InstallerSwitches: + Custom: /CURRENTUSER + InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.7.11/ExpressLRS-Configurator-Setup-1.7.11.exe + InstallerSha256: F2F016054036D743C3F248A07C863B40692E823485858CCCBFEBC47F192F67ED +- Architecture: x64 + Scope: machine + InstallerSwitches: + Custom: /ALLUSERS + InstallerUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v1.7.11/ExpressLRS-Configurator-Setup-1.7.11.exe + InstallerSha256: F2F016054036D743C3F248A07C863B40692E823485858CCCBFEBC47F192F67ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml new file mode 100644 index 000000000000..60218a7664c5 --- /dev/null +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ExpressLRS.ExpressLRS-Configurator +PackageVersion: 1.7.11 +PackageLocale: en-US +Publisher: ExpressLRS Configurator Contributors +PublisherUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator +PublisherSupportUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/issues +Author: ExpressLRS Configurator Contributors +PackageName: ExpressLRS Configurator +PackageUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator +License: GPL-3.0 +LicenseUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/ExpressLRS/ExpressLRS-Configurator/master/LICENSE +ShortDescription: Cross platform configuration tool for the ExpressLRS firmware +ReleaseNotes: |- + Changelog + - Update Wi-Fi startup delay option description #744 + - Translation updates + - Add TM symbol + Which file do I need? + - Windows (8, 10, 11): ExpressLRS-Configurator-Setup-1.7.11.exe + - Mac OS X (please + read macOS install notes): ExpressLRS-Configurator-1.7.11.dmg + - Linux (please read linux install notes): + - expresslrs-configurator_1.7.11_amd64.deb (Ubuntu, debian) + - expresslrs-configurator-1.7.11.pacman (Arch) + - expresslrs-configurator-1.7.11.x86_64.rpm (Red Hat, Fedora, CentOS) + - flatpak install org.expresslrs.ExpressLRSConfigurator (Flatpak distribution format) + - expresslrs-configurator-1.7.11.zip (others) +ReleaseNotesUrl: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/tag/v1.7.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.yaml b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.yaml new file mode 100644 index 000000000000..d61dadff9b77 --- /dev/null +++ b/manifests/e/ExpressLRS/ExpressLRS-Configurator/1.7.11/ExpressLRS.ExpressLRS-Configurator.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ExpressLRS.ExpressLRS-Configurator +PackageVersion: 1.7.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6fa1ca62f7624160cfbf4d777595ce364b81530d Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:51:29 +1100 Subject: [PATCH 035/171] New version: eloston.ungoogled-chromium version 146.0.7680.164 (#353434) --- .../eloston.ungoogled-chromium.installer.yaml | 98 +++++++++++++++++++ ...oston.ungoogled-chromium.locale.en-US.yaml | 42 ++++++++ .../eloston.ungoogled-chromium.yaml | 8 ++ 3 files changed, 148 insertions(+) create mode 100644 manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.installer.yaml create mode 100644 manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.locale.en-US.yaml create mode 100644 manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.yaml diff --git a/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 000000000000..7e3362198f30 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,98 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 146.0.7680.164 +InstallerLocale: en-US +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_installer_x86.exe + InstallerSha256: D2C56EF64CAC3D3C983B950F28DCA26A081AD0D4A0A95BDAA5727A54F2AFFEEC + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_installer_x86.exe + InstallerSha256: D2C56EF64CAC3D3C983B950F28DCA26A081AD0D4A0A95BDAA5727A54F2AFFEEC + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ungoogled-chromium_146.0.7680.164-1.1_windows_x86/chrome.exe + PortableCommandAlias: chrome + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_windows_x86.zip + InstallerSha256: C84CD97867B90907234265F186B4A7E30BAE8C93F548B8B18874A19A02A25610 + ArchiveBinariesDependOnPath: true +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_installer_x64.exe + InstallerSha256: 3FAAC95DC2F9DEC9A9DAA26C4D6E073DAAFC010E402E511916A8FD4927755FF9 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_installer_x64.exe + InstallerSha256: 3FAAC95DC2F9DEC9A9DAA26C4D6E073DAAFC010E402E511916A8FD4927755FF9 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ungoogled-chromium_146.0.7680.164-1.1_windows_x64/chrome.exe + PortableCommandAlias: chrome + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_windows_x64.zip + InstallerSha256: A91FB27BD4D0C3B03D763B4DBD901C9081259A040AE116526FA968E2D337DD15 + ArchiveBinariesDependOnPath: true +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_installer_arm64.exe + InstallerSha256: 5C196329B732FDC8430BF02101E7A08B85ED2E951D181DA42B9AB925AD20E727 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: arm64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_installer_arm64.exe + InstallerSha256: 5C196329B732FDC8430BF02101E7A08B85ED2E951D181DA42B9AB925AD20E727 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ungoogled-chromium_146.0.7680.164-1.1_windows_arm64/chrome.exe + PortableCommandAlias: chrome + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/146.0.7680.164-1.1/ungoogled-chromium_146.0.7680.164-1.1_windows_arm64.zip + InstallerSha256: 8403643979B2CCB3B0F3087B39763F86D9E2250A266CAE8E48107D172C14190E + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 000000000000..58e11f450488 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 146.0.7680.164 +PackageLocale: en-US +Publisher: ungoogled-chromium Authors +PublisherUrl: https://ungoogled-software.github.io/ +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: ungoogled-chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD-3-Clause +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/HEAD/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- manifestv2 +- mv2 +- ungoogled +ReleaseNotesUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/tag/146.0.7680.164-1.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.yaml new file mode 100644 index 000000000000..f91c7c515988 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/146.0.7680.164/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 146.0.7680.164 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 31dc65e347f56643e4e6ec9c97114fcdb58a239e Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:52:48 +1100 Subject: [PATCH 036/171] New version: Gilgamech.MoarShopBot version 1.1555 (#353474) --- .../Gilgamech.MoarShopBot.installer.yaml | 15 +++++++++++++ .../Gilgamech.MoarShopBot.locale.en-US.yaml | 21 +++++++++++++++++++ .../1.1555/Gilgamech.MoarShopBot.yaml | 8 +++++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.installer.yaml create mode 100644 manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.locale.en-US.yaml create mode 100644 manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.yaml diff --git a/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.installer.yaml b/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.installer.yaml new file mode 100644 index 000000000000..f2e9f81f52e1 --- /dev/null +++ b/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.installer.yaml @@ -0,0 +1,15 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gilgamech.MoarShopBot +PackageVersion: '1.1555' +InstallerType: portable +Commands: +- shopbot +ReleaseDate: 2025-11-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Gilgamech/MoarShopBot/releases/download/1.1555/MoarShopBot.exe + InstallerSha256: 902FD75D1C36EDAAF7B0FBD23DE23E8A34F417DE04C0B7087CB39B745456C59E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.locale.en-US.yaml b/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.locale.en-US.yaml new file mode 100644 index 000000000000..7dd1486fee72 --- /dev/null +++ b/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gilgamech.MoarShopBot +PackageVersion: '1.1555' +PackageLocale: en-US +Publisher: Gilgamech +PublisherUrl: https://github.com/Gilgamech +PublisherSupportUrl: https://github.com/Gilgamech/MoarShopBot/issues +PackageName: MoarShopBot +PackageUrl: https://github.com/Gilgamech/MoarShopBot +License: GPL-3.0 +LicenseUrl: https://github.com/Gilgamech/MoarShopBot/blob/HEAD/LICENSE +ShortDescription: Generates out-of-stock alerts and financial reports from QuickShop buy/sell comments in Minecraft chat logs. +ReleaseNotes: A few bugfixes. +ReleaseNotesUrl: https://github.com/Gilgamech/MoarShopBot/releases/tag/1.1555 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Gilgamech/MoarShopBot/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.yaml b/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.yaml new file mode 100644 index 000000000000..cc2fe0dd3a1c --- /dev/null +++ b/manifests/g/Gilgamech/MoarShopBot/1.1555/Gilgamech.MoarShopBot.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gilgamech.MoarShopBot +PackageVersion: '1.1555' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 33eb39a175952343160f53064b75e9237176dca2 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 03:53:54 +1100 Subject: [PATCH 037/171] New version: HandyOrg.HandyWinget-GUI version 3.4.0 (#353480) --- .../HandyOrg.HandyWinget-GUI.installer.yaml | 17 ++++++++++ ...HandyOrg.HandyWinget-GUI.locale.en-US.yaml | 31 +++++++++++++++++++ .../3.4.0/HandyOrg.HandyWinget-GUI.yaml | 8 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.installer.yaml create mode 100644 manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.locale.en-US.yaml create mode 100644 manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.yaml diff --git a/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.installer.yaml b/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.installer.yaml new file mode 100644 index 000000000000..bd3c6a87610f --- /dev/null +++ b/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.installer.yaml @@ -0,0 +1,17 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HandyOrg.HandyWinget-GUI +PackageVersion: 3.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: HandyWinget.exe +ProductCode: '{0372F9C5-33AB-4E13-9C1B-FC2591456169}' +ReleaseDate: 2021-12-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/HandyOrg/HandyWinGet/releases/download/v3.4.0/HandyWinget-Portable.zip + InstallerSha256: 463CEFCB97090A69BC94A25D721A50AEB4A84E9A9552EA317C6B8437DB34462C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.locale.en-US.yaml b/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.locale.en-US.yaml new file mode 100644 index 000000000000..6f25fed524a4 --- /dev/null +++ b/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HandyOrg.HandyWinget-GUI +PackageVersion: 3.4.0 +PackageLocale: en-US +Publisher: HandyOrg +PublisherUrl: https://github.com/HandyOrg +PublisherSupportUrl: https://github.com/HandyOrg/HandyWinGet/issues +PackageName: HandyWinget +PackageUrl: https://github.com/HandyOrg/HandyWinGet +License: MIT +LicenseUrl: https://github.com/HandyOrg/HandyWinGet/blob/HEAD/LICENSE +ShortDescription: GUI for installing apps through WinGet and Creating winget manifest file +Moniker: handywinget +Tags: +- gui +- handy +- handycontrol +- handywinget +- package +- package-manager +- packages +- winget +ReleaseNotes: |- + Added Save and Restore DataGrid Columns Width + Added Back Button + Added Auto Refresh When Application Startup +ReleaseNotesUrl: https://github.com/HandyOrg/HandyWinGet/releases/tag/v3.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.yaml b/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.yaml new file mode 100644 index 000000000000..f103887f3923 --- /dev/null +++ b/manifests/h/HandyOrg/HandyWinget-GUI/3.4.0/HandyOrg.HandyWinget-GUI.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HandyOrg.HandyWinget-GUI +PackageVersion: 3.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 28946f9521d54da79a4af44a9dbd2bf05e7e2d9c Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 04:26:22 +1100 Subject: [PATCH 038/171] New version: Headwindsim.HeadwindInstaller version 2.0.1 (#353489) --- ...adwindsim.HeadwindInstaller.installer.yaml | 19 +++++++++++++++++++ ...indsim.HeadwindInstaller.locale.en-US.yaml | 18 ++++++++++++++++++ .../2.0.1/Headwindsim.HeadwindInstaller.yaml | 8 ++++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.installer.yaml create mode 100644 manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.locale.en-US.yaml create mode 100644 manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.yaml diff --git a/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.installer.yaml b/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.installer.yaml new file mode 100644 index 000000000000..5bbb151196cd --- /dev/null +++ b/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.installer.yaml @@ -0,0 +1,19 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Headwindsim.HeadwindInstaller +PackageVersion: 2.0.1 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 5a23a500-53c7-5e39-adc4-89e573684217 +ReleaseDate: 2026-01-04 +AppsAndFeaturesEntries: +- DisplayName: Headwind Simulations Installer 2.0.1 + Publisher: Headwind Simulations + ProductCode: 5a23a500-53c7-5e39-adc4-89e573684217 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/headwindsim/installer/releases/download/v2.0.1/Headwind_Installer_Setup.exe + InstallerSha256: 14FDB5BF2CCF3B51B16D77CF5B11D501ED6FC781475AABD6AA34A6FFD0FFC4C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.locale.en-US.yaml b/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.locale.en-US.yaml new file mode 100644 index 000000000000..0a63e1b2c40c --- /dev/null +++ b/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Headwindsim.HeadwindInstaller +PackageVersion: 2.0.1 +PackageLocale: en-US +Publisher: Headwindsim +PublisherUrl: https://github.com/headwindsim +PublisherSupportUrl: https://github.com/headwindsim/installer/issues +PackageName: Headwind Installer +PackageUrl: https://github.com/headwindsim/installer +License: GPL-3.0 +LicenseUrl: https://github.com/headwindsim/installer/blob/HEAD/LICENSE +Copyright: Copyright © 2023 FlyByWire Simulations +ShortDescription: Desktop application to install and customize Headwind addons +ReleaseNotesUrl: https://github.com/headwindsim/installer/releases/tag/v2.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.yaml b/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.yaml new file mode 100644 index 000000000000..777f4771989e --- /dev/null +++ b/manifests/h/Headwindsim/HeadwindInstaller/2.0.1/Headwindsim.HeadwindInstaller.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Headwindsim.HeadwindInstaller +PackageVersion: 2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5f9d45988ad08bd59d07bd8e05ca54ec28a51bbf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:27:32 +0800 Subject: [PATCH 039/171] New version: LuisPater.CLIProxyAPI version 6.9.6 (#353501) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 ++++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 43 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 +++++++++++ .../6.9.6/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..ce66ea8c34f2 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/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: 6.9.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.9.6/CLIProxyAPI_6.9.6_windows_amd64.zip + InstallerSha256: 9BCD3B15ACB4F004B2B72C431001E556341B812F9B70E101D877BB4E4010AD72 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..e88732543f05 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.9.6 +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 + - 1587ff5e74f6da5d25e329a7a39d333bc4f902bb Merge pull request #2389 from router-for-me/claude + - 6570692291dbbc59d14c33be65b73140089b4c31 Merge pull request #2400 from router-for-me/revert-2374-codex-cache-clean + - 13aa5b3375ccba8e1335215e2f04b4e4671ab10a Revert "fix(codex): restore prompt cache continuity for Codex requests" + - 6d8de0ade4d9051bb379a9e03bc616ea0d80c706 feat(auth): implement weighted provider rotation for improved scheduling fairness + - 145e0e0b5dbd75fa1c5a72ec8e19c0ed88755d1e fix(claude): add default max_tokens for models + - f033d3a6df8ebd94a8c4d73ff7e0641b92f45164 fix(claude): enhance ensureModelMaxTokens to use registered max_completion_tokens and fallback to default +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.9.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..ab0114a89242 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/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: 6.9.6 +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/6.9.6/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..28a36c8b8082 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.9.6/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: 6.9.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 21b450a9c877e459783d6d17f5bf00df6a9257df Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:28:40 +0800 Subject: [PATCH 040/171] New version: Psyche.Kelivo version 1.1.10+28 (#353514) --- .../1.1.10+28/Psyche.Kelivo.installer.yaml | 18 ++++++ .../1.1.10+28/Psyche.Kelivo.locale.en-US.yaml | 59 +++++++++++++++++++ .../1.1.10+28/Psyche.Kelivo.locale.zh-CN.yaml | 46 +++++++++++++++ .../Kelivo/1.1.10+28/Psyche.Kelivo.yaml | 8 +++ 4 files changed, 131 insertions(+) create mode 100644 manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.installer.yaml create mode 100644 manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.en-US.yaml create mode 100644 manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.zh-CN.yaml create mode 100644 manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.yaml diff --git a/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.installer.yaml b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.installer.yaml new file mode 100644 index 000000000000..fac714c7fd36 --- /dev/null +++ b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.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: Psyche.Kelivo +PackageVersion: 1.1.10+28 +InstallerType: inno +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{A7B8C9D0-E1F2-4A5B-8C9D-0E1F2A3B4C5D}}_is1' +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Chevey339/kelivo/releases/download/v1.1.10/Kelivo_windows_1.1.10+28_setup.exe + InstallerSha256: E11E6254BDB961E88ECC3BC9F6C77843BBF551C96E064A1C77ED46B774CE9793 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.en-US.yaml b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.en-US.yaml new file mode 100644 index 000000000000..1333e73b9f2a --- /dev/null +++ b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Psyche.Kelivo +PackageVersion: 1.1.10+28 +PackageLocale: en-US +Publisher: Psyche +PublisherUrl: https://github.com/Chevey339 +PublisherSupportUrl: https://github.com/Chevey339/kelivo/issues +PackageName: Kelivo +PackageUrl: https://github.com/Chevey339/kelivo +License: AGPL-3.0 +LicenseUrl: https://github.com/Chevey339/kelivo/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 com.psyche. All rights reserved. +ShortDescription: A Flutter LLM Chat Client. Support Android & iOS & Harmony Next. +Description: |- + A Flutter LLM Chat Client. Support Android & iOS & Harmony Next. + ✨ Features + - 🎨 Modern Design - Material You design language with dynamic color theming support (Android 12+). + - 🌙 Dark Mode - Perfectly adapted dark theme to protect your eyes. + - 🌍 Multi-language Support - Supports both English and Chinese interfaces. + - 🖥️ Multi-platform Support - Mobile (Android/iOS/Harmony) and Desktop (Windows/macOS/Linux). + - 🔄 Multi-provider Support - Supports major AI providers like OpenAI, Google Gemini, Anthropic, etc. + - 🤖 Custom Assistants - Create and manage personalized AI assistants. + - 🖼️ Multimodal Input - Supports various formats including images, text documents, PDFs, Word documents, etc. + - 📝 Markdown Rendering - Full support for code highlighting, LaTeX formulas, tables, and more. + - 🎙️ Voice/TTS Providers - Built-in system TTS plus OpenAI / Google Gemini / ElevenLabs voice servers. + - 🛠️ MCP Support - Model Context Protocol tool integration. + - 🧰 Built-in MCP Tools - Includes a built-in MCP Fetch tool. + - 🔍 Web Search - Integrated with multiple search engines (Exa, Tavily, Zhipu, LinkUp, Brave, Bing, Metaso, SearXNG, Ollama, Jina, Perplexity, Bocha). + - 🧩 Prompt Variables - Supports dynamic variables like model name, time, etc. + - 📤 QR Code Sharing - Export and import provider configurations via QR codes. + - 💾 Data Backup - Supports chat history backup and restoration. + - 🌐 Custom Requests - Supports custom HTTP request headers and bodies. + - 🔡 Custom Fonts - Bring your own fonts (system fonts / Google Fonts). + - ⚙️ Android Background Generation - Keep chat generation running in the background (optional setting). +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- minimax +- mistral +- qwen +ReleaseNotes: |- + What's Changed + - fix: Fix edited messages not updating immediately after save. + - fix: Fix reply switching showing the wrong regenerated content. + Full Changelog: https://github.com/Chevey339/kelivo/compare/v1.1.9...v1.1.10 +ReleaseNotesUrl: https://github.com/Chevey339/kelivo/releases/tag/v1.1.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.zh-CN.yaml b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.zh-CN.yaml new file mode 100644 index 000000000000..1c8b9182b67e --- /dev/null +++ b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Psyche.Kelivo +PackageVersion: 1.1.10+28 +PackageLocale: zh-CN +ShortDescription: 一个 Flutter LLM 聊天客户端。支持 Android、iOS 和 Harmony Next。 +Description: |- + 一个 Flutter LLM 聊天客户端。支持 Android、iOS 和 Harmony Next。 + ✨ 功能特性 + - 🎨 现代化设计 - 采用 Material You 设计语言,支持动态色彩主题(Android 12+)。 + - 🌙 深色模式 - 完美适配的深色主题,保护您的双眼。 + - 🌍 多语言支持 - 支持英文和中文界面。 + - 🖥️ 多平台支持 - 移动端(Android/iOS/Harmony)和桌面端(Windows/macOS/Linux)。 + - 🔄 多服务商支持 - 支持 OpenAI、Google Gemini、Anthropic 等主流 AI 服务商。 + - 🤖 自定义助手 - 创建和管理个性化的 AI 助手。 + - 🖼️ 多模态输入 - 支持图片、文本文件、PDF、Word 文档等多种格式。 + - 📝 Markdown 渲染 - 完全支持代码高亮、LaTeX 公式、表格等功能。 + - 🎙️ 语音/TTS 服务 - 内置系统 TTS,同时支持 OpenAI / Google Gemini / ElevenLabs 语音服务。 + - 🛠️ MCP 支持 - 支持模型上下文协议(Model Context Protocol)工具集成。 + - 🧰 内置 MCP 工具 - 包含内置的 MCP Fetch 工具。 + - 🔍 网络搜索 - 集成多种搜索引擎(Exa、Tavily、Zhipu、LinkUp、Brave、Bing、Metaso、SearXNG、Ollama、Jina、Perplexity、Bocha)。 + - 🧩 提示词变量 - 支持模型名称、时间等动态变量。 + - 📤 二维码分享 - 通过二维码导出和导入服务商配置。 + - 💾 数据备份 - 支持聊天记录的备份与恢复。 + - 🌐 自定义请求 - 支持自定义 HTTP 请求头和请求体。 + - 🔡 自定义字体 - 可使用自定义字体(系统字体 / Google Fonts)。 + - ⚙️ Android 后台生成 - 支持在后台持续生成聊天内容(可选设置)。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- minimax +- mistral +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.yaml b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.yaml new file mode 100644 index 000000000000..08bf0e421b49 --- /dev/null +++ b/manifests/p/Psyche/Kelivo/1.1.10+28/Psyche.Kelivo.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: Psyche.Kelivo +PackageVersion: 1.1.10+28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d569146f19f5c8241bdc427e1155ca3b4b392770 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 05:00:31 +1100 Subject: [PATCH 041/171] New version: GaoyangZhang.EasyClaw version 1.7.8 (#353449) --- .../GaoyangZhang.EasyClaw.installer.yaml | 43 ++++++++++++ .../GaoyangZhang.EasyClaw.locale.en-US.yaml | 70 +++++++++++++++++++ .../GaoyangZhang.EasyClaw.locale.zh-CN.yaml | 44 ++++++++++++ .../EasyClaw/1.7.8/GaoyangZhang.EasyClaw.yaml | 8 +++ 4 files changed, 165 insertions(+) create mode 100644 manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.installer.yaml create mode 100644 manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.en-US.yaml create mode 100644 manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.zh-CN.yaml create mode 100644 manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.yaml diff --git a/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.installer.yaml b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.installer.yaml new file mode 100644 index 000000000000..715851e3c8a2 --- /dev/null +++ b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.installer.yaml @@ -0,0 +1,43 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.EasyClaw +PackageVersion: 1.7.8 +InstallerLocale: en-US +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x86 + InstallerType: portable + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.7.8/RivonClaw-1.7.8-portable.exe + InstallerSha256: 065CF2883251EBDDE9C43931425BACC915B6ACE25B2B0811A807FD7ACAC39B6C + InstallationMetadata: + DefaultInstallLocation: '%Temp%\3BbFRPUP3C78oS2zeOaqILYcwBT' +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.7.8/RivonClaw.Setup.1.7.8.exe + InstallerSha256: 1736053DF02CC02F2FA9EA6D36B2B62DF5F72A1EEA44F918FDCE5887E0830B5C + InstallerSwitches: + Custom: /currentuser + ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf + AppsAndFeaturesEntries: + - DisplayName: RivonClaw + Publisher: RivonClaw + ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.7.8/RivonClaw.Setup.1.7.8.exe + InstallerSha256: 1736053DF02CC02F2FA9EA6D36B2B62DF5F72A1EEA44F918FDCE5887E0830B5C + InstallerSwitches: + Custom: /allusers + ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf + AppsAndFeaturesEntries: + - DisplayName: RivonClaw + Publisher: RivonClaw + ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.en-US.yaml new file mode 100644 index 000000000000..b63ad3705137 --- /dev/null +++ b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.en-US.yaml @@ -0,0 +1,70 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.EasyClaw +PackageVersion: 1.7.8 +PackageLocale: en-US +Publisher: EasyClaw +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/easyclaw/issues +Author: Gaoyang Zhang +PackageName: EasyClaw +PackageUrl: https://github.com/gaoyangz77/easyclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + EasyClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; EasyClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + EasyClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so EasyClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + Installation / 安装说明 + macOS + If you see "'RivonClaw' is damaged and can't be opened" — this is macOS Gatekeeper blocking an unsigned app. The file is not actually damaged. + 如果提示 "'RivonClaw' 已损坏,无法打开",这是 macOS Gatekeeper 安全机制拦截了未签名应用,并非文件真的损坏。 + Fix / 解决方法: + 1. Open Terminal (press Cmd + Space, search "Terminal") + 2. Run the following command / 运行以下命令: + sudo xattr -r -d com.apple.quarantine /Applications/RivonClaw.app + 3. Enter your login password (characters won't be displayed), press Enter / 输入开机密码(不显示字符),按回车 + 4. Re-open the app / 重新打开应用即可 + Windows + If Windows SmartScreen shows "Windows protected your PC" / 如果 SmartScreen 提示"已保护你的电脑": + 1. Click "More info" / 点击 "更多信息" + 2. Click "Run anyway" / 点击 "仍要运行" + This is normal for apps without a digital signature. / 这是无数字签名应用的正常现象。 +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.7.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..876ef99d35a0 --- /dev/null +++ b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.EasyClaw +PackageVersion: 1.7.8 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + EasyClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,EasyClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + EasyClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 EasyClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.7.8 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.yaml b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.yaml new file mode 100644 index 000000000000..5b2e9120a9f5 --- /dev/null +++ b/manifests/g/GaoyangZhang/EasyClaw/1.7.8/GaoyangZhang.EasyClaw.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.EasyClaw +PackageVersion: 1.7.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2435c44e6a2b00601b5ee5b3970aced6725b7f99 Mon Sep 17 00:00:00 2001 From: Ovis <3971624+Ovis@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:01:47 +0900 Subject: [PATCH 042/171] New version: EsheepDev.VoxArchive version 0.0.3 (#353513) --- .../0.0.3/EsheepDev.VoxArchive.installer.yaml | 19 ++++++++++++++ .../EsheepDev.VoxArchive.locale.ja-JP.yaml | 26 +++++++++++++++++++ .../0.0.3/EsheepDev.VoxArchive.yaml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.installer.yaml create mode 100644 manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.locale.ja-JP.yaml create mode 100644 manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.yaml diff --git a/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.installer.yaml b/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.installer.yaml new file mode 100644 index 000000000000..0ce66496e1e8 --- /dev/null +++ b/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.installer.yaml @@ -0,0 +1,19 @@ +# 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: EsheepDev.VoxArchive +PackageVersion: 0.0.3 +InstallerType: inno +Dependencies: + PackageDependencies: + - PackageIdentifier: Gyan.FFmpeg +ProductCode: '{7E3F9A2C-B4D1-4F56-8C3E-9A0B2D4F6E1A}_is1' +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- ProductCode: '{7E3F9A2C-B4D1-4F56-8C3E-9A0B2D4F6E1A}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Ovis/VoxArchive/releases/download/v0.0.3/VoxArchive-setup-0.0.3-sc.exe + InstallerSha256: 7FC0E84193DF2755B8E45159776A9C3E2584AD1BB55D60B70F8C934715109184 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.locale.ja-JP.yaml b/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.locale.ja-JP.yaml new file mode 100644 index 000000000000..299c23aaf619 --- /dev/null +++ b/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.locale.ja-JP.yaml @@ -0,0 +1,26 @@ +# 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: EsheepDev.VoxArchive +PackageVersion: 0.0.3 +PackageLocale: ja-JP +Publisher: Ovis +PublisherUrl: https://software.esheep.dev/ +PublisherSupportUrl: https://github.com/Ovis/VoxArchive/issues +Author: Ovis +PackageName: VoxArchive +PackageUrl: https://software.esheep.dev/voxarchive/ +License: MIT +LicenseUrl: https://github.com/Ovis/VoxArchive/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Ovis +ShortDescription: 音声の入出力を別チャンネルで分離録音・保存するレコーディングツール +Moniker: VoxArchive +Tags: +- audio +- recorder +- recording +- sound +ReleaseNotes: 'Full Changelog: v0.0.2...v0.0.3' +ReleaseNotesUrl: https://github.com/Ovis/VoxArchive/releases/tag/v0.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.yaml b/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.yaml new file mode 100644 index 000000000000..758ca00657b5 --- /dev/null +++ b/manifests/e/EsheepDev/VoxArchive/0.0.3/EsheepDev.VoxArchive.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: EsheepDev.VoxArchive +PackageVersion: 0.0.3 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From d95228f7f602491adf788aaceed5a7b2821a5c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=AB=F0=9F=87=B7=20Al1x-ai?= <43383107+Kieirra@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:02:50 +0200 Subject: [PATCH 043/171] New version: Kieirra.Murmure version 1.8.0 (#353521) --- .../1.8.0/Kieirra.Murmure.installer.yaml | 21 +++++++ .../1.8.0/Kieirra.Murmure.locale.en-US.yaml | 61 +++++++++++++++++++ .../Murmure/1.8.0/Kieirra.Murmure.yaml | 8 +++ 3 files changed, 90 insertions(+) create mode 100644 manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.installer.yaml create mode 100644 manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.locale.en-US.yaml create mode 100644 manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.yaml diff --git a/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.installer.yaml b/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.installer.yaml new file mode 100644 index 000000000000..a5de55bb943a --- /dev/null +++ b/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.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: Kieirra.Murmure +PackageVersion: 1.8.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{D18713D7-56B6-41D6-955C-0B18BC23B563}' +ReleaseDate: 2026-03-28 +AppsAndFeaturesEntries: +- ProductCode: '{D18713D7-56B6-41D6-955C-0B18BC23B563}' + UpgradeCode: '{277BDAB5-E82B-55BC-A17C-DE7AEAF0F249}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/murmure' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kieirra/murmure/releases/download/1.8.0/Murmure_x64.msi + InstallerSha256: FDD0AB009023EA67931AD40FF8467527DDDCA31EF8D53A661630BB7475247872 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.locale.en-US.yaml b/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.locale.en-US.yaml new file mode 100644 index 000000000000..b05312a9c9a5 --- /dev/null +++ b/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.locale.en-US.yaml @@ -0,0 +1,61 @@ +# 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: Kieirra.Murmure +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: al1x-ai +PublisherUrl: https://github.com/Kieirra +PublisherSupportUrl: https://github.com/Kieirra/murmure/issues +PackageName: murmure +PackageUrl: https://github.com/Kieirra/murmure +License: AGPL-3.0 +LicenseUrl: https://github.com/Kieirra/murmure/blob/HEAD/LICENSE +ShortDescription: Fully local, private and cross platform Speech-to-Text with LLM Post-processing +Tags: +- asr +- asr-model +- debian-packages +- linux +- macos +- privacy +- speech-to-text +- windows +ReleaseNotes: |- + Murmure 1.8.0 + This release introduces Voice Mode, a hands-free way to control Murmure using wake words, no keyboard needed. It also brings remote LLM server support, full settings import/export with CLI support, and dozens of improvements across shortcuts, rules, and the overall experience. + New Features + - (Major) Voice Mode: Activate Murmure by voice with customizable wake words, no keyboard needed. Includes auto-send enter, and wake word listener stays active during keyboard-triggered recording. (#178, #187) + - (Major) LLM Remote Servers: Connect to remote OpenAI-compatible API servers for LLM Connect, with per-mode provider switching, model search, per-mode voice triggers, and onboarding flow. (#197, #206) + - (Major) Import/Export Settings: Import and export configuration settings partially or fully. Add CLI import support (murmure import ) for sysadmin mass deployment. (#212, #223) + - Shortcuts: Add support for mouse buttons, OEM keys (-, =, [, ], ;, ', etc.), <>, F13-F24. Add a shortcut in overlay to cancel recording. (#158, #194, #218, #161) + - Rules: Add regex support for custom rules, improve rule labels, add "?" helper for replacement text, short text correction (auto-lowercase/remove punctuation), and rule reordering. (#163, #168, #195, #170) + - LLM: Allow LLM mode reordering. Add "Voice Dictation" preset for interpreting spoken formatting commands as typographic characters. (#180) + - Dictionary: Add option to clear all dictionary entries. (#159) + - About Page: Redesigned with starry background and sponsor cards. (#198) + - Autostart: Start minimized to tray on autostart. (#201) + - macOS: Add configurable option to show/hide application in Dock. (#226) + - Linux: Add .deb package and install.sh one-liner script for Debian/Ubuntu. (#174) + - Update: Update tauri-plugin-updater to 2.10.0 for multi-format support (.deb, .exe, macOS Intel). + - Sidebar: Add "Release notes" link in sidebar footer. + - Defaults: Improve default settings for new users (transcription in RAM, trailing space). (#187) + Bug Fixes + - Fix overlay scrollbar on Windows (#169), overlay stealing focus (#177), overlay freeze on audio timeout (#252). + - Fix double percentage display during download. + - Use dark mode colors consistently. (#199) + - Improve microphone list and keep manually selected device when disconnected (#204). Fix crash when no microphone is available (#217). + - Improve LLM accuracy with system prompts. Improve response speed of reasoning models by disabling thinking mode. (#213) + - Improve smart mode auto-spacing and word deduplication (parakeet fix). (#219) + - Fix selected text detection when clipboard already contains the same content. (#229) + - Fix ToggleToTalk accidental restart caused by X11 auto-repeat. + - Fix spurious modifier key release on macOS after paste and recording lock management. (#241) + - Fix wake word language-aware validation, history update, and EMA smoothing for VAD. + Thanks + Thanks to all contributors, testers, and supporters who made this release possible: + Contributors: @MissonHxC @thiswillbeyourgithub @buffalodebile @Prinzhorn @diodiogod + Beta testers: @ivan-pourmir @icristescu @laurentkempe @OlafausBerlin @HachetAmaury @KevinGeorge + Tippers: Aparrot, Davidda, David, Gizmo38, IiPo, Jérémy, Mablunt, Mactin, Arnaud, Guy, Alain, FloB, Francis, Richard Edward, @scwall + See full CHANGELOG. +ReleaseNotesUrl: https://github.com/Kieirra/murmure/releases/tag/1.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.yaml b/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.yaml new file mode 100644 index 000000000000..bcf43583da53 --- /dev/null +++ b/manifests/k/Kieirra/Murmure/1.8.0/Kieirra.Murmure.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: Kieirra.Murmure +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e1fa23f63a75aa13a61af5879c908898e6f5e71f Mon Sep 17 00:00:00 2001 From: MonsieurTib Date: Sun, 29 Mar 2026 20:33:52 +0200 Subject: [PATCH 044/171] New version: MonsieurTib.service-bus-tui version 1.4.1 (#353498) Co-authored-by: goreleaserbot --- ...MonsieurTib.service-bus-tui.installer.yaml | 26 +++++++++++++++++++ ...sieurTib.service-bus-tui.locale.en-US.yaml | 26 +++++++++++++++++++ .../1.4.1/MonsieurTib.service-bus-tui.yaml | 7 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.installer.yaml create mode 100644 manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.locale.en-US.yaml create mode 100644 manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.yaml diff --git a/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.installer.yaml b/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.installer.yaml new file mode 100644 index 000000000000..c4483ae6a399 --- /dev/null +++ b/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.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: MonsieurTib.service-bus-tui +PackageVersion: 1.4.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-29" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: service-bus-tui.exe + PortableCommandAlias: service-bus-tui + InstallerUrl: https://github.com/MonsieurTib/service-bus-tui/releases/download/v1.4.1/service-bus-tui_Windows_arm64.zip + InstallerSha256: 4a26f66c0b7289f8006a6d4ef351ab04700530aae954bf4fe825b4298d4871bc + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: service-bus-tui.exe + PortableCommandAlias: service-bus-tui + InstallerUrl: https://github.com/MonsieurTib/service-bus-tui/releases/download/v1.4.1/service-bus-tui_Windows_x86_64.zip + InstallerSha256: b4eee952cd149d17387c5aaef31fde1c46f1c177974cdcb069267d59a6dd8384 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.locale.en-US.yaml b/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.locale.en-US.yaml new file mode 100644 index 000000000000..ebc71ca6fa5f --- /dev/null +++ b/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.locale.en-US.yaml @@ -0,0 +1,26 @@ +# 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: MonsieurTib.service-bus-tui +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: MonsieurTib +PublisherUrl: https://github.com/MonsieurTib +PublisherSupportUrl: https://github.com/MonsieurTib/service-bus-tui/issues/new +PackageName: service-bus-tui +PackageUrl: https://github.com/MonsieurTib/service-bus-tui +License: MIT +LicenseUrl: https://github.com/MonsieurTib/service-bus-tui/blob/main/LICENSE +Copyright: MonsieurTib +ShortDescription: A terminal-based explorer for Azure Service Bus +Moniker: service-bus-tui +Tags: + - azure + - service-bus + - tui + - terminal + - cli +ReleaseNotes: | + ## Changelog + * 4b963528016ae388504d9a1a1af0e60087d217be: fix: support shift+tab to navigate panes backward (#11) (@MonsieurTib) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.yaml b/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.yaml new file mode 100644 index 000000000000..1603db6394e8 --- /dev/null +++ b/manifests/m/MonsieurTib/service-bus-tui/1.4.1/MonsieurTib.service-bus-tui.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: MonsieurTib.service-bus-tui +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 34b1ff49927f2a87bae0c0c3e2643bfe6523a02a Mon Sep 17 00:00:00 2001 From: Fanis Hatzidakis Date: Sun, 29 Mar 2026 21:34:49 +0300 Subject: [PATCH 045/171] New version: Fanis.ClaudeCodeSwitcher version 0.3.1 (#353511) --- .../Fanis.ClaudeCodeSwitcher.installer.yaml | 15 ++++++++ ...Fanis.ClaudeCodeSwitcher.locale.en-US.yaml | 34 +++++++++++++++++++ .../0.3.1/Fanis.ClaudeCodeSwitcher.yaml | 8 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.installer.yaml create mode 100644 manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.locale.en-US.yaml create mode 100644 manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.yaml diff --git a/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.installer.yaml b/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.installer.yaml new file mode 100644 index 000000000000..4975aa897094 --- /dev/null +++ b/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fanis.ClaudeCodeSwitcher +PackageVersion: 0.3.1 +InstallerType: portable +Commands: +- claude-code-switcher +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fanis/claude-code-switcher/releases/download/0.3.1/claude-code-switcher.exe + InstallerSha256: CAEB2732D9F4183463C3D6359D64ADB10F85F05CA8D1FBF327FFEDE68DFDF71B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.locale.en-US.yaml b/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.locale.en-US.yaml new file mode 100644 index 000000000000..cbd7a0f27cf8 --- /dev/null +++ b/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.locale.en-US.yaml @@ -0,0 +1,34 @@ +# 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: Fanis.ClaudeCodeSwitcher +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: Fanis Hatzidakis +PublisherUrl: https://github.com/fanis +PublisherSupportUrl: https://github.com/fanis/claude-code-switcher/issues +PackageName: Claude Code Switcher +PackageUrl: https://github.com/fanis/claude-code-switcher +License: PolyForm Internal Use License 1.0.0 +LicenseUrl: https://github.com/fanis/claude-code-switcher/blob/master/LICENCE.md +ShortDescription: Fast native Windows utility for switching between Claude Code projects. +Description: A fast, native Windows utility for switching between Claude Code projects. Shows all your Claude Code projects in a popup dialog sorted by most recently used, with fuzzy search filtering. +Tags: +- claude +- claude-code +- developer-tools +- windows-terminal +ReleaseNotes: |- + Added + - Configurable terminal emulator: Windows Terminal, WezTerm, cmd.exe, or custom command + - Terminal selector dropdown in Settings dialog + - Custom command support with {dir} and {claude} placeholders + - Tab key cycles focus between controls in Settings dialog + - Welcome message on first-launch onboarding prompt + Changed + - Auto-detect mode now tries Windows Terminal, then WezTerm, then cmd.exe (was: wt then cmd) + - Built-in WezTerm launching now prefers wezterm.exe from PATH, opens tabs via start --new-tab, hides the helper console window, and suppresses the default handoff info log + - Built-in WezTerm and custom wezterm start ... commands now share the same silent launch behavior +ReleaseNotesUrl: https://github.com/fanis/claude-code-switcher/releases/tag/0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.yaml b/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.yaml new file mode 100644 index 000000000000..93aeb44a28bc --- /dev/null +++ b/manifests/f/Fanis/ClaudeCodeSwitcher/0.3.1/Fanis.ClaudeCodeSwitcher.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: Fanis.ClaudeCodeSwitcher +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a80d55441c7efbd432169e947d6e81261945a0f7 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar <29282228+andrii-bodnar@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:35:49 +0300 Subject: [PATCH 046/171] New package: Crowdin.CrowdinCLI version 4.14.1 (#345155) --- .../4.14.1/Crowdin.CrowdinCLI.installer.yaml | 23 ++++++++++++ .../Crowdin.CrowdinCLI.locale.en-US.yaml | 35 +++++++++++++++++++ .../CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.yaml | 8 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.installer.yaml create mode 100644 manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.locale.en-US.yaml create mode 100644 manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.yaml diff --git a/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.installer.yaml b/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.installer.yaml new file mode 100644 index 000000000000..63e92299fa21 --- /dev/null +++ b/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.installer.yaml @@ -0,0 +1,23 @@ +# Updated to winget manifest schema 1.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Crowdin.CrowdinCLI +PackageVersion: 4.14.1 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: + - interactive + - silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/crowdin/crowdin-cli/releases/download/4.14.1/crowdin.exe + InstallerSha256: e912b4db3693fd9681d88cde83bcd1f8d955ba332aaf6c509cafd0a1b7f15541 + ProductCode: '{52B80417-16B8-4EFE-B118-6FA64B25CC0F}_is1' +Dependencies: + PackageDependencies: + - PackageIdentifier: EclipseAdoptium.Temurin.17.JRE +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.locale.en-US.yaml b/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.locale.en-US.yaml new file mode 100644 index 000000000000..7179553b2fa5 --- /dev/null +++ b/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Updated to winget manifest schema 1.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Crowdin.CrowdinCLI +PackageVersion: 4.14.1 +PackageLocale: en-US +Publisher: Crowdin +PublisherUrl: https://crowdin.com +PublisherSupportUrl: https://github.com/crowdin/crowdin-cli/issues +PrivacyUrl: https://crowdin.com/page/privacy-policy +Author: Crowdin +PackageName: Crowdin CLI +PackageUrl: https://crowdin.github.io/crowdin-cli +License: MIT +LicenseUrl: https://github.com/crowdin/crowdin-cli/blob/main/LICENSE +Copyright: © Crowdin +ShortDescription: A command line tool that allows you to manage and synchronize localization resources with your Crowdin project. +Description: |- + Crowdin CLI is a command line tool that allows you to manage and synchronize your localization resources with your Crowdin project. Using CLI, you can: + - Automate the process of updating your source files in your Crowdin project + - Download translations from Crowdin and automatically save them in the correct locations + - Upload all your existing translations to Crowdin in minutes + - Manage your localization resources without leaving the terminal + - Integrate Crowdin CLI with GitHub, GitLab, Jenkins, CircleCI, and other software +Moniker: crowdin +Tags: + - cli + - crowdin + - i18n + - l10n + - localization + - translation +ReleaseNotesUrl: https://github.com/crowdin/crowdin-cli/releases/tag/4.14.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.yaml b/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.yaml new file mode 100644 index 000000000000..af69aa887553 --- /dev/null +++ b/manifests/c/Crowdin/CrowdinCLI/4.14.1/Crowdin.CrowdinCLI.yaml @@ -0,0 +1,8 @@ +# Updated to winget manifest schema 1.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Crowdin.CrowdinCLI +PackageVersion: 4.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 8326440501de731c95ccd68693c9bbef6d93be6b Mon Sep 17 00:00:00 2001 From: Sigma <80201450+Sigma-project@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:36:11 +0900 Subject: [PATCH 047/171] New version: libjxl.libjxl version 0.11.2 (#353516) --- .../0.11.2/libjxl.libjxl.installer.yaml | 64 +++++++++++++++++++ .../0.11.2/libjxl.libjxl.locale.en-US.yaml | 27 ++++++++ .../l/libjxl/libjxl/0.11.2/libjxl.libjxl.yaml | 8 +++ 3 files changed, 99 insertions(+) create mode 100644 manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.installer.yaml create mode 100644 manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.locale.en-US.yaml create mode 100644 manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.yaml diff --git a/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.installer.yaml b/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.installer.yaml new file mode 100644 index 000000000000..8b4a273f03ca --- /dev/null +++ b/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.installer.yaml @@ -0,0 +1,64 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: libjxl.libjxl +PackageVersion: 0.11.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\benchmark_xl.exe + PortableCommandAlias: benchmark_xl +- RelativeFilePath: bin\brotli.exe + PortableCommandAlias: brotli +- RelativeFilePath: bin\butteraugli_main.exe + PortableCommandAlias: butteraugli_main +- RelativeFilePath: bin\cjpegli.exe + PortableCommandAlias: cjpegli +- RelativeFilePath: bin\cjxl.exe + PortableCommandAlias: cjxl +- RelativeFilePath: bin\decode_and_encode.exe + PortableCommandAlias: decode_and_encode +- RelativeFilePath: bin\display_to_hlg.exe + PortableCommandAlias: display_to_hlg +- RelativeFilePath: bin\djpegli.exe + PortableCommandAlias: djpegli +- RelativeFilePath: bin\djxl.exe + PortableCommandAlias: djxl +- RelativeFilePath: bin\djxl_fuzzer_corpus.exe + PortableCommandAlias: djxl_fuzzer_corpus +- RelativeFilePath: bin\exr_to_pq.exe + PortableCommandAlias: exr_to_pq +- RelativeFilePath: bin\generate_lut_template.exe + PortableCommandAlias: generate_lut_template +- RelativeFilePath: bin\icc_simplify.exe + PortableCommandAlias: icc_simplify +- RelativeFilePath: bin\jpegli_dec_fuzzer_corpus.exe + PortableCommandAlias: jpegli_dec_fuzzer_corpus +- RelativeFilePath: bin\jxlinfo.exe + PortableCommandAlias: jxlinfo +- RelativeFilePath: bin\jxl_from_tree.exe + PortableCommandAlias: jxl_from_tree +- RelativeFilePath: bin\local_tone_map.exe + PortableCommandAlias: local_tone_map +- RelativeFilePath: bin\pq_to_hlg.exe + PortableCommandAlias: pq_to_hlg +- RelativeFilePath: bin\render_hlg.exe + PortableCommandAlias: render_hlg +- RelativeFilePath: bin\ssimulacra2.exe + PortableCommandAlias: ssimulacra2 +- RelativeFilePath: bin\ssimulacra_main.exe + PortableCommandAlias: ssimulacra_main +- RelativeFilePath: bin\texture_to_cube.exe + PortableCommandAlias: texture_to_cube +- RelativeFilePath: bin\tone_map.exe + PortableCommandAlias: tone_map +- RelativeFilePath: bin\xyb_range.exe + PortableCommandAlias: xyb_range +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/libjxl/libjxl/releases/download/v0.11.2/jxl-x64-windows-static.zip + InstallerSha256: 97DC815BDD99BA243D8502050357342CF649251A5DF069F8C3DAEE6828CBE0CE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-02-10 diff --git a/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.locale.en-US.yaml b/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.locale.en-US.yaml new file mode 100644 index 000000000000..c1deaee7a178 --- /dev/null +++ b/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: libjxl.libjxl +PackageVersion: 0.11.2 +PackageLocale: en-US +Publisher: libjxl +PublisherUrl: https://github.com/libjxl +PublisherSupportUrl: https://github.com/libjxl/libjxl/issues +PackageName: libjxl +PackageUrl: https://github.com/libjxl/libjxl +License: BSD-3 +ShortDescription: A reference implementation of JPEG XL (encoder and decoder). This software library is used by many applications that support JPEG XL. +Tags: +- library +- jpegxl +- jpgxl +- iso18181 +- iec18181 +- cjxl +- djxl +- openexr +- netpbm +- referenceimplementation +ReleaseNotesUrl: https://github.com/libjxl/libjxl/releases/tag/v0.11.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.yaml b/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.yaml new file mode 100644 index 000000000000..9e05b45ec5f6 --- /dev/null +++ b/manifests/l/libjxl/libjxl/0.11.2/libjxl.libjxl.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: libjxl.libjxl +PackageVersion: 0.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4ced2de1e5f206a88350426bfff28fa4e060cb22 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:37:13 +0800 Subject: [PATCH 048/171] New version: KDE.Kate version 26.03.90 (26.04-11425) (#353525) --- .../KDE/Kate/26.03.90/KDE.Kate.installer.yaml | 23 ++++++++ .../Kate/26.03.90/KDE.Kate.locale.en-US.yaml | 58 +++++++++++++++++++ .../Kate/26.03.90/KDE.Kate.locale.zh-CN.yaml | 50 ++++++++++++++++ manifests/k/KDE/Kate/26.03.90/KDE.Kate.yaml | 8 +++ 4 files changed, 139 insertions(+) create mode 100644 manifests/k/KDE/Kate/26.03.90/KDE.Kate.installer.yaml create mode 100644 manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.en-US.yaml create mode 100644 manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.zh-CN.yaml create mode 100644 manifests/k/KDE/Kate/26.03.90/KDE.Kate.yaml diff --git a/manifests/k/KDE/Kate/26.03.90/KDE.Kate.installer.yaml b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.installer.yaml new file mode 100644 index 000000000000..57dbeb8a344b --- /dev/null +++ b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KDE.Kate +PackageVersion: 26.03.90 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: Kate +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11425-windows-cl-msvc2022-x86_64.exe + InstallerSha256: EA44E0F5113E8D97981BECB217A79031ED6FBAF4B14B214606025982D012B486 + InstallerSwitches: + Custom: /CurrentUser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11425-windows-cl-msvc2022-x86_64.exe + InstallerSha256: EA44E0F5113E8D97981BECB217A79031ED6FBAF4B14B214606025982D012B486 + InstallerSwitches: + Custom: /AllUsers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.en-US.yaml b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.en-US.yaml new file mode 100644 index 000000000000..bc3867ae8cfa --- /dev/null +++ b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KDE.Kate +PackageVersion: 26.03.90 +PackageLocale: en-US +Publisher: KDE e.V. +PublisherUrl: https://kde.org/ +PublisherSupportUrl: https://kate-editor.org/support/ +PrivacyUrl: https://kde.org/privacypolicy/ +Author: KDE e.V. +PackageName: Kate +PackageUrl: https://kate-editor.org/ +License: LGPL-2.1-or-later +LicenseUrl: https://invent.kde.org/utilities/kate/-/blob/HEAD/LICENSES/LGPL-2.0-or-later.txt +Copyright: © 2020-2026 KDE Community +ShortDescription: Advanced Text Editor +Description: |- + Kate is a fast multi-document, multi-view text editor for programmers by KDE. It features stuff like LSP (Language Server Protocol) support, projects, multiple cursors and selections, git integration, folder wide search, horizontal and vertical splits, vi mode, syntax highlighting for 300+ languages, built-in terminal, dynamic word wrap and much more. It is available on Linux, BSD, Windows and MacOS. + Features: + - MDI, window splitting, window tabbing + - Spell checking + - CR, CRLF, LF newline support + - Encoding support (utf-8, utf-16, ascii etc.) + - Encoding conversion + - Regular expression based find & replace + - Syntax highlighting for 300+ languages + - Code and text folding + - Multiple cursors and multiple selections + - Block selection mode + - Auto indentation + - Auto completion support + - Shell integration + - Wide protocol support (http, ftp, ssh, webdav etc.) + - Extensible via plugins + - Integrated terminal + - Scriptable using JavaScript + - Vi mode + - Intellisense support using LSP (Language Server Protocol) + - DAP (Debug Adapter Protocol) support + - Vertical tabs/document list + - Lightweight project support. Kate can open folders as projects + - Code formatting using native formatters such as clang-format, prettier etc + - Built in filesystem browser + - CTags support + - Project wide and folder wide search + - Git integration +Tags: +- code +- coding +- editing +- editor +- programming +Documentations: +- DocumentLabel: Handbook + DocumentUrl: https://docs.kde.org/?application=kate +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.zh-CN.yaml b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.zh-CN.yaml new file mode 100644 index 000000000000..a4680fdeb80e --- /dev/null +++ b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: KDE.Kate +PackageVersion: 26.03.90 +PackageLocale: zh-CN +PublisherUrl: https://kde.org/zh-cn/ +PublisherSupportUrl: https://kate-editor.org/zh-cn/support/ +PackageUrl: https://kate-editor.org/zh-cn/ +ShortDescription: 多功能文本编辑器 +Description: |- + Kate 是 KDE 为程序员量身定制的一款轻快的多文档、多视图文本编辑器。它的功能丰富,支持 LSP (Language Server Protocol, 语言服务器协议)、项目、多光标、多个选择对象、Git 集成、文件夹内搜索、水平和垂直视图拆分、Vi 模式、300 多种语言的语法高亮、内置终端、动态换行等。它可在 Linux、BSD、Windows 和 macOS 上使用。 + 功能特性: + - 多文档界面 (MDI)、窗口拆分、标签页 + - 拼写检查 + - CR、CRLF、LF 换行支持 + - 编码支持 (UTF-8、UTF-16、ASCII 等) + - 编码转换 + - 基于正则表达式的查找和替换 + - 300 多种语言的语法高亮 + - 代码和文本折叠 + - 多光标和多个选择对象 + - 块选择模式 + - 自动缩进 + - 自动补全支持 + - 系统外壳程序集成 + - 支持多种类型的协议 (HTTP、FTP、SSH、WebDAV 等) + - 可通过插件扩展 + - 集成终端 + - 基于 JavaScript 实现的脚本编程 + - Vi 模式 + - Intellisense 支持 (基于 LSP/Language Server Protocol/语言服务器协议) + - DAP (Debug Adapter Protocol/调试适配器协议) 支持 + - 垂直标签页/文档列表 + - 轻量级项目支持。Kate 可以将文件夹作为工程打开 + - 使用本地格式化工具 (如 clang-format、prettier 等) 对代码进行格式化。 + - 内建在文件系统浏览器中 + - CTags 支持 + - 搜索整个项目和整个文件夹的内容 + - Git 集成 +Tags: +- 代码 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://docs.kde.org/?application=kate +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kate/26.03.90/KDE.Kate.yaml b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.yaml new file mode 100644 index 000000000000..89521d82b449 --- /dev/null +++ b/manifests/k/KDE/Kate/26.03.90/KDE.Kate.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: KDE.Kate +PackageVersion: 26.03.90 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b48ff55ff08fc2e036f733aeb5a90d06605e3e59 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:08:32 +0800 Subject: [PATCH 049/171] New version: GnuCash.GnuCash version 5.15 (#353523) --- .../5.15/GnuCash.GnuCash.installer.yaml | 19 +++++ .../5.15/GnuCash.GnuCash.locale.en-US.yaml | 85 +++++++++++++++++++ .../5.15/GnuCash.GnuCash.locale.zh-CN.yaml | 26 ++++++ .../GnuCash/GnuCash/5.15/GnuCash.GnuCash.yaml | 8 ++ 4 files changed, 138 insertions(+) create mode 100644 manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.installer.yaml create mode 100644 manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.en-US.yaml create mode 100644 manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.zh-CN.yaml create mode 100644 manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.yaml diff --git a/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.installer.yaml b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.installer.yaml new file mode 100644 index 000000000000..5930ac3bd458 --- /dev/null +++ b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GnuCash.GnuCash +PackageVersion: "5.15" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- gnucash +ProductCode: GnuCash_is1 +ReleaseDate: 2026-03-29 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Gnucash/gnucash/releases/download/5.15/gnucash-5.15.setup.exe + InstallerSha256: 6E10F34F92A1464B45436372A70CDBD16636B14B2842431B72251DED780858BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.en-US.yaml b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.en-US.yaml new file mode 100644 index 000000000000..d8db4ec04af2 --- /dev/null +++ b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GnuCash.GnuCash +PackageVersion: "5.15" +PackageLocale: en-US +Publisher: GnuCash Development Team +PublisherUrl: https://www.gnucash.org/ +PublisherSupportUrl: https://wiki.gnucash.org/wiki/Getting_Help +PackageName: GnuCash +PackageUrl: https://www.gnucash.org/ +License: GPL-2.0-or-later +LicenseUrl: https://github.com/Gnucash/gnucash/blob/HEAD/LICENSE +Copyright: Copyright © 1997-2026 The GnuCash contributors. +ShortDescription: Personal and small-business financial-accounting software +Description: |- + GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows. + Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. +Moniker: gnucash +Tags: +- accounting +- finance +ReleaseNotes: |- + The GnuCash development team announces GnuCash 5.15, the sixteenth release in the stable 5.x series. + Between 5.14 and 5.15, the following bugfixes were accomplished: + - Bug 666536 - smallest fraction of KRW is invalid + - Bug 798122 - Message about unable to balance transaction: Implement better can't-balance messages for scheduled transactions with more than one template transaction. + - Bug 798873 - Crash when scrubbing after "undoing" changes + - Bug 799705 - Remove Old Prices by Namespace: Display namespaces and allow selecting particular namespaces in the Remove Old Prices dialog. + - Bug 799706 - Rename Namespace: Add a rename namespace button to the Security editor that is enabled by the selection of a namespace row in the tree view. + - Bug 799713 - Account Editor changes account color to gray when default selected. + - Bug 799722 - Inconsistent wording: Bill and Invoice: Use "Business Item" in messages that could apply to any of Bill, Credit Note, or Invoice, including where we reuse the same message in different cases. + - Bug 799734 - mapped OFX income account not listed + - Bug 799745 - Import matcher doesn't handle zero length memo and description properly + The following fixes and improvements were not associated with bug reports: + - Major improvement in Python bindings to enable engine methods to return Python objects instead of SWIG pointers. Covers Account, Split, Transaction, GNCLot, gnc_commodity, gnc_commodity_namespace, gnc_commodity_table, GNCPrice, GNCPriceDB, QofBook, QofSession, GncGUID, GncCustomer, GncEmployee, GncVendor, GncJob, GncAddress, GncBillTerm, GncTaxTable, GncInvoice, and GncEntry. GncOwner, the superclass of many of the business classes, is already covered. This allows more pythonic usage: + - Call member functions directly, e.g. price.get_commodity() instead of using the C-function style gc.gnc_price_get_commodity(price) + - The C-function call now raises a DeprecationWarning if called with a Python object but not if called with the instance, e.g. gc.gnc_price_get_commodity(price.instance) + - It is no longer necessary to test and convert return values for being SwigPyObjects or not Python objects: Code like + if type(desc).__name__ == 'SwigPyObject': + desc = gnucash.Account(instance=desc) + or + if type(split) != Split: + split=Split(instance=split) + is no longer required. + - Enable copy-and-paste in Scheduled Transaction template transactions. + - Disable the Transaction Paste or Split Paste menu items in the register's Transaction menu when there is no transaction or split in the clipboard. + - Check all template transactions in a Scheduled Transaction for balance instead of only the first. + - Fix the last reconcile date sort in the Accounts page so that unreconciled accounts sort after reconciled ones instead of before. + - Ensure that custom report sub-menus can receive custom report entries. + - Import Matcher: Add trace messages to make it easier to track why some transactions aren't considered possible matches and uncomment the debug statements so that they can be emitted with --log arguments on the command line. + - Fix segfault in gnc_gsettings_get_settings_obj when GSettings schemas are not installed. + - Add tooltip explaining date-format selection to the CSV Import Assistant. + - CSV Importer: Reparse all import lines when changing date or currency formats or when setting base_account. + - [new-owner-report.scm] fix display/due-date tooltip + - Transaction report efficiency improvements. + - Ensure that gnc_commodity_compare produces a stable sort. + - Implement full test coverage of libgnucash/engine/qofid except for some unreachable code. + - Remove unused qof_collection_from_glist function. + - New function gnc_account_get_earliest_date returns the account's earliest split date. This usually reflects the account opening date. + - Provide an earliest-date sort option in the Accounts page and the balance-forecast report. + - Support 64-bit compilation on Windows. + - gnc_account_child_index: return -1 for non-child. + - Turn off deprecation warning for wstring_convert. It's deprecated in C++17 with no replacement until C++26. + - Update GncDateTime to handle new exceptions from Boost::DateTime + - Use std::chrono to create a GncDateTime. Boost::DateTime uses time_t and in some cases that's still 32-bit, leading to a potential 2038 bug. + - Fix GUI leaks in register completion cell, GncPluginPageRegister, and GNCPluginPageReport. + - [gnc-datetime.cpp] Fix potential bug in fast_iso8601_utc_parse + New and Updated Translations: Chinese (Simplified Han script), Croatian, Czech, Danish, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hungarian, Italian, Portuguese, Portuguese (Brazil), Russian, Spanish, Tamil, Turkish + Help translate GnuCash on Weblate + Known Problems + Complete list of all open bugs. + Documentation + There are no changes in the documentation for this release. + Updated Translations: None. +ReleaseNotesUrl: https://github.com/Gnucash/gnucash/releases/tag/5.15 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.gnucash.org/docs.phtml +- DocumentLabel: Wiki + DocumentUrl: https://wiki.gnucash.org/wiki/GnuCash +- DocumentLabel: FAQ + DocumentUrl: https://wiki.gnucash.org/wiki/FAQ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.zh-CN.yaml b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.zh-CN.yaml new file mode 100644 index 000000000000..f4c1f9d6ac40 --- /dev/null +++ b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GnuCash.GnuCash +PackageVersion: "5.15" +PackageLocale: zh-CN +Copyright: 版权 © 1997-2026 GnuCash 贡献者。 +ShortDescription: 个人和小规模企业财务软件 +Description: |- + GnuCash 个人和小规模企业财务软件,遵循 GNU GPL 协议,支持 Linux、BSD、Solaris、Mac OS X 和 Microsoft Windows。 + 简洁强大,可以跟踪银行、股票、收入和支出;高效,像纸质账簿一样快速、直观;专业,严格遵循会计准则,保证科目平衡、报表准确。 +Tags: +- 会计 +- 经济 +- 财务 +- 金融 +ReleaseNotesUrl: https://github.com/Gnucash/gnucash/releases/tag/5.15 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.gnucash.org/docs.phtml +- DocumentLabel: Wiki + DocumentUrl: https://wiki.gnucash.org/wiki/GnuCash +- DocumentLabel: 常见问题 + DocumentUrl: https://wiki.gnucash.org/wiki/FAQ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.yaml b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.yaml new file mode 100644 index 000000000000..56645672aa34 --- /dev/null +++ b/manifests/g/GnuCash/GnuCash/5.15/GnuCash.GnuCash.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: GnuCash.GnuCash +PackageVersion: "5.15" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8aa4eea8f317efcd2617de96c3795509fd4e1ff4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:09:45 +0800 Subject: [PATCH 050/171] New version: KDE.Kate.AppX version 26.390.11425.0 (26.04-11425) (#353524) --- .../KDE.Kate.AppX.installer.yaml | 8 ++++---- .../KDE.Kate.AppX.locale.en-US.yaml | 2 +- .../KDE.Kate.AppX.locale.zh-CN.yaml | 2 +- .../{26.380.11386.0 => 26.390.11425.0}/KDE.Kate.AppX.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename manifests/k/KDE/Kate/AppX/{26.380.11386.0 => 26.390.11425.0}/KDE.Kate.AppX.installer.yaml (73%) rename manifests/k/KDE/Kate/AppX/{26.380.11386.0 => 26.390.11425.0}/KDE.Kate.AppX.locale.en-US.yaml (98%) rename manifests/k/KDE/Kate/AppX/{26.380.11386.0 => 26.390.11425.0}/KDE.Kate.AppX.locale.zh-CN.yaml (98%) rename manifests/k/KDE/Kate/AppX/{26.380.11386.0 => 26.390.11425.0}/KDE.Kate.AppX.yaml (88%) diff --git a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.installer.yaml b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.installer.yaml similarity index 73% rename from manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.installer.yaml rename to manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.installer.yaml index f66969ec186d..c55fe86982cf 100644 --- a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.installer.yaml +++ b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.380.11386.0 +PackageVersion: 26.390.11425.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.14316.0 @@ -45,8 +45,8 @@ Capabilities: - runFullTrust Installers: - Architecture: x64 - InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11386-windows-cl-msvc2022-x86_64-sideload.appx - InstallerSha256: 2A466384B2F3089E5EA642B3A45C5AB428AF7570D3696A31D3B80BA11C9B0D7D - SignatureSha256: 88B748597732955362016BFDB18B8414028E9DFF667C3E2DDBF35C002A38170C + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11425-windows-cl-msvc2022-x86_64-sideload.appx + InstallerSha256: AD7A7D3521836C661F65777F9C331D4D913038DEE47F8A077D211D3CC7EBE828 + SignatureSha256: C70929F28B77A1806305D08A8B9E5FA88BC1E8A212EF6C898F3CE06E49765FC8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.locale.en-US.yaml b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.locale.en-US.yaml similarity index 98% rename from manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.locale.en-US.yaml rename to manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.locale.en-US.yaml index 67d4318ccf66..db398573d144 100644 --- a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.locale.en-US.yaml +++ b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.380.11386.0 +PackageVersion: 26.390.11425.0 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.locale.zh-CN.yaml b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.locale.zh-CN.yaml similarity index 98% rename from manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.locale.zh-CN.yaml rename to manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.locale.zh-CN.yaml index c2837faba2fe..883817b3b7d0 100644 --- a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.locale.zh-CN.yaml +++ b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.380.11386.0 +PackageVersion: 26.390.11425.0 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kate-editor.org/zh-cn/support/ diff --git a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.yaml b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.yaml similarity index 88% rename from manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.yaml rename to manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.yaml index 78275cb994c2..b574409a863d 100644 --- a/manifests/k/KDE/Kate/AppX/26.380.11386.0/KDE.Kate.AppX.yaml +++ b/manifests/k/KDE/Kate/AppX/26.390.11425.0/KDE.Kate.AppX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.380.11386.0 +PackageVersion: 26.390.11425.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From f60f6dccd31683240f8f8668998c45271d91327a Mon Sep 17 00:00:00 2001 From: ozas Date: Sun, 29 Mar 2026 20:10:56 +0100 Subject: [PATCH 051/171] New version: ozas.speech2text version 1.1.4 (#353534) --- .../1.1.4/ozas.speech2text.installer.yaml | 13 ++++++++++ .../1.1.4/ozas.speech2text.locale.en-US.yaml | 25 +++++++++++++++++++ .../speech2text/1.1.4/ozas.speech2text.yaml | 8 ++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.installer.yaml create mode 100644 manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.locale.en-US.yaml create mode 100644 manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.yaml diff --git a/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.installer.yaml b/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.installer.yaml new file mode 100644 index 000000000000..2719fb58edd7 --- /dev/null +++ b/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ozas.speech2text +PackageVersion: 1.1.4 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ozashub/speech2text/releases/download/v1.1.4/speech2text_1.1.4_x64-setup.exe + InstallerSha256: 1F5ED7BE743416822F56BD530865C2F4BA3CAB66FA1948B9C4DFB4612ED127CE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.locale.en-US.yaml b/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.locale.en-US.yaml new file mode 100644 index 000000000000..5dbca86181af --- /dev/null +++ b/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ozas.speech2text +PackageVersion: 1.1.4 +PackageLocale: en-US +Publisher: ozas +PublisherUrl: https://github.com/ozashub +PublisherSupportUrl: https://github.com/ozashub/speech2text/issues +PackageName: speech2text +PackageUrl: https://speech2text.cc +License: AGPL-3.0 +ShortDescription: Hold a key, speak, let go. Your words land wherever your cursor is. +Tags: +- speech-to-text +- transcription +- voice +- dictation +- whisper +ReleaseNotesUrl: https://github.com/ozashub/speech2text/releases/tag/v1.1.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ozashub/speech2text/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.yaml b/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.yaml new file mode 100644 index 000000000000..8209c624b202 --- /dev/null +++ b/manifests/o/ozas/speech2text/1.1.4/ozas.speech2text.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: ozas.speech2text +PackageVersion: 1.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cf86ac0ad9665266cda7fe9c2d4f198fce94a2ee Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:26:45 +0800 Subject: [PATCH 052/171] Update: MediaHuman.LyricsFinder version 1.7 (#353539) --- .../LyricsFinder/1.7/MediaHuman.LyricsFinder.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/m/MediaHuman/LyricsFinder/1.7/MediaHuman.LyricsFinder.installer.yaml b/manifests/m/MediaHuman/LyricsFinder/1.7/MediaHuman.LyricsFinder.installer.yaml index 306e7fd8059e..613cf74faec0 100644 --- a/manifests/m/MediaHuman/LyricsFinder/1.7/MediaHuman.LyricsFinder.installer.yaml +++ b/manifests/m/MediaHuman/LyricsFinder/1.7/MediaHuman.LyricsFinder.installer.yaml @@ -11,6 +11,6 @@ ReleaseDate: 2026-03-14 Installers: - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/LyricsFinder.exe - InstallerSha256: 7F709D652F6A8346EB351774E9E075AD7E314D4B2E0EE01CD4FA1391FABB42CD + InstallerSha256: 906DD248E0826BD9BD4DD9975479250C4BAA2E5DBB53636B42DCF491C6AE5107 ManifestType: installer ManifestVersion: 1.12.0 From 32f8edce2880ff217422b5817951ef3c08758252 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:13:01 +0800 Subject: [PATCH 053/171] Update: AGTEK.Trackwork version 2.25.5.3 (#349171) --- .../a/AGTEK/Trackwork/2.25.5.3/AGTEK.Trackwork.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/a/AGTEK/Trackwork/2.25.5.3/AGTEK.Trackwork.installer.yaml b/manifests/a/AGTEK/Trackwork/2.25.5.3/AGTEK.Trackwork.installer.yaml index 1e0003ce9c31..2962fb05a1c2 100644 --- a/manifests/a/AGTEK/Trackwork/2.25.5.3/AGTEK.Trackwork.installer.yaml +++ b/manifests/a/AGTEK/Trackwork/2.25.5.3/AGTEK.Trackwork.installer.yaml @@ -18,6 +18,6 @@ ReleaseDate: 2026-03-09 Installers: - Architecture: x64 InstallerUrl: https://agtek.s3.amazonaws.com/Agtek/pjIHVg17xEt1 - InstallerSha256: 2F21EC5573BA613ECE9402339F51352D6858D42A32652F42239DFA8AD876B363 + InstallerSha256: 15F1C0D6BBA54B923A21D6AEE9B06CA1F4092F03FE66814BFCC9DDA535811471 ManifestType: installer ManifestVersion: 1.12.0 From 98f2e34a8265cae363ca18cd39a84b2439de58d5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:13:53 +0800 Subject: [PATCH 054/171] Update: AGTEK.UndergroundSA version 1.12.5.3 (#349172) --- .../UndergroundSA/1.12.5.3/AGTEK.UndergroundSA.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/a/AGTEK/UndergroundSA/1.12.5.3/AGTEK.UndergroundSA.installer.yaml b/manifests/a/AGTEK/UndergroundSA/1.12.5.3/AGTEK.UndergroundSA.installer.yaml index ba2bec221ac8..f32ef65030c2 100644 --- a/manifests/a/AGTEK/UndergroundSA/1.12.5.3/AGTEK.UndergroundSA.installer.yaml +++ b/manifests/a/AGTEK/UndergroundSA/1.12.5.3/AGTEK.UndergroundSA.installer.yaml @@ -20,6 +20,6 @@ ReleaseDate: 2026-03-09 Installers: - Architecture: x64 InstallerUrl: https://agtek.s3.amazonaws.com/Agtek/9De1mpxXNn7f - InstallerSha256: 4D869707BB75A20117FC64C52521A6F2526A95DED4D0741FB5CE76B6B3F73D63 + InstallerSha256: 38531913D7ADBD7514074FBFB08363FC5103A9095CC127747631BD47F7AAD454 ManifestType: installer ManifestVersion: 1.12.0 From 7428e8a9243593155ecfeeb938014c504f7c54c8 Mon Sep 17 00:00:00 2001 From: ezequielnick <107352853+ezequielnick@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:14:52 +0800 Subject: [PATCH 055/171] New version: Mihomo-Party.Mihomo-Party version 1.9.4 (#353509) --- .../Mihomo-Party.Mihomo-Party.installer.yaml | 25 +++++++++++++++++++ ...ihomo-Party.Mihomo-Party.locale.en-US.yaml | 24 ++++++++++++++++++ .../1.9.4/Mihomo-Party.Mihomo-Party.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.installer.yaml create mode 100644 manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.locale.en-US.yaml create mode 100644 manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.yaml diff --git a/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.installer.yaml b/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.installer.yaml new file mode 100644 index 000000000000..0bd5fb5c403e --- /dev/null +++ b/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.installer.yaml @@ -0,0 +1,25 @@ +# 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: Mihomo-Party.Mihomo-Party +PackageVersion: 1.9.4 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: dca524c3-c4d3-54b7-891e-e781dd58e37f +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- DisplayName: Clash Party + Publisher: mihomo-party-org + ProductCode: dca524c3-c4d3-54b7-891e-e781dd58e37f +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/mihomo-party-org/clash-party/releases/download/v1.9.4/clash-party-windows-1.9.4-ia32-setup.exe + InstallerSha256: E9D4D688AE8BD75DACF2B5B8FE34A90E9494CD61C92FB55987A22141A788F49E +- Architecture: x64 + InstallerUrl: https://github.com/mihomo-party-org/clash-party/releases/download/v1.9.4/clash-party-windows-1.9.4-x64-setup.exe + InstallerSha256: 3F0A8BFE87AB7298CA1C565AB08A174AAA521ABA7278E0396D5D05747C2D4E30 +- Architecture: arm64 + InstallerUrl: https://github.com/mihomo-party-org/clash-party/releases/download/v1.9.4/clash-party-windows-1.9.4-arm64-setup.exe + InstallerSha256: C19A67299ADFCB64859315B0D71B27C083F5C95621EBB6DFFFBA2175B6C454F1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.locale.en-US.yaml b/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.locale.en-US.yaml new file mode 100644 index 000000000000..619206c1af51 --- /dev/null +++ b/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.locale.en-US.yaml @@ -0,0 +1,24 @@ +# 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: Mihomo-Party.Mihomo-Party +PackageVersion: 1.9.4 +PackageLocale: en-US +Publisher: Mihomo-Party +PublisherUrl: https://github.com/pompurin404/mihomo-party +PublisherSupportUrl: https://github.com/mihomo-party-org/mihomo-party/issues +Author: Pompurin404 +PackageName: Mihomo-Party +PackageUrl: https://github.com/mihomo-party-org/mihomo-party +License: GPL-3.0 +LicenseUrl: https://github.com/mihomo-party-org/clash-party/blob/HEAD/LICENSE +Copyright: Copyright © 2024 mihomo-party +ShortDescription: Another Mihomo GUI. +Tags: +- clash +- clash-meta +- electron +- mihomo +- mihomo-party +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.yaml b/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.yaml new file mode 100644 index 000000000000..835253e418f8 --- /dev/null +++ b/manifests/m/Mihomo-Party/Mihomo-Party/1.9.4/Mihomo-Party.Mihomo-Party.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: Mihomo-Party.Mihomo-Party +PackageVersion: 1.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3952b857d6aa00656ca96f26e9f19c2db22c2df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralph=20K=C3=BCpper?= Date: Sun, 29 Mar 2026 22:15:44 +0200 Subject: [PATCH 056/171] New version: PerryTS.Perry version 0.4.26 (#353542) --- .../Perry/0.4.26/PerryTS.Perry.installer.yaml | 17 +++++++++++++ .../0.4.26/PerryTS.Perry.locale.en-US.yaml | 24 +++++++++++++++++++ .../p/PerryTS/Perry/0.4.26/PerryTS.Perry.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.installer.yaml create mode 100644 manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.locale.en-US.yaml create mode 100644 manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.yaml diff --git a/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.installer.yaml b/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.installer.yaml new file mode 100644 index 000000000000..4060dc093b43 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PerryTS.Perry +PackageVersion: 0.4.26 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: perry.exe + PortableCommandAlias: perry +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PerryTS/perry/releases/download/v0.4.26/perry-windows-x86_64.zip + InstallerSha256: 02CEE01054D36021B26A9E4CFEFFDEA4A281CDF8F1D1E6E32F036E256CEB287F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.locale.en-US.yaml b/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.locale.en-US.yaml new file mode 100644 index 000000000000..dc6064e413d1 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PerryTS.Perry +PackageVersion: 0.4.26 +PackageLocale: en-US +Publisher: PerryTS +PublisherUrl: https://github.com/PerryTS +PublisherSupportUrl: https://github.com/PerryTS/perry/issues +PackageName: Perry +PackageUrl: https://github.com/PerryTS/perry +License: MIT +LicenseUrl: https://github.com/PerryTS/perry/blob/main/LICENSE +ShortDescription: Native TypeScript compiler that compiles TypeScript to native executables +Description: Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and Cranelift for code generation. +Tags: +- typescript +- compiler +- native +- rust +- cranelift +ReleaseNotesUrl: https://github.com/PerryTS/perry/releases/tag/v0.4.26 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.yaml b/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.yaml new file mode 100644 index 000000000000..c73861a11041 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.26/PerryTS.Perry.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: PerryTS.Perry +PackageVersion: 0.4.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 711b58c8a9c0fbb3ce9d7a2af02005b73dc5b6cb Mon Sep 17 00:00:00 2001 From: Deco Date: Sun, 29 Mar 2026 21:16:38 +0100 Subject: [PATCH 057/171] Recol.DLSSUpdater version 3.9.6 (#353545) --- .../3.9.6/Recol.DLSSUpdater.installer.yaml | 24 +++++++++++++++ .../3.9.6/Recol.DLSSUpdater.locale.en-US.yaml | 29 +++++++++++++++++++ .../DLSSUpdater/3.9.6/Recol.DLSSUpdater.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.installer.yaml create mode 100644 manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.locale.en-US.yaml create mode 100644 manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.yaml diff --git a/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.installer.yaml b/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.installer.yaml new file mode 100644 index 000000000000..9c136ef5e4db --- /dev/null +++ b/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Recol.DLSSUpdater +PackageVersion: 3.9.6 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerType: msi + InstallerUrl: https://github.com/Recol/DLSS-Updater/releases/download/V3.9.6/DLSS.Updater.3.9.6.msi + InstallerSha256: D57B195E772906DC69F3E96D39BBB3CB5343ECC953B813B9885DA9335EA23C61 + InstallerSwitches: + Custom: /norestart + UpgradeBehavior: install + ProductCode: '{0A4EC483-1D2A-4DC9-8EF5-7C5255BE140F}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.locale.en-US.yaml b/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.locale.en-US.yaml new file mode 100644 index 000000000000..ce3828db4453 --- /dev/null +++ b/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.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.6.0.schema.json + +PackageIdentifier: Recol.DLSSUpdater +PackageVersion: 3.9.6 +PackageLocale: en-US +Publisher: Recol +PublisherUrl: https://github.com/Recol +PublisherSupportUrl: https://github.com/Recol/DLSS-Updater/issues +Author: Deco +PackageName: DLSS Updater +PackageUrl: https://github.com/Recol/DLSS-Updater +License: AGPL-3.0 +LicenseUrl: https://github.com/Recol/DLSS-Updater/blob/main/LICENSE +ShortDescription: A tool to update DLSS, XeSS, and DirectStorage DLLs for various games +Description: | + DLSS Updater is a utility that automatically updates DLSS (Deep Learning Super Sampling), XeSS (Intel Xe Super Sampling), and DirectStorage DLLs for games across multiple platforms. + + Note: This application requires administrative privileges to modify game files. +Tags: +- dlss +- nvidia +- gaming +- xess +- directstorage +ReleaseNotes: https://github.com/Recol/DLSS-Updater/releases/tag/V3.9.6 +ReleaseNotesUrl: https://github.com/Recol/DLSS-Updater/releases/tag/V3.9.6 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.yaml b/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.yaml new file mode 100644 index 000000000000..ed1b37fc6c9e --- /dev/null +++ b/manifests/r/Recol/DLSSUpdater/3.9.6/Recol.DLSSUpdater.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Recol.DLSSUpdater +PackageVersion: 3.9.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 0014479ad97310ed7e4c01dc181757f0da4d4939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralph=20K=C3=BCpper?= Date: Sun, 29 Mar 2026 22:47:38 +0200 Subject: [PATCH 058/171] New version: PerryTS.Perry version 0.4.27 (#353543) --- .../Perry/0.4.27/PerryTS.Perry.installer.yaml | 17 +++++++++++++ .../0.4.27/PerryTS.Perry.locale.en-US.yaml | 24 +++++++++++++++++++ .../p/PerryTS/Perry/0.4.27/PerryTS.Perry.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.installer.yaml create mode 100644 manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.locale.en-US.yaml create mode 100644 manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.yaml diff --git a/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.installer.yaml b/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.installer.yaml new file mode 100644 index 000000000000..6d6220aa8637 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PerryTS.Perry +PackageVersion: 0.4.27 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: perry.exe + PortableCommandAlias: perry +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PerryTS/perry/releases/download/v0.4.27/perry-windows-x86_64.zip + InstallerSha256: D41867980D3B99831872257D8BC577D37F476E99BDA07863E58719042F9472E8 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.locale.en-US.yaml b/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.locale.en-US.yaml new file mode 100644 index 000000000000..c4d602ad29a7 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PerryTS.Perry +PackageVersion: 0.4.27 +PackageLocale: en-US +Publisher: PerryTS +PublisherUrl: https://github.com/PerryTS +PublisherSupportUrl: https://github.com/PerryTS/perry/issues +PackageName: Perry +PackageUrl: https://github.com/PerryTS/perry +License: MIT +LicenseUrl: https://github.com/PerryTS/perry/blob/main/LICENSE +ShortDescription: Native TypeScript compiler that compiles TypeScript to native executables +Description: Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and Cranelift for code generation. +Tags: +- typescript +- compiler +- native +- rust +- cranelift +ReleaseNotesUrl: https://github.com/PerryTS/perry/releases/tag/v0.4.27 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.yaml b/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.yaml new file mode 100644 index 000000000000..4f27d8d9621a --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.27/PerryTS.Perry.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: PerryTS.Perry +PackageVersion: 0.4.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8cea0e6affec2337144be8ecb40fda3c10872b4f Mon Sep 17 00:00:00 2001 From: drrakendu78 Date: Sun, 29 Mar 2026 22:48:30 +0200 Subject: [PATCH 059/171] New version: Drrakendu78.UniCreate version 1.0.7 (#353548) --- .../Drrakendu78.UniCreate.installer.yaml | 14 +++ .../Drrakendu78.UniCreate.locale.en-US.yaml | 97 +++++++++++++++++++ .../1.0.7/Drrakendu78.UniCreate.yaml | 7 ++ 3 files changed, 118 insertions(+) create mode 100644 manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.installer.yaml create mode 100644 manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.locale.en-US.yaml create mode 100644 manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.yaml diff --git a/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.installer.yaml b/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.installer.yaml new file mode 100644 index 000000000000..4d36e1608abc --- /dev/null +++ b/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.UniCreate +PackageVersion: 1.0.7 +Installers: +- Architecture: x64 + InstallerType: exe + InstallerUrl: https://github.com/drrakendu78/UniCreate/releases/download/v1.0.7/UniCreate_1.0.7_x64-setup.exe + InstallerSha256: 9BA244774B6637598E44778B4E5F8C40D917A572548939E3E1715FD40F255A1D + InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.locale.en-US.yaml b/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.locale.en-US.yaml new file mode 100644 index 000000000000..3873699dc373 --- /dev/null +++ b/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.locale.en-US.yaml @@ -0,0 +1,97 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.UniCreate +PackageVersion: 1.0.7 +PackageLocale: en-US +Publisher: Drrakendu78 +PublisherUrl: https://github.com/drrakendu78 +PrivacyUrl: https://github.com/drrakendu78/UniCreate/blob/master/PRIVACY.md +Author: Drrakendu78 +PackageName: UniCreate +PackageUrl: https://github.com/drrakendu78/UniCreate +License: MIT +LicenseUrl: https://github.com/drrakendu78/UniCreate/blob/master/LICENSE +ShortDescription: The modern WinGet manifest creator — Create and submit packages to winget-pkgs with a beautiful GUI +Description: The modern WinGet manifest creator — Create and submit packages to winget-pkgs with a beautiful GUI +Tags: +- desktop-app +- gui +- manifest +- open-source +- package-manager +- react +- rust +- tauri +- typescript +- windows +- winget +- winget-pkgs +ReleaseNotes: |- + # UniCreate - Patch Notes v1.0.7 + + Date: 2026-03-29 + Release tag: \`v1.0.7\` + Repository: \`drrakendu78/UniCreate\` + + ## Highlights + + - Chinese localization (Simplified & Traditional) — merged PR #3 + - Fixed package IDs with \`-\` and \`_\` being incorrectly rejected + - Fixed case-sensitive package search causing false "not found" results + - Added nested installer support for ZIP packages + - Fixed auto-updater "Path traversal detected" error on Windows + + ## Changes + + ### 1) Chinese localization (PR #3) + - Added Simplified Chinese (\`zh-Hans\`) and Traditional Chinese (\`zh-Hant\`) translations across all UI strings. + - Language selector in Settings now includes both Chinese variants. + + Impacted files: + - \`src/lib/i18n.ts\` + - \`src/pages/Settings.tsx\` + - \`src/stores/settings-store.ts\` + + ### 2) Fix — Package ID with \`-\` and \`_\` rejected (issue #1) + - The frontend regex now correctly allows hyphens and underscores in package identifiers (e.g. \`Mihomo-Party.Mihomo-Party\`). + - WinGet supports these characters natively; only the UI validation was wrong. + + Impacted files: + - \`src/pages/StepMetadata.tsx\` + + ### 3) Fix — Case-sensitive package search (issue #2) + - Searching for an existing package now falls back to a case-insensitive directory walk when the exact-case path returns 404. + - Prevents false "package not found" errors when the user types a different casing than what is stored in \`microsoft/winget-pkgs\`. + + Impacted files: + - \`src-tauri/src/github.rs\` + + ### 4) Nested installer support for ZIP packages (issue #4) + - When installer type is set to \`zip\`, a new section appears to fill in \`NestedInstallerType\`, \`RelativeFilePath\`, and optionally \`PortableCommandAlias\`. + - The generated manifest now correctly includes \`NestedInstallerType\` and \`NestedInstallerFiles\` as required by WinGet for archive-type packages. + + Impacted files: + - \`src/lib/types.ts\` + - \`src/lib/i18n.ts\` + - \`src/pages/StepInstaller.tsx\` + - \`src-tauri/src/yaml_generator.rs\` + + ### 5) Fix — Auto-updater "Path traversal detected" on Windows + - \`std::fs::canonicalize\` on Windows adds a \`\\?\\` prefix to existing directories but the file doesn't exist yet, causing \`starts_with\` to fail. + - Fixed by building the destination path from the already-canonical directory instead of canonicalizing the non-existent file. + + Impacted files: + - \`updater/src-tauri/src/lib.rs\` + + ### 6) Version bump + - App version updated to \`1.0.7\`. + + ## Checksums (SHA-256) + + | File | SHA-256 | + |------|---------| + | \`UniCreate_1.0.7_x64-setup.exe\` | \`9ba244774b6637598e44778b4e5f8c40d917a572548939e3e1715fd40f255a1d\` | + | \`UniCreate_1.0.7_x64_en-US.msi\` | \`23f761c7a60b4e922f5f7be831495e37b3b02126f0993d30b9e8727091d40591\` | +ReleaseNotesUrl: https://github.com/drrakendu78/UniCreate/releases/tag/v1.0.7 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.yaml b/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.yaml new file mode 100644 index 000000000000..06f3ef8cc586 --- /dev/null +++ b/manifests/d/Drrakendu78/UniCreate/1.0.7/Drrakendu78.UniCreate.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.UniCreate +PackageVersion: 1.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From ef97b99b96f2e59ae24947d9b0e41b4849f6abf1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:49:24 +0800 Subject: [PATCH 060/171] New version: Ideamerit.GalaxyModeler version 12.5.0 (#353549) --- .../Ideamerit.GalaxyModeler.installer.yaml | 27 ++++++++++++++ .../Ideamerit.GalaxyModeler.locale.en-US.yaml | 36 +++++++++++++++++++ .../Ideamerit.GalaxyModeler.locale.zh-CN.yaml | 23 ++++++++++++ .../12.5.0/Ideamerit.GalaxyModeler.yaml | 8 +++++ 4 files changed, 94 insertions(+) create mode 100644 manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.installer.yaml create mode 100644 manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.locale.en-US.yaml create mode 100644 manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.locale.zh-CN.yaml create mode 100644 manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.yaml diff --git a/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.installer.yaml b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.installer.yaml new file mode 100644 index 000000000000..f1ef4a5411eb --- /dev/null +++ b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ideamerit.GalaxyModeler +PackageVersion: 12.5.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- dmm +ProductCode: 81682671-6f05-51d8-a3cc-b0a22c984bc5 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://www.datensen.com/downloads/Galaxy%20Modeler-12.5.0-x64.exe + InstallerSha256: 8D65EAA063649D1366E910D06F3911368E15F7302035D83F92E44D8FB8CF6811 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.datensen.com/downloads/Galaxy%20Modeler-12.5.0-x64.exe + InstallerSha256: 8D65EAA063649D1366E910D06F3911368E15F7302035D83F92E44D8FB8CF6811 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.locale.en-US.yaml b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.locale.en-US.yaml new file mode 100644 index 000000000000..64869081d082 --- /dev/null +++ b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.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: Ideamerit.GalaxyModeler +PackageVersion: 12.5.0 +PackageLocale: en-US +Publisher: Ideamerit +PublisherUrl: https://www.datensen.com/ +PublisherSupportUrl: https://www.datensen.com/contact.html +PrivacyUrl: https://www.datensen.com/blog/privacy-policy/ +Author: Ideamerit s.r.o. +PackageName: Galaxy Modeler +PackageUrl: https://www.datensen.com/galaxy-modeler-for-graphql.html +License: Proprietary +LicenseUrl: https://www.datensen.com/blog/eula-datensen/ +Copyright: Copyright 2026 Ideamerit s.r.o. All rights reserved. +CopyrightUrl: https://www.datensen.com/blog/eula-datensen/ +ShortDescription: A schema design tool for GraphQL for easy and fast visual GraphQL data modeling +Description: |- + Galaxy Modeler is a schema design tool for GraphQL + Key features: + - visual creation of schema designs for GraphQL + - easy-to-use user interface + - various display modes + - code generation + - import from files + - import from URL + - interactive HTML reports generation and export to PDF +Tags: +- graphql +PurchaseUrl: https://www.datensen.com/purchase.html +Documentations: +- DocumentLabel: Learn + DocumentUrl: https://www.datensen.com/blog/docs/about-galaxy-modeler/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.locale.zh-CN.yaml b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.locale.zh-CN.yaml new file mode 100644 index 000000000000..1b0ec26361ee --- /dev/null +++ b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ideamerit.GalaxyModeler +PackageVersion: 12.5.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: GraphQL 架构设计工具,快速可视化构建 GraphQL 数据模型 +Description: |- + Galaxy Modeler 是一款专为 GraphQL 设计的架构建模工具 + 核心功能: + - 可视化创建 GraphQL 架构设计 + - 简洁易用的用户界面 + - 多种视图展示模式 + - 自动代码生成 + - 支持文件导入 + - 支持 URL 导入 + - 可生成交互式 HTML 报告并导出 PDF 文档 +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://www.datensen.com/blog/docs/about-galaxy-modeler/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.yaml b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.yaml new file mode 100644 index 000000000000..37da1299f530 --- /dev/null +++ b/manifests/i/Ideamerit/GalaxyModeler/12.5.0/Ideamerit.GalaxyModeler.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: Ideamerit.GalaxyModeler +PackageVersion: 12.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 74365018be25eca32e151c02165904b14ec0e9c9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:50:17 +0800 Subject: [PATCH 061/171] New version: Ideamerit.LunaModeler version 13.5.0 (#353550) --- .../Ideamerit.LunaModeler.installer.yaml | 27 ++++++++++ .../Ideamerit.LunaModeler.locale.en-US.yaml | 50 +++++++++++++++++++ .../Ideamerit.LunaModeler.locale.zh-CN.yaml | 38 ++++++++++++++ .../13.5.0/Ideamerit.LunaModeler.yaml | 8 +++ 4 files changed, 123 insertions(+) create mode 100644 manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.installer.yaml create mode 100644 manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.en-US.yaml create mode 100644 manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.zh-CN.yaml create mode 100644 manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.yaml diff --git a/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.installer.yaml b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.installer.yaml new file mode 100644 index 000000000000..4b76bbe20103 --- /dev/null +++ b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ideamerit.LunaModeler +PackageVersion: 13.5.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- dmm +ProductCode: 1a6ffba4-62de-5ee0-9baa-c75a2c6a131e +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://www.datensen.com/downloads/Luna%20Modeler-13.5.0-x64.exe + InstallerSha256: 15F2A8882069D8E668BF8429BE8E9BC6D259B5DE8DAB13293F8D5A7D3084A14B + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.datensen.com/downloads/Luna%20Modeler-13.5.0-x64.exe + InstallerSha256: 15F2A8882069D8E668BF8429BE8E9BC6D259B5DE8DAB13293F8D5A7D3084A14B + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.en-US.yaml b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.en-US.yaml new file mode 100644 index 000000000000..86cf3bb4ede2 --- /dev/null +++ b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ideamerit.LunaModeler +PackageVersion: 13.5.0 +PackageLocale: en-US +Publisher: Ideamerit +PublisherUrl: https://www.datensen.com/ +PublisherSupportUrl: https://www.datensen.com/contact.html +PrivacyUrl: https://www.datensen.com/blog/privacy-policy/ +Author: Ideamerit s.r.o. +PackageName: Luna Modeler +PackageUrl: https://www.datensen.com/luna-modeler-for-relational-databases.html +License: Proprietary +LicenseUrl: https://www.datensen.com/blog/eula-datensen/ +Copyright: Copyright 2026 Ideamerit s.r.o. All rights reserved. +CopyrightUrl: https://www.datensen.com/blog/eula-datensen/ +ShortDescription: A powerful desktop data modeling tool for relational databases like PostgreSQL, Oracle, SQL Server, MariaDB, MySQL and SQLite +Description: |- + Luna Modeler is a data modeling and database design tool for relational databases. It allows you to easily create conceptual, logical and physical data models. + Key features: + - visual creation of ER diagrams for relational databases + - support for database specifics (like composite types in PostgreSQL etc.) + - easy-to-use user interface + - various display modes and diagram options + - forward engineering & code generation + - reverse engineering (for Oracle, SQL Server, MariaDB, MySQL and PostgreSQL) + - secure SSL/TLS connections to cloud based solution like Postgres/Supabase etc. + - import from files (SQLite) + - interactive HTML reports generation and export to PDF + - project and ER diagram update + - generation of ALTER statements for MariaDB, MySQL and SQLite + - database schema conversion +Tags: +- database +- db +- mariadb +- modeling +- mssql +- mysql +- oracle +- postgre +- postgresql +- sqlite +PurchaseUrl: https://www.datensen.com/purchase.html +Documentations: +- DocumentLabel: Learn + DocumentUrl: https://www.datensen.com/blog/docs/about-luna-modeler-a-database-design-tool-for-relational-databases/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.zh-CN.yaml b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.zh-CN.yaml new file mode 100644 index 000000000000..9ec75ec3f769 --- /dev/null +++ b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ideamerit.LunaModeler +PackageVersion: 13.5.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 强大的桌面端数据建模工具,支持 PostgreSQL、Oracle、SQL Server、MariaDB、MySQL 及 SQLite 等关系型数据库 +Description: |- + Luna Modeler 是一款面向关系型数据库的数据建模与数据库设计工具。它能够帮助用户轻松创建概念模型、逻辑模型和物理数据模型。 + 核心功能 + - 可视化构建关系型数据库 ER 图 + - 支持数据库特性(如 PostgreSQL 的复合类型等) + - 直观易用的用户界面 + - 多种视图模式与图表配置选项 + - 正向工程及代码生成 + - 逆向工程(支持 Oracle/SQL Server/MariaDB/MySQL/PostgreSQL) + - 基于 SSL/TLS 协议的云端安全连接(如 Postgres/Supabase 等) + - 文件导入功能(支持 SQLite) + - 交互式 HTML 报告生成与 PDF 导出 + - 项目及 ER 图更新维护 + - 生成 MariaDB/MySQL/SQLite 的 ALTER 语句 + - 数据库架构转换 +Tags: +- mariadb +- mssql +- mysql +- oracle +- postgre +- postgresql +- sqlite +- 建模 +- 数据库 +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://www.datensen.com/blog/docs/about-luna-modeler-a-database-design-tool-for-relational-databases/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.yaml b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.yaml new file mode 100644 index 000000000000..0a901872768b --- /dev/null +++ b/manifests/i/Ideamerit/LunaModeler/13.5.0/Ideamerit.LunaModeler.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: Ideamerit.LunaModeler +PackageVersion: 13.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8e7a16a56f4127ffefdafd7a5261962929c83676 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:51:12 +0800 Subject: [PATCH 062/171] New version: Ideamerit.MeteorModeler version 12.5.0 (#353551) --- .../Ideamerit.MeteorModeler.installer.yaml | 27 ++++++++++++++ .../Ideamerit.MeteorModeler.locale.en-US.yaml | 37 +++++++++++++++++++ .../Ideamerit.MeteorModeler.locale.zh-CN.yaml | 25 +++++++++++++ .../12.5.0/Ideamerit.MeteorModeler.yaml | 8 ++++ 4 files changed, 97 insertions(+) create mode 100644 manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.installer.yaml create mode 100644 manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.locale.en-US.yaml create mode 100644 manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.locale.zh-CN.yaml create mode 100644 manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.yaml diff --git a/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.installer.yaml b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.installer.yaml new file mode 100644 index 000000000000..eb3965e40508 --- /dev/null +++ b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ideamerit.MeteorModeler +PackageVersion: 12.5.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- dmm +ProductCode: dd8c9497-5c92-5746-b4b3-ae1fab8f04f0 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://www.datensen.com/downloads/Meteor%20Modeler-12.5.0-x64.exe + InstallerSha256: 84DB10C3647A02938AE1D56BE4F11D41AEF911ECB5D34CD963BFEE74A5661ED6 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.datensen.com/downloads/Meteor%20Modeler-12.5.0-x64.exe + InstallerSha256: 84DB10C3647A02938AE1D56BE4F11D41AEF911ECB5D34CD963BFEE74A5661ED6 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.locale.en-US.yaml b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.locale.en-US.yaml new file mode 100644 index 000000000000..8f6e88406225 --- /dev/null +++ b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ideamerit.MeteorModeler +PackageVersion: 12.5.0 +PackageLocale: en-US +Publisher: Ideamerit +PublisherUrl: https://www.datensen.com/ +PublisherSupportUrl: https://www.datensen.com/contact.html +PrivacyUrl: https://www.datensen.com/blog/privacy-policy/ +Author: Ideamerit s.r.o. +PackageName: Meteor Modeler +PackageUrl: https://www.datensen.com/meteor-modeler-for-orm.html +License: Proprietary +LicenseUrl: https://www.datensen.com/blog/eula-datensen/ +Copyright: Copyright 2026 Ideamerit s.r.o. All rights reserved. +CopyrightUrl: https://www.datensen.com/blog/eula-datensen/ +ShortDescription: A visual designer for Sequelize ORM +Description: |- + Meteor Modeler is a visual schema design tool / ORM modeling tool for Sequelize. + Key features include: + - visual schema design / ORM modeling + - easy-to-use user interface + - various display modes + - code generation + - import from Luna Modeler – database design tool for relational databases +Tags: +- database +- db +- orm +- sequelize +PurchaseUrl: https://www.datensen.com/purchase.html +Documentations: +- DocumentLabel: Learn + DocumentUrl: https://www.datensen.com/blog/docs/about-meteor-modeler/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.locale.zh-CN.yaml b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.locale.zh-CN.yaml new file mode 100644 index 000000000000..3e11fc74c0a9 --- /dev/null +++ b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.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: Ideamerit.MeteorModeler +PackageVersion: 12.5.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Sequelize ORM 可视化设计工具 +Description: |- + Meteor Modeler 是一款专为 Sequelize 设计的可视化数据模型设计工具/ORM 建模工具。 + 核心功能包括: + - 可视化数据模型设计/ORM 建模 + - 简洁易用的用户界面 + - 多种视图展示模式 + - 代码自动生成 + - 支持从 Luna Modeler(关系型数据库设计工具)导入模型 +Tags: +- orm +- sequelize +- 数据库 +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://www.datensen.com/blog/docs/about-meteor-modeler/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.yaml b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.yaml new file mode 100644 index 000000000000..4be67434f84e --- /dev/null +++ b/manifests/i/Ideamerit/MeteorModeler/12.5.0/Ideamerit.MeteorModeler.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: Ideamerit.MeteorModeler +PackageVersion: 12.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7665aab204bc6f1b1ff90038b3831fc6a9caf6fb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:52:06 +0800 Subject: [PATCH 063/171] New version: Ideamerit.MoonModeler version 12.5.0 (#353552) --- .../Ideamerit.MoonModeler.installer.yaml | 27 ++++++++++++ .../Ideamerit.MoonModeler.locale.en-US.yaml | 43 +++++++++++++++++++ .../Ideamerit.MoonModeler.locale.zh-CN.yaml | 31 +++++++++++++ .../12.5.0/Ideamerit.MoonModeler.yaml | 8 ++++ 4 files changed, 109 insertions(+) create mode 100644 manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.installer.yaml create mode 100644 manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.en-US.yaml create mode 100644 manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.zh-CN.yaml create mode 100644 manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.yaml diff --git a/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.installer.yaml b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.installer.yaml new file mode 100644 index 000000000000..9ac6f0cf9983 --- /dev/null +++ b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ideamerit.MoonModeler +PackageVersion: 12.5.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- dmm +ProductCode: 9812461d-d193-5cc2-b718-0023df96cedc +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://www.datensen.com/downloads/Moon%20Modeler-12.5.0-x64.exe + InstallerSha256: C973B5966BBCBAA740ED136CE7CCA256C708458CD950B3F26EDFC6CA0D84723C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.datensen.com/downloads/Moon%20Modeler-12.5.0-x64.exe + InstallerSha256: C973B5966BBCBAA740ED136CE7CCA256C708458CD950B3F26EDFC6CA0D84723C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.en-US.yaml b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.en-US.yaml new file mode 100644 index 000000000000..b5d2082a8038 --- /dev/null +++ b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ideamerit.MoonModeler +PackageVersion: 12.5.0 +PackageLocale: en-US +Publisher: Ideamerit +PublisherUrl: https://www.datensen.com/ +PublisherSupportUrl: https://www.datensen.com/contact.html +PrivacyUrl: https://www.datensen.com/blog/privacy-policy/ +Author: Ideamerit s.r.o. +PackageName: Moon Modeler +PackageUrl: https://www.datensen.com/moon-modeler-for-databases.html +License: Proprietary +LicenseUrl: https://www.datensen.com/blog/eula-datensen/ +Copyright: Copyright 2026 Ideamerit s.r.o. All rights reserved. +CopyrightUrl: https://www.datensen.com/blog/eula-datensen/ +ShortDescription: An easy-to-use desktop data modeling tool for MongoDB and Mongoose ODM +Description: |- + Moon Modeler is a data modeling tool for MongoDB and Mongoose ODM. It can also be used for solutions like Cosmos DB, AWS Amazon DocumentDB and others. The software belongs to the data modeling and schema design tools category and can be used to create and visualize database structures. + Key features: + - visual creation of ER diagrams and schema design + - noSQL data modeling + - support for database specifics (like caped collections, validation level for MongoDB etc.) + - easy-to-use user interface + - various diagram settings + - forward engineering & code generation + - reverse engineering (for MongoDB) + - secure SSL/TLS connections to cloud based solution + - interactive HTML reports generation and export to PDF +Tags: +- database +- db +- modeling +- mongodb +- mongoose +- odm +PurchaseUrl: https://www.datensen.com/purchase.html +Documentations: +- DocumentLabel: Learn + DocumentUrl: https://www.datensen.com/blog/docs/about-moon-modeler-data-modeling-tool/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.zh-CN.yaml b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.zh-CN.yaml new file mode 100644 index 000000000000..784d6a5dfdb5 --- /dev/null +++ b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ideamerit.MoonModeler +PackageVersion: 12.5.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款适用于 MongoDB 和 Mongoose ODM 的操作简单的桌面数据建模工具 +Description: |- + Moon Modeler 是一款面向 MongoDB 与 Mongoose ODM 的数据建模工具,同时兼容 Cosmos DB、AWS Amazon DocumentDB 等解决方案。该软件属于数据建模与模式设计工具类别,可用于创建和可视化数据库结构。 + 核心功能: + - 可视化 ER 图设计与模式构建 + - NoSQL 数据建模 + - 支持数据库特性配置(如 MongoDB 的封顶集合、验证级别等) + - 直观易用的操作界面 + - 多样化图表设置 + - 正向工程与代码生成 + - 逆向工程(支持 MongoDB) + - 基于云服务的 SSL/TLS 安全连接 + - 交互式 HTML 报告生成及 PDF 导出 +Tags: +- mongodb +- mongoose +- odm +- 建模 +- 数据库 +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://www.datensen.com/blog/docs/about-moon-modeler-data-modeling-tool/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.yaml b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.yaml new file mode 100644 index 000000000000..f92b7475b456 --- /dev/null +++ b/manifests/i/Ideamerit/MoonModeler/12.5.0/Ideamerit.MoonModeler.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: Ideamerit.MoonModeler +PackageVersion: 12.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 32006281f5aaaa628fb25aa5d3e290d8ff333e15 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:59:14 +0800 Subject: [PATCH 064/171] Update: Mozilla.Firefox.DeveloperEdition.en-GB version 149.0 (149.0b8) (#348408) --- ...a.Firefox.DeveloperEdition.en-GB.installer.yaml | 14 +++++++------- ...irefox.DeveloperEdition.en-GB.locale.en-US.yaml | 4 ---- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml index 26de4e894ebd..79adefd5135a 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml @@ -25,16 +25,16 @@ FileExtensions: - xht - xhtml ProductCode: Firefox Developer Edition -ReleaseDate: 2026-03-11 +ReleaseDate: 2026-03-13 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b7/win32/en-GB/Firefox%20Setup%20149.0b7.exe - InstallerSha256: 6A038C7C13098FCF07B7EA3F24C05B2B9AC6A5E5BAAE5C0E1CFD9104A6541849 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b8/win32/en-GB/Firefox%20Setup%20149.0b8.exe + InstallerSha256: 5A50FF834AA08428FFFCFC0FAB9F77C03C5D997E16713D7A4A61483937F28D5C - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b7/win64/en-GB/Firefox%20Setup%20149.0b7.exe - InstallerSha256: 1CD82E813616151D22FBC087074334A18E2306E96B16BA8ED216ED857C4604A5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b8/win64/en-GB/Firefox%20Setup%20149.0b8.exe + InstallerSha256: 10E676D41AC05327D04E8D02AC89E0B8415C685D1B291353025CEA86BE2CB16A - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b7/win64-aarch64/en-GB/Firefox%20Setup%20149.0b7.exe - InstallerSha256: CB364024D6C07E180E3B07F4F5EE4BB58DAC83C6B8C2EF963BC354A819084092 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b8/win64-aarch64/en-GB/Firefox%20Setup%20149.0b8.exe + InstallerSha256: EB3191819AA6C2AABFD209CE25697440661FB55689A44D5E5B5788300A18F673 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.locale.en-US.yaml index a10d46f27e40..a28ac15259f2 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/149.0/Mozilla.Firefox.DeveloperEdition.en-GB.locale.en-US.yaml @@ -38,10 +38,6 @@ ReleaseNotes: |- - Address Autofill is enabled for users in Australia, India, Italy, Poland, and Austria - Firefox now automatically blocks notifications and permanently revokes permissions for any website flagged as malicious by SafeBrowsing. This prevents unsafe sites from sending background notifications to users, commonly used for ads, spam or phishing. - You can now add a Share button to your toolbar from Customize Toolbar. It lets you easily share the addresss of your current tab using your Windows or macOS Operating system’s sharing services. - - Local network access restrictions are now being extended to all users. Firefox will require websites to request your permission before connecting to devices on your local network or to apps and services on your device. Previously limited to users with Enhanced Tracking Protection set to Strict, this protection is now rolling out gradually to all users. You can find more details about this on our support page. - This feature is part of a progressive roll out. - What is a progressive roll out? - Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. - View two pages side-by-side in a single window with the new Split View feature that makes it easier to compare information, research topics, or work across two pages at once. To create a split view, select one or two tabs and choose Add to Split View or Open in Split View. Fixed From 90645cb3ca8fbe1aa175227ba7d391ebb42decbe Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:00:30 +0800 Subject: [PATCH 065/171] Microsoft.Sysinternals.ZoomIt version 11.00 (#353114) --- .../Microsoft.Sysinternals.ZoomIt.installer.yaml | 16 ++++++++-------- ...crosoft.Sysinternals.ZoomIt.locale.en-US.yaml | 8 ++++---- .../Microsoft.Sysinternals.ZoomIt.yaml | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) rename manifests/m/Microsoft/Sysinternals/ZoomIt/{10.0 => 11.00}/Microsoft.Sysinternals.ZoomIt.installer.yaml (67%) rename manifests/m/Microsoft/Sysinternals/ZoomIt/{10.0 => 11.00}/Microsoft.Sysinternals.ZoomIt.locale.en-US.yaml (92%) rename manifests/m/Microsoft/Sysinternals/ZoomIt/{10.0 => 11.00}/Microsoft.Sysinternals.ZoomIt.yaml (56%) diff --git a/manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.installer.yaml b/manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.installer.yaml similarity index 67% rename from manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.installer.yaml rename to manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.installer.yaml index 3fe0695480c0..c262be9e56fd 100644 --- a/manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.installer.yaml +++ b/manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.ZoomIt -PackageVersion: "10.0" +PackageVersion: "11.00" InstallerLocale: en-US InstallerType: zip NestedInstallerType: portable @@ -19,19 +19,19 @@ Installers: - RelativeFilePath: ZoomIt.exe PortableCommandAlias: zoomit InstallerUrl: https://download.sysinternals.com/files/ZoomIt.zip - InstallerSha256: 53558778B32B92D8D0859106D9D51A7309C82C034E312208465E6B16490CF9B5 + InstallerSha256: 65C17859D5B0E540DB45AC1D3AE619205AD897BCAAE8213834213318EF07AEC2 - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: ZoomIt64.exe PortableCommandAlias: zoomit InstallerUrl: https://download.sysinternals.com/files/ZoomIt.zip - InstallerSha256: 53558778B32B92D8D0859106D9D51A7309C82C034E312208465E6B16490CF9B5 + InstallerSha256: 65C17859D5B0E540DB45AC1D3AE619205AD897BCAAE8213834213318EF07AEC2 - Architecture: arm64 NestedInstallerFiles: - RelativeFilePath: ZoomIt64a.exe PortableCommandAlias: zoomit InstallerUrl: https://download.sysinternals.com/files/ZoomIt.zip - InstallerSha256: 53558778B32B92D8D0859106D9D51A7309C82C034E312208465E6B16490CF9B5 + InstallerSha256: 65C17859D5B0E540DB45AC1D3AE619205AD897BCAAE8213834213318EF07AEC2 ManifestType: installer -ManifestVersion: 1.10.0 -ReleaseDate: 2026-02-04 +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-26 diff --git a/manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.locale.en-US.yaml b/manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.locale.en-US.yaml similarity index 92% rename from manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.locale.en-US.yaml rename to manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.locale.en-US.yaml index 5457768afd2b..2139dfc977e5 100644 --- a/manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.locale.en-US.yaml +++ b/manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.ZoomIt -PackageVersion: "10.0" +PackageVersion: "11.00" PackageLocale: en-US Publisher: Sysinternals PublisherUrl: https://www.sysinternals.com/ @@ -39,4 +39,4 @@ Documentations: - DocumentLabel: Troubleshooting with the Windows Sysinternals Tools DocumentUrl: https://learn.microsoft.com/en-us/sysinternals/resources/troubleshooting-book ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.yaml b/manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.yaml similarity index 56% rename from manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.yaml rename to manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.yaml index 10afa8311b2d..f8e5f1adb95e 100644 --- a/manifests/m/Microsoft/Sysinternals/ZoomIt/10.0/Microsoft.Sysinternals.ZoomIt.yaml +++ b/manifests/m/Microsoft/Sysinternals/ZoomIt/11.00/Microsoft.Sysinternals.ZoomIt.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Microsoft.Sysinternals.ZoomIt -PackageVersion: "10.0" +PackageVersion: "11.00" DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 From 53445057e287394ed2ce688017f87143f7a397a6 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:23:13 +0800 Subject: [PATCH 066/171] Fix: 360.NamiAI version 1.3.1483.64 (#348984) --- manifests/3/360/NamiAI/1.3.1483.64/360.NamiAI.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/3/360/NamiAI/1.3.1483.64/360.NamiAI.installer.yaml b/manifests/3/360/NamiAI/1.3.1483.64/360.NamiAI.installer.yaml index b5bf78bc2c29..dc4cde85761d 100644 --- a/manifests/3/360/NamiAI/1.3.1483.64/360.NamiAI.installer.yaml +++ b/manifests/3/360/NamiAI/1.3.1483.64/360.NamiAI.installer.yaml @@ -26,7 +26,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Protocols: - nami -ProductCode: Freedom 1.3.1483.64 +ProductCode: namiai Installers: - Architecture: x64 Scope: user From 79a06bd89d25f078e47001c649ffd2f718ef10bc Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:24:00 +0800 Subject: [PATCH 067/171] New package: Meituan.TabbitBrowser version 0.25.8.0 (#353383) --- .../Meituan.TabbitBrowser.installer.yaml | 38 +++++++++++++++++ .../Meituan.TabbitBrowser.locale.en-US.yaml | 41 +++++++++++++++++++ .../Meituan.TabbitBrowser.locale.zh-CN.yaml | 34 +++++++++++++++ .../0.25.8.0/Meituan.TabbitBrowser.yaml | 8 ++++ 4 files changed, 121 insertions(+) create mode 100644 manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.installer.yaml create mode 100644 manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.en-US.yaml create mode 100644 manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.zh-CN.yaml create mode 100644 manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.yaml diff --git a/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.installer.yaml b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.installer.yaml new file mode 100644 index 000000000000..ab51a1b29405 --- /dev/null +++ b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Meituan.TabbitBrowser +PackageVersion: 0.25.8.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tabbit +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Tabbit +ReleaseDate: 2026-03-18 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.tabbit-ai.com/upgrade/windows/stable_x64_cn/Tabbit%20Browser_stable_x64_cn_0.25.8.exe + InstallerSha256: 42477D19F607A2D91A25993870E4919CDAC29CB716E9643C5D25DC6F2D9F76A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.en-US.yaml b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.en-US.yaml new file mode 100644 index 000000000000..421300f393fb --- /dev/null +++ b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Meituan.TabbitBrowser +PackageVersion: 0.25.8.0 +PackageLocale: en-US +Publisher: The Tabbit Authors +PublisherUrl: https://www.tabbitbrowser.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.tabbitbrowser.com/privacy +Author: LUMINALAB PTE. LTD. +PackageName: Tabbit +PackageUrl: https://www.tabbitbrowser.com/ +License: Proprietary +LicenseUrl: https://www.tabbitbrowser.com/terms +Copyright: Copyright © 2026 Tabbit. All rights reserved. +CopyrightUrl: https://www.tabbitbrowser.com/terms +ShortDescription: Understand your Context, Organize your Work, Automate Tasks, Expand Possibility +Description: Tabbit is an AI-native browser that understands your context. Chat with webpages, automate tasks with Agent, create custom Skills, and organize tabs effortlessly. Supports GPT-5.4, Gemini-3.1-Pro, Claude-Sonnet-4.6, DeepSeek-V3.2, Doubao-Seed-1.8, Kimi-K2.5, Qwen3.5-Plus, GLM-5, MiniMax-M2.7. +# Moniker: +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + - Optimized the AI Chat response pipeline to enhance interaction experience. + - Restored the Live Translation feature, supporting Bilingual and Translation Only modes via hover or shortcut triggers. + - Added a Quick Start Guide to the homepage Chat sidebar to introduce Tabbit’s core features. + - Optimized the Data Import tool with data previews and progress indicators for a clearer migration process. + - Optimized the animations and copywriting for Smart Tab Organization. + - Optimized the user experience for creating and editing Skills. +ReleaseNotesUrl: https://www.tabbitbrowser.com/docs/en-US/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Quick Start Guide + DocumentUrl: https://www.tabbitbrowser.com/guide/usage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.zh-CN.yaml b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..b9fcf48c29d4 --- /dev/null +++ b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Meituan.TabbitBrowser +PackageVersion: 0.25.8.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 理解你的上下文、帮你组织工作、执行任务、无限可能 +Description: Tabbit 是新一代 AI 原生浏览器,智能理解你的上下文。一键引用网页、截图、收藏、文件进行对话,Agent 自动执行重复任务,自定义妙招提升效率,智能分组管理标签页。支持 GLM-5、DeepSeek-V3.2、Doubao-seed-1.8、Kimi-k2.5、MiniMax-M2.7、Qwen3.5-Plus、LongCat 等多个 AI 模型自由切换。适用于内容创作、科研学习、数据分析等场景。 +# Moniker: +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +# ReleaseNotes: +ReleaseNotesUrl: https://www.tabbitbrowser.com/docs/zh-US/whats-new +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 入门指南 + DocumentUrl: https://www.tabbitbrowser.com/guide/usage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.yaml b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.yaml new file mode 100644 index 000000000000..4691cd9de212 --- /dev/null +++ b/manifests/m/Meituan/TabbitBrowser/0.25.8.0/Meituan.TabbitBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Meituan.TabbitBrowser +PackageVersion: 0.25.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ce0e98949bf264626db5a813601f742f11e789e7 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:24:17 +0800 Subject: [PATCH 068/171] Fix publisher formatting in PixPin.PixPin.Beta installer YAML (#353390) --- .../PixPin/Beta/3.0.8.0/PixPin.PixPin.Beta.installer.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/p/PixPin/PixPin/Beta/3.0.8.0/PixPin.PixPin.Beta.installer.yaml b/manifests/p/PixPin/PixPin/Beta/3.0.8.0/PixPin.PixPin.Beta.installer.yaml index 5c144ef656fb..92f45ba3a8be 100644 --- a/manifests/p/PixPin/PixPin/Beta/3.0.8.0/PixPin.PixPin.Beta.installer.yaml +++ b/manifests/p/PixPin/PixPin/Beta/3.0.8.0/PixPin.PixPin.Beta.installer.yaml @@ -14,7 +14,7 @@ UpgradeBehavior: install ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' ReleaseDate: 2026-03-14 AppsAndFeaturesEntries: -- Publisher: Shenzhen Shendu Tujing Technology Co., Ltd. +- Publisher: 'Shenzhen Shendu Tujing Technology Co., Ltd.' ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\PixPin' @@ -23,6 +23,7 @@ Installers: InstallerUrl: https://download.pixpinapp.com/PixPin_cn_zh-cn_3.0.8.0.exe InstallerSha256: 2E999731643E6D9B6AB6EF66233B21983772BDD71265F5342A1E90043A0739D4 AppsAndFeaturesEntries: - - ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' + - Publisher: 'Shenzhen Shendu Tujing Technology Co., Ltd.' + ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' ManifestType: installer ManifestVersion: 1.12.0 From 03210be8a1e8424109fc3ab7b6d772d49ec755d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralph=20K=C3=BCpper?= Date: Sun, 29 Mar 2026 23:25:19 +0200 Subject: [PATCH 069/171] New version: PerryTS.Perry version 0.4.28 (#353547) --- .../Perry/0.4.28/PerryTS.Perry.installer.yaml | 17 +++++++++++++ .../0.4.28/PerryTS.Perry.locale.en-US.yaml | 24 +++++++++++++++++++ .../p/PerryTS/Perry/0.4.28/PerryTS.Perry.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.installer.yaml create mode 100644 manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.locale.en-US.yaml create mode 100644 manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.yaml diff --git a/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.installer.yaml b/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.installer.yaml new file mode 100644 index 000000000000..5965909a11eb --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PerryTS.Perry +PackageVersion: 0.4.28 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: perry.exe + PortableCommandAlias: perry +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PerryTS/perry/releases/download/v0.4.28/perry-windows-x86_64.zip + InstallerSha256: ED7591DC21445FB0455D1841C540728E1738676B158A9D3CA521E2B3B27FFBA5 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.locale.en-US.yaml b/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.locale.en-US.yaml new file mode 100644 index 000000000000..7e5f071691ab --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PerryTS.Perry +PackageVersion: 0.4.28 +PackageLocale: en-US +Publisher: PerryTS +PublisherUrl: https://github.com/PerryTS +PublisherSupportUrl: https://github.com/PerryTS/perry/issues +PackageName: Perry +PackageUrl: https://github.com/PerryTS/perry +License: MIT +LicenseUrl: https://github.com/PerryTS/perry/blob/main/LICENSE +ShortDescription: Native TypeScript compiler that compiles TypeScript to native executables +Description: Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and Cranelift for code generation. +Tags: +- typescript +- compiler +- native +- rust +- cranelift +ReleaseNotesUrl: https://github.com/PerryTS/perry/releases/tag/v0.4.28 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.yaml b/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.yaml new file mode 100644 index 000000000000..b99ade3a1d2e --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.4.28/PerryTS.Perry.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: PerryTS.Perry +PackageVersion: 0.4.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b400f1ac3586bce991c866d4e75d9cb9dfde5dd8 Mon Sep 17 00:00:00 2001 From: Rick Strahl Date: Sun, 29 Mar 2026 11:26:21 -1000 Subject: [PATCH 070/171] Markdown Monster 4.2.5.0 (#353557) --- .../WestWind.MarkdownMonster.installer.yaml | 29 ++++++++++++++ ...WestWind.MarkdownMonster.locale.en-US.yaml | 40 +++++++++++++++++++ .../4.2.5.0/WestWind.MarkdownMonster.yaml | 7 ++++ 3 files changed, 76 insertions(+) create mode 100644 manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.installer.yaml create mode 100644 manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.locale.en-US.yaml create mode 100644 manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.yaml diff --git a/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.installer.yaml b/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.installer.yaml new file mode 100644 index 000000000000..dd148232f17a --- /dev/null +++ b/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.installer.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WestWind.MarkdownMonster +PackageVersion: 4.2.5.0 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- silent +Scope: machine +UpgradeBehavior: install +Commands: +- markdownmonster +- mm +- mmcli +FileExtensions: +- markdown +- md +- mdcrypt +- mdproj +- mkdown +ReleaseDate: 2026-03-29 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/RickStrahl/MarkdownMonsterReleases/raw/master/v4/v4.2/MarkdownMonsterSetup-4.2.5.exe + InstallerSha256: 64D03B2FAB12B6AF4A419B161D47283E29D6BA96C0CB627E76B2E1C09840F1C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.locale.en-US.yaml b/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.locale.en-US.yaml new file mode 100644 index 000000000000..d03ba95b963a --- /dev/null +++ b/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.locale.en-US.yaml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WestWind.MarkdownMonster +PackageVersion: 4.2.5.0 +PackageLocale: en-US +Publisher: West Wind Technologies +PublisherUrl: https://west-wind.com/ +PublisherSupportUrl: https://markdownmonster.west-wind.com/docs/Markdown-Monster-Documentation/Support.html +Author: Rick Strahl, West Wind Technologies +PackageName: Markdown Monster +PackageUrl: https://markdownmonster.west-wind.com/ +License: Proprietary +LicenseUrl: https://markdownmonster.west-wind.com/purchase#markdown-monster-license +Copyright: Copyright (c) 2015-2026 Rick Strahl, West Wind Technologies +CopyrightUrl: https://markdownmonster.west-wind.com/purchase#markdown-monster-license +ShortDescription: The Markdown Editor for Windows +Description: A powerful, yet easy to use Markdown Editor and Weblog Publisher for Windows. +Moniker: markdown-monster +Tags: +- documentation +- editor +- markdown +- markdown-editor +- text +- text-editor +- viewer +- weblog +- writing +- pdf-export +- markdown-conversion +ReleaseNotesUrl: https://github.com/RickStrahl/MarkdownMonster/blob/main/Changelog.md +PurchaseUrl: https://markdownmonster.west-wind.com/purchase +InstallationNotes: Command line aliases become accessible via the Windows Path upon initial startup. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://markdownmonster.west-wind.com/docs/ +- DocumentLabel: GitHub + DocumentUrl: https://github.com/RickStrahl/MarkdownMonster +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.yaml b/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.yaml new file mode 100644 index 000000000000..94449e862e6b --- /dev/null +++ b/manifests/w/WestWind/MarkdownMonster/4.2.5.0/WestWind.MarkdownMonster.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WestWind.MarkdownMonster +PackageVersion: 4.2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c6bf61aa37f584fdc5c34a325dab16c7562d30b7 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:26:58 +0800 Subject: [PATCH 071/171] New version: badlogic.pi version 0.63.2 (#353505) --- .../pi/0.63.2/badlogic.pi.installer.yaml | 19 ++++++++ .../pi/0.63.2/badlogic.pi.locale.en-US.yaml | 44 +++++++++++++++++++ .../pi/0.63.2/badlogic.pi.locale.zh-CN.yaml | 21 +++++++++ .../b/badlogic/pi/0.63.2/badlogic.pi.yaml | 8 ++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/b/badlogic/pi/0.63.2/badlogic.pi.installer.yaml create mode 100644 manifests/b/badlogic/pi/0.63.2/badlogic.pi.locale.en-US.yaml create mode 100644 manifests/b/badlogic/pi/0.63.2/badlogic.pi.locale.zh-CN.yaml create mode 100644 manifests/b/badlogic/pi/0.63.2/badlogic.pi.yaml diff --git a/manifests/b/badlogic/pi/0.63.2/badlogic.pi.installer.yaml b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.installer.yaml new file mode 100644 index 000000000000..450f4299e292 --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: badlogic.pi +PackageVersion: 0.63.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pi.exe +Commands: +- pi +ReleaseDate: 2026-03-29 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/badlogic/pi-mono/releases/download/v0.63.2/pi-windows-x64.zip + InstallerSha256: DF1AF1D71967A5655D2A1A548F6ADCEEF3C77A3D0ED3511EDA95C2A5BDE7AC49 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/badlogic/pi/0.63.2/badlogic.pi.locale.en-US.yaml b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.locale.en-US.yaml new file mode 100644 index 000000000000..737ac9bdad9f --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: badlogic.pi +PackageVersion: 0.63.2 +PackageLocale: en-US +Publisher: Mario Zechner +PublisherUrl: https://github.com/badlogic +PublisherSupportUrl: https://github.com/badlogic/pi-mono/issues +Author: Mario Zechner +PackageName: pi +PackageUrl: https://github.com/badlogic/pi-mono +License: MIT +LicenseUrl: https://github.com/badlogic/pi-mono/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Mario Zechner +ShortDescription: AI coding assistant with read, bash, edit, write tools +Description: |- + Pi is a minimal terminal coding harness. Adapt pi to your workflows, not the other way around, without having to fork and modify pi internals. Extend it with TypeScript Extensions, Skills, Prompt Templates, and Themes. Put your extensions, skills, prompt templates, and themes in Pi Packages and share them with others via npm or git. + Pi ships with powerful defaults but skips features like sub agents and plan mode. Instead, you can ask pi to build what you want or install a third party pi package that matches your workflow. + Pi runs in four modes: interactive, print or JSON, RPC for process integration, and an SDK for embedding in your own apps. See openclaw/openclaw for a real-world SDK integration. +Moniker: pi +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + New Features + - Extension handlers can now use ctx.signal to forward cancellation into nested model calls, fetch(), and other abort-aware work. See docs/extensions.md#ctxsignal (#2660) + - Built-in edit tool input now uses edits[] as the only replacement shape, reducing invalid tool calls caused by mixed single-edit and multi-edit schemas (#2639) + - Large multi-edit results no longer trigger full-screen redraws in the interactive TUI when the final diff is rendered (#2664) + Added + - Added ctx.signal to ExtensionContext and wired it to the active agent turn so extension handlers can forward cancellation into nested model calls, fetch(), and other abort-aware work (#2660) + Fixed + - Fixed built-in edit tool input to use edits[] as the only replacement shape, eliminating the mixed single-edit and multi-edit modes that caused repeated invalid tool calls and retries (#2639) + - Fixed edit tool TUI rendering to defer large multi-edit diffs to the settled result, avoiding full-screen redraws when the tool completes (#2664) +ReleaseNotesUrl: https://github.com/badlogic/pi-mono/releases/tag/v0.63.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/badlogic/pi/0.63.2/badlogic.pi.locale.zh-CN.yaml b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.locale.zh-CN.yaml new file mode 100644 index 000000000000..02c302267117 --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.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: badlogic.pi +PackageVersion: 0.63.2 +PackageLocale: zh-CN +ShortDescription: 具备读取、Bash、编辑、写入工具的 AI 编程助手 +Description: |- + Pi 是一款轻量型终端编码工具集。无需复刻并修改 Pi 的内部代码,就能让 Pi 适配你的工作流,而非反过来让你迁就 Pi。你可以通过 TypeScript 扩展、技能模块、提示词模板和主题对 Pi 进行拓展。把你开发的扩展、技能模块、提示词模板和主题打包为 Pi 包,即可通过 npm 或 git 分享给其他用户。 + Pi 默认搭载的功能十分强大,但未内置子代理、计划模式这类功能。你可以让 Pi 生成你需要的功能,或是安装适配你工作流的第三方 Pi 包即可。 + Pi 支持四种运行模式:交互模式、打印/JSON 输出模式、用于流程集成的 RPC 模式,以及可嵌入你自有应用的 SDK 模式。实际的 SDK 集成案例可参考 openclaw/openclaw 项目。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/badlogic/pi/0.63.2/badlogic.pi.yaml b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.yaml new file mode 100644 index 000000000000..e674422102bd --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.2/badlogic.pi.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: badlogic.pi +PackageVersion: 0.63.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 832647e6ecd727dfbd90a8a04f77c301e50c90bd Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sun, 29 Mar 2026 23:27:19 +0200 Subject: [PATCH 072/171] New version: Sandboxie.Classic version 5.72.3 (#353563) --- .../5.72.3/Sandboxie.Classic.installer.yaml | 23 ++++++++++ .../Sandboxie.Classic.locale.en-US.yaml | 42 +++++++++++++++++++ .../Classic/5.72.3/Sandboxie.Classic.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.installer.yaml create mode 100644 manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.locale.en-US.yaml create mode 100644 manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.yaml diff --git a/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.installer.yaml b/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.installer.yaml new file mode 100644 index 000000000000..57e67e498657 --- /dev/null +++ b/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sandboxie.Classic +PackageVersion: 5.72.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ReleaseDate: 2026-03-29 +InstallationMetadata: + DefaultInstallLocation: kernel32::GetCurrentProcess() i .s\Sandboxie +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sandboxie-plus/Sandboxie/releases/download/v1.17.3/Sandboxie-Classic-x64-v5.72.3.exe + InstallerSha256: A715AFC3FEB8D38642A8F62989EBFB1AEE2B0570D86AA4FD08FF41DFDDA6BFB5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.locale.en-US.yaml b/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.locale.en-US.yaml new file mode 100644 index 000000000000..ffe01d4d0f60 --- /dev/null +++ b/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sandboxie.Classic +PackageVersion: 5.72.3 +PackageLocale: en-US +Publisher: sandboxie-plus.com +PublisherUrl: https://xanasoft.com/ +PublisherSupportUrl: https://github.com/sandboxie-plus/Sandboxie/issues +Author: https://xanasoft.com +PackageName: Sandboxie +PackageUrl: https://github.com/sandboxie-plus/Sandboxie +License: GPL-3.0 +LicenseUrl: https://github.com/sandboxie-plus/Sandboxie/blob/HEAD/LICENSE.Classic +CopyrightUrl: https://raw.githubusercontent.com/sandboxie-plus/Sandboxie/master/LICENSE.Classic +ShortDescription: Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. +Description: |- + Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. + It is developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). + It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. + Such an isolated virtual environment allows controlled testing of untrusted programs and web surfing. +Moniker: sandboxie-classic +Tags: +- sandbox +ReleaseNotes: |- + 0 5 5 + Release Notes + Sandboxie-Plus 1.17.3 / 5.72.3 introduces a range of improvements to the user interface, tray integration, and sandbox usability, while also addressing several important security issues that make this update particularly important to install promptly. + A major focus of this release is security hardening. Several vulnerabilities reported by external researchers have been resolved, including a local denial-of-service issue that could be triggered by a sandboxed process (CVE-2026-32603) as well as a bypass of the EditAdminOnly configuration protection through INI CRLF injection. Additional fixes address weaknesses in ProcessServer name validation and NamedPipeServer parameter validation, further strengthening the robustness of Sandboxie-Plus’ service-side interfaces. An issue affecting the integrity verification of the built-in updater has also been corrected, ensuring that update files are validated reliably. + Another security-relevant correction concerns the EditPassword mechanism. Previously, password hashes suffered from reduced entropy, potentially weakening protection. Newly set passwords are now stored as salted SHA-256 hashes encoded in Base64. Users should note that this improvement only applies when the password is set or changed; existing stored hashes remain in the older weaker format until the password is updated. + Beyond these security fixes, the release also resolves a number of stability and correctness issues across the codebase. These include improvements to registry handling under WOW64 that ensure the correct inheritance of 32-bit and 64-bit registry views, fixes for handle leaks in the Start Menu scanning code, and corrections to several validation and parsing routines that could previously lead to inconsistent behavior. Additional bug fixes address crashes, configuration persistence problems, and various edge cases reported by users and contributors. + On the usability side, the release introduces configurable window placement controls that allow users to specify on which monitor Sandboxie interface windows open, including main, recovery, and notification dialogs, with a configurable fallback mode. A new “Label only” border mode has been added that hides the colored frame and displays only the sandbox name label, providing a cleaner visual indicator for boxed applications. The border rendering system also gained options for controlling label width and preventing labels from being clipped by the taskbar, as well as a capture-exclusion feature that prevents sandbox borders and labels from appearing in screenshots or screen recordings. + System tray behavior has been significantly enhanced with new customization options. Users can now control whether sandbox icons appear in tray menus, display sandbox aliases instead of internal box names, and configure when sandbox status tooltips are shown. Overlay icons indicating sandbox state—such as mounted disk images, RAM disks, or auto-delete status—can also be displayed directly in the tray list. Tray and submenu performance has been improved through more efficient icon caching and reduced repeated icon extraction. + Performance improvements extend to the SandMan GUI itself. Several internal caching changes reduce unnecessary icon loading and repeated system queries, lowering constant CPU usage in the interface. Network connectivity checks used by the updater have been throttled and cached to avoid unnecessary system registry queries and network attempts when the system is offline. + Additional improvements include a Windows 11 MIDI compatibility template contributed by the community, improved sandbox duplication behavior that preserves aliases and group assignments correctly, and refinements to sandbox border rendering and tray list scaling at high DPI. + Because this release fixes multiple security issues affecting both the service interface and configuration protection mechanisms, all users are strongly advised to update to Sandboxie-Plus 1.17.3 / 5.72.3 as soon as possible. + For a full list of changes please review the change log. + You can support the project through donations, any help will be greatly appreciated. + If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build. +ReleaseNotesUrl: https://github.com/sandboxie-plus/Sandboxie/releases/tag/v1.17.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.yaml b/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.yaml new file mode 100644 index 000000000000..3587ef041379 --- /dev/null +++ b/manifests/s/Sandboxie/Classic/5.72.3/Sandboxie.Classic.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: Sandboxie.Classic +PackageVersion: 5.72.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d03b421e87183f7b71b9162dae2af00576628ad2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:58:04 +0800 Subject: [PATCH 073/171] Update: KDE.KTurtle version 26.07.70 (1109) (#350348) --- .../k/KDE/KTurtle/26.07.70/KDE.KTurtle.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KTurtle/26.07.70/KDE.KTurtle.installer.yaml b/manifests/k/KDE/KTurtle/26.07.70/KDE.KTurtle.installer.yaml index 5db9ddcd7b26..ab7a64386743 100644 --- a/manifests/k/KDE/KTurtle/26.07.70/KDE.KTurtle.installer.yaml +++ b/manifests/k/KDE/KTurtle/26.07.70/KDE.KTurtle.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kturtle Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/kturtle/master/windows/kturtle-master-1104-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 25C725662DBEAEAC961E72DB7D15B7FF1B22F14C6F46ACF2539DBF57824B3E90 + InstallerUrl: https://cdn.kde.org/ci-builds/education/kturtle/master/windows/kturtle-master-1109-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D611B40629566EBA93EDA95537DC5D41A987E071564F81A2B0F1F818B3706374 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/kturtle/master/windows/kturtle-master-1104-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 25C725662DBEAEAC961E72DB7D15B7FF1B22F14C6F46ACF2539DBF57824B3E90 + InstallerUrl: https://cdn.kde.org/ci-builds/education/kturtle/master/windows/kturtle-master-1109-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D611B40629566EBA93EDA95537DC5D41A987E071564F81A2B0F1F818B3706374 InstallerSwitches: Custom: /AllUsers ManifestType: installer From c8a9c6deb93a5b5e8bfb0085b8feef4a8514d79d Mon Sep 17 00:00:00 2001 From: relmer Date: Sun, 29 Mar 2026 14:59:19 -0700 Subject: [PATCH 074/171] New version: relmer.RCDir version 5.2.1398 (#353558) --- .../5.2.1398/relmer.RCDir.installer.yaml | 18 +++++++++++ .../5.2.1398/relmer.RCDir.locale.en-US.yaml | 32 +++++++++++++++++++ .../r/relmer/RCDir/5.2.1398/relmer.RCDir.yaml | 8 +++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.installer.yaml create mode 100644 manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.locale.en-US.yaml create mode 100644 manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.yaml diff --git a/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.installer.yaml b/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.installer.yaml new file mode 100644 index 000000000000..74155cfa4897 --- /dev/null +++ b/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: relmer.RCDir +PackageVersion: 5.2.1398 +InstallerType: portable +Commands: +- rcdir +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/relmer/RCDir/releases/download/v5.2.1398/rcdir.exe + InstallerSha256: 028923AA2ACA6B9CDAA77EF123D18D6C65AFD5F31640F74FE7952D7E35101709 +- Architecture: arm64 + InstallerUrl: https://github.com/relmer/RCDir/releases/download/v5.2.1398/rcdir-ARM64.exe + InstallerSha256: 737C3C6B548E9DA214BF6EB29E899BE0DE594D19FF6AD9DF68A6C717137E901D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.locale.en-US.yaml b/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.locale.en-US.yaml new file mode 100644 index 000000000000..db1649cb29e1 --- /dev/null +++ b/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: relmer.RCDir +PackageVersion: 5.2.1398 +PackageLocale: en-US +Publisher: relmer +PublisherUrl: https://github.com/relmer +PublisherSupportUrl: https://github.com/relmer/RCDir/issues +PackageName: RCDir +PackageUrl: https://github.com/relmer/RCDir +License: MIT +LicenseUrl: https://github.com/relmer/RCDir/blob/master/LICENSE +ShortDescription: Fast, colorized directory listing tool for Windows — written in Rust +Description: |- + RCDir ("Rusticolor Directory") is a fast, colorized directory listing tool for Windows consoles, + written in Rust. Features include color by extension and attributes, Nerd Font file and folder + icons, cloud sync status (OneDrive, iCloud), file owner display, NTFS alternate data streams, + sorting, recursion, wide output, and multi-threaded enumeration with native ARM64 support. + RCDir is a parallel Rust implementation of TCDir with feature parity. +Moniker: rcdir +Tags: +- cli +- command-line +- directory +- file-listing +- rust +- terminal +- windows +ReleaseNotesUrl: https://github.com/relmer/RCDir/releases/tag/v5.2.1398 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.yaml b/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.yaml new file mode 100644 index 000000000000..0a44bdf7bbef --- /dev/null +++ b/manifests/r/relmer/RCDir/5.2.1398/relmer.RCDir.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: relmer.RCDir +PackageVersion: 5.2.1398 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2dc74ee1def6357c89f3e6852befcafa2e29e322 Mon Sep 17 00:00:00 2001 From: axpnet <45786925+axpnet@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:00:20 +0200 Subject: [PATCH 075/171] New version: axpnet.AeroFTP version 3.2.1 (#353569) --- .../3.2.1/axpnet.AeroFTP.installer.yaml | 36 +++++++++++++++ .../3.2.1/axpnet.AeroFTP.locale.en-US.yaml | 44 +++++++++++++++++++ .../axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.yaml | 8 ++++ 3 files changed, 88 insertions(+) create mode 100644 manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.installer.yaml create mode 100644 manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.locale.en-US.yaml create mode 100644 manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.yaml diff --git a/manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.installer.yaml new file mode 100644 index 000000000000..68f921f4ba57 --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/3.2.1/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.2.1 +InstallerLocale: en-US +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/axpdev-lab/aeroftp/releases/download/v3.2.1/AeroFTP_3.2.1_x64-setup.exe + InstallerSha256: 9BEA986B5E623ED1908E95F79FCFDF47A31FF10B4D978AEB657A7B86ECAC409B + 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.2.1/AeroFTP_3.2.1_x64_en-US.msi + InstallerSha256: DEF437DB7CA3595C374C1B666CB4C9BBE3E652713D6B18F05AA8D410AEB4422E + ProductCode: '{2C619C51-F19B-4A93-BCA9-34FAED60E524}' + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: '{2C619C51-F19B-4A93-BCA9-34FAED60E524}' + UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/AeroFTP' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.locale.en-US.yaml new file mode 100644 index 000000000000..22d28c9de1e4 --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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.2.1 +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: |- + Downloads: + - Windows: .msi installer, .exe, or .zip portable (no installation required) + - macOS: .dmg disk image + - Linux: .deb, .rpm, .snap, or .AppImage +ReleaseNotesUrl: https://github.com/axpdev-lab/aeroftp/releases/tag/v3.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/3.2.1/axpnet.AeroFTP.yaml new file mode 100644 index 000000000000..52d21b8afe14 --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/3.2.1/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.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 605f9b1bc6cd176598f3ca25205ae621185b5461 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:07:15 +0800 Subject: [PATCH 076/171] New version: Lingbao.EasyClaw version 1.3.27 (#353506) --- .../1.3.27/Lingbao.EasyClaw.installer.yaml | 25 +++++++++++++++++ .../1.3.27/Lingbao.EasyClaw.locale.en-US.yaml | 28 +++++++++++++++++++ .../1.3.27/Lingbao.EasyClaw.locale.zh-CN.yaml | 23 +++++++++++++++ .../EasyClaw/1.3.27/Lingbao.EasyClaw.yaml | 8 ++++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.installer.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.en-US.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.zh-CN.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.yaml diff --git a/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.installer.yaml new file mode 100644 index 000000000000..be627d63b83d --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.27 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- easyclaw +FileExtensions: +- easyclaw +ProductCode: easyclaw +Installers: +- Architecture: x64 + InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe + InstallerSha256: F9A04D717F512674B18467183BB5F192B1B10B556904BAB8D15EB744BE108064 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.en-US.yaml new file mode 100644 index 000000000000..63177c74f9fd --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.27 +PackageLocale: en-US +Publisher: EasyClaw Team +PublisherUrl: https://easyclaw.com/ +PrivacyUrl: https://easyclaw.com/privacy +Author: DocuAgile Pte. Ltd. +PackageName: EasyClaw +PackageUrl: https://easyclaw.com/ +License: Proprietary +LicenseUrl: https://easyclaw.com/license +Copyright: Copyright (C) 2026 DocuAgile Pte. Ltd. All rights reserved. +CopyrightUrl: https://easyclaw.com/license +ShortDescription: The AI Assistant That Just Works. Based on the OpenClaw framework. One-click install. Zero configuration. No API key required. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..181a14b01d81 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.27 +PackageLocale: zh-CN +PublisherUrl: https://easyclaw.com/zh-cn +PrivacyUrl: https://easyclaw.com/zh-cn/privacy +PackageUrl: https://easyclaw.com/zh-cn +License: 专有软件 +LicenseUrl: https://easyclaw.com/zh-cn/license +CopyrightUrl: https://easyclaw.com/zh-cn/license +ShortDescription: 开箱即用的 AI 助手,基于 OpenClaw 框架打造。一键安装,免除繁琐配置,无需提供 API Key。 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.yaml new file mode 100644 index 000000000000..c5b6da219188 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.27/Lingbao.EasyClaw.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: Lingbao.EasyClaw +PackageVersion: 1.3.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aafd3cc24f29c1d031336f6dcef0628f15714faa Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:07:21 +0800 Subject: [PATCH 077/171] New version: Lingbao.EasyClaw version 1.3.26 (#353133) --- .../1.3.26/Lingbao.EasyClaw.installer.yaml | 25 +++++++++++++++++ .../1.3.26/Lingbao.EasyClaw.locale.en-US.yaml | 28 +++++++++++++++++++ .../1.3.26/Lingbao.EasyClaw.locale.zh-CN.yaml | 23 +++++++++++++++ .../EasyClaw/1.3.26/Lingbao.EasyClaw.yaml | 8 ++++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.installer.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.en-US.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.zh-CN.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.yaml diff --git a/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.installer.yaml new file mode 100644 index 000000000000..4c8ce683f518 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.26 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- easyclaw +FileExtensions: +- easyclaw +ProductCode: easyclaw +Installers: +- Architecture: x64 + InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe + InstallerSha256: 7A80750DE1835811981D6D1A09870E2A4439BE71EEDF869CEC3BF7E052610EC4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.en-US.yaml new file mode 100644 index 000000000000..b50548a755ec --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.26 +PackageLocale: en-US +Publisher: EasyClaw Team +PublisherUrl: https://easyclaw.com/ +PrivacyUrl: https://easyclaw.com/privacy +Author: DocuAgile Pte. Ltd. +PackageName: EasyClaw +PackageUrl: https://easyclaw.com/ +License: Proprietary +LicenseUrl: https://easyclaw.com/license +Copyright: Copyright (C) 2026 DocuAgile Pte. Ltd. All rights reserved. +CopyrightUrl: https://easyclaw.com/license +ShortDescription: The AI Assistant That Just Works. Based on the OpenClaw framework. One-click install. Zero configuration. No API key required. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..b5412d86fe17 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.26 +PackageLocale: zh-CN +PublisherUrl: https://easyclaw.com/zh-cn +PrivacyUrl: https://easyclaw.com/zh-cn/privacy +PackageUrl: https://easyclaw.com/zh-cn +License: 专有软件 +LicenseUrl: https://easyclaw.com/zh-cn/license +CopyrightUrl: https://easyclaw.com/zh-cn/license +ShortDescription: 开箱即用的 AI 助手,基于 OpenClaw 框架打造。一键安装,免除繁琐配置,无需提供 API Key。 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.yaml new file mode 100644 index 000000000000..00d72605119c --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.26/Lingbao.EasyClaw.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: Lingbao.EasyClaw +PackageVersion: 1.3.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 336b175616a5329d13fa5d8793e0f200470c1269 Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Mon, 30 Mar 2026 00:18:15 +0200 Subject: [PATCH 078/171] New version: Logitech.OptionsPlus version 2.0.840907 (#347218) --- .../Logitech.OptionsPlus.installer.yaml | 20 +++++----- .../Logitech.OptionsPlus.locale.en-US.yaml | 40 +++++++++---------- .../Logitech.OptionsPlus.yaml | 2 +- 3 files changed, 32 insertions(+), 30 deletions(-) rename manifests/l/Logitech/OptionsPlus/{1.99.834046 => 2.1.854977}/Logitech.OptionsPlus.installer.yaml (50%) rename manifests/l/Logitech/OptionsPlus/{1.99.834046 => 2.1.854977}/Logitech.OptionsPlus.locale.en-US.yaml (62%) rename manifests/l/Logitech/OptionsPlus/{1.99.834046 => 2.1.854977}/Logitech.OptionsPlus.yaml (89%) diff --git a/manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.installer.yaml b/manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.installer.yaml similarity index 50% rename from manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.installer.yaml rename to manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.installer.yaml index 94ae18eeb504..507bec5f993a 100644 --- a/manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.installer.yaml +++ b/manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.installer.yaml @@ -2,12 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Logitech.OptionsPlus -PackageVersion: 1.99.834046 +PackageVersion: 2.1.854977 InstallerType: exe Scope: machine InstallModes: -- interactive -- silent + - interactive + - silent +InstallerSuccessCodes: + - -1978335226 InstallerSwitches: Silent: /quiet SilentWithProgress: /quiet @@ -15,13 +17,13 @@ InstallerSwitches: UpgradeBehavior: install Dependencies: PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ProductCode: '{850cdc16-85df-4052-b06e-4e3e9e83c5c6}' -ReleaseDate: 2026-02-09 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: "{850cdc16-85df-4052-b06e-4e3e9e83c5c6}" +ReleaseDate: 2026-03-24 ElevationRequirement: elevatesSelf Installers: -- Architecture: x64 - InstallerUrl: https://download01.logi.com/web/ftp/pub/techsupport/optionsplus/logioptionsplus_installer.exe - InstallerSha256: F5CF612C8C66E15BC056B2CF0B6CDAA3D90BB54EA0A3185E8ED812294798784C + - Architecture: x64 + InstallerUrl: https://download01.logi.com/web/ftp/pub/techsupport/optionsplus/logioptionsplus_installer.exe + InstallerSha256: 8cb12fae8d35e4ab531f39c7d49e731cb5379285516d86c6b61aaea994ae7e07 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.locale.en-US.yaml b/manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.locale.en-US.yaml similarity index 62% rename from manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.locale.en-US.yaml rename to manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.locale.en-US.yaml index d4a7bf9b0084..6b629f8144d1 100644 --- a/manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.locale.en-US.yaml +++ b/manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Logitech.OptionsPlus -PackageVersion: 1.99.834046 +PackageVersion: 2.1.854977 PackageLocale: en-US Publisher: Logitech PublisherUrl: https://www.logitech.com/ @@ -17,25 +17,25 @@ ShortDescription: Customization App for Logitech Devices Description: Enhance your Logitech devices with Logi Options Plus software. Customize settings, create shortcuts, and increase productivity. Moniker: logi-options-plus Tags: -- audio -- business -- keyboard -- lights -- logi -- logioptions -- meetings -- mouse -- office -- options -- presentations -- webcam-controls -- workflow + - audio + - business + - keyboard + - lights + - logi + - logioptions + - meetings + - mouse + - office + - options + - presentations + - webcam-controls + - workflow Documentations: -- DocumentLabel: All about Logi Options+ - DocumentUrl: https://support.logi.com/hc/articles/1500006416522 -- DocumentLabel: Getting Started - DocumentUrl: https://support.logi.com/hc/articles/1500010313561 -- DocumentLabel: Supported Devices - DocumentUrl: https://www.logitech.com/software/logi-options-plus#supported-devices + - DocumentLabel: All about Logi Options+ + DocumentUrl: https://support.logi.com/hc/articles/1500006416522 + - DocumentLabel: Getting Started + DocumentUrl: https://support.logi.com/hc/articles/1500010313561 + - DocumentLabel: Supported Devices + DocumentUrl: https://www.logitech.com/software/logi-options-plus#supported-devices ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.yaml b/manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.yaml similarity index 89% rename from manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.yaml rename to manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.yaml index 4e4248c09b7d..91bca17e50b2 100644 --- a/manifests/l/Logitech/OptionsPlus/1.99.834046/Logitech.OptionsPlus.yaml +++ b/manifests/l/Logitech/OptionsPlus/2.1.854977/Logitech.OptionsPlus.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Logitech.OptionsPlus -PackageVersion: 1.99.834046 +PackageVersion: 2.1.854977 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From ce510c4f78741f1ceb16869008f930a491d2dec7 Mon Sep 17 00:00:00 2001 From: UnownPlain Date: Sun, 29 Mar 2026 18:26:22 -0400 Subject: [PATCH 079/171] New package: Fastly.CLI version 14.2.0 (#352675) --- .../CLI/14.2.0/Fastly.CLI.installer.yaml | 25 ++++++++++++ .../CLI/14.2.0/Fastly.CLI.locale.en-US.yaml | 38 +++++++++++++++++++ manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.yaml | 8 ++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.installer.yaml create mode 100644 manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.locale.en-US.yaml create mode 100644 manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.yaml diff --git a/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.installer.yaml b/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.installer.yaml new file mode 100644 index 000000000000..fa22594c8311 --- /dev/null +++ b/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fastly.CLI +PackageVersion: 14.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastly.exe + PortableCommandAlias: fastly +Commands: +- fastly +ReleaseDate: 2026-03-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fastly/cli/releases/download/v14.2.0/fastly_v14.2.0_windows-386.zip + InstallerSha256: BFD020282FCF5979F3047F96D123704EECF52417A40E672C5CC3A78E5461AE7C +- Architecture: x64 + InstallerUrl: https://github.com/fastly/cli/releases/download/v14.2.0/fastly_v14.2.0_windows-amd64.zip + InstallerSha256: 52707E17DCB10FBFBE7264F8552846D6BFAB44CC7BC02BE8A65A3D4C3BE39A38 +- Architecture: arm64 + InstallerUrl: https://github.com/fastly/cli/releases/download/v14.2.0/fastly_v14.2.0_windows-arm64.zip + InstallerSha256: A1A169598B82F4F0712B0930895E8C7F03FCD5A3D0592F70A5E37A39EA2EAC21 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.locale.en-US.yaml b/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..632c1b5b3730 --- /dev/null +++ b/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fastly.CLI +PackageVersion: 14.2.0 +PackageLocale: en-US +Publisher: Fastly, Inc. +PublisherUrl: https://www.fastly.com/ +PublisherSupportUrl: https://support.fastly.com/s/ +Author: Fastly, Inc. +PackageName: Fastly CLI +PackageUrl: https://www.fastly.com/products/devtools +License: Apache-2.0 +LicenseUrl: https://github.com/fastly/cli/blob/HEAD/LICENSE +Copyright: © Fastly 2026 +ShortDescription: Build, deploy and configure Fastly services from your terminal +Description: Fastly CLI is a open-source command line tool for interacting with the Fastly API. Use it to create services, manage backends and domains, upload VCL or build and deploy Compute packages. Convenient access to Fastly from where you are working with your code, or from your CI environment. +Moniker: fastly-cli +Tags: +- fastly +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://www.fastly.com/documentation/reference/cli/ +ReleaseNotes: |- + v14.2.0 (2026-03-24) + + Bug Fixes: + - fix(auth): fastly profile, fastly sso and fastly auth-token commands now correctly respect the --quiet flag #1710 + + Enhancements: + - feat(vcl/snippet): add support for the '--content' flag, allowing for the raw output of VCL. #1706 + + Dependencies: + - build(deps): github.com/fatih/color from 1.18.0 to 1.19.0 (#1707) + - build(deps): github.com/klauspost/compress from 1.18.4 to 1.18.5 (#1707) +ReleaseNotesUrl: https://github.com/fastly/cli/releases/tag/v14.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.yaml b/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.yaml new file mode 100644 index 000000000000..de48b8a9424d --- /dev/null +++ b/manifests/f/Fastly/CLI/14.2.0/Fastly.CLI.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: Fastly.CLI +PackageVersion: 14.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From eb2c1dc45655b09ec60e51f04627d8661c11c313 Mon Sep 17 00:00:00 2001 From: "Kostas T." <47891579+kts982@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:26:50 +0300 Subject: [PATCH 080/171] New version: kts982.WinTUI version 0.1.0 (#352681) --- .../WinTUI/0.1.0/kts982.WinTUI.installer.yaml | 18 ++++++++++++ .../0.1.0/kts982.WinTUI.locale.en-US.yaml | 29 +++++++++++++++++++ .../k/kts982/WinTUI/0.1.0/kts982.WinTUI.yaml | 7 +++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.installer.yaml create mode 100644 manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.locale.en-US.yaml create mode 100644 manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.yaml diff --git a/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.installer.yaml b/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.installer.yaml new file mode 100644 index 000000000000..ca4d7fa09fe8 --- /dev/null +++ b/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: kts982.WinTUI +PackageVersion: 0.1.0 +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: + - wintui +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/kts982/wintui/releases/download/v0.1.0/wintui_0.1.0_windows_amd64.exe + InstallerSha256: 1C77B7069BF3F4C56186D71E90018C8988642990DE2138CE7D4EA20EDC98568F + - Architecture: arm64 + InstallerUrl: https://github.com/kts982/wintui/releases/download/v0.1.0/wintui_0.1.0_windows_arm64.exe + InstallerSha256: D1407944A853BBF53D147F0D518BD769E0C76169A3D96D49FCD89438E5C0B7A6 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.locale.en-US.yaml b/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.locale.en-US.yaml new file mode 100644 index 000000000000..2840c27a3a15 --- /dev/null +++ b/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: kts982.WinTUI +PackageVersion: 0.1.0 +PackageLocale: en-US +Publisher: kts982 +PublisherUrl: https://github.com/kts982 +PublisherSupportUrl: https://github.com/kts982/wintui/issues +Author: Kostas T. +PackageName: WinTUI +PackageUrl: https://github.com/kts982/wintui +License: MIT +LicenseUrl: https://github.com/kts982/wintui/blob/main/LICENSE +ShortDescription: Terminal UI for winget on Windows. +Description: >- + WinTUI is a terminal user interface for Windows Package Manager. It lets you + browse installed packages, search package sources, install and upgrade + packages, export and restore package selections, and run a few workstation + utility tasks without leaving the terminal. +Moniker: wintui +Tags: + - winget + - windows + - tui + - terminal + - package-manager +ReleaseNotesUrl: https://github.com/kts982/wintui/releases/tag/v0.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.yaml b/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.yaml new file mode 100644 index 000000000000..c1522c0efc38 --- /dev/null +++ b/manifests/k/kts982/WinTUI/0.1.0/kts982.WinTUI.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: kts982.WinTUI +PackageVersion: 0.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 0a1905b83ed8a0e21cf73d931794f4f1fba51b1c Mon Sep 17 00:00:00 2001 From: Daniele Corsini Date: Mon, 30 Mar 2026 00:27:40 +0200 Subject: [PATCH 081/171] Corsinvest.cv4pve.report version 1.0.0 (#353029) --- .../Corsinvest.cv4pve.report.installer.yaml | 23 ++++++++++ ...Corsinvest.cv4pve.report.locale.en-US.yaml | 46 +++++++++++++++++++ .../1.0.0/Corsinvest.cv4pve.report.yaml | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.installer.yaml create mode 100644 manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.locale.en-US.yaml create mode 100644 manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.yaml diff --git a/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.installer.yaml b/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.installer.yaml new file mode 100644 index 000000000000..78bf51a042c4 --- /dev/null +++ b/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.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: Corsinvest.cv4pve.report +PackageVersion: 1.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cv4pve-report.exe + PortableCommandAlias: cv4pve-report +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Corsinvest/cv4pve-report/releases/download/v1.0.0/cv4pve-report.exe-win-x86.zip + InstallerSha256: 319602E4349E3B65B65156D92A68C279B321CD463365765E275EE67B86EF85DB +- Architecture: x64 + InstallerUrl: https://github.com/Corsinvest/cv4pve-report/releases/download/v1.0.0/cv4pve-report.exe-win-x64.zip + InstallerSha256: B225E2C50704B2FAD64BE339A9B3A6D94D59FF5DB8D5BA890D99A7842532DF15 +- Architecture: arm64 + InstallerUrl: https://github.com/Corsinvest/cv4pve-report/releases/download/v1.0.0/cv4pve-report.exe-win-arm64.zip + InstallerSha256: 95D7B48381193A7C8055C74FD4A0BB818D7F666A8FC17F2DA596F5D7503D043A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-27 diff --git a/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.locale.en-US.yaml b/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.locale.en-US.yaml new file mode 100644 index 000000000000..07283f7c5cc9 --- /dev/null +++ b/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Corsinvest.cv4pve.report +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Corsinvest Srl +PublisherUrl: https://www.corsinvest.it/ +PublisherSupportUrl: https://www.corsinvest.it/cv4pve +PrivacyUrl: https://www.corsinvest.it/privacy +Author: Corsinvest Srl +PackageName: cv4pve-report +PackageUrl: https://github.com/Corsinvest/cv4pve-report +License: GPL-3.0 +LicenseUrl: https://github.com/Corsinvest/cv4pve-report/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026 Corsinvest Srl +CopyrightUrl: https://github.com/Corsinvest/cv4pve-report/blob/master/LICENSE.md +ShortDescription: Report Tool for Proxmox VE +Description: |- + cv4pve-report exports your entire Proxmox VE infrastructure to a single + navigable Excel file — nodes, VMs, containers, storages, users, firewall + rules, backup jobs, resource pools and more. Every row is a hyperlink to + its detail sheet. + + Features: + - Single .xlsx file with one sheet per node, VM and storage + - Fully navigable — summary rows link to detail sheets + - Cluster: users, API tokens, TFA, groups, roles, ACL, firewall, backup jobs, replication, SDN, pools + - Nodes: services, network, disks, SMART, RRD metrics, APT updates, SSL certificates, tasks + - VMs/CTs: config, network, disks, RRD metrics, backups, snapshots, firewall, QEMU agent info + - Storages: content inventory, RRD metrics + - Three profiles: Fast, Standard, Full + - Works with a read-only API token, no root access required +Moniker: cv4pve-report +Tags: +- corsinvest +- excel +- infrastructure +- inventory +- proxmox +- proxmoxve +- report +- xlsx +ReleaseNotesUrl: https://github.com/Corsinvest/cv4pve-report/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.yaml b/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.yaml new file mode 100644 index 000000000000..272a6c109242 --- /dev/null +++ b/manifests/c/Corsinvest/cv4pve/report/1.0.0/Corsinvest.cv4pve.report.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: Corsinvest.cv4pve.report +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2738f11a86327f7d90883cc414d60a0ee6a45323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:31:30 +0200 Subject: [PATCH 082/171] New version: pbek.QOwnNotes version 26.3.24 (#353561) --- .../26.3.24/pbek.QOwnNotes.installer.yaml | 17 +++++++ .../26.3.24/pbek.QOwnNotes.locale.en-US.yaml | 44 +++++++++++++++++++ .../QOwnNotes/26.3.24/pbek.QOwnNotes.yaml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.installer.yaml create mode 100644 manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.locale.en-US.yaml create mode 100644 manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.yaml diff --git a/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.installer.yaml b/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.installer.yaml new file mode 100644 index 000000000000..02f469e4ea54 --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.installer.yaml @@ -0,0 +1,17 @@ +# 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: pbek.QOwnNotes +PackageVersion: 26.3.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: QOwnNotes.exe + PortableCommandAlias: qownnotes.exe +ReleaseDate: 2026-03-29 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/pbek/QOwnNotes/releases/download/v26.3.24/QOwnNotes.zip + InstallerSha256: EEC3921274CA1FB2BB4DA598D50FF9D773337EEB582375B653A3B54FFCF5E751 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.locale.en-US.yaml b/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.locale.en-US.yaml new file mode 100644 index 000000000000..165c6d00f35e --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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: pbek.QOwnNotes +PackageVersion: 26.3.24 +PackageLocale: en-US +Publisher: pbek +PublisherUrl: https://github.com/pbek/QOwnNotes +PublisherSupportUrl: https://github.com/pbek/QOwnNotes/issues +Author: https://github.com/pbek +PackageName: QOwnNotes +PackageUrl: https://github.com/pbek/QOwnNotes +License: GPL-2.0 +LicenseUrl: https://github.com/pbek/QOwnNotes/blob/HEAD/LICENSE +ShortDescription: QOwnNotes is the open source notepad with markdown support and todo list manager +Tags: +- markdown +- notes +- notetaking +- qownnotes +- todo +ReleaseNotes: |- + 26.3.24 + - Added block selection (rectangular selection) support in the note text + editor by holding the Alt key and dragging the mouse cursor; the selected + rectangle of text can be copied or cut with the usual keyboard shortcuts, + and pressing Escape or clicking without Alt clears the selection; + the selection is only rendered as a true rectangle when using a monospaced font + (for #2935) + - Added a new Manage workspaces dialog (accessible via the toolbar button or + the Workspace menu) that allows adding, renaming, removing and reordering + workspaces in one place; the individual Add, Remove and Rename toolbar + buttons have been removed from the toolbar in favour of this dialog + (for #2957) + - Updated Copy note to and Move note to (cross-note-folder operations) + so that media images and attachment files are now also copied to the destination + note folder's media/ and attachments/ directories respectively, and the + links inside the moved/copied note are rewritten to point to the correct + locations at the root of the destination note folder; previously the .md + file was moved but linked files were left behind and URLs were not updated + (for #2948) +ReleaseNotesUrl: https://github.com/pbek/QOwnNotes/releases/tag/v26.3.24 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.yaml b/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.yaml new file mode 100644 index 000000000000..26c0a7064bd1 --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.3.24/pbek.QOwnNotes.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: pbek.QOwnNotes +PackageVersion: 26.3.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2e8cb1daf65d568a4fbe9c64535dae1992e06cba Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:32:43 +0800 Subject: [PATCH 083/171] New version: Google.Chrome.Canary version 148.0.7762.0 (#353565) --- .../Google.Chrome.Canary.installer.yaml | 14 +++++++------- .../Google.Chrome.Canary.locale.en-US.yaml | 2 +- .../Google.Chrome.Canary.locale.nb-NO.yaml | 2 +- .../Google.Chrome.Canary.locale.zh-CN.yaml | 2 +- .../Google.Chrome.Canary.yaml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) rename manifests/g/Google/Chrome/Canary/{148.0.7754.0 => 148.0.7762.0}/Google.Chrome.Canary.installer.yaml (56%) rename manifests/g/Google/Chrome/Canary/{148.0.7754.0 => 148.0.7762.0}/Google.Chrome.Canary.locale.en-US.yaml (96%) rename manifests/g/Google/Chrome/Canary/{148.0.7754.0 => 148.0.7762.0}/Google.Chrome.Canary.locale.nb-NO.yaml (96%) rename manifests/g/Google/Chrome/Canary/{148.0.7754.0 => 148.0.7762.0}/Google.Chrome.Canary.locale.zh-CN.yaml (96%) rename manifests/g/Google/Chrome/Canary/{148.0.7754.0 => 148.0.7762.0}/Google.Chrome.Canary.yaml (89%) diff --git a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.installer.yaml similarity index 56% rename from manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.installer.yaml index 50a0e5358ed8..d258581f4107 100644 --- a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 148.0.7754.0 +PackageVersion: 148.0.7762.0 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/a2n2qi35g7cuucs76ovplrvs5e_148.0.7754.0/148.0.7754.0_chrome_installer_uncompressed.exe - InstallerSha256: D13FBBEC3FA330F87D2C91554A86A894FD7C60C326CD6AB88A7E26EC11AAE416 + InstallerUrl: https://dl.google.com/release2/chrome/acbveo5ez6vxa4obhsbdbyw55hka_148.0.7762.0/148.0.7762.0_chrome_installer_uncompressed.exe + InstallerSha256: 58330FA64FAD40B85D55A9BEE38019DC26D21723A2B866A0F13E0DB18535379B - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acvi4gxzjs6ofyvdqbzonhkk62ua_148.0.7754.0/148.0.7754.0_chrome_installer_uncompressed.exe - InstallerSha256: 8448B8DFCE3721CAAFC72620E72753FF9C9082F9CF33E418048F7AD6D8DB889B + InstallerUrl: https://dl.google.com/release2/chrome/acc2gwfxcjspp5krn6kbzpgcbklq_148.0.7762.0/148.0.7762.0_chrome_installer_uncompressed.exe + InstallerSha256: F2944CBCF1E74FC2BCC87C761F400E5EF2AD8E280EE6A5C511940B48B5AB1DFA - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/p6s7lfjij53tp2arojru6wtv2e_148.0.7754.0/148.0.7754.0_chrome_installer_uncompressed.exe - InstallerSha256: B036501DFE7F3F9FA63C6E4C1ED8BF1819C678B1A2A73883A9D6FB73F02B8171 + InstallerUrl: https://dl.google.com/release2/chrome/adsk4yufqkbt4q374hf2urkc3e3q_148.0.7762.0/148.0.7762.0_chrome_installer_uncompressed.exe + InstallerSha256: D7606C3DF585932B5836B772C1146869FA1BB9E0ED2EBE7DB55DE51715AAA400 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.en-US.yaml index d24df401c8d3..4aba236086db 100644 --- a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 148.0.7754.0 +PackageVersion: 148.0.7762.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.nb-NO.yaml index e9535822180f..c15e3a409380 100644 --- a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 148.0.7754.0 +PackageVersion: 148.0.7762.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.zh-CN.yaml index 394a6ee74c86..9e499e20a976 100644 --- a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 148.0.7754.0 +PackageVersion: 148.0.7762.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.yaml index 82a6c093b9f3..0ae788b71ca1 100644 --- a/manifests/g/Google/Chrome/Canary/148.0.7754.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/148.0.7762.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 148.0.7754.0 +PackageVersion: 148.0.7762.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 9f063420764cc2de328e5f4bd82270f6400f7994 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:34:35 +0200 Subject: [PATCH 084/171] New version: activescott.lessmsi version 2.12.6 (#353573) --- .../2.12.6/activescott.lessmsi.installer.yaml | 21 ++++++++++++ .../activescott.lessmsi.locale.en-US.yaml | 33 +++++++++++++++++++ .../lessmsi/2.12.6/activescott.lessmsi.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.installer.yaml create mode 100644 manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.locale.en-US.yaml create mode 100644 manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.yaml diff --git a/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.installer.yaml b/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.installer.yaml new file mode 100644 index 000000000000..ef6be05a802a --- /dev/null +++ b/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: activescott.lessmsi +PackageVersion: 2.12.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lessmsi-gui.exe + PortableCommandAlias: lessmsi-gui +- RelativeFilePath: lessmsi.exe + PortableCommandAlias: lessmsi +UpgradeBehavior: install +ReleaseDate: 2026-03-29 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/activescott/lessmsi/releases/download/v2.12.6/lessmsi-v2.12.6.zip + InstallerSha256: FB0DDC06443B7B4925A2BFBEECDA07743A0CC26397AEF204BFA613E3145EB88C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.locale.en-US.yaml b/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.locale.en-US.yaml new file mode 100644 index 000000000000..ad699e15e326 --- /dev/null +++ b/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: activescott.lessmsi +PackageVersion: 2.12.6 +PackageLocale: en-US +Publisher: Scott Willeke +PublisherUrl: https://github.com/activescott +PublisherSupportUrl: https://github.com/activescott/lessmsi/issues +PackageName: lessmsi +PackageUrl: https://github.com/activescott/lessmsi +License: MIT +LicenseUrl: https://github.com/activescott/lessmsi/blob/HEAD/LICENSE +Copyright: Copyright (c) 2004 Scott Willeke +ShortDescription: A tool to view and extract the contents of an Windows Installer (.msi) file. +Description: This is a utility with a graphical user interface and a command line interface that can be used to view and extract the contents of an MSI file. +Tags: +- c-sharp +- chocolatey +- extract +- extract-files +- install +- install-script +- msi +- windows +ReleaseNotes: |- + 2.12.6 (2026-03-29) + Bug Fixes + - added missing settings for czech translation (#293) (3cb501d) + You can install or upgrade by extracting all files from the zip attached to this release into a single directory or via Chocolatey. +ReleaseNotesUrl: https://github.com/activescott/lessmsi/releases/tag/v2.12.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.yaml b/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.yaml new file mode 100644 index 000000000000..a00d8e53ab6a --- /dev/null +++ b/manifests/a/activescott/lessmsi/2.12.6/activescott.lessmsi.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: activescott.lessmsi +PackageVersion: 2.12.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f99a8144224e6aa773409790f9ce805728cb9196 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sun, 29 Mar 2026 18:35:41 -0400 Subject: [PATCH 085/171] New version: Rakudo.Rakudo version 26.3.1 (#353577) --- .../26.3.1/Rakudo.Rakudo.installer.yaml | 26 +++++++++++++++++++ .../26.3.1/Rakudo.Rakudo.locale.en-US.yaml | 26 +++++++++++++++++++ .../r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.yaml | 8 ++++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.installer.yaml create mode 100644 manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.locale.en-US.yaml create mode 100644 manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.yaml diff --git a/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.installer.yaml b/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.installer.yaml new file mode 100644 index 000000000000..d98b14df1361 --- /dev/null +++ b/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.installer.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rakudo.Rakudo +PackageVersion: 26.3.1 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ProductCode: '{E7DC88B1-54B5-4F81-8833-E60582E0263B}' +ReleaseDate: 2025-05-17 +AppsAndFeaturesEntries: +- DisplayName: Rakudo 2026.03 + ProductCode: '{E7DC88B1-54B5-4F81-8833-E60582E0263B}' + UpgradeCode: '{08B7EB05-7EAC-4B60-9F5B-AF6E367FE0FD}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rakudo' +Installers: +- Architecture: x64 + InstallerUrl: https://rakudo.org/dl/rakudo/rakudo-moar-2026.03-01-win-x86_64-msvc.msi + InstallerSha256: 7AD5DC4C54FA3B435989664A3AD7C8F3D60B1C5DAD648A495F4278216CC159EC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.locale.en-US.yaml b/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.locale.en-US.yaml new file mode 100644 index 000000000000..c6065fc62617 --- /dev/null +++ b/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rakudo.Rakudo +PackageVersion: 26.3.1 +PackageLocale: en-US +Publisher: The Raku Community +PublisherUrl: https://rakudo.org/ +PublisherSupportUrl: https://github.com/rakudo/rakudo/issues +PackageName: Rakudo +PackageUrl: https://rakudo.org/downloads +License: Artistic-2.0 +LicenseUrl: https://github.com/rakudo/rakudo/blob/main/LICENSE +Copyright: Copyright © The Raku Foundation. +CopyrightUrl: https://github.com/rakudo/rakudo/blob/main/LICENSE +ShortDescription: The most mature, production-ready implementation of the Raku language. +Description: | + This is Rakudo, a Raku Programming Language compiler for the MoarVM, JVM and Javascript virtual machines. +Tags: +- hacktoberfest +- moarvm +- nqp +- raku +- rakudo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.yaml b/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.yaml new file mode 100644 index 000000000000..f863840429db --- /dev/null +++ b/manifests/r/Rakudo/Rakudo/26.3.1/Rakudo.Rakudo.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: Rakudo.Rakudo +PackageVersion: 26.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From af4e1317245de1104f2e16c49af3ceaa718c1f1b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:37:19 +0800 Subject: [PATCH 086/171] New version: Dalux.Dalux.MSI version 4.0.9582.27892 (#353579) --- .../Dalux.Dalux.MSI.installer.yaml | 6 +++--- .../Dalux.Dalux.MSI.locale.en-US.yaml | 2 +- .../Dalux.Dalux.MSI.locale.zh-CN.yaml | 2 +- .../{3.7.9510.29082 => 4.0.9582.27892}/Dalux.Dalux.MSI.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/d/Dalux/Dalux/MSI/{3.7.9510.29082 => 4.0.9582.27892}/Dalux.Dalux.MSI.installer.yaml (73%) rename manifests/d/Dalux/Dalux/MSI/{3.7.9510.29082 => 4.0.9582.27892}/Dalux.Dalux.MSI.locale.en-US.yaml (96%) rename manifests/d/Dalux/Dalux/MSI/{3.7.9510.29082 => 4.0.9582.27892}/Dalux.Dalux.MSI.locale.zh-CN.yaml (94%) rename manifests/d/Dalux/Dalux/MSI/{3.7.9510.29082 => 4.0.9582.27892}/Dalux.Dalux.MSI.yaml (88%) diff --git a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.installer.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.installer.yaml similarity index 73% rename from manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.installer.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.installer.yaml index eb5cf94d093a..44a2df24a006 100644 --- a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.installer.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 3.7.9510.29082 +PackageVersion: 4.0.9582.27892 InstallerType: wix UpgradeBehavior: install Protocols: - dalux -ProductCode: '{602AD2FB-DF08-474A-B879-12B3B4F6A7A5}' +ProductCode: '{1DEAAA21-0851-4957-AD95-19D427EE496D}' AppsAndFeaturesEntries: - UpgradeCode: '{7A7E91C3-3DE0-4069-B65D-EAA2EF116C7C}' Installers: - Architecture: x64 InstallerUrl: https://bim.dalux.com/desktop/DaluxDesktop.msi - InstallerSha256: E30E58CD1A346AC0274F4B9AF3199773F2EC9BF7A851492BA0CA89A112FD709C + InstallerSha256: 07FAD05A6092D7B77074D843F68ADE62CE24450CA80C3BC28144E4B14B7E4723 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.locale.en-US.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.locale.en-US.yaml similarity index 96% rename from manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.locale.en-US.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.locale.en-US.yaml index 068336db935e..d5b0401ef5c1 100644 --- a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.locale.en-US.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 3.7.9510.29082 +PackageVersion: 4.0.9582.27892 PackageLocale: en-US Publisher: Dalux PublisherUrl: https://www.dalux.com/ diff --git a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.locale.zh-CN.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.locale.zh-CN.yaml similarity index 94% rename from manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.locale.zh-CN.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.locale.zh-CN.yaml index 8ccdec1a55a9..11ab61a51be7 100644 --- a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.locale.zh-CN.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 3.7.9510.29082 +PackageVersion: 4.0.9582.27892 PackageLocale: zh-CN License: 免费软件 ShortDescription: 免费 BIM 查看器 diff --git a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.yaml b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.yaml similarity index 88% rename from manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.yaml rename to manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.yaml index 84198a522cf2..0b069f8cffbb 100644 --- a/manifests/d/Dalux/Dalux/MSI/3.7.9510.29082/Dalux.Dalux.MSI.yaml +++ b/manifests/d/Dalux/Dalux/MSI/4.0.9582.27892/Dalux.Dalux.MSI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Dalux.Dalux.MSI -PackageVersion: 3.7.9510.29082 +PackageVersion: 4.0.9582.27892 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 3830aa11557ea873e8c38fe18dfd2015faed3c9c Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:52:01 +0800 Subject: [PATCH 087/171] New version: Alibaba.DingTalkWorkspaceCLI version 1.0.3 (#353508) --- ...libaba.DingTalkWorkspaceCLI.installer.yaml | 21 +++++++++++++ ...aba.DingTalkWorkspaceCLI.locale.en-US.yaml | 31 +++++++++++++++++++ ...ingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml | 22 +++++++++++++ ...a.DingTalkWorkspaceCLI.locale.zh-Hans.yaml | 17 ++++++++++ .../1.0.3/Alibaba.DingTalkWorkspaceCLI.yaml | 8 +++++ 5 files changed, 99 insertions(+) create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.installer.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.yaml diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.installer.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.installer.yaml new file mode 100644 index 000000000000..2146c1607997 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dws.exe +Commands: +- dws +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.3/dws-windows-amd64.zip + InstallerSha256: 21ADA051C8687D02E1515D32FE8E01DF53D0D9B6FDE09D9FA123D8DAC9F6FF0B +- Architecture: arm64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.3/dws-windows-arm64.zip + InstallerSha256: 0043AA7CB5C5058E52416224A60916EC050AF8CB64798EE5873EA74BEB4189FA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml new file mode 100644 index 000000000000..22a6e2d8d60c --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.3 +PackageLocale: en-US +Publisher: DingTalk (Singapore) Private Limited +PublisherUrl: https://www.dingtalk.io/ +PublisherSupportUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/issues +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk Workspace CLI +PackageUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli +License: Apache-2.0 +LicenseUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba Group +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010161503_40649.html +ShortDescription: dws — DingTalk Workspace on the command line, built for humans and AI agents. +Description: |- + dws — DingTalk Workspace on the command line, built for humans and AI agents. + Why dws? + - For humans — --help for usage, --dry-run to preview requests, -f table/json/raw for output formats. + - For AI agents — structured JSON responses + built-in Agent Skills, ready out of the box. + - For enterprise admins — zero-trust architecture: OAuth device-flow auth + domain allowlisting + least-privilege scoping. Not a single byte can bypass authentication and audit. +Moniker: dws +Tags: +- dingding +- dingtalk +ReleaseNotesUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/blob/HEAD/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 000000000000..89409ab11c7f --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.3 +PackageLocale: zh-Hans-CN +Publisher: 钉钉(中国)信息技术有限公司 +PublisherUrl: https://www.dingtalk.com/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml new file mode 100644 index 000000000000..bb60cacab962 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.3 +PackageLocale: zh-Hans +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.yaml new file mode 100644 index 000000000000..072db11e3fa1 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.3/Alibaba.DingTalkWorkspaceCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 50cb7a6319da069b5b59ea74481eb53064694092 Mon Sep 17 00:00:00 2001 From: Muhammad Hassan <88657151+miangee21@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:05:17 +0500 Subject: [PATCH 088/171] New package: Lunex.Lunex version 0.1.2 (#353202) --- .../Lunex/0.1.2/Lunex.Lunex.installer.yaml | 19 ++++++++++++ .../Lunex/0.1.2/Lunex.Lunex.locale.en-US.yaml | 29 +++++++++++++++++++ .../l/Lunex/Lunex/0.1.2/Lunex.Lunex.yaml | 8 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.installer.yaml create mode 100644 manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.locale.en-US.yaml create mode 100644 manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.yaml diff --git a/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.installer.yaml b/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.installer.yaml new file mode 100644 index 000000000000..9ef8cf1ec161 --- /dev/null +++ b/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Lunex.Lunex +PackageVersion: 0.1.2 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/miangee21/Lunex/releases/download/v0.1.2/Lunex_0.1.2_x64_en-US.msi + InstallerSha256: 42B4610D35B40E428ED06E15013D21752B1C177F6189A53BCEC50B214065430D + ProductCode: '{18D2228C-EDDA-42A6-932A-798781A5788B}' +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.locale.en-US.yaml b/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.locale.en-US.yaml new file mode 100644 index 000000000000..e748ad34fbbe --- /dev/null +++ b/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Lunex.Lunex +PackageVersion: 0.1.2 +PackageLocale: en-US +Publisher: Lunex +PublisherUrl: https://github.com/miangee21 +PublisherSupportUrl: https://github.com/miangee21/Lunex/issues +Author: Muhammad Hassan +PackageName: Lunex +PackageUrl: https://github.com/miangee21/Lunex +License: MIT +LicenseUrl: https://github.com/miangee21/Lunex/blob/master/LICENSE +Copyright: Copyright (c) 2026 Muhammad Hassan +ShortDescription: A private, end-to-end encrypted real-time desktop chat application. +Description: |- + Lunex is a highly secure, real-time desktop chat application built with Tauri, React, and Convex. + It features end-to-end encryption, ensuring that your conversations, messages, and data remain completely private and accessible only to you and your intended recipients. + Designed for speed, privacy, and a seamless user experience. +Tags: +- chat +- messenger +- encryption +- privacy +- tauri +- convex +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.yaml b/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.yaml new file mode 100644 index 000000000000..317971d48347 --- /dev/null +++ b/manifests/l/Lunex/Lunex/0.1.2/Lunex.Lunex.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.5.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Lunex.Lunex +PackageVersion: 0.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file From d428e54fbd4fde537d1a6a32ebcead1211c39b78 Mon Sep 17 00:00:00 2001 From: stanley-projects Date: Sun, 29 Mar 2026 19:08:02 -0400 Subject: [PATCH 089/171] New package: StanleyProjects.Insomnia version 1.2.0 (#353559) --- .../StanleyProjects.Insomnia.installer.yaml | 16 ++++++++++++++ ...StanleyProjects.Insomnia.locale.en-US.yaml | 21 +++++++++++++++++++ .../1.2.0/StanleyProjects.Insomnia.yaml | 6 ++++++ 3 files changed, 43 insertions(+) create mode 100644 manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.installer.yaml create mode 100644 manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.locale.en-US.yaml create mode 100644 manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.yaml diff --git a/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.installer.yaml b/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.installer.yaml new file mode 100644 index 000000000000..1f203078f4d3 --- /dev/null +++ b/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: StanleyProjects.Insomnia +PackageVersion: "1.2.0" +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stanley-projects/Insomnia/releases/download/v1.2.0/Insomnia.Setup.1.2.0.exe + InstallerSha256: BA89ED04921F6DA8391E48DA81D6B7F2B2263922AAD5E6100EBE2C1F758FE6CB +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.locale.en-US.yaml b/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.locale.en-US.yaml new file mode 100644 index 000000000000..d18c356cdb54 --- /dev/null +++ b/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.locale.en-US.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: StanleyProjects.Insomnia +PackageVersion: "1.2.0" +PackageLocale: en-US +Publisher: Stanley Projects +PublisherUrl: https://github.com/stanley-projects +PublisherSupportUrl: https://github.com/stanley-projects/Insomnia/issues +PackageName: Insomnia +PackageUrl: https://stanley-projects.github.io/Insomnia/ +License: MIT +LicenseUrl: https://github.com/stanley-projects/Insomnia/blob/master/LICENSE +ShortDescription: Keep your PC awake when it matters +Description: Lightweight Windows app that prevents your PC from sleeping automatically when AI coding tools are working, when specific apps are running, or manually on demand. Includes smart hook-based integration with Claude Code, plus process-based triggers for Cursor, Aider, Codex CLI, and Ollama. +Tags: +- sleep +- productivity +- windows +- electron +- ai-tools +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.yaml b/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.yaml new file mode 100644 index 000000000000..d3d4c30dba6a --- /dev/null +++ b/manifests/s/StanleyProjects/Insomnia/1.2.0/StanleyProjects.Insomnia.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: StanleyProjects.Insomnia +PackageVersion: "1.2.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From d694fe5223cf55918608ba7b60071b715a7d69cd Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:08:27 +0200 Subject: [PATCH 090/171] New version: tuna-f1sh.cyme version 2.3.0 (#353571) --- .../cyme/2.3.0/tuna-f1sh.cyme.installer.yaml | 17 +++++++ .../2.3.0/tuna-f1sh.cyme.locale.en-US.yaml | 48 +++++++++++++++++++ .../tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.installer.yaml create mode 100644 manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.locale.en-US.yaml create mode 100644 manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.yaml diff --git a/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.installer.yaml b/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.installer.yaml new file mode 100644 index 000000000000..f2cfe640a640 --- /dev/null +++ b/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.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: tuna-f1sh.cyme +PackageVersion: 2.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cyme-v2.3.0-x86_64-pc-windows-gnu/cyme.exe +UpgradeBehavior: install +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tuna-f1sh/cyme/releases/download/v2.3.0/cyme-v2.3.0-x86_64-pc-windows-gnu.zip + InstallerSha256: 4BF61AD2EA9D9D1EA27D1EDC37AEB4E3CC86E9ED468C3E9E012086CB9F9973F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.locale.en-US.yaml b/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.locale.en-US.yaml new file mode 100644 index 000000000000..6ef23c5e1094 --- /dev/null +++ b/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tuna-f1sh.cyme +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: tuna-f1sh +PublisherUrl: https://github.com/tuna-f1sh +PublisherSupportUrl: https://github.com/tuna-f1sh/cyme/issues +PackageName: Cyme +PackageUrl: https://github.com/tuna-f1sh/cyme +License: GPL-3.0 +LicenseUrl: https://github.com/tuna-f1sh/cyme/blob/HEAD/LICENSE +Copyright: 2024, John Whittington +CopyrightUrl: https://github.com/tuna-f1sh/cyme/blob/v2.1.1/Cargo.toml?plain=1#L96 +ShortDescription: List system USB buses and devices +Description: A modern cross-platform lsusb that attempts to maintain compatibility with, but also add new features. Profiles system USB buses and the devices on those buses, including full device descriptors. +Moniker: cyme +Tags: +- cli +- libusb +- lsusb +- macos +- rust +- tool +- usb +ReleaseNotes: |- + Big reduction of profiling time^ when filtering by passing options with filter to profiler. Previously, filtering was done post profiling of all devices - even those that would be filtered out. This included opening descriptors and reading data for redundant devices. + Also wrote some more tests to diff actual output of lsusb against cyme --lsusb - found some discrepancies in the tree and tree verbose output which have been fixed. + ^ ~O(n) where n is devices on host - ~ because depends on descriptors and number of filter matches. See #104 for more details. + Changed + - tree: default to branch sort to match lsusb and expected. + - main: default --block-operation is add not new (replace) (#106). + Added + - profiler: reduce profiling time when filtering by passing options with filter to profiler (#104). + - profiler: gets active config and alt setting for interfaces. + - profiler: (Linux) sysfs fallback for hub ports, active config and alt setting. + - watch: if not started with --verbose then could not cycle verbose mode with 'v' key. + - arg: hidden --filter-post for filtering post profiling in case fallback to previous behaviour is required. + - icons: defaults include CANnectivity gs_usb devices. + - icons: defaults update Arduino and add Qualcomm EDL. + Fixed + - lsusb: fix --tree --verbose using PCI IDs not root hub USB IDs. + - lsusb: fix --tree -v showing all config and alt interfaces, not just active like lsusb --tree -v. + - main: --device -D not working without --lsusb flag. +ReleaseNotesUrl: https://github.com/tuna-f1sh/cyme/releases/tag/v2.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.yaml b/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.yaml new file mode 100644 index 000000000000..f68d46e1113a --- /dev/null +++ b/manifests/t/tuna-f1sh/cyme/2.3.0/tuna-f1sh.cyme.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: tuna-f1sh.cyme +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e13231afe651d0143d10eb5ada84e8266ee49f21 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:09:40 +0800 Subject: [PATCH 091/171] New version: Dalux.Dalux version 4.0.9582.27892 (#353578) --- .../4.0.9582.27892/Dalux.Dalux.installer.yaml | 20 ++++++++++++++++++ .../Dalux.Dalux.locale.en-US.yaml | 21 +++++++++++++++++++ .../Dalux.Dalux.locale.zh-CN.yaml | 15 +++++++++++++ .../Dalux/4.0.9582.27892/Dalux.Dalux.yaml | 8 +++++++ 4 files changed, 64 insertions(+) create mode 100644 manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.installer.yaml create mode 100644 manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.en-US.yaml create mode 100644 manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.zh-CN.yaml create mode 100644 manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.yaml diff --git a/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.installer.yaml b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.installer.yaml new file mode 100644 index 000000000000..a0a7036c65d8 --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dalux.Dalux +PackageVersion: 4.0.9582.27892 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.17134.0 +InstallerType: appx +Protocols: +- dalux +PackageFamilyName: Dalux_krzmpgdwb7m18 +Installers: +- Architecture: x64 + InstallerUrl: https://bim.dalux.com/Desktop/DaluxDesktop_4.0.9582.27892_Production_Test/DaluxDesktop_4.0.9582.27892_x64_Production.appxbundle + InstallerSha256: FBB4ECD57AA9956A344CB866E11979831B6DB2F84FACED3B7A469F31F84C0398 + SignatureSha256: F4B22A19424C4A53294DE86894238E8FCC6579EC3E2482FD0BBF5FCEA2CC4CA2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.en-US.yaml b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.en-US.yaml new file mode 100644 index 000000000000..7ce92ff0fba0 --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dalux.Dalux +PackageVersion: 4.0.9582.27892 +PackageLocale: en-US +Publisher: Dalux +PublisherUrl: https://www.dalux.com/ +PrivacyUrl: https://www.dalux.com/privacy-policy/ +Author: Dalux ApS +PackageName: Dalux +PackageUrl: https://www.dalux.com/dalux-build-windows-app/ +License: Freeware +Copyright: © 2026 Dalux +ShortDescription: Free BIM viewer +Description: Dalux BIM viewer is the world’s best at handling multiple complex BIM models. Have confidence that you can see and engage with your project information, regardless of project size, model complexity, or access device! +Tags: +- bim +- construction +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.zh-CN.yaml b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.zh-CN.yaml new file mode 100644 index 000000000000..868d8779cb1b --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Dalux.Dalux +PackageVersion: 4.0.9582.27892 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 免费 BIM 查看器 +Description: Dalux BIM Viewer 是世界上最好的处理多复杂 BIM 模型的工具。无论项目规模、模型复杂度或访问设备如何,您都能自信查看并交互处理项目信息! +Tags: +- bim +- 工程 +- 建设 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.yaml b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.yaml new file mode 100644 index 000000000000..7eed2cb05aa4 --- /dev/null +++ b/manifests/d/Dalux/Dalux/4.0.9582.27892/Dalux.Dalux.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: Dalux.Dalux +PackageVersion: 4.0.9582.27892 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b950da7d0a97c0ea6e2bc916602548315a756359 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:10:27 +0800 Subject: [PATCH 092/171] New package: blueberrycongee.TermCanvas version 0.13.0 (#353230) --- .../blueberrycongee.TermCanvas.installer.yaml | 26 ++++++++++ ...ueberrycongee.TermCanvas.locale.en-US.yaml | 50 +++++++++++++++++++ ...ueberrycongee.TermCanvas.locale.zh-CN.yaml | 40 +++++++++++++++ .../0.13.0/blueberrycongee.TermCanvas.yaml | 8 +++ 4 files changed, 124 insertions(+) create mode 100644 manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.installer.yaml create mode 100644 manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.en-US.yaml create mode 100644 manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.zh-CN.yaml create mode 100644 manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.yaml diff --git a/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.installer.yaml b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.installer.yaml new file mode 100644 index 000000000000..74f128ff71e6 --- /dev/null +++ b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.TermCanvas +PackageVersion: 0.13.0 +InstallerType: nullsoft # electron-builder +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 75eb9126-42bc-5b65-8c9c-967fc346dcf8 +ReleaseDate: 2026-03-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/blueberrycongee/termcanvas/releases/download/v0.13.0/TermCanvas.Setup.0.13.0.exe + InstallerSha256: 6C04A2762A6BA49C41D730E37890BB0EBE1183CE9EE9A0B57743BC871FC576D4 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/blueberrycongee/termcanvas/releases/download/v0.13.0/TermCanvas.Setup.0.13.0.exe + InstallerSha256: 6C04A2762A6BA49C41D730E37890BB0EBE1183CE9EE9A0B57743BC871FC576D4 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.en-US.yaml b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.en-US.yaml new file mode 100644 index 000000000000..1e2a4c6c3e19 --- /dev/null +++ b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.TermCanvas +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: blueberrycongee +PublisherUrl: https://github.com/blueberrycongee +PublisherSupportUrl: https://github.com/blueberrycongee/termcanvas/issues +# PrivacyUrl: +# Author: +PackageName: TermCanvas +PackageUrl: https://github.com/blueberrycongee/termcanvas +License: MIT +LicenseUrl: https://github.com/blueberrycongee/termcanvas/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 TermCanvas Contributors +# CopyrightUrl: +ShortDescription: An infinite canvas desktop app for visually managing terminals +Description: |- + TermCanvas spreads all your terminals across an infinite spatial canvas — no more tabs, no more split panes. Drag them around, zoom in to focus, zoom out to see the big picture. + It organizes everything in a Project → Worktree → Terminal hierarchy that mirrors how you actually use git. Add a project, and TermCanvas auto-detects its worktrees. Create a new worktree from the terminal, and it appears on the canvas instantly. +# Moniker: +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + Added + - Hydra plan approval gate: --approve-plan flag pauses workflow after planner for user review + - hydra approve command to continue approved plans to implementation + - hydra revise --feedback "..." command to re-run planner with structured feedback + - Human-in-the-loop plan cycle: user → main brain → planner → review → revise/approve → implement → evaluate + Fixed + - Hydra requeue now only deletes done marker, preserving result.json for downstream agents (evaluator findings for implementer, old plan for revised planner) + - Git panel graph rail tightened to shift visual weight toward text +ReleaseNotesUrl: https://github.com/blueberrycongee/termcanvas/releases/tag/v0.13.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.zh-CN.yaml b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.zh-CN.yaml new file mode 100644 index 000000000000..de323cf87935 --- /dev/null +++ b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.TermCanvas +PackageVersion: 0.13.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 一款用于可视化管理终端的无限画布桌面应用 +Description: |- + TermCanvas 可将你所有的终端窗口排布在无限空间画布上——无需再使用标签页,也不必拆分窗格。你可以随意拖动终端,放大即可聚焦单个窗口,缩小就能查看全局布局。 + 它采用「项目→工作树→终端」的层级结构管理所有内容,完全贴合你实际使用 Git 的习惯。添加项目后,TermCanvas 会自动检测其包含的工作树;你在终端中创建新工作树时,它也会立刻显示在画布上。 +# Moniker: +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.yaml b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.yaml new file mode 100644 index 000000000000..42002358d9d3 --- /dev/null +++ b/manifests/b/blueberrycongee/TermCanvas/0.13.0/blueberrycongee.TermCanvas.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: blueberrycongee.TermCanvas +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c1c26128ac5d4ba0d040ecb37df9341dd8ae13df Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:20:17 +0800 Subject: [PATCH 093/171] New package: badlogic.pi version 0.63.1 (#353233) --- .../pi/0.63.1/badlogic.pi.installer.yaml | 19 +++++++ .../pi/0.63.1/badlogic.pi.locale.en-US.yaml | 52 +++++++++++++++++++ .../pi/0.63.1/badlogic.pi.locale.zh-CN.yaml | 38 ++++++++++++++ .../b/badlogic/pi/0.63.1/badlogic.pi.yaml | 8 +++ 4 files changed, 117 insertions(+) create mode 100644 manifests/b/badlogic/pi/0.63.1/badlogic.pi.installer.yaml create mode 100644 manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.en-US.yaml create mode 100644 manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.zh-CN.yaml create mode 100644 manifests/b/badlogic/pi/0.63.1/badlogic.pi.yaml diff --git a/manifests/b/badlogic/pi/0.63.1/badlogic.pi.installer.yaml b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.installer.yaml new file mode 100644 index 000000000000..57285e065b19 --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: badlogic.pi +PackageVersion: 0.63.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pi.exe +Commands: +- pi +ReleaseDate: 2026-03-27 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/badlogic/pi-mono/releases/download/v0.63.1/pi-windows-x64.zip + InstallerSha256: 37E0329BA67AA7AF08759CA5B634FF5492D342A4375309CC3CBFC74A0E70212F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.en-US.yaml b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.en-US.yaml new file mode 100644 index 000000000000..bcefcc8d7184 --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: badlogic.pi +PackageVersion: 0.63.1 +PackageLocale: en-US +Publisher: Mario Zechner +PublisherUrl: https://github.com/badlogic +PublisherSupportUrl: https://github.com/badlogic/pi-mono/issues +# PrivacyUrl: +Author: Mario Zechner +PackageName: pi +PackageUrl: https://github.com/badlogic/pi-mono +License: MIT +LicenseUrl: https://github.com/badlogic/pi-mono/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Mario Zechner +# CopyrightUrl: +ShortDescription: AI coding assistant with read, bash, edit, write tools +Description: |- + Pi is a minimal terminal coding harness. Adapt pi to your workflows, not the other way around, without having to fork and modify pi internals. Extend it with TypeScript Extensions, Skills, Prompt Templates, and Themes. Put your extensions, skills, prompt templates, and themes in Pi Packages and share them with others via npm or git. + Pi ships with powerful defaults but skips features like sub agents and plan mode. Instead, you can ask pi to build what you want or install a third party pi package that matches your workflow. + Pi runs in four modes: interactive, print or JSON, RPC for process integration, and an SDK for embedding in your own apps. See openclaw/openclaw for a real-world SDK integration. +Moniker: pi +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + Added + - Added gemini-3.1-pro-preview-customtools model availability for the google-vertex provider (#2610 by @gordonhwc) + Fixed + - Documented tool_call input mutation as supported extension API behavior, clarified that post-mutation inputs are not re-validated, and added regression coverage for executing mutated tool arguments (#2611) + - Fixed repeated compactions dropping messages that were kept by an earlier compaction by re-summarizing from the previous kept boundary and recalculating tokensBefore from the rebuilt session context (#2608) + - Fixed interactive compaction UI updates so ctx.compact() rebuilds the chat through unified compaction events, manual compaction no longer duplicates the summary block, and the trigger-compact example only fires when context usage crosses its threshold (#2617) + - Fixed interactive compaction completion to append a synthetic compaction summary after rebuilding the chat so the latest compaction remains visible at the bottom + - Fixed skill discovery to stop recursing once a directory contains SKILL.md, and to ignore root *.md files in .agents/skills while keeping root markdown skill files supported in ~/.pi/agent/skills, .pi/skills, and package skills/ directories (#2603) + - Fixed edit tool diff rendering for multi-edit operations with large unchanged gaps so distant edits collapse intermediate context instead of dumping the full unchanged middle block + - Fixed edit tool error rendering to avoid repeating the same exact-match failure in both the preview and result blocks + - Fixed auto-compaction overflow recovery for Ollama models when the backend returns explicit prompt too long; exceeded max context length ... errors instead of silently truncating input (#2626) + - Fixed built-in tool overrides that reuse built-in parameter schemas to still honor custom renderCall and renderResult renderers in the interactive TUI, restoring the minimal-mode example (#2595) +ReleaseNotesUrl: https://github.com/badlogic/pi-mono/releases/tag/v0.63.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.zh-CN.yaml b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.zh-CN.yaml new file mode 100644 index 000000000000..c28e81db2e9b --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: badlogic.pi +PackageVersion: 0.63.1 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 具备读取、Bash、编辑、写入工具的 AI 编程助手 +Description: |- + Pi 是一款轻量型终端编码工具集。无需复刻并修改 Pi 的内部代码,就能让 Pi 适配你的工作流,而非反过来让你迁就 Pi。你可以通过 TypeScript 扩展、技能模块、提示词模板和主题对 Pi 进行拓展。把你开发的扩展、技能模块、提示词模板和主题打包为 Pi 包,即可通过 npm 或 git 分享给其他用户。 + Pi 默认搭载的功能十分强大,但未内置子代理、计划模式这类功能。你可以让 Pi 生成你需要的功能,或是安装适配你工作流的第三方 Pi 包即可。 + Pi 支持四种运行模式:交互模式、打印/JSON 输出模式、用于流程集成的 RPC 模式,以及可嵌入你自有应用的 SDK 模式。实际的 SDK 集成案例可参考 openclaw/openclaw 项目。 +# Moniker: +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/badlogic/pi/0.63.1/badlogic.pi.yaml b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.yaml new file mode 100644 index 000000000000..692582000981 --- /dev/null +++ b/manifests/b/badlogic/pi/0.63.1/badlogic.pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: badlogic.pi +PackageVersion: 0.63.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e378c916609a2a77b43740f6e4ca4225f6306f3c Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:35:46 +0800 Subject: [PATCH 094/171] New package: WEP-56.TTTTV version 1.0.0 (#353246) --- .../TTTTV/1.0.0/WEP-56.TTTTV.installer.yaml | 15 +++++++++ .../1.0.0/WEP-56.TTTTV.locale.en-US.yaml | 28 +++++++++++++++++ .../1.0.0/WEP-56.TTTTV.locale.zh-CN.yaml | 31 +++++++++++++++++++ .../w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.installer.yaml create mode 100644 manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.en-US.yaml create mode 100644 manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.zh-CN.yaml create mode 100644 manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.yaml diff --git a/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.installer.yaml b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.installer.yaml new file mode 100644 index 000000000000..9edf5327401d --- /dev/null +++ b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WEP-56.TTTTV +PackageVersion: 1.0.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: TTTTV +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/WEP-56/TTTTV/releases/download/v1.0.0/TTTTV_1.0.0_x64-setup.exe + InstallerSha256: 88905F2C52B8E1311C5A685D6C5DAE98B0DCBB2126124B7858BC34359D5522B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.en-US.yaml b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.en-US.yaml new file mode 100644 index 000000000000..03ad7dff3568 --- /dev/null +++ b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: WEP-56.TTTTV +PackageVersion: 1.0.0 +PackageLocale: en-US +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: A movie and TV show search and viewing tool that aggregates resources across the entire web, featuring the native app design style of Windows 11. +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.zh-CN.yaml b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.zh-CN.yaml new file mode 100644 index 000000000000..f6a4389b190d --- /dev/null +++ b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WEP-56.TTTTV +PackageVersion: 1.0.0 +PackageLocale: zh-CN +Publisher: ttttv +PublisherUrl: https://github.com/WEP-56 +PublisherSupportUrl: https://github.com/WEP-56/TTTTV/issues +# PrivacyUrl: +# Author: +PackageName: TTTTV +PackageUrl: https://github.com/WEP-56/TTTTV +License: MIT +LicenseUrl: https://github.com/WEP-56/TTTTV/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 WEP +# CopyrightUrl: +ShortDescription: Win11 原生软件风格的聚合全网资源的影视搜索、观看器。 +# Description: +# Moniker: +# Tags: +ReleaseNotes: |- + 此为最终版本,如有重大漏洞或功能更新会替换包体,不会创建新版本号的 release + 2026-3-15 + 已修改资源站逻辑-从内置改为独立仓库远程获取 +ReleaseNotesUrl: https://github.com/WEP-56/TTTTV/releases/tag/v1.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.yaml b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.yaml new file mode 100644 index 000000000000..417f0010a12f --- /dev/null +++ b/manifests/w/WEP-56/TTTTV/1.0.0/WEP-56.TTTTV.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WEP-56.TTTTV +PackageVersion: 1.0.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From d20cb13a28120b41f7b8663f8e1e6f0490092e94 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:40:38 +0800 Subject: [PATCH 095/171] New version: Adobe.DNGConverter version 18.2.2 (#348266) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../18.2.2/Adobe.DNGConverter.installer.yaml | 22 +++++++++++++++++++ .../Adobe.DNGConverter.locale.en-US.yaml | 20 +++++++++++++++++ .../Adobe.DNGConverter.locale.zh-CN.yaml | 15 +++++++++++++ .../18.2.2/Adobe.DNGConverter.yaml | 8 +++++++ 4 files changed, 65 insertions(+) create mode 100644 manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.installer.yaml create mode 100644 manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.en-US.yaml create mode 100644 manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.zh-CN.yaml create mode 100644 manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.yaml diff --git a/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.installer.yaml b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.installer.yaml new file mode 100644 index 000000000000..cc4bba6a5fa2 --- /dev/null +++ b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Adobe.DNGConverter +PackageVersion: 18.2.2 +InstallerType: inno +Scope: machine +FileExtensions: +- dng +ProductCode: '{E7E87F48-82D9-4B7B-9620-AD99DD7D1684}}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Adobe\Adobe DNG Converter' +Installers: +- Architecture: x64 + InstallerUrl: https://download.adobe.com/pub/adobe/dng/win/AdobeDNGConverter_x64_18_2_2.exe + InstallerSha256: EBAB64114D1BECFFCAC315B5EE76DF53F6267065EA89C2AA2B06BC31C63DC6E3 +- Architecture: arm64 + InstallerUrl: https://download.adobe.com/pub/adobe/dng/win/AdobeDNGConverter_arm64_18_2_2.exe + InstallerSha256: 9FC2D1CB6298F40820851F19A2BC08707057B7BDFF943ADFBF1BC892D7B1DA52 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.en-US.yaml b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.en-US.yaml new file mode 100644 index 000000000000..67423def971d --- /dev/null +++ b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Adobe.DNGConverter +PackageVersion: 18.2.2 +PackageLocale: en-US +Publisher: Adobe Systems, Inc. +PublisherUrl: https://adobe.com/ +Author: Adobe Inc. +PackageName: Adobe DNG Converter +License: Proprietary +Copyright: © 2026 Adobe. All rights reserved. +ShortDescription: Convert camera-specific raw files to DNG +Description: The Adobe DNG Converter enables you to easily convert camera-specific raw files from supported cameras to a more universal DNG raw file. Another benefit of using the DNG Converter is backward compatibility. +Tags: +- camera +- digital-negative +- dng +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.zh-CN.yaml b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.zh-CN.yaml new file mode 100644 index 000000000000..dd8bd4df1d5c --- /dev/null +++ b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Adobe.DNGConverter +PackageVersion: 18.2.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将相机专用的 RAW 文件转换为 DNG +Description: Adobe DNG 转换器可轻松将兼容相机拍摄的专用 RAW 文件转换为更通用的 DNG 原始格式文件。使用该转换器的另一优势在于其向后兼容性。 +Tags: +- dng +- 单反 +- 相机 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.yaml b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.yaml new file mode 100644 index 000000000000..95c68d97097a --- /dev/null +++ b/manifests/a/Adobe/DNGConverter/18.2.2/Adobe.DNGConverter.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: Adobe.DNGConverter +PackageVersion: 18.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4c694bff7963964f2ba7a36d841e425bf71ac87b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:41:42 +0800 Subject: [PATCH 096/171] New version: ZWSOFT.ZWCAD.Mechanical.2026 version 26.12.128.1 (20260312) (#348288) --- ...WSOFT.ZWCAD.Mechanical.2026.installer.yaml | 59 +++++++++++++++++++ ...FT.ZWCAD.Mechanical.2026.locale.en-US.yaml | 26 ++++++++ ...FT.ZWCAD.Mechanical.2026.locale.zh-CN.yaml | 27 +++++++++ .../ZWSOFT.ZWCAD.Mechanical.2026.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.installer.yaml create mode 100644 manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.locale.en-US.yaml create mode 100644 manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.locale.zh-CN.yaml create mode 100644 manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.yaml diff --git a/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.installer.yaml b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.installer.yaml new file mode 100644 index 000000000000..305ae9ee3579 --- /dev/null +++ b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.installer.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZWSOFT.ZWCAD.Mechanical.2026 +PackageVersion: 26.12.128.1 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /install /quiet + SilentWithProgress: /install /quiet + InstallLocation: /dir "" +UpgradeBehavior: install +FileExtensions: +- ctb +- cuix +- dcl +- dsd +- dst +- dwf +- dwfx +- dwg +- dwt +- dxf +- fas +- fmp +- las +- lin +- lsp +- mln +- mns +- mnu +- pat +- pc5 +- pgp +- plt +- pmp +- pss +- scr +- shp +- shx +- sld +- stb +- unt +- vlx +- zpvb +- zrx +- ztc +- zvb +ProductCode: '{CBC94276-A002-2052-A200-255782FFDEE0}' +ReleaseDate: 2026-03-13 +Installers: +- Architecture: x64 + InstallerUrl: https://upgrade-online.zwsoft.cn/zwcad/mechanical/2026/1.2/ZWCAD_Mech_2026_1.2_Chs_Win_64bit_20260312.exe + InstallerSha256: 2CFC5815084338779055CC3F1815B892C49298060CA3D5A590A8B2C8BA7F9F9A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.locale.en-US.yaml b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.locale.en-US.yaml new file mode 100644 index 000000000000..c644b7cf01e9 --- /dev/null +++ b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZWSOFT.ZWCAD.Mechanical.2026 +PackageVersion: 26.12.128.1 +PackageLocale: en-US +Publisher: ZWSOFT +PublisherUrl: https://www.zwsoft.com/ +# PublisherSupportUrl: https://www.zwsoft.com/support/zwcad +PrivacyUrl: https://www.zwsoft.com/privacy +Author: ZWSOFT CO., LTD.(Guangzhou) +PackageName: ZWCAD MFG 2026 +PackageUrl: https://www.zwsoft.com/product/zwcad/mfg +License: Proprietary +Copyright: © 1998-2026 ZWSOFT CO., LTD.(Guangzhou). All rights reserved. +ShortDescription: Advanced 2D CAD for Manufacturing +Description: |- + ZWCAD MFG is an advanced CAD solution for manufacturing professionals to improve design standardization and efficiency. + Built on the powerful ZWCAD platform, it enables users to create standardized, high-quality designs easier and faster by offering an extensive library of standard parts, intelligent drawing tools and other productivity-enhancing features. Moreover, it can be seamlessly integrated into PLM systems to achieve efficient management throughout the product lifecycle. +Tags: +- blueprint +- cad +- drawing +- tangent +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.locale.zh-CN.yaml b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.locale.zh-CN.yaml new file mode 100644 index 000000000000..5dc45a922d18 --- /dev/null +++ b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.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: ZWSOFT.ZWCAD.Mechanical.2026 +PackageVersion: 26.12.128.1 +PackageLocale: zh-CN +Publisher: ZWSOFT +PublisherUrl: https://www.zwsoft.cn/ +PublisherSupportUrl: https://www.zwsoft.cn/support/zwcad +PrivacyUrl: https://www.zwsoft.cn/privacy +Author: 广州中望龙腾软件股份有限公司 +PackageName: 中望机械CAD 2026 +PackageUrl: https://www.zwsoft.cn/product/zwcad/mechanical +License: 专有软件 +Copyright: © 1998-2026 广州中望龙腾软件股份有限公司版权所有。 +CopyrightUrl: https://www.zwsoft.cn/statement +ShortDescription: 涵盖了制造业二维绘图的全部领域 +Description: |- + 中望 CAD 机械版是面向制造专业人员的先进 CAD 解决方案,可提高设计标准化和效率。 + 它建立在功能强大的中望 CAD 平台上,通过提供广泛的标准件库、智能绘图工具和其它提高生产力的功能,让用户能够更轻松、更快速地创建标准化的高质量设计。此外,它还可以无缝集成到 PLM 系统中,实现整个产品生命周期的高效管理。 +Tags: +- cad +- 图纸 +- 天正 +- 蓝图 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.yaml b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.yaml new file mode 100644 index 000000000000..1db4cd56ec02 --- /dev/null +++ b/manifests/z/ZWSOFT/ZWCAD/Mechanical/2026/26.12.128.1/ZWSOFT.ZWCAD.Mechanical.2026.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: ZWSOFT.ZWCAD.Mechanical.2026 +PackageVersion: 26.12.128.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 426eb8431f5f7cfbb5a87777431289eed5ef2d7c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:42:48 +0800 Subject: [PATCH 097/171] Update: Bloomberg.BloombergTerminal version 2.0 (191.3.81) (#349890) --- .../2.0/Bloomberg.BloombergTerminal.installer.yaml | 6 +++--- .../2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml index 2fb784a326fd..edd63ef85bbe 100644 --- a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml +++ b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml @@ -7,10 +7,10 @@ InstallerType: inno Scope: machine UpgradeBehavior: install ProductCode: Bloomberg Terminal_is1 -ReleaseDate: 2026-01-26 +ReleaseDate: 2026-03-16 Installers: - Architecture: x64 - InstallerUrl: https://bdn-ak-ssl.bloomberg.com/software/trv/sotr187_3_81.exe - InstallerSha256: 98C93D7C094DABEFCB28CD9CFAD7621C8070DBEF2AEA7AC888971360B7B147FD + InstallerUrl: https://bdn-ak-ssl.bloomberg.com/software/trv/sotr191_3_81.exe + InstallerSha256: 86FD9F86883121DBE23E187FA56E2BC4ACE98C9C12BF05497E3A018C079C26EF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml index 85b5ee080618..bc3de82f15f0 100644 --- a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml +++ b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml @@ -12,8 +12,5 @@ LicenseUrl: https://www.bloomberg.com/notices/tos/ Copyright: © 2026 Bloomberg L.P. All Rights Reserved. CopyrightUrl: https://www.bloomberg.com/notices/tos/ ShortDescription: The most powerful, flexible tool for financial professionals who need real-time data, news, and analytics. -ReleaseNotes: |- - - Bloomberg update service enhancements - - Performance improvements to Bloomberg Application ManifestType: defaultLocale ManifestVersion: 1.12.0 From ebbb11115753f5776c3b57034ecdb37187395ea4 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:43:10 +0800 Subject: [PATCH 098/171] New package: jetyu.NoteWizard version 1.2.0 (#353248) --- .../1.2.0/jetyu.NoteWizard.installer.yaml | 26 ++++++++++ .../1.2.0/jetyu.NoteWizard.locale.en-US.yaml | 49 +++++++++++++++++++ .../1.2.0/jetyu.NoteWizard.locale.zh-CN.yaml | 47 ++++++++++++++++++ .../NoteWizard/1.2.0/jetyu.NoteWizard.yaml | 8 +++ 4 files changed, 130 insertions(+) create mode 100644 manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.installer.yaml create mode 100644 manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.en-US.yaml create mode 100644 manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.zh-CN.yaml create mode 100644 manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.yaml diff --git a/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.installer.yaml b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.installer.yaml new file mode 100644 index 000000000000..6e37e3a3ce0f --- /dev/null +++ b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jetyu.NoteWizard +PackageVersion: 1.2.0 +InstallerType: nullsoft # electron-builder +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 311618b3-7e2c-5abf-a371-a033fb506899 +ReleaseDate: 2026-03-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/jetyu/NoteWizard/releases/download/v1.2.0/NoteWizard-Windows-x64.exe + InstallerSha256: 35019E6EB58ED4CDF5325CFFA7B476AC027A316B03730CA4A2A2EB9DB6668D32 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/jetyu/NoteWizard/releases/download/v1.2.0/NoteWizard-Windows-x64.exe + InstallerSha256: 35019E6EB58ED4CDF5325CFFA7B476AC027A316B03730CA4A2A2EB9DB6668D32 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.en-US.yaml b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.en-US.yaml new file mode 100644 index 000000000000..6197e954aad4 --- /dev/null +++ b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jetyu.NoteWizard +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: NoteWizard Team +PublisherUrl: https://jetyu.me/ +PublisherSupportUrl: https://github.com/jetyu/NoteWizard/issues +# PrivacyUrl: +# Author: +PackageName: NoteWizard +PackageUrl: https://github.com/jetyu/NoteWizard +License: MIT +LicenseUrl: https://github.com/jetyu/NoteWizard/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 NoteWizard Team +# CopyrightUrl: +ShortDescription: A modern cross-platform note-taking desktop application built with Electron, featuring local data storage for complete security and control. +Description: |- + A modern cross-platform note-taking desktop application built with Electron, featuring local data storage for complete security and control. + Features + - Minimalist Interface: Simple, pure, and ad-free + - Cross-Platform: Supports Windows, macOS, and Linux + - Easy Migration: Supports complete NoteWizard proprietary format (.nwp) for full import/export, as well as Markdown (.md) format import/export + - Local Encrypted Storage: All note data can be encrypte(AES-256-GCM algorithm) and stored under the user's local control. + - Markdown Support: Real-time preview of Markdown rendering + - AI-Powered Writing Assistant: AI-powered writing assistance to make your writing easier (Off by default) + - Internationalization: Supports 19 languages and regional settings worldwide +# Moniker: +Tags: +- article +- docs +- document +- editor +- markdown +- writing +ReleaseNotes: |- + New + - Added log recording module, supporting multi-level log output. + Improved + - Upgraded Electron runtime framework to v41.0.2. +ReleaseNotesUrl: https://github.com/jetyu/NoteWizard/blob/HEAD/src/assets/changelog/history_en.md#120---2026-03-27 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/jetyu/NoteWizard/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.zh-CN.yaml b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.zh-CN.yaml new file mode 100644 index 000000000000..d7cbd5adb3e3 --- /dev/null +++ b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jetyu.NoteWizard +PackageVersion: 1.2.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 一款基于 Electron 开发的现代化跨平台桌面级笔记应用,数据本地存储,让数据始终安全可控。 +Description: |- + 一款基于 Electron 开发的现代化跨平台桌面级笔记应用,数据本地存储,让数据始终安全可控。 + 功能特点 + - 极简界面:简单纯粹无广告 + - 跨平台:支持 Windows、macOS 和 Linux 系统 + - 便捷迁移:支持 NoteWizard 专有格式(.nwp)完整导入导出,支持 Markdown(.md)格式导入导出 + - 本地加密存储:所有笔记数据可加密(AES-256-GCM 算法)保存在本地,安全可控 + - Markdown 支持:实时预览 Markdown 渲染效果 + - AI 智能辅助写作:AI 智能辅助写作,让您的写作更轻松(默认关闭) + - 国际化:支持全球 19 种语言及地区设置 +# Moniker: +Tags: +- markdown +- 写作 +- 文档 +- 文稿 +- 文章 +- 编辑器 +ReleaseNotes: |- + 新增 + - 新增日志记录模块,支持多级日志输出。 + 优化 + - 升级 Electron 运行框架至 v41.0.2。 +ReleaseNotesUrl: https://github.com/jetyu/NoteWizard/blob/HEAD/src/assets/changelog/history_cn.md#120---2026-03-27 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.yaml b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.yaml new file mode 100644 index 000000000000..913afb77d495 --- /dev/null +++ b/manifests/j/jetyu/NoteWizard/1.2.0/jetyu.NoteWizard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jetyu.NoteWizard +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f386a516d458c3907d905d70619fedb1b9947b72 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Mon, 30 Mar 2026 01:44:29 +0200 Subject: [PATCH 099/171] New version: Sandboxie.Plus version 1.17.3 (#353564) --- .../Plus/1.17.3/Sandboxie.Plus.installer.yaml | 32 ++++++++++++++ .../1.17.3/Sandboxie.Plus.locale.en-US.yaml | 42 +++++++++++++++++++ .../Sandboxie/Plus/1.17.3/Sandboxie.Plus.yaml | 8 ++++ 3 files changed, 82 insertions(+) create mode 100644 manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.installer.yaml create mode 100644 manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.locale.en-US.yaml create mode 100644 manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.yaml diff --git a/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.installer.yaml b/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.installer.yaml new file mode 100644 index 000000000000..3a6a5fc1442d --- /dev/null +++ b/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.installer.yaml @@ -0,0 +1,32 @@ +# 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: Sandboxie.Plus +PackageVersion: 1.17.3 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /ALLUSERS +UpgradeBehavior: install +ProductCode: Sandboxie-Plus_is1 +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- DisplayName: Sandboxie-Plus v1.17.3 + ProductCode: Sandboxie-Plus_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '{code:InstallPath}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sandboxie-plus/Sandboxie/releases/download/v1.17.3/Sandboxie-Plus-x64-v1.17.3.exe + InstallerSha256: 2069F29838BFA42404F19014929CA42B4EF5644670CC44B4AE78ADA377075A9C +- Architecture: arm64 + InstallerUrl: https://github.com/sandboxie-plus/Sandboxie/releases/download/v1.17.3/Sandboxie-Plus-ARM64-v1.17.3.exe + InstallerSha256: E8E091EF2A06375C64CAC1A18DFD3BA6523E762EE66D0CD8CBAC1F3D76F13928 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.locale.en-US.yaml b/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.locale.en-US.yaml new file mode 100644 index 000000000000..cc11e5b69beb --- /dev/null +++ b/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sandboxie.Plus +PackageVersion: 1.17.3 +PackageLocale: en-US +Publisher: http://xanasoft.com/ +PublisherUrl: https://xanasoft.com/ +PublisherSupportUrl: https://github.com/sandboxie-plus/Sandboxie/issues +Author: https://xanasoft.com +PackageName: Sandboxie-Plus +PackageUrl: https://github.com/sandboxie-plus/Sandboxie +License: GPL-3.0 +LicenseUrl: https://github.com/sandboxie-plus/Sandboxie/blob/HEAD/LICENSE.Classic +CopyrightUrl: https://raw.githubusercontent.com/sandboxie-plus/Sandboxie/master/LICENSE.Plus +ShortDescription: Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. +Description: |- + Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. + It is developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). + It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. + Such an isolated virtual environment allows controlled testing of untrusted programs and web surfing. +Moniker: sandboxie-plus +Tags: +- sandbox +ReleaseNotes: |- + 0 5 5 + Release Notes + Sandboxie-Plus 1.17.3 / 5.72.3 introduces a range of improvements to the user interface, tray integration, and sandbox usability, while also addressing several important security issues that make this update particularly important to install promptly. + A major focus of this release is security hardening. Several vulnerabilities reported by external researchers have been resolved, including a local denial-of-service issue that could be triggered by a sandboxed process (CVE-2026-32603) as well as a bypass of the EditAdminOnly configuration protection through INI CRLF injection. Additional fixes address weaknesses in ProcessServer name validation and NamedPipeServer parameter validation, further strengthening the robustness of Sandboxie-Plus’ service-side interfaces. An issue affecting the integrity verification of the built-in updater has also been corrected, ensuring that update files are validated reliably. + Another security-relevant correction concerns the EditPassword mechanism. Previously, password hashes suffered from reduced entropy, potentially weakening protection. Newly set passwords are now stored as salted SHA-256 hashes encoded in Base64. Users should note that this improvement only applies when the password is set or changed; existing stored hashes remain in the older weaker format until the password is updated. + Beyond these security fixes, the release also resolves a number of stability and correctness issues across the codebase. These include improvements to registry handling under WOW64 that ensure the correct inheritance of 32-bit and 64-bit registry views, fixes for handle leaks in the Start Menu scanning code, and corrections to several validation and parsing routines that could previously lead to inconsistent behavior. Additional bug fixes address crashes, configuration persistence problems, and various edge cases reported by users and contributors. + On the usability side, the release introduces configurable window placement controls that allow users to specify on which monitor Sandboxie interface windows open, including main, recovery, and notification dialogs, with a configurable fallback mode. A new “Label only” border mode has been added that hides the colored frame and displays only the sandbox name label, providing a cleaner visual indicator for boxed applications. The border rendering system also gained options for controlling label width and preventing labels from being clipped by the taskbar, as well as a capture-exclusion feature that prevents sandbox borders and labels from appearing in screenshots or screen recordings. + System tray behavior has been significantly enhanced with new customization options. Users can now control whether sandbox icons appear in tray menus, display sandbox aliases instead of internal box names, and configure when sandbox status tooltips are shown. Overlay icons indicating sandbox state—such as mounted disk images, RAM disks, or auto-delete status—can also be displayed directly in the tray list. Tray and submenu performance has been improved through more efficient icon caching and reduced repeated icon extraction. + Performance improvements extend to the SandMan GUI itself. Several internal caching changes reduce unnecessary icon loading and repeated system queries, lowering constant CPU usage in the interface. Network connectivity checks used by the updater have been throttled and cached to avoid unnecessary system registry queries and network attempts when the system is offline. + Additional improvements include a Windows 11 MIDI compatibility template contributed by the community, improved sandbox duplication behavior that preserves aliases and group assignments correctly, and refinements to sandbox border rendering and tray list scaling at high DPI. + Because this release fixes multiple security issues affecting both the service interface and configuration protection mechanisms, all users are strongly advised to update to Sandboxie-Plus 1.17.3 / 5.72.3 as soon as possible. + For a full list of changes please review the change log. + You can support the project through donations, any help will be greatly appreciated. + If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build. +ReleaseNotesUrl: https://github.com/sandboxie-plus/Sandboxie/releases/tag/v1.17.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.yaml b/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.yaml new file mode 100644 index 000000000000..fad060f88109 --- /dev/null +++ b/manifests/s/Sandboxie/Plus/1.17.3/Sandboxie.Plus.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: Sandboxie.Plus +PackageVersion: 1.17.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fd009fa4c91a70e3b7c52357009208590f4b05f5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:45:36 +0800 Subject: [PATCH 100/171] New version: ZeroClawLabs.ZeroClaw version 0.6.7 (#353580) --- .../ZeroClawLabs.ZeroClaw.installer.yaml | 21 ++++++ .../ZeroClawLabs.ZeroClaw.locale.en-US.yaml | 65 +++++++++++++++++++ .../ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml | 32 +++++++++ .../ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.yaml | 8 +++ 4 files changed, 126 insertions(+) create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.installer.yaml create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.locale.en-US.yaml create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml create mode 100644 manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.yaml diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.installer.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.installer.yaml new file mode 100644 index 000000000000..f50c043f2d34 --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.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: ZeroClawLabs.ZeroClaw +PackageVersion: 0.6.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: zeroclaw.exe +Commands: +- zeroclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zeroclaw-labs/zeroclaw/releases/download/v0.6.7/zeroclaw-x86_64-pc-windows-msvc.zip + InstallerSha256: 73646AF8F4C60A8F4B6413B5A569170446FD7C4EF5A915448134A83813CF674F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.locale.en-US.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.locale.en-US.yaml new file mode 100644 index 000000000000..6a9dad8c358d --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZeroClawLabs.ZeroClaw +PackageVersion: 0.6.7 +PackageLocale: en-US +Publisher: ZeroClaw Labs +PublisherUrl: https://www.zeroclawlabs.ai/ +PublisherSupportUrl: https://github.com/zeroclaw-labs/zeroclaw/issues +PackageName: ZeroClaw +PackageUrl: https://www.zeroclawlabs.ai/ +License: MIT or Apache-2.0 +LicenseUrl: https://github.com/zeroclaw-labs/zeroclaw#license +Copyright: © 2026 ZeroClaw Labs. All rights reserved. +ShortDescription: "Fast, small, and fully autonomous AI assistant framework — deploy anywhere, swap anything \U0001F980" +Description: |- + ZeroClaw is the runtime framework for agentic workflows — infrastructure that abstracts models, tools, memory, and execution so agents can be built once and run anywhere. + ✨ Features + - 🏎️ Lean Runtime by Default: Common CLI and status workflows run in a few-megabyte memory envelope on release builds. + - 💰 Cost-Efficient Deployment: Designed for low-cost boards and small cloud instances without heavyweight runtime dependencies. + - ⚡ Fast Cold Starts: Single-binary Rust runtime keeps command and daemon startup near-instant for daily operations. + - 🌍 Portable Architecture: One binary-first workflow across ARM, x86, and RISC-V with swappable providers/channels/tools. + - 🔍 Research Phase: Proactive information gathering through tools before response generation — reduces hallucinations by fact-checking first. + Why teams pick ZeroClaw + - Lean by default: small Rust binary, fast startup, low memory footprint. + - Secure by design: pairing, strict sandboxing, explicit allowlists, workspace scoping. + - Fully swappable: core systems are traits (providers, channels, tools, memory, tunnels). + - No lock-in: OpenAI-compatible provider support + pluggable custom endpoints. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + What's New + - agent: add context overflow recovery in interactive daemon loop + - agent: add context overflow recovery in tool call loop + - agent: add fast-path tool result trimming in context compressor + - agent: add preemptive context check before provider calls + - agent: add shared iteration budget for parent/subagent coordination + - agent: add tool result truncation to prevent context blowout + - agent: graceful shutdown when max tool iterations reached + - channels: add inbound message debouncing + - hooks: fire session:end hook on idle timeout, shutdown, and replacement + - router: add complexity-based auto model routing + - skills: .well-known/agent-skills discovery for skill install + - tools: binary file type detection in file_read + - http_request: add allowed_private_hosts config for SSRF bypass + - onboard: support Anthropic-compatible endpoints in setup wizard + Automation + - Added scripts/release/bump-version.sh for single-command version sync across all repo files + - Added .github/workflows/version-sync.yml to auto-sync versions when Cargo.toml changes + - Fixed clippy errors blocking release builds + - Fixed release workflow git config and token permissions + + Full changelog: v0.6.5...v0.6.7 +ReleaseNotesUrl: https://github.com/zeroclaw-labs/zeroclaw/releases/tag/v0.6.7 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.zeroclawlabs.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..6bcd303465e9 --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.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: ZeroClawLabs.ZeroClaw +PackageVersion: 0.6.7 +PackageLocale: zh-CN +ShortDescription: "快速、小巧且完全自主的 AI 助手框架——可部署于任意位置,随意替换任何组件 \U0001F980" +Description: |- + ZeroClaw 是用于智能体工作流的运行时框架——一种抽象了模型、工具、记忆和执行的基础设施,使智能体能够一次构建,随处运行。 + ✨ 特性 + - 🏎️ 默认轻量运行时:常见的 CLI 和状态工作流在发布版本中仅占用几兆内存。 + - 💰 成本高效的部署:专为低成本开发板和小型云实例设计,无需沉重的运行时依赖。 + - ⚡ 极快的冷启动:单一二进制的 Rust 运行时,使命令和守护进程的启动接近瞬间完成,适合日常操作。 + - 🌍 可移植架构:支持 ARM、x86 和 RISC-V 的单一二进制优先工作流,支持可替换的供应商/通道/工具。 + - 🔍 研究阶段:在生成响应之前,通过工具主动收集信息——通过先行事实核查减少幻觉。 + 团队选择 ZeroClaw 的原因 + - 默认轻量:小巧的 Rust 二进制文件,快速启动,低内存占用。 + - 设计安全:配对机制、严格沙箱、明确的允许列表、工作区范围限制。 + - 完全可替换:核心系统均为 trait(供应商、通道、工具、记忆、隧道)。 + - 无厂商锁定:支持兼容 OpenAI 的供应商,以及可插拔的自定义端点。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.zeroclawlabs.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.yaml b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.yaml new file mode 100644 index 000000000000..10d7c530c0bd --- /dev/null +++ b/manifests/z/ZeroClawLabs/ZeroClaw/0.6.7/ZeroClawLabs.ZeroClaw.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: ZeroClawLabs.ZeroClaw +PackageVersion: 0.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7c2096993ce779bae4f3dbbbda4a01c6a1506dad Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:48:11 +0800 Subject: [PATCH 101/171] New package: roshad.RosChronoTrace version 1.2.0 (#353250) --- .../roshad.RosChronoTrace.installer.yaml | 16 ++++++++++ .../roshad.RosChronoTrace.locale.en-US.yaml | 31 +++++++++++++++++++ .../roshad.RosChronoTrace.locale.zh-CN.yaml | 31 +++++++++++++++++++ .../1.2.0/roshad.RosChronoTrace.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.installer.yaml create mode 100644 manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.en-US.yaml create mode 100644 manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.zh-CN.yaml create mode 100644 manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.yaml diff --git a/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.installer.yaml b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.installer.yaml new file mode 100644 index 000000000000..30d257d94ecb --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.2.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Ros ChronoTrace +ReleaseDate: 2026-02-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/roshad/Ro-s-ChronoTrace/releases/download/v1.2.0/Ros.ChronoTrace_1.2.0_x64-setup.exe + InstallerSha256: 35BAC0045D8E0104C5817D6B12ADC4D9962D8FE6317876B61A16BCFB5CD210B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.en-US.yaml b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.en-US.yaml new file mode 100644 index 000000000000..39944a1293c0 --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.2.0 +PackageLocale: en-US +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: A Tauri-based desktop time tracking application that supports automatic capture of screenshots and window activities, designed for scenarios where users need to retrace work content along the timeline. +# Description: +# Moniker: +Tags: +- time +- timer +- tracker +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/roshad/Ro-s-ChronoTrace/releases/tag/v1.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.zh-CN.yaml b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.zh-CN.yaml new file mode 100644 index 000000000000..5002a052830b --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.2.0 +PackageLocale: zh-CN +Publisher: ros +PublisherUrl: https://github.com/roshad +PublisherSupportUrl: https://github.com/roshad/Ro-s-ChronoTrace/issues +# PrivacyUrl: +# Author: +PackageName: Ros ChronoTrace +PackageUrl: https://github.com/roshad/Ro-s-ChronoTrace +License: AGPL-3.0 +LicenseUrl: https://github.com/roshad/Ro-s-ChronoTrace/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 一个基于 Tauri 的桌面时间跟踪应用,支持自动截图与窗口活动捕获,面向需要按时间线回溯工作内容的场景。 +# Description: +# Moniker: +Tags: +- 时间 +- 计时器 +- 跟踪器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/roshad/Ro-s-ChronoTrace/releases/tag/v1.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.yaml b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.yaml new file mode 100644 index 000000000000..541038f05c22 --- /dev/null +++ b/manifests/r/roshad/RosChronoTrace/1.2.0/roshad.RosChronoTrace.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: roshad.RosChronoTrace +PackageVersion: 1.2.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 64498faad8c7b992a184c78c3804d44a1c32c250 Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:16:45 +1000 Subject: [PATCH 102/171] New version: Adobe.Acrobat.Reader.32-bit version 25.001.21288 (#347457) --- ...Adobe.Acrobat.Reader.32-bit.installer.yaml | 86 +++++++++++++++++++ ...be.Acrobat.Reader.32-bit.locale.en-US.yaml | 25 ++++++ ...be.Acrobat.Reader.32-bit.locale.zh-CN.yaml | 20 +++++ .../Adobe.Acrobat.Reader.32-bit.yaml | 8 ++ 4 files changed, 139 insertions(+) create mode 100644 manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.installer.yaml create mode 100644 manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml create mode 100644 manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml create mode 100644 manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.yaml diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.installer.yaml new file mode 100644 index 000000000000..7178bd16b78b --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -0,0 +1,86 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 25.001.21288 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -sfx_nu /sAll /rs /msi + SilentWithProgress: /sPB /rs /msi + Interactive: /msi + InstallLocation: INSTALLDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- acrobat +- acrobat2018 +- acrobat2019 +- acrobat2024 +- launchreader +FileExtensions: +- aaui +- acrobatsecuritysettings +- api +- bpdx +- chs +- fcdt +- fdf +- pdf +- pdfxml +- pdx +- rmf +- secstore +- sequ +- xdp +- xfdf +ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' +ReleaseDate: 2026-03-09 +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat Reader MUI + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://ardownload3.adobe.com/pub/adobe/reader/win/AcrobatDC/2500121288/AcroRdrDC2500121288_MUI.exe + InstallerSha256: DE0354A3800854F9551E9D8E1782745AFD2E4758FF4334296923755D108D675D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml new file mode 100644 index 000000000000..888a3c3e58d4 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 25.001.21288 +PackageLocale: en-US +Publisher: Adobe Systems Incorporated +Author: Adobe Inc. +PackageName: Adobe Acrobat Reader (32-bit) +License: Proprietary +Copyright: Copyright © 1984-2026 Adobe. All rights reserved. +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader-x86 +Tags: +- annotate +- annotation +- comment +- ebook +- pdf +- read +- reader +- viewer +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml new file mode 100644 index 000000000000..849c3069cc98 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 25.001.21288 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 查看、打印、签署、共享和注释 PDF 文档的免费、可靠的全球标准。 +Description: Adobe Acrobat Reader 软件是查看、打印、签署、共享和注释 PDF 文档的免费、值得信赖的全球标准。它是唯一一款可以打开所有类型 PDF 内容(包括表单和多媒体)并与之交互的 PDF 阅读器。 +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 阅读 +- 阅读器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.yaml new file mode 100644 index 000000000000..a3043d519a85 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/25.001.21288/Adobe.Acrobat.Reader.32-bit.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: Adobe.Acrobat.Reader.32-bit +PackageVersion: 25.001.21288 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d094580a12879434b3e6a053ec32ffcbe749cfd2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:17:41 +0800 Subject: [PATCH 103/171] New version: TheBrowserCompany.Arc version 1.97.2.2 (#349145) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../TheBrowserCompany.Arc.installer.yaml | 27 +++++++++++++++++ .../TheBrowserCompany.Arc.locale.en-US.yaml | 29 +++++++++++++++++++ .../TheBrowserCompany.Arc.locale.zh-CN.yaml | 18 ++++++++++++ .../Arc/1.97.2.2/TheBrowserCompany.Arc.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.installer.yaml create mode 100644 manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.locale.en-US.yaml create mode 100644 manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.locale.zh-CN.yaml create mode 100644 manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.yaml diff --git a/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.installer.yaml b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.installer.yaml new file mode 100644 index 000000000000..52d1129fcfcc --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TheBrowserCompany.Arc +PackageVersion: 1.97.2.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.5 +PackageFamilyName: TheBrowserCompany.Arc_ttt1ap7aakyb4 +ReleaseDate: 2026-03-16 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.arc.net/windows/prod/1.97.2.2/Arc.x64.msix + InstallerSha256: 8EB4DAF301090AC2BA25447735BB3390F3EB90B8852F3F14AE419EF9AFB38237 + SignatureSha256: 41E6D9572324D09615523FAB35A1512E92BDC3529871DE5FEE378E8793F6DD9E +- Architecture: arm64 + InstallerUrl: https://releases.arc.net/windows/prod/1.97.2.2/Arc.arm64.msix + InstallerSha256: 4D9D6AAD1DC6BB503896A5208884F37379CB89C827AD12C5E0D151C5CD5D4072 + SignatureSha256: 8A5D3741087985D85046B5BBD78FCFFEBD0810683D61952CD8CECEC477AE777A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.locale.en-US.yaml b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.locale.en-US.yaml new file mode 100644 index 000000000000..4cb2b59acb74 --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.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: TheBrowserCompany.Arc +PackageVersion: 1.97.2.2 +PackageLocale: en-US +Publisher: The Browser Company of New York +PublisherUrl: https://arc.net/ +PublisherSupportUrl: https://resources.arc.net/ +PrivacyUrl: https://arc.net/privacy +Author: THE BROWSER COMPANY OF NEW YORK INC. +PackageName: Arc +PackageUrl: https://arc.net/ +License: Proprietary +Copyright: Copyright 2026 The Browser Company. All rights reserved. +ShortDescription: Arc is a new browser that shapes itself to how you use the internet. It offers Spaces, Profiles, Split View, Themes, and more to organize and customize your online experience. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: Thanks for browsing with Arc! This release upgrades Arc to Chromium 146.0.7680.76, bringing the latest security fixes along with behind‑the‑scenes improvements to compatibility, performance, and reliability so the modern web keeps running smoothly in Arc. +ReleaseNotesUrl: https://arc.net/windows/release-notes +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://arc.net/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.locale.zh-CN.yaml b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.locale.zh-CN.yaml new file mode 100644 index 000000000000..90dc98146e5c --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TheBrowserCompany.Arc +PackageVersion: 1.97.2.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Arc 是一款全新的浏览器,可以根据您使用互联网的方式进行调整。它提供“空间”、“配置文件”、“拆分视图”、“主题”等功能,组织和定制您的冲浪体验。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://arc.net/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.yaml b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.yaml new file mode 100644 index 000000000000..9230506595f7 --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.97.2.2/TheBrowserCompany.Arc.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: TheBrowserCompany.Arc +PackageVersion: 1.97.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 831f0e3f33146df6ff9b05b6e1b93d8e2f483d7b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:18:39 +0800 Subject: [PATCH 104/171] New version: ChangemakerStudios.Papercut-SMTP version 7.7.2 (#351041) --- ...emakerStudios.Papercut-SMTP.installer.yaml | 25 ++++++++++ ...kerStudios.Papercut-SMTP.locale.en-US.yaml | 48 +++++++++++++++++++ ...kerStudios.Papercut-SMTP.locale.zh-CN.yaml | 14 ++++++ .../ChangemakerStudios.Papercut-SMTP.yaml | 8 ++++ 4 files changed, 95 insertions(+) create mode 100644 manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.installer.yaml create mode 100644 manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.en-US.yaml create mode 100644 manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.zh-CN.yaml create mode 100644 manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.yaml diff --git a/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.installer.yaml b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.installer.yaml new file mode 100644 index 000000000000..1be179b02429 --- /dev/null +++ b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ChangemakerStudios.Papercut-SMTP +PackageVersion: 7.7.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: PapercutSMTP +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/7.7.2/PapercutSMTP-win-x86-stable-Setup.exe + InstallerSha256: 9F4082628E6F948C5A5CB8833BABDE24452C9D6A16CC178A4E6D75B12AF75A25 +- Architecture: x64 + InstallerUrl: https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/7.7.2/PapercutSMTP-win-x64-stable-Setup.exe + InstallerSha256: F74979C6FC9FDB937A0A349D3FA4237C191E99EA4378E6C6B6C887368B678F2B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.en-US.yaml b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.en-US.yaml new file mode 100644 index 000000000000..4f92916e05ef --- /dev/null +++ b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ChangemakerStudios.Papercut-SMTP +PackageVersion: 7.7.2 +PackageLocale: en-US +Publisher: PapercutSMTP +PublisherUrl: https://changemakerstudios.us/ +PublisherSupportUrl: https://github.com/ChangemakerStudios/Papercut-SMTP/issues +PackageName: Papercut SMTP +PackageUrl: https://www.papercut-smtp.com/ +License: Apache-2.0 +LicenseUrl: https://www.apache.org/licenses/LICENSE-2.0 +Copyright: Copyright © 2008 - 2026 Ken Robertson & Jaben Cargman +ShortDescription: The Simple Desktop Email Server +Description: "Papercut SMTP is a 2-in-1 quick email viewer AND built-in SMTP server (designed to receive messages only). Papercut SMTP doesn't enforce any restrictions how you prepare your email, but it allows you to view the whole email-chilada: body, html, headers, attachment down right down to the naughty raw encoded bits. Papercut can be configured to run on startup and sit quietly (minimized in the tray) only providing a notification when a new message has arrived." +Tags: +- email +- mail +- smtp +ReleaseNotes: |- + New Features + - Service Tray Manager - New Windows tray notification application for managing the Papercut SMTP Windows Service. Provides system tray icon with service status, start/stop/restart controls, quick access to the web UI, balloon notifications for new emails, and run-at-startup support. Fixes #249 + - Upgrade Dialog with Release Notes - When an update is available, a new dialog shows current vs. new version with rendered release notes so you can review changes before upgrading. Fixes #344 + - System Accent Color - Added a "System" option to the theme accent dropdown that reads and syncs with the Windows accent color in real-time. Now the default for new installs. Fixes #343 + - Web UI Overhaul - Completely refreshed the Papercut Service web interface: + - Replaced Glyphicons with inline SVGs for a cleaner, dependency-free icon set + - Per-message delete with confirmation via new DELETE /api/messages/{id} endpoint + - Auto-refresh toggle button and browser back-button navigation + - Modern visual design with Plus Jakarta Sans font, refined colors, and improved layout + - Delete All Confirmation - "Delete All" now shows the message count and only deletes messages older than the confirmation timestamp, preventing accidental deletion of emails arriving during the confirmation dialog. Fixes #349 (Thanks, AntekOlszewski!) + Bug Fixes + - FileSystemWatcher Reliability - Fixed emails silently stopping to appear in the UI. Root cause was FileSystemWatcher buffer overflows from excessive NotifyFilter events. Now uses FileName-only filter, 64KB buffer, auto-recreation on faults, and a 30-second periodic fallback refresh. Fixes #352 + - Notification Title - Fixed Windows toast notifications showing "velopack.PapercutSMTP" instead of "Papercut SMTP" by using Velopack's native --aumid flag at install time. Fixes #350 + - CID Embedded Images - Fixed intermittent failure to load Content-ID embedded images in the HTML viewer due to incorrect file:// URL format and MimeMessage cache state issues + - HTML Email Preview (Web UI) - Fixed iframe collapsing to ~8px and load event race conditions by switching to $watch-based rendering with direct document writing, ResizeObserver support, and retry-based height measurement + - Cross-Thread Theme Exception - Fixed crash when Windows system theme changes while the app is running + Improvements + - Security: jQuery & Frontend Library Upgrades - Upgraded jQuery 1.11.0 to 3.7.1 and jQuery UI 1.10.4 to 1.14.1, mitigating CVE-2020-11022 and CVE-2020-11023 (XSS vulnerabilities). Also upgraded AngularJS 1.3.8 to 1.8.3 and Bootstrap 3.3.2 to 3.4.1. Fixes #353 + - Aspire Integration Documentation - Added documentation for using Papercut SMTP with .NET Aspire projects, including connection string format and setup examples. (Thanks, mguinness!) + - Docker Documentation - Added troubleshooting guide for volume permission errors when running with mounted volumes + - Dependencies - Updated NuGet packages and Velopack to v0.0.1521 + Contributors + Special thanks to AntekOlszewski for fixing the Delete All race condition and mguinness for documenting Aspire integration! + Several features and fixes in this release were developed with the assistance of Claude Code. +ReleaseNotesUrl: https://github.com/ChangemakerStudios/Papercut-SMTP/releases/tag/7.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.zh-CN.yaml b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.zh-CN.yaml new file mode 100644 index 000000000000..e69ad677ec74 --- /dev/null +++ b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ChangemakerStudios.Papercut-SMTP +PackageVersion: 7.7.2 +PackageLocale: zh-CN +ShortDescription: 简易桌面电子邮件服务器 +Description: Papercut SMTP 是一款二合一的快速电子邮件查看器和内置 SMTP 服务器(仅用于接收邮件)。Papercut SMTP 并不限制你如何准备电子邮件,但它允许你查看整个电子邮件:body、html、页眉、附件,乃至调皮的原始编码位。Papercut 可配置为在启动时运行,并保持安静(最小化在托盘中),只在有新邮件到达时才发出通知。 +Tags: +- smtp +- 电子邮件 +- 邮件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.yaml b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.yaml new file mode 100644 index 000000000000..e759a45ef581 --- /dev/null +++ b/manifests/c/ChangemakerStudios/Papercut-SMTP/7.7.2/ChangemakerStudios.Papercut-SMTP.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: ChangemakerStudios.Papercut-SMTP +PackageVersion: 7.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c5c02b9df80955de9639ae346027d7dfa23401ad Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:19:33 +0800 Subject: [PATCH 105/171] New version: Ecosia.EcosiaBrowser version 146.1.7680.10 (#351092) --- .../Ecosia.EcosiaBrowser.installer.yaml | 47 +++++++++++++++++++ .../Ecosia.EcosiaBrowser.locale.en-US.yaml | 23 +++++++++ .../Ecosia.EcosiaBrowser.locale.zh-CN.yaml | 20 ++++++++ .../146.1.7680.10/Ecosia.EcosiaBrowser.yaml | 8 ++++ 4 files changed, 98 insertions(+) create mode 100644 manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.installer.yaml create mode 100644 manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.en-US.yaml create mode 100644 manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.zh-CN.yaml create mode 100644 manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.yaml diff --git a/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.installer.yaml b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.installer.yaml new file mode 100644 index 000000000000..535aba64cb6c --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.installer.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 146.1.7680.10 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: EcosiaBrowser +ReleaseDate: 2026-03-19 +Installers: +- Architecture: x86 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/146.1.7680.10/mini_installer_146.1.7680.10_x86.exe + InstallerSha256: BBDBA2AC8D0DC87FC1498175D70B28C2D0E164F02CFEF454736F2D3994FFE9A1 +- Architecture: x64 + InstallerUrl: https://app-cms-repo.ecosia-browser.net/0aac13df-2a94-4570-8229-285102897d3d/build/146.1.7680.10/mini_installer_146.1.7680.10_x64.exe + InstallerSha256: D34874A7B95899BC669BAD3E028E92168A2F4346A965DC60CD16DD5D544987D7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.en-US.yaml b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.en-US.yaml new file mode 100644 index 000000000000..e079cb31902f --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 146.1.7680.10 +PackageLocale: en-US +Publisher: The Ecosia Browser Authors +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +Author: Ecosia GmbH +PackageName: Ecosia Browser +License: Freeware +Copyright: Copyright 2026 The Ecosia Browser Authors. All rights reserved. +ShortDescription: The greenest browser on Earth. +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.zh-CN.yaml b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..1aaffe442cc2 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ecosia.EcosiaBrowser +PackageVersion: 146.1.7680.10 +PackageLocale: zh-CN +Publisher: The Ecosia Browser Authors +PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ +Author: Ecosia GmbH +PackageName: Ecosia Browser +License: 免费软件 +Copyright: 版权所有 2026 The Ecosia Browser Authors。保留所有权利。 +ShortDescription: 地球上最环保的浏览器 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.yaml b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.yaml new file mode 100644 index 000000000000..227b38bce733 --- /dev/null +++ b/manifests/e/Ecosia/EcosiaBrowser/146.1.7680.10/Ecosia.EcosiaBrowser.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: Ecosia.EcosiaBrowser +PackageVersion: 146.1.7680.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 93ea825218f85460e996dd62ebe826b86d14cd9a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:20:29 +0800 Subject: [PATCH 106/171] New version: kay-ou.SimTradeDesk version 0.5.1 (#351455) --- .../0.5.1/kay-ou.SimTradeDesk.installer.yaml | 28 +++++++++++++ .../kay-ou.SimTradeDesk.locale.en-US.yaml | 28 +++++++++++++ .../kay-ou.SimTradeDesk.locale.zh-CN.yaml | 40 +++++++++++++++++++ .../0.5.1/kay-ou.SimTradeDesk.yaml | 8 ++++ 4 files changed, 104 insertions(+) create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.installer.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.en-US.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.zh-CN.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.yaml diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.installer.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.installer.yaml new file mode 100644 index 000000000000..958fc9aa8461 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.5.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- simtradedesk +ProductCode: 0fb1c321-dd0d-53a5-a629-f182f245d101 +ReleaseDate: 2026-03-24 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.5.1/SimTradeDesk-Setup-0.5.1.exe + InstallerSha256: B9C817EA6B0681D11CBC4144697BFEBD94F89FFA2212EBFBF1B62F7AE953E751 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.5.1/SimTradeDesk-Setup-0.5.1.exe + InstallerSha256: B9C817EA6B0681D11CBC4144697BFEBD94F89FFA2212EBFBF1B62F7AE953E751 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.en-US.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.en-US.yaml new file mode 100644 index 000000000000..be94bc7de395 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.5.1 +PackageLocale: en-US +License: Freeware +ShortDescription: The dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. +Description: |- + SimTradeDesk is the dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. It builds on the open-source SimTradeLab core while offering a refined, commercial-grade desktop experience. + No Python. No environment setup. Just download, install, and start building strategies. + Features + - PTrade-compatible API — 46 core APIs; strategies run identically on PTrade and locally + - Strategy editor — autocompletion and syntax highlighting for PTrade API + - Backtesting — A-share historical data with real-time log streaming + - Parameter optimizer — hyperparameter search with walk-forward validation (optimization period + holdout period) + - Results visualization — equity curves, drawdown charts, trade history, and key metrics + - Backtest comparison — overlay NAV curves with time-axis alignment and side-by-side metric tables + - Version history — automatic strategy snapshots with diff view and one-click restore + - CSV / PNG export — export data tables and charts + - Built-in terminal — integrated command-line panel for quick debugging + - Multi-language UI — Chinese / English / German + - Cross-platform — Windows, macOS, Linux +Tags: +- finance +- trade +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.zh-CN.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.zh-CN.yaml new file mode 100644 index 000000000000..5996182a000d --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.5.1 +PackageLocale: zh-CN +Publisher: kay-ou +PublisherUrl: https://github.com/kay-ou +PublisherSupportUrl: https://github.com/kay-ou/SimTradeDesk/issues +PackageName: SimTradeDesk +PackageUrl: https://github.com/kay-ou/SimTradeDesk +License: 免费软件 +ShortDescription: SimTradeLab 专用桌面版,为策略开发、回测、模拟及券商端部署提供快速、安全且完全本地的环境。 +Description: |- + SimTradeDesk 是 SimTradeLab 的专用桌面版,提供快速、安全且完全本地化的环境,用于策略开发、回测、模拟及券商端部署。它在开源的 SimTradeLab 核心基础上,打造了精致、商用级的桌面体验。 + 无需 Python,无需环境配置。只需下载、安装,即可开始构建策略。 + 功能特性 + - 兼容 PTrade 的 API — 46 个核心 API;策略在 PTrade 与本地运行表现一致 + - 策略编辑器 — 为 PTrade API 提供自动补全与语法高亮 + - 回测 — A 股历史数据支持实时日志流 + - 参数优化器 — 超参数搜索,支持前向验证(优化期 + 保留期) + - 结果可视化 — 资金曲线、回撤图表、交易记录及关键指标 + - 回测对比 — 对齐时间轴叠加净值曲线,并排展示指标表格 + - 版本历史 — 自动保存策略快照,支持差异查看与一键还原 + - CSV / PNG 导出 — 导出数据表格与图表 + - 内置终端 — 集成命令行面板,便于快速调试 + - 多语言界面 — 中文 / 英文 / 德文 + - 跨平台 — 支持 Windows、macOS、Linux +Tags: +- 交易 +- 财经 +- 金融 +ReleaseNotes: |- + New Features + - Live simulation permission gate: live.py entry file restricted to Premium users + - Lock icon + warning message on Segmented tabs and create button for Basic users + - Upgrade modal now lists "Live Simulation" in the feature comparison table +ReleaseNotesUrl: https://github.com/kay-ou/SimTradeDesk/releases/tag/v0.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.yaml new file mode 100644 index 000000000000..be03113eb4a1 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.1/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.5.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 08e94a4c0f6751acdea45ae36c9edf0d9e6fe775 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:21:26 +0800 Subject: [PATCH 107/171] Update: KDE.Okular version 26.03.80 (26.04-7273) (#351749) --- manifests/k/KDE/Okular/26.03.80/KDE.Okular.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Okular/26.03.80/KDE.Okular.installer.yaml b/manifests/k/KDE/Okular/26.03.80/KDE.Okular.installer.yaml index 94c19370f906..7b695268b595 100644 --- a/manifests/k/KDE/Okular/26.03.80/KDE.Okular.installer.yaml +++ b/manifests/k/KDE/Okular/26.03.80/KDE.Okular.installer.yaml @@ -76,14 +76,14 @@ ProductCode: Okular Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7256-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8208A7E26384E63D156E3B3BD7B9728B8B19E2D23E5C9FCFCB5A75C2F7A7CD5A + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7273-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 7CC6332E49BF02CDCA4D1C3B7BB64F15732B62365F705559784FFEEE15E58403 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7256-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8208A7E26384E63D156E3B3BD7B9728B8B19E2D23E5C9FCFCB5A75C2F7A7CD5A + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7273-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 7CC6332E49BF02CDCA4D1C3B7BB64F15732B62365F705559784FFEEE15E58403 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 139dc62a2c0a5840ded22bb8d1345ea3c9a19ec5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:22:18 +0800 Subject: [PATCH 108/171] New version: kay-ou.SimTradeDesk version 0.5.3 (#351951) --- .../0.5.3/kay-ou.SimTradeDesk.installer.yaml | 28 +++++++++++ .../kay-ou.SimTradeDesk.locale.en-US.yaml | 28 +++++++++++ .../kay-ou.SimTradeDesk.locale.zh-CN.yaml | 49 +++++++++++++++++++ .../0.5.3/kay-ou.SimTradeDesk.yaml | 8 +++ 4 files changed, 113 insertions(+) create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.installer.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.en-US.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.zh-CN.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.yaml diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.installer.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.installer.yaml new file mode 100644 index 000000000000..8d3d75064573 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.5.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- simtradedesk +ProductCode: 0fb1c321-dd0d-53a5-a629-f182f245d101 +ReleaseDate: 2026-03-24 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.5.3/SimTradeDesk-Setup-0.5.3.exe + InstallerSha256: 874722114A052094F185911D1A8DE08E247484EEB57B743516F4FD697F4DC7FB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.5.3/SimTradeDesk-Setup-0.5.3.exe + InstallerSha256: 874722114A052094F185911D1A8DE08E247484EEB57B743516F4FD697F4DC7FB + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.en-US.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.en-US.yaml new file mode 100644 index 000000000000..dd69b1cf1926 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.5.3 +PackageLocale: en-US +License: Freeware +ShortDescription: The dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. +Description: |- + SimTradeDesk is the dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. It builds on the open-source SimTradeLab core while offering a refined, commercial-grade desktop experience. + No Python. No environment setup. Just download, install, and start building strategies. + Features + - PTrade-compatible API — 46 core APIs; strategies run identically on PTrade and locally + - Strategy editor — autocompletion and syntax highlighting for PTrade API + - Backtesting — A-share historical data with real-time log streaming + - Parameter optimizer — hyperparameter search with walk-forward validation (optimization period + holdout period) + - Results visualization — equity curves, drawdown charts, trade history, and key metrics + - Backtest comparison — overlay NAV curves with time-axis alignment and side-by-side metric tables + - Version history — automatic strategy snapshots with diff view and one-click restore + - CSV / PNG export — export data tables and charts + - Built-in terminal — integrated command-line panel for quick debugging + - Multi-language UI — Chinese / English / German + - Cross-platform — Windows, macOS, Linux +Tags: +- finance +- trade +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.zh-CN.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.zh-CN.yaml new file mode 100644 index 000000000000..a0fc8ebac06f --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.5.3 +PackageLocale: zh-CN +Publisher: kay-ou +PublisherUrl: https://github.com/kay-ou +PublisherSupportUrl: https://github.com/kay-ou/SimTradeDesk/issues +PackageName: SimTradeDesk +PackageUrl: https://github.com/kay-ou/SimTradeDesk +License: 免费软件 +ShortDescription: SimTradeLab 专用桌面版,为策略开发、回测、模拟及券商端部署提供快速、安全且完全本地的环境。 +Description: |- + SimTradeDesk 是 SimTradeLab 的专用桌面版,提供快速、安全且完全本地化的环境,用于策略开发、回测、模拟及券商端部署。它在开源的 SimTradeLab 核心基础上,打造了精致、商用级的桌面体验。 + 无需 Python,无需环境配置。只需下载、安装,即可开始构建策略。 + 功能特性 + - 兼容 PTrade 的 API — 46 个核心 API;策略在 PTrade 与本地运行表现一致 + - 策略编辑器 — 为 PTrade API 提供自动补全与语法高亮 + - 回测 — A 股历史数据支持实时日志流 + - 参数优化器 — 超参数搜索,支持前向验证(优化期 + 保留期) + - 结果可视化 — 资金曲线、回撤图表、交易记录及关键指标 + - 回测对比 — 对齐时间轴叠加净值曲线,并排展示指标表格 + - 版本历史 — 自动保存策略快照,支持差异查看与一键还原 + - CSV / PNG 导出 — 导出数据表格与图表 + - 内置终端 — 集成命令行面板,便于快速调试 + - 多语言界面 — 中文 / 英文 / 德文 + - 跨平台 — 支持 Windows、macOS、Linux +Tags: +- 交易 +- 财经 +- 金融 +ReleaseNotes: |- + New Features + - Version history for live.py: backtest.py and live.py now have independent version history timelines, with file name shown in panel title + Bug Fixes + - Fix momentum strategy history 500 error caused by NaN values in trade name field (missing stock names in CSI 300 dynamic constituents) + - Fix WebSocket log stream crash on malformed JSON messages + - Fix stripe-webhook missing signature header null check + - Fix device registration race condition via FOR UPDATE row lock + - Fix release.py silently swallowing stderr output + Improvements + - Replace fragile priceId.includes("premium") with STRIPE_PRICE_PREMIUM env var mapping (falls back to original behavior if unset) + - Extract SITE_URL env var for checkout redirect URLs (multi-environment support) + - Remove 27 unused i18n keys (13.5% reduction), fix inconsistent Chinese term for "drawdown" + - Improve us_simple strategy: data alignment for ATR calculation, log format fix +ReleaseNotesUrl: https://github.com/kay-ou/SimTradeDesk/releases/tag/v0.5.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.yaml new file mode 100644 index 000000000000..3a0e4090c161 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.3/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.5.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From cf7ad6ccfe40a31e434086f19a7744e6a433325e Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 11:23:10 +1100 Subject: [PATCH 109/171] New version: Git.GCM version 2.7.3 (#353485) --- .../g/Git/GCM/2.7.3/Git.GCM.installer.yaml | 120 ++++++++++++++++++ .../g/Git/GCM/2.7.3/Git.GCM.locale.en-US.yaml | 54 ++++++++ manifests/g/Git/GCM/2.7.3/Git.GCM.yaml | 8 ++ 3 files changed, 182 insertions(+) create mode 100644 manifests/g/Git/GCM/2.7.3/Git.GCM.installer.yaml create mode 100644 manifests/g/Git/GCM/2.7.3/Git.GCM.locale.en-US.yaml create mode 100644 manifests/g/Git/GCM/2.7.3/Git.GCM.yaml diff --git a/manifests/g/Git/GCM/2.7.3/Git.GCM.installer.yaml b/manifests/g/Git/GCM/2.7.3/Git.GCM.installer.yaml new file mode 100644 index 000000000000..4fe7dd31a58f --- /dev/null +++ b/manifests/g/Git/GCM/2.7.3/Git.GCM.installer.yaml @@ -0,0 +1,120 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Git.GCM +PackageVersion: 2.7.3 +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: git-credential-manager.exe + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcm-win-x86-2.7.3.zip + InstallerSha256: 4065C4823F040720CBD7A81EBACA901385063D5795DCFB6224C28161E2C6E680 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: git-credential-manager.exe + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcm-win-x64-2.7.3.zip + InstallerSha256: 529EA8AA1379B3A11BD8AAFE4705A839CF253A41E14908FCA113ABEEFA30657F +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: git-credential-manager.exe + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcm-win-arm64-2.7.3.zip + InstallerSha256: FE1142EC8A0E84E91C445603CA499BBB6EE32BAE8A373492CB81645B76944462 +- InstallerLocale: en-US + Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcm-win-x86-2.7.3.exe + InstallerSha256: 2F7C2396A4150F4EAA6EF5198F33C79373EF4F222D00E38337D5A41848E0EB91 + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + AppsAndFeaturesEntries: + - DisplayName: Git Credential Manager 2.7.3.0 + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Git Credential Manager' +- InstallerLocale: en-US + Architecture: x86 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcmuser-win-x86-2.7.3.exe + InstallerSha256: E5BAA28B1768433E458A33FA20EC93470194070D367018CB0A61952C9FE72657 + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' + AppsAndFeaturesEntries: + - DisplayName: Git Credential Manager (User) 2.7.3.0 + Publisher: GitHub + DisplayVersion: 2.7.3.0 + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Git Credential Manager' +- InstallerLocale: en-US + Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcm-win-x64-2.7.3.exe + InstallerSha256: 33E79A616BB6F27B0BF0107FBADE6DA01CA3C638F7797A2DA7264A31A0FA123A + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + AppsAndFeaturesEntries: + - DisplayName: Git Credential Manager 2.7.3.0 + Publisher: GitHub + DisplayVersion: 2.7.3.0 + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Git Credential Manager' +- InstallerLocale: en-US + Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcmuser-win-x64-2.7.3.exe + InstallerSha256: C0E2B27A39B5B1FDAE384B2893D1E3A613243D24535E376B6AF512549DCD53DF + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' + AppsAndFeaturesEntries: + - DisplayName: Git Credential Manager (User) 2.7.3.0 + Publisher: GitHub + DisplayVersion: 2.7.3.0 + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Git Credential Manager' +- InstallerLocale: en-US + Architecture: arm64 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcm-win-arm64-2.7.3.exe + InstallerSha256: 60455637FA650742EC9001D1DB3F3C378316CFB2EECE1EBA61E7E9CEDD3ACE4D + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + AppsAndFeaturesEntries: + - DisplayName: Git Credential Manager 2.7.3.0 + Publisher: GitHub + DisplayVersion: 2.7.3.0 + ProductCode: '{fdfae50a-1bc1-4ead-9228-1e1c275e8d12}}_is1' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Git Credential Manager' +- InstallerLocale: en-US + Architecture: arm64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.7.3/gcmuser-win-arm64-2.7.3.exe + InstallerSha256: 178191AAB94F44B19C4A83483A6369811961FE69B38CD8A5182B4C2092F004C8 + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' + AppsAndFeaturesEntries: + - DisplayName: Git Credential Manager (User) 2.7.3.0 + Publisher: GitHub + DisplayVersion: 2.7.3.0 + ProductCode: '{aa76d31d-432c-42ee-844c-bc0bc801cef3}}_is1' + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Git Credential Manager' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Git/GCM/2.7.3/Git.GCM.locale.en-US.yaml b/manifests/g/Git/GCM/2.7.3/Git.GCM.locale.en-US.yaml new file mode 100644 index 000000000000..5333fa01217e --- /dev/null +++ b/manifests/g/Git/GCM/2.7.3/Git.GCM.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Git.GCM +PackageVersion: 2.7.3 +PackageLocale: en-US +Publisher: GitHub +PublisherUrl: https://github.com/git-ecosystem +PublisherSupportUrl: https://github.com/git-ecosystem/git-credential-manager/issues +PackageName: Git Credential Manager (User) +PackageUrl: https://github.com/git-ecosystem/git-credential-manager +License: MIT +LicenseUrl: https://github.com/git-ecosystem/git-credential-manager/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. and contributors +CopyrightUrl: https://github.com/git-ecosystem/git-credential-manager/blob/main/LICENSE +ShortDescription: |- + Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and + other popular Git hosting services. +Description: |- + Git Credential Manager (GCM) is a secure Git credential helper built on .NET that runs on + Windows, macOS, and Linux. It aims to provide a consistent and secure authentication experience, + including multi-factor auth, to every major source control hosting service and platform. + + GCM supports (in alphabetical order) Azure DevOps, Azure DevOps Server (formerly Team Foundation + Server), Bitbucket, GitHub, and GitLab. Compare to Git's built-in credential helpers (Windows: + wincred, macOS: osxkeychain, Linux: gnome-keyring/libsecret), which provide single-factor + authentication support for username/password only. + + GCM replaces both the .NET Framework-based Git Credential Manager for Windows and the Java-based + Git Credential Manager for Mac and Linux. +Moniker: gcm +Tags: +- aad +- authentication +- azure-devops +- azure-repos +- bitbucket +- credential +- cross-platform +- git +- github +- gitlab +ReleaseNotes: |- + Announcements: + Note + This is planned to be the last release major release that supports Windows 7 and 8.x. We will be moving off of .NET Framework to .NET (Core) on Windows this year. + Changes: + - Emit new warning when Git has built-in NTLM support disabled. + As part of the fix for CVE-2025-66413, Git for Windows now disables built-in NTLM support by default. + Only if http.allowNTLMAuth is explicitly enabled will Git use NTLM authentication. + GCM will now display a warning message when it detects this scenario and presents options for re-enabling NTLM. +ReleaseNotesUrl: https://github.com/git-ecosystem/git-credential-manager/releases/tag/v2.7.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Git/GCM/2.7.3/Git.GCM.yaml b/manifests/g/Git/GCM/2.7.3/Git.GCM.yaml new file mode 100644 index 000000000000..49594c839d69 --- /dev/null +++ b/manifests/g/Git/GCM/2.7.3/Git.GCM.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Git.GCM +PackageVersion: 2.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 065b9b704545c17c63de50ef2eb029ee325f03a1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:24:03 +0800 Subject: [PATCH 110/171] New version: HaiYing.AionUi version 1.9.3 (#353512) --- .../1.9.3/HaiYing.AionUi.installer.yaml | 32 +++++++++++++++++++ .../1.9.3/HaiYing.AionUi.locale.en-US.yaml | 32 +++++++++++++++++++ .../1.9.3/HaiYing.AionUi.locale.zh-CN.yaml | 19 +++++++++++ .../HaiYing/AionUi/1.9.3/HaiYing.AionUi.yaml | 8 +++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.installer.yaml create mode 100644 manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.locale.en-US.yaml create mode 100644 manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.locale.zh-CN.yaml create mode 100644 manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.yaml diff --git a/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.installer.yaml new file mode 100644 index 000000000000..ad5b80a356e2 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.9.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.9.3/AionUi-1.9.3-win-x64.exe + InstallerSha256: B2609C32ABE059192F6697FE2A3178A8CB0221593D8438C3BF7CED2F2AC20967 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.9.3/AionUi-1.9.3-win-x64.exe + InstallerSha256: B2609C32ABE059192F6697FE2A3178A8CB0221593D8438C3BF7CED2F2AC20967 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.9.3/AionUi-1.9.3-win-arm64.exe + InstallerSha256: B598F5576594B317FAEBABFAF99DBE02CA480374785C100BB03698D8D0F34608 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 000000000000..f9d2cac95f42 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.9.3 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v1.9.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 000000000000..b1c160cbb08c --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.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: HaiYing.AionUi +PackageVersion: 1.9.3 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.yaml new file mode 100644 index 000000000000..4f092eefae2c --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.9.3/HaiYing.AionUi.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: HaiYing.AionUi +PackageVersion: 1.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 53c7b9e738ab3d093db9a258cfb4c65f7fe2f84b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:24:59 +0800 Subject: [PATCH 111/171] New version: LyncWizard.TeamsWizard version 1.3.1 (#353527) --- .../LyncWizard.TeamsWizard.installer.yaml | 26 ++++++++++++++++++ .../LyncWizard.TeamsWizard.locale.en-US.yaml | 27 +++++++++++++++++++ .../LyncWizard.TeamsWizard.locale.zh-CN.yaml | 16 +++++++++++ .../1.3.1/LyncWizard.TeamsWizard.yaml | 8 ++++++ 4 files changed, 77 insertions(+) create mode 100644 manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.installer.yaml create mode 100644 manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.en-US.yaml create mode 100644 manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.zh-CN.yaml create mode 100644 manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.yaml diff --git a/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.installer.yaml b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.installer.yaml new file mode 100644 index 000000000000..7777ad30c8cb --- /dev/null +++ b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LyncWizard.TeamsWizard +PackageVersion: 1.3.1 +InstallerType: zip +NestedInstallerType: msi +Protocols: +- tmswz-callto +AppsAndFeaturesEntries: +- UpgradeCode: '{09BB2E16-D840-4DDB-97F6-97122AC383EC}' +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: TeamsWizard_x86.msi + InstallerUrl: https://www.lyncwizard.com/download/TeamsWizard_x86_v1.3.1.zip + InstallerSha256: 0A42444195C4C892E810361B6B9F40650E2E09CFC610CCD0759B8244AAE42D7E + ProductCode: '{75AA54B1-D924-441E-BE89-5DA415DDE0B1}' +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: TeamsWizard_x64.msi + InstallerUrl: https://www.lyncwizard.com/download/TeamsWizard_x64_v1.3.1.zip + InstallerSha256: 15B7F4CA9A72529191B5ECD04B3AD12A993A8EF181DC5888B4006C1ECB80272E + ProductCode: '{A58D3BE5-D8EA-423E-8962-5C686D2EB3DB}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.en-US.yaml b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.en-US.yaml new file mode 100644 index 000000000000..e4566f94e2ae --- /dev/null +++ b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LyncWizard.TeamsWizard +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: LyncWizard.com +PublisherUrl: https://www.lyncwizard.com/ +PublisherSupportUrl: https://www.lyncwizard.com/support.html +Author: E-Tel-IT GmbH +PackageName: Teams Wizard +PackageUrl: https://www.lyncwizard.com/download.html +License: Proprietary +Copyright: Copyright © Stephan Kaufmann 2026 +ShortDescription: Get more out of Microsoft Teams +Description: |- + Teams Wizard extends Microsoft Teams with following additional functions: + - Hotkey Dialer + - Optimized click-to-call (supress confirmation in MS Teams before dialing) + - Contact Lookup on incoming PSTN call (LDAP, RESTful, SOAP, SQL and many more protocols and target data bases) + - Execute actions (run command or open URL) on incoming call from PSTN +Tags: +- microsoft-teams +- teams +ReleaseNotesUrl: https://www.lyncwizard.com/news.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.zh-CN.yaml b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.zh-CN.yaml new file mode 100644 index 000000000000..7fe442d428cc --- /dev/null +++ b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LyncWizard.TeamsWizard +PackageVersion: 1.3.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 从 Microsoft Teams 中获取更多功能 +Description: |- + Teams Wizard 为 Microsoft Teams 扩展了以下附加功能: + - 快捷键拨号器 + - 优化的点击呼叫(在 MS Teams 拨号前跳过确认步骤) + - 来电 PSTN 号码联系人查询(支持 LDAP、RESTful、SOAP、SQL 等多种协议及目标数据库) + - 对 PSTN 来电执行操作(运行命令或打开 URL) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.yaml b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.yaml new file mode 100644 index 000000000000..ac8e8146edf1 --- /dev/null +++ b/manifests/l/LyncWizard/TeamsWizard/1.3.1/LyncWizard.TeamsWizard.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: LyncWizard.TeamsWizard +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c3bdcbe8fe0bc9c00a5d75ccedc5b3e9b29ca5da Mon Sep 17 00:00:00 2001 From: drrakendu78 Date: Mon, 30 Mar 2026 02:25:52 +0200 Subject: [PATCH 112/171] New version: Drrakendu78.StarTradFR version 3.3.9 (#353576) --- .../Drrakendu78.StarTradFR.installer.yaml | 15 +++++ .../Drrakendu78.StarTradFR.locale.fr-FR.yaml | 55 +++++++++++++++++++ .../3.3.9/Drrakendu78.StarTradFR.yaml | 7 +++ 3 files changed, 77 insertions(+) create mode 100644 manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.installer.yaml create mode 100644 manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.locale.fr-FR.yaml create mode 100644 manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.yaml diff --git a/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.installer.yaml b/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.installer.yaml new file mode 100644 index 000000000000..64d1e4954272 --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 3.3.9 +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: exe + InstallerUrl: https://github.com/drrakendu78/TradSC/releases/download/v3.3.9/StarTrad.FR_3.3.9_x64-setup.exe + InstallerSha256: EFB2AC051E0CAC4AEBB8288DFE97B64E65FF73F93A99C8BC8B971F0517878A50 + InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.locale.fr-FR.yaml b/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.locale.fr-FR.yaml new file mode 100644 index 000000000000..276c0356a000 --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.locale.fr-FR.yaml @@ -0,0 +1,55 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 3.3.9 +PackageLocale: fr-FR +Publisher: Drrakendu78 +PublisherUrl: https://github.com/drrakendu78 +PublisherSupportUrl: https://discord.startrad.link/ +PrivacyUrl: https://startrad.link/privacy/ +PackageName: StarTrad FR +PackageUrl: https://startrad.link/ +License: MIT +LicenseUrl: https://github.com/drrakendu78/TradSC/blob/HEAD/LICENSE +ShortDescription: French translation manager for Star Citizen +Description: StarTrad FR is a desktop application for managing French translations for Star Citizen. +Tags: +- french +- gaming +- star-citizen +- tauri +- translation +ReleaseNotes: |- + # 🚀 StarTrad FR v3.3.9 + + ## ✨ Nouveautés + + - 🖥️ **System tray enrichi** : Navigation rapide, toggles services avec coches (Discord, service de fond, vidéo, démarrage auto Windows) + - ⏯️ **Bouton pause YouTube** : Met en pause et détruit le player YouTube (~700 Mo libérés) + - 🗑️ **Retrait Regolith** : Site ferme le 1er juin 2026 + + ## 🔧 Corrections + + - Fix sync état des services entre Settings et System tray + - Fix clé localStorage Discord dans le toggle tray + - Timeout fallback sur iframe VerseGuide + + ## 🔐 Checksums SHA256 + + ``` + efb2ac051e0cac4aebb8288dfe97b64e65ff73f93a99c8bc8b971f0517878a50 StarTrad.FR_3.3.9_x64-setup.exe + d7e830211a37b48f5c1cc0a5fb5907fba3bfac6603caea13d04848945a6ff823 StarTrad.FR_3.3.9_x64_fr-FR.msi + 6ef57522f4109dc0152021eebaf27f22a4834c255e71cf8f4abf603bdbd69b64 startradfr_3.3.9_portable.exe + ``` + + ## ⚠️ Note Windows SmartScreen + + Cette application n'est pas signée. Cliquez **Informations complémentaires** → **Exécuter quand même** + + ## 🪟 Microsoft Store + + + --- +ReleaseNotesUrl: https://github.com/drrakendu78/TradSC/releases/tag/v3.3.9 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.yaml b/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.yaml new file mode 100644 index 000000000000..defe722ae8d0 --- /dev/null +++ b/manifests/d/Drrakendu78/StarTradFR/3.3.9/Drrakendu78.StarTradFR.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Drrakendu78.StarTradFR +PackageVersion: 3.3.9 +DefaultLocale: fr-FR +ManifestType: version +ManifestVersion: 1.9.0 From 1d610381dd8d573aed63980675e38554b70c07ce Mon Sep 17 00:00:00 2001 From: qr243vbi Date: Mon, 30 Mar 2026 03:26:42 +0300 Subject: [PATCH 113/171] NekoBox 5.10.29 Pull Request (#353581) --- .../5.10.29/qr243vbi.NekoBox.installer.yaml | 30 ++++++++++++++++++ .../qr243vbi.NekoBox.locale.en-US.yaml | 31 +++++++++++++++++++ .../NekoBox/5.10.29/qr243vbi.NekoBox.yaml | 7 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.installer.yaml create mode 100644 manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.locale.en-US.yaml create mode 100644 manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.yaml diff --git a/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.installer.yaml b/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.installer.yaml new file mode 100644 index 000000000000..d6990668a320 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.10.29 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NekoBox +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- ProductCode: NekoBox + DisplayName: NekoBox + Publisher: qr243vbi +InstallModes: + - silentWithProgress + - silent +InstallerSwitches: + Silent: "/S /NOSCRIPT=1 /WINGET=1" + SilentWithProgress: "/S /NOSCRIPT=1 /WINGET=1" +InstallationMetadata: + DefaultInstallLocation: '%AppData%\NekoBox' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.10.29/nekobox-5.10.29-windows64-installer.exe + InstallerSha256: F0BADA53C56CE540326A5118B98C619D895F05E2EC1F0D8697FAA3080320CA79 +- Architecture: arm64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.10.29/nekobox-5.10.29-windows-arm64-installer.exe + InstallerSha256: E71C5932D564B66B47562443C1B081C8B9E30FC86BE147E139517AC93B4A0B3F +ManifestType: installer +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.locale.en-US.yaml b/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.locale.en-US.yaml new file mode 100644 index 000000000000..3ffac3b19899 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.10.29 +PackageLocale: en-US +Publisher: qr243vbi +PublisherUrl: https://github.com/qr243vbi +PublisherSupportUrl: https://github.com/qr243vbi/nekobox/issues +PackageName: NekoBox +PackageUrl: https://github.com/qr243vbi/nekobox +License: GPL-3.0 +LicenseUrl: https://github.com/qr243vbi/nekobox/blob/HEAD/LICENSE +ShortDescription: Cross-platform GUI proxy utility (Empowered by sing-box) +Tags: +- sing-box +- v2ray +- VLESS +- Vmess +- ShadowSocks +- Tor +- Mieru +- Trojan +- Hysteria +- Wireguard +- NyameBox +- TUIC +- SSH +- VPN +- ShadowTLS +- AnyTLS +ManifestType: defaultLocale +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.yaml b/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.yaml new file mode 100644 index 000000000000..edf083e4d6bb --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.10.29/qr243vbi.NekoBox.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.10.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 \ No newline at end of file From e6660768eeacf423f2345fb00678772845e6102c Mon Sep 17 00:00:00 2001 From: Deco Date: Mon, 30 Mar 2026 01:27:39 +0100 Subject: [PATCH 114/171] Recol.DLSSUpdater version 3.9.7 (#353583) --- .../3.9.7/Recol.DLSSUpdater.installer.yaml | 24 +++++++++++++++ .../3.9.7/Recol.DLSSUpdater.locale.en-US.yaml | 29 +++++++++++++++++++ .../DLSSUpdater/3.9.7/Recol.DLSSUpdater.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.installer.yaml create mode 100644 manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.locale.en-US.yaml create mode 100644 manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.yaml diff --git a/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.installer.yaml b/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.installer.yaml new file mode 100644 index 000000000000..38d2b3d6ee2e --- /dev/null +++ b/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Recol.DLSSUpdater +PackageVersion: 3.9.7 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerType: msi + InstallerUrl: https://github.com/Recol/DLSS-Updater/releases/download/V3.9.7/DLSS.Updater.3.9.7.msi + InstallerSha256: C7F8DC0B9D0ECE7E91563BBCFE9ECF8F48ADA9B04DEE5779AAD89A889963A243 + InstallerSwitches: + Custom: /norestart + UpgradeBehavior: install + ProductCode: '{540A3390-A75B-4F99-8D49-30010B4A7428}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.locale.en-US.yaml b/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.locale.en-US.yaml new file mode 100644 index 000000000000..9058ea9a45ef --- /dev/null +++ b/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.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.6.0.schema.json + +PackageIdentifier: Recol.DLSSUpdater +PackageVersion: 3.9.7 +PackageLocale: en-US +Publisher: Recol +PublisherUrl: https://github.com/Recol +PublisherSupportUrl: https://github.com/Recol/DLSS-Updater/issues +Author: Deco +PackageName: DLSS Updater +PackageUrl: https://github.com/Recol/DLSS-Updater +License: AGPL-3.0 +LicenseUrl: https://github.com/Recol/DLSS-Updater/blob/main/LICENSE +ShortDescription: A tool to update DLSS, XeSS, and DirectStorage DLLs for various games +Description: | + DLSS Updater is a utility that automatically updates DLSS (Deep Learning Super Sampling), XeSS (Intel Xe Super Sampling), and DirectStorage DLLs for games across multiple platforms. + + Note: This application requires administrative privileges to modify game files. +Tags: +- dlss +- nvidia +- gaming +- xess +- directstorage +ReleaseNotes: https://github.com/Recol/DLSS-Updater/releases/tag/V3.9.7 +ReleaseNotesUrl: https://github.com/Recol/DLSS-Updater/releases/tag/V3.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.yaml b/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.yaml new file mode 100644 index 000000000000..15d712dbd87d --- /dev/null +++ b/manifests/r/Recol/DLSSUpdater/3.9.7/Recol.DLSSUpdater.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Recol.DLSSUpdater +PackageVersion: 3.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 972f812d595d89a3ad31eb87ad530db2132744a1 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:27:55 +0800 Subject: [PATCH 115/171] New package: llt22.Talkio version 2.6.2 (#353251) --- .../Talkio/2.6.2/llt22.Talkio.installer.yaml | 25 ++++++++++++ .../2.6.2/llt22.Talkio.locale.en-US.yaml | 32 +++++++++++++++ .../2.6.2/llt22.Talkio.locale.zh-CN.yaml | 40 +++++++++++++++++++ .../l/llt22/Talkio/2.6.2/llt22.Talkio.yaml | 8 ++++ 4 files changed, 105 insertions(+) create mode 100644 manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.installer.yaml create mode 100644 manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.en-US.yaml create mode 100644 manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.zh-CN.yaml create mode 100644 manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.yaml diff --git a/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.installer.yaml b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.installer.yaml new file mode 100644 index 000000000000..02c4cebc7315 --- /dev/null +++ b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: llt22.Talkio +PackageVersion: 2.6.2 +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/llt22/talkio/releases/download/v2.6.2/talkio_2.6.2_x64-setup.exe + InstallerSha256: 8A11D6058EB5CE6207336BE790353D21E4CBF56CB29142C5DAD34CA8EE1A6FB0 + ProductCode: talkio +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/llt22/talkio/releases/download/v2.6.2/talkio_2.6.2_x64_en-US.msi + InstallerSha256: 9F7B0166511AD832943D45F99618461C8221D06E20385D829F776C24326CBB2B + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{984B84F9-188A-4C18-9165-4DE8E398A87A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C17314AF-495C-5A26-8402-79B3B6FDE728}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.en-US.yaml b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.en-US.yaml new file mode 100644 index 000000000000..8683164d87b7 --- /dev/null +++ b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: llt22.Talkio +PackageVersion: 2.6.2 +PackageLocale: en-US +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Let multiple AIs chat simultaneously on your desktop. +Description: Talkio is more than just another ChatGPT client — you can pull multiple AI models into the same group chat, have each of them play a different role, and let them carry out discussions, debates and round-robins around the same topic. +# Moniker: +Tags: +- ai +- chatbot +- large-language-model +- llm +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.zh-CN.yaml b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.zh-CN.yaml new file mode 100644 index 000000000000..45bca1037c3d --- /dev/null +++ b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: llt22.Talkio +PackageVersion: 2.6.2 +PackageLocale: zh-CN +Publisher: lilongtao +PublisherUrl: https://github.com/llt22 +PublisherSupportUrl: https://github.com/llt22/talkio/issues +# PrivacyUrl: +# Author: +PackageName: talkio +PackageUrl: https://github.com/llt22/talkio +License: MIT +LicenseUrl: https://github.com/llt22/talkio/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Avatar Contributors +# CopyrightUrl: +ShortDescription: 让多个 AI 在你的桌面上同时对话。 +Description: Talkio 不只是又一个 ChatGPT 客户端——你可以把多个 AI 模型拉进同一个群聊,让它们各自扮演不同角色,围绕同一个话题展开讨论、辩论、接龙。 +# Moniker: +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + ✨ 新功能 + - 供应商模型列表新增单模型健康检测按钮,支持对单个模型独立进行检测 + - 批量健康检测完成后,异常模型自动关闭 + 🐛 Bug 修复 + - 修复供应商列表首次刷新部分失败的问题(HTTP 插件加载竞态条件) + 🎨 改进 + - 聊天界面错误消息导航栏新增关闭按钮,点击即可隐藏(有新错误时自动重新显示) + - 供应商刷新失败时显示具体失败的供应商名称和错误原因 + - 模型列表刷新失败时弹出错误提示,不再静默失败 +ReleaseNotesUrl: https://github.com/llt22/talkio/releases/tag/v2.6.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.yaml b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.yaml new file mode 100644 index 000000000000..28cf67c7b448 --- /dev/null +++ b/manifests/l/llt22/Talkio/2.6.2/llt22.Talkio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: llt22.Talkio +PackageVersion: 2.6.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From a3f1d4e7197044bee541fe71b7b98b0087cc0489 Mon Sep 17 00:00:00 2001 From: Botalygin Date: Mon, 30 Mar 2026 03:42:53 +0300 Subject: [PATCH 116/171] New package: AktivCo.RutokenDrivers version 5.0.01.0000 (#353309) --- .../AktivCo.RutokenDrivers.installer.yaml | 14 +++++++++++ .../AktivCo.RutokenDrivers.locale.ru-RU.yaml | 25 +++++++++++++++++++ .../5.0.01.0000/AktivCo.RutokenDrivers.yaml | 8 ++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.installer.yaml create mode 100644 manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml create mode 100644 manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.yaml diff --git a/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.installer.yaml b/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.installer.yaml new file mode 100644 index 000000000000..9dac0bba725f --- /dev/null +++ b/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AktivCo.RutokenDrivers +PackageVersion: 5.0.01.0000 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{AE6CD1A7-8AB4-4D10-B62F-AEE7F8401400}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.rutoken.ru/Rutoken/Drivers/Current/rtDrivers.x64.msi + InstallerSha256: 817A4D612F9E640C57D20CA46AE828251B3CB1301694AC7D049C28AAD261C5CB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml b/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml new file mode 100644 index 000000000000..73f5ffac62db --- /dev/null +++ b/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AktivCo.RutokenDrivers +PackageVersion: 5.0.01.0000 +PackageLocale: ru-RU +Publisher: Aktiv Co. +PublisherUrl: https://www.rutoken.ru +PublisherSupportUrl: https://www.rutoken.ru/support/feedback +PrivacyUrl: https://dev.rutoken.ru +Author: Aktiv Co. +PackageName: Rutoken Drivers +PackageUrl: https://www.rutoken.ru/support/download/windows +License: Proprietary +LicenseUrl: https://www.rutoken.ru/support/manual +Copyright: https://www.rutoken.ru/support/manual +CopyrightUrl: https://www.rutoken.ru/support/manual +ShortDescription: Официальные драйверы для электронных ключей и смарт-карт Рутокен +Description: Официальные драйверы для электронных ключей и смарт-карт Рутокен +Moniker: rutoken +Tags: +- rutoken +- token +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.yaml b/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.yaml new file mode 100644 index 000000000000..6737e2fb1455 --- /dev/null +++ b/manifests/a/AktivCo/RutokenDrivers/5.0.01.0000/AktivCo.RutokenDrivers.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: AktivCo.RutokenDrivers +PackageVersion: 5.0.01.0000 +DefaultLocale: ru-RU +ManifestType: version +ManifestVersion: 1.12.0 From cbf24743e94d63b25ef12d7c3eb7914e5a25d246 Mon Sep 17 00:00:00 2001 From: Jason Melo Date: Sun, 29 Mar 2026 20:44:32 -0400 Subject: [PATCH 117/171] New package: PrivacyPal.AI version 1.8.2 (#353272) --- .../AI/1.8.2/PrivacyPal.AI.installer.yaml | 12 ++++++++++++ .../AI/1.8.2/PrivacyPal.AI.locale.en-US.yaml | 13 +++++++++++++ manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.yaml | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.installer.yaml create mode 100644 manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.locale.en-US.yaml create mode 100644 manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.yaml diff --git a/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.installer.yaml b/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.installer.yaml new file mode 100644 index 000000000000..a754495eb48d --- /dev/null +++ b/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.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: PrivacyPal.AI +PackageVersion: 1.8.2 +InstallerType: nullsoft +Installers: +- Architecture: neutral + InstallerUrl: https://privacypal-production-desktop-596719033801.s3.us-east-1.amazonaws.com/proxy/windows/PrivacyPal-Setup-1.8.2.exe + InstallerSha256: FC634BBEA49E8F52904B01B266C308354AD969D243FF7606098AE8E884009D1F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.locale.en-US.yaml b/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.locale.en-US.yaml new file mode 100644 index 000000000000..92932d83c649 --- /dev/null +++ b/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PrivacyPal.AI +PackageVersion: 1.8.2 +PackageLocale: en-US +Publisher: PrivacyPal +PackageName: AI +License: None +Copyright: Copyright © 2024 PrivacyPal +ShortDescription: PrivacyPal AI protects all on-device and web sessions with AI tools like Claude, Codex, Gemini, Copilot, ChatGPT, and more +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.yaml b/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.yaml new file mode 100644 index 000000000000..257273de89d5 --- /dev/null +++ b/manifests/p/PrivacyPal/AI/1.8.2/PrivacyPal.AI.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: PrivacyPal.AI +PackageVersion: 1.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dbfb07a314554b7df9bb9f9336285dba7fd5fe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:44:37 +0800 Subject: [PATCH 118/171] New package: DuckStudio.PinAction version 1.0.0 (#351124) --- .../1.0.0/DuckStudio.PinAction.installer.yaml | 27 ++++++++++++++++ .../DuckStudio.PinAction.locale.en-US.yaml | 30 +++++++++++++++++ .../DuckStudio.PinAction.locale.zh-CN.yaml | 32 +++++++++++++++++++ .../PinAction/1.0.0/DuckStudio.PinAction.yaml | 8 +++++ 4 files changed, 97 insertions(+) create mode 100644 manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.installer.yaml create mode 100644 manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.en-US.yaml create mode 100644 manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.zh-CN.yaml create mode 100644 manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.yaml diff --git a/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.installer.yaml b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.installer.yaml new file mode 100644 index 000000000000..470edadd2416 --- /dev/null +++ b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.installer.yaml @@ -0,0 +1,27 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DuckStudio.PinAction +PackageVersion: 1.0.0 +UpgradeBehavior: install +Commands: + - pinaction +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.10 +ReleaseDate: 2026-03-23 +Installers: + - Architecture: neutral + InstallerType: inno + Scope: machine + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\DuckStudio\PinAction' + InstallModes: + - interactive + - silent + - silentWithProgress + InstallerUrl: https://github.com/DuckDuckStudio/PinAction/releases/download/1.0.0/PinAction_Setup.exe + InstallerSha256: 2931d8d7db78a444c7afd5a3e77ab04df3b59e14b0996e2fd6529350bc3a9993 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.en-US.yaml b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.en-US.yaml new file mode 100644 index 000000000000..cdb5aee10419 --- /dev/null +++ b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DuckStudio.PinAction +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/PinAction/issues +Author: 鸭鸭「カモ」 +PackageName: Pin Action +PackageUrl: https://github.com/DuckDuckStudio/PinAction/ +License: MIT License +LicenseUrl: https://github.com/DuckDuckStudio/PinAction/blob/main/LICENSE.txt +Copyright: Copyright (c) 2026 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/PinAction/blob/main/LICENSE.txt +ShortDescription: Pin github workflow dependency versions to full-length hashes. +Tags: + - console-application + - dependency-pinning + - github-action + - workflow + - action +ReleaseNotesUrl: https://github.com/DuckDuckStudio/PinAction/releases/tag/1.0.0 +ReleaseNotes: |- + Initial implementation. + + Full Changelog: https://github.com/DuckDuckStudio/PinAction/commits/1.0.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.zh-CN.yaml b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.zh-CN.yaml new file mode 100644 index 000000000000..480fbdf0e9c5 --- /dev/null +++ b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DuckStudio.PinAction +PackageVersion: 1.0.0 +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/PinAction/issues +Author: 鸭鸭「カモ」 +PackageName: Pin Action +PackageUrl: https://github.com/DuckDuckStudio/PinAction/ +License: MIT License +LicenseUrl: https://github.com/DuckDuckStudio/PinAction/blob/main/LICENSE.txt +Copyright: 版权所有 (c) 2026 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/PinAction/blob/main/LICENSE.txt +ShortDescription: 固定 GitHub 工作流依赖版本到全长哈希。 +Tags: + - 控制台程序 + - 固定依赖 + - github-action + - workflow + - 工作流 + - action + - 操作 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/PinAction/releases/tag/1.0.0 +ReleaseNotes: |- + 初始实现 + + 完整修改记录: https://github.com/DuckDuckStudio/PinAction/commits/1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.yaml b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.yaml new file mode 100644 index 000000000000..b9139c98b25d --- /dev/null +++ b/manifests/d/DuckStudio/PinAction/1.0.0/DuckStudio.PinAction.yaml @@ -0,0 +1,8 @@ +# Created with Sundry-Locale +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DuckStudio.PinAction +PackageVersion: 1.0.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 955d3f845427e07f0cd1e53f4bbce575fd1ba0b5 Mon Sep 17 00:00:00 2001 From: Vitaliy Mokosiy Date: Mon, 30 Mar 2026 04:01:09 +0300 Subject: [PATCH 119/171] New version: Atola.MultiDrive version 1.3.0 (#347975) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../1.3.0/Atola.MultiDrive.installer.yaml | 20 ++++++++ .../1.3.0/Atola.MultiDrive.locale.en-US.yaml | 51 +++++++++++++++++++ .../MultiDrive/1.3.0/Atola.MultiDrive.yaml | 8 +++ 3 files changed, 79 insertions(+) create mode 100644 manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.installer.yaml create mode 100644 manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.locale.en-US.yaml create mode 100644 manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.yaml diff --git a/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.installer.yaml b/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.installer.yaml new file mode 100644 index 000000000000..fa9f4ad78a21 --- /dev/null +++ b/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Atola.MultiDrive +PackageVersion: 1.3.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D= +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/atola-technology/multidrive/releases/download/v1.3.0/MultiDriveSetup_1.3.exe + InstallerSha256: 1676FF9F8132BBD391B542DBD8025A883B92312631E27A231E4B771B882E51EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.locale.en-US.yaml b/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.locale.en-US.yaml new file mode 100644 index 000000000000..95232936a50f --- /dev/null +++ b/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Atola.MultiDrive +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: Atola Technology +PublisherUrl: https://atola.com +PublisherSupportUrl: https://multidrive.io/contacts +PrivacyUrl: https://multidrive.io/privacy-policy +Author: Atola Technology +PackageName: MultiDrive +PackageUrl: https://multidrive.io +License: Freeware +LicenseUrl: https://multidrive.io/terms +Copyright: Copyright (c) 2025 Atola Technology +CopyrightUrl: https://multidrive.io/terms +ShortDescription: Free disk backup, cloning, and wiping app with CLI support +Description: | + MultiDrive is a powerful free disk management tool that allows you to clone, back up, and erase drives. + + Key Features: + - Backup/restore, clone, and erase drives fully or partially + - Process drives with errors (bad sectors) + - Backup supports standard ZIP format for maximum compatibility + - Pause and resume any tasks at your convenience + - Full-featured command-line interface (CLI) + - Run multiple tasks in parallel for efficiency + - Beautiful, responsive user interface + - Dark theme + - Free for personal and commercial use +Moniker: multidrive +Tags: +- backup +- clone +- disk-clone +- disk-backup +- drive-clone +- drive-wipe +- disk-wipe +- disk-management +- system-backup +- data-recovery +- cli +- freeware +- disk-utility +- partition-backup +- drive-erase +- secure-erase +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.yaml b/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.yaml new file mode 100644 index 000000000000..3e28e36e67c0 --- /dev/null +++ b/manifests/a/Atola/MultiDrive/1.3.0/Atola.MultiDrive.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Atola.MultiDrive +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9eb84530a6c22b1a62dd6e6064e5b39d74557a5c Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:02:31 +0800 Subject: [PATCH 120/171] New package: AIDotNet.OpenCowork version 0.5.6 (#348831) --- .../0.5.6/AIDotNet.OpenCowork.installer.yaml | 38 ++++++++++++++++ .../AIDotNet.OpenCowork.locale.en-US.yaml | 44 +++++++++++++++++++ .../AIDotNet.OpenCowork.locale.zh-CN.yaml | 38 ++++++++++++++++ .../OpenCowork/0.5.6/AIDotNet.OpenCowork.yaml | 8 ++++ 4 files changed, 128 insertions(+) create mode 100644 manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.installer.yaml create mode 100644 manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.en-US.yaml create mode 100644 manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.zh-CN.yaml create mode 100644 manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.yaml diff --git a/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 000000000000..391476d3893e --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.5.6 +InstallerType: nullsoft # electron-builder +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-03-12 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.5.6/OpenCowork-win-amd64-setup.exe + InstallerSha256: 17B1A5BA1A0B5922047D636B6ECA47DF87621A95F2F11FCCC805DC22486948EB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.5.6/OpenCowork-win-amd64-setup.exe + InstallerSha256: 17B1A5BA1A0B5922047D636B6ECA47DF87621A95F2F11FCCC805DC22486948EB + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.5.6/OpenCowork-win-arm64-setup.exe + InstallerSha256: 3CE92D3F5DE57F49B293F5C654B37E61FE64B1663F66AAF38C1CD0310D6A2A02 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.5.6/OpenCowork-win-arm64-setup.exe + InstallerSha256: 3CE92D3F5DE57F49B293F5C654B37E61FE64B1663F66AAF38C1CD0310D6A2A02 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 000000000000..4f9b43a9bb51 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.5.6 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +# PrivacyUrl: +# Author: +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +# CopyrightUrl: +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +# Moniker: +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Changed + - Desktop input handlers now lazy-load @jitsi/robotjs and gracefully degrade when unavailable (e.g. unsupported platforms). + - OpenAI and Codex OAuth models now default to preferResponsesWebSocket for the Responses API. + Fixed + - Fixed desktop click/type/scroll failing at startup when robotjs cannot be loaded on the current platform. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.5.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 000000000000..8db72fdbb3b9 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.5.6 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +# Moniker: +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.yaml new file mode 100644 index 000000000000..13d52074932d --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.5.6/AIDotNet.OpenCowork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bf35be8ed33cec8dfa8ad9aecd6c3c744cc35536 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:03:59 +0800 Subject: [PATCH 121/171] New version: Principle.FlowPrompter version 1.6.0 (#348909) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../Principle.FlowPrompter.installer.yaml | 20 +++++++++++++++++++ .../Principle.FlowPrompter.locale.en-US.yaml | 20 +++++++++++++++++++ .../Principle.FlowPrompter.locale.zh-CN.yaml | 20 +++++++++++++++++++ .../1.6.0/Principle.FlowPrompter.yaml | 8 ++++++++ 4 files changed, 68 insertions(+) create mode 100644 manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.installer.yaml create mode 100644 manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.en-US.yaml create mode 100644 manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.zh-CN.yaml create mode 100644 manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.yaml diff --git a/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.installer.yaml b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.installer.yaml new file mode 100644 index 000000000000..3cdcb7d14d0e --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Principle.FlowPrompter +PackageVersion: 1.6.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- bgtcp +ProductCode: a2e12094-de70-5fd8-a51b-e0af80e4a364 +ReleaseDate: 2026-03-16 +Installers: +- Architecture: x64 + InstallerUrl: https://release.flowprompter.app/flowprompter/FlowPrompter_1.6.0.exe + InstallerSha256: 1990637DE521BB70258C925D527A3EA4C18F224DB3810E74A9C2B5FE6C536AAF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.en-US.yaml b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.en-US.yaml new file mode 100644 index 000000000000..ccab792bdae7 --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Principle.FlowPrompter +PackageVersion: 1.6.0 +PackageLocale: en-US +Publisher: yuanze-dev +PublisherUrl: https://flowprompter.app/ +PrivacyUrl: https://flowprompter.app/policies/privacy.html +Author: Beijing Principle Technology Co., Ltd. +PackageName: FlowPrompter +PackageUrl: https://flowprompter.app/ +License: Proprietary +LicenseUrl: https://flowprompter.app/policies/TermsOfService.html +Copyright: © Copyright Principle Inc. All rights reserved. +ShortDescription: A transparent online teleprompter that helps you deliver smoother performances on camera. +Tags: +- teleprompter +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.zh-CN.yaml b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.zh-CN.yaml new file mode 100644 index 000000000000..fb015474431a --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Principle.FlowPrompter +PackageVersion: 1.6.0 +PackageLocale: zh-CN +Publisher: yuanze-dev +PublisherUrl: https://flowprompter.app/ +PrivacyUrl: https://flowprompter.app/policies/privacy.html +Author: 北京原则科技有限公司 +PackageName: FlowPrompter +PackageUrl: https://flowprompter.app/ +License: 专有软件 +LicenseUrl: https://flowprompter.app/policies/TermsOfService.html +Copyright: © Copyright Principle Inc. All rights reserved. +ShortDescription: 一款透明的在线提词器,让您在镜头前更流畅地表演。 +Tags: +- 提词器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.yaml b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.yaml new file mode 100644 index 000000000000..b886bfcd2799 --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.0/Principle.FlowPrompter.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: Principle.FlowPrompter +PackageVersion: 1.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9b0f6702c011dd8ede030ebfe1737fa471f459ef Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:05:43 +0800 Subject: [PATCH 122/171] Update: KDE.Kapman version master (837) (#350927) --- manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml b/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml index 5580973db6cb..eee72e860585 100644 --- a/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml +++ b/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kapman Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-834-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5E4228A79DCFF29276EA1FC6BD8AC0E21D72DBE0CBDC6D657ACF982BB4F839D6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-837-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A38A697C5DB8B22E37A4BF087494158049F9A34A7F64A869F268AD2922054956 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-834-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5E4228A79DCFF29276EA1FC6BD8AC0E21D72DBE0CBDC6D657ACF982BB4F839D6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-837-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A38A697C5DB8B22E37A4BF087494158049F9A34A7F64A869F268AD2922054956 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 617d5673e2b17a959f83e176a2b4e313ba818dce Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:07:06 +0800 Subject: [PATCH 123/171] Update: KDE.KBlackbox version master (823) (#350929) --- .../k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml b/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml index 5b5462587bad..9b783285bce6 100644 --- a/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml +++ b/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kblackbox Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-819-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 082320B981BD47B93966590ED28DE8993B5C0F65EFCBD4C050894796DBC36C13 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-823-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9895CAD018708CDFACFD8DF37D250D7365F40636BF0B0E378C16C79F3FEADB93 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-819-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 082320B981BD47B93966590ED28DE8993B5C0F65EFCBD4C050894796DBC36C13 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-823-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9895CAD018708CDFACFD8DF37D250D7365F40636BF0B0E378C16C79F3FEADB93 InstallerSwitches: Custom: /AllUsers ManifestType: installer From b4ede9b6a7234187a327c053d91a47bf97a3cafc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:08:42 +0800 Subject: [PATCH 124/171] Update: KDE.KBounce version master (830) (#350931) --- manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml b/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml index 029d00e9575d..3f5b5cc813e7 100644 --- a/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml +++ b/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kbounce Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-817-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AA6842300A9CBDE089D14BE4D70284DE1B0DAB745514D5DCDDE4799CE20DD44F + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-830-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 185BCFC4D62AA5FDBF741FE72AA3696EAFFD6A8769D5397E0E97E42F2683BC73 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-817-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AA6842300A9CBDE089D14BE4D70284DE1B0DAB745514D5DCDDE4799CE20DD44F + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-830-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 185BCFC4D62AA5FDBF741FE72AA3696EAFFD6A8769D5397E0E97E42F2683BC73 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 4383f5b6f326d36651eec24f54187095bbaccca6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:10:20 +0800 Subject: [PATCH 125/171] Update: KDE.Kigo version master (874) (#350970) --- manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml b/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml index cbef5439ae90..b3f41e30c9cf 100644 --- a/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml +++ b/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kigo Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-864-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 142492F7F1BCAA6068CFF86C880167D6C8F5291CBF4272FA2093F60D5050F8D0 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-874-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D2639F6CD144C9B369EE2B06A3D82DB17BF432B98300D3D7DABBECC31D353F62 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-864-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 142492F7F1BCAA6068CFF86C880167D6C8F5291CBF4272FA2093F60D5050F8D0 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-874-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D2639F6CD144C9B369EE2B06A3D82DB17BF432B98300D3D7DABBECC31D353F62 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 3d2eaa687ab6b3cd9aea161015c08cc3c09d5607 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:11:50 +0800 Subject: [PATCH 126/171] Update: KDE.KMines version master (933) (#350976) --- manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml b/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml index 4bcf1af3b503..89b90f1eb9ff 100644 --- a/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml +++ b/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kmines Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-927-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8179CCDF8C3FA85B7D02F1706913DBDE3514E3A5D597B59D3CF7DDE916F7EF70 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-933-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 15C6AC5256778035CBEEFD8613A2EAE61CF24CC7CF11F023F801331F31861A93 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-927-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8179CCDF8C3FA85B7D02F1706913DBDE3514E3A5D597B59D3CF7DDE916F7EF70 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-933-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 15C6AC5256778035CBEEFD8613A2EAE61CF24CC7CF11F023F801331F31861A93 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 3a1ac529ea0d8c6caa30679834275f30f246aecf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:13:31 +0800 Subject: [PATCH 127/171] Update: KDE.KNetWalk version master (804) (#350975) --- .../k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml index d47b748e4a0b..d0c67293314f 100644 --- a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml +++ b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml @@ -9,14 +9,14 @@ ProductCode: knetwalk Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-798-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8781DB1F8B79DFA390A934E3E6A6F2D83D5D6591E74252301BB6CF37284496EE + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-804-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C6AEE1FF95966AE8BCCF068792E71078AA1FC2997676A631D69ADA431B5DA9C4 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-798-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8781DB1F8B79DFA390A934E3E6A6F2D83D5D6591E74252301BB6CF37284496EE + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-804-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C6AEE1FF95966AE8BCCF068792E71078AA1FC2997676A631D69ADA431B5DA9C4 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 6fbcd00f1b171bc61bddd0a0ed7c1edaa5b0ccf7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:15:07 +0800 Subject: [PATCH 128/171] New version: MicroClaw.MicroClaw version 0.1.28 (#351398) --- .../0.1.28/MicroClaw.MicroClaw.installer.yaml | 21 +++++ .../MicroClaw.MicroClaw.locale.en-US.yaml | 81 +++++++++++++++++++ .../MicroClaw.MicroClaw.locale.zh-CN.yaml | 63 +++++++++++++++ .../MicroClaw/0.1.28/MicroClaw.MicroClaw.yaml | 8 ++ 4 files changed, 173 insertions(+) create mode 100644 manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.installer.yaml create mode 100644 manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.en-US.yaml create mode 100644 manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.zh-CN.yaml create mode 100644 manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.yaml diff --git a/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 000000000000..a1f8b1196409 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.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: MicroClaw.MicroClaw +PackageVersion: 0.1.28 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.1.28/microclaw-0.1.28-x86_64-windows-msvc.zip + InstallerSha256: BE2CA945171745E9976B7210A39F9291EF95AF675C9CBB8DE126713AD283005E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 000000000000..b1c793df5f77 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.en-US.yaml @@ -0,0 +1,81 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.1.28 +PackageLocale: en-US +Publisher: MicroClaw +PublisherUrl: https://microclaw.ai/ +PublisherSupportUrl: https://github.com/microclaw/microclaw/issues +PackageName: MicroClaw +PackageUrl: https://microclaw.ai/ +License: MIT +LicenseUrl: https://github.com/microclaw/microclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 everettjf +ShortDescription: An agentic AI assistant that lives in your chats, inspired by nanoclaw and incorporating some of its design ideas. Built with Rust +Description: |- + MicroClaw is a Rust chat bot that connects LLM to your chats with agentic tool execution. It can run shell commands, read and edit files, search codebases, browse the web, schedule tasks, and keep persistent memory across conversations. It is a Rust rewrite of nanoclaw (TypeScript) with additional capabilities and a single-binary deployment model. + + What makes it different + - Agentic loop with tool execution, not just a single API call + - Full file system and shell tooling from inside chat + - Long-lived memory backed by AGENTS.md files + - Built-in scheduler for cron and one-time tasks + - Group chat catch-up: reads all messages since last reply + - Multi-chat permission model (control_chat_ids) for cross-chat tool authorization + - Agent skills system with bundled skills (including macOS Apple Notes/Reminders/Calendar helpers) + - Customizable personality via SOUL.md files (global + per-chat) + + How it works + chat message + | + v + Store in SQLite --> Load chat history + memory + | + v + LLM API (with tools) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + Send reply Execute tool(s) + | + v + Feed results back + to LLM (loop) + MicroClaw enters an agentic loop for every message. LLM can call tools, inspect results, call more tools, and reason through multi-step tasks before responding. The loop is capped by MAX_TOOL_ITERATIONS for safety. + + Core capabilities + - Agentic tool use (bash, file I/O, glob, grep) + - Web search, fetch, and browser automation + - Scheduling with cron expressions + - Mid-conversation messaging for progress updates + - Persistent memory (global + per-chat) + - Personality customization via SOUL.md + - Conversation archiving (automatic before compaction, manual via /archive) + - Typing indicator that stays active during tool use +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + What's Changed + - build(deps): bump sqlite-vec from 0.1.7-alpha.10 to 0.1.8-alpha.1 in the cargo-non-major group by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/288 + - build(deps): bump the web-non-major group in /web with 4 updates by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/287 + - [codex] add native openclaw-weixin support by @everettjf in https://github.com/microclaw/microclaw/pull/289 + - feat(web): refactor ws methods and implement dynamic sessions.list by @flyflypeng in https://github.com/microclaw/microclaw/pull/296 + Full Changelog: https://github.com/microclaw/microclaw/compare/v0.1.27...v0.1.28 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.1.28 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: Quick Start + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..f6e8d581542f --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.locale.zh-CN.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.1.28 +PackageLocale: zh-CN +ShortDescription: 一个驻留在你聊天中的自主 AI 助手,灵感来自 nanoclaw,并融入了其部分设计理念。使用 Rust 构建 +Description: |- + MicroClaw 是一个使用 Rust 编写的聊天机器人,可将大语言模型(LLM)与聊天集成,并支持智能体式的工具执行。它能够运行 Shell 命令、读写和编辑文件、搜索代码库、浏览网页、安排任务,并在不同对话之间保持持久记忆。MicroClaw 是 nanoclaw(TypeScript 版本)的 Rust 重写版本,具备更多功能,并采用单二进制文件部署模式。 + + 是什么让它与众不同 + - 具备工具执行能力的智能体循环,而不仅是一次性 API 调用 + - 可直接在聊天中访问完整的文件系统与 Shell 工具 + - 由 AGENTS.md 文件支持的长期记忆机制 + - 内置调度器,支持定时(cron)和一次性任务 + - 群组聊天跟进功能:读取上次回复以来的所有消息 + - 多聊天权限模型(control_chat_ids),实现跨聊天会话的工具授权 + - 智能体技能系统,附带预置技能(包括 macOS 的 Apple 笔记/提醒事项/日历助手) + - 通过 SOUL.md 文件自定义个性(全局 + 每个聊天独立设置) + + 工作原理 + 聊天消息 + | + v + 存入 SQLite --> 加载聊天历史 + 记忆 + | + v + LLM API(带工具) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + 发送回复 执行工具(s) + | + v + 将结果反馈给 LLM(循环) + MicroClaw 对每条消息都会进入一个智能体循环。LLM 可调用工具,检查结果,继续调用更多工具,并在回应前完成多步骤任务的推理。为保障安全,循环受 MAX_TOOL_ITERATIONS 参数限制。 + + 核心功能 + - 智能体式工具调用(bash、文件读写、glob、grep) + - 网络搜索、内容获取与浏览器自动化 + - 支持 cron 表达式的任务调度 + - 在任务进行中发送中间消息以更新进度 + - 持久化记忆(全局 + 每聊天独立) + - 通过 SOUL.md 自定义个性 + - 对话归档(压缩前自动归档,或通过 /archive 手动归档) + - 在工具执行期间持续显示“正在输入”提示 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: 快速开始 + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.yaml new file mode 100644 index 000000000000..d8e140e6948c --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.1.28/MicroClaw.MicroClaw.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: MicroClaw.MicroClaw +PackageVersion: 0.1.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bb6c20915da725da3d5999132cdf0dc7a8b2029b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:16:35 +0800 Subject: [PATCH 129/171] New version: KDE.Dolphin version 26.03.80 (26.04-7425) (#351467) --- .../{26.03.70 => 26.03.80}/KDE.Dolphin.installer.yaml | 10 +++++----- .../KDE.Dolphin.locale.en-US.yaml | 2 +- .../KDE.Dolphin.locale.zh-CN.yaml | 2 +- .../Dolphin/{26.03.70 => 26.03.80}/KDE.Dolphin.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename manifests/k/KDE/Dolphin/{26.03.70 => 26.03.80}/KDE.Dolphin.installer.yaml (64%) rename manifests/k/KDE/Dolphin/{26.03.70 => 26.03.80}/KDE.Dolphin.locale.en-US.yaml (98%) rename manifests/k/KDE/Dolphin/{26.03.70 => 26.03.80}/KDE.Dolphin.locale.zh-CN.yaml (98%) rename manifests/k/KDE/Dolphin/{26.03.70 => 26.03.80}/KDE.Dolphin.yaml (90%) diff --git a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.installer.yaml b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.installer.yaml similarity index 64% rename from manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.installer.yaml rename to manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.installer.yaml index 681ca8a3bc36..063d44024fad 100644 --- a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.installer.yaml +++ b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.installer.yaml @@ -2,20 +2,20 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Dolphin -PackageVersion: 26.03.70 +PackageVersion: 26.03.80 InstallerType: nullsoft UpgradeBehavior: install Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/system/dolphin/release-26.04/windows/dolphin-release_26.04-7236-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A53030F9EDB22A623FEB24508F5037B839E983BFE4DC2A099B06392AB7036830 + InstallerUrl: https://cdn.kde.org/ci-builds/system/dolphin/release-26.04/windows/dolphin-release_26.04-7425-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 8C508F852FFF54924601BF0F76E3068911FCE59342059827593CBE150E6414B1 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/system/dolphin/release-26.04/windows/dolphin-release_26.04-7236-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A53030F9EDB22A623FEB24508F5037B839E983BFE4DC2A099B06392AB7036830 + InstallerUrl: https://cdn.kde.org/ci-builds/system/dolphin/release-26.04/windows/dolphin-release_26.04-7425-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 8C508F852FFF54924601BF0F76E3068911FCE59342059827593CBE150E6414B1 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.locale.en-US.yaml b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.locale.en-US.yaml similarity index 98% rename from manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.locale.en-US.yaml rename to manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.locale.en-US.yaml index f5de2d7a05b0..88509636023e 100644 --- a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.locale.en-US.yaml +++ b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.Dolphin -PackageVersion: 26.03.70 +PackageVersion: 26.03.80 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.locale.zh-CN.yaml b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.locale.zh-CN.yaml similarity index 98% rename from manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.locale.zh-CN.yaml rename to manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.locale.zh-CN.yaml index 81e3b838cd18..a8dfccc57d87 100644 --- a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.locale.zh-CN.yaml +++ b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Dolphin -PackageVersion: 26.03.70 +PackageVersion: 26.03.80 PackageLocale: zh-CN PublisherUrl: https://kde.org/ PublisherSupportUrl: https://kde.org/support/ diff --git a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.yaml b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.yaml similarity index 90% rename from manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.yaml rename to manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.yaml index 6711f6ad3e94..014d31697c32 100644 --- a/manifests/k/KDE/Dolphin/26.03.70/KDE.Dolphin.yaml +++ b/manifests/k/KDE/Dolphin/26.03.80/KDE.Dolphin.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.Dolphin -PackageVersion: 26.03.70 +PackageVersion: 26.03.80 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From c112b933f857f63315a848d0a73546663b6422a1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:17:58 +0800 Subject: [PATCH 130/171] New version: Evernote.Evernote version 11.9.1 (#352945) --- .../11.9.1/Evernote.Evernote.installer.yaml | 45 ++++++++++++++++++ .../Evernote.Evernote.locale.en-US.yaml | 46 +++++++++++++++++++ .../Evernote.Evernote.locale.zh-CN.yaml | 36 +++++++++++++++ .../Evernote/11.9.1/Evernote.Evernote.yaml | 8 ++++ 4 files changed, 135 insertions(+) create mode 100644 manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.installer.yaml create mode 100644 manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.locale.en-US.yaml create mode 100644 manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.locale.zh-CN.yaml create mode 100644 manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.yaml diff --git a/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.installer.yaml b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.installer.yaml new file mode 100644 index 000000000000..deac6168ea23 --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 11.9.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- en +- evernote +FileExtensions: +- enex +ProductCode: e4251011-875e-51f3-a464-121adaff5aaa +ReleaseDate: 2026-03-20 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.9.1-win-ddl-stage-20260320004017-a21d938489e85ad774069b433d06640934c7af4f-setup.exe + InstallerSha256: B653F0E186E3CC2B0AE759801137A25A5A26E611E8BB6C2E9021A6491DA132F9 + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.9.1-win-ddl-stage-20260320004017-a21d938489e85ad774069b433d06640934c7af4f-setup.exe + InstallerSha256: B653F0E186E3CC2B0AE759801137A25A5A26E611E8BB6C2E9021A6491DA132F9 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.9.1-win-ddl-stage-20260320004017-a21d938489e85ad774069b433d06640934c7af4f-setup.exe + InstallerSha256: B653F0E186E3CC2B0AE759801137A25A5A26E611E8BB6C2E9021A6491DA132F9 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://win.desktop.evernote.com/builds/Evernote-11.9.1-win-ddl-stage-20260320004017-a21d938489e85ad774069b433d06640934c7af4f-setup.exe + InstallerSha256: B653F0E186E3CC2B0AE759801137A25A5A26E611E8BB6C2E9021A6491DA132F9 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.locale.en-US.yaml b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.locale.en-US.yaml new file mode 100644 index 000000000000..b80ce60bc417 --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.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: Evernote.Evernote +PackageVersion: 11.9.1 +PackageLocale: en-US +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: Proprietary +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2026 Evernote Corporation. All rights reserved. +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: Remember everything and tackle any project with your notes, tasks, and schedule all in one place. +Description: Evernote helps you focus on what matters most and have access to your information when you need it. Input typed notes or scan handwritten notes. Add to-do’s, photos, images, web pages, or audio ... and it’s all instantly searchable. Organize notes any way you want and share with anyone. And Evernote syncs across your devices so your information is always with you, everywhere you go. +Moniker: evernote +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + Features: + - AI Assistant can now handle much larger note sets, making retrieval, summarization and bulk processing more powerful. + - Bulk actions with AI Assistant: you can now move and tag multiple notes at once. + - You no longer need to keep a note open during transcription! Feel free to navigate across Evernote, transcription will now continue in the background + - Select and drag multiple blocks at once using the 4-dot handle to move content more efficiently. + - More control when pasting links: choose how links are displayed each time, or set a default in Settings. + + Fixes: + - Fixed a bug where anchor links incorrectly displayed the note title. +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.locale.zh-CN.yaml new file mode 100644 index 000000000000..42e7d70d0a9d --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Evernote.Evernote +PackageVersion: 11.9.1 +PackageLocale: zh-CN +Publisher: Evernote Corporation +PublisherUrl: https://evernote.com/ +PublisherSupportUrl: https://help.evernote.com/ +PrivacyUrl: https://evernote.com/privacy/policy +Author: Evernote Corporation +PackageName: Evernote +PackageUrl: https://evernote.com/download +License: 专有软件 +LicenseUrl: https://evernote.com/legal/terms-of-service +Copyright: © 2019 - 2026 Evernote Corporation。保留所有权利。 +CopyrightUrl: https://evernote.com/legal/trademark-use +ShortDescription: 在一处记住所有内容,并通过笔记、任务和日程处理一切。 +Description: Evernote 可帮助您专注于最重要的事情,并在需要时获取信息。输入打字笔记或扫描手写笔记,添加待办事项、照片、图片、网页或音频……并且所有内容都可即时搜索。以任何方式组织笔记,并与任何人共享。Evernote 还能在您的设备间同步,让你的信息随时随地与你同在。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +PurchaseUrl: https://evernote.com/compare-plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.yaml b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.yaml new file mode 100644 index 000000000000..42b9853e3738 --- /dev/null +++ b/manifests/e/Evernote/Evernote/11.9.1/Evernote.Evernote.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: Evernote.Evernote +PackageVersion: 11.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 294b1a081e5a37da98856a6502d74e644ff38a16 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:19:12 +0800 Subject: [PATCH 131/171] Update: Tencent.WorkBuddy version 1.100.0 (4.7.3.23890788) (#352993) --- .../WorkBuddy/1.100.0/Tencent.WorkBuddy.installer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/t/Tencent/WorkBuddy/1.100.0/Tencent.WorkBuddy.installer.yaml b/manifests/t/Tencent/WorkBuddy/1.100.0/Tencent.WorkBuddy.installer.yaml index 974896edeeda..14c1993246f6 100644 --- a/manifests/t/Tencent/WorkBuddy/1.100.0/Tencent.WorkBuddy.installer.yaml +++ b/manifests/t/Tencent/WorkBuddy/1.100.0/Tencent.WorkBuddy.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{BFD312E9-1019-4F57-9F44-F86246833B50}}_is1' -ReleaseDate: 2026-03-26 +ReleaseDate: 2026-03-27 Installers: - Architecture: x64 - InstallerUrl: https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/saas/win32-x64-user/WorkBuddy-win32-x64-user-4.7.2.23824962-c067736bf0-ca47e7ae.exe - InstallerSha256: 239987F5DF05413D272F38909F4CD075457FF590D7AEB74D38CEF7536952770F + InstallerUrl: https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/saas/win32-x64-user/WorkBuddy-win32-x64-user-4.7.3.23890788-b12bb41e41-f768d7a4.exe + InstallerSha256: FF359349DE98DF414842C241147E50677A0C5837AF22A8BEA0937CD3116494BA ManifestType: installer ManifestVersion: 1.12.0 From 29e2905229367d47b4f4c727a3c45d6048fc902f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:20:36 +0800 Subject: [PATCH 132/171] New version: RightNow-AI.OpenFang version 0.5.5 (#353097) --- .../0.5.5/RightNow-AI.OpenFang.installer.yaml | 27 ++++++++++++ .../RightNow-AI.OpenFang.locale.en-US.yaml | 42 +++++++++++++++++++ .../RightNow-AI.OpenFang.locale.zh-CN.yaml | 22 ++++++++++ .../OpenFang/0.5.5/RightNow-AI.OpenFang.yaml | 8 ++++ 4 files changed, 99 insertions(+) create mode 100644 manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.installer.yaml create mode 100644 manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.en-US.yaml create mode 100644 manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.zh-CN.yaml create mode 100644 manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.yaml diff --git a/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.installer.yaml b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.installer.yaml new file mode 100644 index 000000000000..749d7295570e --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.5.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openfang.exe +Commands: +- openfang +ReleaseDate: 2026-03-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.5.5/openfang-x86_64-pc-windows-msvc.zip + InstallerSha256: 2523C23F1D46B742BC0E372CE399924576266B5067DC932264C09660CBE480A0 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.5.5/openfang-aarch64-pc-windows-msvc.zip + InstallerSha256: C748155A7E721BB6A992D5DD7D88A34781149429B5FF866F7177B7B301843FE4 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.en-US.yaml b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.en-US.yaml new file mode 100644 index 000000000000..24c5edf1e7d2 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.5.5 +PackageLocale: en-US +Publisher: RightNow AI, Inc. +PublisherUrl: https://www.rightnowai.co/ +PublisherSupportUrl: https://github.com/RightNow-AI/openfang/issues +PrivacyUrl: https://www.rightnowai.co/privacy-policy +Author: RightNow AI, Inc. +PackageName: OpenFang +PackageUrl: https://www.openfang.sh/ +License: MIT +LicenseUrl: https://github.com/RightNow-AI/openfang/blob/HEAD/LICENSE-MIT +Copyright: Copyright (c) 2026 OpenFang Contributors +ShortDescription: Open-source Agent Operating System +Description: |- + OpenFang is an open-source Agent Operating System — not a chatbot framework, not a Python wrapper around an LLM, not a "multi-agent orchestrator." It is a full operating system for autonomous agents, built from scratch in Rust. + Traditional agent frameworks wait for you to type something. OpenFang runs autonomous agents that work for you — on schedules, 24/7, building knowledge graphs, monitoring targets, generating leads, managing your social media, and reporting results to your dashboard. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + Bug Fixes + - #771 Qwen/OpenAI-compat tool_calls orphaning after context overflow. Smart drain boundaries + streaming repair. + - #811 LINE webhook signature validation. Raw bytes for HMAC, secret trimming, debug logging. + - #752 Local skill install: TUI parsing fix, hot-reload via /api/skills/reload, ClawHub reload. + - #772 exec_policy mode=full now bypasses approval gate for shell_exec. + - #661 Chat streaming interrupts (closed as resolved by v0.5.3 reactivity fixes). + Full Changelog: https://github.com/RightNow-AI/openfang/compare/v0.5.4...v0.5.5 +ReleaseNotesUrl: https://github.com/RightNow-AI/openfang/releases/tag/v0.5.5 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.openfang.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.zh-CN.yaml b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.zh-CN.yaml new file mode 100644 index 000000000000..64588968320e --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.5.5 +PackageLocale: zh-CN +ShortDescription: 开源智能体操作系统 +Description: |- + OpenFang 是一个开源的智能体操作系统——不是聊天机器人框架,不是围绕大语言模型的 Python 包装器,也不是“多智能体协调器”。它是一个从零开始用 Rust 构建的完整自主智能体操作系统。 + 传统的智能体框架需要等待你输入指令。而 OpenFang 运行的自主智能体可以持续为你工作——按计划全天候运行,构建知识图谱、监控目标、生成线索、管理社交媒体,并将结果汇报到你的仪表盘。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.openfang.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.yaml b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.yaml new file mode 100644 index 000000000000..681f54ef48c1 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.5.5/RightNow-AI.OpenFang.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: RightNow-AI.OpenFang +PackageVersion: 0.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b84d08bd9967345fe36cf40866fd83cbef75e8b5 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:21:51 +0200 Subject: [PATCH 133/171] New version: XTLS.Xray-core version 26.3.27 (#353132) --- .../26.3.27/XTLS.Xray-core.installer.yaml | 22 +++ .../26.3.27/XTLS.Xray-core.locale.en-US.yaml | 149 ++++++++++++++++++ .../Xray-core/26.3.27/XTLS.Xray-core.yaml | 8 + 3 files changed, 179 insertions(+) create mode 100644 manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.installer.yaml create mode 100644 manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.locale.en-US.yaml create mode 100644 manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.yaml diff --git a/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.installer.yaml b/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.installer.yaml new file mode 100644 index 000000000000..586a9027c8c2 --- /dev/null +++ b/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: XTLS.Xray-core +PackageVersion: 26.3.27 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xray.exe +ReleaseDate: 2026-03-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/XTLS/Xray-core/releases/download/v26.3.27/Xray-windows-32.zip + InstallerSha256: 956A5EC00BCE747C7936DC4FF7AC570DF1C8030B0A4A8640F843488365084DB3 +- Architecture: x64 + InstallerUrl: https://github.com/XTLS/Xray-core/releases/download/v26.3.27/Xray-windows-64.zip + InstallerSha256: D004C39288CE9ADA487C6F398C7C545F7D749E44BDFDD59DBC9F865AFBA4E1AD +- Architecture: arm64 + InstallerUrl: https://github.com/XTLS/Xray-core/releases/download/v26.3.27/Xray-windows-arm64-v8a.zip + InstallerSha256: 35D4ED6EC21224FB22B07C2C3F672E2350CD536F2C74D309150175A76365EA88 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.locale.en-US.yaml b/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.locale.en-US.yaml new file mode 100644 index 000000000000..9e7b3735791a --- /dev/null +++ b/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.locale.en-US.yaml @@ -0,0 +1,149 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XTLS.Xray-core +PackageVersion: 26.3.27 +PackageLocale: en-US +Publisher: XTLS +PublisherUrl: https://xtls.github.io/ +PublisherSupportUrl: https://github.com/XTLS/Xray-core/issues +Author: XTLS +PackageName: Xray-core +PackageUrl: https://xtls.github.io/ +License: MPL-2.0 +LicenseUrl: https://github.com/XTLS/Xray-core/blob/HEAD/LICENSE +Copyright: Mozilla Public License Version 2.0 +CopyrightUrl: https://github.com/XTLS/Xray-core/blob/main/LICENSE +ShortDescription: Xray, Penetrates Everything. +Description: Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration. +Moniker: xray +Tags: +- clash +- network +- proxy +- v2ray +- vpn +- xray +ReleaseNotes: |- + Finalmask, mKCP, Hysteria, XHTTP, REALITY, TLS ECH, WireGuard, VLESS Reverse Proxy, HTTP headers' browser masquerading, Others + 本̶次̶重̶点̶更̶新̶内̶容̶过̶多̶ + - 从双重标准到“大新闻”:浅谈代理协议设计与实现上的一些本质问题与优先级区别 + - XTLS/BBS#21 (comment) + - BlancVPN 正式成为赞助方之一,依̶旧̶面̶向̶俄̶罗̶斯̶人̶,这家默默赞助几个月了,还赞助了些其它开源项目 + Finalmask + - 新增 header-custom (TCP & UDP)、Sudoku (TCP & UDP),拷贝了 Direct/Freedom 出站的 fragment (TCP)、noise (UDP),最终的自定义流量外观拥有了更多可能,且均支持通过 fm 参数分享,基于 Xray-core 的 GUI 应尽快更新 Finalmask(类似 XHTTP extra) + - 支持了 dialer-proxy,补上了 XHTTP/3,加上一众 TCP 协议/传输层,至此 Xray 产生的所有代理流量均能被 Finalmask + - 修复了 XICMP、XDNS 潜在的 panic,XDNS 相较于 DNSTT/Slipstream 可以通过更多 DNS,且支持代理 UDP + mKCP + - 修复了 ACKs 可能超出 MTU 限制的问题,使 XDNS 更加稳定 + - 将 TTI 限制由 10~100 毫秒改为了 10~5000 毫秒 + - #716 分享链接标准新增 mtu、tti 两项,还̶是̶为̶了̶ ̶X̶D̶N̶S̶ + Hysteria + - 新增 Hysteria 2 入站与传输层,至̶此̶ ̶X̶r̶a̶y̶ ̶支̶持̶了̶完̶整̶的̶ ̶H̶y̶s̶t̶e̶r̶i̶a̶ ̶2̶,̶甚̶至̶ ̶F̶i̶n̶a̶l̶m̶a̶s̶k̶ ̶不̶只̶有̶ ̶S̶a̶l̶a̶m̶a̶n̶d̶e̶r̶ + - 注意若要使用端口跳跃,入站应当只监听一个端口,并使用 iptables 转发其它端口的流量 + - 将 congestion、brutalUp、brutalDown、udpHop 等 QUIC 参数移到了 Finalmask 的 quicParams + XHTTP + - XHTTP/3 拥塞控制改为默认 BBR ,同样支持通过 Finalmask 的 quicParams 设置 "force-brutal"、udpHop 等 + - 修复了上个版本新增 obfuscations 所引入的一些问题,比如 broken Browser Dialer,以及一些增强 + - 优化了一些代码与内存占用,测̶测̶ ̶i̶O̶S̶ + REALITY + - 基于前段时间的经验,非 443 端口、“偷苹果”极易导致服务器 IP 被封锁,故对这两个行为输出警告信息 + - 服务端启动时对 target 的 maxUselessRecords 进行四档自动探测并应用于自身,默认 32 + - 其它一些修复,比如修复了服务端进入双向拷贝状态后,服务端与 target 间可能未及时关闭连接的问题 + TLS ECH + - 避免了 WSS & HUS 的 outer ALPN 仍为 http/1.1,虽̶然̶这̶一̶行̶为̶与̶浏̶览̶器̶不̶同̶但̶ ̶A̶L̶P̶N̶ ̶h̶t̶t̶p̶/̶1̶.̶1̶ ̶会̶被̶重̶点̶关̶照̶所̶以̶ + - 修改了 echForceQuery 的默认值为 "full",即默认只允许以 ECH 发起连接 + - 顺便升级了 uTLS 库更新了新版 Firefox、Safari 指纹,支持 X25519MLKEM768,就像 Chrome + WireGuard + - 支持了 UDP FullCone,提醒一下结合 Finalmask 后它拥有比其它 WireGuard 变种更强大的伪装能力 + - 修复了出站 multi-peer 不可用的问题 + - 修复了入站潜在的路由问题 + VLESS Reverse Proxy + - VLESS 出站的 reverse(实际上是一个入站)添加完整的 sniffing 配置项与功能支持 + - VLESS 入站建立新的反向 mux 连接(可能同时新建出站)后立即检查 burstObservatory + HTTP headers' browser masquerading + - 上个版本加的“Xray-core HTTP 请求的 User-Agent 均由 Go 改为动态 Chrome”扩展到了更多 headers + - XHTTP、WS、HU、gRPC 传输层可设置 headers User-Agent 来指定 "chrome"/"firefox"/"edge" + Others + - 该版本升级了一些依赖,并使用 Go 1.26.1 拉满 inline 编译,已 tag v1.260327.0 + - 其它一些改进与修复,感谢所有贡献者,详见下方完整 change log + Sponsors + Remnawave + Happ + BlancVPN + Sponsor Xray-core + Donation & NFTs + Collect a Project X NFT to support the development of Project X! + Project X NFT + - TRX(Tron)/USDT/USDC: TNrDh5VSfwd4RPrwsohr6poyNTfFefNYan + - TON: UQApeV-u2gm43aC1uP76xAC1m6vCylstaN1gpfBmre_5IyTH + - BTC: 1JpqcziZZuqv3QQJhZGNGBVdCBrGgkL6cT + - XMR: 4ABHQZ3yJZkBnLoqiKvb3f8eqUnX4iMPb6wdant5ZLGQELctcerceSGEfJnoCk6nnyRZm73wrwSgvZ2WmjYLng6R7sR67nq + - SOL/USDT/USDC: 3x5NuXHzB5APG6vRinPZcsUv5ukWUY1tBGRSJiEJWtZa + - ETH/USDT/USDC: 0xDc3Fe44F0f25D13CACb1C4896CD0D321df3146Ee + - Project X NFT: https://opensea.io/item/ethereum/0x5ee362866001613093361eb8569d59c4141b76d1/1 + - VLESS NFT: https://opensea.io/collection/vless + - REALITY NFT: https://opensea.io/item/ethereum/0x5ee362866001613093361eb8569d59c4141b76d1/2 + - Related links: VLESS Post-Quantum Encryption, XHTTP: Beyond REALITY, Announcement of NFTs by Project X + What's Changed + - Build: Remove Windows ARM 32-bit build by @KobeArthurScofield in #4584 + - Chore: Migrate to Go 1.26 by @Fangliding in #5680 + - core/core.go: Replace "Custom" with vcs info if available by @Fangliding in #5665 + - HTTPUpgrade server: Fix certain stuck in Handle() by @Fangliding in #5661 + - Proxy: Add Hysteria 2 inbound & transport (supports listening port range, Salamander finalmask) by @LjhAUMEM in #5679 + - gRPC client: Strip "grpc-go/version" suffix from User-Agent header by @RPRX in #5689 + - README.md: Add NetProxy-Magisk to Magisk & Android Clients by @Fanju6 @RPRX in #5708 + - README.md: Add GenyConnect to Windows & Linux & Android Clients by @thecompez in #5713 + - README.md: Add XrayFA to Android Clients by @Q7DF1 in #5715 + - VLESS config: Remove "with no flow" warning for now by @M03ED in #5671 + - VLESS Encryption: Check 171̶7̶0̶0̶0̶ ̶-̶>̶ ̶C̶h̶e̶c̶k̶ ̶1̶7̶16640 by @OneMiny in #5698 + - Routing: Add webhook to rules by @kastov in #5722 + - API: Fix Online Map by @kastov in #5732 + - XHTTP transport: Bugfixes for obfuscations by @26X23 in #5720 + - XHTTP transport: Add "bbr" (default) and "force-brutal" congestion control for H3 by @Katze-942 in #5711 + - mKCP config: Check TTI 101̶0̶0̶ ̶-̶>̶ ̶C̶h̶e̶c̶k̶ ̶T̶T̶I̶ ̶1̶0̶5000 by @patterniha @Fangliding in #5755 + - mKCP transport: Make sure ACKs are limited within MTU by @LjhAUMEM in #5773 + - Finalmask: Add header-custom (TCP & UDP), fragment (TCP), noise (UDP); Support dialer-proxy, XHTTP/3; Fix XDNS, XICMP potential panic by @LjhAUMEM in #5657 + - Finalmask: Add Sudoku (TCP & UDP) by @saba-futai in #5685 + - Update github.com/apernet/quic-go to 20260217092621 by @LjhAUMEM in #5782 + - Hysteria & XHTTP/3: Unified Finalmask's quicParams to set congestion, brutalUp, brutalDown, udpHop (ports & interval), etc. by @LjhAUMEM in #5772 + - TLS ECH: Avoid outer ALPN http/1.1 for WSS & HUS; Change echForceQuery's default value to "full"; Update github.com/refraction-networking/utls to 20260301010127; Add irrelevant tests for uTLS-REALITY by @Fangliding in #5725 + - TUN inbound: Generate deterministic GUID on Windows by @Fangliding in #5811 + - API: Fix potential nil pointer dereference in executeAddRules() by @WASDetchan @Fangliding in #5749 + - REALITY config: Fix client's ·shortId· length check by @OfficialKatana in #5738 + - Commands: x25519 outputs "Password" -> "Password (PublicKey)" by @matthew-abg @RPRX in #5759 + - Finalmask: Refactor header conns to avoid multiple-copy; Add randRange to "header-custom" (TCP & UDP) by @LjhAUMEM in #5812 + - VLESS Reverse Proxy: Check burstObservatory immediately after inbound adds new reverse-mux to reverse-outbound by @Fangliding @RPRX in #5752 + - Xray-core: More robust browser header masquerading (chrome, firefox, edge) by @PoneyClairDeLune in #5802 + - XHTTP transport: Some optimizations by @Fangliding @ozeranskii @rufsieus in #5803 + - REALITY config: Print Warning when user is choosing apple/icloud as the target or listening on non-443 ports by @RPRX in 157e65b + - README.md: Add BlancVPN to Sponsors by @RPRX in e0ab00f + - Update github.com/xtls/reality to 20260322125925 by @RPRX in 2320416 + - README.md: Add INCY to iOS & macOS Clients by @JustYay in #5832 + - README.md: Add CELERITY to Web Panel by @ClickDevTech in #5834 + - WireGuard: Implement UDP FullCone NAT by @LjhAUMEM @RPRX in #5833 + - XTLS Vision: Defer Splice handoff until write completes by @HeXis-YS in #5737 + - OpenBSD: Disable readV by @Fangliding in #5786 + - WireGuard outbound: Fix multi-peer's readQueue issue by @RPRX in #5554 + - VLESS Reverse Proxy: Add sniffing to outbound's reverse (which is actually an inbound) by @RPRX in #5837 + - Loopback outbound: Fix potential nil InboundFromContext by @Fangliding in #5836 + - Finalmask: Add randRange to "noise" (UDP), as the same as "header-custom"'s (TCP & UDP) by @LjhAUMEM in #5850 + - WireGuard inbound: Fix multi-peer; Fix potential routing issue by @LjhAUMEM in #5843 + New Contributors + - @Fanju6 made their first contribution in #5708 + - @thecompez made their first contribution in #5713 + - @Q7DF1 made their first contribution in #5715 + - @OneMiny made their first contribution in #5698 + - @26X23 made their first contribution in #5720 + - @Katze-942 made their first contribution in #5711 + - @saba-futai made their first contribution in #5685 + - @WASDetchan made their first contribution in #5749 + - @OfficialKatana made their first contribution in #5738 + - @matthew-abg made their first contribution in #5759 + - @JustYay made their first contribution in #5832 + - @ClickDevTech made their first contribution in #5834 + - @HeXis-YS made their first contribution in #5737 + Full Changelog: v26.2.6...v26.3.27 +ReleaseNotesUrl: https://github.com/XTLS/Xray-core/releases/tag/v26.3.27 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.yaml b/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.yaml new file mode 100644 index 000000000000..6740e1816564 --- /dev/null +++ b/manifests/x/XTLS/Xray-core/26.3.27/XTLS.Xray-core.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: XTLS.Xray-core +PackageVersion: 26.3.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6b35524d4edac569f922bd638e75471cb35083f7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:23:02 +0800 Subject: [PATCH 134/171] Update: Servo.Servo.Nightly version 1.0 (2026-03-29) (#353584) --- .../Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml | 8 ++++---- .../Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 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 f3a99ce337bc..d1da13816fa7 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: '{9184aee6-bee8-4514-92df-4e21884c17c0}' -ReleaseDate: 2026-03-28 +ProductCode: '{f215c64c-5ccf-4108-839f-492d510b3b9f}' +ReleaseDate: 2026-03-29 AppsAndFeaturesEntries: - DisplayName: ServoShell Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-03-28/servo-x86_64-windows-msvc.exe - InstallerSha256: AFBEB34B7F3C70C9BF72DBC65F9DF0936C84AFF5D3340F6DB897A1EE650C7841 + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-03-29/servo-x86_64-windows-msvc.exe + InstallerSha256: 204DCA5DEC67733282B5AEA251DB6AF22556271941F70AA97110080F8B81EC4F 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 d33d8d182303..3434fe3a1bbb 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@1f6e1d2004b7c0fe1553206e452762eb3a1fb59b -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-03-28 +ReleaseNotes: Nightly build based on servo/servo@f59723184213b04fa02d727040bb75e8eeb5ad75 +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-03-29 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki From 39e5f725eb61f9f333622291b318c290a514fa64 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:33:33 +0800 Subject: [PATCH 135/171] Update: AGTEK.Gradework version 1.12.5.3 (#349169) --- .../a/AGTEK/Gradework/1.12.5.3/AGTEK.Gradework.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/a/AGTEK/Gradework/1.12.5.3/AGTEK.Gradework.installer.yaml b/manifests/a/AGTEK/Gradework/1.12.5.3/AGTEK.Gradework.installer.yaml index 8d2abd256553..d7419ee908da 100644 --- a/manifests/a/AGTEK/Gradework/1.12.5.3/AGTEK.Gradework.installer.yaml +++ b/manifests/a/AGTEK/Gradework/1.12.5.3/AGTEK.Gradework.installer.yaml @@ -24,6 +24,6 @@ ReleaseDate: 2026-03-09 Installers: - Architecture: x64 InstallerUrl: https://agtek.s3.amazonaws.com/Agtek/Vejqy14ChtnF - InstallerSha256: CA67C9D2B7CBC084C1B256565F22E2EF545B878382EA1EA3502DB6E4D92060D1 + InstallerSha256: A1A5CD0E591ABD7F4A8403FB7FD5CF95B6AF044C4E581746D95F7197B5636A8F ManifestType: installer ManifestVersion: 1.12.0 From dec2fc217e1e2ebd722aedcebfce30a580982627 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:35:00 +0800 Subject: [PATCH 136/171] New version: KDE.Parley version 26.07.70 (909) (#350918) --- .../{26.03.70 => 26.07.70}/KDE.Parley.installer.yaml | 10 +++++----- .../KDE.Parley.locale.en-US.yaml | 2 +- .../KDE.Parley.locale.zh-CN.yaml | 2 +- .../KDE/Parley/{26.03.70 => 26.07.70}/KDE.Parley.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename manifests/k/KDE/Parley/{26.03.70 => 26.07.70}/KDE.Parley.installer.yaml (64%) rename manifests/k/KDE/Parley/{26.03.70 => 26.07.70}/KDE.Parley.locale.en-US.yaml (98%) rename manifests/k/KDE/Parley/{26.03.70 => 26.07.70}/KDE.Parley.locale.zh-CN.yaml (97%) rename manifests/k/KDE/Parley/{26.03.70 => 26.07.70}/KDE.Parley.yaml (90%) diff --git a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.installer.yaml b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml similarity index 64% rename from manifests/k/KDE/Parley/26.03.70/KDE.Parley.installer.yaml rename to manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml index e02260ea8a94..debe734c3014 100644 --- a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.installer.yaml +++ b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml @@ -2,21 +2,21 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Parley -PackageVersion: 26.03.70 +PackageVersion: 26.07.70 InstallerType: nullsoft UpgradeBehavior: install ProductCode: parley Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-897-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A4A12FFD21147B1627B34FF018D605D76D56D6E89F419E94048DDAE8ACF57A45 + InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-909-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 516072FACDA8DC10716E0AA1CAA7D5B4A2EA3BC1844E5F31969DDC3D7EC8F8A7 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-897-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A4A12FFD21147B1627B34FF018D605D76D56D6E89F419E94048DDAE8ACF57A45 + InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-909-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 516072FACDA8DC10716E0AA1CAA7D5B4A2EA3BC1844E5F31969DDC3D7EC8F8A7 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.locale.en-US.yaml b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.locale.en-US.yaml similarity index 98% rename from manifests/k/KDE/Parley/26.03.70/KDE.Parley.locale.en-US.yaml rename to manifests/k/KDE/Parley/26.07.70/KDE.Parley.locale.en-US.yaml index 3fb8143df3d6..c30160449475 100644 --- a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.locale.en-US.yaml +++ b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.Parley -PackageVersion: 26.03.70 +PackageVersion: 26.07.70 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.locale.zh-CN.yaml b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.locale.zh-CN.yaml similarity index 97% rename from manifests/k/KDE/Parley/26.03.70/KDE.Parley.locale.zh-CN.yaml rename to manifests/k/KDE/Parley/26.07.70/KDE.Parley.locale.zh-CN.yaml index 9ca964e4ae7c..fa02eeed2752 100644 --- a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.locale.zh-CN.yaml +++ b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Parley -PackageVersion: 26.03.70 +PackageVersion: 26.07.70 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kde.org/zh-cn/support/ diff --git a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.yaml b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.yaml similarity index 90% rename from manifests/k/KDE/Parley/26.03.70/KDE.Parley.yaml rename to manifests/k/KDE/Parley/26.07.70/KDE.Parley.yaml index 9d5591ef25d5..365ad335046a 100644 --- a/manifests/k/KDE/Parley/26.03.70/KDE.Parley.yaml +++ b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.Parley -PackageVersion: 26.03.70 +PackageVersion: 26.07.70 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 91a2593fc66b8631e03d999c40d5855ceafc7761 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:36:26 +0800 Subject: [PATCH 137/171] Update: KDE.KGoldrunner version master (1070) (#350968) --- .../KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml b/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml index 7ffacbeccfe3..43cbfa872da3 100644 --- a/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml +++ b/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kgoldrunner Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1066-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D34650E1E023B62F22E6850588959C7F80F8D07A8EDD0D2E79347D247A8BD9B6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1070-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9374956263FB07C870CD12B50369285337E4BF1AC799B3893AEE3F7C227CE0C1 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1066-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D34650E1E023B62F22E6850588959C7F80F8D07A8EDD0D2E79347D247A8BD9B6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1070-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9374956263FB07C870CD12B50369285337E4BF1AC799B3893AEE3F7C227CE0C1 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 5e2a711a40c019c9319f3347e274cc0e395959f2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:38:09 +0800 Subject: [PATCH 138/171] Update: KDE.KSquares version master (822) (#350982) --- .../k/KDE/KSquares/master/KDE.KSquares.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml b/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml index 8cbd3fa6b66f..c7dcb5e674b6 100644 --- a/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml +++ b/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml @@ -9,14 +9,14 @@ ProductCode: ksquares Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-819-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 9ACD575B5E2C945A0DDDA04EF9E590F3DC4428E497150822D79C7605B8C6F792 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-822-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 64399452326B8BBA773C13D635E30E70814E8F4DC4EFB0E3F3881E12B0D471EA InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-819-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 9ACD575B5E2C945A0DDDA04EF9E590F3DC4428E497150822D79C7605B8C6F792 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-822-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 64399452326B8BBA773C13D635E30E70814E8F4DC4EFB0E3F3881E12B0D471EA InstallerSwitches: Custom: /AllUsers ManifestType: installer From 2a4a593e9c631984d4b433551aec41391396142a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:39:21 +0800 Subject: [PATCH 139/171] New version: Microsoft.IntegrationRuntime version 5.64.9558.1 (#351068) --- ...icrosoft.IntegrationRuntime.installer.yaml | 25 +++++++++++++++++++ ...osoft.IntegrationRuntime.locale.en-US.yaml | 22 ++++++++++++++++ ...osoft.IntegrationRuntime.locale.zh-CN.yaml | 14 +++++++++++ .../Microsoft.IntegrationRuntime.yaml | 8 ++++++ 4 files changed, 69 insertions(+) create mode 100644 manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.installer.yaml create mode 100644 manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.zh-CN.yaml create mode 100644 manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.yaml diff --git a/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.installer.yaml b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.installer.yaml new file mode 100644 index 000000000000..e993d1f6b753 --- /dev/null +++ b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.IntegrationRuntime +PackageVersion: 5.64.9558.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLLOCATION="" +FileExtensions: +- dmgbackup +- irbackup +ProductCode: '{992E95D4-A624-407F-91DC-92C28278F72D}' +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- ProductCode: '{992E95D4-A624-407F-91DC-92C28278F72D}' + UpgradeCode: '{49681305-13D3-47DE-95B3-90767D1F2148}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Microsoft Integration Runtime' +Installers: +- Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/e/4/7/e4771905-1079-445b-8bf9-8a1a075d8a10/IntegrationRuntime_5.64.9558.1.msi + InstallerSha256: F346C76BA38F7414F6590DFB2B18A9EBC67BBC02B5D50A3E6DE6E23E228704B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.en-US.yaml b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.en-US.yaml new file mode 100644 index 000000000000..08a9fdfddc37 --- /dev/null +++ b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.IntegrationRuntime +PackageVersion: 5.64.9558.1 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Integration Runtime +PackageUrl: https://www.microsoft.com/download/details.aspx?id=39717 +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: A customer managed data integration infrastructure used by Azure Data Factory and Azure Synapse Analytics to provide data integration capabilities across different network environments. +Tags: +- azuredatafactory +- azuresynapseanalytics +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.zh-CN.yaml b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.zh-CN.yaml new file mode 100644 index 000000000000..99ce946db1e6 --- /dev/null +++ b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.IntegrationRuntime +PackageVersion: 5.64.9558.1 +PackageLocale: zh-CN +PublisherUrl: https://www.microsoft.com/zh-cn/ +PublisherSupportUrl: https://support.microsoft.com/zh-cn +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +PackageUrl: https://www.microsoft.com/zh-cn/download/details.aspx?id=39717 +License: 专有软件 +ShortDescription: 由 Azure Data Factory 和 Azure Synapse Analytics 使用的客户管理的数据集成基础结构,用于在不同网络环境中提供数据集成功能。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.yaml b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.yaml new file mode 100644 index 000000000000..443b817cd70c --- /dev/null +++ b/manifests/m/Microsoft/IntegrationRuntime/5.64.9558.1/Microsoft.IntegrationRuntime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.IntegrationRuntime +PackageVersion: 5.64.9558.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9bd1e4dfdbea91633ba0fcc1e7ed7ff8b68e1230 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:40:34 +0800 Subject: [PATCH 140/171] Update: KDE.Killbots version master (894) (#351121) --- .../k/KDE/Killbots/master/KDE.Killbots.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml b/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml index 8637be459ff4..d474aeca5152 100644 --- a/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml +++ b/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml @@ -9,14 +9,14 @@ ProductCode: killbots Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-891-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B056C4B91CF6145D201D553214D26CBB9075AA3C1ECC8522E4C779F27A55B54A + InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-894-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9E09C4188721D8172EB25EA78D2BFDFB4A42C3B2E90C0F26B8C584CF2E03C4CB InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-891-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B056C4B91CF6145D201D553214D26CBB9075AA3C1ECC8522E4C779F27A55B54A + InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-894-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9E09C4188721D8172EB25EA78D2BFDFB4A42C3B2E90C0F26B8C584CF2E03C4CB InstallerSwitches: Custom: /AllUsers ManifestType: installer From f519c0b4a68e8e6ab5df7e6f06c3c8b5025b0c97 Mon Sep 17 00:00:00 2001 From: Joshua <1676008+LuckyURE@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:41:38 -0500 Subject: [PATCH 141/171] New version: KopioRapido.KopioRapido version 2026.3.26 (#353237) --- .../KopioRapido.KopioRapido.installer.yaml | 23 +++++++++ .../KopioRapido.KopioRapido.locale.en-US.yaml | 48 +++++++++++++++++++ .../2026.3.26/KopioRapido.KopioRapido.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.installer.yaml create mode 100644 manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.locale.en-US.yaml create mode 100644 manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.yaml diff --git a/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.installer.yaml b/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.installer.yaml new file mode 100644 index 000000000000..858f88768e46 --- /dev/null +++ b/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KopioRapido.KopioRapido +PackageVersion: 2026.3.26 +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: kp.exe + PortableCommandAlias: kopiorapido +Commands: +- kopiorapido +ReleaseDate: 2026-03-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/KredoKodo/KopioRapido-releases/releases/download/v2026.3.26/kopiorapido-cli-windows-x64-2026.3.26.zip + InstallerSha256: 902E5CEF2138876987FB7ED86615D765233A3E28AC2A79082B494BF8D6F8F984 +- Architecture: arm64 + InstallerUrl: https://github.com/KredoKodo/KopioRapido-releases/releases/download/v2026.3.26/kopiorapido-cli-windows-arm64.zip + InstallerSha256: CAF57B8638E38040343DA0673DCC0D2111102F379A123D670940A4D9A1AF5D64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.locale.en-US.yaml b/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.locale.en-US.yaml new file mode 100644 index 000000000000..93519e833d22 --- /dev/null +++ b/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KopioRapido.KopioRapido +PackageVersion: 2026.3.26 +PackageLocale: en-US +Publisher: KopioRapido +PublisherUrl: https://kopiorapido.com/ +PublisherSupportUrl: https://github.com/KopioRapido/releases/issues +PackageName: KopioRapido CLI +PackageUrl: https://kopiorapido.com/ +License: Proprietary +LicenseUrl: https://github.com/KredoKodo/KopioRapido-releases/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 KopioRapido +ShortDescription: High-performance file copying CLI with delta sync and intelligent transfer +Description: |- + KopioRapido is a high-performance cross-platform file copying CLI with intelligent transfer optimization. + + Features: + - Delta synchronization for efficient updates + - Smart compression for network transfers + - Multiple operation modes: Copy, Move, Sync, Mirror, BiDirectional Sync + - Resumable operations + - Real-time progress tracking + - JSON output for scripting + - Intelligent transfer engine that analyzes storage devices + - Adaptive performance monitoring +Moniker: kopiorapido +Tags: +- backup +- cli +- copy +- file-management +- robocopy +- rsync +- sync +ReleaseNotes: |- + Installation + Package Managers (Recommended): + - macOS/Linux: brew tap KredoKodo/kopiorapido && brew install kopiorapido + - Windows: winget install KopioRapido.KopioRapido or scoop install kopiorapido + Manual Download: + Download the appropriate file for your platform below. + See INSTALLATION.md for detailed instructions. + See RELEASE_NOTES.md for full release notes. +ReleaseNotesUrl: https://github.com/KredoKodo/KopioRapido-releases/releases/tag/v2026.3.26 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.yaml b/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.yaml new file mode 100644 index 000000000000..e5bfb3703c6b --- /dev/null +++ b/manifests/k/KopioRapido/KopioRapido/2026.3.26/KopioRapido.KopioRapido.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KopioRapido.KopioRapido +PackageVersion: 2026.3.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 040f550b653537a32ea8bdac09d6de8469db6d70 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:42:40 +0800 Subject: [PATCH 142/171] New version: looplj.AxonHub version 0.9.23 (#353267) --- .../0.9.23/looplj.AxonHub.installer.yaml | 21 ++++++++ .../0.9.23/looplj.AxonHub.locale.en-US.yaml | 50 +++++++++++++++++++ .../0.9.23/looplj.AxonHub.locale.zh-CN.yaml | 21 ++++++++ .../looplj/AxonHub/0.9.23/looplj.AxonHub.yaml | 8 +++ 4 files changed, 100 insertions(+) create mode 100644 manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.installer.yaml create mode 100644 manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.en-US.yaml create mode 100644 manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.zh-CN.yaml create mode 100644 manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.yaml diff --git a/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.installer.yaml b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.installer.yaml new file mode 100644 index 000000000000..7f6b221f3049 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: axonhub.exe +Commands: +- axonhub +ReleaseDate: 2026-03-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.23/axonhub_0.9.23_windows_amd64.zip + InstallerSha256: B49F2FB264221ADB91AAE8CC7B7B9035096D9BA8C20504A6EBD5DDF016E0F975 +- Architecture: arm64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.23/axonhub_0.9.23_windows_arm64.zip + InstallerSha256: 8B006EAFAFC5838DCC827CAEAC61907FCA765E57D4636B26F99437159D94E6A4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.en-US.yaml b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.en-US.yaml new file mode 100644 index 000000000000..f56a956114b9 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.23 +PackageLocale: en-US +Publisher: Loop +PublisherUrl: https://github.com/looplj +PublisherSupportUrl: https://github.com/looplj/axonhub/issues +PackageName: AxonHub +PackageUrl: https://github.com/looplj/axonhub +License: MIT +LicenseUrl: https://github.com/looplj/axonhub/blob/HEAD/LICENSE +Copyright: Copyright for portions of AxonHub are held by Sat Naing, 2026 as part of project [Shadcn Admin](https://github.com/satnaing/shadcn-admin). All other copyright for project AxonHub are held by looplj, 2026. +ShortDescription: A modern AI gateway system that provides a unified OpenAI (Chat Completion, Responses), Anthropic, Gemini and AI SDK compatible API +Description: |- + AxonHub is an all-in-one AI development platform that provides unified API gateway, project management, and comprehensive development tools. It offers OpenAI, Anthropic, and AI SDK compatible API layers, transforming requests to various AI providers through a transformer pipeline architecture. The platform features comprehensive tracing capabilities, project-based organization, and integrated playground for rapid prototyping, helping developers and enterprises better manage AI development workflows. + Core Features: + 1. Unified API: OpenAI- and Anthropic-compatible interface with automatic API translation lets you use one API format to access any supported model provider. + 2. Tracing / Threads: Thread-aware tracing captures full request timelines for deep observability and faster debugging. + 3. Fine-grained Permission: RBAC-based policies help teams govern access, usage, and data segregation precisely. + 4. Adaptive Load Balancing: Intelligent multi-strategy load balancing automatically selects optimal AI channels based on health, performance, and session consistency. +Tags: +- ai +- chatbot +- large-language-model +- llm +- proxy +ReleaseNotes: |- + What's Changed + - chore(codex): upgrade codex ua version by @looplj in https://github.com/looplj/axonhub/pull/1151 + - doc: add request processing by @looplj in https://github.com/looplj/axonhub/pull/1155 + - fix: auto disble text, close #1156 by @looplj in https://github.com/looplj/axonhub/pull/1159 + - chore: 为 Codex 计划补充 gpt-5.3-codex-spark 和 gpt-5.4-mini 模型 by @llc1123 in https://github.com/looplj/axonhub/pull/1162 + - refactor: 去除 Codex CLI 伪装并简化 Codex 兼容逻辑 by @llc1123 in https://github.com/looplj/axonhub/pull/1166 + - feat: add Fireworks AI channel support by @djdembeck in https://github.com/looplj/axonhub/pull/1200 + - feat(llm): response compact API by @looplj in https://github.com/looplj/axonhub/pull/1161 + - fix: restore channel losing sync models pattern, close #1203 by @looplj in https://github.com/looplj/axonhub/pull/1205 + - fix(channels): prevent ChannelsTypeTabs from wrapping on small screens by @nb5p in https://github.com/looplj/axonhub/pull/1206 + - fix: doubao anthropic fetch models by @looplj in https://github.com/looplj/axonhub/pull/1207 + - opt: allow invalid api key if allow no auth, close #1201 by @looplj in https://github.com/looplj/axonhub/pull/1208 + - fix: duplicate override path when apply template by @looplj in https://github.com/looplj/axonhub/pull/1209 + - feat: prompt inject condition for api key, close #1202 by @looplj in https://github.com/looplj/axonhub/pull/1210 + New Contributors + - @llc1123 made their first contribution in https://github.com/looplj/axonhub/pull/1162 + - @nb5p made their first contribution in https://github.com/looplj/axonhub/pull/1206 + Full Changelog: https://github.com/looplj/axonhub/compare/v0.9.22...v0.9.23 +ReleaseNotesUrl: https://github.com/looplj/axonhub/releases/tag/v0.9.23 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.zh-CN.yaml b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.zh-CN.yaml new file mode 100644 index 000000000000..5c4b1f1d94bc --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.23 +PackageLocale: zh-CN +ShortDescription: 一个现代化的 AI 网关系统,提供统一的 OpenAI(聊天补全、响应)、Anthropic、Gemini 和 AI SDK 兼容的 API +Description: |- + AxonHub 是一个 All-in-one AI 开发平台,提供统一的 API 网关、项目管理和全面的开发工具。平台提供 OpenAI、Anthropic 和 AI SDK 兼容的 API 层,通过转换器管道架构将请求转换到各种 AI 提供商。系统具备完整的追踪能力、基于项目的组织结构以及集成的 Playground 快速原型开发,帮助开发者和企业更好地管理 AI 开发工作流。 + 核心特性: + 1. 统一 API Unified API:兼容 OpenAI 与 Anthropic 的接口,配合转换管线实现模型互换与映射,无需改动现有代码。 + 2. 追踪 / 线程 Tracing / Threads:线程级追踪实时记录完整调用链路,提升可观测性与问题定位效率。 + 3. 细粒度权限 Fine-grained Permission:基于 RBAC 的权限策略,帮助团队精细管理访问控制、配额与数据隔离。 + 4. 自适应负载均衡 Adaptive Load Balancing: 智能多策略负载均衡,自动选择最优 AI 渠道,确保高可用性和最佳性能。 +Tags: +- 人工智能 +- 代理 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.yaml b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.yaml new file mode 100644 index 000000000000..c9b52c2309b1 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.23/looplj.AxonHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bd01aac65de88df6300595725f6bcb7bc54492ae Mon Sep 17 00:00:00 2001 From: David Shnayder Date: Mon, 30 Mar 2026 04:44:18 +0300 Subject: [PATCH 143/171] New version: dusrdev.Seek version 1.2.0 (#353274) --- .../Seek/1.2.0/dusrdev.Seek.installer.yaml | 18 ++++++++++ .../Seek/1.2.0/dusrdev.Seek.locale.en-US.yaml | 33 +++++++++++++++++++ .../d/dusrdev/Seek/1.2.0/dusrdev.Seek.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.installer.yaml create mode 100644 manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.locale.en-US.yaml create mode 100644 manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.yaml diff --git a/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.installer.yaml b/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.installer.yaml new file mode 100644 index 000000000000..fe5b7b3f5b98 --- /dev/null +++ b/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dusrdev.Seek +PackageVersion: 1.2.0 +InstallerType: portable +Commands: +- seek +ReleaseDate: 2026-03-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dusrdev/Seek/releases/download/1.2.0/seek-win-x64.exe + InstallerSha256: 849F56441058B9CE81A2B2FC657BE7670FD249F4479FB649488610DE3D6EAC7B +- Architecture: arm64 + InstallerUrl: https://github.com/dusrdev/Seek/releases/download/1.2.0/seek-win-arm64.exe + InstallerSha256: 9F63C42572B8FA51CCB2FD65B0D4C244B75F808F33C9C71874ADE83E7AF8DC54 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.locale.en-US.yaml b/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.locale.en-US.yaml new file mode 100644 index 000000000000..bed21a3cfec6 --- /dev/null +++ b/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dusrdev.Seek +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: David Shnayder +PublisherUrl: https://github.com/dusrdev +PublisherSupportUrl: https://github.com/dusrdev/Seek/issues +Author: David Shnayder +PackageName: Seek +PackageUrl: https://github.com/dusrdev/Seek +License: MIT +LicenseUrl: https://github.com/dusrdev/Seek/blob/HEAD/LICENSE +ShortDescription: A very fast filesystem searcher. +Moniker: seek +Tags: +- cli +- filesystem +- find +- search +ReleaseNotes: |- + 1.2.0 + - Seek is now available on WinGet via winget install dusrdev.Seek. + - Search, delete, update checks, and CLI errors now use a shared built-in palette for more consistent terminal output. + - Removed --highlight-color in favor of the built-in match-highlight palette. + - Added seek delete --no-progress to suppress the live progress bar during apply runs. +ReleaseNotesUrl: https://github.com/dusrdev/Seek/releases/tag/1.2.0 +Documentations: +- DocumentLabel: README + DocumentUrl: https://github.com/dusrdev/Seek/blob/HEAD/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.yaml b/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.yaml new file mode 100644 index 000000000000..bcf0b36b1f6c --- /dev/null +++ b/manifests/d/dusrdev/Seek/1.2.0/dusrdev.Seek.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dusrdev.Seek +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c97b2b80da8c23a2b1543d4c1a07f7bacd793679 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sun, 29 Mar 2026 21:45:35 -0400 Subject: [PATCH 144/171] New version: SST.OpenCodeDesktop version 1.3.4 (#353334) --- .../1.3.4/SST.OpenCodeDesktop.installer.yaml | 22 +++++++++ .../SST.OpenCodeDesktop.locale.en-US.yaml | 47 +++++++++++++++++++ .../1.3.4/SST.OpenCodeDesktop.yaml | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.installer.yaml create mode 100644 manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.locale.en-US.yaml create mode 100644 manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.yaml diff --git a/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 000000000000..c8424050b2d9 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.3.4 +InstallerType: nullsoft +Scope: user +ProductCode: OpenCode +ReleaseDate: 2026-03-29 +AppsAndFeaturesEntries: +- ProductCode: OpenCode +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.3.4/opencode-desktop-windows-x64.exe + InstallerSha256: AC683510B1C813EB987BD536337A55581D3C22ECE0FDF5C4A4465231629E231E +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.3.4/opencode-desktop-windows-arm64.exe + InstallerSha256: 07FBC3CEFFB702EF62A803D1C98E68F1C9F12CBF24D6137B7815D287F2ED861E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..8314f1c5d2a4 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,47 @@ +# 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.3.4 +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: |- + Upcoming Changes + + TUI + - #19563 Added home_prompt slot to TUI plugin system, allowing plugins to customize the home screen prompt with custom placeholders and hints + + Desktop + + Core + + Misc +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.3.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.3.4/SST.OpenCodeDesktop.yaml new file mode 100644 index 000000000000..1e3e0449c8a4 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.3.4/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.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 86a30afa4d17311244e41b6c1ebceadb0fa0a27f Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Mon, 30 Mar 2026 03:46:43 +0200 Subject: [PATCH 145/171] New version: yt-dlp.yt-dlp.nightly version 2026.03.28.233656 (#353342) --- .../yt-dlp.yt-dlp.nightly.installer.yaml | 25 ----------------- .../yt-dlp.yt-dlp.nightly.installer.yaml | 25 +++++++++++++++++ .../yt-dlp.yt-dlp.nightly.locale.en-US.yaml | 28 ++++++------------- .../yt-dlp.yt-dlp.nightly.yaml | 8 +++--- 4 files changed, 37 insertions(+), 49 deletions(-) delete mode 100644 manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.installer.yaml create mode 100644 manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.installer.yaml rename manifests/y/yt-dlp/yt-dlp/nightly/{2026.02.16.233630 => 2026.03.28.233656}/yt-dlp.yt-dlp.nightly.locale.en-US.yaml (62%) rename manifests/y/yt-dlp/yt-dlp/nightly/{2026.02.16.233630 => 2026.03.28.233656}/yt-dlp.yt-dlp.nightly.yaml (55%) diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.installer.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.installer.yaml deleted file mode 100644 index d1f9884b5864..000000000000 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.02.16.233630 -InstallerType: portable -Commands: -- yt-dlp -Dependencies: - PackageDependencies: - - PackageIdentifier: DenoLand.Deno - - PackageIdentifier: yt-dlp.FFmpeg -ReleaseDate: 2026-02-16 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.02.16.233630/yt-dlp_x86.exe - InstallerSha256: 03F3B77221A4210F4A13BDF9C6C07B3BF01A053BB45A98685BAED7126F9BAC4A -- Architecture: x64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.02.16.233630/yt-dlp.exe - InstallerSha256: EB2ED08374E81FE6C0C897B74B64C485F629D5AD3EC6F156A42A8A38564B4B40 -- Architecture: arm64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.02.16.233630/yt-dlp_arm64.exe - InstallerSha256: 6942FDB6B39D63CABDE469464CC7AA49BC5CFCBC5CBFC6A172CEF2321BBFA166 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.installer.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.installer.yaml new file mode 100644 index 000000000000..bce6c85743c4 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp.nightly +PackageVersion: 2026.03.28.233656 +InstallerType: portable +Commands: +- yt-dlp +Dependencies: + PackageDependencies: + - PackageIdentifier: DenoLand.Deno + - PackageIdentifier: yt-dlp.FFmpeg +ReleaseDate: 2026-03-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.28.233656/yt-dlp_x86.exe + InstallerSha256: B37DFBD5151EDF7686CEB736AC06CA976F402679BA22940F263B23D4CAFACD21 +- Architecture: x64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.28.233656/yt-dlp.exe + InstallerSha256: DE9B73F1197D0F7947A98F7A9D680AE4DBEC1B0E0E5F2F6D8A831C512EF5F229 +- Architecture: arm64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.28.233656/yt-dlp_arm64.exe + InstallerSha256: 6093E146D66944AFCAAC6BF50482DFBF5215D0A45264818E769FEBB439D8D2E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.locale.en-US.yaml similarity index 62% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.locale.en-US.yaml rename to manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.locale.en-US.yaml index 8bb2b88492a2..8b4b3b37f36c 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.locale.en-US.yaml +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.02.16.233630 +PackageVersion: 2026.03.28.233656 PackageLocale: en-US Publisher: yt-dlp PublisherUrl: https://github.com/yt-dlp @@ -33,28 +33,16 @@ Tags: - youtube-dlp - ytdlp ReleaseNotes: |- - Generated from: yt-dlp/yt-dlp@abade83 + Generated from: yt-dlp/yt-dlp@87eaf88 Installation Discord Donate Documentation A description of the various files is in the README The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt Changelog - Core changes - - cookies: Ignore cookies with control characters (#15862) by bashonly, syphyr Extractor changes - - 1tv: Extract chapters (#15848) by hunter-gatherer8 - - applepodcasts: Fix extractor (#15901) by coreywright - - gem.cbc.ca: Support standalone, series & Olympics URLs (#15878) by 0xvd, bashonly, makew0rld - - locipo: Add extractors (#15486) by doe1080, gravesducking - - matchitv: Add extractor (#15204) by gseddon - - pornhub: Fix extractor (#15858) by beacdeac - - steam: Fix extractor (#15028) by doe1080 - - tver: olympic: Add extractor (#15885) by doe1080 - - tvo: Add extractor (#15903) by doe1080 - - visir: Add extractor (#15811) by doe1080 - - xhamster: Fix extractor (#15831) by 0xvd + - rtp: Support multi-part episodes and --no-playlist (#16299) by bashonly Misc. changes - - cleanup: Bump ruff to 0.15.x (#15951) by Grub4K -ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.02.16.233630 + - build: Harden build/release workflows (#16358) by bashonly, Grub4K +ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.03.28.233656 Documentations: - DocumentLabel: Discord DocumentUrl: https://discord.gg/H5MNcFW63r @@ -63,4 +51,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.yaml similarity index 55% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.yaml rename to manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.yaml index c55680e9f9a8..71ea6af0a478 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.16.233630/yt-dlp.yt-dlp.nightly.yaml +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.02.16.233630 +PackageVersion: 2026.03.28.233656 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 From fc77b3b6131894694254998ee5d811e00289dafd Mon Sep 17 00:00:00 2001 From: YANAi Date: Mon, 30 Mar 2026 10:48:06 +0900 Subject: [PATCH 146/171] OraDBDumpViewer.OraDBDumpViewer version 3.0.1 (#353349) --- ...BDumpViewer.OraDBDumpViewer.installer.yaml | 23 +++++++++++++++++++ ...mpViewer.OraDBDumpViewer.locale.ja-JP.yaml | 19 +++++++++++++++ .../OraDBDumpViewer.OraDBDumpViewer.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.installer.yaml create mode 100644 manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.locale.ja-JP.yaml create mode 100644 manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.yaml diff --git a/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.installer.yaml b/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.installer.yaml new file mode 100644 index 000000000000..61ff5d866667 --- /dev/null +++ b/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: OraDBDumpViewer.OraDBDumpViewer +PackageVersion: 3.0.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/OraDB-DUMP-Viewer/OraDB-DUMP-Viewer/releases/download/v3.0.1/OraDBDumpViewer_v3.0.1_installer_x64.exe + InstallerSha256: B831A0AEF22272DFA40358921B225865C3FECC4F3CBBFA5C46727C7F932AE690 +- Architecture: arm64 + InstallerUrl: https://github.com/OraDB-DUMP-Viewer/OraDB-DUMP-Viewer/releases/download/v3.0.1/OraDBDumpViewer_v3.0.1_installer_arm64.exe + InstallerSha256: B11AAA5599ABBDF078B8626E3DF84A7B7CE7020A566CF60DF2B0D36B874BDEAE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.locale.ja-JP.yaml b/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.locale.ja-JP.yaml new file mode 100644 index 000000000000..07e6abec5b07 --- /dev/null +++ b/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.locale.ja-JP.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: OraDBDumpViewer.OraDBDumpViewer +PackageVersion: 3.0.1 +PackageLocale: ja-JP +Publisher: YANAI Taketo +PublisherUrl: https://www.odv.dev/ +PackageName: OraDB DUMP Viewer +PackageUrl: https://www.odv.dev/ +License: Proprietary +ShortDescription: Oracle EXP/EXPDP DUMPファイルビューア +Tags: +- oracle +- dump +- viewer +- database +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.yaml b/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.yaml new file mode 100644 index 000000000000..3db7cd1c3a06 --- /dev/null +++ b/manifests/o/OraDBDumpViewer/OraDBDumpViewer/3.0.1/OraDBDumpViewer.OraDBDumpViewer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: OraDBDumpViewer.OraDBDumpViewer +PackageVersion: 3.0.1 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 From b9c5682e1f3f5c9e8bae469fc6f29ee30e1888af Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 30 Mar 2026 03:49:47 +0200 Subject: [PATCH 147/171] New version: vim.vim.nightly version 9.2.0271 (#353588) --- .../9.2.0271/vim.vim.nightly.installer.yaml | 34 +++++++++ .../vim.vim.nightly.locale.en-US.yaml | 69 +++++++++++++++++++ .../vim/nightly/9.2.0271/vim.vim.nightly.yaml | 8 +++ 3 files changed, 111 insertions(+) create mode 100644 manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.installer.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.locale.en-US.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.yaml diff --git a/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.installer.yaml new file mode 100644 index 000000000000..20bfe96fcd92 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.installer.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0271 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.2 +ReleaseDate: 2026-03-29 +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%VIM%' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0271/gvim_9.2.0271_x86.exe + InstallerSha256: 1751242AB03471B9A5C61F5861D59D4AA90C93A286C16EE7130FFE37D0AC7B35 +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0271/gvim_9.2.0271_x64.exe + InstallerSha256: 75999A4C316679E1AFF0DE727DBB8A6FB77F533710ACC760CCDFADFEFF522C17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..9cf70c0ea21b --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0271 +PackageLocale: en-US +Publisher: Bram Moolenaar et al. +PublisherUrl: https://github.com/vim/vim-win32-installer +PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues +Author: Bram Moolenaar et al. +PackageName: Vim +PackageUrl: https://www.vim.org/ +License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible +LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright +Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] +CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright +ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient +Moniker: vim +Tags: +- code-editor +- g-vim +- gvim +- text-editing +- text-editor +- tool +- utility +- vi +ReleaseNotes: |- + v9.2.0271 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - 9.2.0271: buffer underflow in vim_fgets() + - 9.2.0270: test: trailing spaces used in tests + - 9.2.0269: configure: Link error on Solaris + - 9.2.0268: memory leak in call_oc_method() + - 9.2.0267: 'autowrite' not triggered for :term + - 9.2.0266: typeahead buffer overflow during mouse drag event + Files: + 🔓 Unsigned Files: + - gvim_9.2.0271_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0271_x64.exe + 64-bit installer + - gvim_9.2.0271_arm64.exe + ARM 64-bit installer + - gvim_9.2.0271_x86.zip + 32-bit zip archive + - gvim_9.2.0271_x64.zip + 64-bit zip archive + - gvim_9.2.0271_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0271_x86_pdb.zip + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0271_x64_pdb.zip + pdb files for debugging the corresponding 64-bit executable + Interface Information + - Strawberry Perl 5.38 + - LuaBinaries 5.4 + - Python 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.4 + - libsodium 1.0.19 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0271 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.yaml new file mode 100644 index 000000000000..25c8b1e41cc5 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0271/vim.vim.nightly.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0271 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bc4ffa62321d4fa57d88c88f876a475a0c958837 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:52:52 +0800 Subject: [PATCH 148/171] Fix: 360.NamiAI version 1.3.1508.64 (#348985) --- manifests/3/360/NamiAI/1.3.1508.64/360.NamiAI.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/3/360/NamiAI/1.3.1508.64/360.NamiAI.installer.yaml b/manifests/3/360/NamiAI/1.3.1508.64/360.NamiAI.installer.yaml index d29f788a6b83..e78bb866ba8f 100644 --- a/manifests/3/360/NamiAI/1.3.1508.64/360.NamiAI.installer.yaml +++ b/manifests/3/360/NamiAI/1.3.1508.64/360.NamiAI.installer.yaml @@ -26,7 +26,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Protocols: - nami -ProductCode: Freedom 1.3.1508.64 +ProductCode: namiai Installers: - Architecture: x64 Scope: user From 8b068a876c3a8d5d45db295aee5895672625b56e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:54:12 +0800 Subject: [PATCH 149/171] New version: Brave.Brave.Beta version 146.1.89.121 (#351396) --- .../Brave.Brave.Beta.installer.yaml | 86 +++++++++++++++++++ .../Brave.Brave.Beta.locale.en-US.yaml | 33 +++++++ .../Brave.Brave.Beta.locale.zh-CN.yaml | 29 +++++++ .../Beta/146.1.89.121/Brave.Brave.Beta.yaml | 8 ++ 4 files changed, 156 insertions(+) create mode 100644 manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.installer.yaml create mode 100644 manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.en-US.yaml create mode 100644 manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.zh-CN.yaml create mode 100644 manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.yaml diff --git a/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.installer.yaml new file mode 100644 index 000000000000..f54587aeeb0e --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 146.1.89.121 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Beta +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.121/BraveBrowserStandaloneSilentBetaSetup32.exe + InstallerSha256: 301E915B5A1040B3FF0E1450216D7F545DA96EF14A7D8763C7E63021B6879B06 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.121/BraveBrowserStandaloneBetaSetup32.exe + InstallerSha256: A74C0841C664E29D79908D791CFB192BD5EBD067C5E759F5A8F96D3EB735EC8E + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.121/BraveBrowserStandaloneSilentBetaSetup.exe + InstallerSha256: CF90922611B345AD769CFC0336DBF85ED069B09060A7DFC7E8F32D863C79BDCA + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.121/BraveBrowserStandaloneBetaSetup.exe + InstallerSha256: 1688579032026B62D4369E529B26328C4666754277DA7925225BA7E1093358AA + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.121/BraveBrowserStandaloneSilentBetaSetupArm64.exe + InstallerSha256: D8B25D7D4621F7EEB1F7D55F5FC4F60219C7DA52509DF82E7FF00AC8D5364299 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.121/BraveBrowserStandaloneBetaSetupArm64.exe + InstallerSha256: 0FE5BB1C5A34AD839A1809292866390487AB3375F474B80FA42D7F76AD92F946 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..6e39f5913683 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 146.1.89.121 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 000000000000..91a236e5eb3f --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 146.1.89.121 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.yaml new file mode 100644 index 000000000000..0426cabf5c7b --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/146.1.89.121/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 146.1.89.121 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9f6f93eb1d489a3d30acada1015b66ea3d5d9564 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:55:27 +0800 Subject: [PATCH 150/171] Update: VisualParadigm.VisualParadigmViewer version 18.0 (18.0.20260323) (#352548) --- .../18.0/VisualParadigm.VisualParadigmViewer.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml b/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml index 77e0a42d5dea..2307184d66b6 100644 --- a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml @@ -21,6 +21,6 @@ ProductCode: 1106-5897-7327-6550 Installers: - Architecture: x64 InstallerUrl: https://www.visual-paradigm.com/downloads/vpviewer/Visual_Paradigm_Project_Viewer_Win64.exe - InstallerSha256: 4F4D0946CBCE7EF60041B437E08CD661EFFCF9F064F040C3097ACE87A81B3616 + InstallerSha256: CB0E42EBA1ED3CB4385A04C0DAFBA317E4B78340D1E998A480A709C65D083B93 ManifestType: installer ManifestVersion: 1.12.0 From 4b1e008299de67e3ec494016d5f61846fa83f69b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:56:50 +0800 Subject: [PATCH 151/171] New version: SST.opencode version 1.3.4 (#353350) --- .../1.3.4/SST.opencode.installer.yaml | 21 ++++ .../1.3.4/SST.opencode.locale.en-US.yaml | 97 +++++++++++++++++++ .../1.3.4/SST.opencode.locale.zh-CN.yaml | 25 +++++ .../s/SST/opencode/1.3.4/SST.opencode.yaml | 8 ++ 4 files changed, 151 insertions(+) create mode 100644 manifests/s/SST/opencode/1.3.4/SST.opencode.installer.yaml create mode 100644 manifests/s/SST/opencode/1.3.4/SST.opencode.locale.en-US.yaml create mode 100644 manifests/s/SST/opencode/1.3.4/SST.opencode.locale.zh-CN.yaml create mode 100644 manifests/s/SST/opencode/1.3.4/SST.opencode.yaml diff --git a/manifests/s/SST/opencode/1.3.4/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.3.4/SST.opencode.installer.yaml new file mode 100644 index 000000000000..aadcda39e7a6 --- /dev/null +++ b/manifests/s/SST/opencode/1.3.4/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.3.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.3.4/opencode-windows-x64.zip + InstallerSha256: 1CF9876BFF799CE81C3DE3BC663C79CC9D04E44EEC350D582C93972CA5CAA576 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.3.4/opencode-windows-arm64.zip + InstallerSha256: 849DE84A1F6313FCCC0057EA179D2E2E10C78D03D0DCB70CB5888B36CD4F43FD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.3.4/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.3.4/SST.opencode.locale.en-US.yaml new file mode 100644 index 000000000000..5d423cd19ef3 --- /dev/null +++ b/manifests/s/SST/opencode/1.3.4/SST.opencode.locale.en-US.yaml @@ -0,0 +1,97 @@ +# 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.3.4 +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 + - Add prompt slot feature + - Update opencode-gitlab-auth to 2.0.1 (@vglafirov) + - Refactored session processor to use effect-based architecture + - Use AppFileSystem instead of raw Filesystem for better abstraction + - Upgrade OpenTUI to version 0.1.91 + - Adjust bash tool description to increase cache hit rates between projects + - Update Effect to version 4.0.0-beta.42 + - Refactor session compaction service to use Effect + - Add single target plugin entrypoints + - Use ChildProcessSpawner instead of Process.spawn for formatting + - Move more responsibility to workspace routing + - Refactor Session service to use Effect-based architecture + - Add support for AI SDK v6 + - Add additional overflow error patterns to error handling + - Fix flaky plugin tests by removing mock.module which is not supported in Bun + - Split out instance and route through workspaces + - Effectify Plugin service internals + - Effectify Skill service internals + - Add TUI plugins support + - Refactor tool registry to yield Config and Plugin services using Effect.forEach + - Ignore generated models snapshot files + - Replace async git() with ChildProcessSpawner in VCS module + - Yield services instead of promise facades in Effect refactor + - Fixed web UI bundle build on Windows + - Improve app startup performance + - Close MCP transport on failed or timed-out connections + - Use cachedInvalidateWithTTL for config and bump Effect to beta.37 + - Refactor Config service to use Effect + - Remove workspace server and WorkspaceContext, improve routing architecture + - Add GPT prompt so non-Codex GPT models have their own system prompt modeled after Codex CLI + - Refactor LSP service with InstanceState using Effect + TUI + - Use theme color for prompt placeholder + - Add dialog variant menu and improve subagent functionality + - Open dialog for model variant selection instead of cycling + - Check KV theme before falling back to default theme + - Add top spacing to session view and remove obsolete documentation prompt + - Restore subagent footer and fix style guide violations + - Add model variant selection dialog + - Remove variant cycle display from footer + - Move session context into prompt footer + Desktop + - Improved app startup efficiency + - Use Azure Artifact Signing for Windows releases + - Default file tree to closed with minimum width + - Resize layout viewport when mobile keyboard appears (@BYK) + - Persist queued followups across project switches + - Reduce markdown jank while responses stream in UI + - Remove fork session button from app + - Default shell tool to collapsed state + - Don't bundle fonts in app + Thank you to 3 community contributors: + - @BYK: + - fix(app): resize layout viewport when mobile keyboard appears (#15841) + - @vglafirov: + - fix: update opencode-gitlab-auth to 2.0.1 (#19552) + - @gigamonster256: + - fix: respect semver build identifiers for nix (#11915) + - fix: nix embedded web-ui support (#19561) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.3.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.3.4/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.3.4/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 000000000000..920d2cc061b5 --- /dev/null +++ b/manifests/s/SST/opencode/1.3.4/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.3.4 +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.3.4/SST.opencode.yaml b/manifests/s/SST/opencode/1.3.4/SST.opencode.yaml new file mode 100644 index 000000000000..6ba25f1bb847 --- /dev/null +++ b/manifests/s/SST/opencode/1.3.4/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.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b9bb8a9ae8f2b94cb6ddbd858346633cf096a575 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:58:30 +0800 Subject: [PATCH 152/171] New version: Anthropic.ClaudeCode version 2.1.87 (#353368) --- .../Anthropic.ClaudeCode.installer.yaml | 18 +++++++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 39 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 +++++++++++++++ .../2.1.87/Anthropic.ClaudeCode.yaml | 8 ++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..2e8a9c66be6b --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.87 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.87/win32-x64/claude.exe + InstallerSha256: C722FF8836E7A90B5C62FD5CB6549887DC314E7E8D9551C01DF1718D9198ECDF +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.87/win32-arm64/claude.exe + InstallerSha256: 5C3E5F706685963C83CDC5DD2EC86A89E5A897BD6EC82298311ABB43280FFA30 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..cf7c3b24a5f2 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.87 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: '- Fixed messages in Cowork Dispatch not getting delivered' +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#2187 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..e8b685efbd49 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.87 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.yaml new file mode 100644 index 000000000000..ca177efcb462 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.87/Anthropic.ClaudeCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.87 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 903583dd5661ca7834c3c2af779105d55ac53cd1 Mon Sep 17 00:00:00 2001 From: Giulio Sorrentino Date: Mon, 30 Mar 2026 03:59:50 +0200 Subject: [PATCH 153/171] New version: GiulioSorrentino.IlFortunedinumerone version 2.2.0.2 (#353408) --- ...rentino.IlFortunedinumerone.installer.yaml | 20 ++++++++++++++++ ...tino.IlFortunedinumerone.locale.it-IT.yaml | 24 +++++++++++++++++++ .../GiulioSorrentino.IlFortunedinumerone.yaml | 8 +++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.installer.yaml create mode 100644 manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.locale.it-IT.yaml create mode 100644 manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.yaml diff --git a/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.installer.yaml b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.installer.yaml new file mode 100644 index 000000000000..6cfd6b082051 --- /dev/null +++ b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.IlFortunedinumerone +PackageVersion: 2.2.0.2 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ProductCode: '{477E4D53-8455-4DD6-B16F-8722654C5712}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/ilfortunedinumeronematerial/releases/download/2.2/ilfortunedinumerone-2.2.0.2-material-amd64.msi + InstallerSha256: FAED502CF6428770097A8B6922EDCF493722CA26117B55FA020294FA57A5D9E3 +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/ilfortunedinumeronematerial/releases/download/2.2/ilfortunedinumerone-2.2.0.2-material-arm64.msi + InstallerSha256: D861FFCDB9FFCB5011C5CBA1BE61BD7E0B9821F184314255036A0FB7F36BD22F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.locale.it-IT.yaml new file mode 100644 index 000000000000..ec812e36af8e --- /dev/null +++ b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.locale.it-IT.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.IlFortunedinumerone +PackageVersion: 2.2.0.2 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://github.com/GiulianoSpaghetti +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Il-fortune-di-numerone/issues +Author: Giulio Sorrentino +PackageName: IlFortunedinumerone +PackageUrl: https://github.com/GiulianoSpaghetti/Il-fortune-di-numerone +License: MIT +LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/Il-fortune-di-numerone/refs/heads/master/LICENSE.txt +Copyright: 2025 Giulio Sorrentino +ShortDescription: Una revisitazione del fortune per avere i cookie italiani +Description: Un fortune teller coi cookie italiani. I cookie non sono autoprodotti, ma presi dalla newselletter un trucco al giorno della buongiorno, attiva in Italia 15 anni fa. +Tags: +- fortune +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/Il-fortune-di-numerone/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.yaml b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.yaml new file mode 100644 index 000000000000..49c397b8605c --- /dev/null +++ b/manifests/g/GiulioSorrentino/IlFortunedinumerone/2.2.0.2/GiulioSorrentino.IlFortunedinumerone.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.IlFortunedinumerone +PackageVersion: 2.2.0.2 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.12.0 From e064b9b07530e854148ad16ccc91477ea2fef3f2 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 13:01:11 +1100 Subject: [PATCH 154/171] New version: Amulet.Amulet version 1.21.11 (#353421) --- .../1.21.11/Amulet.Amulet.installer.yaml | 16 ++++++++ .../1.21.11/Amulet.Amulet.locale.en-US.yaml | 39 +++++++++++++++++++ .../Amulet/Amulet/1.21.11/Amulet.Amulet.yaml | 8 ++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.installer.yaml create mode 100644 manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.locale.en-US.yaml create mode 100644 manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.yaml diff --git a/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.installer.yaml b/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.installer.yaml new file mode 100644 index 000000000000..7b1f5aaa1cba --- /dev/null +++ b/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.installer.yaml @@ -0,0 +1,16 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amulet.Amulet +PackageVersion: 1.21.11 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: amulet-v1.21.11/amulet.exe +ReleaseDate: 2025-02-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ianmaclarty/amulet/releases/download/v1.21.11/amulet-v1.21.11-windows.zip + InstallerSha256: 1B62E2E20E5A76DF4C35203EF3AA728C6868D5408A7758FEDE32504F50D18B26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.locale.en-US.yaml b/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.locale.en-US.yaml new file mode 100644 index 000000000000..b2be16e335e5 --- /dev/null +++ b/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amulet.Amulet +PackageVersion: 1.21.11 +PackageLocale: en-US +Publisher: Amulet +PublisherUrl: https://github.com/ianmaclarty +PackageName: Amulet +PackageUrl: https://github.com/ianmaclarty/amulet +License: MIT +LicenseUrl: https://github.com/ianmaclarty/amulet/blob/HEAD/LICENSE +ShortDescription: Amulet is a Lua-based audio/visual toolkit designed for small games and experimentation. +ReleaseNotes: |- + Please note, this is the first release using Github Actions. Previous releases were built with Travis and Appveyor, but those have long since stopped working. Unfortunately I didn't have time to port the windows and mac installer packages, but the zips are still available. I also wasn't able to get the emscripted (html) build working, so, for now, please use previous releases for that. I also wasn't able to build on the new ARM Macs yet, so the macos release still targets intel (which is what I own), for now. + Changes between v1.21.10 and v1.21.11: + 5a40b93 Allow loading data.pak from a different url via window.amulet_data_pak_url + 48b85c2 add native file open dialog (windows only for now) + 2689984 fix build error on mac and linux + b9f61f3 fix error in mingw build + 7cf648f disable native file open dialog on mingw to avoid link error + 084afdf Merge pull request #137 from jminor/external_data_pak + b483259 @ character at beginning of resource to load now forces it to be loaded from filesystem, without prepending data dir path + 8fa43fc upgrade stb_image to get 16 bit png support + b0e8b28 minor documentation fixes + 99f1a36 revert city.lua changes + 3d1363e Merge pull request #139 from selvan/master + 328dd7b Add documentation for am.type + 4090c8d Merge pull request #140 from churchianity/master + 92a9d60 add documentation for am.rand + f5791fd Merge pull request #142 from churchianity/am_rand + ecf02fe Add bindings setting to am.postprocess + 67cb615 Add documentation for the new settings field: bindings + 5cabf42 Expose bindings field for am.postprocess + 4a7cf2d Merge pull request #143 from InquisitivePenguin/postprocess-bindings + 26e8ba2 target android sdk 34 by default +ReleaseNotesUrl: https://github.com/ianmaclarty/amulet/releases/tag/v1.21.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.yaml b/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.yaml new file mode 100644 index 000000000000..ca1cc2664b0c --- /dev/null +++ b/manifests/a/Amulet/Amulet/1.21.11/Amulet.Amulet.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amulet.Amulet +PackageVersion: 1.21.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7f0c8cbd6c1499277d118654324b10dc415c1680 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:32:29 +0800 Subject: [PATCH 155/171] New version: PixPin.PixPin.Beta version 3.0.0.2 (#346962) --- .../3.0.0.2/PixPin.PixPin.Beta.installer.yaml | 26 +++++++++++++++++++ .../PixPin.PixPin.Beta.locale.zh-CN.yaml | 25 ++++++++++++++++++ .../Beta/3.0.0.2/PixPin.PixPin.Beta.yaml | 8 ++++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.installer.yaml create mode 100644 manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.locale.zh-CN.yaml create mode 100644 manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.yaml diff --git a/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.installer.yaml b/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.installer.yaml new file mode 100644 index 000000000000..81aebfccd3ac --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.0.0.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- Publisher: Shenzhen Shendu Tujing Technology Co., Ltd. + ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PixPin' +Installers: +- Architecture: x64 + InstallerUrl: https://download.pixpinapp.com/PixPin_cn_zh-cn_3.0.0.2.exe + InstallerSha256: 51239138F2751DCBBD61F55D4376B41AC64331EA696CD4FE8F3E5124FF28E40A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.locale.zh-CN.yaml b/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.locale.zh-CN.yaml new file mode 100644 index 000000000000..cde0fe914ff7 --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.0.0.2 +PackageLocale: zh-CN +Publisher: 深圳市深度图景科技有限公司 +PublisherUrl: https://viewdepth.cn/#/ +PrivacyUrl: https://pixpin.cn/docs/policy/privacy_zh_CN +PackageName: PixPin (Beta) +PackageUrl: https://pixpin.cn/ +License: 专有软件 +Copyright: © 2026 深圳市深度图景科技有限公司 +ShortDescription: 功能强大使用简单的截图/贴图工具,帮助你提高效率。 +Description: 随心截图, 随意贴图 - 屏幕截图,录制屏幕,长截图,文字识别,贴图,以及更多功能。 +Agreements: +- AgreementLabel: PixPin 服务协议 + AgreementUrl: https://pixpin.cn/docs/policy/tos_zh_CN.html +ReleaseNotesUrl: https://pixpin.cn/docs/change-log/3.0.0.2 +PurchaseUrl: https://pixpin.cn/docs/policy/member_policy_zh_CN.html +Documentations: +- DocumentLabel: 使用文档 + DocumentUrl: https://pixpin.cn/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.yaml b/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.yaml new file mode 100644 index 000000000000..d631ed048067 --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.0.0.2/PixPin.PixPin.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.0.0.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 9d7f3daac4c0aee6bdc051dec508adff96c9872d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:33:47 +0800 Subject: [PATCH 156/171] New version: ByteDance.SodaMusic version 3.1.2 (#351104) --- .../3.1.2/ByteDance.SodaMusic.installer.yaml | 18 +++++++++++ .../ByteDance.SodaMusic.locale.en-US.yaml | 30 +++++++++++++++++++ .../ByteDance.SodaMusic.locale.zh-CN.yaml | 29 ++++++++++++++++++ .../SodaMusic/3.1.2/ByteDance.SodaMusic.yaml | 8 +++++ 4 files changed, 85 insertions(+) create mode 100644 manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.installer.yaml create mode 100644 manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.yaml diff --git a/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.installer.yaml b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.installer.yaml new file mode 100644 index 000000000000..ceb71c7a0d01 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.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: ByteDance.SodaMusic +PackageVersion: 3.1.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: '{87285ABF-B326-46A4-B8BD-FFDD150917DE}_is1' +Installers: +- Architecture: x86 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/3.1.2/329266087/SodaMusic-v3.1.2-official-win32_ia32.exe + InstallerSha256: 831e2d2875d2c34cb33f61243fdbddc3db2a6755f164333bc62f9839b811fb45 +- Architecture: x64 + InstallerUrl: https://lf-luna-release.qishui.com/obj/luna-release/3.1.2/329266087/SodaMusic-v3.1.2-official-win32_x64.exe + InstallerSha256: 7b6a047f91018dbee03f85db989e61cecc6092b27832639993257469c750e575 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.en-US.yaml b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.en-US.yaml new file mode 100644 index 000000000000..42e47616691c --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 3.1.2 +PackageLocale: en-US +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: Beijing Microlive Vision Technology Co., Ltd. +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: Proprietary +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2026 Beijing Microlive Vision Technology Co., Ltd. +ShortDescription: Douyin's official music APP +Tags: +- album +- artist +- audio +- cloud +- douyin +- music +- player +- playlist +- song +- sound +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.zh-CN.yaml b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.zh-CN.yaml new file mode 100644 index 000000000000..7b130e0c2762 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 3.1.2 +PackageLocale: zh-CN +Publisher: Beijing Douyin Technology Co., Ltd. +PublisherUrl: https://www.douyin.com/ +PublisherSupportUrl: https://www.douyin.com/aboutus/#contact +PrivacyUrl: https://luna-web.douyin.com/privacy +Author: 北京抖音科技有限公司 +PackageName: 汽水音乐 +PackageUrl: https://www.qishui.com/ +License: 专有软件 +LicenseUrl: https://luna-web.douyin.com/terms +Copyright: Copyright © 2026 Beijing Microlive Vision Technology Co., Ltd. +ShortDescription: 抖音官方出品音乐 APP +Tags: +- 专辑 +- 抖音 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: 优化了用户体验,修复了一些已知问题 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.yaml b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.yaml new file mode 100644 index 000000000000..6abda6c9ac56 --- /dev/null +++ b/manifests/b/ByteDance/SodaMusic/3.1.2/ByteDance.SodaMusic.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.SodaMusic +PackageVersion: 3.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fd77569b2456f194994992f3f5308f5ec409ef5c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:34:55 +0800 Subject: [PATCH 157/171] New version: beekeeper-studio.beekeeper-studio version 5.6.3 (#351292) --- ...per-studio.beekeeper-studio.installer.yaml | 26 +++++++++++ ...-studio.beekeeper-studio.locale.en-US.yaml | 43 +++++++++++++++++++ ...-studio.beekeeper-studio.locale.zh-CN.yaml | 25 +++++++++++ .../beekeeper-studio.beekeeper-studio.yaml | 8 ++++ 4 files changed, 102 insertions(+) create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.installer.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.yaml diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.installer.yaml new file mode 100644 index 000000000000..c7c0a6e92dee --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.6.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: e2478b25-5000-506b-83a1-adcfb4783217 +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v5.6.3/Beekeeper-Studio-Setup-5.6.3.exe + InstallerSha256: 4098B2DB93159209189FDFB0BA6A84CDC79EF0C7A114E3EE8AA0263C814BBD06 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v5.6.3/Beekeeper-Studio-Setup-5.6.3.exe + InstallerSha256: 4098B2DB93159209189FDFB0BA6A84CDC79EF0C7A114E3EE8AA0263C814BBD06 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml new file mode 100644 index 000000000000..b99a59dd2c78 --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.6.3 +PackageLocale: en-US +Publisher: Beekeeper Studio Team +PublisherUrl: https://www.beekeeperstudio.io/ +PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +Author: Matthew Rathbone and Gregory Garden +PackageName: Beekeeper Studio +PackageUrl: https://www.beekeeperstudio.io/ +License: GPL-3.0 +LicenseUrl: https://github.com/beekeeper-studio/beekeeper-studio/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026 Matthew Rathbone and Gregory Garden +ShortDescription: A modern, easy to use, and good looking SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Oh, it's also open source :-). +Description: Beekeeper Studio is a database manager and SQL GUI. It is a desktop app that is easy to use. It's a visual alternative to command line tools like psql or mysql, while also providing a bunch of useful extra features. +Tags: +- database +- mssql +- mysql +- postgres +- postgresql +- sql +- sql-server +- sqlite +ReleaseNotes: |- + Just a quick release with some small fixes + What's Changed + - fix for fedora buildid conflict by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/3968 + - Use ~/.ssh/config in ssh agent auth type by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/3973 + - Fix param config by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/3984 + - default azure request to select_account by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/3961 + Full Changelog: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.6.2...v5.6.3 +ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.6.3 +PurchaseUrl: https://www.beekeeperstudio.io/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.beekeeperstudio.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beekeeper-studio/beekeeper-studio/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml new file mode 100644 index 000000000000..ecd4a14e4f05 --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio +PackageVersion: 5.6.3 +PackageLocale: zh-CN +ShortDescription: 一款现代、易于使用且界面美观的 SQL 客户端,支持 MySQL、Postgres、SQLite、SQL Server 等多种数据库。哦,它还是开源的 :-)。 +Description: Beekeeper Studio 是一款数据库管理工具和 SQL 图形界面工具。它是一个易于使用的桌面应用程序,可作为 psql 或 mysql 等命令行工具的可视化替代方案,同时还提供了一系列实用的额外功能。 +Tags: +- db2 +- mssql +- mysql +- postgres +- postgresql +- sql +- sql-server +- sqlite +- 数据库 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.beekeeperstudio.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beekeeper-studio/beekeeper-studio/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.yaml new file mode 100644 index 000000000000..5f37ba963add --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.6.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio +PackageVersion: 5.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1c4c70fe21ebc1dcd0ad0f189fc464c7fb04fdb9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:36:40 +0800 Subject: [PATCH 158/171] New version: Mozilla.Firefox.ESR.az version 140.9.0 (#351494) --- .../Mozilla.Firefox.ESR.az.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.az.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.az.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.az.locale.zh-CN.yaml | 25 +++++++++++ .../az/140.9.0/Mozilla.Firefox.ESR.az.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.installer.yaml new file mode 100644 index 000000000000..14e242b1a4c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.az +PackageVersion: 140.9.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-03-24 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.9.0esr/win32/az/Firefox%20Setup%20140.9.0esr.exe + InstallerSha256: 221C4AFE9788F8F5957633878F4A983543DF57F3C79E991ABB4A03A72F596B52 + ProductCode: Mozilla Firefox 140.9.0 ESR (x86 az) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.9.0esr/win64/az/Firefox%20Setup%20140.9.0esr.exe + InstallerSha256: 6AB528FC867DD2A224F4E4044C3D95C3CE900FB907B86A419C92F6807B1DA8BC + ProductCode: Mozilla Firefox 140.9.0 ESR (x64 az) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.9.0esr/win64-aarch64/az/Firefox%20Setup%20140.9.0esr.exe + InstallerSha256: D012141AB10B34138ABFC1426351D1447CD038AB633D1BCEFBA7C36465B2FB69 + ProductCode: Mozilla Firefox 140.9.0 ESR (arm64 az) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.de-DE.yaml new file mode 100644 index 000000000000..474043fad6ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.de-DE.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: Mozilla.Firefox.ESR.az +PackageVersion: 140.9.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (az) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.en-US.yaml new file mode 100644 index 000000000000..e7fc3b8547c4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.az +PackageVersion: 140.9.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (az) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.9.0, first offered to ESR channel users on March 24, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.9.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.locale.zh-CN.yaml new file mode 100644 index 000000000000..802485d1e28d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.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: Mozilla.Firefox.ESR.az +PackageVersion: 140.9.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (az) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.yaml b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.yaml new file mode 100644 index 000000000000..1ba04fbff660 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/az/140.9.0/Mozilla.Firefox.ESR.az.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: Mozilla.Firefox.ESR.az +PackageVersion: 140.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b64ab4c0d16df4b0a90235fd4678aee503608a78 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:36:56 +0800 Subject: [PATCH 159/171] New version: OpenAgentPlatform.Dive version 0.14.2 (#351400) --- .../OpenAgentPlatform.Dive.installer.yaml | 26 +++++++++++ .../OpenAgentPlatform.Dive.locale.en-US.yaml | 46 +++++++++++++++++++ .../OpenAgentPlatform.Dive.locale.zh-CN.yaml | 32 +++++++++++++ .../Dive/0.14.2/OpenAgentPlatform.Dive.yaml | 8 ++++ 4 files changed, 112 insertions(+) create mode 100644 manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.installer.yaml create mode 100644 manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.locale.en-US.yaml create mode 100644 manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.locale.zh-CN.yaml create mode 100644 manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.yaml diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.installer.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.installer.yaml new file mode 100644 index 000000000000..be7053018f2b --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenAgentPlatform.Dive +PackageVersion: 0.14.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 6675a1a1-f6e6-5b85-8f7b-ac0387bb4ec2 +ReleaseDate: 2026-03-24 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/OpenAgentPlatform/Dive/releases/download/v0.14.2/Dive-electron-0.14.2-win-x64.exe + InstallerSha256: D3C1EB8C9557F2BBE7F57FC31F353F5D046B81CA9CE0546A2FBB2DA914F82A7C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/OpenAgentPlatform/Dive/releases/download/v0.14.2/Dive-electron-0.14.2-win-x64.exe + InstallerSha256: D3C1EB8C9557F2BBE7F57FC31F353F5D046B81CA9CE0546A2FBB2DA914F82A7C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.locale.en-US.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.locale.en-US.yaml new file mode 100644 index 000000000000..22090cc89e26 --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.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: OpenAgentPlatform.Dive +PackageVersion: 0.14.2 +PackageLocale: en-US +Publisher: OpenAgentPlatform +PublisherUrl: https://github.com/OpenAgentPlatform +PublisherSupportUrl: https://github.com/OpenAgentPlatform/Dive/issues +Author: BigGo +PackageName: Dive +PackageUrl: https://github.com/OpenAgentPlatform/Dive +License: MIT +LicenseUrl: https://github.com/OpenAgentPlatform/Dive/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Open Agent Platform +ShortDescription: An open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. +Description: |- + Dive is an open-source AI Agent desktop application that seamlessly integrates any Tools Call-supported LLM with frontend MCP Server—part of the Open Agent Platform initiative. ✨ + Features: + - 🌐 Universal LLM Support: Compatible with ChatGPT, Anthropic, Ollama and OpenAI-compatible models + - 💻 Cross-Platform: Available for Windows, MacOS, and Linux + - 🔄 Model Context Protocol: Enabling seamless AI agent integration + - 🔌 MCP Server Integration: External data access and processing capabilities + - 🌍 Multi-Language Support: Traditional Chinese, English, with more coming soon + - ⚙️ Advanced API Management: Multiple API keys and model switching support + - 💡 Custom Instructions: Personalized system prompts for tailored AI behavior + - 💬 Intuitive Chat Interface: Real-time context management and user-friendly design + - 🚀 Upcoming Features: Prompt Schedule and OpenAgentPlatform MarketPlace +Tags: +- ai +- chatbot +- chatgpt +- claude +- large-language-model +- llm +- mcp +- ollama +ReleaseNotes: |- + What's Changed + - chore(deps-dev): bump oxlint from 1.35.0 to 1.49.0 by @dependabot[bot] in https://github.com/OpenAgentPlatform/Dive/pull/335 + - chore(deps-dev): bump @vitejs/plugin-react from 5.1.2 to 5.1.4 by @dependabot[bot] in https://github.com/OpenAgentPlatform/Dive/pull/334 + - fix: prevent premature URL validation error when configuring streamab… by @ckaznable in https://github.com/OpenAgentPlatform/Dive/pull/341 + Full Changelog: https://github.com/OpenAgentPlatform/Dive/compare/v0.14.1...v0.14.2 +ReleaseNotesUrl: https://github.com/OpenAgentPlatform/Dive/releases/tag/v0.14.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.locale.zh-CN.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.locale.zh-CN.yaml new file mode 100644 index 000000000000..6a979fb60591 --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.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: OpenAgentPlatform.Dive +PackageVersion: 0.14.2 +PackageLocale: zh-CN +Author: 乐方股份有限公司 +ShortDescription: 开源 MCP Host 桌面应用程序,与任何支持函数调用功能的 LLM 无缝集成。 +Description: |- + Dive 是一款开源 AI Agent 桌面应用程序,可与任何支持函数调用功能的 LLM 和前端 MCP Server 无缝集成,是开放 Agent 平台计划的一部分。✨ + 功能: + - 🌐 支持通用 LLM:兼容 ChatGPT、Anthropic、Ollama 和 OpenAI 兼容模型 + - 💻 跨平台:适用于 Windows、MacOS 和 Linux + - 🔄 模型上下文协议:实现无缝 AI 代理集成 + - 🔌 MCP 服务器集成:外部数据访问和处理能力 + - 🌍 多语言支持:繁体中文、英文,更多语言即将推出 + - ⚙️ 高级 API 管理:支持多个 API 密钥和模型切换 + - 💡 定制指令:个性化系统提示,实现量身定制的 AI 行为 + - 💬 直观的聊天界面:实时上下文管理和用户友好型设计 + - 🚀 即将推出的功能:提示词计划和 OpenAgentPlatform MarketPlace +Tags: +- chatgpt +- claude +- llm +- mcp +- ollama +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotesUrl: https://github.com/OpenAgentPlatform/Dive/releases/tag/v0.14.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.yaml b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.yaml new file mode 100644 index 000000000000..991d6a93cb62 --- /dev/null +++ b/manifests/o/OpenAgentPlatform/Dive/0.14.2/OpenAgentPlatform.Dive.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: OpenAgentPlatform.Dive +PackageVersion: 0.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1961646739a5137919705e482ee0139ccfbae7db Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:38:06 +0800 Subject: [PATCH 160/171] New version: TobiiDynavox.Boardmaker.7.Editor version 7.2.8.0 (7.2.8) (#351412) --- ...Dynavox.Boardmaker.7.Editor.installer.yaml | 22 +++++++++++ ...avox.Boardmaker.7.Editor.locale.en-US.yaml | 38 +++++++++++++++++++ ...avox.Boardmaker.7.Editor.locale.zh-CN.yaml | 26 +++++++++++++ .../TobiiDynavox.Boardmaker.7.Editor.yaml | 8 ++++ 4 files changed, 94 insertions(+) create mode 100644 manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.installer.yaml create mode 100644 manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.en-US.yaml create mode 100644 manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.zh-CN.yaml create mode 100644 manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.yaml diff --git a/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.installer.yaml b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.installer.yaml new file mode 100644 index 000000000000..aa545a3e5f75 --- /dev/null +++ b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TobiiDynavox.Boardmaker.7.Editor +PackageVersion: 7.2.8.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +Protocols: +- boardmakereditor +ProductCode: '{00F3D7AC-0572-4B54-A23C-9A172516F83C}' +ReleaseDate: 2026-03-24 +AppsAndFeaturesEntries: +- UpgradeCode: '{9D90C65D-CA09-5181-838B-EF96FC52A0A2}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.mytobiidynavox.com/Boardmaker/v7/Prod-Editor-Updates/Boardmaker%207%20Editor%20Win%20x64%20Setup%207.2.8-2026032006.msi + InstallerSha256: 9E89E7F8A0159E0DB7EE5929CA70F4F7D2796F72A25E31A4C1BCF52CFFD10D76 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.en-US.yaml b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.en-US.yaml new file mode 100644 index 000000000000..a0cbfea95c79 --- /dev/null +++ b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TobiiDynavox.Boardmaker.7.Editor +PackageVersion: 7.2.8.0 +PackageLocale: en-US +Publisher: Tobii Dynavox +PublisherUrl: https://www.tobiidynavox.com/ +PublisherSupportUrl: https://us.tobiidynavox.com/pages/boardmaker-7-product-support +PrivacyUrl: https://www.tobiidynavox.com/pages/privacy-notice +Author: Dynavox Group AB +PackageName: Boardmaker 7 Editor +PackageUrl: https://get.myboardmaker.com/downloads +License: Proprietary +LicenseUrl: https://us.tobiidynavox.com/pages/boardmaker-end-user-license-agreement +Copyright: © Tobii Dynavox, LLC 2026 +CopyrightUrl: https://us.tobiidynavox.com/pages/boardmaker-end-user-license-agreement +ShortDescription: The premier tool to help educators, therapists, and parents create, edit, and share Boardmaker activities. Support learning and communication in your classroom, therapy room, or home with a trove of customizable material. +Description: |- + Boardmaker 7 Editor is the premier tool to help educators, therapists, and parents create, edit, and share Boardmaker activities. Support learning and communication in your classroom, therapy room, or home with a trove of customizable material. + - Easy to Learn and Use - Boardmaker 7 Editor has an intuitive new interface and simple page management. + - Create Engaging Activities Fast - Choose from hundreds of powerful and easy-to-use starter templates to create fast solutions for your students. + - A Fresh Spin on an Old Favorite - Import your Boardmaker Version 5 and 6 boards and use Boardmaker 7 Editor to edit, print, and share them. + - Seamless Integration with myBoardmaker.com - Download your online files for editing in Boardmaker 7 Editor. +Tags: +- education +- presentation +- slide +- teach +- teaching +- template +ReleaseNotesUrl: https://download.mytobiidynavox.com/Boardmaker/Release%20Notes/Boardmaker7Editor_ReleaseNotes.pdf +PurchaseUrl: https://get.myboardmaker.com/license +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://download.mytobiidynavox.com/Boardmaker/v7/Boardmaker7_Editor_UsersManual_en-US.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.zh-CN.yaml b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.zh-CN.yaml new file mode 100644 index 000000000000..473d0d6a0095 --- /dev/null +++ b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TobiiDynavox.Boardmaker.7.Editor +PackageVersion: 7.2.8.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Boardmaker 7 Editor 是教育工作者、治疗师及家长们的首选工具,用于创建、编辑和分享Boardmaker活动。无论是在教室、治疗室还是家中,它都能提供丰富的可定制材料,助力学习与沟通。 +Description: |- + Boardmaker 7 Editor 是教育工作者、治疗师及家长们的首选工具,用于创建、编辑和分享 Boardmaker 活动。无论是在教室、治疗室还是家中,它都能提供丰富的可定制材料,助力学习与沟通。 + - 易学易用 - Boardmaker 7 Editor 拥有直观的新界面和简洁的页面管理功能。 + - 快速打造引人入胜的活动 - 从数百个强大且易于使用的起始模板中挑选,迅速为学生制定解决方案。 + - 经典焕新 - 导入您的 Boardmaker 5 和 6 版本版面,在 Boardmaker 7 Editor 中编辑、打印和分享。 + - 与 myBoardmaker.com 无缝集成 - 下载您的在线文件,在 Boardmaker 7 Editor 中轻松编辑。 +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://download.mytobiidynavox.com/Boardmaker/v7/Boardmaker7_Editor_UsersManual_zh-CN.pdf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.yaml b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.yaml new file mode 100644 index 000000000000..41437637d921 --- /dev/null +++ b/manifests/t/TobiiDynavox/Boardmaker/7/Editor/7.2.8.0/TobiiDynavox.Boardmaker.7.Editor.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: TobiiDynavox.Boardmaker.7.Editor +PackageVersion: 7.2.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0e311a2c01635e4824f1d23c4471925632255af4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:40:22 +0800 Subject: [PATCH 161/171] New version: Mozilla.Thunderbird.nb-NO version 149.0 (#351835) --- .../Mozilla.Thunderbird.nb-NO.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.nb-NO.locale.en-US.yaml | 85 +++++++++++++++++++ ...ozilla.Thunderbird.nb-NO.locale.zh-CN.yaml | 24 ++++++ .../149.0/Mozilla.Thunderbird.nb-NO.yaml | 8 ++ 4 files changed, 153 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.yaml diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.installer.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.installer.yaml new file mode 100644 index 000000000000..74b8bbfae989 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.nb-NO +PackageVersion: "149.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-03-24 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/149.0/win32/nb-NO/Thunderbird%20Setup%20149.0.exe + InstallerSha256: AF3F9EE43F21F6CA7081AD699619B19798056BDFE6B6A97E2CB4A7521AD7606C + ProductCode: Mozilla Thunderbird 149.0 (x86 nb-NO) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/149.0/win64/nb-NO/Thunderbird%20Setup%20149.0.exe + InstallerSha256: E63942303165B10E1406F61A5B3F009929FB616D787DB547A3B06506E665579D + ProductCode: Mozilla Thunderbird 149.0 (x64 nb-NO) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml new file mode 100644 index 000000000000..198dda97e1a5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.nb-NO +PackageVersion: "149.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (nb-NO) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable exporting selected address book cards + new + Starred EWS messages now persist across devices + What’s Changed + changed + Address books are now created in Account Hub + What’s Fixed + fixed + Shift-click for 'Edit' button in drafts header view did not work + fixed + "Replace All" in Compose did not update plain text until dialog closed + fixed + "Repair text encoding" could duplicate recipient and attachments + fixed + Link colors were difficult to read in dark themes + fixed + Pressing Delete on Trash folder could remove it without confirmation + fixed + Renaming of a 'unified folder' created a duplicate + fixed + Folder tree "new messages" star no longer displayed + fixed + Reason for revoked certificate was not shown + fixed + "Open and show" for OpenPGP signed message could fail if headers after content-type + fixed + Encrypted Gmail CSE emails with outer opaque S/MIME were not readable + fixed + "Generate and save a CSR file as... " no longer worked for S/MIME + fixed + Cancelled attachment reminder in compose did not return focus to message body + fixed + Thunderbird could crash while importing mail thread + fixed + Unlabeled column visibility toggle button was not announced by screen readers + fixed + Could not save message to external file from EWS account + fixed + "After Sending" filters were not working correctly + fixed + Thunderbird did not report refused POP3 connection + fixed + EWS messages could fail to sync in some scenarios + fixed + Remove message body retention policy was not functional + fixed + Publish Calendar only showed empty OK/Cancel popup and did not publish + fixed + Dismissed Gmail calendar reminder did nothing and item stayed visible + fixed + Could not export local calendar as HTML + fixed + Cancelled filter edit dialog closed the message filter dialog + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/149.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.locale.zh-CN.yaml new file mode 100644 index 000000000000..9ac48d8e6b24 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.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: Mozilla.Thunderbird.nb-NO +PackageVersion: "149.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (nb-NO) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/149.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.yaml new file mode 100644 index 000000000000..c4f2f4e033e3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/149.0/Mozilla.Thunderbird.nb-NO.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: Mozilla.Thunderbird.nb-NO +PackageVersion: "149.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8d7f029b6bf6355045e9a6b69e0ccd97aec425a3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:41:33 +0800 Subject: [PATCH 162/171] New version: Loom.Loom version 0.339.4 (#353003) --- .../Loom/0.339.4/Loom.Loom.installer.yaml | 20 ++++++++++++ .../Loom/0.339.4/Loom.Loom.locale.en-US.yaml | 31 +++++++++++++++++++ .../Loom/0.339.4/Loom.Loom.locale.zh-CN.yaml | 29 +++++++++++++++++ manifests/l/Loom/Loom/0.339.4/Loom.Loom.yaml | 8 +++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/l/Loom/Loom/0.339.4/Loom.Loom.installer.yaml create mode 100644 manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.en-US.yaml create mode 100644 manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.zh-CN.yaml create mode 100644 manifests/l/Loom/Loom/0.339.4/Loom.Loom.yaml diff --git a/manifests/l/Loom/Loom/0.339.4/Loom.Loom.installer.yaml b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.installer.yaml new file mode 100644 index 000000000000..2c5f0bb9d03a --- /dev/null +++ b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.339.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- loomdesktop +ProductCode: 3643b966-bc28-5bc8-95ff-3d47d66438db +ReleaseDate: 2026-03-27 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.loom.com/desktop-packages/Loom%20Setup%200.339.4.exe + InstallerSha256: 1E2AE76438036BD99CBE69CE838F48DD90CD14E812F95E6932A5BDBD17831C27 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.en-US.yaml b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.en-US.yaml new file mode 100644 index 000000000000..151c69f7acc3 --- /dev/null +++ b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.339.4 +PackageLocale: en-US +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: Proprietary +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom is a video messaging tool that helps you get your message across through instantly shareable videos. +Description: Loom combines the expressiveness of video with the convenience of messaging. It's a new, more effective way of communicating with co-workers and customers. With Loom, you can record your camera, microphone, and desktop simultaneously. Your video is then instantly available to share through Loom's patented technology. +Moniker: loom +Tags: +- capture +- clip +- conference +- meeting +- presentation +- record +- video +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.zh-CN.yaml b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.zh-CN.yaml new file mode 100644 index 000000000000..29737fcbb6db --- /dev/null +++ b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.339.4 +PackageLocale: zh-CN +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: 专有软件 +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom 是一款视频信息传递工具,可帮助您通过即时分享的视频传递信息。 +Description: Loom 结合了视频的表现力和信息传递的便利性,是一种与同事和客户更有效沟通的新方式。使用 Loom,您可以同时录制您的摄像头、麦克风和桌面,然后您就可以通过 Loom 的专利技术即时分享您的视频。 +Tags: +- 会议 +- 剪辑 +- 录制 +- 录屏 +- 演示 +- 视频 +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.339.4/Loom.Loom.yaml b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.yaml new file mode 100644 index 000000000000..f7b4fa315101 --- /dev/null +++ b/manifests/l/Loom/Loom/0.339.4/Loom.Loom.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: Loom.Loom +PackageVersion: 0.339.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b16c49f66d007badedd68739d3cf97d562fbcf6c Mon Sep 17 00:00:00 2001 From: motdotenv <89217249+motdotenv@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:42:39 -0600 Subject: [PATCH 163/171] New version: dotenvx.dotenvx version 1.59.0 (#353261) --- .../1.59.0/dotenvx.dotenvx.installer.yaml | 19 +++++++++++++ .../1.59.0/dotenvx.dotenvx.locale.en-US.yaml | 27 +++++++++++++++++++ .../dotenvx/1.59.0/dotenvx.dotenvx.yaml | 8 ++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.installer.yaml create mode 100644 manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.locale.en-US.yaml create mode 100644 manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.yaml diff --git a/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 000000000000..dee46ddc52f7 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 1.59.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.59.0/dotenvx-1.59.0-windows-x86_64.zip + InstallerSha256: 669F1ECA77795DFB1B683927C879CD353670D25B661CE9E8F9B8CCB7A619393D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-28 diff --git a/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 000000000000..6d124a3a87e2 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 1.59.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +PublisherSupportUrl: https://github.com/dotenvx/dotenvx/issues +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Moniker: dotenvx +Tags: +- env +- dotenv +- environment +- variables +- dotenvx +- cli +- encryption +ReleaseNotesUrl: https://github.com/dotenvx/dotenvx/releases/tag/v1.59.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.yaml new file mode 100644 index 000000000000..fb5584668932 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.59.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 1.59.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From abaaa21bcdcd36f83d7302d6778f29d1cc12a2ff Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Mon, 30 Mar 2026 13:43:44 +1100 Subject: [PATCH 164/171] New version: Fluxzy.Fluxzy version 1.35.16.14941 (#353446) --- .../Fluxzy.Fluxzy.installer.yaml | 26 +++++++++ .../Fluxzy.Fluxzy.locale.en-US.yaml | 55 +++++++++++++++++++ .../Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.yaml | 8 +++ 3 files changed, 89 insertions(+) create mode 100644 manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.installer.yaml create mode 100644 manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.locale.en-US.yaml create mode 100644 manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.yaml diff --git a/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.installer.yaml b/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.installer.yaml new file mode 100644 index 000000000000..8548f39ad905 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.installer.yaml @@ -0,0 +1,26 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.35.16.14941 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fluxzy.exe + PortableCommandAlias: fluxzy +- RelativeFilePath: fluxzynetcap.exe + PortableCommandAlias: fluxzynetcap +ReleaseDate: 2026-03-23 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/haga-rak/fluxzy.core/releases/download/v1.35.16.14941/fluxzy-cli-1.35.16.14941-win-x86.zip + InstallerSha256: 90CF983E260A1F71533D7130B8DA88373C85CC340809E00BDDB4146A46A4BBF9 +- Architecture: x64 + InstallerUrl: https://github.com/haga-rak/fluxzy.core/releases/download/v1.35.16.14941/fluxzy-cli-1.35.16.14941-win-x64.zip + InstallerSha256: E14E0546EE541178412714D3495C6E52EC0D5AB17B1A8608A38F8DDFD4D2FACE +- Architecture: arm64 + InstallerUrl: https://github.com/haga-rak/fluxzy.core/releases/download/v1.35.16.14941/fluxzy-cli-1.35.16.14941-win-arm64.zip + InstallerSha256: D2E813C07811AF6CAD5CB7570C8CD160D795809E466C374C7792F359A5C336C8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.locale.en-US.yaml b/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.locale.en-US.yaml new file mode 100644 index 000000000000..e892a3a5f85d --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.35.16.14941 +PackageLocale: en-US +Publisher: Fluxzy SAS +PublisherUrl: https://github.com/haga-rak +PublisherSupportUrl: https://github.com/haga-rak/fluxzy.core/issues +PackageName: Fluxzy +PackageUrl: https://github.com/haga-rak/fluxzy.core +License: GPLv3 +LicenseUrl: https://github.com/haga-rak/fluxzy.core/blob/HEAD/LICENSE.md +ShortDescription: MITM HTTP debugging proxy for intercepting and altering HTTP/1.1, H2, and WebSocket traffic +Tags: +- csharp +- dotnet +- http +- http-archive +- http2 +- https +- impersonate +- mitm +- mitmproxy +- pcap +- proxy +ReleaseNotes: |- + Official .NET builds are signed and published at nuget.org. + vv1.35.16 vv1.35.16 + - CLI binaries are available as assets or downloadable via this page. + - Docker images are available at Docker Hub. + CLI Installation + Windows (winget): + winget install Fluxzy.Fluxzy + macOS (Homebrew): + brew tap haga-rak/fluxzy + brew install fluxzy + What's Changed + GRPC support is here !!! + Fixes + - Fix H2 window flow control bugs causing flaky CI timeouts by @haga-rak in #582 + - Fix NullReferenceException in PopulateGrpcTrailers by @haga-rak in #581 + - Fix use-after-free in header info classes causing buffer corruption by @haga-rak in #583 + New Features + - Add IProtobufDecoder extension point for custom gRPC decoding by @haga-rak in #585 + - Add gRPC through proxy example and update README by @haga-rak in #588 + - Enhance content type detection in HeaderUtility by @haga-rak in #584 + - Add protobuf request, response, and combined filters by @haga-rak in #587 + - Add ServeHttp11Action to selectively disable H2 serving by @haga-rak in #591 + Other Changes + - Migrate solution format from .sln to .slnx by @haga-rak in #590 + Full Changelog: v1.35.5.49569...v1.35.16.14941 +ReleaseNotesUrl: https://github.com/haga-rak/fluxzy.core/releases/tag/v1.35.16.14941 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.yaml b/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.yaml new file mode 100644 index 000000000000..6d374c6a68d8 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.35.16.14941/Fluxzy.Fluxzy.yaml @@ -0,0 +1,8 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.35.16.14941 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 466b38b2ea0b5475a319f081129ed2b60ee5fc43 Mon Sep 17 00:00:00 2001 From: Gijs Reijn Date: Mon, 30 Mar 2026 04:44:52 +0200 Subject: [PATCH 165/171] New version: Microsoft.DSC.Preview version 3.2.13 (#353458) --- .../Microsoft.DSC.Preview.installer.yaml | 59 +++++++++++++++++++ .../Microsoft.DSC.Preview.locale.en-US.yaml | 41 +++++++++++++ .../Preview/3.2.13/Microsoft.DSC.Preview.yaml | 8 +++ 3 files changed, 108 insertions(+) create mode 100644 manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml create mode 100644 manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.yaml diff --git a/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml new file mode 100644 index 000000000000..1386c4a6aba1 --- /dev/null +++ b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml @@ -0,0 +1,59 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DSC.Preview +PackageVersion: 3.2.13 +Commands: +- dsc-preview +FileExtensions: +- dsc.json +- dsc.yaml +- winget +Installers: +- Platform: + - Windows.Universal + MinimumOSVersion: 10.0.17763.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.0-preview.13/DSC-3.2.0-preview.13-Win.msixbundle + InstallerSha256: 95B2F3654091F7765B4F8000D0C76ACF0FE300843D6A8DCC313A832851C3E82A + SignatureSha256: 0439F5A851C829E0E6F7F5E05AF5B09527B26D01DCD3F8CC7353157FF82EC642 + PackageFamilyName: Microsoft.DesiredStateConfiguration-Preview_8wekyb3d8bbwe +- Platform: + - Windows.Universal + MinimumOSVersion: 10.0.17763.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.0-preview.13/DSC-3.2.0-preview.13-Win.msixbundle + InstallerSha256: 95B2F3654091F7765B4F8000D0C76ACF0FE300843D6A8DCC313A832851C3E82A + SignatureSha256: 0439F5A851C829E0E6F7F5E05AF5B09527B26D01DCD3F8CC7353157FF82EC642 + PackageFamilyName: Microsoft.DesiredStateConfiguration-Preview_8wekyb3d8bbwe +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dsc.exe + PortableCommandAlias: dsc-preview + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.0-preview.13/DSC-3.2.0-preview.13-x86_64-pc-windows-msvc.zip + InstallerSha256: CE662C2DC3943527464F1F14F5336EA3E7FC68884878F0820E8CF21E74A862F1 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + AppsAndFeaturesEntries: + - DisplayVersion: 3.2.0-preview.2 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dsc.exe + PortableCommandAlias: dsc-preview + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.0-preview.13/DSC-3.2.0-preview.13-aarch64-pc-windows-msvc.zip + InstallerSha256: C4D789BED3CEF2840FCB7304AFFF63CF4888AAB8CC4728D0C0D8FA28B311D79F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + AppsAndFeaturesEntries: + - DisplayVersion: 3.2.0-preview.2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-19 diff --git a/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..4981f79d6784 --- /dev/null +++ b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DSC.Preview +PackageVersion: 3.2.13 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/PowerShell +PublisherSupportUrl: https://github.com/PowerShell/DSC/issues +PackageName: DSC v3 Preview +PackageUrl: https://github.com/PowerShell/DSC +License: MIT +LicenseUrl: https://github.com/PowerShell/DSC/blob/main/LICENSE +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/PowerShell/DSC/blob/main/LICENSE +ShortDescription: DSCv3 is an open source command line application that abstracts the management of software components declaratively and idempotently. +Description: |- + DSCv3 is the latest iteration of Microsoft's Desired State Configuration platform. + DSCv3 is an open source command line application that abstracts the management of software components declaratively and idempotently. + DSCv3 runs on Linux, macOS, and Windows without any external dependencies. + + With DSCv3, you can: + + - Author resources to manage your systems in any language + - Invoke individual resources + - Create configuration documents that define the desired state of a system +Moniker: dscv3-preview +Tags: +- dsc +- dscv3 +- configuration-as-code +- config-as-code +- configuration +- desired-state-configuration +- idempotent +ReleaseNotesUrl: https://github.com/PowerShell/DSC/releases/tag/v3.2.0-preview.13 +Documentations: +- DocumentLabel: Microsoft Learn + DocumentUrl: https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.yaml b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.yaml new file mode 100644 index 000000000000..15b0f4e8d9af --- /dev/null +++ b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DSC.Preview +PackageVersion: 3.2.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f77546224d9c93b5cc9a01db0b86073588ba097d Mon Sep 17 00:00:00 2001 From: Alphrag <34252790+Alphrag@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:46:15 +0100 Subject: [PATCH 166/171] New version: Ferdium.Ferdium.Nightly version 7.1.2-nightly.8 (#353494) --- .../Ferdium.Ferdium.Nightly.installer.yaml | 19 +++++++++++++++++ .../Ferdium.Ferdium.Nightly.locale.en-US.yaml | 21 +++++++++++++++++++ .../Ferdium.Ferdium.Nightly.yaml | 8 +++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.installer.yaml create mode 100644 manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.locale.en-US.yaml create mode 100644 manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.yaml diff --git a/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.installer.yaml b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.installer.yaml new file mode 100644 index 000000000000..48b6886e6832 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.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: Ferdium.Ferdium.Nightly +PackageVersion: 7.1.2-nightly.8 +InstallerType: nullsoft +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v7.1.2-nightly.8/Ferdium-win-AutoSetup-7.1.2-nightly.8-arm64.exe + InstallerSha256: F3DE18D8C150FBC2EA0E1B9648E47F7B1B1F330D3B03A1A4484E61BCEC727D29 +- Architecture: x64 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v7.1.2-nightly.8/Ferdium-win-AutoSetup-7.1.2-nightly.8-x64.exe + InstallerSha256: CDD548AD5003F3F0306EB95FB2013FC940230FA2E06915237D754B889B471C5D +- Architecture: x86 + InstallerUrl: https://github.com/ferdium/ferdium-app/releases/download/v7.1.2-nightly.8/Ferdium-win-AutoSetup-7.1.2-nightly.8-ia32.exe + InstallerSha256: A8E51F45AD24DBAA937B91A0B919E88DC4D7237F9D574DD3FE33D283EBE8EC9A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.locale.en-US.yaml b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..6c7afb716cee --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ferdium.Ferdium.Nightly +PackageVersion: 7.1.2-nightly.8 +PackageLocale: en-US +Publisher: Ferdium Contributors +PublisherUrl: https://ferdium.org +PublisherSupportUrl: https://github.com/ferdium/ferdium-app/issues +PackageName: Ferdium Nightly +PackageUrl: https://github.com/ferdium/ferdium-app +License: Apache License 2.0 +Copyright: Copyright © 2022 Ferdium Contributors +ShortDescription: Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more. +Moniker: ferdium-nightly +Tags: +- hacktoberfest +- hacktoberfest-accepted +ReleaseNotesUrl: https://github.com/ferdium/ferdium-app/releases/tag/v7.1.2-nightly.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.yaml b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.yaml new file mode 100644 index 000000000000..075116ad5464 --- /dev/null +++ b/manifests/f/Ferdium/Ferdium/Nightly/7.1.2-nightly.8/Ferdium.Ferdium.Nightly.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: Ferdium.Ferdium.Nightly +PackageVersion: 7.1.2-nightly.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6eabd419f3f9d8b259f2b3f909a4f5f04fe361e2 Mon Sep 17 00:00:00 2001 From: Giulio Sorrentino Date: Mon, 30 Mar 2026 04:47:19 +0200 Subject: [PATCH 167/171] New version: GiulioSorrentino.wheelofnumfortune.avalonia version 1.0.0.3 (#353495) --- ....wheelofnumfortune.avalonia.installer.yaml | 21 ++++++++++++++++++ ...eelofnumfortune.avalonia.locale.en-US.yaml | 22 +++++++++++++++++++ ...Sorrentino.wheelofnumfortune.avalonia.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml create mode 100644 manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml create mode 100644 manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.yaml diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml new file mode 100644 index 000000000000..5cc756eb5a74 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.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: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 1.0.0.3 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ProductCode: '{0ED16B86-0A70-E994-3BBF-1F854749E14F}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.0/wheelofnumfortune.avalonia-1.0.0.3-material-amd64.msi + InstallerSha256: 6DC89FA7B1CA16683B0302310FA5F94BBAC5A8E5B1E271789EF8C9CC61FA858F +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.0/wheelofnumfortune.avalonia-1.0.0.3-material-arm64.msi + InstallerSha256: 8813B8D2A19BBA5113E9C79147169C781625436D79812F720E246C8C77FA34BC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-02-12 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml new file mode 100644 index 000000000000..0ec3e46ec756 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 1.0.0.3 +PackageLocale: en-US +Publisher: Giulio Sorrentino +PublisherUrl: https://giulianospaghetti.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.material/issues +Author: Giulio Sorrentino +PackageName: wheelofnumfortune.avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.material +License: GPLv3 +LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/WheelOfNumFortune.Material/refs/heads/master/LICENSE.txt +Copyright: 2025 Giulio Sorrentino +ShortDescription: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of google. +Description: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of Google, but does not have the stylesheet, but has the ReactiveUI. +Tags: +- enigmatic +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/tag/1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.yaml new file mode 100644 index 000000000000..00223f76a635 --- /dev/null +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.0.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.wheelofnumfortune.avalonia +PackageVersion: 1.0.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3ba7fbd187dfeb5040d9ab5bbc74da79f2456298 Mon Sep 17 00:00:00 2001 From: Giulio Sorrentino Date: Mon, 30 Mar 2026 04:48:28 +0200 Subject: [PATCH 168/171] New version: GiulioSorrentino.Diario.Avalonia version 0.6.1.5 (#353499) --- ...oSorrentino.Diario.Avalonia.installer.yaml | 21 ++++++++++++++++ ...rrentino.Diario.Avalonia.locale.it-IT.yaml | 25 +++++++++++++++++++ .../GiulioSorrentino.Diario.Avalonia.yaml | 8 ++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.installer.yaml create mode 100644 manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml create mode 100644 manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.yaml diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.installer.yaml new file mode 100644 index 000000000000..a35ddf38e467 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.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: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.1.5 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA9B0D36}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.1/Diario-0.6.1.5-material-amd64.msi + InstallerSha256: 5B0FA704CA53DB8EDD22C02DD96F9655C5ADCE4F9C1FB0F5EDF47424FE7F4AFA +- Architecture: arm64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.1/Diario-0.6.1.5-material-arm64.msi + InstallerSha256: 5B99E4CF06093843450ED6954C1D77F7C70BD8B59CA5A0244476E2EB7E272101 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-02-12 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml new file mode 100644 index 000000000000..f01109c44e90 --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.locale.it-IT.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.1.5 +PackageLocale: it-IT +Publisher: Giulio Sorrentino +PublisherUrl: https://numerone.altervista.org +PublisherSupportUrl: https://github.com/GiulianoSpaghetti/Diario.Material/issues +Author: Giulio Sorrentino +PackageName: Diario.Avalonia +PackageUrl: https://github.com/GiulianoSpaghetti/Diario.material/ +License: GPLv3+ +LicenseUrl: https://github.com/GiulianoSpaghetti/Diario.Material/blob/master/LICENSE.txt +Copyright: 2025 Giulio Sorrentino +ShortDescription: Un'app diario in avalonia in dialetto Material di Google e linq +Description: Un'app in avalonia e linq per contenere quello che più vi pare. Non è critttato e usa il dialetto material di google. Non usa lo stylesheet xaml di google, ma usa il ReactiveUI +Tags: +- diary +ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/tag/0.6.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GiulianoSpaghetti/Diario.Material/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.yaml new file mode 100644 index 000000000000..0dc121e81b9e --- /dev/null +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GiulioSorrentino.Diario.Avalonia +PackageVersion: 0.6.1.5 +DefaultLocale: it-IT +ManifestType: version +ManifestVersion: 1.12.0 From 3934ab13d61ca317e7d484ba53e303473e8e9abe Mon Sep 17 00:00:00 2001 From: Gabriel Topala Date: Sun, 29 Mar 2026 22:49:33 -0400 Subject: [PATCH 169/171] TopalaSoftwareSolutions.SIW version 2026.03.29.0 (#353502) --- ...TopalaSoftwareSolutions.SIW.installer.yaml | 27 +++++++++++++ ...alaSoftwareSolutions.SIW.locale.en-US.yaml | 38 +++++++++++++++++++ .../TopalaSoftwareSolutions.SIW.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.installer.yaml create mode 100644 manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml create mode 100644 manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.yaml diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.installer.yaml new file mode 100644 index 000000000000..674064b9c431 --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.03.29.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.gtopala.com/download/20260329/siwtrial-setup.exe + InstallerSha256: F06F981CF868B5089B2C672F09E5A96A16F8E7C9FEB9F0FECB3C08A934323227 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://www.gtopala.com/download/20260329/siwtrial-setup.exe + InstallerSha256: F06F981CF868B5089B2C672F09E5A96A16F8E7C9FEB9F0FECB3C08A934323227 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-29 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml new file mode 100644 index 000000000000..56c0f5143665 --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.03.29.0 +PackageLocale: en-US +Publisher: Topala Software Solutions +PublisherUrl: https://www.gtopala.com/ +PublisherSupportUrl: https://www.gtopala.com/forum/ +PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php +Author: Gabriel Topala +PackageName: SIW +PackageUrl: https://www.gtopala.com/ +License: Commercial +LicenseUrl: https://www.gtopala.com/agreement/ +Copyright: Copyright © 2005-2026 Topala Software Solutions +CopyrightUrl: https://www.gtopala.com/agreement/ +ShortDescription: System Information for Windows - Everything you want to know about your computer +Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. +Moniker: siw +Tags: +- amd +- cpu +- hardware +- intel +- memory +- motherboard +- network +- processor +- software +- system +- system-information +- system-utility +- utility +ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php +PurchaseUrl: https://www.gtopala.com/buy/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.yaml new file mode 100644 index 000000000000..ede8c0057d5a --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.03.29.0/TopalaSoftwareSolutions.SIW.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.03.29.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c6284675ddd9495587abca71176eca7a09a17489 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:50:38 +0200 Subject: [PATCH 170/171] New version: stacklok.frizbee version 0.1.10 (#353520) --- .../0.1.10/stacklok.frizbee.installer.yaml | 21 ++++++++++++++ .../0.1.10/stacklok.frizbee.locale.en-US.yaml | 29 +++++++++++++++++++ .../frizbee/0.1.10/stacklok.frizbee.yaml | 8 +++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.installer.yaml create mode 100644 manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.locale.en-US.yaml create mode 100644 manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.yaml diff --git a/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.installer.yaml b/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.installer.yaml new file mode 100644 index 000000000000..8cace4067baa --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: stacklok.frizbee +PackageVersion: 0.1.10 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: frizbee.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stacklok/frizbee/releases/download/v0.1.10/frizbee_0.1.10_windows_amd64.zip + InstallerSha256: BAB77A670221798FA8E6B6E87421898EA899CC19CE8FE7383714661BD9E7EF43 +- Architecture: arm64 + InstallerUrl: https://github.com/stacklok/frizbee/releases/download/v0.1.10/frizbee_0.1.10_windows_arm64.zip + InstallerSha256: 1F2C6F12F8E4B0BC56C7832A4AAB20BB92BFAA0B84D270B22BB0BEE0DB5AA367 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.locale.en-US.yaml b/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.locale.en-US.yaml new file mode 100644 index 000000000000..db87c42ec1bf --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: stacklok.frizbee +PackageVersion: 0.1.10 +PackageLocale: en-US +Publisher: stacklok +PublisherUrl: https://github.com/stacklok +PublisherSupportUrl: https://github.com/stacklok/frizbee/issues/new/choose +PackageName: frizbee +PackageUrl: https://stacklok.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/frizbee/blob/HEAD/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: frizbee is a tool you may throw a tag at and it comes back with a checksum. +Moniker: frizbee +Tags: +- cli +- golang +ReleaseNotes: |- + What's Changed + - chore: migrate from Trivy to Grype for vulnerability scanning by @JAORMX in #381 + - chore(deps): consolidate all pending dependency updates by @rdimitrov in #387 + - chore(deps): update github/codeql-action digest to b8bb9f2 by @renovate[bot] in #378 + - chore(deps): update github/codeql-action digest to c10b806 by @renovate[bot] in #388 + Full Changelog: v0.1.9...v0.1.10 +ReleaseNotesUrl: https://github.com/stacklok/frizbee/releases/tag/v0.1.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.yaml b/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.yaml new file mode 100644 index 000000000000..eb1ea4a9b6a2 --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.10/stacklok.frizbee.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: stacklok.frizbee +PackageVersion: 0.1.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d128038116b5df848d483600b3f9a0167d06f89f Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Sun, 29 Mar 2026 19:51:39 -0700 Subject: [PATCH 171/171] Update Netron to 8.9.8 (#353528) --- .../8.9.8/LutzRoeder.Netron.installer.yaml | 98 +++++++++++++++++++ .../8.9.8/LutzRoeder.Netron.locale.en-US.yaml | 22 +++++ .../Netron/8.9.8/LutzRoeder.Netron.yaml | 6 ++ 3 files changed, 126 insertions(+) create mode 100644 manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.installer.yaml create mode 100644 manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.locale.en-US.yaml create mode 100644 manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.yaml diff --git a/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.installer.yaml b/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.installer.yaml new file mode 100644 index 000000000000..dcbfe7288c6f --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.installer.yaml @@ -0,0 +1,98 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.9.8 +Platform: +- Windows.Desktop +InstallModes: +- silent +- silentWithProgress +Installers: +- Architecture: x86 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.9.8/Netron-Setup-8.9.8.exe + InstallerSha256: 396175C49A9249E39C8AB9ED0AD8F808AD6EFE7FC26DFC836D076C7D3FC5169B + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +- Architecture: arm64 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.9.8/Netron-Setup-8.9.8.exe + InstallerSha256: 396175C49A9249E39C8AB9ED0AD8F808AD6EFE7FC26DFC836D076C7D3FC5169B + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +FileExtensions: +- armnn +- caffemodel +- circle +- ckpt +- cmf +- dlc +- dnn +- espdl +- gguf +- h5 +- hd5 +- hdf5 +- hn +- jax_export +- jax_exported +- kann +- keras +- kgraph +- kmodel +- lite +- mar +- maxviz +- meta +- mge +- mlir +- mlirbc +- mlmodel +- mlnet +- mlpackage +- mnn +- model +- nb +- ngf +- nn +- nnp +- npy +- npz +- om +- onnx +- ort +- paddle +- param +- pb +- pbtxt +- pdiparams +- pdmodel +- pdopt +- pdparams +- pickle +- pkl +- prototxt +- pt +- pt2 +- pte +- pth +- ptl +- rknn +- safetensors +- t7 +- tfl +- tflite +- tm +- tmfile +- tnnproto +- torchscript +- tosa +- uff +- xmodel +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.locale.en-US.yaml b/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.locale.en-US.yaml new file mode 100644 index 000000000000..9875d63e7c8c --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.9.8 +PackageName: Netron +PackageLocale: en-US +PackageUrl: https://github.com/lutzroeder/netron +Publisher: Lutz Roeder +PublisherUrl: https://github.com/lutzroeder/netron +PublisherSupportUrl: https://github.com/lutzroeder/netron/issues +Author: Lutz Roeder +License: MIT +Copyright: Copyright (c) Lutz Roeder +CopyrightUrl: https://github.com/lutzroeder/netron/blob/main/LICENSE +ShortDescription: Visualizer for neural network, deep learning, and machine learning models +Description: Visualizer for neural network, deep learning, and machine learning models +Moniker: netron +Tags: +- machine-learning +- deep-learning +- neural-network +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.yaml b/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.yaml new file mode 100644 index 000000000000..ec82108856c1 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.9.8/LutzRoeder.Netron.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0