From 35ae3471848f0178516628d2db21bad3f834c3da Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 24 Mar 2026 05:46:29 +0800 Subject: [PATCH 001/121] New package: Microsoft.APM version 0.8.2 (#350328) --- .../APM/0.8.2/Microsoft.APM.installer.yaml | 18 +++++++ .../APM/0.8.2/Microsoft.APM.locale.en-US.yaml | 47 +++++++++++++++++++ .../m/Microsoft/APM/0.8.2/Microsoft.APM.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.installer.yaml create mode 100644 manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.yaml diff --git a/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.installer.yaml b/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.installer.yaml new file mode 100644 index 0000000000000..193f6c298da9f --- /dev/null +++ b/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.8.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: apm-windows-x86_64/apm.exe + PortableCommandAlias: apm +UpgradeBehavior: install +ReleaseDate: 2026-03-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/apm/releases/download/v0.8.2/apm-windows-x86_64.zip + InstallerSha256: D236C05F114A4FE682D284A7F3974D354FAEDC3CFC01821F8DFE5C2324FFF7D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.locale.en-US.yaml b/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.locale.en-US.yaml new file mode 100644 index 0000000000000..89adddfb24387 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.8.2 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/apm +PublisherSupportUrl: https://github.com/microsoft/apm/issues +Author: Microsoft Corporation +PackageName: APM โ€“ Agent Package Manager +PackageUrl: https://microsoft.github.io/apm/ +License: MIT +LicenseUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +ShortDescription: The package manager for AI-Native Development. +Description: |- + An open-source, community-driven dependency manager for AI agents. + Think package.json, requirements.txt, or Cargo.toml โ€” but for AI agent configuration. +Moniker: apm +Tags: +- ai-agents +- claude-code +- codex-cli +- context-engineering +- github-copilot +- package-manager +- prompt-engineering +ReleaseNotes: |- + What's Changed + ๐Ÿ› Bug Fixes + - fix: harden dependency path validation by @danielmeppiel in #364 + ๐Ÿ”ง Other Changes + - fix: credential fill returns garbage token in tokenless CI (gh-aw regression) by @danielmeppiel in #356 + - chore: prepare v0.8.2 release by @danielmeppiel in #357 + - fix: gh-aw compat test uses correct apm install syntax by @danielmeppiel in #360 + - fix: add required name field to ghaw compat test apm.yml by @danielmeppiel in #362 + - fix: ghaw compat test apm.yml uses correct manifest format by @danielmeppiel in #363 + - Add JFrog Artifactory VCS repository support by @chkp-roniz in #354 + - perf(ci): consolidate macOS into single-request jobs, gate ARM to releases only by @danielmeppiel in #368 + New Contributors + - @chkp-roniz made their first contribution in #354 + Full Changelog: v0.8.1...v0.8.2 +ReleaseNotesUrl: https://github.com/microsoft/apm/releases/tag/v0.8.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.yaml b/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.yaml new file mode 100644 index 0000000000000..2185e274be268 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.8.2/Microsoft.APM.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: Microsoft.APM +PackageVersion: 0.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 406b9692f125a763c9b8e17df24b749c7b201bb9 Mon Sep 17 00:00:00 2001 From: Rushabh Pasad Date: Tue, 24 Mar 2026 03:17:01 +0530 Subject: [PATCH 002/121] rushabhpasad.MDEditor version 1.1.0 (#350901) --- .../rushabhpasad.MDEditor.installer.yaml | 18 +++++++++++++++++ .../rushabhpasad.MDEditor.locale.en-US.yaml | 20 +++++++++++++++++++ .../MDEditor/1.1.0/rushabhpasad.MDEditor.yaml | 8 ++++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.installer.yaml create mode 100644 manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.locale.en-US.yaml create mode 100644 manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.yaml diff --git a/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.installer.yaml b/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.installer.yaml new file mode 100644 index 0000000000000..e014aeb55f5dc --- /dev/null +++ b/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: rushabhpasad.MDEditor +PackageVersion: 1.1.0 +InstallerLocale: en-US +InstallerType: msi +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rushabhpasad/md-editor/releases/download/v1.1.0/MD.Editor_1.1.0_x64_en-US.msi + InstallerSha256: cf3f590b5b6616c4a63bbaebf4fd16a6c5f82d8fa7215d3a965ff1132febf2f1 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.locale.en-US.yaml b/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..08afd40e3d3d0 --- /dev/null +++ b/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: rushabhpasad.MDEditor +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: rushabhpasad +PublisherUrl: https://github.com/rushabhpasad +PackageName: MD Editor +PackageUrl: https://github.com/rushabhpasad/md-editor +License: MIT +LicenseUrl: https://github.com/rushabhpasad/md-editor/blob/main/LICENSE +ShortDescription: Lightweight cross-platform desktop Markdown editor with live split-pane preview +Tags: +- markdown +- editor +- preview +- text-editor +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.yaml b/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.yaml new file mode 100644 index 0000000000000..039f758476f18 --- /dev/null +++ b/manifests/r/rushabhpasad/MDEditor/1.1.0/rushabhpasad.MDEditor.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: rushabhpasad.MDEditor +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From f5a82c7a6ff905d8925b29ebd9895149b9b5ba0f Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 23 Mar 2026 17:55:20 -0400 Subject: [PATCH 003/121] New version: uutils.coreutils version 0.7.0 (#346826) Co-authored-by: UnownPlain --- .../0.7.0/uutils.coreutils.installer.yaml | 116 +++++++++++ .../0.7.0/uutils.coreutils.locale.en-US.yaml | 181 ++++++++++++++++++ .../coreutils/0.7.0/uutils.coreutils.yaml | 8 + 3 files changed, 305 insertions(+) create mode 100644 manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.installer.yaml create mode 100644 manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.locale.en-US.yaml create mode 100644 manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.yaml diff --git a/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.installer.yaml b/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.installer.yaml new file mode 100644 index 0000000000000..9480490fa06b9 --- /dev/null +++ b/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.installer.yaml @@ -0,0 +1,116 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: uutils.coreutils +PackageVersion: 0.7.0 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: coreutils-0.7.0-i686-pc-windows-msvc/coreutils.exe + InstallerUrl: https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-i686-pc-windows-msvc.zip + InstallerSha256: 1D0ACE9CE2FF51E2BB611F543EC6A4C887FB35B167B725815EDD0068711589F5 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/arch.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/b2sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/base32.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/base64.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/basename.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/basenc.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/cat.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/cksum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/comm.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/cp.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/csplit.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/cut.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/date.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/dd.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/df.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/dir.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/dircolors.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/dirname.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/du.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/echo.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/env.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/expand.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/expr.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/factor.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/false.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/fmt.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/fold.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/head.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/hostname.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/join.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/link.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/ln.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/ls.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/md5sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/mkdir.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/mktemp.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/more.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/mv.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/nl.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/nproc.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/numfmt.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/od.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/paste.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/pr.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/printenv.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/printf.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/ptx.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/pwd.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/readlink.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/realpath.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/rm.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/rmdir.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/seq.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sha1sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sha224sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sha256sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sha384sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sha512sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/shred.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/shuf.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sleep.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sort.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/split.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sum.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/sync.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/tac.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/tail.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/tee.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/test.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/touch.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/tr.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/true.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/truncate.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/tsort.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/uname.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/unexpand.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/uniq.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/unlink.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/vdir.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/wc.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/whoami.exe + - RelativeFilePath: coreutils-0.7.0-x86_64-pc-windows-msvc/yes.exe + InstallerUrl: https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-x86_64-pc-windows-msvc.zip + InstallerSha256: DF878E29FC738BC4273E85C9D2C35AB898E31568021E6BAF1C330C7961943C8F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: coreutils-0.7.0-aarch64-pc-windows-msvc/coreutils.exe + InstallerUrl: https://github.com/uutils/coreutils/releases/download/0.7.0/coreutils-0.7.0-aarch64-pc-windows-msvc.zip + InstallerSha256: 372323492402F3249876599F1FF99AAD9BD2AECAA217B1CB146608EF58D3ED4B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.locale.en-US.yaml b/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.locale.en-US.yaml new file mode 100644 index 0000000000000..b89562f81ea57 --- /dev/null +++ b/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.locale.en-US.yaml @@ -0,0 +1,181 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: uutils.coreutils +PackageVersion: 0.7.0 +PackageLocale: en-US +Publisher: uutils +PublisherUrl: https://github.com/uutils +PublisherSupportUrl: https://github.com/uutils/coreutils/issues +Author: uutils +PackageName: coreutils +PackageUrl: https://github.com/uutils/coreutils +License: MIT +LicenseUrl: https://github.com/uutils/coreutils/blob/HEAD/LICENSE +Copyright: Copyright (c) uutils developers +CopyrightUrl: https://github.com/uutils/coreutils/blob/main/LICENSE +ShortDescription: Cross-platform Rust rewrite of the GNU coreutils +Tags: +- busybox +- command-line-tool +- coreutils +- cross-platform +- gnu-coreutils +- rust +ReleaseNotes: |- + Rust Coreutils 0.7.0 Release: + We are excited to announce the release of Rust Coreutils 0.7.0 โ€” a performance-focused release with major optimizations across dozens of utilities, continued safety improvements replacing unsafe code with safe abstractions, and a comprehensive campaign to eliminate panics on write errors. We also contributed many patches upstream to GNU coreutils, and welcomed their feedbacks and supports, strengthening both projects! + GNU Test Suite Compatibility: + โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + Resultโ”‚0.6.0โ”‚0.7.0โ”‚Change 0.6.0 to 0.7.0โ”‚% Total 0.6.0โ”‚% Total 0.7.0โ”‚% Change 0.6.0 to 0.7.0 + โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + Pass โ”‚622 โ”‚629 โ”‚+7 โ”‚96.28% โ”‚94.59% โ”‚-1.69% + โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + Skip โ”‚7 โ”‚13 โ”‚+6 โ”‚1.08% โ”‚1.95% โ”‚+0.87% + โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + Fail โ”‚16 โ”‚23 โ”‚+7 โ”‚2.48% โ”‚3.46% โ”‚+0.98% + โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + Error โ”‚1 โ”‚0 โ”‚-1 โ”‚0.15% โ”‚0% โ”‚-0.15% + โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + Total โ”‚646 โ”‚665 โ”‚+19 (new tests) โ”‚ โ”‚ โ”‚ + โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + > Note: The GNU test reference was updated from 9.9 to 9.10, adding 19 new tests. While the pass percentage decreased due to these newly added tests, the absolute number of passing tests increased by 7 and errors were eliminated entirely. Work is ongoing to address the new test failures. + Highlights: + - GNU Compatibility & Upstream Contributions + - 629 passing tests (+7 from 0.6.0), with 19 new tests added from the GNU 9.10 update + - Updated GNU test reference from 9.9 to 9.10 + - Contributed numerous patches upstream to GNU coreutils, benefiting both projects + - New GNU compatibility fixes across date, fmt, kill, ptx, numfmt, cksum, and more + - Took over maintenance of num-prime, the primality testing library used by factor + - Performance Overhaul + - Faster hash maps: rustc-hash in ls, du, tsort, shuf, mv; foldhash in sort + - unexpand/expand: ASCII fast-path, buffered reads โ€” 14%+ gain in unexpand + - shuf, split, sort, du: Reduced malloc allocations (+3โ€“6% in du, +4% in shuf) + - nl: Optimized with itoa and direct writing + - true/false: Removed clap dependency, smaller binary, faster startup + - uucore: Disabled signal setup in simple utilities for binary size and startup speed + - Robustness: Eliminated /dev/full Panics + - Fixed panics when stderr is /dev/full across 20+ utilities (echo, date, sort, expr, hostname, id, comm, pr, dircolors, and more) + - Generic fix ensuring unrecognized options with 2>/dev/full do not abort + - Safety & Code Quality + - Replaced unsafe libc calls with safe nix crate wrappers in uucore (umask, mkdirat, and more) and mknod + - Eliminated TOCTOU races in ln, tac, and install -D + - rm: --preserve-root now works correctly on symlinks + - MSRV updated to 1.88 + - Notable Bug Fixes + - date: Extensive fixes โ€” -u/-s/-d flags, timezone abbreviation lookup and DST, RFC-822 format, %+/%_ modifiers, --debug, locale date_fmt + - cp: Readonly directories, -a/-z flags, special files, non-UTF-8 directory names + - mv: Preserve symlinks during cross-device moves, handle FIFOs in directories + - ls: Hyperlink OSC 8 format, dired reports, fd leak on deep recursion, invalid UTF-8 hidden files + - sort: Collator panic in worker threads, scientific notation parsing + - paste: Multi-byte delimiters, GNU escape sequences, bounded buffering + - printf: %q shell quoting with control chars and quotes + - ptx: -t/--typeset-mode, multibyte Unicode panic, GNU default behavior + - numfmt: --debug flag, empty delimiter, null byte handling, error message formatting + - cksum: SHAKE algorithms, --binary/--text/--tag errors + - cut, tac, tail, tr, uniq, od, chroot, stat, mktemp, pr, readlink, ln, kill, nproc, rm, env, sync, fmt, factor, wc: Various GNU compatibility and correctness fixes + - Platform Support + - NetBSD and PowerPC build fixes + - Windows: tac stdin piping, test -r/-w/-x, publish static *.exe binaries + - WebAssembly: Publish *.wasm artifacts + - stdbuf: Support libstdbuf in same directory as binary + - NixOS test compatibility fix; added security audit workflow + - Contributions: This release was made possible by 23 new contributors joining our community + Call to Action: + Help us translate - Contribute translations at Weblate + Sponsor us on GitHub to accelerate development: github.com/sponsors/uutils + What's Changed + cat + - cat: strip errno by @oech3 in #10885 + cksum + - *sum: Fix locales fetching from checksum_common after installation by @RenjiSann in #10575 + - *sum: Fix read_byte_lines discarding read errors by @RenjiSann in #10671 + - test/cksum: implement test_signed_checksums by @0xMillyByte in #10714 + - cksum: Accept SHAKE algorithms by @RenjiSann in #10772 + - cksum family: Backport new errors for --binary, --text and --tag by @oech3 in #10618 + - cksum family: Fix clippy::unnecessary_wraps by @oech3 in #11110 + chroot + - chroot: fix gid being set by uid with --userspec #10307 by @cerdelen in #10465 + - chroot: use var_os by @xtqqczze in #11070 + comm + - comm /etc/pacman.conf /dev/null 2>/dev/full does not abort by @oech3 in #10746 + - date, comm, tty: Fixing handling output to dev/null by @ChrisDryden in #10888 + coreutils + - tests/misc/coreutils.sh: Fail with invalid binary name by @oech3 in #10258 + - coreutils: output expected error for unrecognized options by @ChrisDryden in #9869 + - coreutils: Let the name *utils valid by @oech3 in #10729 + - coreutils: Fix 2>/dev/full aborts & drop a sed for GnuTests by @oech3 in #10740 + - all: --typo 2>/dev/full does not abort by @oech3 in #10764 + - Add regression test for coreutils --list by @oech3 in #10858 + cp + - cp: fix recursive copy of readonly directories by @nikolalukovic in #10529 + - cp: improve code clarity and remove redundant filesystem checks by @sylvestre in #10790 + - cp: fixing cp -a functionality to match gnu implementation for -z flag handling and for folders by @ChrisDryden in #10207 + - cp: Fix panic when recursively copying a directory with a non-UTF8 name by @aweinstock314 in #11148 + - cp: handle special files by @victor-prokhorov in #11163 + csplit + - refactor(csplit): use &str slices for patterns by @xtqqczze in #11013 + - csplit: add benchmarks for line number and regex pattern splitting by @sylvestre in #10927 + cut + - cut: fix -s flag for newline delimiter and optimize memory allocation by @akervald in #11143 + - cut: two simple refactorings by @cakebaker in #11194 + date + - date: fix -u flag to match GNU behavior for input parsing by @ChrisDryden in #10715 + - date: Fix format optional argument to capture all following parameters by @cerdelen in #10914 + - date: fix -s UTC conversion losing timezone offset by @yachi in #10828 + - date: fix RFC-822 format to always use English names by @sylvestre in #10932 + - date: bump parse_datetime & add test for leap-1 GNU test by @sylvestre in #10933 + - date: add tests to match GNU's by @sylvestre in #10939 + - date: fix double periods in Hungarian month abbreviations by @naoNao89 in #10945 + - date: fix subfmt-up1, fill-1, pct-pct, and invalid-high-bit-set tests / implement --debug by @sylvestre in #10940 + - date: use locale date_fmt instead of D_T_FMT for default format by @ChrisDryden in #10935 + - date: Fix Error message missing '+' for format string after valid d flag by @cerdelen in #10982 + - date: fix -d with relative dates and timezone abbreviations by @yachi in #10956 + - date: fix timezone abbreviations using wrong offset outside their DST season by @aguimaraes in #11045 + - date: fix %+ and %_ modifier edge cases by @naoNao89 in #10999 + - date: extend tz abbreviation lookup by @cerdelen in #11229 + - date: Remove eprintln! to avoid 2>/dev/full abort by @oech3 in #11228 + - date, comm, tty: Fixing handling output to dev/null by @ChrisDryden in #10888 + dd + - dd: simplify signal handling by removing Alarm timer thread by @ChrisDryden in #10768 + df + - df: fallback when proc masked by @ChrisDryden in #10417 + dircolors + - dircolors >/dev/full panics by @oech3 in #10948 + du + - du: deduplicate Stat::new call by @svlv in #10584 + - du: Use rustc-hash for du -a / performance by @oech3 in #10663 + - du: Flags 'm', 'k', 'm' should be POSIX style overriden by @cerdelen in #10664 + - Du size_format flag override by @cerdelen in #10743 + - du: malloc perf +3~6% by @oech3 in #11034 + echo + - echo --version >/dev/full panics by @oech3 in #10853 + env + - env: fix regression of --ignore-signal=PIPE by @Ecordonnier in #9618 + expand + - expand: remove read_until by @cerdelen in #10657 + - expand: remove empty after help by @cakebaker in #10977 + - expand: Fix performance drop with cgu=1 by ascii fast-path by @oech3 in #11104 + expr + - expr --version >/dev/full panics & --help > /dev/full should fail by @oech3 in #10854 + factor + - factor: add a test for a num-prime issue by @sylvestre in #11096 + - factor: trim also null-chars by @yotam-medini in #11182 + false + - false: dedup set_exit_code(1) by @oech3 in #10823 + - true, false: Fix broken pipe by @oech3 in #11204 + - true, false: drop Vec for binary size and perf by @oech3 in #11223 + fmt + - fmt: restore GNU compatibility for tests/fmt/width by @karanabe in #11073 + fold + - fold: refactor compute_col_count and add character mode tests by @ChrisDryden in #10533 + - fold: replace truncate(0) with clear() by @xtqqczze in #11059 + hostname + - hostname: fix panic on hostname > /dev/full by @WhateverAWS in #10912 + - feat(hostname): add benchmark with large /etc/hosts by @naoNao89 in #10979 + id + - Id: don't panic on write error by @FidelSch in #10769 + install +ReleaseNotesUrl: https://github.com/uutils/coreutils/releases/tag/0.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.yaml b/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.yaml new file mode 100644 index 0000000000000..4d0c629cb53bf --- /dev/null +++ b/manifests/u/uutils/coreutils/0.7.0/uutils.coreutils.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: uutils.coreutils +PackageVersion: 0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dcb671999310432007ce0814f23e409383baac7f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:56:15 +0800 Subject: [PATCH 004/121] New version: Kubernetes.ingress2gateway version 1.0.0 (#350538) --- .../Kubernetes.ingress2gateway.installer.yaml | 26 +++++++ ...bernetes.ingress2gateway.locale.en-US.yaml | 77 +++++++++++++++++++ ...bernetes.ingress2gateway.locale.zh-CN.yaml | 17 ++++ .../1.0.0/Kubernetes.ingress2gateway.yaml | 8 ++ 4 files changed, 128 insertions(+) create mode 100644 manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.installer.yaml create mode 100644 manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.en-US.yaml create mode 100644 manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.zh-CN.yaml create mode 100644 manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.yaml diff --git a/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.installer.yaml b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.installer.yaml new file mode 100644 index 0000000000000..e29357b270ad7 --- /dev/null +++ b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.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: Kubernetes.ingress2gateway +PackageVersion: 1.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ingress2gateway.exe + PortableCommandAlias: ingress2gateway +UpgradeBehavior: install +Commands: +- ingress2gateway +ReleaseDate: 2026-03-20 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/kubernetes-sigs/ingress2gateway/releases/download/v1.0.0/ingress2gateway_Windows_i386.zip + InstallerSha256: CE3A9AA2B8472C42D8912122EF93C7EC9D54E29C079E429B3558E5EDA21C991A +- Architecture: x64 + InstallerUrl: https://github.com/kubernetes-sigs/ingress2gateway/releases/download/v1.0.0/ingress2gateway_Windows_x86_64.zip + InstallerSha256: B33C706FC6EBDB5DC73712FC1D5DAE9E58351F9965F257B14431C2268457C8CA +- Architecture: arm64 + InstallerUrl: https://github.com/kubernetes-sigs/ingress2gateway/releases/download/v1.0.0/ingress2gateway_Windows_arm64.zip + InstallerSha256: 3C6DC8E10AD675D9AB61FB6F2EDCC3AA155C785E28EF4C52BE40176787F69271 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.en-US.yaml b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.en-US.yaml new file mode 100644 index 0000000000000..afbc7834a905d --- /dev/null +++ b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kubernetes.ingress2gateway +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Kubernetes SIGs +PublisherUrl: https://kubernetes.io/ +PublisherSupportUrl: https://github.com/kubernetes-sigs/ingress2gateway/issues +PackageName: ingress2gateway +PackageUrl: https://github.com/kubernetes-sigs/ingress2gateway +License: Apache-2.0 +LicenseUrl: https://github.com/kubernetes-sigs/ingress2gateway/blob/HEAD/LICENSE +Copyright: Copyright 2026 The Kubernetes Authors. +ShortDescription: Convert Ingress resources to Gateway API resources +Description: Ingress2gateway helps translate Ingress and provider-specific resources (CRDs) to Gateway API resources. +Moniker: ingress2gateway +Tags: +- cluster +- docker +- k8s +- kubernetes +ReleaseNotes: |- + Installation + To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v1.0.0/README.md + (ingress2gateway v1.0.0 was tagged on 2026-03-20T20:21:16Z.) + Changelog + Major Themes + Emitters Framework + New pluggable emitter architecture enabling output to vendor-specific Gateway API + extensions. Supported emitters: standard (vanilla Gateway API), Agentgateway, Envoy Gateway, and Kgateway. + (#265, #273, #305, #320) + Extensive ingress-nginx Annotation Support + Significantly expanded ingress-nginx annotation coverage, adding translation for + header manipulation, GRPC, canary routing, path rewriting, timeouts, SSL and permanent/temporal redirects, + CORS, regex path matching, backend TLS, buffer sizing, IP access control. + A new annotation tracking system also + reports which annotations were parsed, unsupported, or unrecognized. + E2E Test Framework + Comprehensive end-to-end test suite built in pure Go with real cluster testing + across Ingress NGINX and Envoy Gateway providers. Covers TLS termination, SSL + redirect, canary routing, CORS, and timeouts. (#294, #330, #353, #366, #372) + Changes by Kind + Feature + - Emitters framework: pluggable emitter architecture separating providers (Ingress โ†’ IR) from emitters (IR โ†’ Gateway API resources). Includes standard, Agentgateway, Envoy Gateway, kgateway, and GCE emitters. (#265, #273, #305, #320, #336, #388, @Stevenjin8, @kkk777-7, @puertomontt, @chakravardhan, @markuskobler) + - Route rule name support for xPolicy CRD attachment (#298, @kkk777-7) + - ingress-nginx: header manipulation (upstream-vhost, x-forwarded-prefix, connection-proxy-header) (#283, @eladmotola) + - ingress-nginx: GRPC support annotation (#286, @eladmotola) + - ingress-nginx: extended canary support with canary-by-header, canary-by-header-value, and cookie-based routing (#287, #365, #374, @jgreeer, @Stevenjin8) + - ingress-nginx: rewrite-target annotation for path rewriting (#288, @Stevenjin8) + - ingress-nginx: timeout annotations (proxy-connect-timeout, proxy-send-timeout, proxy-read-timeout) (#289, #376, #377, @Stevenjin8) + - ingress-nginx: permanent-redirect and temporal-redirect annotations with configurable status codes (#299, @jgreeer) + - ingress-nginx: full CORS configuration (allow-origin, allow-methods, allow-headers, allow-credentials, expose-headers, max-age). No longer requires --allow-experimental-gw-api flag. (#303, #371, @chakravardhan, @kkk777-7) + - ingress-nginx: use-regex annotation with implementationSpecific path matching (#307, #344, @chakravardhan, @Stevenjin8) + - ingress-nginx: Backend TLS via proxy-ssl-verify and proxy-ssl-secret, translated to BackendTLSPolicy (#308, @rajashish) + - ingress-nginx: proxy-body-size and client-body-buffer-size buffer annotations (#305, #375, @kkk777-7, @Stevenjin8) + - ingress-nginx: whitelist-source-range and denylist-source-range IP access control (#345, @kkk777-7) + - ingress-nginx: ssl-redirect annotation with per-route evaluation matching ingress-nginx per-location semantics (#290, #385, @Stevenjin8) + - ingress-nginx: trailing slash redirects (#385, @Stevenjin8) + - ingress-nginx: annotation tracking with notifications for unsupported/unparsed annotations (#359, #361, #370, @Stevenjin8, @kkk777-7) + - Read resources from multiple input files and directories via --input-file (#258, #357, @carmal891, @johananl) + - Refactored notification system to provider- and emitter-scoped reports (#360, #384, @johananl, @Stevenjin8) + - E2E test suite with real cluster testing across Ingress NGINX and Envoy Gateway (#294, #330, #351, #353, #366, #372, @johananl, @Stevenjin8, @kkk777-7) + Bug or Regression + - Fix data race in NotificationAggregator (#292, @johananl) + - Fix setting proper secret group and kind in TLS certificateRefs (#302, @cnvergence) + - Fix panic on nil ingress.rules.http (#335, @Stevenjin8) + - Fix deduplicate TLS CertificateRefs in gateway listeners (#378, @Stevenjin8) + Other (Cleanup or Flake) + - Upgraded Gateway API to v1.5 (#367, @Stevenjin8) + - Migrate to golangci-lint v2 (#323, @kkk777-7) + - Bump Kong chart to v3.0.2 (#349, @johananl) + - Docs: Providers vs Emitters architecture description (#369, @markuskobler) + - Update main and ingress-nginx README (#390, @Stevenjin8) +ReleaseNotesUrl: https://github.com/kubernetes-sigs/ingress2gateway/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.zh-CN.yaml b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.zh-CN.yaml new file mode 100644 index 0000000000000..189d455f8499f --- /dev/null +++ b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kubernetes.ingress2gateway +PackageVersion: 1.0.0 +PackageLocale: zh-CN +PublisherUrl: https://kubernetes.io/zh-cn/ +ShortDescription: ๅฐ† Ingress ่ต„ๆบ่ฝฌๆขไธบ Gateway API ่ต„ๆบ +Description: Ingress2gateway ๅฏๅฐ† Ingress ๅ’Œ็‰นๅฎšไบŽๆไพ›ๅ•†็š„่ต„ๆบ๏ผˆCRD๏ผ‰่ฝฌๆขไธบ Gateway API ่ต„ๆบใ€‚ +Tags: +- docker +- k8s +- kubernetes +- ้›†็พค +ReleaseNotesUrl: https://github.com/kubernetes-sigs/ingress2gateway/releases/tag/v1.0.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.yaml b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.yaml new file mode 100644 index 0000000000000..3deedadf6f1d3 --- /dev/null +++ b/manifests/k/Kubernetes/ingress2gateway/1.0.0/Kubernetes.ingress2gateway.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: Kubernetes.ingress2gateway +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 86f32127066d05ca0f12e67be3525c6a68bcf539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:57:06 +0800 Subject: [PATCH 005/121] New package: Odonno.jj-commit version 0.1.0 (#350907) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: โคๆ˜ฏ็บฑ้›พ้…ฑๅ“Ÿ๏ฝž <49941141+Dragon1573@users.noreply.github.com> --- .../0.1.0/Odonno.jj-commit.installer.yaml | 23 ++++++++++++++ .../0.1.0/Odonno.jj-commit.locale.en-US.yaml | 31 +++++++++++++++++++ .../jj-commit/0.1.0/Odonno.jj-commit.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.installer.yaml create mode 100644 manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.locale.en-US.yaml create mode 100644 manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.yaml diff --git a/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.installer.yaml b/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.installer.yaml new file mode 100644 index 0000000000000..17c36eed45184 --- /dev/null +++ b/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Odonno.jj-commit +PackageVersion: 0.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jjc-windows-x86_64.exe + PortableCommandAlias: jjc.exe +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-22 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Odonno/jj-commit/releases/download/v0.1.0/jjc-windows-x86_64.zip + InstallerSha256: 113F95026A485FCC72A606EE5285D791843980A93A55A773ABA61CF4EF64F02C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.locale.en-US.yaml b/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.locale.en-US.yaml new file mode 100644 index 0000000000000..536de5929e351 --- /dev/null +++ b/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Odonno.jj-commit +PackageVersion: 0.1.0 +PackageLocale: en-US +Publisher: David Bottiau +PublisherUrl: https://github.com/Odonno +PublisherSupportUrl: https://github.com/Odonno/jj-commit/issues +Author: David Bottiau +PackageName: jj-commit +PackageUrl: https://github.com/Odonno/jj-commit +License: MIT +LicenseUrl: https://github.com/Odonno/jj-commit/blob/main/LICENSE +Copyright: Copyright (c) 2026 David Bottiau +CopyrightUrl: https://github.com/Odonno/jj-commit/blob/main/LICENSE +ShortDescription: Simplify the `jj commit` experience +Description: > + jjc wraps the jj workflow with interactive prompts that enforce a consistent commit style - either + Conventional Commits or Gitmoji - so you never have to remember the format again. It auto-detects + which convention your project uses by inspecting recent commit history. +Moniker: jjc +Tags: +- cli +- commit +- jj +- jujutsu +- rust +ReleaseNotesUrl: https://github.com/Odonno/jj-commit/releases/tag/v0.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.yaml b/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.yaml new file mode 100644 index 0000000000000..c28698df006e5 --- /dev/null +++ b/manifests/o/Odonno/jj-commit/0.1.0/Odonno.jj-commit.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: Odonno.jj-commit +PackageVersion: 0.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0d04a4df0167498793e7cea75e06e88aacc7d1d4 Mon Sep 17 00:00:00 2001 From: eXeLearning Project <135107769+eXeLearningProject@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:57:37 +0100 Subject: [PATCH 006/121] New version: Exelearning.Exelearning version 4.0.0-beta3 (#351149) --- .../Exelearning.Exelearning.installer.yaml | 27 +++++++ .../Exelearning.Exelearning.locale.en-US.yaml | 80 +++++++++++++++++++ .../4.0.0-beta3/Exelearning.Exelearning.yaml | 8 ++ 3 files changed, 115 insertions(+) create mode 100644 manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.installer.yaml create mode 100644 manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.locale.en-US.yaml create mode 100644 manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.yaml diff --git a/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.installer.yaml b/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.installer.yaml new file mode 100644 index 0000000000000..d6e22ee02e5a9 --- /dev/null +++ b/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.installer.yaml @@ -0,0 +1,27 @@ +# 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: Exelearning.Exelearning +PackageVersion: 4.0.0-beta3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- elp +- elp3 +- elpx +ProductCode: d01d247d-c864-5e2c-93fe-72af2692cb95 +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- DisplayName: eXeLearning 4.0.0-beta3 + ProductCode: d01d247d-c864-5e2c-93fe-72af2692cb95 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/exelearning/exelearning/releases/download/v4.0.0-beta3/eXeLearning-Setup-4.0.0-beta3.exe + InstallerSha256: 544B68C4166D171217AB2333D24F0BE940742880F9B91B1AB363FFB734978E5E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.locale.en-US.yaml b/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.locale.en-US.yaml new file mode 100644 index 0000000000000..06b2c9db6baee --- /dev/null +++ b/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.locale.en-US.yaml @@ -0,0 +1,80 @@ +# 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: Exelearning.Exelearning +PackageVersion: 4.0.0-beta3 +PackageLocale: en-US +Publisher: INTEF +PublisherUrl: https://exelearning.net/ +PublisherSupportUrl: https://github.com/exelearning/exelearning/issues +Author: exelearning +PackageName: eXeLearning +PackageUrl: https://exelearning.net/ +License: AGPL-3.0 +LicenseUrl: https://github.com/exelearning/exelearning/blob/HEAD/LICENSE +Copyright: Copyright ยฉ 2025 INTEF +ShortDescription: eXeLearning is a free authoring tool to create educational resources. +Description: eXeLearning is an open source authoring tool to create educational resources in multiple formats (Web, SCORM, ePub, etc.). It allows teachers and institutions to design, develop and publish digital content without requiring HTML or XML knowledge. +Moniker: exelearning +Tags: +- educational +- exelearning +ReleaseNotes: |- + Added + - Games iDevices: native audio recording in the editor using the device microphone + - Complete iDevice: support for symbol answers (<, >, =) + - GeoGebra Activity iDevice: options to display title and author + - Maintenance mode: manage server maintenance state from the admin UI or CLI (maintenance on/off/status) + - Reduced dependencies and simplified script execution in development environments using Bun parallel scripts + - Makefile: warning when using a non-Bash shell on Windows (cmd/PowerShell) + - New repository-specific instruction system for AI coding agents working on eXeLearning + - Strings cleanup and revision + - Updated Catalan (CA), Galician (GL) and Spanish (ES) translations + - Added automated placeholder translations for incomplete translations + Fixed + - Box titles were always displayed in dark color instead of adapting to the selected style + - Cross-page and same-page anchor links + - ABC music notation viewer presentation issues + - TinyMCE link plugin: unnecessary id attribute added to all links + - TinyMCE link plugin: "Include File Information" option did not retrieve file size and extension + - Table center alignment not applied in the "Nova" style + - prettyPhoto (a[rel^='lightbox']) issues with iframe, audio, and video + - Base style: document height in iframe increased unexpectedly + - Base style: iDevices with titles had no background color in edit mode + - Missing Accessibility Toolbar in projects without iDevices + - Incorrect icon colors in the Utilities menu + - License strings not translated in properties and export + - Download Source File iDevice: .elpx download broken in SCORM 1.2, SCORM 2004, and IMS Content Package exports + - Download Source File iDevice: compatibility with all available licenses + - Download Source File iDevice: URL updated to HTTPS + - Hidden Image iDevice: hide delay setting not applied at runtime + - Text iDevice: extra exe-text wrapper in exported content causing duplicate markup + - Collaborative editing: preserve active editor when a remote iDevice is created on the same page + - Collaborative editing: non-owners could delete shared projects + - File Manager: "Oldest first" / "Newest first" date sorting not working + - Theme downloads for styles installed from the admin panel returned 404 + - Preview panel: file downloads lost original filename + - Untranslated strings in static bundle UI + - File > New / Open / Import flow in static mode and in the desktop app + - Fixed Electron save dialog fallback and remembered last selected filename + - Reduced peak memory usage during save, preview, and website export for large projects + - Downloaded files were sometimes saved with the wrong extension + - Fixed .elpx download issues in SCORM and IMS exports + - make clean-local command EBUSY error + - make run-app workflow: installed missing Electron libraries required at runtime + - Application crash on Chrome versions older than 105 + - Excluded jsdom and its full dependency tree from the bundle + - Fixed Homebrew cask publish job + - CI/CD pipelines for forks: skip signing and external publishing when secrets are unavailable + Upgraded + - electron: 40.8.0 โ†’ 41.0.0 + - jsdom: 28.1.0 โ†’ 29.0.0 + - vite: 7.3.1 โ†’ 8.0.0 + - docker/build-push-action: 6 โ†’ 7 + - docker/metadata-action: 5 โ†’ 6 + - docker/setup-buildx-action: 3 โ†’ 4 + Removed + - open-cli-tools/concurrently dependency +ReleaseNotesUrl: https://github.com/exelearning/exelearning/releases/tag/v4.0.0-beta3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.yaml b/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.yaml new file mode 100644 index 0000000000000..5c453a35069ce --- /dev/null +++ b/manifests/e/Exelearning/Exelearning/4.0.0-beta3/Exelearning.Exelearning.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: Exelearning.Exelearning +PackageVersion: 4.0.0-beta3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dd348b43690828b7e2035f9375931de5d73cc0d8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:58:48 +0800 Subject: [PATCH 007/121] New version: PollEverywhere.PollEverywhere version 4.3.2 (#351272) --- ...llEverywhere.PollEverywhere.installer.yaml | 22 +++++++++++++++ ...verywhere.PollEverywhere.locale.en-US.yaml | 27 +++++++++++++++++++ ...verywhere.PollEverywhere.locale.zh-CN.yaml | 16 +++++++++++ .../4.3.2/PollEverywhere.PollEverywhere.yaml | 8 ++++++ 4 files changed, 73 insertions(+) create mode 100644 manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.installer.yaml create mode 100644 manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.locale.en-US.yaml create mode 100644 manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.locale.zh-CN.yaml create mode 100644 manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.yaml diff --git a/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.installer.yaml b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.installer.yaml new file mode 100644 index 0000000000000..6b784e3f775d1 --- /dev/null +++ b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.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: PollEverywhere.PollEverywhere +PackageVersion: 4.3.2 +InstallerType: msi +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VSTOR +ProductCode: '{BB97F656-9E2B-470C-9B13-53679B0165AC}' +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- UpgradeCode: '{20C2FEEA-96B3-41CB-BC73-B6C6A30B0601}' +Installers: +- Architecture: x86 + InstallerUrl: https://polleverywhere-app.s3.amazonaws.com/win-stable/4.3.2/PollEverywhere.Everyone.msi + InstallerSha256: 249363EE90B4948E1EC08B62391DA2DCDC3DD2C56A0C1EA7EECAE157B8697EFC +- Architecture: x64 + InstallerUrl: https://polleverywhere-app.s3.amazonaws.com/win-stable/4.3.2/PollEverywhere.Everyone.msi + InstallerSha256: 249363EE90B4948E1EC08B62391DA2DCDC3DD2C56A0C1EA7EECAE157B8697EFC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.locale.en-US.yaml b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.locale.en-US.yaml new file mode 100644 index 0000000000000..04bd2ce4ab648 --- /dev/null +++ b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.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: PollEverywhere.PollEverywhere +PackageVersion: 4.3.2 +PackageLocale: en-US +Publisher: Poll Everywhere +PublisherUrl: https://www.polleverywhere.com/ +PublisherSupportUrl: https://support.polleverywhere.com/ +PrivacyUrl: https://www.polleverywhere.com/privacy-policy +Author: Poll Everywhere, Inc. +PackageName: Poll Everywhere +PackageUrl: https://www.polleverywhere.com/app/powerpoint/win +License: Proprietary +LicenseUrl: https://www.polleverywhere.com/terms +CopyrightUrl: https://www.polleverywhere.com/terms +ShortDescription: Create an Interactive Presentation with Poll Everywhere +Description: Poll Everywhereโ€™s PowerPoint integration bridges this gap, transforming static presentations into dynamic, two-way conversations. With live polling, Q&As, Word Clouds, and other interactive features, you can seamlessly engage your audience directly within your slides. This integration empowers presenters to gather real-time input, spark dialogue, and keep audiences actively involved throughout the session. Itโ€™s the ideal way to ensure that the audienceโ€™s voice is heard. +Tags: +- poll +- powerpoint +- presentation +- slide +ReleaseNotesUrl: https://s3.amazonaws.com/polleverywhere-app/win-stable/4.3.2/notes.html +PurchaseUrl: https://www.polleverywhere.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.locale.zh-CN.yaml b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e577753c1514d --- /dev/null +++ b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.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: PollEverywhere.PollEverywhere +PackageVersion: 4.3.2 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ไฝฟ็”จ Poll Everywhere ๅˆ›ๅปบไบ’ๅŠจๆผ”็คบๆ–‡็จฟ +Description: Poll Everywhere ็š„ PowerPoint ้›†ๆˆๅŠŸ่ƒฝๅกซ่กฅไบ†่ฟ™ไธ€็ฉบ็™ฝ๏ผŒๅฐ†้™ๆ€ๆผ”็คบ่ฝฌๅ˜ไธบๅŠจๆ€็š„ๅŒๅ‘ไบคๆตใ€‚้€š่ฟ‡ๅฎžๆ—ถๆŠ•็ฅจใ€้—ฎ็ญ”ใ€่ฏไบ‘ๅŠๅ…ถไป–ไบ’ๅŠจๅŠŸ่ƒฝ๏ผŒๆ‚จๅฏไปฅๅœจๅนป็ฏ็‰‡ไธญ็›ดๆŽฅๆ— ็ผๅœฐๅธๅผ•่ง‚ไผ—ๅ‚ไธŽใ€‚ๆญค้›†ๆˆไฝฟๆผ”็คบ่€…่ƒฝๅคŸๅฎžๆ—ถๆ”ถ้›†ๅ้ฆˆ๏ผŒๆฟ€ๅ‘ๅฏน่ฏ๏ผŒๅนถ่ฎฉ่ง‚ไผ—ๅœจๆ•ดไธช่ฟ‡็จ‹ไธญไฟๆŒ็งฏๆžๅ‚ไธŽใ€‚่ฟ™ๆ˜ฏ็กฎไฟ่ง‚ไผ—ๅฃฐ้Ÿณ่ขซๅฌๅˆฐ็š„็†ๆƒณๆ–นๅผใ€‚ +Tags: +- ppt +- ๅนป็ฏ็‰‡ +- ๆŠ•็ฅจ +- ๆผ”็คบๆ–‡็จฟ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.yaml b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.yaml new file mode 100644 index 0000000000000..4bafe128324fd --- /dev/null +++ b/manifests/p/PollEverywhere/PollEverywhere/4.3.2/PollEverywhere.PollEverywhere.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: PollEverywhere.PollEverywhere +PackageVersion: 4.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6ab717eee919de07cdd6ee67698c0b27c4c540f7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:01:07 +0800 Subject: [PATCH 008/121] New version: PVsyst.PVsyst version 8.0.21 (8.0.21.48104) (#348002) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../8.0.21/PVsyst.PVsyst.installer.yaml | 68 +++++++++++++++++++ .../8.0.21/PVsyst.PVsyst.locale.en-US.yaml | 41 +++++++++++ .../8.0.21/PVsyst.PVsyst.locale.zh-CN.yaml | 20 ++++++ .../p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.yaml | 8 +++ 4 files changed, 137 insertions(+) create mode 100644 manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.installer.yaml create mode 100644 manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.locale.en-US.yaml create mode 100644 manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.locale.zh-CN.yaml create mode 100644 manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.yaml diff --git a/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.installer.yaml b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.installer.yaml new file mode 100644 index 0000000000000..c5459839e4ae5 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.0.21 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- 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: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: PVsyst 8.0.21 +ReleaseDate: 2026-03-12 +Installers: +- Architecture: x64 + InstallerUrl: https://www.pvsyst.com/download/bin/PVsyst-8.0.21.48104-setup.exe + InstallerSha256: 79865A2E646E0188965DE7B71213C29E0CEA14645FEAF7AF526108CD478763C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.locale.en-US.yaml b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.locale.en-US.yaml new file mode 100644 index 0000000000000..ab39613b50d4c --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.0.21 +PackageLocale: en-US +Publisher: PVsyst SA +PublisherUrl: https://www.pvsyst.com/ +PublisherSupportUrl: https://www.pvsyst.com/help/ +PrivacyUrl: https://www.pvsyst.com/pdf/common/data-protection-policy-english.pdf +Author: PVsyst SA +PackageName: PVsyst +PackageUrl: https://www.pvsyst.com/en/products/pvsyst-8/ +License: Proprietary +LicenseUrl: https://www.pvsyst.com/pdf/common/general-conditions-of-use-english.pdf +Copyright: Copyright ยฉ PVsyst SA +CopyrightUrl: https://www.pvsyst.com/pdf/common/general-conditions-of-use-english.pdf +ShortDescription: A PC software package for the study, sizing and data analysis of complete PV systems. +Description: |- + PVsyst is a PC software package for the study, sizing and data analysis of complete PV systems. + It deals with grid-connected, stand-alone, pumping and DC-grid (public transportation) PV systems, and includes extensive weather data and PV systems components databases, as well as general solar energy tools. + This software is geared to the needs of architects, engineers, researchers. It is also very helpful for educational training. + PVsyst focuses on complete and precise PV system study with a complete set of tools. +Tags: +- photovoltaic +- pv +ReleaseNotes: |- + * Improvements + + - Databases update + - Optimizers, Huawei: updated max power for MERC1100 and MERC1300 optimizers + - Shadings: diffuse shading factor tables are stored to avoid recalculation. + + * Corrections + + - Backtracking: custom reference for backtracking parameters now marks the main tracker in green and the secondary tracker in orange + - Bifacial: corrected the weighted averages of intermediate results for backside irradiances. This impacts cases where multiple sub-arrays or orientations have bifacial models. +ReleaseNotesUrl: https://www.pvsyst.com/help/release-notes/index.html#8.0.21 +PurchaseUrl: https://www.pvsyst.com/shop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.locale.zh-CN.yaml b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ddc8d7e25b2fd --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.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: PVsyst.PVsyst +PackageVersion: 8.0.21 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ็”จไบŽๅ…‰ไผ็ณป็ปŸๆ•ดไฝ“็ ”็ฉถใ€่ง„ๆจกๆต‹็ฎ—ไธŽๆ•ฐๆฎๅˆ†ๆž็š„ PC ็ซฏไธ“ไธš่ฝฏไปถ +Description: |- + PVsyst ๆ˜ฏไธ€ๆฌพ็”จไบŽๅ…‰ไผ็ณป็ปŸๆ•ดไฝ“็ ”็ฉถใ€่ง„ๆจกๆต‹็ฎ—ไธŽๆ•ฐๆฎๅˆ†ๆž็š„ PC ็ซฏไธ“ไธš่ฝฏไปถใ€‚ + ่ฏฅ่ฝฏไปถๆถต็›–ๅนถ็ฝ‘ๅž‹ใ€็ฆป็ฝ‘ๅž‹ใ€ๅ…‰ไผๆฐดๆณตๅŠ็›ดๆต็”ต็ฝ‘๏ผˆๅ…ฌๅ…ฑไบค้€š๏ผ‰็ญ‰ๅ…‰ไผ็ณป็ปŸ๏ผŒๅ†…็ฝฎๅ…จ้ข็š„ๆฐ”่ฑกๆ•ฐๆฎๅบ“ไธŽๅ…‰ไผ็ป„ไปถๆ•ฐๆฎๅบ“๏ผŒๅนถๆไพ›้€š็”จๅคช้˜ณ่ƒฝๅทฅๅ…ท้›†ใ€‚ + ๆœฌ่ฝฏไปถไธ“ไธบๅปบ็ญ‘ๅธˆใ€ๅทฅ็จ‹ๅธˆๅŠ็ ”็ฉถไบบๅ‘˜้œ€ๆฑ‚่ฎพ่ฎก๏ผŒๅŒๆ—ถไนŸๅฏไฝœไธบๆ•™ๅญฆๅŸน่ฎญ็š„ๅฎž็”จ่พ…ๅŠฉๅทฅๅ…ทใ€‚ + PVsyst ้€š่ฟ‡้›†ๆˆๅŒ–ๅทฅๅ…ทๅฅ—ไปถ๏ผŒ่‡ดๅŠ›ไบŽๆไพ›ๅ…จ้ข็ฒพๅ‡†็š„ๅ…‰ไผ็ณป็ปŸ็ ”็ฉถ่งฃๅ†ณๆ–นๆกˆใ€‚ +Tags: +- pv +- ๅ…‰ไผ +- ๅ…‰็”ต +ReleaseNotesUrl: https://www.pvsyst.com/help/release-notes/index.html#8.0.21 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.yaml b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.yaml new file mode 100644 index 0000000000000..af6f9d2274c83 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.0.21/PVsyst.PVsyst.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: PVsyst.PVsyst +PackageVersion: 8.0.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6efa1d82612b58b4b171ae18fa3403b84e0b9165 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:13:12 +0800 Subject: [PATCH 009/121] New package: ByteDance.Dola version 1.88.4 (#348214) --- .../Dola/1.88.4/ByteDance.Dola.installer.yaml | 26 +++++++++++++++ .../1.88.4/ByteDance.Dola.locale.en-US.yaml | 32 +++++++++++++++++++ .../1.88.4/ByteDance.Dola.locale.zh-CN.yaml | 32 +++++++++++++++++++ .../ByteDance/Dola/1.88.4/ByteDance.Dola.yaml | 8 +++++ 4 files changed, 98 insertions(+) create mode 100644 manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.installer.yaml create mode 100644 manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.yaml diff --git a/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.installer.yaml b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.installer.yaml new file mode 100644 index 0000000000000..06db54d1f8600 --- /dev/null +++ b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.installer.yaml @@ -0,0 +1,26 @@ +# 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: ByteDance.Dola +PackageVersion: 1.88.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- cici +- dola +ProductCode: Cici +Installers: +- Architecture: x64 + InstallerUrl: https://www.dola.com/download-desktop/cdn_obj/cici_pc/1.88.4/Dola_installer_1.88.4.exe + InstallerSha256: 12E8E0D147BE6B8F471188B3FDB630BC887EA2770E47E25CB464415D695F8B85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.en-US.yaml b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.en-US.yaml new file mode 100644 index 0000000000000..ee2c6fb37d5e6 --- /dev/null +++ b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.en-US.yaml @@ -0,0 +1,32 @@ +# 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: ByteDance.Dola +PackageVersion: 1.88.4 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD. +PublisherUrl: https://www.dola.com/ +# PublisherSupportUrl: +PrivacyUrl: https://www.dola.com/legal/privacy/en +Author: SPRING (SG) PTE. LTD. +PackageName: Dola +PackageUrl: https://www.dola.com/chat/ +License: Freeware +LicenseUrl: https://www.dola.com/legal/terms/en +Copyright: Copyright 2026 The Dola Authors. All rights reserved. +CopyrightUrl: https://www.dola.com/legal/terms/en +ShortDescription: Dola AI is your AI chat assistant for intelligent conversations, writing, translation and programming. Get answers, find inspiration, and discuss any topic with Dola AI. +# Description: +# Moniker: +Tags: +- ai +- chatbot +- large-language-model +- llm +ReleaseNotes: Image editing in PPT can recommend prompt words for you based on the current content. +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.zh-CN.yaml b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3f7a0ba402f54 --- /dev/null +++ b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# 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: ByteDance.Dola +PackageVersion: 1.88.4 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: ๅ…่ดน่ฝฏไปถ +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Dola AI ๆ˜ฏๆ‚จ็š„ๆ™บ่ƒฝ่ŠๅคฉๅŠฉๆ‰‹๏ผŒๆ”ฏๆŒๆ™บ่ƒฝๅฏน่ฏใ€ๅ†™ไฝœใ€็ฟป่ฏ‘ๅ’Œ็ผ–็จ‹ใ€‚่Žทๅ–็ญ”ๆกˆใ€ๆฟ€ๅ‘็ตๆ„Ÿ๏ผŒๅนถไธŽ Dola AI ๆŽข่ฎจไปปไฝ•่ฏ้ข˜ใ€‚ +# Description: +# Moniker: +Tags: +- llm +- ไบบๅทฅๆ™บ่ƒฝ +- ๅคง่ฏญ่จ€ๆจกๅž‹ +- ่Šๅคฉๆœบๅ™จไบบ +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.yaml b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.yaml new file mode 100644 index 0000000000000..c29bfac0da971 --- /dev/null +++ b/manifests/b/ByteDance/Dola/1.88.4/ByteDance.Dola.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: ByteDance.Dola +PackageVersion: 1.88.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7ff650c3e04ea6b5fc1085b74416c42bc82a688f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:19:44 +0800 Subject: [PATCH 010/121] New version: AGILELEAP.SlideBrowser version 2.0.0 (#346945) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../AGILELEAP.SlideBrowser.installer.yaml | 26 +++++++++++++++++ .../AGILELEAP.SlideBrowser.locale.en-US.yaml | 28 +++++++++++++++++++ .../AGILELEAP.SlideBrowser.locale.zh-CN.yaml | 22 +++++++++++++++ .../2.0.0/AGILELEAP.SlideBrowser.yaml | 8 ++++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.installer.yaml create mode 100644 manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.locale.en-US.yaml create mode 100644 manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.locale.zh-CN.yaml create mode 100644 manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.yaml diff --git a/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.installer.yaml b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.installer.yaml new file mode 100644 index 0000000000000..8c611ada307bf --- /dev/null +++ b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.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: AGILELEAP.SlideBrowser +PackageVersion: 2.0.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 25f1270b-9578-55ee-a444-961aa441e74e +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/dream2023/slide-browser/releases/download/v2.0.0/slide-browser-setup.exe + InstallerSha256: 0314E23528083D68341884B77A849F67DE3D075C328B7B24690EBF814C5574B1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/dream2023/slide-browser/releases/download/v2.0.0/slide-browser-setup.exe + InstallerSha256: 0314E23528083D68341884B77A849F67DE3D075C328B7B24690EBF814C5574B1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.locale.en-US.yaml b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..ca1a44264d4b3 --- /dev/null +++ b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.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: AGILELEAP.SlideBrowser +PackageVersion: 2.0.0 +PackageLocale: en-US +Publisher: AGILELEAP Inc. +PublisherUrl: https://github.com/dream2023 +PublisherSupportUrl: https://github.com/dream2023/slide-browser/issues +# PrivacyUrl: https://deepthinkapps.com/privacy/ +Author: AGILELEAP Inc. +PackageName: Slide Browser +PackageUrl: https://github.com/dream2023/slide-browser +License: Freeware +# LicenseUrl: https://deepthinkapps.com/terms/ +Copyright: ยฉ 2026 AGILELEAP Inc. All rights reserved. +# CopyrightUrl: https://deepthinkapps.com/terms/ +ShortDescription: A sleek, lightweight floating Chromium engine browser. +Description: SlideBrowser is a sleek, lightweight floating browser designed for quick access to information, task management, and note-taking, embodying the 'use and go' philosophy for enhanced productivity. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotesUrl: https://github.com/dream2023/slide-browser/releases/tag/v2.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.locale.zh-CN.yaml b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4d1152cb355b9 --- /dev/null +++ b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.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: AGILELEAP.SlideBrowser +PackageVersion: 2.0.0 +PackageLocale: zh-CN +# PublisherUrl: https://deepthinkapps.com/zh/ +# PrivacyUrl: https://deepthinkapps.com/zh/privacy/ +# PackageUrl: https://deepthinkapps.com/zh/apps/slide-browser/ +License: ๅ…่ดน่ฝฏไปถ +# LicenseUrl: https://deepthinkapps.com/zh/terms/ +# CopyrightUrl: https://deepthinkapps.com/zh/terms/ +ShortDescription: ไธ€ไธช่ฝป้‡ใ€็ฎ€ๅ•็š„ๆป‘ๅŠจๆต่งˆๅ™จ +Description: SlideBrowser ๆ˜ฏไธ€ๆฌพๆ—ถๅฐšใ€่ฝป้‡็บง็š„ๆตฎๅŠจๆต่งˆๅ™จ๏ผŒๅธฎๅŠฉๆ‚จๅฟซ้€Ÿ่Žทๅ–ไฟกๆฏใ€็ฎก็†ๅพ…ๅŠžไบ‹้กนๅนถ่ฎฐ็ฌ”่ฎฐ๏ผŒ่€Œไธไผšๆ‰“ๆ–ญๆ‚จ็š„ๅทฅไฝœๆต็จ‹๏ผŒ็œŸๆญฃไฝ“็Žฐไบ†โ€œๅณ็”จๅณ่ตฐโ€็š„็†ๅฟต๏ผŒไปฅๆๅ‡ๆ•ˆ็އใ€‚ +Tags: +- ไบ’่”็ฝ‘ +- ๆต่งˆๅ™จ +- ็ฝ‘้กต +ReleaseNotes: ็งป้™ค้ชŒ่ฏ๏ผŒๆ”นไธบๅ…่ดนใ€‚ +ReleaseNotesUrl: https://github.com/dream2023/slide-browser/releases/tag/v2.0.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.yaml b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.yaml new file mode 100644 index 0000000000000..20b36ef815c48 --- /dev/null +++ b/manifests/a/AGILELEAP/SlideBrowser/2.0.0/AGILELEAP.SlideBrowser.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: AGILELEAP.SlideBrowser +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a6dde3ea478594cf6d36281cd4f5530db8563e74 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:21:26 +0800 Subject: [PATCH 011/121] New version: Elastic.Auditbeat version 9.3.2 (#350029) --- .../9.3.2/Elastic.Auditbeat.installer.yaml | 22 ++++++ .../9.3.2/Elastic.Auditbeat.locale.en-US.yaml | 67 +++++++++++++++++++ .../9.3.2/Elastic.Auditbeat.locale.zh-CN.yaml | 9 +++ .../Auditbeat/9.3.2/Elastic.Auditbeat.yaml | 8 +++ 4 files changed, 106 insertions(+) create mode 100644 manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.installer.yaml create mode 100644 manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.en-US.yaml create mode 100644 manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.zh-CN.yaml create mode 100644 manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.yaml diff --git a/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.installer.yaml b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.installer.yaml new file mode 100644 index 0000000000000..a1fc522f9f246 --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.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: Elastic.Auditbeat +PackageVersion: 9.3.2 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- auditbeat +ProductCode: '{F52C0025-5CB3-5DE7-84F7-A49A14A875F3}' +ReleaseDate: 2026-03-19 +AppsAndFeaturesEntries: +- UpgradeCode: '{F52C0025-5CB3-5DE7-84F7-A49A847845F3}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-9.3.2-windows-x86_64.msi + InstallerSha256: BC74889F662610549C790429CAD22E81636ADF6BE1F2DCF1F9D4707FC0409FCC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.en-US.yaml b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.en-US.yaml new file mode 100644 index 0000000000000..8b27129d6ba89 --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Auditbeat +PackageVersion: 9.3.2 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats auditbeat +PackageUrl: https://www.elastic.co/downloads/beats/auditbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: ยฉ 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Collect your Linux audit framework data and monitor the integrity of your files. +ReleaseNotes: |- + Features and enhancements + Elastic Agent + - Fix a bug that could report stopped inputs as still running. #49285 #47769 + Filebeat + - Add optional token_url support for JWT Bearer Flow in Salesforce input. #43933 #43963 + The Salesforce input now supports a separate token_url configuration for JWT Bearer Flow authentication. This allows users with custom Salesforce domains or restrictions on default endpoints (login.salesforce.com/test.salesforce.com) to specify a different token endpoint URL while keeping the audience URL separate. If token_url is not provided, the existing behavior of using the audience URL as the token endpoint is maintained. + - Empty files are excluded from processing in filestream as early as possible. #49196 #48891 + Metricbeat + - Add zswap compressed swap cache metrics to system memory metricset. #49098 #47605 + - Add Elasticsearch index mode and codec settings in Metricbeat index stats module. #49237 + - Add cgroupv2 CPU metrics to system.process dataset. #49098 #47708 + - Add swap field to system.process.memory metric set in Metricbeat. #48334 + - Add new TBS metrics to monitor mappings. #48432 + - Add a config to improve wildcard handling to report actual object names. #48644 #48502 + - Read Kibana status response body on 503 so monitoring captures the reason for outage. #48913 + Packetbeat + - Improves resiliency of the AMQP parser against invalid or corrupt data frames. #48033 + - Bump bundled Windows Npcap OEM installer to v1.87. #49167 + Winlogbeat + - Move winlog filtering to Go-side evaluation and harden recovery paths. #49257 + Winlogbeat and Filebeat winlog input now subscribe with unfiltered queries for non-custom configurations and apply ignore_older, provider, event_id, and level filtering in code. This avoids unreliable Windows query-filter behavior in affected environments while preserving custom xml_query passthrough. The change also improves read/iterator recovery behavior, keeps final-batch publish semantics on EOF, and adds a retry circuit-breaker for persistent render failures without partial events. + Fixes + All + - Update elastic-agent-system-metrics to v0.14.0. #48816 + - Update elastic-agent-autodiscover to v0.10.2. #48817 + - Update elastic-agent-libs to v0.32.2. #48857 + - Update OpenTelemetry SDK to v1.40.0. #49126 + - Improve append processor behavior when merging values and removing duplicates. #49021 #49020 + The append processor now appends values more consistently, avoiding nested entries in the target field. Duplicate removal is also more reliable, reducing processing errors and keeping output stable. + - Kafka client will avoid having more than a single metadata request to each broker in-flight at any given time. #49307 #49210 + Beatreceiver + - Fix reporting of beatreceiver 30s metrics. #49236 + Filebeat + - Improve in-flight byte accounting in the HTTP Endpoint input. #48571 #48456 + - Honor non-fingerprint file_identity defaults in filestream. #48579 + - Fix handling of Crowdstrike streaming input state in retryable errors. #49077 #49076 + - Fix incremental group updates in Active Directory entity analytics provider. #49089 #49053 + - Demote missing user/device state lookup to debug log in Azure entity analytics provider. #49127 #36447 + - Fix CrowdStrike streaming session refresh scheduling to avoid tight refresh loops. #49175 #49158 + Metricbeat + - Update transient dependency filippo.io/edwards25519 to v1.1.1. #49070 + Osquerybeat + - Update osquery-go dependency to v0.0.0-20260226222546-0cc22f415e57. #49280 + Winlogbeat + - Restore suppression of repeated channel-not-found open errors in Winlogbeat eventlog runner. #48999 #48979 + Reintroduces channel-not-found retry log suppression that was lost during the eventlog runner refactor. The first channel-not-found open error is logged at WARN, subsequent retries are logged at DEBUG, and the suppression state is reset after a successful open. This prevents repeated WARN/ERROR log noise when a configured channel is missing. +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..52c69b0fc94c2 --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Elastic.Auditbeat +PackageVersion: 9.3.2 +PackageLocale: zh-CN +ShortDescription: ๆ”ถ้›†ๆ‚จ็š„ Linux ๅฎก่ฎกๆก†ๆžถๆ•ฐๆฎๅนถ็›‘ๆŽงๆ–‡ไปถๅฎŒๆ•ดๆ€งใ€‚ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.yaml b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.yaml new file mode 100644 index 0000000000000..153982b910323 --- /dev/null +++ b/manifests/e/Elastic/Auditbeat/9.3.2/Elastic.Auditbeat.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: Elastic.Auditbeat +PackageVersion: 9.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2dd4080247f07b6dec625679156e5b52f7b95f9e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:22:41 +0800 Subject: [PATCH 012/121] New version: Google.Chrome.Beta version 147.0.7727.15 (#350482) --- .../Google.Chrome.Beta.installer.yaml | 20 +++++++++---------- .../Google.Chrome.Beta.locale.en-US.yaml | 2 +- .../Google.Chrome.Beta.locale.nb-NO.yaml | 2 +- .../Google.Chrome.Beta.locale.zh-CN.yaml | 2 +- .../Google.Chrome.Beta.yaml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) rename manifests/g/Google/Chrome/Beta/{147.0.7727.3 => 147.0.7727.15}/Google.Chrome.Beta.installer.yaml (63%) rename manifests/g/Google/Chrome/Beta/{147.0.7727.3 => 147.0.7727.15}/Google.Chrome.Beta.locale.en-US.yaml (97%) rename manifests/g/Google/Chrome/Beta/{147.0.7727.3 => 147.0.7727.15}/Google.Chrome.Beta.locale.nb-NO.yaml (97%) rename manifests/g/Google/Chrome/Beta/{147.0.7727.3 => 147.0.7727.15}/Google.Chrome.Beta.locale.zh-CN.yaml (97%) rename manifests/g/Google/Chrome/Beta/{147.0.7727.3 => 147.0.7727.15}/Google.Chrome.Beta.yaml (88%) diff --git a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.installer.yaml similarity index 63% rename from manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.installer.yaml rename to manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.installer.yaml index 338c9656b8e4e..74d46812fc0ba 100644 --- a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.installer.yaml +++ b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 147.0.7727.3 +PackageVersion: 147.0.7727.15 InstallerType: wix Scope: machine UpgradeBehavior: install @@ -26,24 +26,24 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi - InstallerSha256: BAD9C35F81E8BE1F286C89BBFA3BF3E186CBBA94B08914F4D57FC64DDCDC8C61 - ProductCode: '{B0EC609F-EFB8-3E5E-A25D-9916641A2B52}' + InstallerSha256: FFD8DEAA30C4A911797AD722A396ABFDAF366ECA57E5EAABB86FC8F6A65AE48C + ProductCode: '{9EE3E8B0-A15D-3168-98FF-3A67A842D0C2}' AppsAndFeaturesEntries: - - ProductCode: '{B0EC609F-EFB8-3E5E-A25D-9916641A2B52}' + - ProductCode: '{9EE3E8B0-A15D-3168-98FF-3A67A842D0C2}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: x64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi - InstallerSha256: AF89F9F587F930B38E5734B3B41A047723EDB159A698EB00EFC150CE88EBE749 - ProductCode: '{7A604C90-3628-3B89-AB24-FE3DAF0C0BB8}' + InstallerSha256: 503FD867F1E45DF708F6A9328D2270D06E5E38F9871CA78F67651B3126D9EDAE + ProductCode: '{5669576B-581A-3D6F-AB9A-F5CFBD5D18FF}' AppsAndFeaturesEntries: - - ProductCode: '{7A604C90-3628-3B89-AB24-FE3DAF0C0BB8}' + - ProductCode: '{5669576B-581A-3D6F-AB9A-F5CFBD5D18FF}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: arm64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi - InstallerSha256: 344E7D3720550E4A05ACB1DF49DB25B1BFE0D222F6F3A7561EB526CAC2E64720 - ProductCode: '{33B4CA6F-4512-3A5B-9F76-308BF62B0DE0}' + InstallerSha256: 7C9482447CE9ADBF82B64517AD1718AD78A726FE9D1BA3BA45D23C23E333F555 + ProductCode: '{E2DD3329-841A-33FE-BEFB-FE9CB8548BFD}' AppsAndFeaturesEntries: - - ProductCode: '{33B4CA6F-4512-3A5B-9F76-308BF62B0DE0}' + - ProductCode: '{E2DD3329-841A-33FE-BEFB-FE9CB8548BFD}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.locale.en-US.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.en-US.yaml rename to manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.locale.en-US.yaml index bde8dbfd2c907..0c44f38c49948 100644 --- a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.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.Beta -PackageVersion: 147.0.7727.3 +PackageVersion: 147.0.7727.15 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.locale.nb-NO.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.locale.nb-NO.yaml index 8f375926edf74..ebd216488e9ce 100644 --- a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.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.Beta -PackageVersion: 147.0.7727.3 +PackageVersion: 147.0.7727.15 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.locale.zh-CN.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.locale.zh-CN.yaml index fae59292c2d63..3d87f260f4daa 100644 --- a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.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.Beta -PackageVersion: 147.0.7727.3 +PackageVersion: 147.0.7727.15 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.yaml b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.yaml similarity index 88% rename from manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.yaml rename to manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.yaml index c1b34615fbe0f..8a7cf5d1f9839 100644 --- a/manifests/g/Google/Chrome/Beta/147.0.7727.3/Google.Chrome.Beta.yaml +++ b/manifests/g/Google/Chrome/Beta/147.0.7727.15/Google.Chrome.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 147.0.7727.3 +PackageVersion: 147.0.7727.15 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From ace83ee8b0de5b755616712a69dbf91e5a63a69c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:23:38 +0800 Subject: [PATCH 013/121] New version: IntegrIT.Hackolade version 8.9.9 (#350600) --- .../8.9.9/IntegrIT.Hackolade.installer.yaml | 17 +++++++ .../IntegrIT.Hackolade.locale.en-US.yaml | 44 +++++++++++++++++++ .../IntegrIT.Hackolade.locale.zh-CN.yaml | 23 ++++++++++ .../Hackolade/8.9.9/IntegrIT.Hackolade.yaml | 8 ++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.installer.yaml create mode 100644 manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.locale.en-US.yaml create mode 100644 manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.locale.zh-CN.yaml create mode 100644 manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.yaml diff --git a/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.installer.yaml b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.installer.yaml new file mode 100644 index 0000000000000..3dc147965c146 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.9.9 +InstallerType: inno +Scope: machine +Protocols: +- hcks +ProductCode: '{6BD03139-BBF4-44E0-ABA3-6D0461958CEC}_is1' +ReleaseDate: 2026-03-20 +Installers: +- Architecture: x64 + InstallerUrl: https://s3-eu-west-1.amazonaws.com/hackolade/previous/v8.9.9/Hackolade-win64-setup-signed.exe + InstallerSha256: 824852DBE6DAFB899FB757F09C9654C7F80CF4BE74FB92A8EBB843BC3AC071E3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.locale.en-US.yaml b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.locale.en-US.yaml new file mode 100644 index 0000000000000..df0104d92b24e --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.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: IntegrIT.Hackolade +PackageVersion: 8.9.9 +PackageLocale: en-US +Publisher: Hackolade +PublisherUrl: https://hackolade.com/ +PublisherSupportUrl: https://hackolade.com/help/index.html +PrivacyUrl: https://hackolade.com/privacy.html +Author: IntegrIT SA/NV +PackageName: Hackolade +PackageUrl: https://hackolade.com/download.html +License: Proprietary +LicenseUrl: https://hackolade.com/eulas.html +Copyright: Copyright ยฉ 2016-2026 Hackolade. All rights reserved. +CopyrightUrl: https://hackolade.com/eulas.html +ShortDescription: Polyglot Data Modeling for SQL and NoSQL databases, APIs, and storage formats +Description: |- + Hackolade Studio is an intuitive yet powerful application to perform the visually data modeling and schema design of many SQL and NoSQL databases, APIS, and storage formats. + Hackolade Studio combines the graphical representation of collections in an Entity Relationship Diagram, with the graphical representation of the JSON Schema definition of each collection in a hierarchical schema view. Together, these graphical representations provide the schema model for data-at-rest and data-in-motion, plus the documentation of that model. The application is specifically designed around the powerful nature of JSON nested sub-objects and denormalization. + The software facilitates the work of, and the dialog between analysts, architects, designers, developers, testers, DBAs, and operators of systems that are based on such technologies. It also can generate schema scripts and documentation in a variety of machine-readable formats (DDLs, JSON Schema, Avro, Parquet, Protobuf, ...) as well as database instances, or human-readable formats such as HTML, Markdown, and PDF reports. + Instead of having to find data structures tacitly described in the application code, the creation of a database model helps to evaluate design options beforehand, think through the implications of different alternatives, and recognize potential hurdles before committing sizable amounts of development effort. A database model helps plan ahead, in order to minimize later rework. In the end, the modeling process accelerates development, increases quality of the application, and reduces execution risks. +Tags: +- database +- db +- modeling +ReleaseNotes: |- + - Tech refresh of ElectronJS (v40.8.3), NodeJS (v24.14.0), Chromium (v144.0.7559.236), V8 engine (v14.4.258.32), and related modules + - DDL: enhanced support for reverse-engineering of arrays + - Excel export: added shared model link URL to easily open models in Browser + - PowerDesigner: updated reverse-engineering of Oracle timezone and character length semantics + - Cassandra, DocumentDB, EventBridge, Glue, Neptune, Redshift, Snowflake: updated dependent modules + - DeltaLake/Databricks: improved robustness in JSON parsing during reverse-engineering + - Teradata: added support for reverse-engineering of constraints in separate statements +ReleaseNotesUrl: https://hackolade.com/versionInfo/ReadMe.txt +PurchaseUrl: https://hackolade.com/pricing.html +Documentations: +- DocumentLabel: Videos + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: FAQ + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.locale.zh-CN.yaml b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9a9ff47782b3e --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.9.9 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ๆถต็›– SQL ไธŽ NoSQL ๆ•ฐๆฎๅบ“ใ€API ๅŠๅญ˜ๅ‚จๆ ผๅผ็š„ๅคš่ฏญ่จ€ๆ•ฐๆฎๅปบๆจก +Description: |- + Hackolade Studio ๆ˜ฏไธ€ๆฌพ็›ด่ง‚่€Œๅผบๅคง็š„ๅบ”็”จ็จ‹ๅบ๏ผŒ็”จไบŽๅฏนๅคš็ง SQL ๅ’Œ NoSQL ๆ•ฐๆฎๅบ“ใ€API ๅŠๅญ˜ๅ‚จๆ ผๅผ่ฟ›่กŒๅฏ่ง†ๅŒ–ๆ•ฐๆฎๅปบๆจกไธŽๆจกๅผ่ฎพ่ฎกใ€‚ + Hackolade Studio ๅฐ†ๅฎžไฝ“ๅ…ณ็ณปๅ›พไธญ้›†ๅˆ็š„ๅ›พๅฝขๅŒ–่กจ็คบ๏ผŒไธŽๅฑ‚ๆฌกๅŒ–ๆจกๅผ่ง†ๅ›พไธญๆฏไธช้›†ๅˆ็š„ JSON Schema ๅฎšไน‰ๅ›พๅฝขๅŒ–่กจ็คบ็›ธ็ป“ๅˆใ€‚่ฟ™ไบ›ๅ›พๅฝขๅŒ–่กจ็คบๅ…ฑๅŒๆž„ๆˆไบ†้™ๆ€ๆ•ฐๆฎๅ’ŒๅŠจๆ€ๆ•ฐๆฎ็š„ๆจกๅผๆจกๅž‹๏ผŒๅนถ้™„ๅธฆ่ฏฅๆจกๅž‹็š„ๆ–‡ๆกฃ่ฏดๆ˜Žใ€‚่ฏฅๅบ”็”จไธ“้—จๅ›ด็ป• JSON ๅตŒๅฅ—ๅญๅฏน่ฑกๅ’Œ้ž่ง„่ŒƒๅŒ–็š„ๅผบๅคง็‰นๆ€ง่ฟ›่กŒ่ฎพ่ฎกใ€‚ + ่ฏฅ่ฝฏไปถไฟƒ่ฟ›ไบ†ๅŸบไบŽๆญค็ฑปๆŠ€ๆœฏ็š„็ณป็ปŸๅˆ†ๆžๅธˆใ€ๆžถๆž„ๅธˆใ€่ฎพ่ฎกๅธˆใ€ๅผ€ๅ‘ไบบๅ‘˜ใ€ๆต‹่ฏ•ไบบๅ‘˜ใ€ๆ•ฐๆฎๅบ“็ฎก็†ๅ‘˜ๅ’Œ่ฟ็ปดไบบๅ‘˜ไน‹้—ด็š„ๅทฅไฝœๅไฝœไธŽๅฏน่ฏใ€‚ๅฎƒ่ฟ˜่ƒฝ็”Ÿๆˆๅคš็งๆœบๅ™จๅฏ่ฏปๆ ผๅผ๏ผˆDDLใ€JSON Schemaใ€Avroใ€Parquetใ€Protobuf ็ญ‰๏ผ‰็š„ๆจกๅผ่„šๆœฌๅ’Œๆ–‡ๆกฃ๏ผŒไปฅๅŠๆ•ฐๆฎๅบ“ๅฎžไพ‹๏ผ›ๅŒๆ—ถๆ”ฏๆŒ HTMLใ€Markdown ๅ’Œ PDF ๆŠฅๅ‘Š็ญ‰ไบบๅฏ่ฏปๆ ผๅผ็š„่พ“ๅ‡บใ€‚ + ้€š่ฟ‡ๅˆ›ๅปบๆ•ฐๆฎๅบ“ๆจกๅž‹๏ผŒ็”จๆˆทๆ— ้œ€ไปŽๅบ”็”จ็จ‹ๅบไปฃ็ ไธญ้šๅผๆŽจๅฏผๆ•ฐๆฎ็ป“ๆž„๏ผŒๅณๅฏ้ข„ๅ…ˆ่ฏ„ไผฐ่ฎพ่ฎกๆ–นๆกˆใ€ๆทฑๅ…ฅๆ€่€ƒไธๅŒๆ›ฟไปฃๆ–นๆกˆ็š„ๅฝฑๅ“๏ผŒๅนถๅœจๆŠ•ๅ…ฅๅคง้‡ๅผ€ๅ‘ๅทฅไฝœๅ‰่ฏ†ๅˆซๆฝœๅœจ้šœ็ขใ€‚ๆ•ฐๆฎๅบ“ๆจกๅž‹ๆœ‰ๅŠฉไบŽๆๅ‰่ง„ๅˆ’๏ผŒไปŽ่€Œๆœ€ๅคง้™ๅบฆๅ‡ๅฐ‘ๅŽๆœŸ่ฟ”ๅทฅใ€‚ๆœ€็ปˆ๏ผŒๅปบๆจก่ฟ‡็จ‹่ƒฝๅŠ ้€Ÿๅผ€ๅ‘่ฟ›ๅบฆใ€ๆๅ‡ๅบ”็”จ่ดจ้‡ๅนถ้™ไฝŽๅฎžๆ–ฝ้ฃŽ้™ฉใ€‚ +Tags: +- ๅปบๆจก +- ๆ•ฐๆฎๅบ“ +Documentations: +- DocumentLabel: ่ง†้ข‘ + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.yaml b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.yaml new file mode 100644 index 0000000000000..811e3c6f293e1 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.9.9/IntegrIT.Hackolade.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.9.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e2fbdac2dbf308c1873165c6ac0165b78028c19b Mon Sep 17 00:00:00 2001 From: Rijul Rajesh <95300799+RijulTP@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:24:32 -0700 Subject: [PATCH 014/121] New package: HexmosTech.IPM version 0.1.38 (#350903) --- .../IPM/0.1.38/HexmosTech.IPM.installer.yaml | 15 +++++++++++++++ .../0.1.38/HexmosTech.IPM.locale.en-US.yaml | 19 +++++++++++++++++++ .../HexmosTech/IPM/0.1.38/HexmosTech.IPM.yaml | 8 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.installer.yaml create mode 100644 manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.locale.en-US.yaml create mode 100644 manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.yaml diff --git a/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.installer.yaml b/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.installer.yaml new file mode 100644 index 0000000000000..0cb6bb8e7cca1 --- /dev/null +++ b/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HexmosTech.IPM +PackageVersion: 0.1.38 +InstallerType: portable +Commands: +- ipm +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/HexmosTech/Installerpedia/releases/download/v0.1.38/ipm-windows-amd64.exe + InstallerSha256: 2DD6F36E915C724DF7AD16BE7A8F750B877E4A85D35F7B3166BFEB1B439D5402 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-22 diff --git a/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.locale.en-US.yaml b/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.locale.en-US.yaml new file mode 100644 index 0000000000000..ecbe1e622b6aa --- /dev/null +++ b/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HexmosTech.IPM +PackageVersion: 0.1.38 +PackageLocale: en-US +Publisher: HexmosTech +PublisherUrl: https://github.com/HexmosTech +PublisherSupportUrl: https://github.com/HexmosTech/Installerpedia/issues +PackageName: IPM +PackageUrl: https://github.com/HexmosTech/Installerpedia +License: Proprietary +ShortDescription: Installerpedia Manager (IPM) provides a structured way to make installing any tool reliable and effortless. +ReleaseNotesUrl: https://github.com/HexmosTech/Installerpedia/releases/tag/v0.1.38 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/HexmosTech/Installerpedia/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.yaml b/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.yaml new file mode 100644 index 0000000000000..aaa9ebd1b0188 --- /dev/null +++ b/manifests/h/HexmosTech/IPM/0.1.38/HexmosTech.IPM.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: HexmosTech.IPM +PackageVersion: 0.1.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c660fb203abace63082a95bf3ba820ce1e09a76e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:24:37 +0800 Subject: [PATCH 015/121] New version: Hugo.Hugo.Extended version 0.159.0 (#351269) --- .../0.159.0/Hugo.Hugo.Extended.installer.yaml | 17 +++++ .../Hugo.Hugo.Extended.locale.en-US.yaml | 63 +++++++++++++++++++ .../Hugo.Hugo.Extended.locale.zh-CN.yaml | 36 +++++++++++ .../Extended/0.159.0/Hugo.Hugo.Extended.yaml | 8 +++ 4 files changed, 124 insertions(+) create mode 100644 manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.installer.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.locale.en-US.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.locale.zh-CN.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.yaml diff --git a/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..df99f4130d978 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.159.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.159.0/hugo_extended_0.159.0_windows-amd64.zip + InstallerSha256: EAACD0CDEC2D62C2FFED63DDE84EB13BCC2B304A6DD207C985E6D0F26608D1C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..d1093a8a5d024 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.159.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2026 The Hugo Authors. +ShortDescription: The worldโ€™s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + This release greatly improves and simplifies management of Node.js/npm dependencies in a multi-module setup. See this page for more information. + Note + - Replace deprecated site.Data with hugo.Data in tests a8fca598 @bep + - Replace deprecated excludeFiles and includeFiles with files in tests 182b1045 @bep + - Replace deprecated :filename with :contentbasename in the permalinks test eb11c3d0 @bep + Bug fixes + - tpl/tplimpl: Fix Vimeo shortcode test eaf4c751 @jmooring #14649 + Improvements + - create: Return error instead of panic when page not found 807cae1d @mango766 #14112 + - commands: Preserve non-content files in convert output c4fb61d9 @xndvaz #4621 + - npm: Use workspaces to simplify hugo mod npm pack d88a29e0 @bep + - commands: Close cpu profile file when StartCPUProfile fails 9dd9c760 @buley + - Remove the AI Watchdog workflow for now 3315a86d @bep + - Remove 'bep' from PR user logins skip list 38244842 @bep + - tpl/tplimpl: Comment out the Vimeo simple shortcode tests 7813c5c8 @bep #14649 + Dependency Updates + - build(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 (#14641) 3ff9b7f8 @dependabot[bot] + - build(deps): bump github.com/yuin/goldmark from 1.7.16 to 1.7.17 be93ccd3 @dependabot[bot] + - build(deps): bump github.com/magefile/mage from 1.15.0 to 1.16.1 2669bca6 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.36.0 to 0.37.0 753d447f @dependabot[bot] + - build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 4f39d724 @dependabot[bot] + Documentation + - docs: Update docs.yaml d2043cfa @bep + - commands: Update docs linke to Node.js docs 4f3c3989 @bep +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.159.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ac1812c2a9f5d --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.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: Hugo.Hugo.Extended +PackageVersion: 0.159.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo๏ผˆๆ‰ฉๅฑ•็‰ˆ๏ผ‰ +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2026 The Hugo Authors. +ShortDescription: ไธ–็•ŒไธŠๆœ€ๅฟซ็š„็ฝ‘็ซ™ๆญๅปบๆก†ๆžถ๏ผˆๆ”ฏๆŒ WebP ็ผ–็ ๅ’Œ Sass ่ฝฌ่ฏ‘๏ผ‰ +Description: |- + Hugo ๆ˜ฏๆœ€ๅ—ๆฌข่ฟŽ็š„ๅผ€ๆบ้™ๆ€็ฝ‘็ซ™็”Ÿๆˆๅ™จไน‹ไธ€ใ€‚ๅ‡ญๅ€Ÿๅ…ถๆƒŠไบบ็š„้€Ÿๅบฆๅ’Œ็ตๆดปๆ€ง๏ผŒHugo ่ฎฉๆญๅปบ็ฝ‘็ซ™ๅˆๅ˜ๅพ—ๆœ‰่ถฃ่ตทๆฅใ€‚ + Hugo ๆœ‰ไธค็ง็‰ˆๆœฌ๏ผšๆ ‡ๅ‡†็‰ˆๅ’Œๆ‰ฉๅฑ•็‰ˆใ€‚ๅœจๆ‰ฉๅฑ•็‰ˆๆœฌไธญ๏ผŒๆ‚จๅฏไปฅ + - ็ผ–็  WebP ๅ›พ็‰‡๏ผˆๆ ‡ๅ‡†็‰ˆไนŸๅฏไปฅ่ฟ›่กŒ่งฃ็ ๏ผ‰ + - ไฝฟ็”จๅ†…ๅตŒ็š„ LibSass ่ฝฌ่ฏ‘ๅ™จๅฐ† Sass ่ฝฌ่ฏ‘ไธบ CSS +Tags: +- ๅ†…ๅฎน็ฎก็†็ณป็ปŸ +- ๅšๅฎข +- ๅšๅฎขๅผ•ๆ“Ž +- ๆ–‡ๆกฃ +- ๆ–‡ๆกฃๅทฅๅ…ท +- ๆ–‡ๆกฃ็”Ÿๆˆๅทฅๅ…ท +- ้™ๆ€็ฝ‘็ซ™ +- ้™ๆ€็ฝ‘็ซ™็”Ÿๆˆๅ™จ +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.159.0 +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..b8f283a8833fc --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.159.0/Hugo.Hugo.Extended.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: Hugo.Hugo.Extended +PackageVersion: 0.159.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7da75ed06d8838a970961817f8dd5dbefe0755fe Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:25:39 +0800 Subject: [PATCH 016/121] New version: Gitify.Gitify version 6.18.0 (#351277) --- .../6.18.0/Gitify.Gitify.installer.yaml | 26 +++++++++++++++++++ .../6.18.0/Gitify.Gitify.locale.en-US.yaml | 24 +++++++++++++++++ .../6.18.0/Gitify.Gitify.locale.zh-CN.yaml | 24 +++++++++++++++++ .../g/Gitify/Gitify/6.18.0/Gitify.Gitify.yaml | 8 ++++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.installer.yaml create mode 100644 manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.locale.en-US.yaml create mode 100644 manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.locale.zh-CN.yaml create mode 100644 manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.yaml diff --git a/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..dfb7a4ed421d2 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 6.18.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v6.18.0/Gitify-Setup-6.18.0.exe + InstallerSha256: EF27A14AA96559E11813312C7CB287CA47F500A8FD2DA3094CBDE218B8A4F171 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v6.18.0/Gitify-Setup-6.18.0.exe + InstallerSha256: EF27A14AA96559E11813312C7CB287CA47F500A8FD2DA3094CBDE218B8A4F171 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..040bc7740a795 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 6.18.0 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v6.18.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c6cda4cffb580 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 6.18.0 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: ่œๅ•ๆ ไธŠ็š„ GitHub ้€š็Ÿฅ +Description: ๆœ‰ๆฒกๆœ‰่ขซ GitHub ็š„้€š็Ÿฅๅผ„่ฟท็ณŠ่ฟ‡๏ผŸๆ”ถๅˆฐๅคชๅคš้‚ฎไปถ๏ผŸGitify ่ƒฝ่ฎฉๆ‚จ็š„็”Ÿๆดปๆ›ด่ฝปๆพใ€‚Gitify ไฝไบŽ่œๅ•ๆ ไธŠ๏ผŒๅฏ้€š็Ÿฅๆ‚จไปปไฝ• GitHub ้€š็Ÿฅ๏ผŒไธไผš่ฎฉๆ‚จ่ง‰ๅพ—็ƒฆไบบ๏ผŒๅฝ“็„ถไนŸๆฒกๆœ‰ๅนฟๅ‘Š๏ผŒๅช่ดŸ่ดฃๅฎŒๆˆๅทฅไฝœใ€‚ๅฏไธŽ GitHub ๅ’Œ GitHub ไผไธš็‰ˆไธ€่ตทไฝฟ็”จ๏ผŒ็”š่‡ณๅฏไปฅ่ฟžๆŽฅๅคšไธช่ดฆๆˆทใ€‚ +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v6.18.0 +Documentations: +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..65422c05d9ebc --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.18.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 6.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9baef59f7fde49d7e579ac967d015b2bf9d2b3da Mon Sep 17 00:00:00 2001 From: copilot-cli-winget-bot Date: Mon, 23 Mar 2026 18:26:42 -0400 Subject: [PATCH 017/121] GitHub.Copilot version v1.0.11 (#351283) --- .../v1.0.11/GitHub.Copilot.installer.yaml | 25 ++++++++++++++++ .../v1.0.11/GitHub.Copilot.locale.en-US.yaml | 29 +++++++++++++++++++ .../Copilot/v1.0.11/GitHub.Copilot.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.installer.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.locale.en-US.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.yaml diff --git a/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.installer.yaml new file mode 100644 index 0000000000000..119a6d5430c7c --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.11 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Commands: +- copilot +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.11/copilot-win32-x64.zip + InstallerSha256: 17DDC8DF6E22A4BDF5FB8A6AEB65B44F28C61140D85B41287663160ECC95D961 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.11/copilot-win32-arm64.zip + InstallerSha256: 64B796AB8A1BD2E16FEB6E71086738D344672AD3E676300A0F736802BE7DCCBF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-23 diff --git a/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 0000000000000..c7fb0502d458f --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.11 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://github.com/github/copilot-cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.11 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.yaml new file mode 100644 index 0000000000000..5f4fa04dbd6a6 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.11/GitHub.Copilot.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a814a992a4f9f04aae8bccc15803c962966643e6 Mon Sep 17 00:00:00 2001 From: UnownPlain Date: Mon, 23 Mar 2026 18:27:46 -0400 Subject: [PATCH 018/121] Remove version: Microsoft.Office version 16.0.19426.20170 (#351300) --- .../Microsoft.Office.installer.yaml | 28 -------------- .../Microsoft.Office.locale.en-US.yaml | 38 ------------------- .../16.0.19426.20170/Microsoft.Office.yaml | 8 ---- 3 files changed, 74 deletions(-) delete mode 100644 manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.installer.yaml delete mode 100644 manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.locale.en-US.yaml delete mode 100644 manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.yaml diff --git a/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.installer.yaml b/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.installer.yaml deleted file mode 100644 index 1517971ac37a0..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19426.20170 -Platform: -- Windows.Desktop -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /configure https://aka.ms/fhlwingetconfig - SilentWithProgress: /configure https://aka.ms/fhlwingetconfig -UpgradeBehavior: install -ReleaseDate: 2025-11-20 -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://officecdn.microsoft.com/pr/wsus/setup.exe - InstallerSha256: 351515C5C720E0282E1BDD11543D2A0CF1A45910480CA45A1232FFD3DCDD1566 -- Architecture: x64 - InstallerUrl: https://officecdn.microsoft.com/pr/wsus/setup.exe - InstallerSha256: 351515C5C720E0282E1BDD11543D2A0CF1A45910480CA45A1232FFD3DCDD1566 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.locale.en-US.yaml b/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.locale.en-US.yaml deleted file mode 100644 index 58e336cbdd181..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19426.20170 -PackageLocale: en-US -Publisher: Microsoft Corporation -PublisherUrl: https://www.microsoft.com/ -PublisherSupportUrl: https://support.office.com/ -PrivacyUrl: https://privacy.microsoft.com/ -Author: Microsoft Corporation -PackageName: Microsoft 365 Apps for enterprise -PackageUrl: https://www.office.com/ -License: Commercial -LicenseUrl: https://docs.microsoft.com/legal/termsofuse -Copyright: ยฉ Microsoft Corporation -CopyrightUrl: https://docs.microsoft.com/legal/termsofuse -ShortDescription: The most productive and most secure Office experience for enterprises, allowing your teams to work together seamlessly from anywhere, anytime. -Description: Microsoft 365 Apps for enterprise is the most productive and most secure Office experience for enterprises, allowing your teams to work together seamlessly from anywhere, anytime. -Moniker: office -Tags: -- access -- excel -- m365 -- microsoft-office -- microsoftoffice -- microsoft365 -- o365 -- office365 -- onedrive -- onedrive-for-business -- onenote -- outlook -- powerpoint -- proplus -- publisher -- word -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.yaml b/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.yaml deleted file mode 100644 index 1fb46d2868279..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19426.20170/Microsoft.Office.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19426.20170 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 49dbf44e2e7d8f560a078431a5dfa1c21994852c Mon Sep 17 00:00:00 2001 From: UnownPlain Date: Mon, 23 Mar 2026 18:28:39 -0400 Subject: [PATCH 019/121] Remove version: Microsoft.Office version 16.0.19628.20046 (#351301) --- .../Microsoft.Office.installer.yaml | 29 -------------- .../Microsoft.Office.locale.en-US.yaml | 39 ------------------- .../16.0.19628.20046/Microsoft.Office.yaml | 8 ---- 3 files changed, 76 deletions(-) delete mode 100644 manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.installer.yaml delete mode 100644 manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.locale.en-US.yaml delete mode 100644 manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.yaml diff --git a/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.installer.yaml b/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.installer.yaml deleted file mode 100644 index 4dfe59268f36d..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19628.20046 -Platform: -- Windows.Desktop -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /configure https://aka.ms/fhlwingetconfig - SilentWithProgress: /configure https://aka.ms/fhlwingetconfig -UpgradeBehavior: install -ReleaseDate: 2026-01-15 -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://officecdn.microsoft.com/pr/wsus/setup.exe - InstallerSha256: 6CE7517351F3EBD6F8CA4EDE13C90C3A09E73DFC5F5E8E62A533ADC24938ED06 -- Architecture: x64 - InstallerUrl: https://officecdn.microsoft.com/pr/wsus/setup.exe - InstallerSha256: 6CE7517351F3EBD6F8CA4EDE13C90C3A09E73DFC5F5E8E62A533ADC24938ED06 -ManifestType: installer -ManifestVersion: 1.10.0 - diff --git a/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.locale.en-US.yaml b/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.locale.en-US.yaml deleted file mode 100644 index 17085c329ec49..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19628.20046 -PackageLocale: en-US -Publisher: Microsoft Corporation -PublisherUrl: https://www.microsoft.com/ -PublisherSupportUrl: https://support.office.com/ -PrivacyUrl: https://privacy.microsoft.com/ -Author: Microsoft Corporation -PackageName: Microsoft 365 Apps for enterprise -PackageUrl: https://www.office.com/ -License: Commercial -LicenseUrl: https://docs.microsoft.com/legal/termsofuse -Copyright: ยฉ Microsoft Corporation -CopyrightUrl: https://docs.microsoft.com/legal/termsofuse -ShortDescription: The most productive and most secure Office experience for enterprises, allowing your teams to work together seamlessly from anywhere, anytime. -Description: Microsoft 365 Apps for enterprise is the most productive and most secure Office experience for enterprises, allowing your teams to work together seamlessly from anywhere, anytime. -Moniker: office -Tags: -- access -- excel -- m365 -- microsoft-office -- microsoft365 -- microsoftoffice -- o365 -- office365 -- onedrive -- onedrive-for-business -- onenote -- outlook -- powerpoint -- proplus -- publisher -- word -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.yaml b/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.yaml deleted file mode 100644 index 9bf0c857bc805..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19628.20046/Microsoft.Office.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19628.20046 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From bbf56ba7a2500fc92148f09b13a74e1a8f4c3bf3 Mon Sep 17 00:00:00 2001 From: Nicolas Baumann Date: Mon, 23 Mar 2026 23:29:14 +0100 Subject: [PATCH 020/121] New Package: Nbauma109.JDGUIDuo version 2.0.108 (#350934) --- .../2.0.108/Nbauma109.JDGUIDuo.installer.yaml | 20 ++++++++++++++++ .../Nbauma109.JDGUIDuo.locale.en-US.yaml | 23 +++++++++++++++++++ .../JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.installer.yaml create mode 100644 manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.locale.en-US.yaml create mode 100644 manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.yaml diff --git a/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.installer.yaml b/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.installer.yaml new file mode 100644 index 0000000000000..4438f59b32fa0 --- /dev/null +++ b/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.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: Nbauma109.JDGUIDuo +PackageVersion: 2.0.108 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/nbauma109/jd-gui-duo/releases/download/2.0.108/jd-gui-duo-windows-2.0.108-setup.exe + InstallerSha256: E603589658FA863026FFF9E8E6A570D10DB21517821944FF2C706DF7EB46E46C + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.locale.en-US.yaml b/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.locale.en-US.yaml new file mode 100644 index 0000000000000..891eda6d39309 --- /dev/null +++ b/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nbauma109.JDGUIDuo +PackageVersion: 2.0.108 +PackageLocale: en-US +Publisher: Nicolas Baumann +PublisherUrl: https://github.com/nbauma109/jd-gui-duo +PublisherSupportUrl: https://github.com/nbauma109/jd-gui-duo/issues +PackageName: JD-GUI Duo +PackageUrl: https://github.com/nbauma109/jd-gui-duo +License: GPL-3.0-only +LicenseUrl: https://github.com/nbauma109/jd-gui-duo/blob/2.0.108/LICENSE +ShortDescription: A 2-in-1 Java decompiler based on JD-Core v0 and v1 +Description: A 2-in-1 Java decompiler based on JD-Core v0 and v1 +Moniker: jd-gui-duo +Tags: +- java +- decompiler +- jd-gui +ReleaseNotesUrl: https://github.com/nbauma109/jd-gui-duo/releases/tag/2.0.108 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.yaml b/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.yaml new file mode 100644 index 0000000000000..d20b05d26089d --- /dev/null +++ b/manifests/n/Nbauma109/JDGUIDuo/2.0.108/Nbauma109.JDGUIDuo.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: Nbauma109.JDGUIDuo +PackageVersion: 2.0.108 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9d6f0cb10ea49f3585dabe0e99f583122eec9171 Mon Sep 17 00:00:00 2001 From: UnownPlain Date: Mon, 23 Mar 2026 18:29:42 -0400 Subject: [PATCH 021/121] Remove version: Microsoft.Office version 16.0.19628.20204 (#351302) --- .../Microsoft.Office.installer.yaml | 25 ------------ .../Microsoft.Office.locale.en-US.yaml | 39 ------------------- .../16.0.19628.20204/Microsoft.Office.yaml | 8 ---- 3 files changed, 72 deletions(-) delete mode 100644 manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.installer.yaml delete mode 100644 manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.locale.en-US.yaml delete mode 100644 manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.yaml diff --git a/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.installer.yaml b/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.installer.yaml deleted file mode 100644 index 4a1f6b0c3a4b2..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19628.20204 -Platform: -- Windows.Desktop -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /configure https://aka.ms/fhlwingetconfig - SilentWithProgress: /configure https://aka.ms/fhlwingetconfig -UpgradeBehavior: install -ReleaseDate: 2026-02-09 -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://officecdn.microsoft.com/pr/wsus/setup.exe - InstallerSha256: C2C04E9FE3D251292F1435ABE46FA61587E13AA7805FC690CD61F39A9822E2D9 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.locale.en-US.yaml b/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.locale.en-US.yaml deleted file mode 100644 index 8a7f28549e770..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19628.20204 -PackageLocale: en-US -Publisher: Microsoft Corporation -PublisherUrl: https://www.microsoft.com/ -PublisherSupportUrl: https://support.office.com/ -PrivacyUrl: https://privacy.microsoft.com/ -Author: Microsoft Corporation -PackageName: Microsoft 365 Apps for enterprise -PackageUrl: https://www.office.com/ -License: Commercial -LicenseUrl: https://docs.microsoft.com/legal/termsofuse -Copyright: ยฉ Microsoft Corporation -CopyrightUrl: https://docs.microsoft.com/legal/termsofuse -ShortDescription: The most productive and most secure Office experience for enterprises, allowing your teams to work together seamlessly from anywhere, anytime. -Description: Microsoft 365 Apps for enterprise is the most productive and most secure Office experience for enterprises, allowing your teams to work together seamlessly from anywhere, anytime. -Moniker: office -Tags: -- access -- excel -- m365 -- microsoft-office -- microsoft365 -- microsoftoffice -- o365 -- office365 -- onedrive -- onedrive-for-business -- onenote -- outlook -- powerpoint -- proplus -- publisher -- word -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.yaml b/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.yaml deleted file mode 100644 index ce15d4663acd7..0000000000000 --- a/manifests/m/Microsoft/Office/16.0.19628.20204/Microsoft.Office.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Microsoft.Office -PackageVersion: 16.0.19628.20204 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From ab1d380d1aaac47f98ebc3b7acbe2956d1205920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96nder=20=E2=9A=A1?= Date: Tue, 24 Mar 2026 01:31:44 +0300 Subject: [PATCH 022/121] New package: Sordum.WindowsUpdateBlocker version 1.8 (#350958) Co-authored-by: Claude Opus 4.6 --- ...sordum.WindowsUpdateBlocker.installer.yaml | 22 ++++++++++++++ ...dum.WindowsUpdateBlocker.locale.en-US.yaml | 30 +++++++++++++++++++ .../1.8/sordum.WindowsUpdateBlocker.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.installer.yaml create mode 100644 manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.locale.en-US.yaml create mode 100644 manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.yaml diff --git a/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.installer.yaml b/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.installer.yaml new file mode 100644 index 0000000000000..fa9b5b465c94c --- /dev/null +++ b/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Automation +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: sordum.WindowsUpdateBlocker +PackageVersion: "1.8" +InstallerType: zip +NestedInstallerType: portable +Installers: + - Architecture: x64 + InstallerUrl: https://www.sordum.org/files/downloads.php?st-windows-update-blocker + InstallerSha256: 979C6CADC22AEFFDCB7DAA217430D888B94EA662A616BCDE1D16568BDF233CB0 + NestedInstallerFiles: + - RelativeFilePath: Wub\Wub_x64.exe + PortableCommandAlias: wub + - Architecture: x86 + InstallerUrl: https://www.sordum.org/files/downloads.php?st-windows-update-blocker + InstallerSha256: 979C6CADC22AEFFDCB7DAA217430D888B94EA662A616BCDE1D16568BDF233CB0 + NestedInstallerFiles: + - RelativeFilePath: Wub\Wub.exe + PortableCommandAlias: wub +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.locale.en-US.yaml b/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.locale.en-US.yaml new file mode 100644 index 0000000000000..fe14629661472 --- /dev/null +++ b/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Automation +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: sordum.WindowsUpdateBlocker +PackageVersion: "1.8" +PackageLocale: en-US +Publisher: Sordum.org +PublisherUrl: https://www.sordum.org +PublisherSupportUrl: https://www.sordum.org/9470/windows-update-blocker-v1-8/ +Author: Sordum Team +PackageName: Windows Update Blocker +PackageUrl: https://www.sordum.org/9470/windows-update-blocker-v1-8/ +License: Freeware +LicenseUrl: https://www.sordum.org/eula/ +Copyright: Copyright (c) Sordum.org +ShortDescription: A portable freeware to disable or enable Windows Automatic Updates with a single click. +Description: |- + Windows Update Blocker is a portable freeware that helps you to completely disable or enable + Automatic Updates on your Windows system, with just a click of the button. It provides service + protection to prevent uncontrolled changes, command-line parameter support, and customizable + service blocking via Wub.ini configuration. It does not block Microsoft Defender updates. +Tags: + - windows-update + - update-blocker + - system-utility + - portable + - freeware +ReleaseNotesUrl: https://www.sordum.org/9470/windows-update-blocker-v1-8/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.yaml b/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.yaml new file mode 100644 index 0000000000000..80bfa34074090 --- /dev/null +++ b/manifests/s/sordum/WindowsUpdateBlocker/1.8/sordum.WindowsUpdateBlocker.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Automation +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: sordum.WindowsUpdateBlocker +PackageVersion: "1.8" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 320084aa9002a765c4e0e54ef7746b5ea6fb7502 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:00:27 +0100 Subject: [PATCH 023/121] New version: fairdataihub.SODA-for-SPARC version 17.1.0 (#345355) --- ...fairdataihub.SODA-for-SPARC.installer.yaml | 17 ++++++++++ ...rdataihub.SODA-for-SPARC.locale.en-US.yaml | 34 +++++++++++++++++++ .../17.1.0/fairdataihub.SODA-for-SPARC.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.installer.yaml create mode 100644 manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.locale.en-US.yaml create mode 100644 manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.yaml diff --git a/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.installer.yaml b/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.installer.yaml new file mode 100644 index 0000000000000..6cef844b04301 --- /dev/null +++ b/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: fairdataihub.SODA-for-SPARC +PackageVersion: 17.1.0 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 4f40db07-30e8-5289-bfc9-fe077f74e495 +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- ProductCode: 4f40db07-30e8-5289-bfc9-fe077f74e495 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/fairdataihub/SODA-for-SPARC/releases/download/v17.1.0/soda-for-sparc-17.1.0-setup.exe + InstallerSha256: A78180870D89DA99AF94A11FFFC7A93D2CBAD305DB12D3EBF00406922D0EA709 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.locale.en-US.yaml b/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.locale.en-US.yaml new file mode 100644 index 0000000000000..c5d3210e60c2a --- /dev/null +++ b/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: fairdataihub.SODA-for-SPARC +PackageVersion: 17.1.0 +PackageLocale: en-US +Publisher: SODA Team +PublisherUrl: https://github.com/fairdataihub +PublisherSupportUrl: https://github.com/fairdataihub/SODA-for-SPARC/issues +Author: fairdataihub +PackageName: SODA for SPARC +PackageUrl: https://github.com/fairdataihub/SODA-for-SPARC +License: MIT +LicenseUrl: https://github.com/fairdataihub/SODA-for-SPARC/blob/HEAD/LICENSE +Copyright: Copyright ยฉ 2021 SODA Team +ShortDescription: Simplifying data curation for researchers funded by the NIH SPARC initiative +Description: |- + SODA (Software to Organize Data Automatically) for SPARC is an open-source and free cross-platform desktop software intended to facilitate the data organization and submission process for SPARC investigators according to the FAIR SPARC data curation guidelines. + The idea for a computer software that assists researchers in curating and sharing their data originated during the SPARC Hackathon in December 2018, where it won the Public's Choice Award, before receiving support from the National Institutes of Health (NIH) for further development. + SODA for SPARC is designed such that users can accomplish all the requirements to submit a SPARC dataset rapidly through a single interface. Moreover, requirements have been broken down into easy-to-perform steps and automation has been integrated to reduce users' effort to a bare minimum during each step, often to just a few clicks. +Tags: +- curation +- mac +- sparc-dataset +- ubuntu +- windows +ReleaseNotes: |- + For Windows:ย  SODA-for-SPARC-Setup-17.1.0.exe + For Linux: SODA-for-SPARC-17.1.0.AppImage + For macOS: SODA-for-SPARC-17.1.0.dmg + For instructions on how to install and use SODA, please refer here +ReleaseNotesUrl: https://github.com/fairdataihub/SODA-for-SPARC/releases/tag/v17.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.yaml b/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.yaml new file mode 100644 index 0000000000000..b1a3d89df195a --- /dev/null +++ b/manifests/f/fairdataihub/SODA-for-SPARC/17.1.0/fairdataihub.SODA-for-SPARC.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: fairdataihub.SODA-for-SPARC +PackageVersion: 17.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 916f57fe8b044fa05a5939112204de6a8d3feb1a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:01:16 +0800 Subject: [PATCH 024/121] New version: EclipseFoundation.Eclipse.PHP version 2026-03 (#345570) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- ...lipseFoundation.Eclipse.PHP.installer.yaml | 19 +++++++++++++++++++ ...seFoundation.Eclipse.PHP.locale.en-US.yaml | 12 ++++++++++++ .../EclipseFoundation.Eclipse.PHP.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.installer.yaml create mode 100644 manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.locale.en-US.yaml create mode 100644 manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.yaml diff --git a/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.installer.yaml b/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.installer.yaml new file mode 100644 index 0000000000000..357e2fed9d3f5 --- /dev/null +++ b/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.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: EclipseFoundation.Eclipse.PHP +PackageVersion: 2026-03 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eclipse/eclipse.exe +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2026-03/R/eclipse-php-2026-03-R-win32-x86_64.zip&r=1 + InstallerSha256: AD245C6486FE636DE6F912AC5B0FCED4CA34DBA9373B87B964908DE92E898B3C +- Architecture: arm64 + InstallerUrl: https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2026-03/R/eclipse-php-2026-03-R-win32-aarch64.zip&r=1 + InstallerSha256: 41EF4F57A2E022F67A72126BA8FE60DECBA541F42556E17525A8B672E892905E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.locale.en-US.yaml b/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.locale.en-US.yaml new file mode 100644 index 0000000000000..e1b79bc30718d --- /dev/null +++ b/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EclipseFoundation.Eclipse.PHP +PackageVersion: 2026-03 +PackageLocale: en-US +Publisher: Eclipse.org Foundation, Inc. +PackageName: Eclipse IDE for PHP Developers +License: Eclipse Public License 2.0 +ShortDescription: Eclipse IDE for PHP Developers +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.yaml b/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.yaml new file mode 100644 index 0000000000000..6e1c3d4873a82 --- /dev/null +++ b/manifests/e/EclipseFoundation/Eclipse/PHP/2026-03/EclipseFoundation.Eclipse.PHP.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: EclipseFoundation.Eclipse.PHP +PackageVersion: 2026-03 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b292a77b49af16f94fbc3d47c227206da4eaa8d7 Mon Sep 17 00:00:00 2001 From: Jesse Pinkman Date: Tue, 24 Mar 2026 00:02:07 +0100 Subject: [PATCH 025/121] New version: M-Igashi.headroom version 1.7.2 (#350443) Co-authored-by: m_igashi <@M_Igashi> --- .../1.7.2/M-Igashi.headroom.installer.yaml | 19 +++++++++ .../1.7.2/M-Igashi.headroom.locale.en-US.yaml | 39 +++++++++++++++++++ .../headroom/1.7.2/M-Igashi.headroom.yaml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.installer.yaml create mode 100644 manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.locale.en-US.yaml create mode 100644 manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.yaml diff --git a/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.installer.yaml b/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.installer.yaml new file mode 100644 index 0000000000000..1b4c51ad340f2 --- /dev/null +++ b/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.installer.yaml @@ -0,0 +1,19 @@ +# Created with manual update +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.headroom +PackageVersion: 1.7.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: headroom.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Gyan.FFmpeg +ReleaseDate: 2026-03-20 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/headroom/releases/download/v1.7.2/headroom-v1.7.2-windows-x86_64.zip + InstallerSha256: D0CBF0160B365D25787514151F8DE9D43CB864B6B2692FAA755CF56AD8BB4625 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.locale.en-US.yaml b/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.locale.en-US.yaml new file mode 100644 index 0000000000000..c0b8188de8129 --- /dev/null +++ b/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with manual update +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.headroom +PackageVersion: 1.7.2 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/headroom/issues +Author: M-Igashi +PackageName: headroom +PackageUrl: https://github.com/M-Igashi/headroom +License: MIT +LicenseUrl: https://github.com/M-Igashi/headroom/blob/main/LICENSE +ShortDescription: Audio loudness analyzer and gain adjustment tool for mastering and DJ workflows +Description: |- + headroom analyzes audio files for loudness (LUFS) and headroom, then applies lossless gain adjustment. + It supports MP3, AAC/M4A, FLAC, AIFF, and WAV files. + Features include batch processing, ReplayGain analysis, lossless MP3 gain via mp3rgain, and lossless AAC/M4A gain adjustment. +Moniker: headroom +Tags: + - aac + - audio + - cli + - dj + - ffmpeg + - gain + - loudness + - lufs + - mastering + - mp3 + - music + - normalize + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/headroom/releases/tag/v1.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.yaml b/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.yaml new file mode 100644 index 0000000000000..bad5e3af697fa --- /dev/null +++ b/manifests/m/M-Igashi/headroom/1.7.2/M-Igashi.headroom.yaml @@ -0,0 +1,8 @@ +# Created with manual update +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.headroom +PackageVersion: 1.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e0ad1ddc4f03f8f7fcc8bc9f75d86fd2d584f7af Mon Sep 17 00:00:00 2001 From: Jesse Pinkman Date: Tue, 24 Mar 2026 00:02:58 +0100 Subject: [PATCH 026/121] New version: M-Igashi.mp3rgain version 2.0.3 (#350462) Co-authored-by: m_igashi <@M_Igashi> --- .../2.0.3/M-Igashi.mp3rgain.installer.yaml | 19 ++++++++++ .../2.0.3/M-Igashi.mp3rgain.locale.en-US.yaml | 35 +++++++++++++++++++ .../mp3rgain/2.0.3/M-Igashi.mp3rgain.yaml | 7 ++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.installer.yaml create mode 100644 manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.locale.en-US.yaml create mode 100644 manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.yaml diff --git a/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.installer.yaml b/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.installer.yaml new file mode 100644 index 0000000000000..71bbcc0de2697 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.0.3 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgain.exe +ReleaseDate: 2026-03-20 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.0.3/mp3rgain-v2.0.3-windows-x86_64.zip + InstallerSha256: 9C9B88B871868F00CECD60C48865FBD2DE1497546CF42330F10F95708006FCCE + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.0.3/mp3rgain-v2.0.3-windows-arm64.zip + InstallerSha256: 053814BECB03BE4DFB77FFEA351AB2BAFE566B5B409814C7A63F9F2652B29757 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.locale.en-US.yaml new file mode 100644 index 0000000000000..f989a1ef53bbf --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.0.3 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgain +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgain adjusts MP3 volume without re-encoding by modifying the global_gain field in each frame's side information. + This preserves audio quality while achieving permanent volume changes. + Features include ReplayGain analysis, AAC/M4A support, and full mp3gain command-line compatibility. +Moniker: mp3rgain +Tags: + - audio + - cli + - flac + - gain + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.yaml b/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.yaml new file mode 100644 index 0000000000000..17aacd02e1553 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.0.3/M-Igashi.mp3rgain.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c56d65058332577d72b5409b7a4c16f03ad6b8cc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:03:50 +0800 Subject: [PATCH 027/121] New version: JurgenRathlev.innounp version 2.67.5 (#351146) --- .../JurgenRathlev.innounp.installer.yaml | 18 +++++++++++ .../JurgenRathlev.innounp.locale.en-US.yaml | 31 +++++++++++++++++++ .../JurgenRathlev.innounp.locale.zh-CN.yaml | 31 +++++++++++++++++++ .../innounp/2.67.5/JurgenRathlev.innounp.yaml | 8 +++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.installer.yaml create mode 100644 manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.locale.en-US.yaml create mode 100644 manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.locale.zh-CN.yaml create mode 100644 manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.yaml diff --git a/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.installer.yaml b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.installer.yaml new file mode 100644 index 0000000000000..f4f5f0c3e4890 --- /dev/null +++ b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.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: JurgenRathlev.innounp +PackageVersion: 2.67.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: innounp.exe + PortableCommandAlias: innounp +Commands: +- innounp +Installers: +- Architecture: x86 + InstallerUrl: https://raw.githubusercontent.com/jrathlev/InnoUnpacker-Windows-GUI/e8a2809fa00bb73a2c5aca40bee5f3f40abae9fd/innounp-2/bin/innounp-2.zip + InstallerSha256: 7188BACDFF74A1B063B784E4C24FD509E353701D33802C813AA0EB7482B73AF1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.locale.en-US.yaml b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.locale.en-US.yaml new file mode 100644 index 0000000000000..2572c29f94e3b --- /dev/null +++ b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.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: JurgenRathlev.innounp +PackageVersion: 2.67.5 +PackageLocale: en-US +Publisher: Jรผrgen Rathlev +PublisherUrl: https://www.rathlev-home.de/index-e.html +PublisherSupportUrl: https://github.com/jrathlev/InnoUnpacker-Windows-GUI/issues +PrivacyUrl: https://www.rathlev-home.de/impressum-e.html +Author: Jรผrgen Rathlev +PackageName: innounp +PackageUrl: https://www.rathlev-home.de/tools/prog-e.html#unpack +License: MPL or LGPL-2.0-or-later +LicenseUrl: https://github.com/jrathlev/InnoUnpacker-Windows-GUI/blob/HEAD/LICENSE +Copyright: ยฉ 2014-2026 Dr. J. Rathlev +CopyrightUrl: https://www.rathlev-home.de/impressum-e.html +ShortDescription: Unpacker for installations made by Inno Setup +Description: |- + Inno Setup is a popular program for making software installations. Inno Setup Unpacker is a console application to verify and get files out of the self-extracting executable. + Since there have been no updates of the SourceForge project since 2020 and the source codes are not yet adapted to the current Delphi versions (Unicode strings are the native type since Delphi 2009), I have modified them so that they can be compiled with newer Delphi versions (tested with Delphi 10 Seattle). In addition, some errors have been fixed and new command line options (-l and -u) were added, as well as exit codes to support the use in batch files. +Tags: +- extract +- extractor +- inno-setup +- innosetup +- innounp +- unpack +- unpacker +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.locale.zh-CN.yaml b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..91b659bdaf816 --- /dev/null +++ b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.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: JurgenRathlev.innounp +PackageVersion: 2.67.5 +PackageLocale: zh-CN +Publisher: Jรผrgen Rathlev +PublisherUrl: https://www.rathlev-home.de/index-e.html +PublisherSupportUrl: https://github.com/jrathlev/InnoUnpacker-Windows-GUI/issues +PrivacyUrl: https://www.rathlev-home.de/impressum-e.html +Author: Jรผrgen Rathlev +PackageName: innounp +PackageUrl: https://www.rathlev-home.de/tools/prog-e.html#unpack +License: MPL ๆˆ– LGPL-2.0-or-later +LicenseUrl: https://github.com/jrathlev/InnoUnpacker-Windows-GUI/blob/HEAD/LICENSE +Copyright: ยฉ 2014-2026 Dr. J. Rathlev +CopyrightUrl: https://www.rathlev-home.de/impressum-e.html +ShortDescription: Unpacker for installations made by Inno Setup +Description: |- + Inno Setup ๆ˜ฏไธ€ๆฌพๅธธ็”จ็š„่ฝฏไปถๅฎ‰่ฃ…็จ‹ๅบใ€‚Inno Setup Unpacker ๆ˜ฏไธ€ๆฌพๆŽงๅˆถๅฐๅบ”็”จ็จ‹ๅบ๏ผŒ็”จไบŽ้ชŒ่ฏๅนถไปŽ่‡ช่งฃๅŽ‹ๅฏๆ‰ง่กŒๆ–‡ไปถไธญ่Žทๅ–ๆ–‡ไปถใ€‚ + ็”ฑไบŽ SourceForge ้กน็›ฎ่‡ช 2020 ๅนดไปฅๆฅไธ€็›ดๆฒกๆœ‰ๆ›ดๆ–ฐ๏ผŒไธ”ๆบไปฃ็ ๅฐšๆœช้€‚ๅบ”ๅฝ“ๅ‰็š„ Delphi ็‰ˆๆœฌ๏ผˆไปŽ Delphi 2009 ๅผ€ๅง‹๏ผŒUnicode ๅญ—็ฌฆไธฒๆˆไธบๅŽŸ็”Ÿ็ฑปๅž‹๏ผ‰๏ผŒๅ› ๆญคๆˆ‘ๅฏนๆบไปฃ็ ่ฟ›่กŒไบ†ไฟฎๆ”น๏ผŒไฝฟๅ…ถๅฏไปฅๅœจ่พƒๆ–ฐ็š„ Delphi ็‰ˆๆœฌไธ‹็ผ–่ฏ‘๏ผˆไฝฟ็”จ Delphi 10 Seattle ่ฟ›่กŒไบ†ๆต‹่ฏ•๏ผ‰ใ€‚ๆญคๅค–๏ผŒ่ฟ˜ไฟฎๆญฃไบ†ไธ€ไบ›้”™่ฏฏ๏ผŒๆทปๅŠ ไบ†ๆ–ฐ็š„ๅ‘ฝไปค่กŒ้€‰้กน๏ผˆ-l ๅ’Œ -u๏ผ‰ไปฅๅŠ้€€ๅ‡บไปฃ็ ๏ผŒไปฅๆ”ฏๆŒๅœจๆ‰นๅค„็†ๆ–‡ไปถไธญไฝฟ็”จใ€‚ +Tags: +- inno-setup +- innosetup +- innounp +- ๆๅ– +- ๆๅ–ๅ™จ +- ่งฃๅŒ… +- ่งฃๅŒ…ๅ™จ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.yaml b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.yaml new file mode 100644 index 0000000000000..4281420cdf1d5 --- /dev/null +++ b/manifests/j/JurgenRathlev/innounp/2.67.5/JurgenRathlev.innounp.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: JurgenRathlev.innounp +PackageVersion: 2.67.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9cf9fede89a737391eb0b323f4ec3aa5833b3667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:04:40 +0100 Subject: [PATCH 028/121] New version: pbek.QOwnNotes version 26.3.19 (#351276) --- .../26.3.19/pbek.QOwnNotes.installer.yaml | 17 +++++++ .../26.3.19/pbek.QOwnNotes.locale.en-US.yaml | 45 +++++++++++++++++++ .../QOwnNotes/26.3.19/pbek.QOwnNotes.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.installer.yaml create mode 100644 manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.locale.en-US.yaml create mode 100644 manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.yaml diff --git a/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.installer.yaml b/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.installer.yaml new file mode 100644 index 0000000000000..988daed1abe3f --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.installer.yaml @@ -0,0 +1,17 @@ +# 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: pbek.QOwnNotes +PackageVersion: 26.3.19 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: QOwnNotes.exe + PortableCommandAlias: qownnotes.exe +ReleaseDate: 2026-03-23 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/pbek/QOwnNotes/releases/download/v26.3.19/QOwnNotes.zip + InstallerSha256: 654B944CC8D92CE8CD8AD0F2EE3214A3E1AE76AF713C4678E6EE980528D364AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.locale.en-US.yaml b/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.locale.en-US.yaml new file mode 100644 index 0000000000000..b1f6bf279912c --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.locale.en-US.yaml @@ -0,0 +1,45 @@ +# 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: pbek.QOwnNotes +PackageVersion: 26.3.19 +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.19 + - Attempted to fix emoji characters (e.g. ๐Ÿšซ) rendering as incorrect glyphs (such + as the Bitcoin B symbol) in the QLiteHtml preview on Windows by appending the + platform-specific color-emoji font ("Segoe UI Emoji" on Windows, "Apple Color + Emoji" on macOS, "Noto Color Emoji" on Linux) as a fallback in every font + family list passed to Qt's font engine, ensuring proper emoji glyph selection + (for #3517) + - Moved the LanguageTool settings out of the Editor settings into a dedicated + LanguageTool settings page (with a spell-check icon) in the settings sidebar + (for #3496) + - Fixed spell checker and LanguageTool text replacements to first turn off read-only + mode so the note will be stored when a suggestion is applied + (for #3496) + - Fixed wrong foreground color of text underlined by LanguageTool: the underline + overlay now preserves each character's individual syntax-highlight color (e.g. + heading, bold, link colors) instead of overwriting them with the color of the + first character in the match span (for #3496) + - Fixed new note creation via Ctrl + N not including the current date in the note + title (for #3516) + - Added more Korean, Spanish, Croatian, French, Swedish translation (thank you, VenusGirl, AlejandroMoc, milotype, jd-develop, ojn) +ReleaseNotesUrl: https://github.com/pbek/QOwnNotes/releases/tag/v26.3.19 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.yaml b/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.yaml new file mode 100644 index 0000000000000..bcd10736e4538 --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.3.19/pbek.QOwnNotes.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: pbek.QOwnNotes +PackageVersion: 26.3.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 94d1c3f11ee50a77b200537d7b44dd831c84027b Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:05:31 +0100 Subject: [PATCH 029/121] New version: bornova.numara version 6.8.1 (#351288) --- .../6.8.1/bornova.numara.installer.yaml | 25 +++++++++++++++++++ .../6.8.1/bornova.numara.locale.en-US.yaml | 25 +++++++++++++++++++ .../bornova/numara/6.8.1/bornova.numara.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/b/bornova/numara/6.8.1/bornova.numara.installer.yaml create mode 100644 manifests/b/bornova/numara/6.8.1/bornova.numara.locale.en-US.yaml create mode 100644 manifests/b/bornova/numara/6.8.1/bornova.numara.yaml diff --git a/manifests/b/bornova/numara/6.8.1/bornova.numara.installer.yaml b/manifests/b/bornova/numara/6.8.1/bornova.numara.installer.yaml new file mode 100644 index 0000000000000..7b49e73a5c728 --- /dev/null +++ b/manifests/b/bornova/numara/6.8.1/bornova.numara.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: bornova.numara +PackageVersion: 6.8.1 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Custom: /CURRENTUSER +ProductCode: ac09ce37-d72b-50c0-993e-330c1d08c0e0 +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- DisplayName: Numara 6.8.1 + ProductCode: ac09ce37-d72b-50c0-993e-330c1d08c0e0 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v6.8.1/Numara-6.8.1.exe + InstallerSha256: DF5692F489E1A3DD4BFF6BFF9449851B3FC8AAA1BF82187474F435EECBD905B0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v6.8.1/Numara-6.8.1.exe + InstallerSha256: DF5692F489E1A3DD4BFF6BFF9449851B3FC8AAA1BF82187474F435EECBD905B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/bornova/numara/6.8.1/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/6.8.1/bornova.numara.locale.en-US.yaml new file mode 100644 index 0000000000000..d640e3cb0ddd2 --- /dev/null +++ b/manifests/b/bornova/numara/6.8.1/bornova.numara.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: bornova.numara +PackageVersion: 6.8.1 +PackageLocale: en-US +Publisher: Timur Atalay +PublisherUrl: https://github.com/bornova +PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues +Author: borova +PackageName: Numara +PackageUrl: https://github.com/bornova/numara-calculator +License: MIT +LicenseUrl: https://github.com/bornova/numara-calculator/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021 Timur Atalay +CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE +ShortDescription: Simple notepad calculator built on Electron, powered by Math.js +Tags: +- calculator +- electron +- math +ReleaseNotes: '- Fixed a copy answer regression where thousands separator would be included even when turned off in settings.' +ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v6.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/bornova/numara/6.8.1/bornova.numara.yaml b/manifests/b/bornova/numara/6.8.1/bornova.numara.yaml new file mode 100644 index 0000000000000..aa38b29336b17 --- /dev/null +++ b/manifests/b/bornova/numara/6.8.1/bornova.numara.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: bornova.numara +PackageVersion: 6.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9c51e05c18dff875135032d04a3548a74d0b3f58 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:06:25 +0800 Subject: [PATCH 030/121] New version: Discord.Discord.Canary.arm64 version 1.0.206 (#351293) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.206/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..e79e59ce542bd --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.206 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.206/DiscordCanarySetup.exe + InstallerSha256: B98D5A96916719EFD4237A55F90A550B5DD91266F02D692ED267FFA5393D7770 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..e181ee22ada4d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.206 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d79ef6d6fc294 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.206 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..af67a09880b2f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.206/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.206 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 93519f9e60ea3a5bae54e19783b2b769e6dad35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:07:15 +0800 Subject: [PATCH 031/121] New package: darusc.Mousedroid version 1.5 (#350881) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: โคๆ˜ฏ็บฑ้›พ้…ฑๅ“Ÿ๏ฝž <49941141+Dragon1573@users.noreply.github.com> --- .../1.5/darusc.Mousedroid.installer.yaml | 23 ++++++++++ .../1.5/darusc.Mousedroid.locale.en-US.yaml | 42 +++++++++++++++++++ .../Mousedroid/1.5/darusc.Mousedroid.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.installer.yaml create mode 100644 manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.locale.en-US.yaml create mode 100644 manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.yaml diff --git a/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.installer.yaml b/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.installer.yaml new file mode 100644 index 0000000000000..a977cbee7287c --- /dev/null +++ b/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: darusc.Mousedroid +PackageVersion: '1.5' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mousedroid_win64/Mousedroid.exe +ArchiveBinariesDependOnPath: true +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-13 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/darusc/Mousedroid/releases/download/v1.5/mousedroid_win64.zip + InstallerSha256: C8531D072981F93661A2DBC346AFBDE7F4B2FCFF929E26694BD2BBC29526E768 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.locale.en-US.yaml b/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.locale.en-US.yaml new file mode 100644 index 0000000000000..b6863c5c1c11b --- /dev/null +++ b/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: darusc.Mousedroid +PackageVersion: '1.5' +PackageLocale: en-US +Publisher: Darius +PublisherUrl: https://github.com/darusc +PublisherSupportUrl: https://github.com/darusc/Mousedroid/issues +Author: Darius +PackageName: Mousedroid +PackageUrl: https://github.com/darusc/Mousedroid +License: MIT +LicenseUrl: https://github.com/darusc/Mousedroid/blob/master/LICENSE +Copyright: Copyright (c) 2025 darusc +CopyrightUrl: https://github.com/darusc/Mousedroid/blob/master/LICENSE +ShortDescription: Use your android phone as a mouse & keyboard +Description: > + Mousedroid is a versatile, cross-platform application that turns your Android phone into a remote + input peripheral. Control your PC or laptop with a precision touchpad, a full QWERTY keyboard, or + a dedicated numpad. Whether you're navigating a media center from the couch or need an emergency + mouse, Mousedroid works seamlessly over Wi-Fi, Bluetooth, or USB. +Tags: +- android-input +- android-keyboard +- bluetooth +- bluetooth-classic +- bluetooth-controller +- bluetooth-hid +- hid +- mouse +- remote-control +- remote-mouse +- touchpad-remote +ReleaseNotes: |- + - Added bluetooth classic connection mode + - Added support for different keyboard layouts + - Added media controls + - UI redesign +ReleaseNotesUrl: https://github.com/darusc/Mousedroid/releases/tag/v1.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.yaml b/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.yaml new file mode 100644 index 0000000000000..d8a3dad19ad8b --- /dev/null +++ b/manifests/d/darusc/Mousedroid/1.5/darusc.Mousedroid.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: darusc.Mousedroid +PackageVersion: '1.5' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8bde69fb515de8fd8262d0499aacf57801307470 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:07:20 +0800 Subject: [PATCH 032/121] New version: Discord.Discord.Canary version 1.0.875 (#351294) --- .../Discord.Discord.Canary.installer.yaml | 20 +++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.875/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..8d70021bb1be0 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.875 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.875/DiscordCanarySetup.exe + InstallerSha256: E5E2108DCB00D91AFF18E10CAECECF5A2DC825F12F92B2198E941E50D97D649F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d74dae057d3b9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.875 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..232ba39a255f7 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.875 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: ไธ“ๆœ‰่ฝฏไปถ +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..6515eaa109321 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.875/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.875 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a71a28f49ddcb869118a2f22e85a6e3a2a72f81d Mon Sep 17 00:00:00 2001 From: Johannes Faber <263631422+FAI-Solutions@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:08:45 +0100 Subject: [PATCH 033/121] FAI-Solution.move-window-between-desktops version 1.3 (#350937) --- ...ove-window-between-desktops.installer.yaml | 25 +++++++++ ...-window-between-desktops.locale.en-US.yaml | 56 +++++++++++++++++++ ...Solution.move-window-between-desktops.yaml | 8 +++ 3 files changed, 89 insertions(+) create mode 100644 manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.installer.yaml create mode 100644 manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.locale.en-US.yaml create mode 100644 manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.yaml diff --git a/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.installer.yaml b/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.installer.yaml new file mode 100644 index 0000000000000..2ffa3ed951871 --- /dev/null +++ b/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: FAI-Solution.move-window-between-desktops +PackageVersion: "1.3" +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/releases/download/latest/move-window-between-desktops-setup.exe + InstallerSha256: 896B5DD4099AA2975D0835A395029232EDFC5493E676692D038F40AE222274CD + ProductCode: '{B7E8A3C2-4D5F-4E6B-9A1C-3F2D8E7B6A5C}_is1' + AppsAndFeaturesEntries: + - DisplayName: Move Window Between Desktops + Publisher: FAI-Solution + ProductCode: '{B7E8A3C2-4D5F-4E6B-9A1C-3F2D8E7B6A5C}_is1' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.locale.en-US.yaml b/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.locale.en-US.yaml new file mode 100644 index 0000000000000..8d333898e0afb --- /dev/null +++ b/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: FAI-Solution.move-window-between-desktops +PackageVersion: "1.3" +PackageLocale: en-US +Publisher: FAI-Solutions +PublisherUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops +PublisherSupportUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/issues +Author: Johannes Faber +PackageName: Move Window Between Desktops +PackageUrl: https://fai-solutions.codeberg.page/move-window-between-desktops/ +License: MIT +LicenseUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/src/branch/main/LICENSE +Copyright: Copyright (c) 2026 FAI-Solutions +ShortDescription: Move the active window between virtual desktops using hotkeys +Description: Windows 10 and 11 let you switch between virtual desktops using Ctrl+Win+Arrow, but they lack a built-in shortcut to move the currently active window to another desktop. This script fills that gap by allowing you to move your active window to the next or previous virtual desktop on Windows 10 / 11 with a single keyboard shortcut - a feature Microsoft should have included long ago. +Moniker: move-window-between-desktops +Tags: +- move-virtualdesktop +- move-window-with-hotkeys +- virtual-desktop +- autohotkey +- hotkey +- windows +- keyboard-shortcuts +- ahk +- window-manager +- window-management +- productivity +- windows10 +- windows11 +- desktop-utility +- move-window-between-desktops +ReleaseNotes: Compiled EXE distribution; Installer bundled with all dependencies; Added additional hotkeys; Autostart configured automatically during installation; New custom tray menu with hotkey description +ReleaseNotesUrl: https://codeberg.org/FAI-Solutions/move-window-between-desktops/releases/tag/v1.3 +InstallationNotes: |2 + + โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + Move Window Between Desktops v1.3 - Ready to use! + โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ + + HOTKEYS + Ctrl + Shift + Win + Right/Left move window to next/prev desktop + Ctrl + Shift + Alt + Right/Left move window (alternative key) + Ctrl + Win + Right/Left switch between desktops (native) + Ctrl + Alt + Right/Left switch between (alternative key) + + AUTOSTART is configured automatically --> active after every login + Install folder opens automatically > double click move-window-between-desktops.exe + + WEBSITE https://fai-solutions.codeberg.page/move-window-between-desktops/ + SUPPORT https://codeberg.org/FAI-Solutions/move-window-between-desktops/issues + โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.yaml b/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.yaml new file mode 100644 index 0000000000000..7b761ec871f9c --- /dev/null +++ b/manifests/f/FAI-Solution/move-window-between-desktops/1.3/FAI-Solution.move-window-between-desktops.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: FAI-Solution.move-window-between-desktops +PackageVersion: "1.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 02b04c5d2360641ce0fa7b964f3c6f7f31fecf18 Mon Sep 17 00:00:00 2001 From: Shaurya Dabral <139953294+shauryadabral@users.noreply.github.com> Date: Tue, 24 Mar 2026 04:39:02 +0530 Subject: [PATCH 034/121] New package: EAZYPETITIONLLC.eazyPetition version 1.0.0 (#351193) --- .../EAZYPETITIONLLC.eazyPetition.installer.yaml | 12 ++++++++++++ .../EAZYPETITIONLLC.eazyPetition.locale.en-US.yaml | 13 +++++++++++++ .../1.0.0/EAZYPETITIONLLC.eazyPetition.yaml | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.installer.yaml create mode 100644 manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.locale.en-US.yaml create mode 100644 manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.yaml diff --git a/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.installer.yaml b/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.installer.yaml new file mode 100644 index 0000000000000..c3d4350a46e68 --- /dev/null +++ b/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.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: EAZYPETITIONLLC.eazyPetition +PackageVersion: 1.0.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://pub-7e43a56b93cd4288b6ac1300fa1cc5b0.r2.dev/releases/v1.0.0/eazyPetition-Setup.exe + InstallerSha256: 34035C8BE52619FDDADDF3386287D38687544B94E55E533BC61BD55B4374C69B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.locale.en-US.yaml b/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.locale.en-US.yaml new file mode 100644 index 0000000000000..5c3e1ff1c97b6 --- /dev/null +++ b/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.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: EAZYPETITIONLLC.eazyPetition +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: EAZYPETITION LLC +PackageName: eazyPetition +License: Proprietary +Copyright: Copyright ยฉ 2025 eazyPetition Team +ShortDescription: eazyPetition โ€” Simplify your USCIS petition preparation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.yaml b/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.yaml new file mode 100644 index 0000000000000..91f6601d0dd46 --- /dev/null +++ b/manifests/e/EAZYPETITIONLLC/eazyPetition/1.0.0/EAZYPETITIONLLC.eazyPetition.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: EAZYPETITIONLLC.eazyPetition +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ef23bd8c2e75381b694a45e15f02f0bff3e39799 Mon Sep 17 00:00:00 2001 From: dfgHiatus <51272212+dfgHiatus@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:16:09 -0400 Subject: [PATCH 035/121] New Package: dfgHiatus.Baballonia version 1.1.0.9 (#345588) Co-authored-by: Stephen Gillie <114952565+stephengillie@users.noreply.github.com> --- .../1.1.0.9/dfgHiatus.Baballonia.installer.yaml | 14 ++++++++++++++ .../1.1.0.9/dfgHiatus.Baballonia.locale.en-US.yaml | 12 ++++++++++++ .../Baballonia/1.1.0.9/dfgHiatus.Baballonia.yaml | 8 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.installer.yaml create mode 100644 manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.locale.en-US.yaml create mode 100644 manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.yaml diff --git a/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.installer.yaml b/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.installer.yaml new file mode 100644 index 0000000000000..3fca5d7c6d194 --- /dev/null +++ b/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: dfgHiatus.Baballonia +PackageVersion: 1.1.0.9 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayVersion: "1.1.1.0rc5" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Project-Babble/Baballonia/releases/download/v1.1.1.0rc5/Baballonia.Setup.v1.1.1.0rc5.exe + InstallerSha256: A1AB1EA04F7C63B3F2F8EF7E420E45D606F2CB16E0297AEACEC874A385068989 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.locale.en-US.yaml b/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.locale.en-US.yaml new file mode 100644 index 0000000000000..79d5e2abd9c48 --- /dev/null +++ b/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.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: dfgHiatus.Baballonia +PackageVersion: 1.1.0.9 +PackageLocale: en-US +Publisher: dfgHiatus +PackageName: Baballonia +License: Babble Software Distribution License 1.0 +ShortDescription: Cross-platform, hardware-agnostic XR eye and face tracking +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.yaml b/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.yaml new file mode 100644 index 0000000000000..7156f7674b5d2 --- /dev/null +++ b/manifests/d/dfgHiatus/Baballonia/1.1.0.9/dfgHiatus.Baballonia.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: dfgHiatus.Baballonia +PackageVersion: 1.1.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 1265824b7f640f246b51ef7b76703d6a0e24c60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:36:43 +0800 Subject: [PATCH 036/121] New package: EliFulkerson.Archtype version 0.1 (#350735) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: โคๆ˜ฏ็บฑ้›พ้…ฑๅ“Ÿ๏ฝž <49941141+Dragon1573@users.noreply.github.com> --- .../0.1/EliFulkerson.Archtype.installer.yaml | 16 ++++++++++++++ .../EliFulkerson.Archtype.locale.en-US.yaml | 22 +++++++++++++++++++ .../Archtype/0.1/EliFulkerson.Archtype.yaml | 8 +++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.installer.yaml create mode 100644 manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.locale.en-US.yaml create mode 100644 manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.yaml diff --git a/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.installer.yaml b/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.installer.yaml new file mode 100644 index 0000000000000..57084e4a4b30b --- /dev/null +++ b/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EliFulkerson.Archtype +PackageVersion: '0.1' +InstallerType: portable +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2014-04-13 +Installers: +- Architecture: x86 + InstallerUrl: https://www.elifulkerson.com/projects/downloads/archtype.exe + InstallerSha256: 8F28CC70003D3B148BA0517E904710159E633A1980E62DB372589EDB335A1D58 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.locale.en-US.yaml b/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.locale.en-US.yaml new file mode 100644 index 0000000000000..bd4a06a39e5e7 --- /dev/null +++ b/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EliFulkerson.Archtype +PackageVersion: '0.1' +PackageLocale: en-US +Publisher: Eli Fulkerson +PublisherUrl: https://elifulkerson.com/ +Author: Eli Fulkerson +PackageName: Archtype +PackageUrl: https://www.elifulkerson.com/projects/archtype.php +License: Proprietary +Copyright: (c) 2026 Eli Fulkerson. All rights reserved. +CopyrightUrl: https://www.elifulkerson.com/projects/archtype.php#:~:text=All%20rights%20reserved +ShortDescription: > + Archtype.exe is a command line utility that examines executables (".exe"s) and determines whether + they are compiled for 32 or 64 bit architectures. +Description: > + It also pulls out the build date, whether symbols are included and some other flags from COFF + header. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.yaml b/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.yaml new file mode 100644 index 0000000000000..10d2cb5b1a7b6 --- /dev/null +++ b/manifests/e/EliFulkerson/Archtype/0.1/EliFulkerson.Archtype.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: EliFulkerson.Archtype +PackageVersion: '0.1' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 17a445684cef7857fc281f6952b8f534200fd0ea Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:38:32 +0800 Subject: [PATCH 037/121] New version: iFlytek.iFlyIME version 3.0.1750 (#345765) Co-authored-by: SpecterShell <56779163+SpecterShell@users.noreply.github.com> --- .../3.0.1750/iFlytek.iFlyIME.installer.yaml | 22 +++++++++++++++ .../iFlytek.iFlyIME.locale.en-US.yaml | 20 ++++++++++++++ .../iFlytek.iFlyIME.locale.zh-CN.yaml | 27 +++++++++++++++++++ .../iFlyIME/3.0.1750/iFlytek.iFlyIME.yaml | 8 ++++++ 4 files changed, 77 insertions(+) create mode 100644 manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.installer.yaml create mode 100644 manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.en-US.yaml create mode 100644 manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.zh-CN.yaml create mode 100644 manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.yaml diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.installer.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.installer.yaml new file mode 100644 index 0000000000000..bbd8154839ebb --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.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: iFlytek.iFlyIME +PackageVersion: 3.0.1750 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +FileExtensions: +- it +ProductCode: iFlyIME +Installers: +- Architecture: x86 + InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1750.exe + InstallerSha256: 6365802F3272C3C4A5733F99A6430558B4FE70347A6FC3B72CB8835674A3B334 +- Architecture: x64 + InstallerUrl: https://download.voicecloud.cn/200ime/iFlyIME_Setup_3.0.1750.exe + InstallerSha256: 6365802F3272C3C4A5733F99A6430558B4FE70347A6FC3B72CB8835674A3B334 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.en-US.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.en-US.yaml new file mode 100644 index 0000000000000..ef1aca8a2fb63 --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: iFlytek.iFlyIME +PackageVersion: 3.0.1750 +PackageLocale: en-US +Author: Iflytek Co., Ltd. +License: Freeware +ShortDescription: A convenient and easy-to-use input method that integrates voice, handwriting and Pinyin input methods +Description: iFlyIME integrates voice, handwriting and Pinyin input methods, and features powerful speech recognition, innovative touchpad handwriting and simple input interface, which greatly improves input speed and makes it easier and faster to use. +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.zh-CN.yaml new file mode 100644 index 0000000000000..52095b6bfdf9a --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.locale.zh-CN.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: iFlytek.iFlyIME +PackageVersion: 3.0.1750 +PackageLocale: zh-CN +Publisher: ็ง‘ๅคง่ฎฏ้ฃž่‚กไปฝๆœ‰้™ๅ…ฌๅธ +PublisherUrl: https://www.iflytek.com/ +# PublisherSupportUrl: https://bbs.xunfei.cn/ +PrivacyUrl: https://s1.voicecloud.cn/resources/help-tryrelease2011/private.html +Author: ็ง‘ๅคง่ฎฏ้ฃž่‚กไปฝๆœ‰้™ๅ…ฌๅธ +PackageName: ่ฎฏ้ฃž่พ“ๅ…ฅๆณ• +PackageUrl: https://srf.xunfei.cn/ +License: ๅ…่ดน่ฝฏไปถ +LicenseUrl: https://s1.voicecloud.cn/activity/imeuserserviceagreement/index.html +Copyright: Copyright ยฉ 2010-2026 iFLYTEK Inc. All Rights Reserved. +ShortDescription: ้›†่ฏญ้Ÿณใ€ๆ‰‹ๅ†™ใ€ๆ‹ผ้Ÿณ็ญ‰่พ“ๅ…ฅๆ–นๅผไบŽไธ€ไฝ“๏ผŒ้žๅธธไพฟๆทใ€ๅฅฝ็”จ็š„่พ“ๅ…ฅๆณ•ใ€‚ +Description: ่ฎฏ้ฃž่พ“ๅ…ฅๆณ•้›†่ฏญ้Ÿณใ€ๆ‰‹ๅ†™ใ€ๆ‹ผ้Ÿณ่พ“ๅ…ฅไบŽไธ€ไฝ“๏ผŒๅ…ทๆœ‰ๅผบๅคง็š„่ฏญ้Ÿณ่ฏ†ๅˆซ่ƒฝๅŠ›๏ผŒๅˆ›ๆ–ฐ็š„่งฆๆ‘ธๆฟๆ‰‹ๅ†™๏ผŒๆž็ฎ€็š„่พ“ๅ…ฅ็•Œ้ข๏ผŒๅคงๅคงๆๅ‡ไบ†่พ“ๅ…ฅ้€Ÿๅบฆ๏ผŒไฝฟ็”จๆ›ดๅŠ ๆ–นไพฟๅฟซๆทใ€‚ +Tags: +- ไธญๆ–‡ +- ๆ‰‹ๅ†™ +- ๆ‹ผ้Ÿณ +- ๆฑ‰่ฏญ +- ่ฏญ้Ÿณ +- ่พ“ๅ…ฅๆณ• +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.yaml b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.yaml new file mode 100644 index 0000000000000..0e59296bd6c5c --- /dev/null +++ b/manifests/i/iFlytek/iFlyIME/3.0.1750/iFlytek.iFlyIME.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: iFlytek.iFlyIME +PackageVersion: 3.0.1750 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From b0b10448b76d431a88e1dc7d42a881faf947f8e3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:39:47 +0800 Subject: [PATCH 038/121] New version: RingCentral.RingCentralRooms version 26.1.20 (26.1.20.3938) (#345793) --- .../RingCentral.RingCentralRooms.installer.yaml | 4 ++-- .../RingCentral.RingCentralRooms.locale.en-US.yaml | 2 +- .../RingCentral.RingCentralRooms.locale.zh-CN.yaml | 2 +- .../{26.1.10 => 26.1.20}/RingCentral.RingCentralRooms.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/r/RingCentral/RingCentralRooms/{26.1.10 => 26.1.20}/RingCentral.RingCentralRooms.installer.yaml (79%) rename manifests/r/RingCentral/RingCentralRooms/{26.1.10 => 26.1.20}/RingCentral.RingCentralRooms.locale.en-US.yaml (98%) rename manifests/r/RingCentral/RingCentralRooms/{26.1.10 => 26.1.20}/RingCentral.RingCentralRooms.locale.zh-CN.yaml (97%) rename manifests/r/RingCentral/RingCentralRooms/{26.1.10 => 26.1.20}/RingCentral.RingCentralRooms.yaml (91%) diff --git a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.installer.yaml b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.installer.yaml similarity index 79% rename from manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.installer.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.installer.yaml index 4db760d269b14..bc76a9f087955 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.installer.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.installer.yaml @@ -2,13 +2,13 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.1.10 +PackageVersion: 26.1.20 InstallerType: nullsoft Scope: machine ProductCode: RoomsHost Installers: - Architecture: x64 InstallerUrl: https://rooms.ringcentral.com/rooms/Windows/download/RingCentralRooms.exe - InstallerSha256: 3362D88CFECC2D5B4B8C27B89CB13AB6925EE6FA99A731531856A14EE5534D79 + InstallerSha256: 984A3A7536E765E621CDAD1741CEA170965BDFDD7A270D1B623DEFA6C1B54CDC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.locale.en-US.yaml b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.locale.en-US.yaml similarity index 98% rename from manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.locale.en-US.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.locale.en-US.yaml index ce24877b3d156..00d4327d8c20e 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.locale.en-US.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.1.10 +PackageVersion: 26.1.20 PackageLocale: en-US Publisher: RingCentral, Inc. PublisherUrl: https://www.ringcentral.com/ diff --git a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.locale.zh-CN.yaml b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.locale.zh-CN.yaml similarity index 97% rename from manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.locale.zh-CN.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.locale.zh-CN.yaml index 88a627ca5e484..7cb36f88ac353 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.locale.zh-CN.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.1.10 +PackageVersion: 26.1.20 PackageLocale: zh-CN PublisherUrl: https://www.ringcentral.com/cn/zh/ PrivacyUrl: https://www.ringcentral.com/cn/zh/privacy-notice.html diff --git a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.yaml b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.yaml similarity index 91% rename from manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.yaml index 1dcd9030086cb..b4223a2bb1d99 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.1.10/RingCentral.RingCentralRooms.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.1.20/RingCentral.RingCentralRooms.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.1.10 +PackageVersion: 26.1.20 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From dd28ac71ba1ea05f2983aaa164872ab5dc686e59 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:40:52 +0800 Subject: [PATCH 039/121] New version: Zoid.Meru version 3.34.1 (#346621) --- .../Zoid/Meru/3.34.1/Zoid.Meru.installer.yaml | 37 +++++++++++++++++++ .../Meru/3.34.1/Zoid.Meru.locale.en-US.yaml | 33 +++++++++++++++++ .../Meru/3.34.1/Zoid.Meru.locale.zh-CN.yaml | 17 +++++++++ manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.yaml | 8 ++++ 4 files changed, 95 insertions(+) create mode 100644 manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.installer.yaml create mode 100644 manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.locale.en-US.yaml create mode 100644 manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.locale.zh-CN.yaml create mode 100644 manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.yaml diff --git a/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.installer.yaml b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.installer.yaml new file mode 100644 index 0000000000000..8657af4ce073e --- /dev/null +++ b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.34.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 46f36337-4d96-50a9-99c5-b07ee1bda9f3 +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.34.1/Meru-Setup-3.34.1.exe + InstallerSha256: 7E8C5FBB5A70114597E3AAA7956BD2BE8FE6CBE93266AA03E6E90E483B9AADCE + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.34.1/Meru-Setup-3.34.1.exe + InstallerSha256: 7E8C5FBB5A70114597E3AAA7956BD2BE8FE6CBE93266AA03E6E90E483B9AADCE + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.34.1/Meru-Setup-3.34.1.exe + InstallerSha256: 7E8C5FBB5A70114597E3AAA7956BD2BE8FE6CBE93266AA03E6E90E483B9AADCE + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.34.1/Meru-Setup-3.34.1.exe + InstallerSha256: 7E8C5FBB5A70114597E3AAA7956BD2BE8FE6CBE93266AA03E6E90E483B9AADCE + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.locale.en-US.yaml b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.locale.en-US.yaml new file mode 100644 index 0000000000000..459b711d44a63 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.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: Zoid.Meru +PackageVersion: 3.34.1 +PackageLocale: en-US +Publisher: Tim Cheung +PublisherUrl: https://meru.so/ +PublisherSupportUrl: https://github.com/zoidsh/meru/issues +PrivacyUrl: https://meru.so/privacy +Author: Zoid Ltd +PackageName: Meru +PackageUrl: https://meru.so/download +License: AGPL-3.0 +LicenseUrl: https://github.com/zoidsh/meru/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026-present Tim Cheung +CopyrightUrl: https://meru.so/terms +ShortDescription: The Gmail experience you deserve +Description: Meru is an open-source desktop application that brings your Gmail experience out of the browser and onto your desktop. It provides a cleaner, more focused way to access and manage your Gmail account(s). +Tags: +- email +- gmail +- mail +ReleaseNotes: |- + Fixed + - Fixed disabling email notifications disabled notifications globally (e.g. verification code copied) +ReleaseNotesUrl: https://github.com/zoidsh/meru/releases/tag/v3.34.1 +PurchaseUrl: https://meru.so/#pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://meru.so/#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.locale.zh-CN.yaml b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59b145e6472a4 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.34.1 +PackageLocale: zh-CN +ShortDescription: ๆ‚จๅ€ผๅพ—ๆ‹ฅๆœ‰็š„ Gmail ไฝ“้ชŒ +Description: Meru ๆ˜ฏไธ€ไธชๅผ€ๆบๆกŒ้ขๅบ”็”จ็จ‹ๅบ๏ผŒๅฎƒๅฐ†ๆ‚จ็š„ Gmail ไฝฟ็”จไฝ“้ชŒไปŽๆต่งˆๅ™จๅธฆๅˆฐๆกŒ้ขใ€‚ๅฎƒๆไพ›ไบ†ไธ€็งๆ›ด็ฎ€ๆดใ€ๆ›ดไธ“ๆณจ็š„ๆ–นๅผๆฅ่ฎฟ้—ฎๅ’Œ็ฎก็†ๆ‚จ็š„ Gmail ๅธๆˆทใ€‚ +Tags: +- gmail +- ็”ตๅญ้‚ฎไปถ +- ้‚ฎไปถ +Documentations: +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://meru.so/#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.yaml b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.yaml new file mode 100644 index 0000000000000..3d2342978c6b5 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.34.1/Zoid.Meru.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.34.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4bf9c28a7b3a337730eccc71a5b02171daefddbf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:41:55 +0800 Subject: [PATCH 040/121] New version: Mozilla.Thunderbird.ESR.br version 140.8.1 (#347236) --- .../Mozilla.Thunderbird.ESR.br.installer.yaml | 37 +++++++++++++++++++ ...zilla.Thunderbird.ESR.br.locale.en-US.yaml | 31 ++++++++++++++++ ...zilla.Thunderbird.ESR.br.locale.zh-CN.yaml | 20 ++++++++++ .../140.8.1/Mozilla.Thunderbird.ESR.br.yaml | 8 ++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.installer.yaml b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.installer.yaml new file mode 100644 index 0000000000000..33b73e4fb5e78 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ESR.br +PackageVersion: 140.8.1 +InstallerType: nullsoft +Scope: machine +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-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/140.8.1esr/win32/br/Thunderbird%20Setup%20140.8.1esr.exe + InstallerSha256: 022567418BA71BF3158729118646F4AE6544BDDCBEAA04CE97AF8D171EE0F383 + ProductCode: Mozilla Thunderbird 140.8.1 (x86 br) + AppsAndFeaturesEntries: + - DisplayName: Mozilla Thunderbird (x86 br) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/140.8.1esr/win64/br/Thunderbird%20Setup%20140.8.1esr.exe + InstallerSha256: 72CCEAD9A854DB39E34CB5CE0AD16B48F3A92969CF4B880CB6D4FBC9197D4817 + ProductCode: Mozilla Thunderbird 140.8.1 (x64 br) + AppsAndFeaturesEntries: + - DisplayName: Mozilla Thunderbird (x64 br) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.locale.en-US.yaml new file mode 100644 index 0000000000000..6f3bd5f074e48 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.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: Mozilla.Thunderbird.ESR.br +PackageVersion: 140.8.1 +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 ESR (br) +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: The official annual extended support release of Thunderbird intended for users who want all available new features on an annual basis and stability/security fixes on a monthly basis. +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. + This is the official annual extended support release. Thie release is intended for users who want all available new features on an annual basis and stability/security fixes on a monthly basis. +Moniker: thunderbird-esr +Tags: +- email +- mail +ReleaseNotes: |- + Whatโ€™s New + new + Add mail.openpgp.load_untested_gpgme_version to load untested GPGME version +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/140.8.1esr/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.locale.zh-CN.yaml new file mode 100644 index 0000000000000..60ab0ca578f8a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.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: Mozilla.Thunderbird.ESR.br +PackageVersion: 140.8.1 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +Author: Mozilla ๅŸบ้‡‘ไผš +PackageUrl: https://www.thunderbird.net/zh-CN/ +ShortDescription: Thunderbird ๅฎ˜ๆ–นๅนดๅบฆๅปถ้•ฟๆ”ฏๆŒ็‰ˆ๏ผŒ้ขๅ‘ๅธŒๆœ›ๆŒ‰ๅนด่Žทๅ–ๆ‰€ๆœ‰ๆ–ฐๅŠŸ่ƒฝใ€ๆŒ‰ๆœˆ่Žทๅ–็จณๅฎšๆ€ง/ๅฎ‰ๅ…จๆ€งไฟฎๅค็š„็”จๆˆทใ€‚ +Description: |- + Thunderbird ๆ˜ฏไธ€ๆฌพๅ…่ดนๅผ€ๆบ็š„็”ตๅญ้‚ฎไปถใ€ๆ–ฐ้—ป่ฎข้˜…ใ€ๅณๆ—ถ้€šไฟกใ€ๆ—ฅๅކๅฎขๆˆท็ซฏ๏ผŒ้…็ฝฎ็ฎ€ๅ•๏ผŒๅฎšๅˆถ่‡ช็”ฑใ€‚Thunderbird ็š„ๆ ธๅฟƒๅ‡†ๅˆ™ไน‹ไธ€ๆ˜ฏไฝฟ็”จๅ’ŒๆŽจๅนฟๅผ€ๆ”พๆ ‡ๅ‡†โ€”โ€”้‡็‚นๅฐฑๆ˜ฏๆ‹’็ปไธ–็•ŒไธŠๆˆ‘ไปฌๆ— ๆณ•็›ธไบ’้€šไฟก็š„ๅฐ้—ญๅนณๅฐๅ’ŒๆœๅŠกใ€‚ๆˆ‘ไปฌๅธŒๆœ›ๆˆ‘ไปฌ็š„็”จๆˆทๅœจๆฒŸ้€šๆ–นๅผไธŠๆ‹ฅๆœ‰่‡ช็”ฑๅ’Œ้€‰ๆ‹ฉใ€‚ + ่ฟ™ๆ˜ฏๅฎ˜ๆ–นๅนดๅบฆๅปถ้•ฟๆ”ฏๆŒ็‰ˆๆœฌใ€‚ๆญค็‰ˆๆœฌ้ขๅ‘ๅธŒๆœ›ๆŒ‰ๅนด่Žทๅ–ๆ‰€ๆœ‰ๆ–ฐๅŠŸ่ƒฝใ€ๆŒ‰ๆœˆ่Žทๅ–็จณๅฎšๆ€ง/ๅฎ‰ๅ…จๆ€งไฟฎๅค็š„็”จๆˆทใ€‚ +Tags: +- ็”ตๅญ้‚ฎไปถ +- ้‚ฎไปถ +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/140.8.1esr/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.yaml b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.yaml new file mode 100644 index 0000000000000..069a6815c86df --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/br/140.8.1/Mozilla.Thunderbird.ESR.br.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.ESR.br +PackageVersion: 140.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 213b31a16390f2857bdcc5b2d07cf8321b586d31 Mon Sep 17 00:00:00 2001 From: Leonard de Ruijter <3049216+LeonarddeR@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:43:49 +0100 Subject: [PATCH 041/121] New version: NVAccess.NVDA.Beta version 2026.1beta7 (#349590) --- .../NVAccess.NVDA.Beta.installer.yaml | 17 ++++++++++++++++ .../NVAccess.NVDA.Beta.locale.en-US.yaml | 20 +++++++++++++++++++ .../Beta/2026.1beta7/NVAccess.NVDA.Beta.yaml | 8 ++++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.installer.yaml create mode 100644 manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.locale.en-US.yaml create mode 100644 manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.yaml diff --git a/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.installer.yaml b/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.installer.yaml new file mode 100644 index 0000000000000..770248931b636 --- /dev/null +++ b/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.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: NVAccess.NVDA.Beta +PackageVersion: 2026.1beta7 +MinimumOSVersion: 10.0.10240.0 +InstallerType: nullsoft +InstallerSwitches: + Silent: --install-silent + SilentWithProgress: --install-silent +ProductCode: NVDA +Installers: +- Architecture: x86 + InstallerUrl: https://download.nvaccess.org/releases/2026.1beta7/nvda_2026.1beta7.exe + InstallerSha256: 2C7A1114311BB93F80778C440FDBF35D37824C59070CAC594F2D529D16BBB78B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.locale.en-US.yaml b/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..c319768b6e57d --- /dev/null +++ b/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NVAccess.NVDA.Beta +PackageVersion: 2026.1beta7 +PackageLocale: en-US +Publisher: NV Access +PackageName: NVDA Beta +PackageUrl: https://www.nvaccess.org +License: GPL V2 with exceptions +LicenseUrl: https://www.nvaccess.org/files/nvda/documentation/copying.txt +ShortDescription: Free, open source, globally accessible screen reader for the blind and vision impaired +Description: NonVisual Desktop Access (NVDA) is a free and open source screen reader for the Microsoft Windows operating system. Providing feedback via synthetic speech and Braille, it enables blind or vision impaired people to access computers running Windows for no more cost than a sighted person. NVDA is developed by NV Access, with contributions from the community. +Moniker: nvda +Tags: +- accessibility +- blind +- screen-reader +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.yaml b/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.yaml new file mode 100644 index 0000000000000..35d9e47bed083 --- /dev/null +++ b/manifests/n/NVAccess/NVDA/Beta/2026.1beta7/NVAccess.NVDA.Beta.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: NVAccess.NVDA.Beta +PackageVersion: 2026.1beta7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a8ed626c93356f54774772f6b88aee9c7c7d4200 Mon Sep 17 00:00:00 2001 From: Johnny Shaw Date: Mon, 23 Mar 2026 19:44:52 -0400 Subject: [PATCH 042/121] New version: WinsiderSS.SystemInformer.Canary version 4.0.26080.449 (#350621) --- ...derSS.SystemInformer.Canary.installer.yaml | 25 +++++++++++++ ...SS.SystemInformer.Canary.locale.en-US.yaml | 37 +++++++++++++++++++ .../WinsiderSS.SystemInformer.Canary.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.installer.yaml create mode 100644 manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.locale.en-US.yaml create mode 100644 manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.yaml diff --git a/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.installer.yaml b/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.installer.yaml new file mode 100644 index 0000000000000..aa38d905a016a --- /dev/null +++ b/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WinsiderSS.SystemInformer.Canary +PackageVersion: 4.0.26080.449 +InstallerType: exe +Scope: machine +InstallModes: +- silent +- silentWithProgress +- interactive +InstallerSwitches: + Silent: -install -silent + SilentWithProgress: -install -silent + Interactive: -install + Upgrade: -update -silent +ProductCode: SystemInformer-Canary +ElevationRequirement: elevatesSelf +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/winsiderss/si-builds/releases/download/4.0.26080.449/systeminformer-build-canary-setup.exe + InstallerSha256: 51643C05150368171F0B4F84480225C3695767D6845B059F45CFA0ADD1F87CDF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-21 diff --git a/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.locale.en-US.yaml b/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..63457e9821bfe --- /dev/null +++ b/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WinsiderSS.SystemInformer.Canary +PackageVersion: 4.0.26080.449 +PackageLocale: en-US +Publisher: Winsider Seminars & Solutions, Inc. +PublisherUrl: https://windows-internals.com/ +PublisherSupportUrl: https://github.com/winsiderss/systeminformer/issues +PackageName: System Informer (Canary) +PackageUrl: https://system-informer.com/ +License: MIT License +LicenseUrl: https://github.com/winsiderss/systeminformer/blob/master/LICENSE.txt +Copyright: Copyright (c) Winsider Seminars & Solutions, Inc. All rights reserved. +CopyrightUrl: https://github.com/winsiderss/systeminformer/blob/master/COPYRIGHT.txt +ShortDescription: System Informer is a free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. +Moniker: systeminformer-canary +Tags: +- windows +- debugger +- security +- benchmarking +- process-manager +- performance +- monitor +- monitoring +- realtime +- administrator +- process-monitor +- performance-tuning +- profiling +- monitor-performance +- performance-monitoring +- system-monitor +ReleaseNotesUrl: https://github.com/winsiderss/si-builds/releases/tag/4.0.26080.449 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.yaml b/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.yaml new file mode 100644 index 0000000000000..c83b32118c001 --- /dev/null +++ b/manifests/w/WinsiderSS/SystemInformer/Canary/4.0.26080.449/WinsiderSS.SystemInformer.Canary.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: WinsiderSS.SystemInformer.Canary +PackageVersion: 4.0.26080.449 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a121efc06e24d651075f2fd5c3d5bf9589b37a90 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:46:03 +0800 Subject: [PATCH 043/121] New version: FxSound.FxSound version 1.2.8.0 (#350632) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../1.2.8.0/FxSound.FxSound.installer.yaml | 76 +++++++++++++++++++ .../1.2.8.0/FxSound.FxSound.locale.en-US.yaml | 30 ++++++++ .../1.2.8.0/FxSound.FxSound.locale.zh-CN.yaml | 13 ++++ .../FxSound/1.2.8.0/FxSound.FxSound.yaml | 8 ++ 4 files changed, 127 insertions(+) create mode 100644 manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.installer.yaml create mode 100644 manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.locale.en-US.yaml create mode 100644 manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.locale.zh-CN.yaml create mode 100644 manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.yaml diff --git a/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.installer.yaml b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.installer.yaml new file mode 100644 index 0000000000000..79ceaf5c5fe7c --- /dev/null +++ b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.installer.yaml @@ -0,0 +1,76 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FxSound.FxSound +PackageVersion: 1.2.8.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- 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: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- 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 +AppsAndFeaturesEntries: +- UpgradeCode: '{1CA2081B-0D5A-41DF-86E8-2788204CE340}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://raw.githubusercontent.com/fxsound2/fxsound-app/refs/tags/v1.2.8.0/release/fxsound_setup.exe + InstallerSha256: AA753AF599BF0E99708416DA5343CB901E45B65BB9FFB4765B10F756FDF20B13 + ProductCode: '{5B7428B0-9FE9-4988-B4EC-8FE020593C72}' +- Architecture: x64 + InstallerUrl: https://raw.githubusercontent.com/fxsound2/fxsound-app/refs/tags/v1.2.8.0/release/fxsound_setup.exe + InstallerSha256: AA753AF599BF0E99708416DA5343CB901E45B65BB9FFB4765B10F756FDF20B13 + ProductCode: '{5B7428B0-9FE9-4988-B4EC-8FE020593C72}' +- Architecture: arm64 + InstallerUrl: https://raw.githubusercontent.com/fxsound2/fxsound-app/refs/tags/v1.2.8.0/release/arm64/fxsound_setup.arm64.exe + InstallerSha256: 5AA9CD84B32DB81811CCA44D972CA3C422F1D4FC977213C7D20E1FD4300C3FED + ProductCode: '{54B38F9A-B544-408C-8A98-3D893394812C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.locale.en-US.yaml b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.locale.en-US.yaml new file mode 100644 index 0000000000000..0d8bc55903d37 --- /dev/null +++ b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.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: FxSound.FxSound +PackageVersion: 1.2.8.0 +PackageLocale: en-US +Publisher: FxSound LLC +PublisherUrl: https://www.fxsound.com/ +PublisherSupportUrl: https://github.com/fxsound2/fxsound-app/issues +Author: FxSound LLC +PackageName: FxSound +PackageUrl: https://www.fxsound.com/download +License: GPL-3.0 +LicenseUrl: https://github.com/fxsound2/fxsound-app/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 FxSound LLC +ShortDescription: Free open-source software to boost sound quality, volume, and bass. Including an equalizer, effects, and presets for customized audio. +Tags: +- audio +- equalizer +- sound +ReleaseNotes: |- + 1. Fixed the bug which caused blank text on theme change + 2. Fixes in giving control to system audio when FxSound is off. Now output device can be changed in FxSound and OS when FxSound is off. + 3. Fixed the device preference list persistence issue and repetition of device names. + 4. Slovenian language support added + 5. Changed Save/Cancel to Yes/No in preset save prompt + 6. Changed +0 to 0 in EQ gain +ReleaseNotesUrl: https://github.com/fxsound2/fxsound-app/releases/tag/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.locale.zh-CN.yaml b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.locale.zh-CN.yaml new file mode 100644 index 0000000000000..251fdf112db6a --- /dev/null +++ b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FxSound.FxSound +PackageVersion: 1.2.8.0 +PackageLocale: zh-CN +ShortDescription: ๅขžๅผบ้Ÿณ่ดจใ€้Ÿณ้‡ๅ’ŒไฝŽ้Ÿณ็š„ๅ…่ดน/่‡ช็”ฑๅผ€ๆบ่ฝฏไปถ๏ผŒๅŒ…ๅซ็”จไบŽๅฎšๅˆถ้Ÿณ้ข‘ๅ‡่กกๅ™จใ€็‰นๆ•ˆๅ’Œ้ข„่ฎพใ€‚ +Tags: +- ๅ‡่กกๅ™จ +- ๅฃฐ้Ÿณ +- ้Ÿณ้ข‘ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.yaml b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.yaml new file mode 100644 index 0000000000000..825da107a9206 --- /dev/null +++ b/manifests/f/FxSound/FxSound/1.2.8.0/FxSound.FxSound.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: FxSound.FxSound +PackageVersion: 1.2.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 44bdc45bdd9577adbf4afeda4578945d124f5aa0 Mon Sep 17 00:00:00 2001 From: Leonard de Ruijter <3049216+LeonarddeR@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:47:08 +0100 Subject: [PATCH 044/121] New version: NVAccess.NVDA.Beta version 2026.1beta8 (#351085) --- .../NVAccess.NVDA.Beta.installer.yaml | 17 ++++++++++++++++ .../NVAccess.NVDA.Beta.locale.en-US.yaml | 20 +++++++++++++++++++ .../Beta/2026.1beta8/NVAccess.NVDA.Beta.yaml | 8 ++++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.installer.yaml create mode 100644 manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.locale.en-US.yaml create mode 100644 manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.yaml diff --git a/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.installer.yaml b/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.installer.yaml new file mode 100644 index 0000000000000..a47f9b11370e8 --- /dev/null +++ b/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.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: NVAccess.NVDA.Beta +PackageVersion: 2026.1beta8 +MinimumOSVersion: 10.0.10240.0 +InstallerType: nullsoft +InstallerSwitches: + Silent: --install-silent + SilentWithProgress: --install-silent +ProductCode: NVDA +Installers: +- Architecture: x86 + InstallerUrl: https://download.nvaccess.org/releases/2026.1beta8/nvda_2026.1beta8.exe + InstallerSha256: 99BB6428E628A58619BBD3E102BD74FE03014B1C035B0B7B461D52960E570EC3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.locale.en-US.yaml b/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..ad11166506f83 --- /dev/null +++ b/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NVAccess.NVDA.Beta +PackageVersion: 2026.1beta8 +PackageLocale: en-US +Publisher: NV Access +PackageName: NVDA Beta +PackageUrl: https://www.nvaccess.org +License: GPL V2 with exceptions +LicenseUrl: https://www.nvaccess.org/files/nvda/documentation/copying.txt +ShortDescription: Free, open source, globally accessible screen reader for the blind and vision impaired +Description: NonVisual Desktop Access (NVDA) is a free and open source screen reader for the Microsoft Windows operating system. Providing feedback via synthetic speech and Braille, it enables blind or vision impaired people to access computers running Windows for no more cost than a sighted person. NVDA is developed by NV Access, with contributions from the community. +Moniker: nvda +Tags: +- accessibility +- blind +- screen-reader +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.yaml b/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.yaml new file mode 100644 index 0000000000000..89d1240a96d91 --- /dev/null +++ b/manifests/n/NVAccess/NVDA/Beta/2026.1beta8/NVAccess.NVDA.Beta.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: NVAccess.NVDA.Beta +PackageVersion: 2026.1beta8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7ab03e7410a1db0234dc52f439edd96e8e832c74 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 23 Mar 2026 19:48:11 -0400 Subject: [PATCH 045/121] New version: Headlamp.Headlamp version 0.41.0 (#351262) --- .../0.41.0/Headlamp.Headlamp.installer.yaml | 22 ++++ .../Headlamp.Headlamp.locale.en-US.yaml | 108 ++++++++++++++++++ .../Headlamp/0.41.0/Headlamp.Headlamp.yaml | 8 ++ 3 files changed, 138 insertions(+) create mode 100644 manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.installer.yaml create mode 100644 manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.locale.en-US.yaml create mode 100644 manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.yaml diff --git a/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.installer.yaml b/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.installer.yaml new file mode 100644 index 0000000000000..623af83dc139f --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.41.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +ProductCode: d24ad94a-d320-5504-bf77-34b71a6f1c7d +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- DisplayName: Headlamp 0.41.0 + Publisher: Kinvolk + ProductCode: d24ad94a-d320-5504-bf77-34b71a6f1c7d +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kubernetes-sigs/headlamp/releases/download/v0.41.0/Headlamp-0.41.0-win-x64.exe + InstallerSha256: 40F4A68FB6D201EE9EFC3B18602E6E2C429772BB9780459F7F7569F2F8B45F73 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.locale.en-US.yaml b/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.locale.en-US.yaml new file mode 100644 index 0000000000000..d918cab7750d9 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.locale.en-US.yaml @@ -0,0 +1,108 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.41.0 +PackageLocale: en-US +Publisher: Headlamp +PublisherUrl: https://headlamp.dev/ +PublisherSupportUrl: https://github.com/kubernetes-sigs/headlamp/issues +PackageName: Headlamp +PackageUrl: https://github.com/kubernetes-sigs/headlamp +License: Apache-2.0 +LicenseUrl: https://github.com/kubernetes-sigs/headlamp/blob/HEAD/LICENSE +ShortDescription: Kubernetes web UI. +Description: A Kubernetes web UI that is fully-featured, user-friendly and extensible. +Tags: +- cncf +- dashboard +- headlamp +- kinvolk +- kubernetes +- logging +- monitoring +- plugins +- ui +- web +ReleaseNotes: |- + โœจ Enhancements + - Implement rollback for Deployment, DaemonSet, StatefulSet. Including to specific revision and Revision history view. Thanks to @alokdangre + - Add multi-cluster user logout. Thanks to @alokdangre + - Enable cluster deletion in browser. Thanks to @alokdangre + - Display environment variables for containers in pod details views. Thanks to @gambtho + - Added Toggle Switch to filter helm secrets. Thanks to @mudit06mah + - Add session-ttl flag and logic. Thanks to @mudit06mah + - Allow OIDC cookies when in-cluster is false via flag. Thanks to @beep-boopp + - Add MCP server support for plugins including the ai-assistant. Thanks to @illume + - Add support for traefik or any reverse proxy handling auth through middlewares. Thanks to @ageekymonk + + ๐Ÿž Bug Fixes + - Fix flaky PodDetailsView Storybook test. Thanks to @mahmoudmagdy1-1 + - Fix ARIA menu role in ClusterChooserPopup. Thanks to @mahmoudmagdy1-1 + - Correct aria attributes in ShowHideLabel component. Thanks to @greedy-wudpeckr + - Fix PluginSettings heading hierarchy. Thanks to @greedy-wudpeckr + - Fix a11y roles in ClusterChooserPopup for screen readers. Thanks to @mahmoudmagdy1-1 + - Fix alignment in narrow layouts for NameValueTable. Thanks to @mahmoudmagdy1-1 + - Fixed ignored k8cache error handling. Thanks to @greedy-wudpeckr + - Add crossorigin to manifest link. Thanks to @zyzzmohit + - Fix age column sorting in ObjectEventList. Thanks to @greedy-wudpeckr + - Auto-detect platform for Apple Silicon Macs. Thanks to @Mandalorian7773 + - Add translatable aria-label fallback to Loader for screen readers. Thanks to @mastermaxx03 + - Ensure complementary landmark has valid label in Activity. Thanks to @mastermaxx03 + - Fix new project heading a11y issue. Thanks to @vyncent-t + - Default to init container if main container not yet running. Thanks to @mastermaxx03 + - Add responsive width to ConfirmDialog. Thanks to @ChayanDass + - Fix alignment name and button in clusterRename. Thanks to @ChayanDass + - Remove inert property from Sidebar. Thanks to @sniok + - Populate empty DialogTitle in AuthTypeoidc story. Thanks to @CODEAbhinav-art + - Wrap MenuItem in MenuList for RestartMultipleButton. Thanks to @Vaishnav-Dhaval + - Add dialog title to HaveClusters story. Thanks to @CODEAbhinav-art + - Add missing properties to HeadlampTables interface. Thanks to @pallava-joshi + - Correct broken cluster settings navigation. Thanks to @emmanuel-ferdman + - Remove empty h1 from ClusterDialog. Thanks to @aravind4799 + - Fix narration for Default Namespace in SettingsCluster. Thanks to @vyncent-t + - Disable close on select in PureNamespaceAutocomplete. Thanks to @YotamKorah + - Cascade delete Pods when deleting Jobs. Thanks to @beep-boopp + - Fix cluster rename bug for clusters with special characters. Thanks to @StevenPG + - Avoid invalid field selector for pod metrics. Thanks to @wingerx + - Persist rows-per-page selection to localStorage on change in Table. Thanks to @Trulsaa + - Preserve original URL after OIDC authentication. Thanks to @justinas-wix + - Fix scheme conversion and logging in multiplexer. Thanks to @illume + - Stop watcher goroutines on server shutdown. Thanks to @zyzzmohit + - Fix picking the hash for chocolatey version bump. Thanks to @joaquimrocha + - Fix showing corrupt file on Mac. Thanks to @mastermaxx03 + - Add make cluster list scrollable to improve usability for keyboard users. Thanks to @mahmoudmagdy1-1 + + ๐Ÿ’ป Development + - Support apiGroup + kind for registerKindIcon. Thanks to @aadhil2k4 + - Update app, backend, frontend, headlamp-plugin dependencies. Thanks to @skoeva + - Move HeadlampConfig to headlampconfig package. Thanks to @krrish-sehgal + - Add update and delete coverage to informer tests for k8cache. Thanks to @ChayanDass + - Refactor ts: made customResourceDefinition optional in CRClassArgs. Thanks to @pallava-joshi + - Lift up tableSettings helpers and add localStorage to ClusterTable. Thanks to @StevenPG + - Fix translations by using fs-backend with frontend locales path. Thanks to @sniok + - Replace execSync with execFileSync in headlamp-plugin/scripts. Thanks to @skoeva + - Fix delete error handling to show correct success/failure messages. Thanks to @gambtho + - Bundle source with esbuild, upgrade to vitest. Thanks to @sniok + - Refactor NavigationTabs component so it doesn't require cloning. Thanks to @sniok + - Add .cmd shim for Windows to headlamp-plugin. Thanks to @skoeva + - Add tests and stories for AuthToken Component. Thanks to @aravind4799 + - Add test for terminal.tsx file. Thanks to @ChayanDass + - Add Storybook stories for ResourceTableColumnChooser. Thanks to @mastermaxx03 + - Add stories for SettingsClusters and SettingsCluster. Thanks to @greedy-wudpeckr + - Add test for LogsButton.tsx file. Thanks to @aravind4799 + - Provide automatic aria-labelledby for Dialog accessibility. Thanks to @mastermaxx03 + - Update Terminal snapshots. Thanks to @mastermaxx03 + - headlamp-plugin: Bump to 0.13.1 + + ๐Ÿ“– Documentation + - Add documentation for Oracle K8s Engine support. Thanks to @jaiakash + - Add OpenUnison configuration guide. Thanks to @mlbiam + - Add many more plugin development tutorials including for List and Detail views. Thanks to @yolossn + - Fix some typos in contributing guide. Thanks to @gmarav05 +ReleaseNotesUrl: https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.41.0 +Documentations: +- DocumentLabel: Headlamp Documentation + DocumentUrl: https://headlamp.dev/docs/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.yaml b/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.yaml new file mode 100644 index 0000000000000..d554808cf4d64 --- /dev/null +++ b/manifests/h/Headlamp/Headlamp/0.41.0/Headlamp.Headlamp.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Headlamp.Headlamp +PackageVersion: 0.41.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a1d9bc93e19333f2a85649578a22732fe7a7398e Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:49:07 +0100 Subject: [PATCH 046/121] New version: Storj.Uplink version 1.150.1 (#351287) --- .../1.150.1/Storj.Uplink.installer.yaml | 18 +++ .../1.150.1/Storj.Uplink.locale.en-US.yaml | 105 ++++++++++++++++++ .../s/Storj/Uplink/1.150.1/Storj.Uplink.yaml | 8 ++ 3 files changed, 131 insertions(+) create mode 100644 manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.installer.yaml create mode 100644 manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.locale.en-US.yaml create mode 100644 manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.yaml diff --git a/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.installer.yaml b/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.installer.yaml new file mode 100644 index 0000000000000..dedaae2879312 --- /dev/null +++ b/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Storj.Uplink +PackageVersion: 1.150.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uplink.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/storj/storj/releases/download/v1.150.1/uplink_windows_amd64.zip + InstallerSha256: 767B291C9613DF294EABC32E863DE504F6EB42B62296A00FF4447B2DE39EBD85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.locale.en-US.yaml b/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.locale.en-US.yaml new file mode 100644 index 0000000000000..f1eb9f0636b26 --- /dev/null +++ b/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.locale.en-US.yaml @@ -0,0 +1,105 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Storj.Uplink +PackageVersion: 1.150.1 +PackageLocale: en-US +Publisher: Storj Labs Inc +PublisherUrl: https://www.storj.io/ +PublisherSupportUrl: https://github.com/storj/storj/issues +Author: Storj Labs Inc +PackageName: Uplink +PackageUrl: https://github.com/storj/storj +License: AGPL-3.0 +LicenseUrl: https://github.com/storj/storj/blob/HEAD/LICENSE +ShortDescription: The Storj DCS client-side CLI +Moniker: uplink +Tags: +- storj +- storj-dcs +- uplink +- uplink-cli +ReleaseNotes: |- + Changelog + General + - ed8cae6 scripts/lint: Fix flag using the wrong default value + - 329a438 ci: bump Go to 1.25.8 + - 56edded shared/secret: support reading secret directly from vault + - 03d3ffa shared/modular: support configuring identity cert/key directly + - ae85bfd .golangci.yml: Update & fix issues + Satellite + - 94ae2ae satellite/balancer: worker to fix balancing issue (piece replication) + - 0534b28 satellite/console: add config for primary auth provider + - a5391e8 satellite/console: embed IDP access token in token cookie + - c45e31c web/satellite: use small logo during whitelabeled onboarding + - 6680671 satellite/payments: Update 30 day min retention invoice logic + - 64ed3c1 satellite/metabase: add index for node_alias + - c8a5045 web/satellite: fix usage report undefined property access + - 99b3f9d satellite/metabase: insert node aliases as a batch + - 4433a6a satellite/metabase: move most of Get* methods fully under Adapter interface + - d681492 web/satellite: add download info to bucket and project tables + - e3a4945 web/satellite: fix 'limit reached' banners to be shown again + - 1faf894 web/satellite: skip captcha if registration token is provided + - e1c0828 satellite/eventing: set actual config ID in S3 event records + - 52479c0 satellite/eventing: add monkit instrumentation + - 8c6d085 satellite/console: make new rest API keys validation backward-compatible + - f1d3b75 satellite/metabase: move Begin* methods fully to Adapter + - b649d0a satellite/{console,web}: add SSO connection between satellite and compute OpenStack UI + - d9ac8af satellite/metainfo: Remove redundant log message + - 3eb41a9 satellite/metabase: improve error message for wrong segment key count in MoveObject + - 1c3db30 satellite/balancer: add drain observer for moving pieces off selected nodes + - 998315a satellite/metabase: move NodeAliasCache to adapters + - 6534836 satellite/console: tie IDP and satellite sessions together + - 3b953fc satellite/{console,web}: add dedicated auth error page + - d82aa7e satellite/console,web/satellite: Whitelabel error pages + - e1b85f5 satellite/{console,web}: disable user modification during auth migration + - 3fc28bd web/satellite: Reorder onboarding steps + - 6646919 web/satellite: Update whitelabel theme in light mode + - 4a07c6b satellite,web/satellite: Update behavior for closed registration + - c0a7c7e satellite/attribution: remove BackfillPlacementBatch + - 0910893 satellite/console: fix a potential upgrade account bug + - e58f923 web/satellite: refactor CreateProjectDialog.vue + - 728f102 satellite/console: add tests for primary auth provider + - 9781f45 satellite/satellitedb: add user_kind column to registration_tokens table + - 4c1b53b satellite/{web,console}: move account management to primary IDP + - 38a8a52 satellite/console: fixed PDF previews in the object browser + - 94af312 web/satellite: use darkened primary color as button hover color + - b872280 web/satellite: add build watch npm script + - 4e31745 satellite/satellitedb: add user kind to reg tokens db methods + - 09e376d satellite/admin: add user kind selection to create reg token flow + - 51d6b76 satellite/console: respect reg token's user kind during registration + - 6b2ccf2 web/satellite: skip onboarding plan selection if user has non-free kind + - f4c3326 web/satellite: Handle Stripe errors on app startup asynchronously + - f3d1343 web/satellite: Remove hardcoded logo from email + - 3c406bd satellite/taskqueue: better taskqueue scheduling + - 3658dbc satellite/balancer: use pooled connections + - 9540e59 web/satellite: Integrate native token payments flag in the frontend + - 9c2ad67 satellite/console: add webhook for SSO user state changes + - 243e1a4 satellite/console: improve IdP logout + - 0de4d9b satellite/balancer: reduce database queries + - 24aa931 satellite/payments/stripe: add fallback SKU config for product 0 + - 2edc097 web/satellite: merge 2-step project creation flow into a single step form + - 0c61dc0 satellite/console: specify post logout redirect URL + - e39055e web/satellite: add create project step to onboarding + - aea52f6 satellite/metabase: fix MoveObject to same destination + - c052255 satellite/metabase/changestream: batch partition metadata updates + - afa30e1 satellite/satellitedb: add project_limit_events table and notification_flags column to projects + - 000032d web/satellite(whitelabel): fix dark mode link color on project card + - 602e818 satellite/{console,web}: rework session refresh for primary IdP + - f0febe7 web/satellite: conditionally hide name field on account setup + - 95e9c0d satellite/console: implement PKCE for primary provider + - bfc8b9c satellite/console: create SSO users with tenantID + - d751377 satellite/{accounting,projectlimitevents}: add db interface and initial typings + - fe7a24b satellite/satellitedb: implement DB methods for project limit events + - 24c20f8 satellite/satellitedb: update project DB methods to handle new notifications field + - 67fc514 satellite/accounting: add project notification flags to redis cache + - 2e13bee satellite/satellitedb: extend apikeys.GetByHead to return projects.NotificationFlags + - 18fbffe satellite/metabase: use explicit tx instead Apply for plan delete + - 0bec658 satellite/accounting: fix redis updates for tally loop + - 124fba4 satellite/{accounting,metainfo}: detect project limit threshold events on upload/download + Storagenode + - 1f77f84 storagenode/piecemigrate: auto delete zero-sized files + - ee3655b storagenode/piecemigrate: add WriteStateChecker to blob cleanup +ReleaseNotesUrl: https://github.com/storj/storj/releases/tag/v1.150.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.yaml b/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.yaml new file mode 100644 index 0000000000000..a97420feae955 --- /dev/null +++ b/manifests/s/Storj/Uplink/1.150.1/Storj.Uplink.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: Storj.Uplink +PackageVersion: 1.150.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9c45abb8ca6b34bcd3ab26895cb0251fed58d69f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:50:21 +0800 Subject: [PATCH 047/121] New version: Discord.Discord.Canary.arm64 version 1.0.207 (#351303) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.207/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..0a1d3ae2128ab --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.207 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.207/DiscordCanarySetup.exe + InstallerSha256: FCF4AABADA3E381039E2D1E9C56A5BF896DEF0C187423452129EEAF68597D757 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..5d0560c5e1808 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.207 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1d64e838b7370 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.207 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..3ff5fb58e34ff --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.207/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.207 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3952578388009ea69fb58ebf254b4f68bf112a53 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:16:04 +0800 Subject: [PATCH 048/121] New version: ClawWork.ClawWork version 0.0.9 (#351055) --- .../0.0.9/ClawWork.ClawWork.installer.yaml | 25 +++++++ .../0.0.9/ClawWork.ClawWork.locale.en-US.yaml | 68 +++++++++++++++++++ .../0.0.9/ClawWork.ClawWork.locale.zh-CN.yaml | 32 +++++++++ .../ClawWork/0.0.9/ClawWork.ClawWork.yaml | 8 +++ 4 files changed, 133 insertions(+) create mode 100644 manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.installer.yaml create mode 100644 manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.locale.en-US.yaml create mode 100644 manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.locale.zh-CN.yaml create mode 100644 manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.yaml diff --git a/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.installer.yaml b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.installer.yaml new file mode 100644 index 0000000000000..67bef192cefdb --- /dev/null +++ b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.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: ClawWork.ClawWork +PackageVersion: 0.0.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 5395e3d2-8866-5284-9f7b-073e8b6bc4b5 +ReleaseDate: 2026-03-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/clawwork-ai/ClawWork/releases/download/v0.0.9/ClawWork-0.0.9-win-x64.exe + InstallerSha256: 5474AE8E3C1FC6FAF3A85C96AE0246AD03F10E5022053D00FC31874328F8FFA7 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/clawwork-ai/ClawWork/releases/download/v0.0.9/ClawWork-0.0.9-win-x64.exe + InstallerSha256: 5474AE8E3C1FC6FAF3A85C96AE0246AD03F10E5022053D00FC31874328F8FFA7 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.locale.en-US.yaml b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.locale.en-US.yaml new file mode 100644 index 0000000000000..87ac00e33087d --- /dev/null +++ b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ClawWork.ClawWork +PackageVersion: 0.0.9 +PackageLocale: en-US +Publisher: clawwork-ai +PublisherUrl: https://github.com/clawwork-ai +PublisherSupportUrl: https://github.com/clawwork-ai/ClawWork/issues +PackageName: ClawWork +PackageUrl: https://clawwork-ai.github.io/ClawWork/ +License: Apache-2.0 +LicenseUrl: https://github.com/clawwork-ai/ClawWork/blob/HEAD/LICENSE +Copyright: Copyright 2026 ClawWork Contributors +ShortDescription: Connect ClawWork to your own OpenClaw and unlock 10x multi-session productivity. +Description: |- + A desktop workspace for OpenClaw. + Parallel tasks, visible tool activity, and files you can actually find later. + + Why ClawWork + Using OpenClaw through Telegram, Slack, or a plain chat UI works fine for small stuff. It gets annoying once the work stops being simple. + Status disappears into the message stream. Running several tasks means juggling tabs and trying to remember which session was using which model. Files show up in replies, then vanish into history. + ClawWork fixes that by treating each task as its own workspace. You get a desktop UI where tasks stay separate, tool activity is visible while it happens, and output files stay attached to the work that produced them. + + Why it feels better + - Each task runs in its own OpenClaw session, so you can switch between parallel jobs without mixing context. + - Streaming replies, tool call cards, progress, and artifacts live in one place instead of being buried in chat history. + - Gateway, agent, model, and thinking settings are scoped per task. + - Files produced by the agent are saved to a local workspace and stay easy to browse later. + - Risky exec actions can stop for approval before they run. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ReleaseNotes: |- + โœจ What's New + - ๐Ÿ†” Device-scoped sessions with title sync โ€” Sessions are now scoped by device ID, preventing cross-device session collisions. Task titles sync back to the server for a consistent view across reconnects. by @samzong in #119 + ๐ŸŽจ UI Polish + - ๐Ÿ“ Typography scale rework โ€” Switched to a 16px root base with a consistent modular scale. Zoom level now persists across restarts. by @samzong in #129 + ๐Ÿ”’ Security Fixes + - Fixed path traversal in extracted artifact filenames by @samzong in #120 + - Fixed symlink traversal in path validation and directory scanning by @samzong in #115 + - Blocked SSRF and unbounded memory in remote image auto-fetch by @samzong in #123 + - Added WebSocket frame shape validation before dispatching events by @samzong in #117 + - Eliminated TOCTOU race in artifact file naming via serialized git operations by @samzong in #112 + - Added file path validation in URL scheme handlers by @samzong in #114 + - Fixed path traversal, migration state corruption, and config credential exposure by @samzong in #111 + - Redacted pairing and bootstrap credentials in debug bundle export by @samzong in #125 + ๐Ÿ› Bug Fixes + - Fixed Windows gateway connection failure โ€” now trusts system root certificates by @samzong in #136 + - Replaced hardcoded main agent fallback with gateway catalog defaultId and added response timeout by @samzong in #134 + - Stabilized gateway sync and persisted tool-call state across reconnects by @samzong in #133 + - Eliminated message duplication caused by client-server timestamp mismatch in post-final sync by @samzong in #128 + - Prevented message duplication on startup via hydration serialization and DB unique index by @samzong in #126 + - Fixed database migration copy consistency โ€” close DB before snapshot by @samzong in #121 + - Cleared stale stream state on reset and deferred user message persistence until send success by @samzong in #124 + - Reconciled partial history instead of skipping already-synced tasks by @samzong in #122 + - Reinitialized database on workspace setup to prevent stale connection by @samzong in #116 + - Fixed IPC listener leak โ€” onArtifactSaved now returns a cleanup function by @samzong in #113 + - Added try/catch to ws:abort-chat handler to prevent main process crash by @samzong in #110 +ReleaseNotesUrl: https://github.com/clawwork-ai/ClawWork/releases/tag/v0.0.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.locale.zh-CN.yaml b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6754d5ec69118 --- /dev/null +++ b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.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: ClawWork.ClawWork +PackageVersion: 0.0.9 +PackageLocale: zh-CN +ShortDescription: ๅฐ† ClawWork ่ฟžๆŽฅ่‡ณๆ‚จ่‡ชๅทฑ็š„ OpenClaw๏ผŒ่งฃ้” 10 ๅ€ๅคšไผš่ฏ็”ŸไบงๅŠ›ใ€‚ +Description: |- + OpenClaw ็š„ๆกŒ้ขๅทฅไฝœๅŒบใ€‚ + ๆ”ฏๆŒๅนถ่กŒไปปๅŠกใ€ๅฎžๆ—ถๅฏ่ง็š„ๅทฅๅ…ทๆดปๅŠจ๏ผŒไปฅๅŠๆ—ฅๅŽ่ฝปๆพๆŸฅๆ‰พ็š„ๆ–‡ไปถใ€‚ + + ไธบไฝ•้€‰ๆ‹ฉ ClawWork + ้€š่ฟ‡ Telegramใ€Slack ๆˆ–ๆ™ฎ้€š่Šๅคฉ็•Œ้ขไฝฟ็”จ OpenClaw๏ผŒๅค„็†็ฎ€ๅ•ไปปๅŠกๅฐšๅฏใ€‚ไฝ†ไธ€ๆ—ฆๅทฅไฝœๅ˜ๅพ—ๅคๆ‚๏ผŒไฝ“้ชŒๅฐฑไผšๅคงๆ‰“ๆŠ˜ๆ‰ฃใ€‚ + ็Šถๆ€ไฟกๆฏๆทนๆฒกๅœจๆถˆๆฏๆตไธญ๏ผ›่ฟ่กŒๅคšไธชไปปๅŠกๆ—ถ๏ผŒไธๅพ—ไธๅœจๅคšไธชๆ ‡็ญพ้กต้—ดๅˆ‡ๆข๏ผŒๅŠชๅŠ›ๅ›žๅฟ†ๅ“ชไธชไผš่ฏไฝฟ็”จไบ†ๅ“ชไธชๆจกๅž‹๏ผ›ๆ–‡ไปถๅ‡บ็Žฐๅœจๅ›žๅคไธญ๏ผŒ้šๅŽๅˆๆถˆๅคฑๅœจๅކๅฒ่ฎฐๅฝ•้‡Œใ€‚ + ClawWork ้€š่ฟ‡ๅฐ†ๆฏไธชไปปๅŠก่ง†ไธบ็‹ฌ็ซ‹็š„ๅทฅไฝœๅŒบๆฅ่งฃๅ†ณ่ฟ™ไธ€้—ฎ้ข˜ใ€‚ๆ‚จๅฐ†่Žทๅพ—ไธ€ไธชๆกŒ้ข็•Œ้ข๏ผšไปปๅŠกๅฝผๆญค้š”็ฆป๏ผŒๅทฅๅ…ทๆดปๅŠจๅœจๆ‰ง่กŒ่ฟ‡็จ‹ไธญๆธ…ๆ™ฐๅฏ่ง๏ผŒ่พ“ๅ‡บๆ–‡ไปถๅง‹็ปˆไธŽ็”Ÿๆˆๅฎƒไปฌ็š„ๅทฅไฝœๅ…ณ่”ๅœจไธ€่ตทใ€‚ + + ไธบไฝ•ไฝ“้ชŒๆ›ดไฝณ + - ๆฏไธชไปปๅŠกๅœจ็‹ฌ็ซ‹็š„ OpenClaw ไผš่ฏไธญ่ฟ่กŒ๏ผŒ่ฎฉๆ‚จ่ƒฝๅœจๅนถ่กŒไฝœไธš้—ด่‡ช็”ฑๅˆ‡ๆข่€Œไธไผšๆททๆท†ไธŠไธ‹ๆ–‡ใ€‚ + - ๆตๅผๅ›žๅคใ€ๅทฅๅ…ท่ฐƒ็”จๅก็‰‡ใ€่ฟ›ๅบฆไฟกๆฏๅ’Œไบงๅ‡บ็‰ฉ้›†ไธญๅ‘ˆ็Žฐ๏ผŒไธๅ†ๅŸ‹ๆฒกไบŽ่Šๅคฉ่ฎฐๅฝ•ไธญใ€‚ + - ็ฝ‘ๅ…ณใ€ๆ™บ่ƒฝไฝ“ใ€ๆจกๅž‹ๅŠๆ€็ปด่ฎพ็ฝฎๅ‡ๆŒ‰ไปปๅŠกๅ•็‹ฌ้…็ฝฎใ€‚ + - ๆ™บ่ƒฝไฝ“็”Ÿๆˆ็š„ๆ–‡ไปถไฟๅญ˜่‡ณๆœฌๅœฐๅทฅไฝœๅŒบ๏ผŒไพฟไบŽๅŽ็ปญๆต่งˆใ€‚ + - ้ซ˜้ฃŽ้™ฉ็š„ๆ‰ง่กŒๆ“ไฝœๅฏๅœจ่ฟ่กŒๅ‰ๆš‚ๅœๅนถ็ญ‰ๅพ…ๆ‰นๅ‡†ใ€‚ +Tags: +- openclaw +- ไบบๅทฅๆ™บ่ƒฝ +- ๅคง่ฏญ่จ€ๆจกๅž‹ +- ๆ™บ่ƒฝไฝ“ +- ่Šๅคฉๆœบๅ™จไบบ +- ่‡ชไธปๆ™บ่ƒฝ +- ้พ™่™พ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.yaml b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.yaml new file mode 100644 index 0000000000000..f6f11ff928ea6 --- /dev/null +++ b/manifests/c/ClawWork/ClawWork/0.0.9/ClawWork.ClawWork.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: ClawWork.ClawWork +PackageVersion: 0.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fa669d18946d6f6d816eaf4a95661a14d687eefa Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:17:40 +0800 Subject: [PATCH 049/121] New version: Mozilla.Firefox.bs version 148.0.2 (#347076) --- .../148.0.2/Mozilla.Firefox.bs.installer.yaml | 40 +++++++++++++++++ .../Mozilla.Firefox.bs.locale.cs-CZ.yaml | 14 ++++++ .../Mozilla.Firefox.bs.locale.da-DK.yaml | 14 ++++++ .../Mozilla.Firefox.bs.locale.de-DE.yaml | 16 +++++++ .../Mozilla.Firefox.bs.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.bs.locale.en-GB.yaml | 20 +++++++++ .../Mozilla.Firefox.bs.locale.en-US.yaml | 44 +++++++++++++++++++ .../Mozilla.Firefox.bs.locale.es-MX.yaml | 18 ++++++++ .../Mozilla.Firefox.bs.locale.fr-FR.yaml | 17 +++++++ .../Mozilla.Firefox.bs.locale.hu-HU.yaml | 16 +++++++ .../Mozilla.Firefox.bs.locale.ja-JP.yaml | 14 ++++++ .../Mozilla.Firefox.bs.locale.nb-NO.yaml | 16 +++++++ .../Mozilla.Firefox.bs.locale.ru-RU.yaml | 17 +++++++ .../Mozilla.Firefox.bs.locale.ta-IN.yaml | 20 +++++++++ .../Mozilla.Firefox.bs.locale.zh-CN.yaml | 24 ++++++++++ .../bs/148.0.2/Mozilla.Firefox.bs.yaml | 8 ++++ 16 files changed, 311 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.yaml diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.installer.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.installer.yaml new file mode 100644 index 0000000000000..6c21548b6b3b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +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 +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/bs/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 28C4D129A1174CD0938D6EE3556D02D81123A10514C26CFF4D29339F651DEBDB +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/bs/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 1444DF92FE0D59C47853FF5DFC9E50023D10D60E5B5BC0D0F5BF87BF258BA849 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/bs/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 10286CC320493482235B9F42D482CB221EC458302AAD4341BC5DA83890CB7E7E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..236dd8a7448b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.cs-CZ.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodnรฝ multiplatformnรญ webovรฝ prohlรญลพeฤ, kterรฝ vyvรญjรญ ve spoluprรกci se stovkami dobrovolnรญkลฏ Mozilla Corporation, dceล™inรก spoleฤnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodnรฝ multiplatformnรญ webovรฝ prohlรญลพeฤ, kterรฝ vyvรญjรญ ve spoluprรกci se stovkami dobrovolnรญkลฏ Mozilla Corporation, dceล™inรก spoleฤnost nadace Mozilla Foundation. Prvnรญ finรกlnรญ verze 1.0 byla vydรกna i v ฤeลกtinฤ› 9. listopadu 2004 za velkรฉho zรกjmu uลพivatelลฏ i mรฉdiรญ a stala se jednรญm z nejpouลพรญvanฤ›jลกรญch programลฏ s otevล™enรฝm kรณdem. Kromฤ› oficiรกlnฤ› podporovanรฝch platforem, kterรฝmi jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupnรฝ i pro FreeBSD, OS/2, RISC OS, SkyOS ฤi BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.da-DK.yaml new file mode 100644 index 0000000000000..1a18dbabac4c4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.da-DK.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og รฅben kildekode-software, udviklet af et fรฆllesskab pรฅ tusinder fra hele verden. +Description: Firefox Browser, ogsรฅ kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrรฆnseflade. Firefox er officielt tilgรฆngelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgรฆngelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.de-DE.yaml new file mode 100644 index 0000000000000..78fab395eaf9f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.de-DE.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 verรถffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einfรผhrung neuer Technologien unter dem Codenamen Quantum, um Parallelitรคt und eine intuitivere Benutzeroberflรคche zu fรถrdern. Seine inoffiziellen Ports sind fรผr verschiedene Unix- und Unix-รคhnliche Betriebssysteme verfรผgbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.el-GR.yaml new file mode 100644 index 0000000000000..b31594bfdcdf0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ฮญฮฝฮฑ ฮดฯ‰ฯฮตฮฌฮฝ ฯ€ฯฯŒฮณฯฮฑฮผฮผฮฑ ฯ€ฮตฯฮนฮฎฮณฮทฯƒฮทฯ‚ ฮฑฯ€ฯŒ ฯ„ฮท Mozilla, ฮผฮนฮฑ ฮผฮท ฮบฮตฯฮดฮฟฯƒฮบฮฟฯ€ฮนฮบฮฎ ฮฟฯฮณฮฌฮฝฯ‰ฯƒฮท ฮฑฯ†ฮนฮตฯฯ‰ฮผฮญฮฝฮท ฯƒฯ„ฮทฮฝ ฯ…ฮณฮตฮฏฮฑ ฮบฮฑฮน ฯ„ฮฟ ฮฑฯ€ฯŒฯฯฮทฯ„ฮฟ ฯ„ฮฟฯ… ฮดฮนฮฑฮดฮนฮบฯ„ฯฮฟฯ…. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.en-GB.yaml new file mode 100644 index 0000000000000..f791f3cf8c7ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.en-GB.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.en-US.yaml new file mode 100644 index 0000000000000..17603c1b5d4ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +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 (bs) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: ยฉ Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the โ€œSwitch to Tabโ€ suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.es-MX.yaml new file mode 100644 index 0000000000000..67a6a54117821 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.es-MX.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de cรณdigo abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, tambiรฉn conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de cรณdigo abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseรฑo Gecko para representar pรกginas web, que implementa estรกndares web actuales y anticipados. En 2017, Firefox comenzรณ a incorporar nueva tecnologรญa con el nombre en cรณdigo Quantum para promover el paralelismo y una interfaz de usuario mรกs intuitiva. Firefox estรก disponible oficialmente para Windows 7 o mรกs reciente, macOS y Linux. Sus puertos no oficiales estรกn disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.fr-FR.yaml new file mode 100644 index 0000000000000..abfde32290c77 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.fr-FR.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, rรฉalisรฉ par une communautรฉ de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.hu-HU.yaml new file mode 100644 index 0000000000000..1e8e3fd4a5897 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.hu-HU.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes รฉs nyรญlt forrรกskรณdรบ webbรถngรฉszล‘. +Description: A Firefox bรถngรฉszล‘, mรกs nรฉven Mozilla Firefox vagy egyszerลฑen Firefox, egy ingyenes รฉs nyรญlt forrรกskรณdรบ webbรถngรฉszล‘ amelyet a Mozilla Foundation รฉs leรกnyvรกllalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezรฉsi motor hasznรกlja a weboldalak megjelenรญtรฉsรฉhez, a jelenlegi รฉs a vรกrhatรณ webes szabvรกnyok szerint. 2017-ben a Firefox Quantum kรณdnรฉven รบj technolรณgiรกt kezdett beรฉpรญteni a pรกrhuzamos vรฉgrehajtรกst รฉs a intuitรญvabb felhasznรกlรณi felรผletet cรฉlozva meg. A Firefox hivatalosan elรฉrhetล‘ Windows 7 vagy รบjabb, macOS รฉs Linux rendszerekhez. Nem hivatalos portjai kรผlรถnfรฉle Unix รฉs Unix-szerลฑ operรกciรณs rendszerekhez รฉrhetล‘k el, beleรฉrtve a FreeBSD-t, OpenBSD, NetBSD, illumos รฉs Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e5e3a2faff07e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ja-JP.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: ้ซ˜้€Ÿใง่ปฝ้‡ใ€ใƒ—ใƒฉใ‚คใƒใ‚ทใƒผ้‡่ฆ–ใฎใƒ–ใƒฉใ‚ฆใ‚ถใƒผ +Description: Mozilla Firefox ใฏ็„กๆ–™ใฎใ‚ชใƒผใƒ—ใƒณใ‚ฝใƒผใ‚นใ‚ฝใƒ•ใƒˆใ‚ฆใ‚งใ‚ขใงใ‚ใ‚Šใ€ไธ–็•Œไธญใฎๅคšๆ•ฐใฎใ‚ณใƒŸใƒฅใƒ‹ใƒ†ใ‚ฃใซใ‚ˆใฃใฆ้–‹็™บใ•ใ‚Œใฆใ„ใพใ™ใ€‚ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a31db5a3f3b91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.nb-NO.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med รฅpen kildekode, bygget av et samfunn pรฅ tusenvis fra hele verden. +Description: Firefox Browser, ogsรฅ kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med รฅpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til รฅ gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox รฅ innlemme ny teknologi under kodenavnet Quantum for รฅ fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ru-RU.yaml new file mode 100644 index 0000000000000..728ed01c85fa6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ru-RU.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox ัั‚ะพ ะฑะตัะฟะปะฐั‚ะฝะพะต ะฟั€ะพะณั€ะฐะผะผะฝะพะต ะพะฑะตัะฟะตั‡ะตะฝะธะต ั ะพั‚ะบั€ั‹ั‚ั‹ะผ ะธัั…ะพะดะฝั‹ะผ ะบะพะดะพะผ, ัะพะทะดะฐะฝะฝะพะต ัะพะพะฑั‰ะตัั‚ะฒะพะผ ั‚ั‹ััั‡ ะปัŽะดะตะน ัะพ ะฒัะตะณะพ ะผะธั€ะฐ. +Description: ะ‘ั€ะฐัƒะทะตั€ Firefox, ั‚ะฐะบะถะต ะธะทะฒะตัั‚ะฝั‹ะน ะบะฐะบ Mozilla Firefox ะธะปะธ ะฟั€ะพัั‚ะพ Firefox, - ัั‚ะพ ะฑะตัะฟะปะฐั‚ะฝั‹ะน ะฒะตะฑ-ะฑั€ะฐัƒะทะตั€ ั ะพั‚ะบั€ั‹ั‚ั‹ะผ ะธัั…ะพะดะฝั‹ะผ ะบะพะดะพะผ, ั€ะฐะทั€ะฐะฑะพั‚ะฐะฝะฝั‹ะน Mozilla Foundation ะธ ะตะณะพ ะดะพั‡ะตั€ะฝะตะน ะบะพะผะฟะฐะฝะธะตะน Mozilla Corporation. Firefox ะธัะฟะพะปัŒะทัƒะตั‚ ะผะตั…ะฐะฝะธะทะผ ะบะพะผะฟะพะฝะพะฒะบะธ Gecko ะดะปั ะพั‚ะพะฑั€ะฐะถะตะฝะธั ะฒะตะฑ-ัั‚ั€ะฐะฝะธั†, ะบะพั‚ะพั€ั‹ะน ั€ะตะฐะปะธะทัƒะตั‚ ั‚ะตะบัƒั‰ะธะต ะธ ะพะถะธะดะฐะตะผั‹ะต ะฒะตะฑ-ัั‚ะฐะฝะดะฐั€ั‚ั‹. ะ’ 2017 ะณะพะดัƒ Firefox ะฝะฐั‡ะฐะป ะฒะบะปัŽั‡ะฐั‚ัŒ ะฝะพะฒัƒัŽ ั‚ะตั…ะฝะพะปะพะณะธัŽ ะฟะพะด ะบะพะดะพะฒั‹ะผ ะฝะฐะทะฒะฐะฝะธะตะผ Quantum, ั‡ั‚ะพะฑั‹ ัะฟะพัะพะฑัั‚ะฒะพะฒะฐั‚ัŒ ะฟะฐั€ะฐะปะปะตะปะธะทะผัƒ ะธ ะฑะพะปะตะต ะธะฝั‚ัƒะธั‚ะธะฒะฝะพะผัƒ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปัŒัะบะพะผัƒ ะธะฝั‚ะตั€ั„ะตะนััƒ. Firefox ะพั„ะธั†ะธะฐะปัŒะฝะพ ะดะพัั‚ัƒะฟะตะฝ ะดะปั Windows 7 ะธะปะธ ะฝะพะฒะตะต, macOS ะธ Linux. ะ•ะณะพ ะฝะตะพั„ะธั†ะธะฐะปัŒะฝั‹ะต ะฟะพั€ั‚ั‹ ะดะพัั‚ัƒะฟะฝั‹ ะดะปั ั€ะฐะทะปะธั‡ะฝั‹ั… Unix ะธ Unix-ะฟะพะดะพะฑะฝั‹ั… ะพะฟะตั€ะฐั†ะธะพะฝะฝั‹ั… ัะธัั‚ะตะผ, ะฒะบะปัŽั‡ะฐั FreeBSD, OpenBSD, NetBSD, illumos ะธ Solaris Unix. +Tags: +- ะฑั€ะฐัƒะทะตั€ +- ะฒะตะฑ-ะฑั€ะฐัƒะทะตั€ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ta-IN.yaml new file mode 100644 index 0000000000000..135478d67b7b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.ta-IN.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: Mozilla.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: เฎฎเฏŠเฎธเฎฟเฎฒเฏเฎฒเฎพ เฎ…เฎฑเฎ•เฏเฎ•เฎŸเฏเฎŸเฎณเฏˆ +ShortDescription: เฎฎเฏŠเฎธเฎฟเฎฒเฏเฎฒเฎพ เฎชเฎฏเฎฐเฏเฎชเฎพเฎ•เฏเฎธเฏ เฎŽเฎฉเฏเฎชเฎคเฏ เฎ‡เฎฒเฎตเฎš เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ เฎคเฎฟเฎฑเฎจเฏเฎค เฎฎเฏ‚เฎฒ เฎฎเฏ†เฎฉเฏเฎชเฏŠเฎฐเฏเฎณเฎพเฎ•เฏเฎฎเฏ, เฎ‡เฎคเฏ เฎ‰เฎฒเฎ•เฎฎเฏ เฎฎเฏเฎดเฏเฎตเฎคเฎฟเฎฒเฏเฎฎเฎฟเฎฐเฏเฎจเฏเฎคเฏ เฎ†เฎฏเฎฟเฎฐเฎ•เฏเฎ•เฎฃเฎ•เฏเฎ•เฎพเฎฉ เฎšเฎฎเฏ‚เฎ•เฎคเฏเฎคเฎพเฎฒเฏ เฎ‰เฎฐเฏเฎตเฎพเฎ•เฏเฎ•เฎชเฏเฎชเฎŸเฏเฎŸเฎคเฏ. +Description: เฎชเฎฏเฎฐเฏเฎชเฎพเฎ•เฏเฎธเฏ เฎ‰เฎฒเฎพเฎตเฎฟ, เฎฎเฏŠเฎธเฎฟเฎฒเฏเฎฒเฎพ เฎชเฎฏเฎฐเฏเฎชเฎพเฎ•เฏเฎธเฏ เฎ…เฎฒเฏเฎฒเฎคเฏ เฎตเฏ†เฎฑเฏเฎฎเฎฉเฏ‡ เฎชเฎฏเฎฐเฏเฎชเฎพเฎ•เฏเฎธเฏ เฎŽเฎฉเฏเฎฑเฏเฎฎเฏ เฎ…เฎดเฏˆเฎ•เฏเฎ•เฎชเฏเฎชเฎŸเฏเฎ•เฎฟเฎฑเฎคเฏ, เฎ‡เฎคเฏ เฎฎเฏŠเฎธเฎฟเฎฒเฏเฎฒเฎพ เฎ…เฎฑเฎ•เฏเฎ•เฎŸเฏเฎŸเฎณเฏˆ เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ เฎ…เฎคเฎฉเฏ เฎคเฏเฎฃเฏˆ เฎจเฎฟเฎฑเฏเฎตเฎฉเฎฎเฎพเฎฉ เฎฎเฏŠเฎธเฎฟเฎฒเฏเฎฒเฎพ เฎ•เฎพเฎฐเฏเฎชเฏเฎชเฎฐเฏ‡เฎทเฎฉเฎพเฎฒเฏ เฎ‰เฎฐเฏเฎตเฎพเฎ•เฏเฎ•เฎชเฏเฎชเฎŸเฏเฎŸ เฎ’เฎฐเฏ เฎ‡เฎฒเฎตเฎš เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ เฎคเฎฟเฎฑเฎจเฏเฎค เฎฎเฏ‚เฎฒ เฎ‡เฎฃเฏˆเฎฏ เฎ‰เฎฒเฎพเฎตเฎฟเฎฏเฎพเฎ•เฏเฎฎเฏ. เฎชเฎฏเฎฐเฏเฎชเฎพเฎ•เฏเฎธเฏ เฎ‡เฎฃเฏˆเฎฏเฎชเฏ เฎชเฎ•เฏเฎ•เฎ™เฏเฎ•เฎณเฏˆ เฎตเฎดเฎ™เฏเฎ•เฏเฎตเฎคเฎฑเฏเฎ•เฏ เฎ•เฏ†เฎ•เฏเฎ•เฏ‹ เฎคเฎณเฎตเฎฎเฏˆเฎชเฏเฎชเฏ เฎ‡เฎฏเฎจเฏเฎคเฎฟเฎฐเฎคเฏเฎคเฏˆเฎชเฏ เฎชเฎฏเฎฉเฏเฎชเฎŸเฏเฎคเฏเฎคเฏเฎ•เฎฟเฎฑเฎคเฏ, เฎ‡เฎคเฏ เฎคเฎฑเฏเฎชเฏ‹เฎคเฏˆเฎฏ เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ เฎŽเฎคเฎฟเฎฐเฏเฎชเฎพเฎฐเฏเฎ•เฏเฎ•เฎชเฏเฎชเฎŸเฏเฎŸ เฎ‡เฎฃเฏˆเฎฏเฎคเฏ เฎคเฎฐเฎ™เฏเฎ•เฎณเฏˆเฎšเฏ เฎšเฏ†เฎฏเฎฒเฏเฎชเฎŸเฏเฎคเฏเฎคเฏเฎ•เฎฟเฎฑเฎคเฏ. 2017 เฎ†เฎฎเฏ เฎ†เฎฃเฏเฎŸเฎฟเฎฒเฏ, เฎ‡เฎฃเฏˆเฎฏเฎพเฎฉ เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ เฎฎเฎฟเฎ•เฎตเฏเฎฎเฏ เฎ‰เฎณเฏเฎณเฏเฎฃเฎฐเฏเฎตเฏ เฎชเฎฏเฎฉเฎฐเฏ เฎ‡เฎŸเฏˆเฎฎเฏเฎ•เฎคเฏเฎคเฏˆ เฎฎเฏ‡เฎฎเฏเฎชเฎŸเฏเฎคเฏเฎคเฏเฎตเฎคเฎฑเฏเฎ•เฎพเฎ• เฎ•เฏเฎตเฎพเฎฃเฏเฎŸเฎฎเฏ เฎŽเฎฉเฏเฎฑ เฎ•เฏเฎฑเฎฟเฎฏเฏ€เฎŸเฏเฎŸเฏ เฎชเฏ†เฎฏเฎฐเฎฟเฎฒเฏ เฎชเฏเฎคเฎฟเฎฏ เฎคเฏŠเฎดเฎฟเฎฒเฏเฎจเฏเฎŸเฏเฎชเฎคเฏเฎคเฏˆ เฎชเฎฏเฎฐเฏเฎชเฎพเฎ•เฏเฎธเฏ เฎ‡เฎฃเฏˆเฎ•เฏเฎ•เฎคเฏ เฎคเฏŠเฎŸเฎ™เฏเฎ•เฎฟเฎฏเฎคเฏ. Firefox Windows 7 เฎ…เฎฒเฏเฎฒเฎคเฏ เฎชเฏเฎคเฎฟเฎฏ, macOS เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ Linux เฎ•เฏเฎ•เฏ เฎ…เฎคเฎฟเฎ•เฎพเฎฐเฎชเฏเฎชเฏ‚เฎฐเฏเฎตเฎฎเฎพเฎ• เฎ•เฎฟเฎŸเฏˆเฎ•เฏเฎ•เฎฟเฎฑเฎคเฏ. เฎ…เฎคเฎฉเฏ เฎ…เฎคเฎฟเฎ•เฎพเฎฐเฎชเฏเฎชเฏ‚เฎฐเฏเฎตเฎฎเฎฑเฏเฎฑ เฎชเฏ‹เฎฐเฏเฎŸเฏเฎ•เฎณเฏ FreeBSD, OpenBSD, NetBSD, illumos เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ Solaris Unix เฎ‰เฎณเฏเฎณเฎฟเฎŸเฏเฎŸ เฎชเฎฒเฏเฎตเฏ‡เฎฑเฏ Unix เฎฎเฎฑเฏเฎฑเฏเฎฎเฏ Unix เฎชเฏ‹เฎฉเฏเฎฑ เฎ‡เฎฏเฎ™เฏเฎ•เฏเฎคเฎณเฎ™เฏเฎ•เฎณเฏเฎ•เฏเฎ•เฏ เฎ•เฎฟเฎŸเฏˆเฎ•เฏเฎ•เฎฟเฎฉเฏเฎฑเฎฉ. +Tags: +- เฎ‡เฎฃเฏˆเฎฏ-เฎ‰เฎฒเฎพเฎตเฎฟ +- เฎ‰เฎฒเฎพเฎตเฎฟ +- เฎ•เฏเฎตเฎพเฎฃเฏเฎŸเฎฎเฏ +- เฎ•เฏเฎฑเฏเฎ•เฏเฎ•เฏ-เฎคเฎณเฎฎเฏ +- เฎ•เฏ†เฎ•เฏเฎ•เฏ‹ +- เฎšเฎฟเฎฒเฎจเฏเฎคเฎฟ-เฎ•เฏเฎฐเฎ™เฏเฎ•เฏ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e9e8f1231df3e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.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.Firefox.bs +PackageVersion: 148.0.2 +PackageLocale: zh-CN +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 ๅŸบ้‡‘ไผš +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: ๅผ€ๆ”พๅฎ‰ๅ…จ็š„ๅผ€ๆบๆต่งˆๅ™จ +Description: Firefox ๆต่งˆๅ™จๆ˜ฏๅ”ฏไธ€ไธ€ๆฌพ็”ฑ้ž่ฅๅˆฉ็ป„็ป‡ๆ”ฏๆŒ๏ผŒไธไผšๅฐ†ๆ‚จ็š„ไธชไบบๆ•ฐๆฎไนฐ็ป™ๅนฟๅ‘Šๅ•†๏ผŒ่ฟ˜่ƒฝไฟๆŠคๆ‚จไธชไบบไฟกๆฏ็š„ไธปๆตๆต่งˆๅ™จใ€‚ +Tags: +- gecko +- quantum +- spidermonkey +- ๆต่งˆๅ™จ +- ็ซ็‹ +- ็ซ็‹ๆต่งˆๅ™จ +- ็ฝ‘้กต +- ็ฝ‘้กตๆต่งˆๅ™จ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.yaml b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.yaml new file mode 100644 index 0000000000000..7b95265f0d1f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/148.0.2/Mozilla.Firefox.bs.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.bs +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 653791468ce11e928dd8554b178621e2ff0a756a Mon Sep 17 00:00:00 2001 From: ASLant <77436463+Y-ASLant@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:21:25 +0800 Subject: [PATCH 050/121] New version: Y-ASLant.ElegantClipboard version 0.8.5 (#345026) --- .../Y-ASLant.ElegantClipboard.installer.yaml | 16 ++++++++++++ ...-ASLant.ElegantClipboard.locale.en-US.yaml | 25 +++++++++++++++++++ .../0.8.5/Y-ASLant.ElegantClipboard.yaml | 8 ++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.installer.yaml create mode 100644 manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.locale.en-US.yaml create mode 100644 manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.yaml diff --git a/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.installer.yaml b/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.installer.yaml new file mode 100644 index 0000000000000..6177c951f5faf --- /dev/null +++ b/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Y-ASLant.ElegantClipboard +PackageVersion: 0.8.5 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Y-ASLant/ElegantClipboard/releases/download/v0.8.5/ElegantClipboard_0.8.5_x64-setup.exe + InstallerSha256: 89C7DB2A8765A8926CFFF4F7951C10566E9D4B30BCF7F2D3CB5967A64E8D8E87 +- Architecture: arm64 + InstallerUrl: https://github.com/Y-ASLant/ElegantClipboard/releases/download/v0.8.5/ElegantClipboard_0.8.5_arm64-setup.exe + InstallerSha256: 0E32C15611C59DFDD1AD383747A902D49390C949FD3F746CDCB75A9BCFEB5719 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.locale.en-US.yaml b/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.locale.en-US.yaml new file mode 100644 index 0000000000000..cd9630dac4b35 --- /dev/null +++ b/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Y-ASLant.ElegantClipboard +PackageVersion: 0.8.5 +PackageLocale: en-US +Publisher: Y-ASLant +PublisherUrl: https://github.com/Y-ASLant +PublisherSupportUrl: https://github.com/Y-ASLant/ElegantClipboard/issues +PackageName: ElegantClipboard +PackageUrl: https://github.com/Y-ASLant/ElegantClipboard +License: MIT +ShortDescription: A modern clipboard manager built with Tauri. +Tags: +- clipboard +- clipboard-manager +- rust +- tauri2 +- windows +ReleaseNotesUrl: https://github.com/Y-ASLant/ElegantClipboard/releases/tag/v0.8.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Y-ASLant/ElegantClipboard/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.yaml b/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.yaml new file mode 100644 index 0000000000000..9b6537bdd6ebf --- /dev/null +++ b/manifests/y/Y-ASLant/ElegantClipboard/0.8.5/Y-ASLant.ElegantClipboard.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: Y-ASLant.ElegantClipboard +PackageVersion: 0.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 2b6a0da7b88b3cb60f31f612c3edbf9a5c1dcd92 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:22:19 +0800 Subject: [PATCH 051/121] New version: Mozilla.Thunderbird.th version 148.0.1 (#347376) --- .../Mozilla.Thunderbird.th.installer.yaml | 36 +++++++++++++++++++ .../Mozilla.Thunderbird.th.locale.en-US.yaml | 29 +++++++++++++++ .../Mozilla.Thunderbird.th.locale.zh-CN.yaml | 24 +++++++++++++ .../th/148.0.1/Mozilla.Thunderbird.th.yaml | 8 +++++ 4 files changed, 97 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.yaml diff --git a/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.installer.yaml b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.installer.yaml new file mode 100644 index 0000000000000..d072b1d7fee4c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.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.th +PackageVersion: 148.0.1 +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-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/148.0.1/win32/th/Thunderbird%20Setup%20148.0.1.exe + InstallerSha256: 56593531208DE3AD398E18D1840444012B69CDB139BF242D92E1A75DC257638B + ProductCode: Mozilla Thunderbird 148.0.1 (x86 th) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/148.0.1/win64/th/Thunderbird%20Setup%20148.0.1.exe + InstallerSha256: 98FDDBFBF73DD6A196D6021DC5F9E45F373F959ECF1146B5308362C09886C857 + ProductCode: Mozilla Thunderbird 148.0.1 (x64 th) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.locale.en-US.yaml new file mode 100644 index 0000000000000..e2328207d6366 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.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: Mozilla.Thunderbird.th +PackageVersion: 148.0.1 +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 (th) +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 Fixed + fixed + LDAP with password stopped working in 148.0 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/148.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec7736f3a2f6b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.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.th +PackageVersion: 148.0.1 +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 (th) +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/148.0.1/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.yaml b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.yaml new file mode 100644 index 0000000000000..202f03bb4a1df --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/148.0.1/Mozilla.Thunderbird.th.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.th +PackageVersion: 148.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cd15d7c78cd222b09229e39ea1f66954f24e4bcc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:23:05 +0800 Subject: [PATCH 052/121] New version: Meitu.ColorByte.Pro version 7.7.1 (#349939) --- .../7.7.1/Meitu.ColorByte.Pro.installer.yaml | 18 ++++++++ .../Meitu.ColorByte.Pro.locale.en-US.yaml | 39 ++++++++++++++++ .../Meitu.ColorByte.Pro.locale.zh-CN.yaml | 45 +++++++++++++++++++ .../Pro/7.7.1/Meitu.ColorByte.Pro.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.installer.yaml create mode 100644 manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.locale.en-US.yaml create mode 100644 manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.locale.zh-CN.yaml create mode 100644 manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.yaml diff --git a/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.installer.yaml b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.installer.yaml new file mode 100644 index 0000000000000..d3e8b6bd3ad1b --- /dev/null +++ b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.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: Meitu.ColorByte.Pro +PackageVersion: 7.7.1 +InstallerType: nullsoft +Scope: user +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +ProductCode: ColorByte +ReleaseDate: 2026-03-17 +Installers: +- Architecture: x64 + InstallerUrl: https://yunxiu-dl.meitudata.com/electron/colorbyte/7.7.1/7278/MeituYunxiu7.7.1.exe + InstallerSha256: A57696D8A87310EFF8DB529F25F18DE868A2CC31B12177C1B0D931E9B66B66C5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.locale.en-US.yaml b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..94da3a21db1dc --- /dev/null +++ b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.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: Meitu.ColorByte.Pro +PackageVersion: 7.7.1 +PackageLocale: en-US +Publisher: Meitu +PublisherUrl: https://www.meitu.com/ +PrivacyUrl: https://yunxiu.meitu.com/privacy +Author: Xiamen Meitu Technology Co., Ltd. +PackageName: ็พŽๅ›พไบ‘ไฟฎPro +PackageUrl: https://yunxiu.meitu.com/ +License: Proprietary +LicenseUrl: https://yunxiu.meitu.com/agreement +Copyright: Copyright ยฉ 2026 Meitu +CopyrightUrl: https://yunxiu.meitu.com/agreement +ShortDescription: One-stop AI retouching software +Description: Meitu ColorByte is an intelligent retouching software by Meitu specifically for the commercial photography industry. Here, you can retouch in batch with one click and easily complete the basic retouching work through a rich set of intelligent presets and features. +Tags: +- edit +- editing +- editor +- image +- photo +- photography +- picture +- retouch +ReleaseNotesUrl: https://yunxiu.meitu.com/document/daily-record +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://yunxiu.meitu.com/guide/ +- DocumentLabel: Tutorial + DocumentUrl: https://yunxiu.meitu.com/document/words +- DocumentLabel: Video Tutorial + DocumentUrl: https://yunxiu.meitu.com/document/video +- DocumentLabel: FAQ + DocumentUrl: https://yunxiu.meitu.com/document/faqs-more +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.locale.zh-CN.yaml b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..09aa172213f18 --- /dev/null +++ b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Meitu.ColorByte.Pro +PackageVersion: 7.7.1 +PackageLocale: zh-CN +Publisher: Meitu +PublisherUrl: https://www.meitu.com/zh/ +PrivacyUrl: https://yunxiu.meitu.com/privacy +Author: ๅŽฆ้—จ็พŽๅ›พ็ฝ‘็ง‘ๆŠ€ๆœ‰้™ๅ…ฌๅธ +PackageName: ็พŽๅ›พไบ‘ไฟฎPro +PackageUrl: https://yunxiu.meitu.com/ +License: ไธ“ๆœ‰่ฝฏไปถ +LicenseUrl: https://yunxiu.meitu.com/agreement +Copyright: Copyright ยฉ 2026 Meitu +CopyrightUrl: https://yunxiu.meitu.com/agreement +ShortDescription: ไธ€็ซ™ๅผ AI ไฟฎๅ›พ่ฝฏไปถ +Description: ็พŽๅ›พไบ‘ไฟฎๆ˜ฏ็พŽๅ›พๅ…ฌๅธไธ“ไธบๅ•†ไธšๆ‘„ๅฝฑ่กŒไธšๆ‰“้€ ็š„ๆ™บ่ƒฝไฟฎๅ›พ่ฝฏไปถ๏ผŒๅœจ่ฟ™้‡Œ๏ผŒๆ‚จๅฏไปฅ้€š่ฟ‡ไธฐๅฏŒ็š„ๆ™บ่ƒฝ้ข„่ฎพไธŽๆตท้‡ๅŠŸ่ƒฝ๏ผŒๅฎž็Žฐไธ€้”ฎๆ‰น้‡ไฟฎๅ›พ๏ผŒ่ฝปๆพๅฎŒๆˆ็ฒพไฟฎๅŸบ็ก€ๅทฅไฝœใ€‚ +Tags: +- ไฟฎๅ›พ +- ๅ›พๅƒ +- ๅ›พ็‰‡ +- ๆ‘„ๅฝฑ +- ็…ง็‰‡ +- ็ผ–่พ‘ +- ็ผ–่พ‘ๅ™จ +- ็พŽ้ขœ +ReleaseNotes: |- + 1. Stain Repair Brush โ€“ Manually brush to remove blemishes on faces, backgrounds, clothing, and more. + 2. Improved Blemish Removal for Solid Backgrounds โ€“ Added a new processing mode for studio shots with non-solid backgrounds. + 3. Optimized Gender & Age Editing โ€“ Edits made to a single face can now be applied to all images. + 4. New Skin Tone Options โ€“ Added Cool Fair, Warm Skin, and Deep Brown to support more scenarios. + 5.14 New Presets, Filters & Makeup Assets โ€“ New styles include Vintage, Film, and Neo Chinese aesthetic. +ReleaseNotesUrl: https://yunxiu.meitu.com/document/daily-record +Documentations: +- DocumentLabel: ๅฟซ้€ŸไธŠๆ‰‹ + DocumentUrl: https://yunxiu.meitu.com/guide/ +- DocumentLabel: ๆ–‡ๆกฃๆ•™็จ‹ + DocumentUrl: https://yunxiu.meitu.com/document/words +- DocumentLabel: ่ง†้ข‘ๆ•™็จ‹ + DocumentUrl: https://yunxiu.meitu.com/document/video +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://yunxiu.meitu.com/document/faqs-more +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.yaml b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.yaml new file mode 100644 index 0000000000000..51a7827b1c96f --- /dev/null +++ b/manifests/m/Meitu/ColorByte/Pro/7.7.1/Meitu.ColorByte.Pro.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: Meitu.ColorByte.Pro +PackageVersion: 7.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3b3a1b9f4f6351a06125be408834167b3b386bd1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:24:18 +0800 Subject: [PATCH 053/121] New version: LukasHermann.stagetimer-io version 3.5.0 (#350654) --- .../LukasHermann.stagetimer-io.installer.yaml | 20 ++++++++++ ...kasHermann.stagetimer-io.locale.en-US.yaml | 38 +++++++++++++++++++ ...kasHermann.stagetimer-io.locale.zh-CN.yaml | 28 ++++++++++++++ .../3.5.0/LukasHermann.stagetimer-io.yaml | 8 ++++ 4 files changed, 94 insertions(+) create mode 100644 manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.installer.yaml create mode 100644 manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.locale.en-US.yaml create mode 100644 manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.locale.zh-CN.yaml create mode 100644 manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.yaml diff --git a/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.installer.yaml b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.installer.yaml new file mode 100644 index 0000000000000..240e439e6c5f0 --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.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: LukasHermann.stagetimer-io +PackageVersion: 3.5.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: stagetimerio +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/stagetimer-prod.appspot.com/releases/3.5.0/Stagetimer-3.5.0-setup.exe + InstallerSha256: 5B6C44F27E4B0D5C537C8258892989774D56792F4B26BB50C22AB105D2E7E1F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.locale.en-US.yaml b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.locale.en-US.yaml new file mode 100644 index 0000000000000..039513d736eda --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.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: LukasHermann.stagetimer-io +PackageVersion: 3.5.0 +PackageLocale: en-US +Publisher: Lukas Hermann +PublisherUrl: https://stagetimer.io/ +PrivacyUrl: https://stagetimer.io/privacy-policy/ +Author: Lukas Hermann +PackageName: stagetimer.io +PackageUrl: https://stagetimer.io/desktop-app/ +License: Proprietary +LicenseUrl: https://stagetimer.io/terms-of-service/ +Copyright: Copyright ยฉ 2026 Lukas Hermann +CopyrightUrl: https://stagetimer.io/imprint/ +ShortDescription: Remote-controlled Countdown Timer. +Description: |- + stagetimer.io is a cloud-based professional speaker timer specifically designed for live and hybrid event productions. It allows you to create multiple timers to keep an entire event, conference, or presentation on time. Any internet-capable device can use it and it works on all screen sizes and orientations. + Key features are: + - Sharable links for the controller, viewer, and agenda + - Import tables from Microsoft Excel or Google Scheets via CSV + - Schedule timers, link them together, and change color when approaching 0:00 + - Customizable fonts, colors, and logo + Stagetimerโ€™s desktop app is designed for environments where internet connectivity is unavailable or unreliable, such as remote event locations, conference centers with restricted network access, or corporate environments with regulated internet use. Additionally, using the desktop app can prevent disruptions caused by unexpected internet outages. + This version is available as an installable application for both Mac and Windows. It mirrors the capabilities of the web version, allowing a seamless transition between online and offline modes. The basic features of the offline app are free to download. Each Stagetimer plan includes an offline license key that activates the corresponding paid features in the desktop app. +Tags: +- countdown +- time +- timer +PurchaseUrl: https://stagetimer.io/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://stagetimer.io/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://stagetimer.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.locale.zh-CN.yaml b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6eae3a95f007b --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LukasHermann.stagetimer-io +PackageVersion: 3.5.0 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ่ฟœ็จ‹ๆŽงๅˆถ็š„ๅ€’่ฎกๆ—ถๅ™จใ€‚ +Description: |- + stagetimer.io ๆ˜ฏไธ€ๆฌพๅŸบไบŽไบ‘็ซฏ็š„ไธ“ไธšๆผ”่ฎฒ่ฎกๆ—ถๅทฅๅ…ท๏ผŒไธ“ไธบ็บฟไธ‹ๅŠๆททๅˆๅž‹ๆดปๅŠจๅˆถไฝœ่ฎพ่ฎกใ€‚็”จๆˆทๅฏ้€š่ฟ‡ๅˆ›ๅปบๅคšไธช่ฎกๆ—ถๅ™จ็กฎไฟๆ•ดๅœบๆดปๅŠจใ€ไผš่ฎฎๆˆ–ๆผ”่ฎฒๆต็จ‹ๅ‡†ๆ—ถๆŽจ่ฟ›ใ€‚่ฏฅๅทฅๅ…ทๆ”ฏๆŒๆ‰€ๆœ‰่”็ฝ‘่ฎพๅค‡๏ผŒ้€‚้…ไปปๆ„ๅฑๅน•ๅฐบๅฏธๅ’Œๆ–นๅ‘ใ€‚ + ๆ ธๅฟƒๅŠŸ่ƒฝๅŒ…ๆ‹ฌ๏ผš + - ๅฏๅˆ†ไบซ็š„ๆŽงๅˆถ็ซฏใ€่ง‚ไผ—็ซฏๅŠ่ฎฎ็จ‹้“พๆŽฅ + - ้€š่ฟ‡ CSV ๆ–‡ไปถๅฏผๅ…ฅ Microsoft Excel ๆˆ– Google ่กจๆ ผๆ•ฐๆฎ + - ๅฎšๆ—ถๅ™จๆŽ’็จ‹ใ€ไธฒ่”ๅŠŸ่ƒฝ๏ผŒๅนถๅœจๆŽฅ่ฟ‘้›ถ็‚นๆ—ถ่‡ชๅŠจๅ˜่‰ฒๆ้†’ + - ๅฏ่‡ชๅฎšไน‰ๅญ—ไฝ“ใ€่‰ฒๅฝฉๅŠๅ“็‰Œๆ ‡่ฏ† + Stagetimer ๆกŒ้ข็‰ˆไธ“ไธบ็ฝ‘็ปœไธ็จณๅฎšๆˆ–ๆ— ๆณ•่”็ฝ‘็š„็Žฏๅขƒ่ฎพ่ฎก๏ผŒ้€‚็”จไบŽๅ่ฟœๆดปๅŠจๅœบๅœฐใ€็ฝ‘็ปœๅ—้™็š„ไผš่ฎฎไธญๅฟƒๆˆ–ไธฅๆ ผ็ฎกๆŽง็ฝ‘็ปœ็š„ไผไธš็Žฏๅขƒใ€‚ไฝฟ็”จๆกŒ้ขๅบ”็”จ่ฟ˜่ƒฝ้ฟๅ…็ชๅ‘ๆ–ญ็ฝ‘ๅฏผ่‡ด็š„ๆดปๅŠจไธญๆ–ญใ€‚ + ่ฏฅ็‰ˆๆœฌๆไพ› Mac ๅ’Œ Windows ๅŒๅนณๅฐๅฎ‰่ฃ…็จ‹ๅบ๏ผŒๅฎŒๆ•ดไฟ็•™็ฝ‘้กต็‰ˆๅŠŸ่ƒฝ๏ผŒๆ”ฏๆŒๅœจ็บฟ/็ฆป็บฟๆจกๅผๆ— ็ผๅˆ‡ๆขใ€‚็ฆป็บฟๅบ”็”จๅŸบ็ก€ๅŠŸ่ƒฝๅฏๅ…่ดนไฝฟ็”จ๏ผŒๆฏไธช Stagetimer ่ฎข้˜…ๆ–นๆกˆๅ‡ๅŒ…ๅซ็ฆป็บฟๆŽˆๆƒๅฏ†้’ฅ๏ผŒๅฏ่งฃ้”ๆกŒ้ข็ซฏๅฏนๅบ”็š„ไป˜่ดนๅŠŸ่ƒฝใ€‚ +Tags: +- ๅ€’่ฎกๆ—ถ +- ๆ—ถ้—ด +- ่ฎกๆ—ถๅ™จ +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://stagetimer.io/docs/ +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://stagetimer.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.yaml b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.yaml new file mode 100644 index 0000000000000..095dd0dfd027c --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.5.0/LukasHermann.stagetimer-io.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: LukasHermann.stagetimer-io +PackageVersion: 3.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 77f30d69c0d6fd8bf9a9fd9c2dd1cf78a2f4b08e Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Tue, 24 Mar 2026 11:25:23 +1100 Subject: [PATCH 054/121] New version: badboy.mdbook-toc version 0.15.3 (#350992) --- .../0.15.3/badboy.mdbook-toc.installer.yaml | 26 +++++++++++++++++++ .../badboy.mdbook-toc.locale.en-US.yaml | 19 ++++++++++++++ .../mdbook-toc/0.15.3/badboy.mdbook-toc.yaml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.installer.yaml create mode 100644 manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.locale.en-US.yaml create mode 100644 manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.yaml diff --git a/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.installer.yaml b/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.installer.yaml new file mode 100644 index 0000000000000..cfd8f0aa138cf --- /dev/null +++ b/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.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: badboy.mdbook-toc +PackageVersion: 0.15.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mdbook-toc.exe +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +FileExtensions: +- md +Dependencies: + PackageDependencies: + - PackageIdentifier: Rustlang.mdBook +ReleaseDate: 2026-01-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/badboy/mdbook-toc/releases/download/0.15.3/mdbook-toc-0.15.3-x86_64-pc-windows-msvc.zip + InstallerSha256: 25C83E525C4D8FE653A96A4C0E80B1AA7A5BDEB471A688A10E26ACCDA3C42453 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.locale.en-US.yaml b/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.locale.en-US.yaml new file mode 100644 index 0000000000000..56b24701e27a8 --- /dev/null +++ b/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: badboy.mdbook-toc +PackageVersion: 0.15.3 +PackageLocale: en-US +Publisher: Jan-Erik Rediger +PublisherUrl: https://github.com/badboy +PublisherSupportUrl: https://github.com/badboy/mdbook-toc/issues +Author: Jan-Erik Rediger +PackageName: mdbook-toc +PackageUrl: https://github.com/badboy/mdbook-toc +License: MPL-2.0 +LicenseUrl: https://github.com/badboy/mdbook-toc/blob/HEAD/LICENSE +ShortDescription: A preprocessor for mdbook to add inline Table of Contents support. +ReleaseNotes: 'chore: Release mdbook-toc version 0.15.3' +ReleaseNotesUrl: https://github.com/badboy/mdbook-toc/releases/tag/0.15.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.yaml b/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.yaml new file mode 100644 index 0000000000000..7c8c70c19b4c6 --- /dev/null +++ b/manifests/b/badboy/mdbook-toc/0.15.3/badboy.mdbook-toc.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: badboy.mdbook-toc +PackageVersion: 0.15.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a19d974fe41031bcc29a885084241b004c9b5326 Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Tue, 24 Mar 2026 11:26:37 +1100 Subject: [PATCH 055/121] New version: binbat.live777 version 0.8.1 (#350997) --- .../0.8.1/binbat.live777.installer.yaml | 39 +++++++++++++++++++ .../0.8.1/binbat.live777.locale.en-US.yaml | 32 +++++++++++++++ .../binbat/live777/0.8.1/binbat.live777.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/b/binbat/live777/0.8.1/binbat.live777.installer.yaml create mode 100644 manifests/b/binbat/live777/0.8.1/binbat.live777.locale.en-US.yaml create mode 100644 manifests/b/binbat/live777/0.8.1/binbat.live777.yaml diff --git a/manifests/b/binbat/live777/0.8.1/binbat.live777.installer.yaml b/manifests/b/binbat/live777/0.8.1/binbat.live777.installer.yaml new file mode 100644 index 0000000000000..3e47edf21a268 --- /dev/null +++ b/manifests/b/binbat/live777/0.8.1/binbat.live777.installer.yaml @@ -0,0 +1,39 @@ +# Created with Devicie using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: binbat.live777 +PackageVersion: 0.8.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: install +Commands: +- live777 +ReleaseDate: 2025-07-24 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: live777-v0.8.1-i686-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.8.1/live777-v0.8.1-i686-pc-windows-msvc.zip + InstallerSha256: 7C7F0D30BE8342C8DE5985A4168477AB12A6B16F441D75A39F13A2CC1FA98A0E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: live777-v0.8.1-x86_64-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.8.1/live777-v0.8.1-x86_64-pc-windows-msvc.zip + InstallerSha256: FCEB9B08297688AA109F0B233F4A3E0AEC235BBD8EEE9A8677BDE12045227E5D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: live777-v0.8.1-aarch64-pc-windows-msvc/live777.exe + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.8.1/live777-v0.8.1-aarch64-pc-windows-msvc.zip + InstallerSha256: DE1A717C57CA11F20301DB2024855DCF594A720C66D1BBD542072E66BE9689A2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/binbat/live777/0.8.1/binbat.live777.locale.en-US.yaml b/manifests/b/binbat/live777/0.8.1/binbat.live777.locale.en-US.yaml new file mode 100644 index 0000000000000..b3fb29c0b0f54 --- /dev/null +++ b/manifests/b/binbat/live777/0.8.1/binbat.live777.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: binbat.live777 +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777 +PublisherSupportUrl: https://github.com/binbat/live777/issues +PackageName: live777 +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/HEAD/LICENSE +ShortDescription: A very simple, high performance, edge WebRTC SFU +Tags: +- audio +- rtp +- sfu +- video +- webrtc +- webrtc-server +- webrtc-sfu +- webrtc-whep +- webrtc-whip +- whep +- whip +ReleaseNotes: |- + update dependencies + Full Changelog: v0.8.0...v0.8.1 +ReleaseNotesUrl: https://github.com/binbat/live777/releases/tag/v0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/binbat/live777/0.8.1/binbat.live777.yaml b/manifests/b/binbat/live777/0.8.1/binbat.live777.yaml new file mode 100644 index 0000000000000..dc8be4356b35c --- /dev/null +++ b/manifests/b/binbat/live777/0.8.1/binbat.live777.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: binbat.live777 +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0ae37a497e277c2510104369bee0d266ef34d31b Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Tue, 24 Mar 2026 11:27:55 +1100 Subject: [PATCH 056/121] New version: binbat.whepfrom version 0.8.1 (#351001) --- .../0.8.1/binbat.whepfrom.installer.yaml | 32 +++++++++++++++++++ .../0.8.1/binbat.whepfrom.locale.en-US.yaml | 32 +++++++++++++++++++ .../whepfrom/0.8.1/binbat.whepfrom.yaml | 8 +++++ 3 files changed, 72 insertions(+) create mode 100644 manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.installer.yaml create mode 100644 manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.locale.en-US.yaml create mode 100644 manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.yaml diff --git a/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.installer.yaml b/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.installer.yaml new file mode 100644 index 0000000000000..5f505b361717f --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.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: binbat.whepfrom +PackageVersion: 0.8.1 +InstallerLocale: en-US +InstallerType: portable +UpgradeBehavior: install +Commands: +- whepfrom +ReleaseDate: 2025-07-24 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.8.1/whepfrom-v0.8.1-i686-pc-windows-msvc.exe + InstallerSha256: 7E71EAB6D326244DCB455214DB87231E0197F78C054B8E99929EFB4FFD54F8A7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.8.1/whepfrom-v0.8.1-x86_64-pc-windows-msvc.exe + InstallerSha256: 8CDC12B7E4862E114BB230A291CC964DAD4129302D8E4CAA9E664824FFC66CD3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/binbat/live777/releases/download/v0.8.1/whepfrom-v0.8.1-aarch64-pc-windows-msvc.exe + InstallerSha256: 4F9DCBABE794F3FE2C1163B18C68863904EAF8FDCAE316D51CF8BB1124ED684E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.locale.en-US.yaml b/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.locale.en-US.yaml new file mode 100644 index 0000000000000..0fad37712be37 --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.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: binbat.whepfrom +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: binbat +PublisherUrl: https://github.com/binbat/live777/ +PublisherSupportUrl: https://github.com/binbat/live777/issues +PackageName: whepfrom +PackageUrl: https://github.com/binbat/live777 +License: MPL-2.0 +LicenseUrl: https://github.com/binbat/live777/blob/HEAD/LICENSE +ShortDescription: whepfrom +Tags: +- audio +- rtp +- sfu +- video +- webrtc +- webrtc-server +- webrtc-sfu +- webrtc-whep +- webrtc-whip +- whep +- whip +ReleaseNotes: |- + update dependencies + Full Changelog: v0.8.0...v0.8.1 +ReleaseNotesUrl: https://github.com/binbat/live777/releases/tag/v0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.yaml b/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.yaml new file mode 100644 index 0000000000000..eae1676127f61 --- /dev/null +++ b/manifests/b/binbat/whepfrom/0.8.1/binbat.whepfrom.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: binbat.whepfrom +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f38ea9abb6a43c7c30e2ffba2ac872c413c4f09d Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:28:51 +0100 Subject: [PATCH 057/121] New version: jdx.mise version 2026.3.12 (#351045) --- .../mise/2026.3.12/jdx.mise.installer.yaml | 24 +++++++++++++++ .../mise/2026.3.12/jdx.mise.locale.en-US.yaml | 30 +++++++++++++++++++ manifests/j/jdx/mise/2026.3.12/jdx.mise.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/j/jdx/mise/2026.3.12/jdx.mise.installer.yaml create mode 100644 manifests/j/jdx/mise/2026.3.12/jdx.mise.locale.en-US.yaml create mode 100644 manifests/j/jdx/mise/2026.3.12/jdx.mise.yaml diff --git a/manifests/j/jdx/mise/2026.3.12/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.3.12/jdx.mise.installer.yaml new file mode 100644 index 0000000000000..b8651fecc869f --- /dev/null +++ b/manifests/j/jdx/mise/2026.3.12/jdx.mise.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.3.12 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe +- RelativeFilePath: mise/bin/mise.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.3.12/mise-v2026.3.12-windows-x64.zip + InstallerSha256: 528D5F9BFABB8EAE06964C0E112F9711A4AF4315BFED96F6F50B6C4B67EC6F37 +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.3.12/mise-v2026.3.12-windows-arm64.zip + InstallerSha256: A65BEA150A477F21FAA62E24D45F811D2EDE69DA20AAC43AD17EF3134BC516F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.3.12/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.3.12/jdx.mise.locale.en-US.yaml new file mode 100644 index 0000000000000..fe6bcfbbdc672 --- /dev/null +++ b/manifests/j/jdx/mise/2026.3.12/jdx.mise.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.3.12 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://jdx.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.jdx.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Dev tools, env vars, tasks +Moniker: mise +ReleaseNotes: |- + A small but important release that adds supply chain protection for lockfile upgrades and fixes zsh completions broken by the usage v3.1.0 update. This release also includes the binary assets that were missing from v2026.3.11 due to the completions issue. + Security + - Block GitHub tool upgrades when provenance is lost -- When upgrading a github: backend tool, mise now checks whether the prior locked version had provenance verification (e.g., GitHub Attestations). If the new version lacks provenance that the old version had, the upgrade is blocked with an error indicating a potential supply chain attack. The old provenance-verified lockfile entry is preserved, and the error includes both versions for easy investigation. This check applies to mise lock, mise install, and mise use. #8706 by @jdx + Example error: + github:example/tool@2.0.0 has no provenance verification on linux-x64, + but github:example/tool@1.5.0 had github-attestations. This could indicate + a supply chain attack. Verify the release is authentic before proceeding. + Fixed + - Zsh completions updated for usage v3.1.0 -- The prerendered zsh completion script has been regenerated to match the new output format from usage v3.1.0, which switched from _arguments to _describe and changed quoting behavior. This also fixes the binary build failure that prevented v2026.3.11 from publishing release assets. #8715 by @jdx + Full Changelog: v2026.3.11...v2026.3.12 +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.3.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.3.12/jdx.mise.yaml b/manifests/j/jdx/mise/2026.3.12/jdx.mise.yaml new file mode 100644 index 0000000000000..ff93e5c35831b --- /dev/null +++ b/manifests/j/jdx/mise/2026.3.12/jdx.mise.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: jdx.mise +PackageVersion: 2026.3.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6875461b63bc7a5460a6ddf977a05411d8f3a2d1 Mon Sep 17 00:00:00 2001 From: ggml-bot-2 Date: Tue, 24 Mar 2026 02:29:54 +0200 Subject: [PATCH 058/121] New version: ggml.llamacpp version b8477 (#351077) --- .../b8477/ggml.llamacpp.installer.yaml | 30 +++++++++ .../b8477/ggml.llamacpp.locale.en-US.yaml | 62 +++++++++++++++++++ .../g/ggml/llamacpp/b8477/ggml.llamacpp.yaml | 8 +++ 3 files changed, 100 insertions(+) create mode 100644 manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.installer.yaml create mode 100644 manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.locale.en-US.yaml create mode 100644 manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.yaml diff --git a/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..62bb31a47e79e --- /dev/null +++ b/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b8477 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-23 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b8477/llama-b8477-bin-win-vulkan-x64.zip + InstallerSha256: A2DC0E48621824683EF74AC27D360EABB4F4AFB65E16338D63E3BCF4364EF223 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..95dde35ff52dd --- /dev/null +++ b/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b8477 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + mtmd: Add dynamic high-resolution image preprocessing for InternVL model (#20847) + - added support for internvl's dynamic high-resolution (Qianfan-OCR needed) + - add min/max dynamic patch to gguf meta + - clean up + - simplified handling min/max dynamic patch + - reuse llava_uhd logic for slice images + - provide default values for older models + - flake8 + - prevent writing 0 value to gguf + - remove duplicated resolution candidates with a better algorithm + - fix indentation + - format + - add protection from divide by zero + - change to 0 to be safe + Co-authored-by: Xuan Son Nguyen son@huggingface.co + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu s390x (CPU) + - Ubuntu x64 (OpenVINO) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.1 DLLs + - Windows x64 (Vulkan) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b8477 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..e8b31ea9ef909 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b8477/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b8477 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 274c8f4d6c089e13cc1b98ec46dd3840ae48861c Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Tue, 24 Mar 2026 11:30:49 +1100 Subject: [PATCH 059/121] New version: Coq.CoqPlatform version 2025.08.2 (#351095) --- .../2025.08.2/Coq.CoqPlatform.installer.yaml | 27 +++++++++ .../Coq.CoqPlatform.locale.en-US.yaml | 58 +++++++++++++++++++ .../2025.08.2/Coq.CoqPlatform.yaml | 8 +++ 3 files changed, 93 insertions(+) create mode 100644 manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.installer.yaml create mode 100644 manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.locale.en-US.yaml create mode 100644 manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.yaml diff --git a/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.installer.yaml b/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.installer.yaml new file mode 100644 index 0000000000000..436093c77cfb9 --- /dev/null +++ b/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.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 +PackageVersion: 2025.08.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Rocq-Platform~9.0~2025.08 +ReleaseDate: 2026-02-19 +AppsAndFeaturesEntries: +- DisplayName: Coq-Platform~9.0~2025.08 + Publisher: The Rocq Team + DisplayVersion: ~9.0~2025.08 + ProductCode: Coq-Platform~9.0~2025.08 +InstallationMetadata: + DefaultInstallLocation: C:\Coq-Platform~9.0~2025.08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rocq-prover/platform/releases/download/2025.08.2/signed_Rocq-Platform-release-2025.08.2-version.9.0.2025.08-Windows-x86_64.exe + InstallerSha256: 4444BF4EF1039415F950CBAFB970E0064E4392354E5508634E3D89EB339213C2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.locale.en-US.yaml b/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.locale.en-US.yaml new file mode 100644 index 0000000000000..146b9719dcd73 --- /dev/null +++ b/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.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 +PackageVersion: 2025.08.2 +PackageLocale: en-US +Publisher: The Coq Team +PublisherUrl: https://github.com/coq/platform +PublisherSupportUrl: https://github.com/coq/platform/issues +Author: Coq +PackageName: Coq +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: |- + This is a minor release to bump version of rocq-hierarchy-builder to 1.10.2 + The remainder of the release notes is a copy of 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 (we are working on a replacement) + General information + See README for general information and installation of Rocq Platform. + 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 + 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 as possible 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 as possible 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 as possible 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 + Installers + Binary installers are provided for Rocq 9.0. The Installer for MacOS Apple silicon and the Windows installer can be downloaded below. +ReleaseNotesUrl: https://github.com/rocq-prover/platform/releases/tag/2025.08.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.yaml b/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.yaml new file mode 100644 index 0000000000000..7e1e31d0fcaa2 --- /dev/null +++ b/manifests/c/Coq/CoqPlatform/2025.08.2/Coq.CoqPlatform.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 +PackageVersion: 2025.08.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4445dd9459f24fa6b78162ed8005546e7463d362 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Tue, 24 Mar 2026 01:31:45 +0100 Subject: [PATCH 060/121] New version: Unibo.Alchemist version 43.0.21 (#351291) --- .../43.0.21/Unibo.Alchemist.installer.yaml | 23 +++++++++++++++++++ .../43.0.21/Unibo.Alchemist.locale.en-US.yaml | 20 ++++++++++++++++ .../Alchemist/43.0.21/Unibo.Alchemist.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.installer.yaml create mode 100644 manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.locale.en-US.yaml create mode 100644 manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.yaml diff --git a/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.installer.yaml b/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.installer.yaml new file mode 100644 index 0000000000000..c490e105f98f1 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.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: Unibo.Alchemist +PackageVersion: 43.0.21 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{8C92DAE9-DF36-371C-A749-5F8B66D333AB}' +AppsAndFeaturesEntries: +- DisplayName: alchemist + Publisher: Unknown + ProductCode: '{8C92DAE9-DF36-371C-A749-5F8B66D333AB}' + UpgradeCode: '{4342BF32-7612-3295-9D0C-A06586CDA5D4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\alchemist' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AlchemistSimulator/Alchemist/releases/download/43.0.21/alchemist-43.0.21.msi + InstallerSha256: 805C037CC9742442BDDE6AE1AF37958FAC2672C56BF85A49C50F040ACAA9372D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-23 diff --git a/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.locale.en-US.yaml b/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.locale.en-US.yaml new file mode 100644 index 0000000000000..bf754a7634a57 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.21 +PackageLocale: en-US +Publisher: Unibo +PublisherUrl: https://github.com/AlchemistSimulator +PublisherSupportUrl: https://github.com/AlchemistSimulator/Alchemist/issues +PackageName: Alchemist +PackageUrl: https://github.com/AlchemistSimulator/Alchemist +License: GPLv3 +LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/HEAD/LICENSE.md +ShortDescription: an extensible simulator for pervasive computing +ReleaseNotesUrl: https://github.com/AlchemistSimulator/Alchemist/releases/tag/43.0.21 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/AlchemistSimulator/Alchemist/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.yaml b/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.yaml new file mode 100644 index 0000000000000..1022840694885 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.21/Unibo.Alchemist.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: Unibo.Alchemist +PackageVersion: 43.0.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 300e7e40e39b2a5a10ec03f2477ba9fcdffbbcdf Mon Sep 17 00:00:00 2001 From: matchmycolor <124382317+matchmycolor@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:33:17 +0100 Subject: [PATCH 061/121] New version: matchmycolor.ColibriAlpha version 26.2.0.16708 (#351298) --- .../matchmycolor.ColibriAlpha.installer.yaml | 6 +++--- .../matchmycolor.ColibriAlpha.locale.en-US.yaml | 2 +- .../matchmycolor.ColibriAlpha.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename manifests/m/matchmycolor/ColibriAlpha/{26.2.0.16705 => 26.2.0.16708}/matchmycolor.ColibriAlpha.installer.yaml (79%) rename manifests/m/matchmycolor/ColibriAlpha/{26.2.0.16705 => 26.2.0.16708}/matchmycolor.ColibriAlpha.locale.en-US.yaml (95%) rename manifests/m/matchmycolor/ColibriAlpha/{26.2.0.16705 => 26.2.0.16708}/matchmycolor.ColibriAlpha.yaml (86%) diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.installer.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.installer.yaml similarity index 79% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.installer.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.installer.yaml index 73945be55c46f..120066a307712 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.installer.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.16705 +PackageVersion: 26.2.0.16708 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.378.exe - InstallerSha256: 4F8CBD9DA74A84C504D7BF55CB1FF9DA2939191A6E33160EF7C6AE12DD82D488 + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.381.exe + InstallerSha256: 1CBEA07366AADEA9DDDE0406EC869E0ABB5B50FB2462BDB53E26D334DEE58F8C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.locale.en-US.yaml index 2cc23a09f435f..0d838cc0b55a5 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.16705 +PackageVersion: 26.2.0.16708 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.yaml similarity index 86% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.yaml index f8612db4c2851..ea1f70e568145 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16705/matchmycolor.ColibriAlpha.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16708/matchmycolor.ColibriAlpha.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.16705 +PackageVersion: 26.2.0.16708 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From ffbd5fc19b8d0b34b531e44bbc4c587397cf6541 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:34:30 +0800 Subject: [PATCH 062/121] New version: Discord.Discord.Canary version 1.0.876 (#351304) --- .../Discord.Discord.Canary.installer.yaml | 20 +++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.876/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..5756fe14d4fdb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.876 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.876/DiscordCanarySetup.exe + InstallerSha256: E6836CFB0BD53D3B39304367EC62380B01F233D4EF48A635CBF8A8A19E7AC816 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..f6df87f4f5a86 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.876 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e4ae6c5ee5a26 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.876 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: ไธ“ๆœ‰่ฝฏไปถ +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..890023fd43d3c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.876/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.876 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 751e36ce4e6da9662b77cfb9407db8aa9ae47ab9 Mon Sep 17 00:00:00 2001 From: Mitch Cotter Date: Tue, 24 Mar 2026 12:05:28 +1100 Subject: [PATCH 063/121] New version: Innovaphone.myApps version 15.1.0665 (#349569) --- .../Innovaphone.myApps.installer.yaml | 33 +++++++++++++++++++ .../Innovaphone.myApps.locale.en-US.yaml | 18 ++++++++++ .../myApps/15.1.0665/Innovaphone.myApps.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.installer.yaml create mode 100644 manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.locale.en-US.yaml create mode 100644 manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.yaml diff --git a/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.installer.yaml b/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.installer.yaml new file mode 100644 index 0000000000000..fd5b3b5ddff14 --- /dev/null +++ b/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Innovaphone.myApps +PackageVersion: 15.1.0665 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\innovaphone\myApps' +Installers: +- Architecture: x86 + InstallerUrl: https://store.innovaphone.com/release/1610173/innovaphone-appstore?filename=1510665myappswindowsmyAppsSetup32.msi&nameout=myAppsSetup32.msi&update=true + InstallerSha256: F3016EF25866E0B2E38EDAA195FB8957FE418CCE0510F773D612DF8D019609F8 + ProductCode: '{37420C90-A7EB-4A55-8BD1-363728A35F89}' + AppsAndFeaturesEntries: + - DisplayName: innovaphone myApps 1510665 + ProductCode: '{37420C90-A7EB-4A55-8BD1-363728A35F89}' + UpgradeCode: '{41FF4E29-A422-46F6-8C0F-F7D9B30A32B6}' +- Architecture: x64 + InstallerUrl: https://store.innovaphone.com/release/1610173/innovaphone-appstore?filename=1510665myappswindowsmyAppsSetup.msi&nameout=myAppsSetup.msi&update=true + InstallerSha256: CB6712EE0BA31CCDDEC62F0ADCCB8CDBE315C09BC36D7894485319888993AFB3 + ProductCode: '{C863A9E5-BE43-48E7-AD7B-E9D0CEC7C22A}' + AppsAndFeaturesEntries: + - DisplayName: innovaphone myApps 1510665 + ProductCode: '{C863A9E5-BE43-48E7-AD7B-E9D0CEC7C22A}' + UpgradeCode: '{41FF4E29-A422-46F6-8C0F-F7D9B30A32B6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.locale.en-US.yaml b/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.locale.en-US.yaml new file mode 100644 index 0000000000000..f450ed514e503 --- /dev/null +++ b/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Innovaphone.myApps +PackageVersion: 15.1.0665 +PackageLocale: en-US +Publisher: innovaphone AG +PublisherUrl: https://www.innovaphone.com/ +PublisherSupportUrl: https://www.innovaphone.com/en/support.html +Author: innovaphone AG +PackageName: innovaphone myApps +PackageUrl: https://store.innovaphone.com/release/1610173/download.htm +License: Proprietary +LicenseUrl: https://www.innovaphone.com/en/services/licenses.html +Copyright: ยฉ innovaphone AG +ShortDescription: Unified communications and collaboration client providing access to business apps, telephony, and enterprise tools within the innovaphone myApps platform. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.yaml b/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.yaml new file mode 100644 index 0000000000000..fab21f5914c11 --- /dev/null +++ b/manifests/i/Innovaphone/myApps/15.1.0665/Innovaphone.myApps.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: Innovaphone.myApps +PackageVersion: 15.1.0665 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ff55b5bf11bc1faad74e964c82b6f58251d79da6 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:06:18 +0800 Subject: [PATCH 064/121] New version: NDI.NDIRuntime version 6.3.1.0 (#347592) --- .../6.3.0.3/NDI.NDIRuntime.locale.en-US.yaml | 20 --------- .../NDI.NDIRuntime.installer.yaml | 41 ++++++++----------- .../6.3.1.0/NDI.NDIRuntime.locale.en-US.yaml | 34 +++++++++++++++ .../6.3.1.0/NDI.NDIRuntime.locale.zh-CN.yaml | 13 ++++++ .../{6.3.0.3 => 6.3.1.0}/NDI.NDIRuntime.yaml | 16 ++++---- 5 files changed, 73 insertions(+), 51 deletions(-) delete mode 100644 manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.locale.en-US.yaml rename manifests/n/NDI/NDIRuntime/{6.3.0.3 => 6.3.1.0}/NDI.NDIRuntime.installer.yaml (61%) create mode 100644 manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.locale.en-US.yaml create mode 100644 manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.locale.zh-CN.yaml rename manifests/n/NDI/NDIRuntime/{6.3.0.3 => 6.3.1.0}/NDI.NDIRuntime.yaml (73%) diff --git a/manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.locale.en-US.yaml b/manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.locale.en-US.yaml deleted file mode 100644 index 9e6ba4f3ca036..0000000000000 --- a/manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: NDI.NDIRuntime -PackageVersion: 6.3.0.3 -PackageLocale: en-US -Publisher: NDI -PublisherUrl: https://ndi.video/ -PackageName: NDI Runtime -License: Proprietary -Copyright: Copyright ยฉ Vizrt NDI AB. All rights reserved. -ShortDescription: NDI Runtime Installer -Description: Bring NDI support to specific applications that require NDI libraries but their installers do not bundle them. -Moniker: ndiruntime -Tags: -- libndi -- ndi -- runtime -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.installer.yaml b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.installer.yaml similarity index 61% rename from manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.installer.yaml rename to manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.installer.yaml index 8b1f6375fe69e..21cd1a640f4c6 100644 --- a/manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.installer.yaml +++ b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.installer.yaml @@ -1,23 +1,18 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: NDI.NDIRuntime -PackageVersion: 6.3.0.3 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: '{71AFF296-ED43-4166-8301-4649285EE712}_is1' -ReleaseDate: 2026-01-21 -AppsAndFeaturesEntries: -- DisplayName: NDI 6 Runtime - ProductCode: '{71AFF296-ED43-4166-8301-4649285EE712}_is1' -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NDI\NDI 6 Runtime\v6' -Installers: -- Architecture: x86 - InstallerUrl: https://downloads.ndi.tv/SDK/NDI_SDK/NDI%206%20Runtime.exe - InstallerSha256: 3A6FE9BBE3847DA45996F053790CDD76BC62569E43A045A126D60CFE171B56B5 -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NDI.NDIRuntime +PackageVersion: 6.3.1.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{71AFF296-ED43-4166-8301-4649285EE712}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NDI\NDI 6 Runtime\v6' +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.ndi.tv/SDK/NDI_SDK/NDI%206%20Runtime.exe + InstallerSha256: 08CBC30DA4797BF909F8DB4707EE417FE5461ED3950F8F139CEE0649F8013427 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.locale.en-US.yaml b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.locale.en-US.yaml new file mode 100644 index 0000000000000..dbf48e526791e --- /dev/null +++ b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.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: NDI.NDIRuntime +PackageVersion: 6.3.1.0 +PackageLocale: en-US +Publisher: NDI +PublisherUrl: https://ndi.video/ +PublisherSupportUrl: https://ndi.video/resources/support/ +PrivacyUrl: https://ndi.video/privacy-policy/ +Author: Vizrt NDI AB +PackageName: NDI Runtime +PackageUrl: https://docs.ndi.video/all/using-ndi/using-ndi-with-software/getting-started-with-ndi-in-obs-for-windows-or-mac +License: Proprietary +Copyright: Copyright ยฉ Vizrt NDI AB. All rights reserved. +ShortDescription: Bring NDI support to specific applications that require NDI libraries but their installers do not bundle them. +Moniker: ndiruntime +Tags: +- libndi +- ndi +- runtime +ReleaseNotes: |- + Fixed + - Potential deadlock issue in the new discovery server with sources for older versions + - Rare rash in Premiere Pro on Mac when enabling NDI output and allowing network access + - Issue where NDI Webcam fails to auto launch at starup if the selected source is unavailable + - NDI Bridge Service auto-start issue where the service appeared running but failed to start + - Added new command-line options in the NDI Recording tool. Please refer to the SDK documentation for details. +ReleaseNotesUrl: https://docs.ndi.video/all/using-ndi/ndi-tools/release-notes +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.ndi.video/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.locale.zh-CN.yaml b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b704959ac0832 --- /dev/null +++ b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NDI.NDIRuntime +PackageVersion: 6.3.1.0 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ไธบ้‚ฃไบ›้œ€่ฆ NDI ๅบ“ไฝ†ๅ…ถๅฎ‰่ฃ…็จ‹ๅบๆœชๆ†็ป‘่ฟ™ไบ›ๅบ“็š„็‰นๅฎšๅบ”็”จ็จ‹ๅบๆไพ› NDI ๆ”ฏๆŒใ€‚ +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://docs.ndi.video/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.yaml b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.yaml similarity index 73% rename from manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.yaml rename to manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.yaml index db72834ef9fb5..e16bc1252d096 100644 --- a/manifests/n/NDI/NDIRuntime/6.3.0.3/NDI.NDIRuntime.yaml +++ b/manifests/n/NDI/NDIRuntime/6.3.1.0/NDI.NDIRuntime.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: NDI.NDIRuntime -PackageVersion: 6.3.0.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NDI.NDIRuntime +PackageVersion: 6.3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ca43267c760bb48f1a886a2cd589d525795b7e50 Mon Sep 17 00:00:00 2001 From: K4i Date: Tue, 24 Mar 2026 02:06:22 +0100 Subject: [PATCH 065/121] New version: rexpose.rexpose 1.3.2 (#349829) Co-authored-by: goreleaserbot --- .../1.3.2/rexpose.rexpose.installer.yaml | 18 ++++++++++++++++++ .../1.3.2/rexpose.rexpose.locale.en-US.yaml | 12 ++++++++++++ .../rexpose/rexpose/1.3.2/rexpose.rexpose.yaml | 7 +++++++ 3 files changed, 37 insertions(+) create mode 100644 manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.installer.yaml create mode 100644 manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.locale.en-US.yaml create mode 100644 manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.yaml diff --git a/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.installer.yaml b/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.installer.yaml new file mode 100644 index 0000000000000..096c16db7e28d --- /dev/null +++ b/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.installer.yaml @@ -0,0 +1,18 @@ +# 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: rexpose.rexpose +PackageVersion: 1.3.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-18" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: rexpose.exe + PortableCommandAlias: rexpose + InstallerUrl: https://github.com/rexpose/rexpose/releases/download/1.3.2/rexpose_Windows_x86_64.zip + InstallerSha256: 75fd23da57dd4537da2714f35024dfccdf29262fee0921305f2b943ec59ea017 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.locale.en-US.yaml b/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.locale.en-US.yaml new file mode 100644 index 0000000000000..835a544244ccd --- /dev/null +++ b/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.locale.en-US.yaml @@ -0,0 +1,12 @@ +# 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: rexpose.rexpose +PackageVersion: 1.3.2 +PackageLocale: en-US +Publisher: k4i6 +PackageName: rexpose +License: mit +ShortDescription: A reverse proxy to expose TCP and UDP services behind any NAT via a public server. +Moniker: rexpose +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.yaml b/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.yaml new file mode 100644 index 0000000000000..49035d0a36526 --- /dev/null +++ b/manifests/r/rexpose/rexpose/1.3.2/rexpose.rexpose.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: rexpose.rexpose +PackageVersion: 1.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 90bf0d74b5dba7fb71d8b03b8e1635189d2ec63a Mon Sep 17 00:00:00 2001 From: acorn-io-bot <105877126+acorn-io-bot@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:07:16 -0400 Subject: [PATCH 066/121] New version: obot-platform.obot version v0.18.0 (#350189) --- .../v0.18.0/obot-platform.obot.installer.yaml | 17 ++++++++++++++ .../obot-platform.obot.locale.en-US.yaml | 23 +++++++++++++++++++ .../obot/v0.18.0/obot-platform.obot.yaml | 8 +++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.installer.yaml create mode 100644 manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.locale.en-US.yaml create mode 100644 manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.yaml diff --git a/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.installer.yaml b/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.installer.yaml new file mode 100644 index 0000000000000..f1fe9702fc6e5 --- /dev/null +++ b/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.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: obot-platform.obot +PackageVersion: v0.18.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: obot.exe + PortableCommandAlias: obot +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/obot-platform/obot/releases/download/v0.18.0/obot_v0.18.0_windows_amd64.zip + InstallerSha256: 1D0FA6A49F4CA6E66DB0B2483534BD89F02208E32C36D7D590FFD6AAFE7A404B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-19 diff --git a/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.locale.en-US.yaml b/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.locale.en-US.yaml new file mode 100644 index 0000000000000..0ef6651244dcf --- /dev/null +++ b/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: obot-platform.obot +PackageVersion: v0.18.0 +PackageLocale: en-US +Publisher: Acorn Labs, Inc +PublisherUrl: https://github.com/obot-platform +PublisherSupportUrl: https://github.com/obot-platform/obot/issues +PackageName: obot +PackageUrl: https://github.com/obot-platform/obot +License: Apache 2.0 +ShortDescription: Obot is an open source enterprise agent platform. +Tags: +- ai +- mcp +- modelcontextprotocol +ReleaseNotesUrl: https://github.com/obot-platform/obot/releases/tag/v0.18.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/obot-platform/obot/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.yaml b/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.yaml new file mode 100644 index 0000000000000..1cf031743a1bf --- /dev/null +++ b/manifests/o/obot-platform/obot/v0.18.0/obot-platform.obot.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: obot-platform.obot +PackageVersion: v0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 756c5c1bff0332fa574ddd2855ed9e103f211826 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:08:09 +0800 Subject: [PATCH 067/121] New version: Opera.Opera.Dev version 130.0.5846.0 (#351136) --- .../Opera.Opera.Dev.installer.yaml | 68 +++++++++++++++++++ .../Opera.Opera.Dev.locale.en-US.yaml | 33 +++++++++ .../Opera.Opera.Dev.locale.zh-CN.yaml | 31 +++++++++ .../Dev/130.0.5846.0/Opera.Opera.Dev.yaml | 8 +++ 4 files changed, 140 insertions(+) create mode 100644 manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.installer.yaml create mode 100644 manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.locale.en-US.yaml create mode 100644 manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.locale.zh-CN.yaml create mode 100644 manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.yaml diff --git a/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.installer.yaml b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.installer.yaml new file mode 100644 index 0000000000000..0f437d71fd7c8 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 130.0.5846.0 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operadeveloper +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5846.0/win/Opera_Developer_130.0.5846.0_Setup.exe + InstallerSha256: 9A5D11034F08DCF9758364C80E69DD4CAE913D7E6AFE6AB2F8AC5649E6DB0887 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5846.0/win/Opera_Developer_130.0.5846.0_Setup.exe + InstallerSha256: 9A5D11034F08DCF9758364C80E69DD4CAE913D7E6AFE6AB2F8AC5649E6DB0887 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5846.0/win/Opera_Developer_130.0.5846.0_Setup_x64.exe + InstallerSha256: 7C8358143EF84A53D803437BB898EDF9127F403C84AFDD459BC8EA45FD97C52E + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5846.0/win/Opera_Developer_130.0.5846.0_Setup_x64.exe + InstallerSha256: 7C8358143EF84A53D803437BB898EDF9127F403C84AFDD459BC8EA45FD97C52E + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5846.0/win/Opera_Developer_130.0.5846.0_Setup_arm64.exe + InstallerSha256: 17922FB1DFA8F08B5790B2BB6A919E89EC025C6BE6C3318E987898CE47875B87 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5846.0/win/Opera_Developer_130.0.5846.0_Setup_arm64.exe + InstallerSha256: 17922FB1DFA8F08B5790B2BB6A919E89EC025C6BE6C3318E987898CE47875B87 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.locale.en-US.yaml b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.locale.en-US.yaml new file mode 100644 index 0000000000000..0cc90beed6b22 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.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: Opera.Opera.Dev +PackageVersion: 130.0.5846.0 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera developer +PackageUrl: https://www.opera.com/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright ยฉ 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online. +Description: Opera is a multi-platform web browser developed by Opera Software. Opera is a Chromium-based browser. It distinguishes itself from other browsers through its user interface, functionality, and other features. +Moniker: opera-dev +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.locale.zh-CN.yaml b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7f56a6a6a211 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.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: Opera.Opera.Dev +PackageVersion: 130.0.5846.0 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera developer +PackageUrl: https://www.opera.com/zh-cn/browsers/opera +License: ๅ…่ดน่ฝฏไปถ +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: ็‰ˆๆƒๆ‰€ๆœ‰ ยฉ 1995-2026 Opera Software ASใ€‚ไฟ็•™ๆ‰€ๆœ‰ๆƒๅˆฉใ€‚ +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera ๆต่งˆๅ™จ่ฎฉๆ‚จๅฏไปฅ็งๅฏ†ใ€ๅฎ‰ๅ…จๅ’Œ้ซ˜ๆ•ˆๅœฐๆต่งˆ๏ผŒ่ฟ˜ๆœ‰ๅ„็ง็‹ฌ็‰นๅŠŸ่ƒฝๆ้ซ˜ๆ‚จ็š„ไธŠ็ฝ‘ๅ†ฒๆตช่ƒฝๅŠ›ใ€‚ +Description: Opera ๆ˜ฏ Opera ่ฝฏไปถๅ…ฌๅธๅผ€ๅ‘็š„ๅคšๅนณๅฐ็ฝ‘็ปœๆต่งˆๅ™จใ€‚Opera ๆ˜ฏไธ€ๆฌพๅŸบไบŽ Chromium ็š„ๆต่งˆๅ™จ๏ผŒๅœจ็”จๆˆท็•Œ้ขใ€ๅŠŸ่ƒฝๅ’Œๅ…ถๅฎƒ็‰นๆ€งไธŠไธŽๅ…ถๅฎƒๆต่งˆๅ™จๆœ‰ๆ‰€ไธๅŒใ€‚ +Tags: +- chromium +- ไบ’่”็ฝ‘ +- ๆต่งˆๅ™จ +- ็ฝ‘้กต +Documentations: +- DocumentLabel: ๆ•™็จ‹ + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.yaml b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.yaml new file mode 100644 index 0000000000000..273f22729f97e --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5846.0/Opera.Opera.Dev.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 130.0.5846.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a444aa7b84fd285aee570b75d76696e587106283 Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Tue, 24 Mar 2026 02:10:01 +0100 Subject: [PATCH 068/121] New version: Mozilla.Firefox.Nightly.MSIX version 150.2603.2300.0 (#351205) --- ...ozilla.Firefox.Nightly.MSIX.installer.yaml | 28 +++++++++---------- ...lla.Firefox.Nightly.MSIX.locale.en-US.yaml | 2 +- .../Mozilla.Firefox.Nightly.MSIX.yaml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{150.2603.109.0 => 150.2603.2300.0}/Mozilla.Firefox.Nightly.MSIX.installer.yaml (55%) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{150.2603.109.0 => 150.2603.2300.0}/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml (94%) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{150.2603.109.0 => 150.2603.2300.0}/Mozilla.Firefox.Nightly.MSIX.yaml (85%) diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 55% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index 9820227b707ad..026dae40141ac 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 150.2603.109.0 +PackageVersion: 150.2603.2300.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.17763.0 @@ -25,28 +25,28 @@ FileExtensions: PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 RestrictedCapabilities: - runFullTrust -ReleaseDate: 2026-03-01 +ReleaseDate: 2026-03-23 AppsAndFeaturesEntries: - DisplayName: Firefox Nightly Publisher: Mozilla Corporation Installers: - Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-01-09-10-22-mozilla-central/firefox-150.0a1.multi.win32.installer.msix - InstallerSha256: BD4E2E2FA6CC2FDE852B9ED231BD9449783FAA8348FBB0E50A9B11BEE681D903 - SignatureSha256: 4F4143EF04144BC919AFCB1F74A99222928DE185BEEC5F993FC006BA443FCEF5 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-23-00-18-04-mozilla-central/firefox-150.0a1.multi.win32.installer.msix + InstallerSha256: 0E8C14156EDD5BDEAC1DC68E0176EDD761915E78F1F42A5EB96AF393A579C387 + SignatureSha256: 55A744AD20D74E6B4052D40A7929FC56A891EE03194965E2EC9CB887E3632DDD InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.109.0_x86__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.2300.0_x86__jag0gd4e3s9p2' - Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-01-09-10-22-mozilla-central/firefox-150.0a1.multi.win64.installer.msix - InstallerSha256: 5CA5F503096F5C2205E059547AA498F8432E7A0B0227BA9449BC8C0FEDE4B621 - SignatureSha256: 1452495D00883C3A433CD2876C951274309510A809996E6797E1874F5C6C30EE + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-23-00-18-04-mozilla-central/firefox-150.0a1.multi.win64.installer.msix + InstallerSha256: 9DB7FD7ABA089467D0B8FCA31D066C9AF1FF4084449111E84F3FDFBF36C64238 + SignatureSha256: A88A23DC8C3A403173619EDE99E5079F8D6777EE8C4C62E1418D3B7F9E3C1FDA InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.109.0_x64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.2300.0_x64__jag0gd4e3s9p2' - Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-01-09-10-22-mozilla-central/firefox-150.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: F29987D52FD1BE88985BFEA54C18C955E793AFA482B07C88204CD6ADCFDD4980 - SignatureSha256: 99057983A7FD2BEE4274D3E4C42188F3E15583DB8A34B17BF3D3F482FFD37B3C + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-23-00-18-04-mozilla-central/firefox-150.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: 0FF74BF09505C55812F4239A0D1DADED4925059C92A302241BA0E0C4979B7FAC + SignatureSha256: 86314714455BBF3E225E420364EB22C035DEC2B59C70661271A8AD3F05775D7B InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.109.0_arm64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.2300.0_arm64__jag0gd4e3s9p2' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 94% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index aceb519e7ae2a..8bcba0e797784 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 150.2603.109.0 +PackageVersion: 150.2603.2300.0 PackageLocale: en-US Publisher: Mozilla PublisherUrl: https://www.mozilla.org/ diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.yaml similarity index 85% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.yaml index 9c4098ced71c0..c3cf25898eca5 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.109.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.2300.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 150.2603.109.0 +PackageVersion: 150.2603.2300.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 1fbe6424406edad15b23580c4aa4899a0b831273 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:10:57 +0800 Subject: [PATCH 069/121] New version: NetEase.LobsterAI version 2026.3.23 (#351240) --- .../NetEase.LobsterAI.installer.yaml | 26 +++++++++ .../NetEase.LobsterAI.locale.en-US.yaml | 37 +++++++++++++ .../NetEase.LobsterAI.locale.zh-CN.yaml | 55 +++++++++++++++++++ .../2026.3.23/NetEase.LobsterAI.yaml | 8 +++ 4 files changed, 126 insertions(+) create mode 100644 manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.installer.yaml create mode 100644 manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.en-US.yaml create mode 100644 manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.zh-CN.yaml create mode 100644 manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.yaml diff --git a/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.installer.yaml b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.installer.yaml new file mode 100644 index 0000000000000..4fc82738c49bd --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.3.23 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 63515710-f48a-5414-a457-1d6072fae8c4 +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.3.23/LobsterAI--win-x64.exe + InstallerSha256: 7F9E742E72999F430BF56A28BDD0275CA1FB6B1180407B209B4B2DD29243369A + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.3.23/LobsterAI--win-x64.exe + InstallerSha256: 7F9E742E72999F430BF56A28BDD0275CA1FB6B1180407B209B4B2DD29243369A + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.en-US.yaml b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.en-US.yaml new file mode 100644 index 0000000000000..864b4ed7065d2 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.3.23 +PackageLocale: en-US +Author: NetEase Youdao Information Technology (Beijing) Co., Ltd. +PackageUrl: https://lobsterai.youdao.com/#/en/index +ShortDescription: A 24/7 personal assistant Agent that gets things done +Description: |- + LobsterAI is an all-in-one personal assistant Agent developed by NetEase Youdao. It works around the clock to handle your everyday tasks โ€” data analysis, making presentations, generating videos, writing documents, searching the web, sending emails, scheduling tasks, and more. + At its core is Cowork mode โ€” it executes tools, manipulates files, and runs commands in a local or sandboxed environment, all under your supervision. You can also chat with agent via Telegram, Discord, DingTalk or Feishu (Lark) and get work done from your phone anytime, anywhere. + Key Features + - All-in-One Productivity Assistant โ€” Data analysis, PPT creation, video generation, document writing, web search, email โ€” covers the full range of daily work + - Local + Sandbox Execution โ€” Run tasks directly on your machine or in an isolated Alpine Linux sandbox + - Built-in Skills โ€” Office document generation, web search, Playwright automation, Remotion video generation, and more + - Windows Built-in Python Runtime โ€” Windows packages bundle a ready-to-use Python interpreter runtime; Python skill dependencies can be installed on demand + - Scheduled Tasks โ€” Create recurring tasks via conversation or the GUI โ€” daily news digests, inbox cleanup, periodic report generation, and more + - Persistent Memory โ€” Automatically extracts user preferences and personal facts from conversations, remembers your habits across sessions, and gets smarter the more you use it + - Mobile via IM โ€” Control your Agent remotely from your phone through Telegram, Discord, DingTalk, or Feishu + - Permission Gating โ€” All tool invocations require explicit user approval before execution + - Cross-Platform โ€” macOS (Intel + Apple Silicon), Windows, Linux desktop, plus mobile coverage via IM + - Local Data โ€” SQLite storage keeps your chat history and configuration on your device +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://lobsterai.youdao.com/#/en/changelog +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://lobsterai.youdao.com/#/en/docs/lobsterai_user_manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.zh-CN.yaml b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..60ccd5e8f3290 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.locale.zh-CN.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.3.23 +PackageLocale: zh-CN +Publisher: LobsterAI +PublisherUrl: https://www.youdao.com/ +PublisherSupportUrl: https://github.com/netease-youdao/LobsterAI/issues +Author: ็ฝ‘ๆ˜“ๆœ‰้“ไฟกๆฏๆŠ€ๆœฏ๏ผˆๅŒ—ไบฌ๏ผ‰ๆœ‰้™ๅ…ฌๅธ +PackageName: LobsterAI +PackageUrl: https://lobsterai.youdao.com/ +License: MIT +LicenseUrl: https://github.com/netease-youdao/LobsterAI/blob/HEAD/LICENSE +Copyright: ยฉ 2026 NetEase Youdao +CopyrightUrl: https://c.youdao.com/dict/hardware/lobsterai/lobsterai_service.html +ShortDescription: ไธ€ไธช 7ร—24 ๅฐๆ—ถๅธฎไฝ ๅนฒๆดป็š„ๅ…จๅœบๆ™ฏไธชไบบๅŠฉ็† Agent +Description: |- + LobsterAI ๆ˜ฏ็”ฑ็ฝ‘ๆ˜“ๆœ‰้“ๅผ€ๅ‘็š„ๅ…จๅœบๆ™ฏไธชไบบๅŠฉ็† Agentใ€‚ๅฎƒ 7ร—24 ๅฐๆ—ถๅพ…ๅ‘ฝ๏ผŒ่ƒฝๅคŸๅธฎไฝ ๅฎŒๆˆๆ—ฅๅธธๅŠžๅ…ฌไธญ็š„ๅ„็ฑปไบ‹ๅŠก โ€”โ€” ๆ•ฐๆฎๅˆ†ๆžใ€ๅˆถไฝœ PPTใ€็”Ÿๆˆ่ง†้ข‘ใ€ๆ’ฐๅ†™ๆ–‡ๆกฃใ€ๆœ็ดขไฟกๆฏใ€ๆ”ถๅ‘้‚ฎไปถใ€ๅฎšๆ—ถไปปๅŠก๏ผŒไปฅๅŠๆ›ดๅคšใ€‚ + LobsterAI ็š„ๆ ธๅฟƒๆ˜ฏ Cowork ๆจกๅผ๏ผŒๅฎƒ่ƒฝๅœจๆœฌๅœฐๆˆ–ๆฒ™็ฎฑ็Žฏๅขƒไธญๆ‰ง่กŒๅทฅๅ…ทใ€ๆ“ไฝœๆ–‡ไปถใ€่ฟ่กŒๅ‘ฝไปค๏ผŒไธ€ๅˆ‡้ƒฝๅœจไฝ ็š„็›‘็ฃไธ‹่‡ชไธปๅฎŒๆˆใ€‚ๆญคๅค–๏ผŒLobsterAI ๆ”ฏๆŒ้€š่ฟ‡้’‰้’‰ใ€้ฃžไนฆใ€Telegramใ€Discord ็ญ‰ IM ๅนณๅฐ่ฟœ็จ‹่งฆๅ‘๏ผŒ่ฎฉไฝ ๅœจๆ‰‹ๆœบไธŠไนŸ่ƒฝ้šๆ—ถๆŒ‡ๆŒฅ Agent ๅทฅไฝœใ€‚ + ๆ ธๅฟƒ็‰นๆ€ง + - ๅ…จๅœบๆ™ฏๅŠžๅ…ฌๅŠฉ็† โ€” ๆ•ฐๆฎๅˆ†ๆžใ€PPT ๅˆถไฝœใ€่ง†้ข‘็”Ÿๆˆใ€ๆ–‡ๆกฃๆ’ฐๅ†™ใ€Web ๆœ็ดขใ€้‚ฎไปถๆ”ถๅ‘๏ผŒ่ฆ†็›–ๆ—ฅๅธธๅŠžๅ…ฌๅ…จๆต็จ‹ + - ๆœฌๅœฐ + ๆฒ™็ฎฑๆ‰ง่กŒ โ€” ไปปๅŠกๆ‰ง่กŒๆ”ฏๆŒๆœฌๅœฐ็›ดๆŽฅ่ฟ่กŒๆˆ–้š”็ฆป็š„ Alpine Linux ๆฒ™็ฎฑ + - ๅ†…็ฝฎๆŠ€่ƒฝ โ€” ๅŒ…ๆ‹ฌ Office ๆ–‡ๆกฃ็”Ÿๆˆใ€Web ๆœ็ดขใ€Playwright ่‡ชๅŠจๅŒ–ใ€Remotion ่ง†้ข‘็”Ÿๆˆ็ญ‰ + - Windows ๅ†…็ฝฎ Python ่ฟ่กŒๆ—ถ โ€” Windows ๅฎ‰่ฃ…ๅŒ…ๅ†…็ฝฎๅฏ็›ดๆŽฅไฝฟ็”จ็š„ Python ่งฃ้‡Šๅ™จ่ฟ่กŒๆ—ถ๏ผ›Python ๆŠ€่ƒฝไพ่ต–ๅฏๆŒ‰้œ€ๅฎ‰่ฃ… + - ๅฎšๆ—ถไปปๅŠก โ€” ๆ”ฏๆŒๅฏน่ฏๅผๅ‘่ตทๆˆ– GUI ็•Œ้ขๆทปๅŠ ๅฎšๆ—ถไปปๅŠก๏ผŒๅฆ‚ๆฏๆ—ฅๆ–ฐ้—ปๆ”ถ้›†ใ€้‚ฎ็ฎฑๆ•ด็†ใ€ๅ‘จๆœŸๆ€งๆŠฅๅ‘Š็”Ÿๆˆ็ญ‰ + - ๆŒไน…่ฎฐๅฟ† โ€” ่‡ชๅŠจไปŽๅฏน่ฏไธญๆๅ–็”จๆˆทๅๅฅฝไธŽไธชไบบไฟกๆฏ๏ผŒ่ทจไผš่ฏ่ฎฐไฝไฝ ็š„ไน ๆƒฏ๏ผŒ่ถŠ็”จ่ถŠๆ‡‚ไฝ  + - IM ่ฟœ็จ‹ๆ“ๆŽง โ€” ้€š่ฟ‡้’‰้’‰ใ€้ฃžไนฆใ€Telegramใ€Discord ๅœจๆ‰‹ๆœบ็ซฏ้šๆ—ถ่งฆๅ‘ Agent + - ๆƒ้™้—จๆŽง โ€” ๆ‰€ๆœ‰ๆ•ๆ„Ÿๅทฅๅ…ท่ฐƒ็”จ้œ€็”จๆˆทๆ˜Ž็กฎๆ‰นๅ‡†ๅŽๆ‰ง่กŒ + - ่ทจๅนณๅฐ โ€” macOS๏ผˆIntel + Apple Silicon๏ผ‰ใ€Windowsใ€Linux ๆกŒ้ข็ซฏ๏ผŒ้…ๅˆ IM ๅฎž็Žฐ็งปๅŠจ็ซฏ่ฆ†็›– + - ๆ•ฐๆฎๆœฌๅœฐๅŒ– โ€” SQLite ๆœฌๅœฐๅญ˜ๅ‚จ๏ผŒ่Šๅคฉ่ฎฐๅฝ•ๅ’Œ้…็ฝฎไธ็ฆปๅผ€ไฝ ็š„่ฎพๅค‡ +Tags: +- ไบบๅทฅๆ™บ่ƒฝ +- ๅคง่ฏญ่จ€ๆจกๅž‹ +- ๆ™บ่ƒฝไฝ“ +- ่Šๅคฉๆœบๅ™จไบบ +- ่‡ชไธปๆ™บ่ƒฝ +- ้พ™่™พ +ReleaseNotes: |- + What's Changed + - feat: ๆทปๅŠ ้˜ฒไผ‘็œ ๅŠŸ่ƒฝ & ๅฎž็Žฐ OpenClaw ๅŠฉๆ‰‹ๆถˆๆฏไธŽๅทฅๅ…ทๅก็‰‡ไบคๆ›ฟๆ˜พ็คบ by @wuleihenbang in https://github.com/netease-youdao/LobsterAI/pull/659 + - Liuzhq/UI optimize by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/706 + - fix(cowork): keep full input box for IM channel sessions by @winsan-zhang in https://github.com/netease-youdao/LobsterAI/pull/708 + - Liuzhq/UI optimize by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/709 + - Release/2026.03.24 by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/714 + - feat: ๆ”ฏๆŒ MiniMax ไธ€้”ฎ OAuth ็™ปๅฝ•๏ผŒๆ— ้œ€่พ“ๅ…ฅ api base url ๅ’Œ app key ๅณๅฏๅฟซ้€Ÿ็™ปๅฝ• by @kingtao in https://github.com/netease-youdao/LobsterAI/pull/682 + New Contributors + - @kingtao made their first contribution in https://github.com/netease-youdao/LobsterAI/pull/682 + Full Changelog: https://github.com/netease-youdao/LobsterAI/compare/2026.3.22...2026.3.23 +ReleaseNotesUrl: https://github.com/netease-youdao/LobsterAI/releases/tag/2026.3.23 +Documentations: +- DocumentLabel: ็”จๆˆทๆ‰‹ๅ†Œ + DocumentUrl: https://lobsterai.youdao.com/#/docs/lobsterai_user_manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.yaml b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.yaml new file mode 100644 index 0000000000000..7bf993c9ecc33 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.3.23/NetEase.LobsterAI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.3.23 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 0fc582debdd9f4d7eae45154dcd4842dca69ff21 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:11:52 +0800 Subject: [PATCH 070/121] New version: JetBrains.CLion version 2025.3.4 (#351256) --- .../2025.3.4/JetBrains.CLion.installer.yaml | 42 +++++++++++++++++++ .../JetBrains.CLion.locale.en-US.yaml | 39 +++++++++++++++++ .../JetBrains.CLion.locale.zh-CN.yaml | 27 ++++++++++++ .../CLion/2025.3.4/JetBrains.CLion.yaml | 8 ++++ 4 files changed, 116 insertions(+) create mode 100644 manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.installer.yaml create mode 100644 manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.yaml diff --git a/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.installer.yaml b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.installer.yaml new file mode 100644 index 0000000000000..291c5a04fa438 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.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: JetBrains.CLion +PackageVersion: 2025.3.4 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ProductCode: CLion 2025.3.4 +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- DisplayVersion: 253.32098.68 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3.4.exe + InstallerSha256: 685A0EE192F6019F2A606F3E6DFCD8DBB4F2D87036E3FE92A248D9920AC858BC +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3.4.exe + InstallerSha256: 685A0EE192F6019F2A606F3E6DFCD8DBB4F2D87036E3FE92A248D9920AC858BC + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3.4-aarch64.exe + InstallerSha256: E69D3A65CEDCE82888D39351ED9FAE2425B9AEDA5B1B92BABD2258D2EA93D273 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3.4-aarch64.exe + InstallerSha256: E69D3A65CEDCE82888D39351ED9FAE2425B9AEDA5B1B92BABD2258D2EA93D273 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.locale.en-US.yaml b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.locale.en-US.yaml new file mode 100644 index 0000000000000..519fe91cb3a50 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.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: JetBrains.CLion +PackageVersion: 2025.3.4 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/clion/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright ยฉ 2000-2026 JetBrains s.r.o. +ShortDescription: A cross-platform IDE for C and C++ +Description: A powerful IDE from JetBrains helps you develop in C and C++ on Linux, macOS and Windows. +Moniker: clion +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + CLion 2025.3.4 is ready for you to download. Weโ€™ve fixed several bugs you reported, helping you stay focused on writing great code. + Try this build, share your feedback, and report any issues to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654473 +PurchaseUrl: https://www.jetbrains.com/clion/buy/ +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1d02b760fe225 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.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: JetBrains.CLion +PackageVersion: 2025.3.4 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/clion/ +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: C ๅ’Œ C++ ่ทจๅนณๅฐ IDE +Description: JetBrains ๅ‡บๅ“็š„ๅผบๅคง IDE ๅธฎๅŠฉๆ‚จๅœจ Linuxใ€macOS ๅ’Œ Windows ไธŠ่ฟ›่กŒ C ๅ’Œ C++ ๅผ€ๅ‘ใ€‚ +Tags: +- c +- c++ +- cpp +- ไปฃ็  +- ๅผ€ๅ‘ +- ็ผ–็จ‹ +- ้›†ๆˆๅผ€ๅ‘็Žฏๅขƒ +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654473 +PurchaseUrl: https://www.jetbrains.com/zh-cn/clion/buy/ +Documentations: +- DocumentLabel: ๅญฆไน  CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.yaml b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.yaml new file mode 100644 index 0000000000000..f233274239471 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3.4/JetBrains.CLion.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: JetBrains.CLion +PackageVersion: 2025.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3a84693107b4649829131cd964756c287fcb9324 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:12:47 +0100 Subject: [PATCH 071/121] New version: Fly-io.flyctl version 0.4.27 (#351289) --- .../0.4.27/Fly-io.flyctl.installer.yaml | 19 ++++++++++++++ .../0.4.27/Fly-io.flyctl.locale.en-US.yaml | 25 ++++++++++++++++++ .../0.4.27/Fly-io.flyctl.locale.ko-KR.yaml | 26 +++++++++++++++++++ .../f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.yaml | 8 ++++++ 4 files changed, 78 insertions(+) create mode 100644 manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.installer.yaml create mode 100644 manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.locale.en-US.yaml create mode 100644 manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.locale.ko-KR.yaml create mode 100644 manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.yaml diff --git a/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..978fbfece56f0 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.27 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.27/flyctl_0.4.27_Windows_x86_64.zip + InstallerSha256: DA5E62C7BA5B69F07EEF47D1326B114A66AA02D8082BF5DD2738464011CD5039 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.27/flyctl_0.4.27_Windows_arm64.zip + InstallerSha256: 0C6F0A9B20CC1E01FA648BB4AE7C053C9D73CE1D689D7FBD200145DF7860EDF2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..3e1aedc487f23 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.27 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 1587d18 feat(machine): support vm-max-memory in run and update (#4793) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.4.27 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..e6553d9362c9c --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.27 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io ์„œ๋น„์Šค๋ฅผ ์œ„ํ•œ ์ปค๋งจ๋“œ ๋ผ์ธ ๋„๊ตฌ +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..1b0f771f277e8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.27/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a23c3063f27490e438eafddb743c9efdd0d114c6 Mon Sep 17 00:00:00 2001 From: lip-winget-bot <143623060+lip-winget-bot@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:13:15 +0800 Subject: [PATCH 072/121] New version: futrime.lip version 0.34.2 (#348822) Co-authored-by: WPPWQQWQ <143623060+WPPWQQWQ@users.noreply.github.com> --- .../lip/0.34.2/futrime.lip.installer.yaml | 22 +++++++++++++++++++ .../lip/0.34.2/futrime.lip.locale.en-US.yaml | 20 +++++++++++++++++ .../f/futrime/lip/0.34.2/futrime.lip.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/f/futrime/lip/0.34.2/futrime.lip.installer.yaml create mode 100644 manifests/f/futrime/lip/0.34.2/futrime.lip.locale.en-US.yaml create mode 100644 manifests/f/futrime/lip/0.34.2/futrime.lip.yaml diff --git a/manifests/f/futrime/lip/0.34.2/futrime.lip.installer.yaml b/manifests/f/futrime/lip/0.34.2/futrime.lip.installer.yaml new file mode 100644 index 0000000000000..e14489fe62226 --- /dev/null +++ b/manifests/f/futrime/lip/0.34.2/futrime.lip.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: futrime.lip +PackageVersion: 0.34.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lip.exe + PortableCommandAlias: lip +- RelativeFilePath: lipd.exe + PortableCommandAlias: lipd +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/futrime/lip/releases/download/v0.34.2/lip-0.34.2-win-x64.zip + InstallerSha256: F594783F3C173D6D16D45158539226DC2D6262C2E853BF74ADB69F2673703D37 +- Architecture: arm64 + InstallerUrl: https://github.com/futrime/lip/releases/download/v0.34.2/lip-0.34.2-win-arm64.zip + InstallerSha256: 9A4230520541A234E2978FDCFB1D5842C83CC5087512990C699CD2DDA838925C +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-15 diff --git a/manifests/f/futrime/lip/0.34.2/futrime.lip.locale.en-US.yaml b/manifests/f/futrime/lip/0.34.2/futrime.lip.locale.en-US.yaml new file mode 100644 index 0000000000000..f2ff38192d113 --- /dev/null +++ b/manifests/f/futrime/lip/0.34.2/futrime.lip.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: futrime.lip +PackageVersion: 0.34.2 +PackageLocale: en-US +Publisher: futrime +PublisherUrl: https://github.com/futrime +PublisherSupportUrl: https://github.com/futrime/lip/issues +PackageName: lip +PackageUrl: https://github.com/futrime/lip +License: GNU General Public License v3.0 or later +ShortDescription: A general package installer +Tags: +- levilamina +- lip +- package-manager +ReleaseNotesUrl: https://github.com/futrime/lip/releases/tag/v0.34.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/futrime/lip/0.34.2/futrime.lip.yaml b/manifests/f/futrime/lip/0.34.2/futrime.lip.yaml new file mode 100644 index 0000000000000..5b35ea1ee6bc0 --- /dev/null +++ b/manifests/f/futrime/lip/0.34.2/futrime.lip.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: futrime.lip +PackageVersion: 0.34.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 020cca6f998628aa82de7053d32978082c57cf5d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:13:56 +0800 Subject: [PATCH 073/121] New version: MistralAI.MistralVibe.ACP version 2.6.2 (#351297) --- .../MistralAI.MistralVibe.ACP.installer.yaml | 18 +++++++++ ...istralAI.MistralVibe.ACP.locale.en-US.yaml | 38 +++++++++++++++++++ ...istralAI.MistralVibe.ACP.locale.zh-CN.yaml | 20 ++++++++++ .../ACP/2.6.2/MistralAI.MistralVibe.ACP.yaml | 8 ++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.installer.yaml create mode 100644 manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml create mode 100644 manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml create mode 100644 manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.yaml diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.installer.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.installer.yaml new file mode 100644 index 0000000000000..d38e843dab384 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.6.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vibe-acp.exe +Commands: +- vibe-acp +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mistralai/mistral-vibe/releases/download/v2.6.2/vibe-acp-windows-x86_64-2.6.2.zip + InstallerSha256: FE84C2C20C80F624DD15541DCFE136F8D892B8D310B8D938DA98B3E35E1FC15B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml new file mode 100644 index 0000000000000..9929bb4791d4a --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: Mistral AI +PublisherUrl: https://mistral.ai/ +PublisherSupportUrl: https://github.com/mistralai/mistral-vibe/issues +PrivacyUrl: https://legal.mistral.ai/terms/privacy-policy +Author: Mistral AI +PackageName: Mistral Vibe (ACP mode) +PackageUrl: https://github.com/mistralai/mistral-vibe +License: Apache-2.0 +LicenseUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/LICENSE +Copyright: Copyright 2026 Mistral AI +CopyrightUrl: https://legal.mistral.ai/terms +ShortDescription: Minimal CLI coding agent by Mistral +Description: |- + Mistral's open-source CLI coding assistant. + Mistral Vibe is a command-line coding assistant powered by Mistral's models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Changed + - Pinned agent-client-protocol dependency back to 0.8.1 + Removed + - Context usage updates via ACP +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md#262---2026-03-23 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4aae9a9d98372 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.6.2 +PackageLocale: zh-CN +ShortDescription: Mistral ๆŽจๅ‡บ็š„ๆž็ฎ€ CLI ไปฃ็ ๆ™บ่ƒฝไฝ“ +Description: |- + Mistral ็š„ๅผ€ๆบ CLI ็ผ–็จ‹ๅŠฉๆ‰‹ใ€‚ + Mistral Vibe ๆ˜ฏ็”ฑ Mistral ๆจกๅž‹้ฉฑๅŠจ็š„ๅ‘ฝไปค่กŒ็ผ–็จ‹ๅŠฉๆ‰‹ใ€‚ๅฎƒไธบๆ‚จ็š„ไปฃ็ ๅบ“ๆไพ›ไบ†ไธ€ไธชๅฏน่ฏๅผ็•Œ้ข๏ผŒ่ฎฉๆ‚จๅฏไปฅ้€š่ฟ‡่‡ช็„ถ่ฏญ่จ€๏ผŒๅˆฉ็”จไธ€็ณปๅˆ—ๅผบๅคง็š„ๅทฅๅ…ทๆฅๆต่งˆใ€ไฟฎๆ”นๅ’ŒไธŽ้กน็›ฎ่ฟ›่กŒไบคไบ’ใ€‚ +Tags: +- ai +- ไปฃ็  +- ๅผ€ๅ‘ +- ๆ™บ่ƒฝไฝ“ +- ็ผ–็จ‹ +- ่‡ชไธปๆ™บ่ƒฝ +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.yaml new file mode 100644 index 0000000000000..feeefce9bdf98 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.6.2/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5dc67414c281513411f9ea7581a38d3995582edf Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Mon, 23 Mar 2026 21:14:53 -0400 Subject: [PATCH 074/121] New version: OpenCLICollective.slack-chat-cli version 3.1.36 (#351299) --- ...LICollective.slack-chat-cli.installer.yaml | 20 ++++++++++++ ...ollective.slack-chat-cli.locale.en-US.yaml | 31 +++++++++++++++++++ .../OpenCLICollective.slack-chat-cli.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.yaml diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.installer.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.installer.yaml new file mode 100644 index 0000000000000..52d0826fc4dc9 --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.36 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: slck.exe + PortableCommandAlias: slck +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.1.36/slck_v3.1.36_windows_amd64.zip + InstallerSha256: 33A7F0D4F9230E4435131E5E4ACB219937868A72DC83C8C7267EFA919A38A22B +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.1.36/slck_v3.1.36_windows_arm64.zip + InstallerSha256: 65E3B276694A2E801D8258F5B072A801B605D40056A504D1C7BCF09FCC11BE0F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-23 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..d940d2c8e3035 --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.36 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/slack-chat-api/issues +PackageName: Slack Chat API CLI +PackageUrl: https://github.com/open-cli-collective/slack-chat-api +License: MIT +LicenseUrl: https://github.com/open-cli-collective/slack-chat-api/blob/main/LICENSE +ShortDescription: Command-line interface for Slack Web API +Description: |- + A lightweight CLI for interacting with the Slack Web API. Provides direct + API access for automation and scripting including sending messages, managing + channels, listing users, viewing message history, and searching messages/files. +Tags: +- slack +- cli +- api +- messaging +- automation +- chat +ReleaseNotesUrl: https://github.com/open-cli-collective/slack-chat-api/releases/tag/v3.1.36 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/slack-chat-api/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.yaml new file mode 100644 index 0000000000000..2e5d983d5bce1 --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.36/OpenCLICollective.slack-chat-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3e8ca7e1938440fcd65fc96ae36b151766a6058b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:15:48 +0800 Subject: [PATCH 075/121] Update: KDE.Ruqola version 2.7.0 (2.7-12358) (#351305) --- manifests/k/KDE/Ruqola/2.7.0/KDE.Ruqola.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Ruqola/2.7.0/KDE.Ruqola.installer.yaml b/manifests/k/KDE/Ruqola/2.7.0/KDE.Ruqola.installer.yaml index 65987cbf220e9..78f3c4a8df8a7 100644 --- a/manifests/k/KDE/Ruqola/2.7.0/KDE.Ruqola.installer.yaml +++ b/manifests/k/KDE/Ruqola/2.7.0/KDE.Ruqola.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Ruqola Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/network/ruqola/2.7/windows/ruqola-2.7-12352-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 0067A74FF23D893D178D81D8FB25C9C9728205B6C5B2608A7B3D33711B64FC17 + InstallerUrl: https://cdn.kde.org/ci-builds/network/ruqola/2.7/windows/ruqola-2.7-12358-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E68798D6810BFBD6037F74AC71394736ED7ED4783696EDB166606F9E12A84692 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/network/ruqola/2.7/windows/ruqola-2.7-12352-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 0067A74FF23D893D178D81D8FB25C9C9728205B6C5B2608A7B3D33711B64FC17 + InstallerUrl: https://cdn.kde.org/ci-builds/network/ruqola/2.7/windows/ruqola-2.7-12358-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E68798D6810BFBD6037F74AC71394736ED7ED4783696EDB166606F9E12A84692 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 7e20c735e93e69c029ad94f1d5bb235a9a7a3530 Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:16:45 +1000 Subject: [PATCH 076/121] New version: FileOpen.Client version 3.0.197.1016 (#351309) --- .../FileOpen.Client.installer.yaml | 26 +++++++++++++++++++ .../FileOpen.Client.locale.en-US.yaml | 17 ++++++++++++ .../Client/3.0.197.1016/FileOpen.Client.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.installer.yaml create mode 100644 manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.locale.en-US.yaml create mode 100644 manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.yaml diff --git a/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.installer.yaml b/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.installer.yaml new file mode 100644 index 0000000000000..6a3f28769a423 --- /dev/null +++ b/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FileOpen.Client +PackageVersion: 3.0.197.1016 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{B46DA17C-8E4D-4FD5-A3D6-1E25C7A18916}' +ReleaseDate: 2026-03-19 +AppsAndFeaturesEntries: +- DisplayName: FileOpen Client B1016 + Publisher: FileOpen Systems Inc. + ProductCode: '{B46DA17C-8E4D-4FD5-A3D6-1E25C7A18916}' + UpgradeCode: '{173F98D7-E0D6-4C2D-965E-401166CE293B}' +Installers: +- Architecture: x64 + InstallerUrl: https://plugin.fileopen.com/current/FileOpenInstaller64.msi + InstallerSha256: FE9D56B346FEE10FCF1055FD71B9D47D5D44715F8EFB7F0BADA478D644B43EE5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.locale.en-US.yaml b/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.locale.en-US.yaml new file mode 100644 index 0000000000000..92837d740cae6 --- /dev/null +++ b/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FileOpen.Client +PackageVersion: 3.0.197.1016 +PackageLocale: en-US +Publisher: FileOpenโ€ฏSystemsย Inc. +PublisherUrl: https://www.fileopen.com/ +PublisherSupportUrl: https://www.fileopen.com/contact-us +Author: FileOpenโ€ฏSystemsย Inc. +PackageName: FileOpenย Client +PackageUrl: https://plugin.fileopen.com/current/FileOpenInstaller64.msi +License: Proprietary +Copyright: ยฉย 1997โ€‘2025ย FileOpenย Systemsย Inc. +ShortDescription: FileOpenย Client is a free plugโ€‘in for Adobe Acrobat and Reader that lets users open PDF files encrypted by FileOpen rightsโ€‘management software. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.yaml b/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.yaml new file mode 100644 index 0000000000000..b695d4d6702c3 --- /dev/null +++ b/manifests/f/FileOpen/Client/3.0.197.1016/FileOpen.Client.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: FileOpen.Client +PackageVersion: 3.0.197.1016 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 545855a6009c3647a7e7691043f036e7e5aa4da9 Mon Sep 17 00:00:00 2001 From: "Francisco J. Revoredo" <39350477+fjrevoredo@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:17:41 +0100 Subject: [PATCH 077/121] Update fjrevoredo.MiniDiarium version 0.4.10 (#351310) --- .../fjrevoredo.MiniDiarium.installer.yaml | 13 ++ .../fjrevoredo.MiniDiarium.locale.en-US.yaml | 111 ++++++++++++++++++ .../0.4.10/fjrevoredo.MiniDiarium.yaml | 8 ++ 3 files changed, 132 insertions(+) create mode 100644 manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.installer.yaml create mode 100644 manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.locale.en-US.yaml create mode 100644 manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.yaml diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.installer.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.installer.yaml new file mode 100644 index 0000000000000..badd6c2636b01 --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.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: fjrevoredo.MiniDiarium +PackageVersion: 0.4.10 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fjrevoredo/mini-diarium/releases/download/v0.4.10/Mini-Diarium-0.4.10-windows.exe + InstallerSha256: FFCBCE67BBB7FEB26BF65082B6EF9A9DAA9E307CA100E5359D3C72A7A827F70A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-23 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.locale.en-US.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.locale.en-US.yaml new file mode 100644 index 0000000000000..939975d1f590c --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.locale.en-US.yaml @@ -0,0 +1,111 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: fjrevoredo.MiniDiarium +PackageVersion: 0.4.10 +PackageLocale: en-US +Publisher: fjrevoredo +PublisherUrl: https://mini-diarium.com/ +PublisherSupportUrl: https://github.com/fjrevoredo/mini-diarium/issues +PrivacyUrl: https://github.com/fjrevoredo/mini-diarium/blob/master/docs/PRIVACY.md +Author: Francisco J. Revoredo +PackageName: Mini Diarium +PackageUrl: https://github.com/fjrevoredo/mini-diarium +License: MIT +LicenseUrl: https://github.com/fjrevoredo/mini-diarium/blob/master/LICENSE +Copyright: Copyright (c) 2026 Francisco J. Revoredo +ShortDescription: Encrypted, local-first journaling app +Description: A local-first journal with serious encryption. Free, open source, and never touches the internet. +Moniker: mini-diarium +Tags: +- privacy +- journaling +- journal +- diary +- foss +- open-source +- rust +ReleaseNotes: |- + What's Changed + + Fixed + + - Text alignment lost after calendar navigation (issue #63): alignment (justify, center, right) + applied to an entry was permanently overwritten after navigating away and returning. Root cause: + TipTap v3 changed setContent's emitUpdate default from false (v2) to true, causing the + programmatic content load in DiaryEditor's createEffect to fire onUpdate, which queued a debounced + save with un-aligned HTML from the production bundle's intermediate getHTML() state. Fixed by + passing { emitUpdate: false } to suppress onUpdate for programmatic loads; a new onSetContent + callback from DiaryEditor to EditorPanel (1) updates the editorIsEmpty reactive signal so the "add + entry" button state stays correct, and (2) re-triggers debouncedSave for blank entries (preserving + the auto-deletion-on-navigation behaviour that previously ran through the now-suppressed onUpdate + path). Signal reads in the callback use untrack() to avoid adding spurious reactive dependencies + to DiaryEditor's effect. + - E2E layout white gap above auth screens: three-part fix. (1) In E2E mode the Tauri window now sets + its size to 800ร—660 before win.show() (in lib.rs setup) โ€” previously the window opened at the + production default (800ร—780). (2) All screen-filling containers (JournalPicker, PasswordCreation, + PasswordPrompt, App loading state, MainLayout) now use h-full (height: 100% via the html โ†’ body โ†’ + #root chain) instead of h-screen/min-h-screen (100vh), which may include the native app menu bar + height in WebView2 on Windows. (3) Removed browser.setWindowSize(800, 660) from the wdio.conf.ts + before hook โ€” WebDriver setWindowRect is a post-render resize that uses a different window-size + measurement than Tauri's LogicalSize, causing a second resize after CSS 100vh/height:100% were + already computed and re-introducing the layout mismatch. + - "+" button stuck disabled after multi-entry navigation (two variants): fixed two related bugs + where the "Add entry for this day" button became permanently disabled on a day with real content. + - Variant 1 (navigation arrow): clicking "+", getting a blank second entry, then navigating back via + "โ†" left the "+" permanently disabled. Root cause: SolidJS re-evaluated addDisabled when + setPendingEntryId() changed, but TipTap had not yet processed the loaded entry's content, so + editor.isEmpty was stale. Fixed by adding an editorIsEmpty reactive signal updated in + handleContentUpdate (called by TipTap's onUpdate), forcing re-evaluation after TipTap reflects the + correct state. + - Variant 2 (day switch): same setup, but switching to a different day instead of using the arrow, + then switching back, also blocked the "+". Root cause: the blank entry's debounced auto-delete (500 + ms) called setPendingEntryId(null) and left the editor showing stale blank content even though the + original real entry still existed. Fixed by having saveCurrentById auto-navigate to the nearest + remaining entry after deleting a blank entry, so pendingEntryId is never left as null while real + entries still exist on the day. + + Added + + - Multi-entry E2E tests: new e2e/specs/multi-entry.spec.ts covering (A) multi-entry persistence + after lock/unlock, (B) "+" recovery after backward navigation (v0.4.9 Variant 1 regression), and + (C) "+" recovery after day switch with blank entry (v0.4.9 Variant 2 regression). data-testid + attributes added to EntryNavBar (entry-nav-bar, entry-prev-button, entry-counter, + entry-next-button, entry-delete-button, entry-add-button) to support reliable E2E selectors. + - Backend assessment follow-up (Task 71): addressed all actionable findings from the March 2026 + assessment. Two code quality fixes: deleteentry unlock guard now uses the consistent "Journal must + be unlocked to โ€ฆ" error message (A1); #[allow(deadcode)] suppressions in jrnl.rs now carry "why" + comments on the attribute line per project convention (A2). Ten new backend tests added: + deleteentry command logic (A3), navigatetotoday valid-date assertion (A4), updateslotlastused + NULLโ†’non-null column check (A5), import/export plugin "not found" error message format (A6), + MAXIMPORTFILESIZE boundary (A7), and isolated v3โ†’v4 and v4โ†’v5 migration tests (A8). Comments added + to migratev3tov4 and migratev4to_v5 explaining why no pre-migration backup is taken (A9). Backend + test count: 239 โ†’ 249. + - Backend architectural assessment ( temporarely stored at docs/BACKENDASSESSMENT2026-03.md): full + health-check of all 42 Rust source files covering architecture alignment, code quality, security + posture, and test coverage. + - Known issues document (docs/KNOWN_ISSUES.md): comprehensive reference for all known limitations, + deliberate tradeoffs, and technical debt โ€” organized for both users (KI-1 to KI-9) and developers + (AT-1 to AT-12, TD-1 to TD-5). Replaces the single-bullet entry in README.md. + - Journal name on unlock screen: the unlock screen now shows the name of the selected journal + ("Unlock My Journal") instead of the generic "Unlock your journal" subtitle. Falls back to the + generic text when no journal name is available. + - Accessibility improvements: comprehensive ARIA audit and fixes across the app. Editor toolbar now + has role="toolbar" and aria-pressed on all toggle buttons (bold, italic, lists, alignment, etc.). + Error and success message regions across all overlays and auth screens now carry role="alert" / + role="status" for automatic screen-reader announcement. Loading spinners use aria-busy and + aria-hidden. Calendar grid now exposes full WCAG role="grid" / role="row" / role="gridcell" / + role="columnheader" semantics with aria-selected, aria-current="date", and descriptive aria-label + on each day button; arrow-key navigation (โ†โ†’ day, โ†‘โ†“ week, Home/End month, PageUp/PageDown month) + added so the calendar is fully keyboard-operable. Preferences dialog tabs now implement the ARIA + tab pattern (role="tablist", role="tab", role="tabpanel", aria-selected, aria-controls, + aria-labelledby) with Left/Right arrow key switching. Hamburger button gains aria-expanded and + aria-controls. Mobile sidebar overlay gains focus trapping and focus restoration. Journal picker + list uses
    /
  • semantics. Password strength indicator announces changes via + aria-live="polite". +ReleaseNotesUrl: https://github.com/fjrevoredo/mini-diarium/releases/tag/v0.4.10 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/fjrevoredo/mini-diarium/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.yaml new file mode 100644 index 0000000000000..e12401801a0cb --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.4.10/fjrevoredo.MiniDiarium.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: fjrevoredo.MiniDiarium +PackageVersion: 0.4.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c60d9f636fbff713e52d40d2f20ffbe6f8a5a5df Mon Sep 17 00:00:00 2001 From: matchmycolor <124382317+matchmycolor@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:18:37 +0100 Subject: [PATCH 078/121] New version: matchmycolor.ColibriBeta version 26.1.0.16442 (#351312) --- .../matchmycolor.ColibriBeta.installer.yaml | 6 +++--- .../matchmycolor.ColibriBeta.locale.en-US.yaml | 2 +- .../matchmycolor.ColibriBeta.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename manifests/m/matchmycolor/ColibriBeta/{26.1.0.16441 => 26.1.0.16442}/matchmycolor.ColibriBeta.installer.yaml (79%) rename manifests/m/matchmycolor/ColibriBeta/{26.1.0.16441 => 26.1.0.16442}/matchmycolor.ColibriBeta.locale.en-US.yaml (95%) rename manifests/m/matchmycolor/ColibriBeta/{26.1.0.16441 => 26.1.0.16442}/matchmycolor.ColibriBeta.yaml (86%) diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.installer.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.installer.yaml similarity index 79% rename from manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.installer.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.installer.yaml index 979d1cb08339b..b08863555d6d7 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.installer.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.0.16441 +PackageVersion: 26.1.0.16442 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.0/Colibri_26.1.0-beta.2014.exe - InstallerSha256: 5A9B483C03BB95F88A1895DECE949F224A5559C6451A6407544A9810D850B68F + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.0/Colibri_26.1.0-beta.2015.exe + InstallerSha256: 94611C2A9E9DEBCA98F314D24280128C8E35184EE10C0CB135545CB165577983 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.locale.en-US.yaml index cf0621ec6d97c..8cad9bbca5e0b 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.0.16441 +PackageVersion: 26.1.0.16442 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.yaml similarity index 86% rename from manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.yaml index 07390c757eca4..f5fd22c3791fe 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.0.16441/matchmycolor.ColibriBeta.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.0.16442/matchmycolor.ColibriBeta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.0.16441 +PackageVersion: 26.1.0.16442 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 4891ca20e8b9b5863c50ad15052177c608a45736 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:19:36 +0800 Subject: [PATCH 079/121] New version: Discord.Discord.Canary.arm64 version 1.0.209 (#351318) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.209/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..ce6603b0b2595 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.209 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.209/DiscordCanarySetup.exe + InstallerSha256: 13B8A08A866F4C14D519FC634F7F987B041A2B5C063277181872E99632F157A4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..d7889ed0ec5bc --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.209 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd750cc44aa28 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.209 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..8b2a6f1c328f9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.209/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.209 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4a7bd78c325b7e282816c8e15fd85172cac47d2b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:20:29 +0800 Subject: [PATCH 080/121] New version: Discord.Discord.Canary version 1.0.877 (#351319) --- .../Discord.Discord.Canary.installer.yaml | 20 +++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.877/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..cae4f6a9783b8 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.877 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.877/DiscordCanarySetup.exe + InstallerSha256: FC7569C7C9A6D7524009BBB498B6F172E362735D2F861986BA8893C913400FB9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..25d0bb20cfd64 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.877 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ba7900041d2a4 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.877 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: ไธ“ๆœ‰่ฝฏไปถ +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..4589af467bd9b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.877/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.877 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 47a11caf468d6389b8814c735b301643e6cbaee2 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:41:27 -0700 Subject: [PATCH 081/121] Automatic Waiver Addition for PR 350632 (#351346) --- manifests/f/FxSound/FxSound/.validation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/f/FxSound/FxSound/.validation b/manifests/f/FxSound/FxSound/.validation index f0b0462993b51..0106d6543b08b 100644 --- a/manifests/f/FxSound/FxSound/.validation +++ b/manifests/f/FxSound/FxSound/.validation @@ -1 +1 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"3f596ba9-0541-4cf0-ab04-0499d47948ce","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/f/FxSound/FxSound/1.1.30.0","CommitId":"7c160b41b3e834588fdf40aa58af6b38dd4dad67"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"3f596ba9-0541-4cf0-ab04-0499d47948ce","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/f/FxSound/FxSound/1.1.30.0","CommitId":"7c160b41b3e834588fdf40aa58af6b38dd4dad67"},{"WaiverId":"6490e9c9-d0d0-4958-a994-f4e118860939","TestPlan":"Validation-Domain","PackagePath":"manifests/f/FxSound/FxSound/1.2.8.0","CommitId":"a121efc06e24d651075f2fd5c3d5bf9589b37a90"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file From a7dd8eebadcdc72986c92abc4626d5db3aa7aaf1 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:41:29 -0700 Subject: [PATCH 082/121] Automatic Waiver Addition for PR 351146 (#351345) --- manifests/j/JurgenRathlev/innounp/.validation | 1 + 1 file changed, 1 insertion(+) create mode 100644 manifests/j/JurgenRathlev/innounp/.validation diff --git a/manifests/j/JurgenRathlev/innounp/.validation b/manifests/j/JurgenRathlev/innounp/.validation new file mode 100644 index 0000000000000..895776e1325c9 --- /dev/null +++ b/manifests/j/JurgenRathlev/innounp/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"d7c16b1d-7190-49b0-8a93-4a7719473dcc","TestPlan":"Validation-Domain","PackagePath":"manifests/j/JurgenRathlev/innounp/2.67.5","CommitId":"c56d65058332577d72b5409b7a4c16f03ad6b8cc"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file From 48b53bb3b8f751f832eb9695266f0792d4a057b8 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:41:47 -0700 Subject: [PATCH 083/121] Automatic Waiver Addition for PR 350937 (#351347) --- .../f/FAI-Solution/move-window-between-desktops/.validation | 1 + 1 file changed, 1 insertion(+) create mode 100644 manifests/f/FAI-Solution/move-window-between-desktops/.validation diff --git a/manifests/f/FAI-Solution/move-window-between-desktops/.validation b/manifests/f/FAI-Solution/move-window-between-desktops/.validation new file mode 100644 index 0000000000000..dbccc559c5602 --- /dev/null +++ b/manifests/f/FAI-Solution/move-window-between-desktops/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"0c9046d7-f7d0-47b4-8572-62c286d70618","TestPlan":"Validation-Domain","PackagePath":"manifests/f/FAI-Solution/move-window-between-desktops/1.3","CommitId":"a71a28f49ddcb869118a2f22e85a6e3a2a72f81d"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file From 446723726891fe1697c0522e4d738d50640441cb Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:51:23 -0300 Subject: [PATCH 084/121] New version: charmbracelet.soft-serve 0.11.6 (#350069) Co-authored-by: goreleaserbot --- .../charmbracelet.soft-serve.installer.yaml | 18 ++++++++++++++++++ .../charmbracelet.soft-serve.locale.en-US.yaml | 14 ++++++++++++++ .../0.11.6/charmbracelet.soft-serve.yaml | 7 +++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.installer.yaml create mode 100644 manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.locale.en-US.yaml create mode 100644 manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.yaml diff --git a/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.installer.yaml b/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.installer.yaml new file mode 100644 index 0000000000000..39ba2a7393a5c --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.11.6 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-19" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: soft-serve_0.11.6_Windows_x86_64\soft.exe + PortableCommandAlias: soft + InstallerUrl: https://github.com/charmbracelet/soft-serve/releases/download/v0.11.6/soft-serve_0.11.6_Windows_x86_64.zip + InstallerSha256: 0d2aab8f1b175bf1b9363dab515dcedf8ac28e2b1680c38a0e1287548f730631 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.locale.en-US.yaml b/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.locale.en-US.yaml new file mode 100644 index 0000000000000..65ade3e5a1da4 --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.locale.en-US.yaml @@ -0,0 +1,14 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.11.6 +PackageLocale: en-US +Publisher: charmbracelet +PackageName: soft-serve +PackageUrl: https://charm.land/ +License: MIT +Copyright: Charmbracelet, Inc +ShortDescription: "A tasty, self-hostable Git server for the command line\U0001F366" +Moniker: soft-serve +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.yaml b/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.yaml new file mode 100644 index 0000000000000..983de902b10fb --- /dev/null +++ b/manifests/c/charmbracelet/soft-serve/0.11.6/charmbracelet.soft-serve.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.soft-serve +PackageVersion: 0.11.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ec4949f0a5ca6a78bac1b58b920117d231f87e58 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:52:15 +0800 Subject: [PATCH 085/121] New version: Session.Session version 1.17.15 (#350085) --- .../1.17.15/Session.Session.installer.yaml | 26 ++++++++++ .../1.17.15/Session.Session.locale.en-US.yaml | 49 +++++++++++++++++++ .../1.17.15/Session.Session.locale.it-IT.yaml | 11 +++++ .../1.17.15/Session.Session.locale.zh-CN.yaml | 24 +++++++++ .../Session/1.17.15/Session.Session.yaml | 8 +++ 5 files changed, 118 insertions(+) create mode 100644 manifests/s/Session/Session/1.17.15/Session.Session.installer.yaml create mode 100644 manifests/s/Session/Session/1.17.15/Session.Session.locale.en-US.yaml create mode 100644 manifests/s/Session/Session/1.17.15/Session.Session.locale.it-IT.yaml create mode 100644 manifests/s/Session/Session/1.17.15/Session.Session.locale.zh-CN.yaml create mode 100644 manifests/s/Session/Session/1.17.15/Session.Session.yaml diff --git a/manifests/s/Session/Session/1.17.15/Session.Session.installer.yaml b/manifests/s/Session/Session/1.17.15/Session.Session.installer.yaml new file mode 100644 index 0000000000000..86c9908ad6f9c --- /dev/null +++ b/manifests/s/Session/Session/1.17.15/Session.Session.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: Session.Session +PackageVersion: 1.17.15 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f1339da8-b3f2-5116-b780-aafa611bc7f7 +ReleaseDate: 2026-03-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/session-foundation/session-desktop/releases/download/v1.17.15/session-desktop-win-x64-1.17.15.exe + InstallerSha256: 8A1ACEB76F90280A988909E3763B4E462FD6BB24F926B8DB3D04D809A0B34516 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/session-foundation/session-desktop/releases/download/v1.17.15/session-desktop-win-x64-1.17.15.exe + InstallerSha256: 8A1ACEB76F90280A988909E3763B4E462FD6BB24F926B8DB3D04D809A0B34516 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Session/Session/1.17.15/Session.Session.locale.en-US.yaml b/manifests/s/Session/Session/1.17.15/Session.Session.locale.en-US.yaml new file mode 100644 index 0000000000000..dadda3726d28b --- /dev/null +++ b/manifests/s/Session/Session/1.17.15/Session.Session.locale.en-US.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: Session.Session +PackageVersion: 1.17.15 +PackageLocale: en-US +Publisher: Oxen Labs +PublisherUrl: https://session.foundation/ +PublisherSupportUrl: https://github.com/session-foundation/session-desktop/issues +PrivacyUrl: https://getsession.org/privacy-policy +Author: Session Technology Foundation +PackageName: Session +PackageUrl: https://getsession.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/session-foundation/session-desktop/blob/HEAD/LICENSE +Copyright: |- + Copyright 2011 Whisper Systems + Copyright 2013-2017 Open Whisper Systems + Copyright 2019-2024 The Oxen Project + Copyright 2024-2026 Session Technology Foundation +ShortDescription: Onion routing based messenger +Description: Session is an end-to-end encrypted messenger that minimises sensitive metadata, designed and built for people who want absolute privacy and freedom from any form of surveillance. +Moniker: session +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- message +- privacy +- secure +- security +- send +- talk +ReleaseNotes: |- + Release Overview + - Added a new Donation appeal CTA #1898 + Other Changes + - Added right-click option to copy URLs from messages #1890 + - Attach a mix of videos and images in the same message #1891 +ReleaseNotesUrl: https://github.com/session-foundation/session-desktop/releases/tag/v1.17.15 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://getsession.org/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Session/Session/1.17.15/Session.Session.locale.it-IT.yaml b/manifests/s/Session/Session/1.17.15/Session.Session.locale.it-IT.yaml new file mode 100644 index 0000000000000..15a0cb924a51a --- /dev/null +++ b/manifests/s/Session/Session/1.17.15/Session.Session.locale.it-IT.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Session.Session +PackageVersion: 1.17.15 +PackageLocale: it-IT +ShortDescription: Messagistica privata dal tuo computer +Description: Session รจ un'app di messagistica con crittografia end-to-end che minimizza i metadati sensibili, pensata e creata per persone che vogliono assoluta privacy e libertร  da qualsiasi forma di sorveglianza. +ReleaseNotesUrl: https://github.com/session-foundation/session-desktop/releases/tag/v1.17.15 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Session/Session/1.17.15/Session.Session.locale.zh-CN.yaml b/manifests/s/Session/Session/1.17.15/Session.Session.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fefe8b5864a25 --- /dev/null +++ b/manifests/s/Session/Session/1.17.15/Session.Session.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: Session.Session +PackageVersion: 1.17.15 +PackageLocale: zh-CN +ShortDescription: ๅŸบไบŽๆด‹่‘ฑ่ทฏ็”ฑ็š„ไฟกไฝฟ +Description: Session ๆ˜ฏไธ€ๆฌพ็ซฏๅˆฐ็ซฏๅŠ ๅฏ†ไฟกไฝฟ๏ผŒๅฏๆœ€ๅคง้™ๅบฆๅœฐๅ‡ๅฐ‘ๆ•ๆ„Ÿๅ…ƒๆ•ฐๆฎ๏ผŒไธ“ไธบ้‚ฃไบ›ๅธŒๆœ›่Žทๅพ—็ปๅฏน้š็งๅนถๅ…ๅ—ไปปไฝ•ๅฝขๅผ็›‘ๆŽง็š„ไบบ่ฎพ่ฎกๅ’Œๆ‰“้€ ใ€‚ +Tags: +- ไฟกๆฏ +- ๅŠ ๅฏ† +- ๅไฝœ +- ๅๅŒ +- ๅ‘้€ +- ๅฎ‰ๅ…จ +- ๆถˆๆฏ +- ่Šๅคฉ +- ้š็ง +ReleaseNotesUrl: https://github.com/session-foundation/session-desktop/releases/tag/v1.17.15 +Documentations: +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://getsession.org/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Session/Session/1.17.15/Session.Session.yaml b/manifests/s/Session/Session/1.17.15/Session.Session.yaml new file mode 100644 index 0000000000000..d77b6dacb8529 --- /dev/null +++ b/manifests/s/Session/Session/1.17.15/Session.Session.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: Session.Session +PackageVersion: 1.17.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From daa2a376ace59b5146f7051d30f423f22351ac64 Mon Sep 17 00:00:00 2001 From: Stacklok Bot <140063061+stacklokbot@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:53:05 -0700 Subject: [PATCH 086/121] New version: stacklok.thv 0.12.4 (#350110) Co-authored-by: stacklokbot --- .../thv/0.12.4/stacklok.thv.installer.yaml | 26 +++++++++++++++++ .../thv/0.12.4/stacklok.thv.locale.en-US.yaml | 28 +++++++++++++++++++ .../s/stacklok/thv/0.12.4/stacklok.thv.yaml | 7 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/s/stacklok/thv/0.12.4/stacklok.thv.installer.yaml create mode 100644 manifests/s/stacklok/thv/0.12.4/stacklok.thv.locale.en-US.yaml create mode 100644 manifests/s/stacklok/thv/0.12.4/stacklok.thv.yaml diff --git a/manifests/s/stacklok/thv/0.12.4/stacklok.thv.installer.yaml b/manifests/s/stacklok/thv/0.12.4/stacklok.thv.installer.yaml new file mode 100644 index 0000000000000..c40d351c002cc --- /dev/null +++ b/manifests/s/stacklok/thv/0.12.4/stacklok.thv.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.12.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-19" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.12.4/toolhive_0.12.4_windows_arm64.zip + InstallerSha256: 3692c6cd3e779b76e93a05b3a913413063a82cb2ab70d49a206e757903b3f9fb + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.12.4/toolhive_0.12.4_windows_amd64.zip + InstallerSha256: 0834be2743fb12bc5ae51ef0acce20434989a4ada86e967b4eafd8e0a2be4836 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.12.4/stacklok.thv.locale.en-US.yaml b/manifests/s/stacklok/thv/0.12.4/stacklok.thv.locale.en-US.yaml new file mode 100644 index 0000000000000..7c0a69c66fed3 --- /dev/null +++ b/manifests/s/stacklok/thv/0.12.4/stacklok.thv.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.12.4 +PackageLocale: en-US +Publisher: stacklok +PublisherSupportUrl: https://github.com/stacklok/toolhive/issues/new/choose +PackageName: thv +PackageUrl: https://stacklok.com +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/toolhive/blob/main/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers +Moniker: thv +Tags: + - golang + - cli + - mcp + - toolhive + - stacklok + - model-context-protocol + - mcp-server +ReleaseNotes: | + ## Changelog + * 81f9d84a2f07bc277eca92e0ae03f423ab54c71f: Preserve tool annotations and output schema in GetAdaptedTools (#4238) (@JAORMX) + * 3ae086f7ff7266e7f91667b3bbd5949ee2dffa1c: Release v0.12.4 (#4240) (@stacklokbot) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.12.4/stacklok.thv.yaml b/manifests/s/stacklok/thv/0.12.4/stacklok.thv.yaml new file mode 100644 index 0000000000000..42afa63f97d06 --- /dev/null +++ b/manifests/s/stacklok/thv/0.12.4/stacklok.thv.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4a0095beb6d7655dba9f607bfd343300b9076f95 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:53:56 +0800 Subject: [PATCH 087/121] Update: KDE.Kollision version master (787) (#350977) --- .../k/KDE/Kollision/master/KDE.Kollision.installer.yaml | 8 ++++---- .../KDE/Kollision/master/KDE.Kollision.locale.en-US.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml b/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml index 7d00089631921..b0ee8175c5068 100644 --- a/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml +++ b/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kollision Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-777-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 1B91EBD4758DDE650B9ED183AEA846F8974E201CB1458B4D87DDDC0894EA490E + InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-787-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 8BE7BCF72188C677C293187EE35DE55D492EF822D023469F7EC335429EEAFF4B InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-777-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 1B91EBD4758DDE650B9ED183AEA846F8974E201CB1458B4D87DDDC0894EA490E + InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-787-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 8BE7BCF72188C677C293187EE35DE55D492EF822D023469F7EC335429EEAFF4B InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kollision/master/KDE.Kollision.locale.en-US.yaml b/manifests/k/KDE/Kollision/master/KDE.Kollision.locale.en-US.yaml index 8a574d7e375d8..b654478ac64a4 100644 --- a/manifests/k/KDE/Kollision/master/KDE.Kollision.locale.en-US.yaml +++ b/manifests/k/KDE/Kollision/master/KDE.Kollision.locale.en-US.yaml @@ -16,10 +16,10 @@ LicenseUrl: https://invent.kde.org/games/kollision/-/blob/HEAD/LICENSES/GPL-2.0- ShortDescription: A simple ball dodging game. Description: Kollision is a casual game where you need to throw your ball and avoid the others balls on the table as long as possible. Tags: -- videogame - bullet-hell - bullethell - singleplayer +- videogame Documentations: - DocumentLabel: Handbook DocumentUrl: https://docs.kde.org/?application=kollision From fac6d317f9c1e972567c39a8a13b73bf94addd41 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:54:45 +0800 Subject: [PATCH 088/121] Update: KDE.KReversi version master (859) (#350978) --- .../k/KDE/KReversi/master/KDE.KReversi.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml index bf80f163da0a3..8f80143cf57d0 100644 --- a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml +++ b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kreversi Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-849-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7585A266ACE9AD7677ECFC9EE327E2C983C5835E01146DB82E68A52488422E32 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-859-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0C7F0B8677EEC8D1343677212B1C28E748F545D1D24E4F55AA5B03E4EF521350 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-849-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7585A266ACE9AD7677ECFC9EE327E2C983C5835E01146DB82E68A52488422E32 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-859-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0C7F0B8677EEC8D1343677212B1C28E748F545D1D24E4F55AA5B03E4EF521350 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 03d998369ad4bb5c71108fa52bbe78b8cd071e58 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:55:36 +0800 Subject: [PATCH 089/121] New version: Amazon.AWSCLI version 2.34.15 (#351263) --- .../2.34.15/Amazon.AWSCLI.installer.yaml | 25 +++++++++++++++++ .../2.34.15/Amazon.AWSCLI.locale.en-US.yaml | 28 +++++++++++++++++++ .../2.34.15/Amazon.AWSCLI.locale.zh-CN.yaml | 14 ++++++++++ .../Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.yaml | 8 ++++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.installer.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.locale.en-US.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.locale.zh-CN.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.yaml diff --git a/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..e54e1bd777c5b --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.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: Amazon.AWSCLI +PackageVersion: 2.34.15 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{915E2019-2B1C-4BAD-9FC8-9A0C79738A5B}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + ProductCode: '{915E2019-2B1C-4BAD-9FC8-9A0C79738A5B}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.34.15.msi + InstallerSha256: 1992D7255374C8C251F50E7C648B4B95AE5C6BC0806863CF85D99F3D0693F5D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..758a59d5047fb --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.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: Amazon.AWSCLI +PackageVersion: 2.34.15 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec4d7628142b1 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.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: Amazon.AWSCLI +PackageVersion: 2.34.15 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services ็š„้€š็”จๅ‘ฝไปค่กŒ็•Œ้ข +Description: AWS ๅ‘ฝไปค่กŒ็•Œ้ข๏ผˆAWS CLI๏ผ‰ๆ˜ฏไธ€็งๅผ€ๆบๅทฅๅ…ท๏ผŒ่ฎฉๆ‚จ่ƒฝๅคŸไฝฟ็”จๅ‘ฝไปค่กŒ Shell ไธญ็š„ๅ‘ฝไปคไธŽ AWS ๆœๅŠก่ฟ›่กŒไบคไบ’ใ€‚AWS CLI ่ฎฉๆ‚จๅช้œ€ๆžๅฐ‘็š„้…็ฝฎ๏ผŒๅฐฑ่ƒฝไปŽ็ปˆ็ซฏ็จ‹ๅบ็š„ๅ‘ฝไปคๆ็คบ็ฌฆไธญ่ฟ่กŒๅ‘ฝไปค๏ผŒไปฅๅฎžๆ–ฝไธŽๅŸบไบŽๆต่งˆๅ™จ็š„ AWS ็ฎก็†ๆŽงๅˆถๅฐๆไพ›็š„ๅŠŸ่ƒฝ็ญ‰ๆ•ˆ็š„ๅ‘ฝไปคใ€‚ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..573b053b745f9 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.15/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fd17952c2ebe2efc83e32e5ad1952a7285086d4a Mon Sep 17 00:00:00 2001 From: "Gordon Beeming [SSW]" Date: Tue, 24 Mar 2026 11:56:25 +1000 Subject: [PATCH 090/121] New version: GordonBeeming.CopilotHere version 2026.03.24.472 (#351265) --- .../GordonBeeming.CopilotHere.installer.yaml | 20 ++++++++++++++ ...ordonBeeming.CopilotHere.locale.en-US.yaml | 27 +++++++++++++++++++ .../GordonBeeming.CopilotHere.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.installer.yaml create mode 100644 manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.locale.en-US.yaml create mode 100644 manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.yaml diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.installer.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.installer.yaml new file mode 100644 index 0000000000000..f5b4fcf1b07e6 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.03.24.472 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.03.24.472-4a7957a/copilot_here-win-x64.zip + InstallerSha256: 02C4D265CC5AA6F5E3C26271B259499E47BE528805470B0A9E0C5830879FA503 +- Architecture: arm64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.03.24.472-4a7957a/copilot_here-win-arm64.zip + InstallerSha256: FE7707224ED2D68051B35EE18D612DB3C9C31D9C08FA6A841C1EF1C5525AC102 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-03-23 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.locale.en-US.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.locale.en-US.yaml new file mode 100644 index 0000000000000..6bfda57f2361f --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.03.24.472 +PackageLocale: en-US +Publisher: Gordon Beeming +PublisherUrl: https://github.com/GordonBeeming +PublisherSupportUrl: https://github.com/GordonBeeming/copilot_here/issues +PackageName: copilot_here +PackageUrl: https://github.com/GordonBeeming/copilot_here +License: FSL-1.1-MIT +LicenseUrl: https://github.com/GordonBeeming/copilot_here/blob/main/LICENSE +ShortDescription: Run GitHub Copilot CLI in a sandboxed Docker container +Description: |- + copilot_here lets you run GitHub Copilot CLI commands inside a sandboxed Docker container, + keeping your host machine clean and secure. It provides shell function wrappers for Bash, + Zsh, and PowerShell that seamlessly proxy Copilot CLI commands through a containerized environment. +Tags: +- cli +- copilot +- docker +- github +- github-copilot +ReleaseNotesUrl: https://github.com/GordonBeeming/copilot_here/releases/tag/cli-v2026.03.24.472-4a7957a +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.yaml new file mode 100644 index 0000000000000..fd77c4234f56b --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.03.24.472/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.03.24.472 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6f488208278ef7cb2891064c81e856a6d34bf7cf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:57:18 +0800 Subject: [PATCH 091/121] New version: Hugo.Hugo version 0.159.0 (#351268) --- .../Hugo/0.159.0/Hugo.Hugo.installer.yaml | 20 +++++++ .../Hugo/0.159.0/Hugo.Hugo.locale.en-US.yaml | 58 +++++++++++++++++++ .../Hugo/0.159.0/Hugo.Hugo.locale.zh-CN.yaml | 31 ++++++++++ manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.yaml | 8 +++ 4 files changed, 117 insertions(+) create mode 100644 manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.installer.yaml create mode 100644 manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.locale.en-US.yaml create mode 100644 manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.locale.zh-CN.yaml create mode 100644 manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.yaml diff --git a/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..01c9af9de98ea --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.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: Hugo.Hugo +PackageVersion: 0.159.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.159.0/hugo_0.159.0_windows-amd64.zip + InstallerSha256: 9D97CF0AAB1F2540BFC7D5AE55EA1F034A640EC40C96AD417226DBF9124B4C14 +- Architecture: arm64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.159.0/hugo_0.159.0_windows-arm64.zip + InstallerSha256: 5BD2E4E01FB6DF10538C66AF71831E2ED851F609400DEE0F8412CEB247FCF206 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..84fc2b82e9966 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.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: Hugo.Hugo +PackageVersion: 0.159.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2026 The Hugo Authors. +ShortDescription: The worldโ€™s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + This release greatly improves and simplifies management of Node.js/npm dependencies in a multi-module setup. See this page for more information. + Note + - Replace deprecated site.Data with hugo.Data in tests a8fca598 @bep + - Replace deprecated excludeFiles and includeFiles with files in tests 182b1045 @bep + - Replace deprecated :filename with :contentbasename in the permalinks test eb11c3d0 @bep + Bug fixes + - tpl/tplimpl: Fix Vimeo shortcode test eaf4c751 @jmooring #14649 + Improvements + - create: Return error instead of panic when page not found 807cae1d @mango766 #14112 + - commands: Preserve non-content files in convert output c4fb61d9 @xndvaz #4621 + - npm: Use workspaces to simplify hugo mod npm pack d88a29e0 @bep + - commands: Close cpu profile file when StartCPUProfile fails 9dd9c760 @buley + - Remove the AI Watchdog workflow for now 3315a86d @bep + - Remove 'bep' from PR user logins skip list 38244842 @bep + - tpl/tplimpl: Comment out the Vimeo simple shortcode tests 7813c5c8 @bep #14649 + Dependency Updates + - build(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 (#14641) 3ff9b7f8 @dependabot[bot] + - build(deps): bump github.com/yuin/goldmark from 1.7.16 to 1.7.17 be93ccd3 @dependabot[bot] + - build(deps): bump github.com/magefile/mage from 1.15.0 to 1.16.1 2669bca6 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.36.0 to 0.37.0 753d447f @dependabot[bot] + - build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 4f39d724 @dependabot[bot] + Documentation + - docs: Update docs.yaml d2043cfa @bep + - commands: Update docs linke to Node.js docs 4f3c3989 @bep +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.159.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7d967fe48feae --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.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: Hugo.Hugo +PackageVersion: 0.159.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2026 The Hugo Authors. +ShortDescription: ไธ–็•ŒไธŠๆœ€ๅฟซ็š„็ฝ‘็ซ™ๆญๅปบๆก†ๆžถ +Description: Hugo ๆ˜ฏๆœ€ๅ—ๆฌข่ฟŽ็š„ๅผ€ๆบ้™ๆ€็ฝ‘็ซ™็”Ÿๆˆๅ™จไน‹ไธ€ใ€‚ๅ‡ญๅ€Ÿๅ…ถๆƒŠไบบ็š„้€Ÿๅบฆๅ’Œ็ตๆดปๆ€ง๏ผŒHugo ่ฎฉๆญๅปบ็ฝ‘็ซ™ๅˆๅ˜ๅพ—ๆœ‰่ถฃ่ตทๆฅใ€‚ +Tags: +- ๅ†…ๅฎน็ฎก็†็ณป็ปŸ +- ๅšๅฎข +- ๅšๅฎขๅผ•ๆ“Ž +- ๆ–‡ๆกฃ +- ๆ–‡ๆกฃๅทฅๅ…ท +- ๆ–‡ๆกฃ็”Ÿๆˆๅทฅๅ…ท +- ้™ๆ€็ฝ‘็ซ™ +- ้™ๆ€็ฝ‘็ซ™็”Ÿๆˆๅ™จ +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.159.0 +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..4ccada60ab684 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.159.0/Hugo.Hugo.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: Hugo.Hugo +PackageVersion: 0.159.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3e685fa6c1ce91697ce44bdea4cbd8ce73e2237d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:58:08 +0800 Subject: [PATCH 092/121] New version: Google.Chrome version 146.0.7680.165 (#351278) --- .../Google.Chrome.installer.yaml | 49 +++++++++++++++++++ .../Google.Chrome.locale.en-US.yaml | 38 ++++++++++++++ .../Google.Chrome.locale.nb-NO.yaml | 35 +++++++++++++ .../Google.Chrome.locale.zh-CN.yaml | 35 +++++++++++++ .../Chrome/146.0.7680.165/Google.Chrome.yaml | 8 +++ 5 files changed, 165 insertions(+) create mode 100644 manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.installer.yaml create mode 100644 manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.en-US.yaml create mode 100644 manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.nb-NO.yaml create mode 100644 manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.zh-CN.yaml create mode 100644 manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.yaml diff --git a/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.installer.yaml new file mode 100644 index 0000000000000..8e51f6785b61c --- /dev/null +++ b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 146.0.7680.165 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: C70668B3CA5A00CF1F6BECDC3A9BF666BC5E0C869183CBD446A70E2D5F080155 + ProductCode: '{F7C31761-14AA-3C7B-A1A1-40744CC041B1}' + AppsAndFeaturesEntries: + - ProductCode: '{F7C31761-14AA-3C7B-A1A1-40744CC041B1}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: 2403551D9BCC29ACF659B0AB8E73167FF253D375E34B20204496B4FE6D1BAFD6 + ProductCode: '{2045B257-AFED-3B10-8C74-431C037185D9}' + AppsAndFeaturesEntries: + - ProductCode: '{2045B257-AFED-3B10-8C74-431C037185D9}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi + InstallerSha256: 09B7CAB16FB755BDB333553B4FD12F7A3389C17FD3A4F3B61FEB99541D72906A + ProductCode: '{3D8E6D0A-76AF-3CD1-B601-51CD28B48960}' + AppsAndFeaturesEntries: + - ProductCode: '{3D8E6D0A-76AF-3CD1-B601-51CD28B48960}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.en-US.yaml new file mode 100644 index 0000000000000..31ebef6f5752a --- /dev/null +++ b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.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: Google.Chrome +PackageVersion: 146.0.7680.165 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms/ +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: The Fast & Secure Web Browser Built to be Yours +Description: Chrome is the official web browser from Google, built to be fast, secure, and customizable. +Moniker: chrome +Tags: +- browser +- chromium +- internet +- manifestv3 +- mv3 +- safe +- search +- web +- webpage +Documentations: +- DocumentLabel: Chrome Web Store + DocumentUrl: https://chromewebstore.google.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.nb-NO.yaml new file mode 100644 index 0000000000000..44c841a9c6f4b --- /dev/null +++ b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.nb-NO.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 146.0.7680.165 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=nb-no +PrivacyUrl: https://policies.google.com/privacy?hl=nb-no +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms/ +Copyright: Copyright 2026 Google LLC. Med enerett. +ShortDescription: Den raske og sikre nettleseren som er laget for รฅ vรฆre din egen +Description: Chrome er Googles offisielle nettleser. Den er laget for รฅ vรฆre rask, sikker og tilpassbar. +Tags: +- chromium +- internett +- nettet +- nettleser +- rask +- sรธk +- trygg +Documentations: +- DocumentLabel: Chrome Nettmarked + DocumentUrl: https://chromewebstore.google.com/?hl=nb-no +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ca50a93d7ec13 --- /dev/null +++ b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 146.0.7680.165 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: ๅ…่ดน่ฝฏไปถ +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms/ +Copyright: ็‰ˆๆƒๆ‰€ๆœ‰ 2026 Google LLC. ไฟ็•™ๆ‰€ๆœ‰ๆƒๅˆฉใ€‚ +ShortDescription: ๅฟซ้€Ÿๅฎ‰ๅ…จ็š„็ฝ‘็ปœๆต่งˆๅ™จ๏ผŒไธ“ไธบๆ‚จ่€Œๆ‰“้€  +Description: Chrome ๆ˜ฏ Google ็š„ๅฎ˜ๆ–น็ฝ‘็ปœๆต่งˆๅ™จ๏ผŒ้€Ÿๅบฆ้ฃžๅฟซ๏ผŒๅฎ‰ๅ…จๅฏ้ ๏ผŒๅนถไธ”ๆ”ฏๆŒ่‡ชๅฎšไน‰ใ€‚ +Tags: +- chromium +- ไบ’่”็ฝ‘ +- ๅฎ‰ๅ…จ +- ๅฟซๆท +- ๆœ็ดข +- ๆต่งˆๅ™จ +- ็ฝ‘้กต +Documentations: +- DocumentLabel: Chrome ๅบ”็”จๅ•†ๅบ— + DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/?hl=zh-cn +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.yaml b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.yaml new file mode 100644 index 0000000000000..62bffc7495334 --- /dev/null +++ b/manifests/g/Google/Chrome/146.0.7680.165/Google.Chrome.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 146.0.7680.165 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 25fb9182e84ffb2ac89af7fe677e70245470f7d5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:59:00 +0800 Subject: [PATCH 093/121] New version: KDE.Marknote version 1.5.2 (1569) (#351280) --- .../{1.5.1 => 1.5.2}/KDE.Marknote.installer.yaml | 10 +++++----- .../{1.5.1 => 1.5.2}/KDE.Marknote.locale.en-US.yaml | 2 +- .../{1.5.1 => 1.5.2}/KDE.Marknote.locale.zh-CN.yaml | 2 +- .../k/KDE/Marknote/{1.5.1 => 1.5.2}/KDE.Marknote.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename manifests/k/KDE/Marknote/{1.5.1 => 1.5.2}/KDE.Marknote.installer.yaml (64%) rename manifests/k/KDE/Marknote/{1.5.1 => 1.5.2}/KDE.Marknote.locale.en-US.yaml (98%) rename manifests/k/KDE/Marknote/{1.5.1 => 1.5.2}/KDE.Marknote.locale.zh-CN.yaml (97%) rename manifests/k/KDE/Marknote/{1.5.1 => 1.5.2}/KDE.Marknote.yaml (91%) diff --git a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.installer.yaml b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.installer.yaml similarity index 64% rename from manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.installer.yaml rename to manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.installer.yaml index 1280356fd16e8..620e5fec3dcd3 100644 --- a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.installer.yaml +++ b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.installer.yaml @@ -2,21 +2,21 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Marknote -PackageVersion: 1.5.1 +PackageVersion: 1.5.2 InstallerType: nullsoft UpgradeBehavior: install ProductCode: marknote Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1561-windows-cl-msvc2022-x86_64.exe - InstallerSha256: BC85BA64636D705E8947947D80DE77780D109422102045EE39447F4E884A75F8 + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1569-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B4C3811FDC2149BDE876A1DE6F6EAFC30FFE82EBAE3DE50ABA815A9D7116F90D InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1561-windows-cl-msvc2022-x86_64.exe - InstallerSha256: BC85BA64636D705E8947947D80DE77780D109422102045EE39447F4E884A75F8 + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1569-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B4C3811FDC2149BDE876A1DE6F6EAFC30FFE82EBAE3DE50ABA815A9D7116F90D InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.locale.en-US.yaml b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.locale.en-US.yaml similarity index 98% rename from manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.locale.en-US.yaml rename to manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.locale.en-US.yaml index 4195c9a22f0f8..95171c65fc3b6 100644 --- a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.locale.en-US.yaml +++ b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.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.Marknote -PackageVersion: 1.5.1 +PackageVersion: 1.5.2 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.locale.zh-CN.yaml b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.locale.zh-CN.yaml similarity index 97% rename from manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.locale.zh-CN.yaml rename to manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.locale.zh-CN.yaml index ab16220378381..19c749cddee5f 100644 --- a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.locale.zh-CN.yaml +++ b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.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.Marknote -PackageVersion: 1.5.1 +PackageVersion: 1.5.2 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kde.org/zh-cn/support/ diff --git a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.yaml b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.yaml similarity index 91% rename from manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.yaml rename to manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.yaml index 0fadc326f3434..a1c1e83857491 100644 --- a/manifests/k/KDE/Marknote/1.5.1/KDE.Marknote.yaml +++ b/manifests/k/KDE/Marknote/1.5.2/KDE.Marknote.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.Marknote -PackageVersion: 1.5.1 +PackageVersion: 1.5.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 98bccaab5a537f38b336a9cb88ff703d35943a35 Mon Sep 17 00:00:00 2001 From: Tarik Date: Tue, 24 Mar 2026 09:59:44 +0800 Subject: [PATCH 094/121] Fix typo in manifest key: roductCode -> ProductCode (#350610) --- .../a/Azul/Zulu/10/JDK/10.3/Azul.Zulu.10.JDK.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/a/Azul/Zulu/10/JDK/10.3/Azul.Zulu.10.JDK.installer.yaml b/manifests/a/Azul/Zulu/10/JDK/10.3/Azul.Zulu.10.JDK.installer.yaml index 26fc0c2bb3251..0233c11f6eb9c 100644 --- a/manifests/a/Azul/Zulu/10/JDK/10.3/Azul.Zulu.10.JDK.installer.yaml +++ b/manifests/a/Azul/Zulu/10/JDK/10.3/Azul.Zulu.10.JDK.installer.yaml @@ -36,6 +36,6 @@ Installers: - Architecture: x64 InstallerUrl: https://cdn.azul.com/zulu/bin/zulu10.3+5-jdk10.0.2-win_x64.msi InstallerSha256: 4B8D1238AA911706065C370B65B92E4B87A57189A7AD944C369770E0FC07BCCA - roductCode: '{B51E58B8-6B74-4AAB-82F8-61690D17684D}' + ProductCode: '{B51E58B8-6B74-4AAB-82F8-61690D17684D}' ManifestType: installer ManifestVersion: 1.10.0 From 25a98d17428ec61e3f912ff5ce9c0ccbfa2ceb8d Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 23 Mar 2026 22:00:03 -0400 Subject: [PATCH 095/121] New version: Chromium.ChromeDriver version 146.0.7680.165 (#351282) --- .../Chromium.ChromeDriver.installer.yaml | 21 +++++++++++++++++++ .../Chromium.ChromeDriver.locale.en-US.yaml | 18 ++++++++++++++++ .../146.0.7680.165/Chromium.ChromeDriver.yaml | 8 +++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.installer.yaml create mode 100644 manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.locale.en-US.yaml create mode 100644 manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.yaml diff --git a/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.installer.yaml b/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.installer.yaml new file mode 100644 index 0000000000000..13762dcf70be2 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 146.0.7680.165 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-03-21 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: chromedriver-win32/chromedriver.exe + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/146.0.7680.165/win32/chromedriver-win32.zip + InstallerSha256: 33C8A06304155FDBEAD95E64417D9953CABAB394343D93730D18F876B29875F9 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: chromedriver-win64/chromedriver.exe + InstallerUrl: https://storage.googleapis.com/chrome-for-testing-public/146.0.7680.165/win64/chromedriver-win64.zip + InstallerSha256: 76B20CAF99BCC2D459856D287919105999C747E7B120B60F12941BFC6BC49323 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.locale.en-US.yaml b/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.locale.en-US.yaml new file mode 100644 index 0000000000000..d0655955773a5 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 146.0.7680.165 +PackageLocale: en-US +Publisher: Chromium +PublisherUrl: https://www.chromium.org/ +PackageName: ChromeDriver +PackageUrl: https://chromedriver.chromium.org/ +License: Proprietary +Copyright: Copyright 2015 The Chromium Authors +ShortDescription: An open source tool for automated testing of webapps across many browsers +Description: WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). +Documentations: +- DocumentUrl: https://chromedriver.chromium.org/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.yaml b/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.yaml new file mode 100644 index 0000000000000..a644ec2ffcc75 --- /dev/null +++ b/manifests/c/Chromium/ChromeDriver/146.0.7680.165/Chromium.ChromeDriver.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Chromium.ChromeDriver +PackageVersion: 146.0.7680.165 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 09c5ce238ce6ecab41de95373be2d6533aee0b05 Mon Sep 17 00:00:00 2001 From: yukimemi Date: Tue, 24 Mar 2026 11:00:54 +0900 Subject: [PATCH 096/121] New version: yukimemi.shun version 3.5.3 (#351307) --- .../shun/3.5.3/yukimemi.shun.installer.yaml | 27 ++++++++++++ .../3.5.3/yukimemi.shun.locale.en-US.yaml | 44 +++++++++++++++++++ .../y/yukimemi/shun/3.5.3/yukimemi.shun.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.installer.yaml create mode 100644 manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.locale.en-US.yaml create mode 100644 manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.yaml diff --git a/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.installer.yaml b/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.installer.yaml new file mode 100644 index 0000000000000..3e5b572304477 --- /dev/null +++ b/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.installer.yaml @@ -0,0 +1,27 @@ +# 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: yukimemi.shun +PackageVersion: 3.5.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet +UpgradeBehavior: install +ProductCode: shun +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- ProductCode: shun +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\shun' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yukimemi/shun/releases/download/v3.5.3/shun_3.5.3_x64-setup.exe + InstallerSha256: A173F4B61549A4E2A37F922D3B2A01AF316D1DF619366A52EE2FBB07B482703F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.locale.en-US.yaml b/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.locale.en-US.yaml new file mode 100644 index 0000000000000..e5898025541e8 --- /dev/null +++ b/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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: yukimemi.shun +PackageVersion: 3.5.3 +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/v3.5.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.yaml b/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.yaml new file mode 100644 index 0000000000000..36560ed07546c --- /dev/null +++ b/manifests/y/yukimemi/shun/3.5.3/yukimemi.shun.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: yukimemi.shun +PackageVersion: 3.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From abdb015b4b468cbf3e98e896474a4f5472c46e65 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 24 Mar 2026 02:01:43 +0000 Subject: [PATCH 097/121] New version: Rclone.Rclone version 1.73.3 (#351313) --- .../1.73.3/Rclone.Rclone.installer.yaml | 26 +++++++++++++++ .../1.73.3/Rclone.Rclone.locale.en-US.yaml | 33 +++++++++++++++++++ .../r/Rclone/Rclone/1.73.3/Rclone.Rclone.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.installer.yaml create mode 100644 manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.locale.en-US.yaml create mode 100644 manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.yaml diff --git a/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.installer.yaml b/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.installer.yaml new file mode 100644 index 0000000000000..09972822062cf --- /dev/null +++ b/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.installer.yaml @@ -0,0 +1,26 @@ +# 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: Rclone.Rclone +PackageVersion: 1.73.3 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: rclone-v1.73.3-windows-386/rclone.exe + InstallerUrl: https://github.com/rclone/rclone/releases/download/v1.73.3/rclone-v1.73.3-windows-386.zip + InstallerSha256: 7B9BAB1CE3BA2E28084BD98EB33CDFF39DA06AE35FF6DC1DA90B81A1B80DD0DF +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: rclone-v1.73.3-windows-amd64/rclone.exe + InstallerUrl: https://github.com/rclone/rclone/releases/download/v1.73.3/rclone-v1.73.3-windows-amd64.zip + InstallerSha256: 1C51142576194D124FFA9654F45BAB972530DA22A3A339509BF9BED399F9DEA3 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: rclone-v1.73.3-windows-arm64/rclone.exe + InstallerUrl: https://github.com/rclone/rclone/releases/download/v1.73.3/rclone-v1.73.3-windows-arm64.zip + InstallerSha256: 1ECC1DA556965F678909390E723E52A5D53FA783FE0A4F224CFA818697C7A6C5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.locale.en-US.yaml b/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.locale.en-US.yaml new file mode 100644 index 0000000000000..f93409f03f155 --- /dev/null +++ b/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.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: Rclone.Rclone +PackageVersion: 1.73.3 +PackageLocale: en-US +Publisher: Rclone +PublisherUrl: https://rclone.org/ +PublisherSupportUrl: https://rclone.org/contact +Author: Nick Craig-Wood +PackageName: Rclone +PackageUrl: https://rclone.org/ +License: MIT +LicenseUrl: https://github.com/rclone/rclone/blob/master/COPYING +Copyright: Copyright (C) 2012 by Nick Craig-Wood http://www.craig-wood.com/nick/ +CopyrightUrl: https://github.com/rclone/rclone/blob/master/COPYING +ShortDescription: Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers. +Tags: +- cli +- cloud-storage +- ftp +- go +- rsync +- s3 +- sftp +- sync +- webdav +ReleaseNotes: |- + This is the v1.73.3 release of rclone. + Full details of the changes can be found in the changelog. +ReleaseNotesUrl: https://github.com/rclone/rclone/releases/tag/v1.73.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.yaml b/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.yaml new file mode 100644 index 0000000000000..c7dc28aa248d8 --- /dev/null +++ b/manifests/r/Rclone/Rclone/1.73.3/Rclone.Rclone.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: Rclone.Rclone +PackageVersion: 1.73.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b569153a5cb0cafdcfcd3e42b3fad9522d7bcf67 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:02:36 +0800 Subject: [PATCH 098/121] New version: kay-ou.SimTradeDesk version 0.5.0 (#351321) --- .../0.5.0/kay-ou.SimTradeDesk.installer.yaml | 28 ++++++++++++ .../kay-ou.SimTradeDesk.locale.en-US.yaml | 28 ++++++++++++ .../kay-ou.SimTradeDesk.locale.zh-CN.yaml | 45 +++++++++++++++++++ .../0.5.0/kay-ou.SimTradeDesk.yaml | 8 ++++ 4 files changed, 109 insertions(+) create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.installer.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.locale.en-US.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.locale.zh-CN.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.yaml diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.installer.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.installer.yaml new file mode 100644 index 0000000000000..294f0b84f449f --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.0/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.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- simtradedesk +ProductCode: 0fb1c321-dd0d-53a5-a629-f182f245d101 +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.5.0/SimTradeDesk-Setup-0.5.0.exe + InstallerSha256: 6E8FC65C0D63B2DCB01B3D016D8AD0DDEC9DD19BA595A0B4407C0A26DEB123B7 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.5.0/SimTradeDesk-Setup-0.5.0.exe + InstallerSha256: 6E8FC65C0D63B2DCB01B3D016D8AD0DDEC9DD19BA595A0B4407C0A26DEB123B7 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.locale.en-US.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.locale.en-US.yaml new file mode 100644 index 0000000000000..9648368082e8d --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.0/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.0 +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.0/kay-ou.SimTradeDesk.locale.zh-CN.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8efc0bcca655e --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.5.0 +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 + - Multi-entry file support: Strategies can now have both backtest.py and live.py entry files + - Editor file tabs: Segmented control in editor title bar to switch between entry files + - Create live.py: One-click button to create a live entry file from the editor + - Run entry selection: Choose which entry file to run (backtest/live) from the run panel + - API endpoints: GET /strategies/{name}/files and POST /strategies/{name}/files/{file} + - strategy_file passthrough: Backtest runs now record which entry file was used + Internal + - Added scripts/release.py for automated version bumping +ReleaseNotesUrl: https://github.com/kay-ou/SimTradeDesk/releases/tag/v0.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.yaml b/manifests/k/kay-ou/SimTradeDesk/0.5.0/kay-ou.SimTradeDesk.yaml new file mode 100644 index 0000000000000..54af632c64a3d --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.5.0/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.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 2222de0cba95f828cb4c13d9e911d7d73b54a457 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:03:32 +0800 Subject: [PATCH 099/121] New version: LenovoLegionToolkitTeam.LenovoLegionToolkit version 2.33.9.0 (#351322) --- ...kitTeam.LenovoLegionToolkit.installer.yaml | 16 ++++++ ...Team.LenovoLegionToolkit.locale.en-US.yaml | 51 +++++++++++++++++++ ...Team.LenovoLegionToolkit.locale.zh-CN.yaml | 13 +++++ ...LegionToolkitTeam.LenovoLegionToolkit.yaml | 8 +++ 4 files changed, 88 insertions(+) create mode 100644 manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.installer.yaml create mode 100644 manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.en-US.yaml create mode 100644 manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.zh-CN.yaml create mode 100644 manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.yaml diff --git a/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.installer.yaml b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.installer.yaml new file mode 100644 index 0000000000000..7a83a2bb64775 --- /dev/null +++ b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LenovoLegionToolkitTeam.LenovoLegionToolkit +PackageVersion: 2.33.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{0C37B9AC-9C3D-4302-8ABB-125C7C7D83D5}_is1' +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/LenovoLegionToolkit-Team/LenovoLegionToolkit/releases/download/v2.33.9.0/LenovoLegionToolkitSetup-v2.33.9.0.exe + InstallerSha256: 4972C68759C6484D1EF42FFDA8DB968DB5416A360B74194C28402B2782BD8634 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.en-US.yaml b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.en-US.yaml new file mode 100644 index 0000000000000..134210fd97872 --- /dev/null +++ b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LenovoLegionToolkitTeam.LenovoLegionToolkit +PackageVersion: 2.33.9.0 +PackageLocale: en-US +Publisher: Bartosz Cichecki +PublisherUrl: https://github.com/LenovoLegionToolkit-Team +PublisherSupportUrl: https://github.com/LenovoLegionToolkit-Team/LenovoLegionToolkit/issues +Author: Bartosz Cichecki, Kaguya +PackageName: Lenovo Legion Toolkit +PackageUrl: https://github.com/LenovoLegionToolkit-Team/LenovoLegionToolkit +License: GPL-3.0 +LicenseUrl: https://github.com/LenovoLegionToolkit-Team/LenovoLegionToolkit/blob/HEAD/LICENSE +Copyright: ยฉ 2026 Bartosz Cichecki and Kaguya +ShortDescription: Lightweight replacement of Lenovo Vantage for Lenovo Legion laptops. +Description: Lenovo Legion Toolkit (LLT) is a utility created for Lenovo Legion laptops, that allows changing a couple of features that are only available in Lenovo Vantage or Legion Zone. +Tags: +- legion +- lenovo +ReleaseNotes: |- + Release Notes + New Features + - Added Discrete GPU Management window with configurable monitoring delays. + - Added support for Motorola variants. + - Added ThermalMode debug logging for improved diagnostics. + Enhancements + - Refactored packaging scripts and manifest files to improve build reliability and error handling. + - Improved MSIX packaging process, including icon plating reliability. + - Refactored legacy code for better maintainability. + - Improved browser launch behavior by de-elevating via explorer.exe to prevent crashes when running elevated. + - Added temporary workaround for Smart Fn feature due to an issue originating from the Lenovo driver. + Bug Fixes + - Fixed fan curve issue. + - Fixed LampArray probe functionality. + - Fixed hardcoded enum usage in LampArray. + - Fixed duplicate Start Menu entry. + - Fixed issue where JSON backup files were missing file extensions. + - Fixed Ambient control visibility issue. + - Fixed issue where Legion Y-series devices lacked LegionSeries property. + - Fixed Legion_Legacy compatibility issues. + - Fixed missing cases in switch statements. + - Fixed Smart Fn log spamming issue. + - Fixed issue where app would not start from pinned taskbar icon. + - Fixed issue where UAC prompt appeared even when the app was already running. + - Fixed issue where app did not reliably start on boot. + Localization + - Applied latest localization updates. +ReleaseNotesUrl: https://github.com/LenovoLegionToolkit-Team/LenovoLegionToolkit/releases/tag/v2.33.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.zh-CN.yaml b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d0f5b00417af7 --- /dev/null +++ b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LenovoLegionToolkitTeam.LenovoLegionToolkit +PackageVersion: 2.33.9.0 +PackageLocale: zh-CN +ShortDescription: ็”จไบŽ่”ๆƒณๆ‹ฏๆ•‘่€…็ณปๅˆ—็ฌ”่ฎฐๆœฌ็š„ Lenovo Vantage ่ฝป้‡ๅŒ–ๆ›ฟไปฃๅ“ใ€‚ +Description: ่”ๆƒณๆ‹ฏๆ•‘่€…ๅทฅๅ…ท็ฎฑ Lenovo Legion Toolkit (LLT) ๆ˜ฏไธบ่”ๆƒณๆ‹ฏๆ•‘่€…็ณปๅˆ—็ฌ”่ฎฐๆœฌๆ‰“้€ ็š„่ฝป้‡ๅŒ–ๅทฅๅ…ท็ฎฑใ€‚ๅฏๅฎž็ŽฐๅŽŸๆฅ่”ๆƒณ่ฝฏไปถๅฆ‚ Lenovo Vantageใ€Legion Zoneใ€่”ๆƒณ็”ต่„‘็ฎกๅฎถๆ‰ๅฏๅฎž็Žฐ็š„ๅŠŸ่ƒฝใ€‚ +Tags: +- ๆ‹ฏๆ•‘่€… +- ่”ๆƒณ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.yaml b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.yaml new file mode 100644 index 0000000000000..372a546ca5219 --- /dev/null +++ b/manifests/l/LenovoLegionToolkitTeam/LenovoLegionToolkit/2.33.9.0/LenovoLegionToolkitTeam.LenovoLegionToolkit.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: LenovoLegionToolkitTeam.LenovoLegionToolkit +PackageVersion: 2.33.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1a510fa868c46fb4f6b49b064dba4fcab3b8b7a7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:04:18 +0800 Subject: [PATCH 100/121] New version: Discord.Discord.Canary version 1.0.878 (#351325) --- .../Discord.Discord.Canary.installer.yaml | 20 +++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.878/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..7ac376abf13fb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.878 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.878/DiscordCanarySetup.exe + InstallerSha256: AEE2957615AEF164984E41C9E2952398B559F2D7F4E42279A25FFBE9A6D7E77E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..4a4b2db010ce4 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.878 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6728fafd2d483 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.878 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: ไธ“ๆœ‰่ฝฏไปถ +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..5bd6441e44f6d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.878/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.878 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2b75328cd1f2926d4363c6f96e9d307522ee78e6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:05:08 +0800 Subject: [PATCH 101/121] New version: Discord.Discord.Canary.arm64 version 1.0.210 (#351326) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.210/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..6d52482e3fc31 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.210 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.210/DiscordCanarySetup.exe + InstallerSha256: C9D24EAF2CE3C636C545858FA0EFC00B1D2A975FD215D3F0B019E4547921687B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..d3e45c1bb0125 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.210 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ad9d0c4fd10cd --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.210 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ็Žฉ่€่Šๅคฉ็š„ๅœฐๆ–น +Description: |- + Discord ๆ˜ฏๆœ€็ฎ€ๅ•ๆ˜“็”จ็š„้€š่ฎฏๅทฅๅ…ท๏ผŒๅ…ผๅ…ท่ฏญ้Ÿณใ€่ง†้ข‘ไปฅๅŠๆ–‡ๅญ—ไฟกๆฏๅŠŸ่ƒฝใ€‚ + ๆ‚จๅฏไปฅ่Š่Šๅคฉ๏ผŒๆ‹‰ๆ‹‰ๅฎถๅธธ๏ผŒไธ€่ตท็Žฉ่€๏ผŒไธŽๅฅฝๅ‹ๅ’Œ็คพๅŒบไฟๆŒ็ดงๅฏ†่”็ณปใ€‚ +Tags: +- ๅผ€้ป‘ +- ๆธธๆˆ +- ่Šๅคฉ +- ่ฏญ้Ÿณ +- ่ฏญ้Ÿณ่Šๅคฉ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..85e3233d1e1ef --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.210/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.210 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a173230e812538a92a93b622e719ce5ba0585ff5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:06:04 +0800 Subject: [PATCH 102/121] New version: Google.AdsEditor version 14.12.5.0 (#351327) --- .../14.12.5.0/Google.AdsEditor.installer.yaml | 29 +++++++++++++++++++ .../Google.AdsEditor.locale.en-US.yaml | 20 +++++++++++++ .../Google.AdsEditor.locale.zh-CN.yaml | 19 ++++++++++++ .../AdsEditor/14.12.5.0/Google.AdsEditor.yaml | 8 +++++ 4 files changed, 76 insertions(+) create mode 100644 manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.installer.yaml create mode 100644 manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.locale.en-US.yaml create mode 100644 manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.locale.zh-CN.yaml create mode 100644 manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.yaml diff --git a/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.installer.yaml b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.installer.yaml new file mode 100644 index 0000000000000..359c88bee9ba2 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.12.5.0 +InstallerLocale: en-US +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{F090E368-23C0-11F1-A384-F1CEB00A27F3}' +AppsAndFeaturesEntries: +- ProductCode: '{F090E368-23C0-11F1-A384-F1CEB00A27F3}' + UpgradeCode: '{2C881436-87C2-4224-B264-38277EB91B37}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Google\Google Ads Editor\14.10.3.0' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/misc/acbmw3hl6bluvssdn7it5xtttjkq_14.12.5.0/google_ads_editor.msi + InstallerSha256: 3A299B846EF9591AF5CE9E35942DF79DBEA8441BD4D1ED7F4ACB5BC78C02DFC9 +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/misc/acbmw3hl6bluvssdn7it5xtttjkq_14.12.5.0/google_ads_editor.msi + InstallerSha256: 3A299B846EF9591AF5CE9E35942DF79DBEA8441BD4D1ED7F4ACB5BC78C02DFC9 + InstallerSwitches: + Custom: ALLUSERS=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.locale.en-US.yaml b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..a3cb0beb33dec --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.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: Google.AdsEditor +PackageVersion: 14.12.5.0 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: Google Ads Editor is a free, downloadable application for managing your Google Ads campaigns. +Moniker: google-ads-editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.locale.zh-CN.yaml b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6c8a9ef9f6052 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.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: Google.AdsEditor +PackageVersion: 14.12.5.0 +PackageLocale: zh-CN +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/google-ads/editor/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Ads Editor +PackageUrl: https://ads.google.com/home/tools/ads-editor/ +License: ๅ…่ดน่ฝฏไปถ +LicenseUrl: https://policies.google.com/terms?hl=zh-CN +Copyright: ็‰ˆๆƒๆ‰€ๆœ‰ 2026 Google LLC. ไฟ็•™ๆ‰€ๆœ‰ๆƒๅˆฉใ€‚ +ShortDescription: Google Ads Editor ๆ˜ฏไธ€ๆฌพๅฏไธ‹่ฝฝ็š„ๅ…่ดนๅบ”็”จ็จ‹ๅบ๏ผŒ็”จไบŽ็ฎก็† Google ๅนฟๅ‘Š็ณปๅˆ—ใ€‚ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.yaml b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.yaml new file mode 100644 index 0000000000000..f15a72759e880 --- /dev/null +++ b/manifests/g/Google/AdsEditor/14.12.5.0/Google.AdsEditor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AdsEditor +PackageVersion: 14.12.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fec45699be06e7cb726e28c775cc0a50f1bd27ed Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:06:53 +0800 Subject: [PATCH 103/121] New version: Timely.Memory version 26.3.167 (#351329) --- .../26.3.167/Timely.Memory.installer.yaml | 15 ++++++++ .../26.3.167/Timely.Memory.locale.en-US.yaml | 36 +++++++++++++++++++ .../26.3.167/Timely.Memory.locale.zh-CN.yaml | 15 ++++++++ .../Timely/Memory/26.3.167/Timely.Memory.yaml | 8 +++++ 4 files changed, 74 insertions(+) create mode 100644 manifests/t/Timely/Memory/26.3.167/Timely.Memory.installer.yaml create mode 100644 manifests/t/Timely/Memory/26.3.167/Timely.Memory.locale.en-US.yaml create mode 100644 manifests/t/Timely/Memory/26.3.167/Timely.Memory.locale.zh-CN.yaml create mode 100644 manifests/t/Timely/Memory/26.3.167/Timely.Memory.yaml diff --git a/manifests/t/Timely/Memory/26.3.167/Timely.Memory.installer.yaml b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.installer.yaml new file mode 100644 index 0000000000000..f205af0c6dd5c --- /dev/null +++ b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Timely.Memory +PackageVersion: 26.3.167 +InstallerType: nullsoft +Scope: user +ProductCode: Memory +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://memory.timelyapp.com/download/windows/26.3.167 + InstallerSha256: 87DAC683384F086B55794C7F1B843FE5D9C5C699532B7AECA9FEE377D653F73B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Timely/Memory/26.3.167/Timely.Memory.locale.en-US.yaml b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.locale.en-US.yaml new file mode 100644 index 0000000000000..58646fa43d030 --- /dev/null +++ b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.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: Timely.Memory +PackageVersion: 26.3.167 +PackageLocale: en-US +Publisher: timelyapp +PublisherUrl: https://www.timely.com/ +PublisherSupportUrl: https://support.timely.com/ +PrivacyUrl: https://www.timely.com/privacy-policy +Author: Timely AS +PackageName: Memory +PackageUrl: https://www.timely.com/downloads +License: Proprietary +LicenseUrl: https://www.timely.com/terms +Copyright: Copyright 2026 - Timely AS +CopyrightUrl: https://www.timely.com/terms +ShortDescription: Automatically records your work to a secure private timeline. +Description: Memory is Timely's tool that automatically records everything you do to your own, private timeline. It captures the time you actively spend in files, on apps, browsing websites, your calendar events, attending meetings, and more - the sky's the limit! By capturing everything you do, you get a complete picture of what you work on each day. +Tags: +- time +- timer +- tracker +ReleaseNotes: |- + - Fix window opening on system startup instead of launching in background + - Improve idle and sleep detection reliability + - Fix some crash and deadlock scenarios + - Performance and stability improvements + - [Mac] Capture URLs from Dia.app + - [Windows] Fix some silent crashes + - [Windows] Improve title capturing for apps that don't expose names via accessibility APIs + - [Windows] Make database deletion opt-in during uninstall +ReleaseNotesUrl: https://portal.timelyapp.com/changelog +PurchaseUrl: https://www.timely.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Timely/Memory/26.3.167/Timely.Memory.locale.zh-CN.yaml b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1dd5fd304963c --- /dev/null +++ b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.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: Timely.Memory +PackageVersion: 26.3.167 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ่‡ชๅŠจๅฐ†ๆ‚จ็š„ๅทฅไฝœ่ฎฐๅฝ•ๅˆฐๅฎ‰ๅ…จ็š„็งไบบๆ—ถ้—ด่ฝดใ€‚ +Description: Memory ๆ˜ฏ Timely ็ ”ๅ‘็š„ๆ™บ่ƒฝๅทฅๅ…ท๏ผŒ่ƒฝ่‡ชๅŠจๅฐ†ๆ‚จ็š„ไธ€ๅˆ‡ๆดปๅŠจ่ฎฐๅฝ•ๅˆฐไธ“ๅฑž็งไบบๆ—ถ้—ด่ฝดใ€‚ๅฎƒไผš็ฒพๅ‡†ๆ•ๆ‰ๆ‚จๅค„็†ๆ–‡ๆกฃใ€ไฝฟ็”จๅบ”็”จใ€ๆต่งˆ็ฝ‘้กต็š„ๆดป่ทƒๆ—ถ้•ฟ๏ผŒๅŒๆญฅๆ—ฅๅކไบ‹้กนใ€ไผš่ฎฎๅฎ‰ๆŽ’็ญ‰ๅ„็ฑปๅŠจๆ€โ€”โ€”่ฎฐๅฝ•็ปดๅบฆๆฒกๆœ‰ไธŠ้™๏ผ้€š่ฟ‡ๅ…จ้ข่ฟฝ่ธชๆ‚จ็š„ๆ—ฅๅธธ่ฝจ่ฟน๏ผŒๅŠฉๆ‚จๆธ…ๆ™ฐๆŽŒๆกๆฏๆ—ฅๅทฅไฝœๅ…จ่ฒŒใ€‚ +Tags: +- ๆ—ถ้—ด +- ่ฎกๆ—ถๅ™จ +- ่ทŸ่ธชๅ™จ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Timely/Memory/26.3.167/Timely.Memory.yaml b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.yaml new file mode 100644 index 0000000000000..bd8e6538fa484 --- /dev/null +++ b/manifests/t/Timely/Memory/26.3.167/Timely.Memory.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: Timely.Memory +PackageVersion: 26.3.167 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 85566890629eb763d83a1ee2de9f8dd10c155787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:37:17 +0800 Subject: [PATCH 104/121] New version: RoyalApps.RoyalTS.7 version 7.04.50318.0 (#351201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: โคๆ˜ฏ็บฑ้›พ้…ฑๅ“Ÿ๏ฝž <49941141+Dragon1573@users.noreply.github.com> --- .../RoyalApps.RoyalTS.7.installer.yaml | 35 ++++++++++++++++ .../RoyalApps.RoyalTS.7.locale.en-US.yaml | 42 +++++++++++++++++++ .../RoyalApps.RoyalTS.7.locale.zh-CN.yaml | 26 ++++++++++++ .../7/7.04.50318.0/RoyalApps.RoyalTS.7.yaml | 8 ++++ 4 files changed, 111 insertions(+) create mode 100644 manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.installer.yaml create mode 100644 manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.en-US.yaml create mode 100644 manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.zh-CN.yaml create mode 100644 manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.yaml diff --git a/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.installer.yaml b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.installer.yaml new file mode 100644 index 0000000000000..c5d78d3e34954 --- /dev/null +++ b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RoyalApps.RoyalTS.7 +PackageVersion: 7.04.50318.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- royalappslicense +- rtscli +- rtsx +FileExtensions: +- rtsx +- rtsz +ProductCode: '{4959A733-614C-44E8-AC0D-3E7BCABB55AC}' +ReleaseDate: 2026-03-18 +AppsAndFeaturesEntries: +- DisplayVersion: 7.4.50318.0 + ProductCode: '{4959A733-614C-44E8-AC0D-3E7BCABB55AC}' + UpgradeCode: '{4959A733-614C-44E8-AC0D-3E7B5A7375AB}' +InstallationMetadata: + DefaultInstallLocation: ABSOLUTEPATH +Installers: +- Architecture: x64 + InstallerUrl: https://download.royalapps.com/royalts/royaltsinstaller_7.04.50318.0_x64.msi + InstallerSha256: 72CD3253600CAF82A1CF5B348FDA393C393DB940DB87377595260265A987A00A +- Architecture: arm64 + InstallerUrl: https://download.royalapps.com/royalts/royaltsinstaller_7.04.50318.0_arm64.msi + InstallerSha256: 65DE262E527F708B6354DDB62D091B63B8F24DFA82EEE79643ED512EF70B8436 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.en-US.yaml b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.en-US.yaml new file mode 100644 index 0000000000000..7811ebebbaedb --- /dev/null +++ b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RoyalApps.RoyalTS.7 +PackageVersion: 7.04.50318.0 +PackageLocale: en-US +Publisher: Royal Apps GmbH +PublisherUrl: https://www.royalapps.com/ +PublisherSupportUrl: https://support.royalapps.com/support/home +PrivacyUrl: https://www.royalapps.com/ts/win/privacy +Author: Royal Apps GmbH +PackageName: Royal TS V7 +PackageUrl: https://www.royalapps.com/ts/win/download +License: Proprietary +LicenseUrl: https://support.royalapps.com/support/solutions/articles/17000074360 +Copyright: ยฉ 2025 Royal Apps GmbH +CopyrightUrl: https://support.royalapps.com/support/solutions/articles/17000074360 +ShortDescription: Comprehensive Remote Management Solution +Description: > + Royal TS provides powerful, easy and secure access to your remote systems. It's the perfect tool + for server admins, system engineers, developers and IT focused information workers who constantly + need to access remote systems with different protocols (like RDP, VNC, SSH, HTTP/S, and many + more). +Tags: +- ftp +- rdp +- remote +- server +- sftp +- ssh +- telnet +- vnc +- x11 +- xorg +- xserver +ReleaseNotesUrl: https://community.royalapps.com/t/royal-ts-v7-release-notes/239#p-241-royal-ts-704wrappatch-version50318wrap-wraprelease-date2026-03-18wrap-1 +PurchaseUrl: https://www.royalapps.com/ts/win/buy +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.royalapps.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.zh-CN.yaml b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.zh-CN.yaml new file mode 100644 index 0000000000000..824e89cc8b458 --- /dev/null +++ b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: RoyalApps.RoyalTS.7 +PackageVersion: 7.04.50318.0 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ็ปผๅˆ่ฟœ็จ‹็ฎก็†่งฃๅ†ณๆ–นๆกˆ +Description: Royal TS ไธบๆ‚จๆไพ›ๅผบๅคงใ€ไพฟๆทไธ”ๅฎ‰ๅ…จ็š„่ฟœ็จ‹็ณป็ปŸ่ฎฟ้—ฎไฝ“้ชŒใ€‚ไฝœไธบๆœๅŠกๅ™จ็ฎก็†ๅ‘˜ใ€็ณป็ปŸๅทฅ็จ‹ๅธˆใ€ๅผ€ๅ‘ไบบๅ‘˜ๅŠ IT ไธ“ไธšไบบๅฃซ็š„็†ๆƒณๅทฅๅ…ท๏ผŒๅฎƒ่ƒฝๅฎŒ็พŽๆ”ฏๆŒๅคš็งๅ่ฎฎ๏ผˆๅฆ‚RDPใ€VNCใ€SSHใ€HTTP/S ็ญ‰๏ผ‰๏ผŒๆปก่ถณๆ‚จ้ข‘็น่ฟžๆŽฅๅ„็ฑป่ฟœ็จ‹็ณป็ปŸ็š„้œ€ๆฑ‚ใ€‚ +Tags: +- ftp +- rdp +- sftp +- ssh +- telnet +- vnc +- x11 +- xorg +- xserver +- ๆœๅŠกๅ™จ +- ่ฟœ็จ‹ +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://docs.royalapps.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.yaml b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.yaml new file mode 100644 index 0000000000000..aed0dcafd7795 --- /dev/null +++ b/manifests/r/RoyalApps/RoyalTS/7/7.04.50318.0/RoyalApps.RoyalTS.7.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: RoyalApps.RoyalTS.7 +PackageVersion: 7.04.50318.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3acf136e2eae19d127b689685b2b82406284aebf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:37:55 +0800 Subject: [PATCH 105/121] New version: Alibaba.Lingma version 1.106.3 (0.6.1) (#350002) --- .../1.106.3/Alibaba.Lingma.installer.yaml | 154 ++++++++++++++++++ .../1.106.3/Alibaba.Lingma.locale.en-US.yaml | 25 +++ .../1.106.3/Alibaba.Lingma.locale.zh-CN.yaml | 34 ++++ .../Lingma/1.106.3/Alibaba.Lingma.yaml | 8 + 4 files changed, 221 insertions(+) create mode 100644 manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.installer.yaml create mode 100644 manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.yaml diff --git a/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.installer.yaml b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.installer.yaml new file mode 100644 index 0000000000000..d6c7895f3bf5c --- /dev/null +++ b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.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: Alibaba.Lingma +PackageVersion: 1.106.3 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- lingma +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: '{33B7C9E1-F1A4-4505-8E86-6A45DEE8AC9A}_is1' +ReleaseDate: 2026-03-19 +Installers: +- Architecture: x64 + InstallerUrl: https://lingma-ide.oss-rg-china-mainland.aliyuncs.com/release/0.6.1/LingmaUserSetup-x64.exe + InstallerSha256: B3BCED45F94BAE22D426297D6B4146EA4D4B52350BD2F3500F6FD2AFCF308CFB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.locale.en-US.yaml b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.locale.en-US.yaml new file mode 100644 index 0000000000000..9aee471c3a816 --- /dev/null +++ b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.locale.en-US.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: Alibaba.Lingma +PackageVersion: 1.106.3 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +Author: Aliyun Computing Co., Ltd. +PackageName: Lingma +PackageUrl: https://www.alibabacloud.com/help/lingma/ +License: Proprietary +ShortDescription: Fully integrated with the AI coding assistant, enjoy efficient and intelligent programming with an out-of-the-box experience without installing any plugins. +Description: Lingma, an AI coding assistant powered by Alibaba Cloud, offers features like code completion, chat, multi-file edits, and agent. These features empower you with a smarter coding experience, ushering in a new era of AI-native software development. Lingma also offers Enterprise Dedicated Edition for enterprise, with enterprise-level capabilities like customization and private domain knowledge enhancement, to empower enterprises with intelligent development. +Tags: +- ai +- code +- coding +- develop +- development +- programming +- qwen +PurchaseUrl: https://www.alibabacloud.com/help/lingma/product-overview/product-billing/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.locale.zh-CN.yaml b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f7258c769544 --- /dev/null +++ b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.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: Alibaba.Lingma +PackageVersion: 1.106.3 +PackageLocale: zh-CN +Publisher: Alibaba Cloud +PublisherUrl: https://www.aliyun.com/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/privacy_policy_full/20231023213159724/20231023213159724.html +Author: ้€šไน‰ไบ‘ๅฏ๏ผˆๆญๅทž๏ผ‰ไฟกๆฏๆŠ€ๆœฏๆœ‰้™ๅ…ฌๅธ +PackageName: Lingma +PackageUrl: https://lingma.aliyun.com/ +License: ไธ“ๆœ‰่ฝฏไปถ +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/c_platform_service_agreement/20231023213402278/20231023213402278.html +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/c_platform_service_agreement/20231023213402278/20231023213402278.html +ShortDescription: ๅ…จ้ข้›†ๆˆๆ™บ่ƒฝ็ผ–็ ๅŠฉๆ‰‹็š„่ƒฝๅŠ›๏ผŒๅผ€็ฎฑๅณ็”จๆ›ด็ฎ€ๅ•๏ผŒๆ— ้œ€ๅฎ‰่ฃ…ๆ’ไปถๅณๅฏไบซๅ—้ซ˜ๆ•ˆใ€ๆ™บ่ƒฝ็š„็ผ–็จ‹ไฝ“้ชŒใ€‚ +Description: ๆ™บ่ƒฝ็ผ–็ ๅŠฉๆ‰‹้€šไน‰็ต็ ๏ผˆ็ฎ€็งฐไธบ้€šไน‰็ต็ ๏ผ‰๏ผŒๆ˜ฏ็”ฑ้˜ฟ้‡Œไบ‘ๆไพ›็š„ๆ™บ่ƒฝ็ผ–็ ่พ…ๅŠฉๅทฅๅ…ท๏ผŒๆไพ›ไปฃ็ ๆ™บ่ƒฝ็”Ÿๆˆใ€ๆ™บ่ƒฝ้—ฎ็ญ”ใ€ๅคšๆ–‡ไปถไฟฎๆ”นใ€็ผ–็จ‹ๆ™บ่ƒฝไฝ“็ญ‰่ƒฝๅŠ›๏ผŒไธบๅผ€ๅ‘่€…ๅธฆๆฅ้ซ˜ๆ•ˆใ€ๆต็•…็š„็ผ–็ ไฝ“้ชŒ๏ผŒๅผ•้ข† AI ๅŽŸ็”Ÿ็ ”ๅ‘ๆ–ฐ่Œƒๅผใ€‚ๅŒๆ—ถ๏ผŒๆˆ‘ไปฌไธบไผไธšๅฎขๆˆทๆไพ›ไบ†ไผไธšๆ ‡ๅ‡†็‰ˆใ€ไธ“ๅฑž็‰ˆ๏ผŒๅ…ทๅค‡ไผไธš็บงๅœบๆ™ฏ่‡ชๅฎšไน‰ใ€็งๅŸŸ็Ÿฅ่ฏ†ๅขžๅผบ็ญ‰่ƒฝๅŠ›๏ผŒๅŠฉๅŠ›ไผไธš็ ”ๅ‘ๆ™บ่ƒฝๅŒ–ๅ‡็บงใ€‚ +Tags: +- ai +- ไปฃ็  +- ๅผ€ๅ‘ +- ็ผ–็จ‹ +- ้€šไน‰ๅƒ้—ฎ +- ้€šไน‰็ต็  +ReleaseNotes: |- + ไฝ“้ชŒไผ˜ๅŒ– + - ๅœจๆจกๅž‹้€‰ๆ‹ฉๅ™จไธญ๏ผŒๅขžๅŠ  BYOK ้…็ฝฎไธ‰ๆ–นๆจกๅž‹ๅ…ฅๅฃใ€‚ +ReleaseNotesUrl: https://help.aliyun.com/zh/lingma/product-overview/changelogs-of-lingma-ide +PurchaseUrl: https://lingma.aliyun.com/lingma/pricing +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://help.aliyun.com/zh/lingma/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.yaml b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.yaml new file mode 100644 index 0000000000000..c4bbc4036e7a0 --- /dev/null +++ b/manifests/a/Alibaba/Lingma/1.106.3/Alibaba.Lingma.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.Lingma +PackageVersion: 1.106.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 2a6fdb157753986d68d93cf5da214d72c11eacd0 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:38:43 -0300 Subject: [PATCH 106/121] New version: charmbracelet.crush 0.51.1 (#350165) Co-authored-by: Charm --- .../0.51.1/charmbracelet.crush.installer.yaml | 34 +++++++++++++++++++ .../charmbracelet.crush.locale.en-US.yaml | 18 ++++++++++ .../crush/0.51.1/charmbracelet.crush.yaml | 7 ++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.installer.yaml create mode 100644 manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.locale.en-US.yaml create mode 100644 manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.yaml diff --git a/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..c5aa5aae1701a --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.51.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-19" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.51.1_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.51.1/crush_0.51.1_Windows_i386.zip + InstallerSha256: 51bb4313881a751a2e89776df51890fc5311fa5438b01355d96cf3dd9a0e955f + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.51.1_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.51.1/crush_0.51.1_Windows_arm64.zip + InstallerSha256: 7c1b87392f995cdfde9796f2d81769b22c7e0d3abb12943416e9f067a107ac9d + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.51.1_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.51.1/crush_0.51.1_Windows_x86_64.zip + InstallerSha256: 120adb95f84d63d6d72826265eef25b886e69674691a36c0835f47fb7b3d3973 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..a80c3d955f60f --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.51.1 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.51.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..a13595c77256b --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.51.1/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.51.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 69504173265ba86ffab3c31b46d0679693f77b73 Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Tue, 24 Mar 2026 03:40:10 +0100 Subject: [PATCH 107/121] New version: Gitleaks.Gitleaks version 8.30.1 (#350678) --- .../8.30.1/Gitleaks.Gitleaks.installer.yaml | 27 ++++++++++++ .../Gitleaks.Gitleaks.locale.en-US.yaml | 41 +++++++++++++++++++ .../Gitleaks/8.30.1/Gitleaks.Gitleaks.yaml | 8 ++++ 3 files changed, 76 insertions(+) create mode 100644 manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.installer.yaml create mode 100644 manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.locale.en-US.yaml create mode 100644 manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.yaml diff --git a/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.installer.yaml b/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.installer.yaml new file mode 100644 index 0000000000000..103a88eebd0b5 --- /dev/null +++ b/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitleaks.Gitleaks +PackageVersion: 8.30.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gitleaks.exe +Commands: +- gitleaks +FileExtensions: +- toml +ReleaseDate: 2026-03-21 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.30.1/gitleaks_8.30.1_windows_x32.zip + InstallerSha256: 190AD53DB301EEC3E90AFE3A1A75270768B8EBF89E731345E19421C32C1AE1A1 +- Architecture: x64 + InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.30.1/gitleaks_8.30.1_windows_x64.zip + InstallerSha256: D29144DEFF3A68AA93CED33DDDF84B7FDC26070ADD4AA0F4513094C8332AFC4E +- Architecture: arm64 + InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.30.1/gitleaks_8.30.1_windows_arm64.zip + InstallerSha256: B95F5E4F5C425CEDCA7EE203D9AFD29597E692C4924A12ED42F970537C72CC0F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.locale.en-US.yaml b/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.locale.en-US.yaml new file mode 100644 index 0000000000000..6053565079d0e --- /dev/null +++ b/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitleaks.Gitleaks +PackageVersion: 8.30.1 +PackageLocale: en-US +Publisher: Gitleaks LLC +PublisherUrl: https://gitleaks.io/ +PublisherSupportUrl: https://github.com/gitleaks/gitleaks/issues +Author: Zachary Rice +PackageName: Gitleaks +PackageUrl: https://github.com/gitleaks/gitleaks +License: MIT +LicenseUrl: https://github.com/gitleaks/gitleaks/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Zachary Rice +CopyrightUrl: https://github.com/gitleaks/gitleaks/blob/master/LICENSE +ShortDescription: Protect and discover secrets using Gitleaks +Description: |- + Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, + and tokens in git repos. Gitleaks is an easy-to-use, all-in-one solution for detecting secrets, + past or present, in your code. +Moniker: gitleaks +Tags: +- devsecops +- git +- gitleaks +- go +- golang +- hacktoberfest +- secret +- security +- security-tools +ReleaseNotes: |- + Changelog + - 83d9cd6 update goreleaser + - 8d1f98c Removed unnecessary functions from report template (#2040) + - ca20267 its the simple things (#2020) + - b66ac75 build: switch to Go 1.24 (#2002) +ReleaseNotesUrl: https://github.com/gitleaks/gitleaks/releases/tag/v8.30.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.yaml b/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.yaml new file mode 100644 index 0000000000000..42663f99c9c35 --- /dev/null +++ b/manifests/g/Gitleaks/Gitleaks/8.30.1/Gitleaks.Gitleaks.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: Gitleaks.Gitleaks +PackageVersion: 8.30.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ab4126aa4ea4c982154714fd696b93281f27194e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:41:00 +0800 Subject: [PATCH 108/121] New version: PostgreSQL.psqlODBC version 18.00.0001 (#351285) --- .../PostgreSQL.psqlODBC.installer.yaml | 35 +++++++++++++++++++ .../PostgreSQL.psqlODBC.locale.en-US.yaml | 26 ++++++++++++++ .../PostgreSQL.psqlODBC.locale.zh-CN.yaml | 26 ++++++++++++++ .../18.00.0001/PostgreSQL.psqlODBC.yaml | 8 +++++ 4 files changed, 95 insertions(+) create mode 100644 manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.installer.yaml create mode 100644 manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.locale.en-US.yaml create mode 100644 manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.locale.zh-CN.yaml create mode 100644 manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.yaml diff --git a/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.installer.yaml b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.installer.yaml new file mode 100644 index 0000000000000..3c95bc81a48b9 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC +PackageVersion: 18.00.0001 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-18_00_0001/psqlodbc-setup.exe + InstallerSha256: 0B8082C242EB7C8AA4B78E85426BC7985347134EF0CC92D958F6EFE44036C5FB + ProductCode: '{9038c8de-046d-4839-9d2e-27ec9f33843e}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-18_00_0001/psqlodbc-setup.exe + InstallerSha256: 0B8082C242EB7C8AA4B78E85426BC7985347134EF0CC92D958F6EFE44036C5FB + ProductCode: '{9038c8de-046d-4839-9d2e-27ec9f33843e}' +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-18_00_0001/psqlodbc_x86.msi + InstallerSha256: BB941A8EE009C064737830E08F957312CF53ADBBBDE923F1FA4D15554C5012D9 + InstallerSwitches: + InstallLocation: BASEDIR="" + ProductCode: '{7B82CB10-3762-486F-B6C5-6D0BB47ABE2A}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-18_00_0001/psqlodbc_x64.msi + InstallerSha256: C9D344829FD0492344E73AA055546F35337FFC742EAC3A9F6DAB0E3444414503 + InstallerSwitches: + InstallLocation: BASEDIR="" + ProductCode: '{779734A6-C4E2-470A-8F26-C41CA3C3ABF8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.locale.en-US.yaml b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.locale.en-US.yaml new file mode 100644 index 0000000000000..92524445f2cc3 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.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: PostgreSQL.psqlODBC +PackageVersion: 18.00.0001 +PackageLocale: en-US +Publisher: PostgreSQL Global Development Group +PublisherUrl: https://www.postgresql.org/ +PublisherSupportUrl: https://github.com/postgresql-interfaces/psqlodbc/issues +PrivacyUrl: https://www.postgresql.org/about/policies/privacy/ +PackageName: psqlodbc +PackageUrl: https://odbc.postgresql.org/ +License: LGPL-2.0 +LicenseUrl: https://github.com/postgresql-interfaces/psqlodbc/blob/HEAD/license.txt +Copyright: Copyright ยฉ 1996-2026 The PostgreSQL Global Development Group +CopyrightUrl: https://www.postgresql.org/about/policies/trademarks/ +ShortDescription: The official PostgreSQL ODBC Driver +Tags: +- odbc +- postgresql +ReleaseNotesUrl: https://odbc.postgresql.org/docs/release.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://odbc.postgresql.org/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.locale.zh-CN.yaml b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eb6b6b0070612 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.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: PostgreSQL.psqlODBC +PackageVersion: 18.00.0001 +PackageLocale: zh-CN +Publisher: PostgreSQL Global Development Group +PublisherUrl: https://www.postgresql.org/ +PublisherSupportUrl: https://github.com/postgresql-interfaces/psqlodbc/issues +PrivacyUrl: https://www.postgresql.org/about/policies/privacy/ +PackageName: psqlodbc +PackageUrl: https://odbc.postgresql.org/ +License: LGPL-2.0 +LicenseUrl: https://github.com/postgresql-interfaces/psqlodbc/blob/HEAD/license.txt +Copyright: Copyright ยฉ 1996-2026 The PostgreSQL Global Development Group +CopyrightUrl: https://www.postgresql.org/about/policies/trademarks/ +ShortDescription: ๅฎ˜ๆ–น PostgreSQL ODBC ้ฉฑๅŠจ +Tags: +- odbc +- postgresql +ReleaseNotesUrl: https://odbc.postgresql.org/docs/release.html +Documentations: +- DocumentLabel: ๅธธ่ง้—ฎ้ข˜ + DocumentUrl: https://odbc.postgresql.org/faq.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.yaml b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.yaml new file mode 100644 index 0000000000000..ccdc2d31db020 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/18.00.0001/PostgreSQL.psqlODBC.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: PostgreSQL.psqlODBC +PackageVersion: 18.00.0001 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aceaaf2259c54357a9059dbcab521958e38dbfab Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 24 Mar 2026 03:41:50 +0100 Subject: [PATCH 109/121] New version: FOSSA.FOSSA-cli version 3.16.5 (#351290) --- .../3.16.5/FOSSA.FOSSA-cli.installer.yaml | 16 ++++++++++++++ .../3.16.5/FOSSA.FOSSA-cli.locale.en-US.yaml | 22 +++++++++++++++++++ .../FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.yaml | 8 +++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.installer.yaml create mode 100644 manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.locale.en-US.yaml create mode 100644 manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.yaml diff --git a/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.installer.yaml b/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.installer.yaml new file mode 100644 index 0000000000000..707b4d79c1fcc --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FOSSA.FOSSA-cli +PackageVersion: 3.16.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fossa.exe +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fossas/fossa-cli/releases/download/v3.16.5/fossa_3.16.5_windows_amd64.zip + InstallerSha256: C51ADB68F651B01CE91543AC87D78CA60034E3B34CA5B01E28FA416FC09DB2BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.locale.en-US.yaml b/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..99adc671e1ca5 --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FOSSA.FOSSA-cli +PackageVersion: 3.16.5 +PackageLocale: en-US +Publisher: FOSSA +PublisherUrl: https://fossa.com/ +PublisherSupportUrl: https://github.com/fossas/fossa-cli/issues +PackageName: fossa-cli +PackageUrl: https://github.com/fossas/fossa-cli +License: MPL-2.0 +LicenseUrl: https://github.com/fossas/fossa-cli/blob/HEAD/LICENSE +ShortDescription: Fast, portable and reliable dependency analysis for any codebase. +Moniker: fossa +Tags: +- open-source-licensing +- open-source-vulnerabilities +ReleaseNotes: '- PNPM: Fix pnpm v9 lockfile transitive devDependency classification. Dependencies of devDependencies were incorrectly reported as production dependencies in pnpm v9 projects. (#1668)' +ReleaseNotesUrl: https://github.com/fossas/fossa-cli/releases/tag/v3.16.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.yaml b/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.yaml new file mode 100644 index 0000000000000..91156a64d1092 --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.16.5/FOSSA.FOSSA-cli.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: FOSSA.FOSSA-cli +PackageVersion: 3.16.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From be157059ebc7365d957d95d1edce18357d4bf0fb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:42:43 +0800 Subject: [PATCH 110/121] New version: Anysphere.Cursor version 2.6.21 (#351314) --- .../2.6.21/Anysphere.Cursor.installer.yaml | 176 ++++++++++++++++++ .../2.6.21/Anysphere.Cursor.locale.en-US.yaml | 73 ++++++++ .../2.6.21/Anysphere.Cursor.locale.zh-CN.yaml | 19 ++ .../Cursor/2.6.21/Anysphere.Cursor.yaml | 8 + 4 files changed, 276 insertions(+) create mode 100644 manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.installer.yaml create mode 100644 manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.locale.en-US.yaml create mode 100644 manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.locale.zh-CN.yaml create mode 100644 manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.yaml diff --git a/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..640a40b34c023 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 2.6.21 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/fea2f546c979a0a4ad1deab23552a43568807592/win32/x64/user-setup/CursorUserSetup-x64-2.6.21.exe + InstallerSha256: ECC9478202D6144B3B4F58D4A401E58FFBE3B9E9434ADF7338BB9A1EE43F6F02 + ProductCode: '{DADADADA-ADAD-ADAD-ADAD-ADADADADADAD}}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/fea2f546c979a0a4ad1deab23552a43568807592/win32/x64/system-setup/CursorSetup-x64-2.6.21.exe + InstallerSha256: 3081F4D61FBBDD6D2AF2B26F9523F09F950AF3B81D5350824EFB391117100C64 + ProductCode: '{D7D7D7D7-7D7D-7D7D-7D7D-7D7D7D7D7D7D}}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/fea2f546c979a0a4ad1deab23552a43568807592/win32/arm64/user-setup/CursorUserSetup-arm64-2.6.21.exe + InstallerSha256: 39A4D98B31F6827DD34B937E07CAE31022ED400DB65B618BC22EF0067FD448CD + ProductCode: '{DBDBDBDB-BDBD-BDBD-BDBD-BDBDBDBDBDBD}}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/fea2f546c979a0a4ad1deab23552a43568807592/win32/arm64/system-setup/CursorSetup-arm64-2.6.21.exe + InstallerSha256: E009A39C36C27036925EFD5C2502FFE16F026589EF342228DA07104EBD827C34 + ProductCode: '{D8D8D8D8-8D8D-8D8D-8D8D-8D8D8D8D8D8D}}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..619083db51cc9 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 2.6.21 +PackageLocale: en-US +Publisher: Anysphere +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Description: Cursor is a new, intelligent IDE, empowered by seamless integrations with AI. Built upon VSCode, Cursor is quick to learn, but can make you extraordinarily productive. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + This release introduces interactive UIs in agent chats, a way for teams to share private plugins, and improvements to core capabilities like Debug mode. + + MCP Apps + MCP Apps support interactive user interfaces like charts from Amplitude, diagrams from Figma, and whiteboards from tldraw directly inside Cursor. + + Team marketplaces for plugins + On Teams and Enterprise plans, Admins can now create team marketplaces to share private plugins internally. Go to the settings page to manage and distribute plugins with central governance and access controls. + + Desktop Improvements (15) + + - Added support for multiple parallel Debug mode sessions. + - Debug mode now cleans up stale code after every turn. + - Debug mode now adapts the number of instrumentation logs based on the complexity. + - Added a right-click context menu and zoom support to the browser tool. + - The content from your plan files are now included in autocomplete suggestions as you type in the agent chat input. + - When you attach multiple images to a chat message, they now display as a gallery instead of a flat list. + - Added multiline support for Plan mode questions. + - Modals load faster. + - Agent workflows are faster and more predictable for multi-file edits and PR-heavy tasks. + - Improved PR and review context with more accurate file/line anchoring and clearer diff/hunk rendering. + - Smoother tool-use flows across terminal, web, and integration actions, with better handling for long multi-step runs. + - More reliable MCP setup and configuration, with cleaner tool-call UX during agent runs. + - Clearer, more consistent team and enterprise policy and access controls. + - Improved Slack integration with better linking and status behavior to make team workflows easier to follow. + - Improved reliability for longer-running agent sessions. + Desktop Bug Fixes (10) + + - Fixed web links in the plan editor. + - Fixed refresh behavior so branch and PR status appear more reliably. + - Fixed false blockers when branches diverge during review and merge flows. + - Fixed review comments where file and line references could be incomplete or inconsistent. + - Fixed diff display so add/delete and hunk line information is preserved more accurately. + - Fixed MCP configuration dialogs that could get stuck or behave inconsistently. + - Fixed model picker showing duplicate or mismatched entries for some users. + - Fixed team permission and access control inconsistencies across organization setups. + - Fixed reliability issues in long-running workflows (timeouts, retries, abort handling) for better completion rates. + - Fixed port allocation conflicts across multiple Debug mode sessions. + Web Improvements & Fixes (2) + + - Improved dashboard and account management with clearer visibility into overview, analytics, and collections. + - Fixed layout issues in account management and analytics views on the dashboard. +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e80fd49b0a0e --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 2.6.21 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: AI ไปฃ็ ็ผ–่พ‘ๅ™จ +Description: Cursor ๆ˜ฏไธ€ๆฌพๅ…จๆ–ฐ็š„ๆ™บ่ƒฝ IDE๏ผŒๅฏไธŽ AI ๆ— ็ผ้›†ๆˆใ€‚Cursor ไปฅ VSCode ไธบๅŸบ็ก€๏ผŒไธŠๆ‰‹ๅพˆๅฟซ๏ผŒไฝ†ๅด่ƒฝ่ฎฉไฝ ็š„ๅทฅไฝœๆ•ˆ็އ่ถ…ไนŽๅฏปๅธธใ€‚ +Tags: +- ai +- ไปฃ็  +- ๅผ€ๅ‘ +- ็ผ–็จ‹ +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..4ffa7eaba0e8d --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.21/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 2.6.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 29624c6b18f42748dc58a416b0ab0c34a96f4b58 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 24 Mar 2026 03:43:35 +0100 Subject: [PATCH 111/121] New version: vim.vim.nightly version 9.2.0235 (#351324) --- .../9.2.0235/vim.vim.nightly.installer.yaml | 34 ++++++++++ .../vim.vim.nightly.locale.en-US.yaml | 68 +++++++++++++++++++ .../vim/nightly/9.2.0235/vim.vim.nightly.yaml | 8 +++ 3 files changed, 110 insertions(+) create mode 100644 manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.installer.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.locale.en-US.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.yaml diff --git a/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.installer.yaml new file mode 100644 index 0000000000000..ef50b141982e1 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.installer.yaml @@ -0,0 +1,34 @@ +# 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: vim.vim.nightly +PackageVersion: 9.2.0235 +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-23 +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%VIM%' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0235/gvim_9.2.0235_x86.exe + InstallerSha256: 08DF1AAAE5C88C56A9AF8831C5323A689F9886B98C2C6BA3996586E26343466A +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0235/gvim_9.2.0235_x64.exe + InstallerSha256: E1786F513D8B8871523F4F90F5095746571E38A0A0A354A4FF4DF036F621B01B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..8a98d4fbb06b2 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,68 @@ +# 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: vim.vim.nightly +PackageVersion: 9.2.0235 +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.0235 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - runtime(java): Make changes for JDK 26 + - 9.2.0235: filetype: wks files are not recognized. + - 9.2.0234: test: Test_close_handle() is flaky + - 9.2.0233: Compiler warning in strings.c + - 9.2.0232: fileinfo not shown after :bd of last listed buffer + Files: + ๐Ÿ”“ Unsigned Files: + - gvim_9.2.0235_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0235_x64.exe + 64-bit installer + - gvim_9.2.0235_arm64.exe + ARM 64-bit installer + - gvim_9.2.0235_x86.zip + 32-bit zip archive + - gvim_9.2.0235_x64.zip + 64-bit zip archive + - gvim_9.2.0235_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0235_x86_pdb.zip + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0235_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.0235 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.yaml new file mode 100644 index 0000000000000..b5cde02261bb9 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0235/vim.vim.nightly.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: vim.vim.nightly +PackageVersion: 9.2.0235 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9df7dd2bb2758b1b5ea7eb0e21f7efaf13db734a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Tue, 24 Mar 2026 03:44:24 +0100 Subject: [PATCH 112/121] New version: sbt.sbt version 1.12.7 (#351332) --- .../s/sbt/sbt/1.12.7/sbt.sbt.installer.yaml | 23 +++++++++++++ .../sbt/sbt/1.12.7/sbt.sbt.locale.en-US.yaml | 34 +++++++++++++++++++ manifests/s/sbt/sbt/1.12.7/sbt.sbt.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/s/sbt/sbt/1.12.7/sbt.sbt.installer.yaml create mode 100644 manifests/s/sbt/sbt/1.12.7/sbt.sbt.locale.en-US.yaml create mode 100644 manifests/s/sbt/sbt/1.12.7/sbt.sbt.yaml diff --git a/manifests/s/sbt/sbt/1.12.7/sbt.sbt.installer.yaml b/manifests/s/sbt/sbt/1.12.7/sbt.sbt.installer.yaml new file mode 100644 index 0000000000000..46344dbd84c9e --- /dev/null +++ b/manifests/s/sbt/sbt/1.12.7/sbt.sbt.installer.yaml @@ -0,0 +1,23 @@ +# 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: sbt.sbt +PackageVersion: 1.12.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{CE07BE71-510D-414A-92D4-DFF47631848A}' +ReleaseDate: 2026-03-23 +AppsAndFeaturesEntries: +- DisplayName: sbt 1.12.7 + Publisher: Scala Center + ProductCode: '{CE07BE71-510D-414A-92D4-DFF47631848A}' + UpgradeCode: '{2166BB04-4074-F7DC-0F70-2264AAE32BD1}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%/sbt' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/sbt/sbt/releases/download/v1.12.7/sbt-1.12.7.msi + InstallerSha256: B316D2928F429566F029BC6BE9D25E5A3C1F0A2CE91471620C80885CC52EE52B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sbt/sbt/1.12.7/sbt.sbt.locale.en-US.yaml b/manifests/s/sbt/sbt/1.12.7/sbt.sbt.locale.en-US.yaml new file mode 100644 index 0000000000000..0d0a23150d178 --- /dev/null +++ b/manifests/s/sbt/sbt/1.12.7/sbt.sbt.locale.en-US.yaml @@ -0,0 +1,34 @@ +# 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: sbt.sbt +PackageVersion: 1.12.7 +PackageLocale: en-US +Publisher: Lightbend, Inc. +PublisherUrl: https://www.lightbend.com/ +PublisherSupportUrl: https://www.scala-sbt.org/support.html +PrivacyUrl: https://www.lightbend.com/legal/privacy?_ga=2.106952203.969622968.1639120972-1490489665.1639120972 +PackageName: sbt +PackageUrl: https://www.scala-sbt.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/sbt/sbt/blob/HEAD/LICENSE +ShortDescription: A build tool for Scala, Java, and more +Moniker: sbt +Tags: +- admin +- functional +- java +- language +- programming +- sbt +- scala +ReleaseNotes: |- + updates + - Revert Coursier back to 2.12.24 (#8902) by @eed3si9n in #8918 + Full Changelog: v1.12.6...v1.12.7 +ReleaseNotesUrl: https://github.com/sbt/sbt/releases/tag/v1.12.7 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sbt/sbt/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sbt/sbt/1.12.7/sbt.sbt.yaml b/manifests/s/sbt/sbt/1.12.7/sbt.sbt.yaml new file mode 100644 index 0000000000000..0d19610c00f5e --- /dev/null +++ b/manifests/s/sbt/sbt/1.12.7/sbt.sbt.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: sbt.sbt +PackageVersion: 1.12.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0846e11f05523896de38de35ee3f003398538a93 Mon Sep 17 00:00:00 2001 From: hitalin Date: Tue, 24 Mar 2026 11:45:22 +0900 Subject: [PATCH 113/121] New version: Hitalin.NoteDeck version 0.7.6 (#351338) --- .../0.7.6/Hitalin.NoteDeck.installer.yaml | 21 +++++++++++++ .../0.7.6/Hitalin.NoteDeck.locale.en-US.yaml | 24 ++++++++++++++ .../0.7.6/Hitalin.NoteDeck.locale.ja-JP.yaml | 31 +++++++++++++++++++ .../NoteDeck/0.7.6/Hitalin.NoteDeck.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.installer.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.locale.en-US.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.locale.ja-JP.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.yaml diff --git a/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 0000000000000..ffbd8cb96df4e --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.installer.yaml @@ -0,0 +1,21 @@ +# 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: Hitalin.NoteDeck +PackageVersion: 0.7.6 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-03-24 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v0.7.6/NoteDeck-0.7.6-windows-x64-setup.exe + InstallerSha256: 1469697CED0FEB9398E84D87403222271C6B0A7D05AAAE217F8860D3B44BD03E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..b87c6ffcb7ae2 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 0.7.6 +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.7.6/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 0000000000000..2414058c1178a --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +# 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: Hitalin.NoteDeck +PackageVersion: 0.7.6 +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 + - chore: v0.7.6 by @hitalin in #183 + Full Changelog: v0.7.5...v0.7.6 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v0.7.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.yaml new file mode 100644 index 0000000000000..e2374a9ddc886 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/0.7.6/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 0.7.6 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From 903bdc3e66966ad03c3747c9e0fe5b947ff4b3ea Mon Sep 17 00:00:00 2001 From: Lucas de Eiroz Rodrigues Date: Mon, 23 Mar 2026 23:46:12 -0300 Subject: [PATCH 114/121] lucasdeeiroz.RobotRunner version 2.1.101 (#351340) --- .../lucasdeeiroz.RobotRunner.installer.yaml | 16 +++++++++++++++ ...lucasdeeiroz.RobotRunner.locale.en-US.yaml | 20 +++++++++++++++++++ .../2.1.101/lucasdeeiroz.RobotRunner.yaml | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.installer.yaml create mode 100644 manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.locale.en-US.yaml create mode 100644 manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.yaml diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.installer.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.installer.yaml new file mode 100644 index 0000000000000..435af1c7acc43 --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: lucasdeeiroz.RobotRunner +PackageVersion: 2.1.101 +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lucasdeeiroz/robot_runner/releases/download/v2.1.101/Robot.Runner_2.1.101_windows_x64-setup.exe + InstallerSha256: D72903E37EA1EFF17F8600E2A75ABB858E6F44F0ADE03548A017E6E3FB3D4315 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.locale.en-US.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.locale.en-US.yaml new file mode 100644 index 0000000000000..a962971f14b85 --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: lucasdeeiroz.RobotRunner +PackageVersion: 2.1.101 +PackageLocale: en-US +Publisher: Lucas de Eiroz Rodrigues +PublisherUrl: https://github.com/lucasdeeiroz +PublisherSupportUrl: https://github.com/lucasdeeiroz/robot_runner/issues +PackageName: Robot Runner +PackageUrl: https://github.com/lucasdeeiroz/robot_runner +License: MIT License +ShortDescription: A modern, cross-platform GUI for Robot Framework and Appium, designed to simplify test automation workflows. +ReleaseNotesUrl: https://github.com/lucasdeeiroz/robot_runner/releases/tag/v2.1.101 +ReleaseDate: 2026-03-23 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/lucasdeeiroz/robot_runner/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.yaml new file mode 100644 index 0000000000000..8544a53a86a1e --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.1.101/lucasdeeiroz.RobotRunner.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: lucasdeeiroz.RobotRunner +PackageVersion: 2.1.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0267caf4b6dcc8eee0f6c017ec8196423d93853c Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:54:25 -0700 Subject: [PATCH 115/121] Automatic Waiver Addition for PR 350189 (#351354) --- manifests/o/obot-platform/obot/.validation | 1 + 1 file changed, 1 insertion(+) create mode 100644 manifests/o/obot-platform/obot/.validation diff --git a/manifests/o/obot-platform/obot/.validation b/manifests/o/obot-platform/obot/.validation new file mode 100644 index 0000000000000..463d8bcaccc02 --- /dev/null +++ b/manifests/o/obot-platform/obot/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"981aa57c-7ce5-46cc-8402-ec9c7d9f6e51","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/obot-platform/obot/v0.18.0","CommitId":"90bf0d74b5dba7fb71d8b03b8e1635189d2ec63a"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file From ec270e79eefef227337031715a5f7ab8eb154889 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:17:24 +0800 Subject: [PATCH 116/121] New version: astral-sh.uv version 0.11.0 (#351315) --- .../uv/0.11.0/astral-sh.uv.installer.yaml | 40 +++++++++++ .../uv/0.11.0/astral-sh.uv.locale.en-US.yaml | 72 +++++++++++++++++++ .../uv/0.11.0/astral-sh.uv.locale.zh-CN.yaml | 15 ++++ .../a/astral-sh/uv/0.11.0/astral-sh.uv.yaml | 8 +++ 4 files changed, 135 insertions(+) create mode 100644 manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.installer.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.locale.zh-CN.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.yaml diff --git a/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..8ff3c54f5c8dc --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +- RelativeFilePath: uvw.exe + PortableCommandAlias: uvw +Commands: +- uv +- uvw +- uvx +ReleaseDate: 2026-03-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.0/uv-i686-pc-windows-msvc.zip + InstallerSha256: 3B09D70E686087E096DBD8A2AF21B922A2CAC7D613DC053C3281C3DDBB961961 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.0/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: E21D00B172DF83531564A95E75A2BDC0C59B471DBB3515F0C1B4D6EF657DC451 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.0/uv-aarch64-pc-windows-msvc.zip + InstallerSha256: 95419E04A3EF5F13FB2A06BD6D787BA80A9D8981D6F097780E5A979817A2879D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..80b19c383790b --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2026 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Released on 2026-03-23. + Breaking changes + This release includes changes to the networking stack used by uv. While we think that breakage will be rare, it is possible that these changes will result in the rejection of certificates previously trusted by uv so we have marked the change as breaking out of an abundance of caution. + The changes are largely driven by the upgrade of reqwest, which powers uv's HTTP clients, to v0.13 which included some breaking changes to TLS certificate verification. + The following changes are included: + - rustls-platform-verifier is used instead of rustls-native-certs and webpki for certificate verification + This change should have no effect unless you are using the native-tls option to enable reading system certificates. + rustls-platform-verifier delegates to the system for certificate validation (e.g., Security.framework on macOS) instead of eagerly loading certificates from the system and verifying them via webpki. The effects of this change will vary based on the operating system. In general, uv's certificate validation should now be more consistent with browsers and other native applications. However, this is the most likely cause of breaking changes in this release. Some previously failing certificate chains may succeed, and some previously accepted certificate chains may fail. In either case, we expect the validation to be more correct and welcome reports of regressions. + In particular, because more responsibility for validating the certificate is transferred to your system's security library, some features like CA constraints or revocation of certificates via OCSP and CRLs may now be used. + This change should improve performance when using system certificate on macOS, as uv no longer needs to load all certificates from the keychain at startup. + - aws-lc is used instead of ring for a cryptography backend + There should not be breaking changes from this change. We expect this to expand support for certificate signature algorithms. + - --native-tls is deprecated in favor of a new --system-certs flag + The --native-tls flag is still usable and has identical behavior to --system-certs. + This change was made to reduce confusion about the TLS implementation uv uses. uv always uses rustls not native-tls. + - Building uv on x86-64 and i686 Windows requires NASM + NASM is required by aws-lc. If not found on the system, a prebuilt blob provided by aws-lc-sys will be used. + If you are not building uv from source, this change has no effect. + See the CONTRIBUTING guide for details. + - Empty SSL_CERT_FILE values are ignored (for consistency with SSL_CERT_DIR) + See #18550 for details. + Python + - Enable frame pointers for improved profiling on Linux x86-64 and aarch64 + See the python-build-standalone release notes for details. + Enhancements + - Treat 'Dynamic' values as case-insensitive (#18669) + - Use a dedicated error for invalid cache control headers (#18657) + - Enable checksum verification in the generated installer script (#18625) + Preview features + - Add --service-format and --service-url to uv audit (#18571) + Performance + - Avoid holding flat index lock across indexes (#18659) + Bug fixes + - Find the dynamic linker on the file system when sniffing binaries fails (#18457) + - Fix export of conflicting workspace members with dependencies (#18666) + - Respect installed settings in uv tool list --outdated (#18586) + - Treat paths originating as PEP 508 URLs which contain expanded variables as relative (#18680) + - Fix uv export for workspace member packages with conflicts (#18635) + - Continue to alternative authentication providers when the pyx store has no token (#18425) + - Use redacted URLs for log messages in cached client (#18599) + Documentation + - Add details on Linux versions to the platform policy (#18574) + - Clarify FLASH_ATTENTION_SKIP_CUDA_BUILD guidance for flash-attn installs (#18473) + - Split the dependency bots page into two separate pages (#18597) + - Split the alternative indexes page into separate pages (#18607) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..07c23779dfcdc --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.0 +PackageLocale: zh-CN +License: Apache-2.0 ๆˆ– MIT +ShortDescription: ็”จ Rust ็ผ–ๅ†™็š„ๆž้€Ÿ Python ่ฝฏไปถๅŒ…ๅ’Œ้กน็›ฎ็ฎก็†ๅ™จ +Description: ็”จ Rust ็ผ–ๅ†™็š„ๆž้€Ÿ Python ่ฝฏไปถๅŒ…ๅ’Œ้กน็›ฎ็ฎก็†ๅ™จใ€‚ๅฏไฝœไธบๅ•ไธ€ๅทฅๅ…ทๆ›ฟไปฃ pipใ€pip-toolsใ€pipxใ€polesใ€pyenvใ€twineใ€virtualenv ๅทฅไฝœๆต็ญ‰ใ€‚ +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.0 +Documentations: +- DocumentLabel: ๆ–‡ๆกฃ + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.yaml new file mode 100644 index 0000000000000..15bf8a8742627 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.0/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 988ccee1dc25ee4089c6fa4f84b30be6e7a8b8b7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:18:14 +0800 Subject: [PATCH 117/121] New version: Anthropic.Claude version 1.1.8359 (#351323) --- .../1.1.8359/Anthropic.Claude.installer.yaml | 66 +++++++++++++++++++ .../Anthropic.Claude.locale.en-US.yaml | 22 +++++++ .../Anthropic.Claude.locale.zh-CN.yaml | 15 +++++ .../Claude/1.1.8359/Anthropic.Claude.yaml | 8 +++ 4 files changed, 111 insertions(+) create mode 100644 manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.installer.yaml create mode 100644 manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.yaml diff --git a/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.installer.yaml new file mode 100644 index 0000000000000..7820d290c58df --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.installer.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.1.8359 +Protocols: +- claude +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.1.8359/Claude-64248d95686d5145111a312b9128269844f73d01.exe + InstallerSha256: 0DCCF569C8CE2A78CCEB4F712CA382A33CF8250C2559E3F4B18C2C31EFAA0CCF + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.1.8359/Claude-64248d95686d5145111a312b9128269844f73d01.exe + InstallerSha256: E0046E52CE7A54CF3618591EA15D18AB121781A1342F367008060CDAC8A8B79D + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.1.8359/Claude-64248d95686d5145111a312b9128269844f73d01.msix + InstallerSha256: 381595319B3BFA78989856BB39CA5E8F3D63E0535B08D8BCAC41D31F1143CC54 + SignatureSha256: A65516C5B5780A174467EFB350B5ED2E80C150F5EF032CF1281EE3F17058D47D + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.1.8359/Claude-64248d95686d5145111a312b9128269844f73d01.msix + InstallerSha256: D078D946B545BBC7383A1A38974C7438802FD69BBBEDC450806215BD4F4DCEF6 + SignatureSha256: D404BD254FBDBBBE631E778334C7A215BBBD5DDA1D43519DFA0706532117D31D + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 0000000000000..2f2095a7c1059 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.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: Anthropic.Claude +PackageVersion: 1.1.8359 +PackageLocale: en-US +Publisher: Anthropic, PBC +PublisherSupportUrl: https://docs.google.com/document/d/11rLWQYaReoZrRaoyPU3_gbgmDgLOKBVjEa-lvPDiWXE/edit +Author: Anthropic PBC +PackageName: Claude +License: Proprietary +Copyright: ยฉ 2026 Anthropic PBC +ShortDescription: Your AI partner on desktop. Fast, focused, and designed for deep work. +Moniker: claude +Tags: +- ai +- chatbot +- large-language-model +- llm +PurchaseUrl: https://www.anthropic.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 0000000000000..250130482c73d --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.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: Anthropic.Claude +PackageVersion: 1.1.8359 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ๆ‚จ็”ต่„‘ไธŠ็š„ AI ไผ™ไผดใ€‚ๅฟซ้€Ÿใ€ไธ“ๆณจ๏ผŒไธ“ไธบๆทฑๅบฆๅทฅไฝœ่€Œ่ฎพ่ฎกใ€‚ +Tags: +- llm +- ไบบๅทฅๆ™บ่ƒฝ +- ๅคง่ฏญ่จ€ๆจกๅž‹ +- ่Šๅคฉๆœบๅ™จไบบ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.yaml new file mode 100644 index 0000000000000..78512e5c111fb --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.1.8359/Anthropic.Claude.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.Claude +PackageVersion: 1.1.8359 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2fa2029924774ece9d79c5e5dca2c2d06ab4e755 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 24 Mar 2026 11:19:14 +0800 Subject: [PATCH 118/121] New version: Microsoft.APM version 0.8.4 (#351331) --- .../APM/0.8.4/Microsoft.APM.installer.yaml | 18 ++++++++ .../APM/0.8.4/Microsoft.APM.locale.en-US.yaml | 42 +++++++++++++++++++ .../m/Microsoft/APM/0.8.4/Microsoft.APM.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.installer.yaml create mode 100644 manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.yaml diff --git a/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.installer.yaml b/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.installer.yaml new file mode 100644 index 0000000000000..450ec6f561c62 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.8.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: apm-windows-x86_64/apm.exe + PortableCommandAlias: apm +UpgradeBehavior: install +ReleaseDate: 2026-03-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/apm/releases/download/v0.8.4/apm-windows-x86_64.zip + InstallerSha256: E070261E47B634B1F3C9FD2B1649F17A094BA93E8BCD6A3B9670D715ED949178 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.locale.en-US.yaml b/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.locale.en-US.yaml new file mode 100644 index 0000000000000..83069ec505fa3 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.8.4 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/apm +PublisherSupportUrl: https://github.com/microsoft/apm/issues +Author: Microsoft Corporation +PackageName: APM โ€“ Agent Package Manager +PackageUrl: https://microsoft.github.io/apm/ +License: MIT +LicenseUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +ShortDescription: The package manager for AI-Native Development. +Description: |- + An open-source, community-driven dependency manager for AI agents. + Think package.json, requirements.txt, or Cargo.toml โ€” but for AI agent configuration. +Moniker: apm +Tags: +- ai-agents +- claude-code +- codex-cli +- context-engineering +- github-copilot +- package-manager +- prompt-engineering +ReleaseNotes: |- + What's Changed + ๐Ÿš€ New Features + - feat: Auth + Logging Architecture Overhaul (#393) by @danielmeppiel in #394 + ๐Ÿ”ง Other Changes + - Remove unused files: copilot-banner.png, copilot-cli-screenshot.png, dummy by @Copilot in #391 + - docs: document ${input:...} variable support in MCP server headers and env by @Copilot in #349 + - chore: bump to v0.8.4 by @danielmeppiel in #404 + - fix(ci): replace curl-based uv install with astral-sh/setup-uv action by @danielmeppiel in #405 + Full Changelog: v0.8.3...v0.8.4 +ReleaseNotesUrl: https://github.com/microsoft/apm/releases/tag/v0.8.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.yaml b/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.yaml new file mode 100644 index 0000000000000..72f729799946d --- /dev/null +++ b/manifests/m/Microsoft/APM/0.8.4/Microsoft.APM.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: Microsoft.APM +PackageVersion: 0.8.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ebd78a258ff9b6fdfa9c39db1ca2a682620a9d32 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Tue, 24 Mar 2026 04:20:05 +0100 Subject: [PATCH 119/121] New version: SimonSchubert.Kai version 1.11.1 (#351334) --- .../1.11.1/SimonSchubert.Kai.installer.yaml | 22 +++++++++++++++ .../SimonSchubert.Kai.locale.en-US.yaml | 27 +++++++++++++++++++ .../Kai/1.11.1/SimonSchubert.Kai.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.installer.yaml create mode 100644 manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.locale.en-US.yaml create mode 100644 manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.yaml diff --git a/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.installer.yaml b/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.installer.yaml new file mode 100644 index 0000000000000..931945fd84bd2 --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.installer.yaml @@ -0,0 +1,22 @@ +# 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: SimonSchubert.Kai +PackageVersion: 1.11.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{6D90BA74-E5E3-3097-826B-00EEC5696561}' +ReleaseDate: 2026-03-24 +AppsAndFeaturesEntries: +- Publisher: Unknown + ProductCode: '{6D90BA74-E5E3-3097-826B-00EEC5696561}' + UpgradeCode: '{A36B4F52-2742-3A54-A7CC-AE3694C3AA17}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Kai' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SimonSchubert/Kai/releases/download/v1.11.1/Kai-1.11.1-windows.msi + InstallerSha256: 4301AB86F9B4ED5E970B7B5D8C0F478140B52B3FC474BB90ADAD0BA83141CDC3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.locale.en-US.yaml b/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.locale.en-US.yaml new file mode 100644 index 0000000000000..f4896558d5119 --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.locale.en-US.yaml @@ -0,0 +1,27 @@ +# 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: SimonSchubert.Kai +PackageVersion: 1.11.1 +PackageLocale: en-US +Publisher: Simon Schubert +PublisherUrl: https://github.com/SimonSchubert +PublisherSupportUrl: https://github.com/SimonSchubert/Kai/issues +Author: Simon Schubert +PackageName: Kai +PackageUrl: https://github.com/SimonSchubert/Kai +License: Apache-2.0 +LicenseUrl: https://github.com/SimonSchubert/Kai/blob/HEAD/LICENSE.txt +ShortDescription: An open-source AI assistant with persistent memory +Tags: +- ai +- assistant +- chat +- cross-platform +- open-source +ReleaseNotes: |- + Fixes + - Fix crash when restoring encrypted backups +ReleaseNotesUrl: https://github.com/SimonSchubert/Kai/releases/tag/v1.11.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.yaml b/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.yaml new file mode 100644 index 0000000000000..bcfe169a42d96 --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/1.11.1/SimonSchubert.Kai.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: SimonSchubert.Kai +PackageVersion: 1.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4d760d721ef2c7ad332a9e6063361e1905018f4d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:20:56 +0800 Subject: [PATCH 120/121] New version: GlobalRelay.GlobalRelay version 4.1.0 (#351343) --- .../GlobalRelay.GlobalRelay.installer.yaml | 18 ++++++++++ .../GlobalRelay.GlobalRelay.locale.en-US.yaml | 35 +++++++++++++++++++ .../GlobalRelay.GlobalRelay.locale.zh-CN.yaml | 21 +++++++++++ .../4.1.0/GlobalRelay.GlobalRelay.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.installer.yaml create mode 100644 manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.locale.en-US.yaml create mode 100644 manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.locale.zh-CN.yaml create mode 100644 manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.yaml diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.installer.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.installer.yaml new file mode 100644 index 0000000000000..bd0983af9a918 --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.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: GlobalRelay.GlobalRelay +PackageVersion: 4.1.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b86e6ee0-6af8-552c-a43a-e5159b27b85f +ReleaseDate: 2026-03-16 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.globalrelay.com/windows/auto-update/64/GlobalRelay-4.1.0.5-Setup.exe + InstallerSha256: 9330953565BA1B95B968240B69EAC0B89BF1F3996356F1BECE8532D9AD30CF92 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.locale.en-US.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.locale.en-US.yaml new file mode 100644 index 0000000000000..0f9f79e30c6fb --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GlobalRelay.GlobalRelay +PackageVersion: 4.1.0 +PackageLocale: en-US +Publisher: GlobalRelay +PublisherUrl: https://www.globalrelay.com/ +PublisherSupportUrl: https://community.globalrelay.com/ +PrivacyUrl: https://www.globalrelay.com/policies/online-privacy-policy/ +Author: Global Relay Communications Inc. +PackageName: Global Relay +PackageUrl: https://community.globalrelay.com/help/s/global-relay-message +License: Proprietary +LicenseUrl: https://www.globalrelay.com/policies/master-terms-of-service/ +Copyright: Copyright ยฉ 2026 Global Relay Communications Inc. All Rights Reserved. +CopyrightUrl: https://www.globalrelay.com/policies/master-terms-of-service/ +ShortDescription: Collaborate with your colleagues and peers across the finance world +Description: |- + Collaborate with your colleagues and peers across the finance world with Global Relay App, Global Relayโ€™s enterprise messaging platform. + Designed for business and built for compliance, Global Relay App provides counter-party authentication, guaranteed delivery, read receipts and FINRA, GDPR & MiFID2 compliance as part of a unified cloud-based service. +Tags: +- chat +- collaborate +- collaboration +- im +- instant-messaging +- message +- secure +- security +- send +- talk +ReleaseNotesUrl: https://community.globalrelay.com/help/s/article/What-s-New-in-Global-Relay-Message-for-Desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.locale.zh-CN.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8a341ebf1b929 --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.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: GlobalRelay.GlobalRelay +PackageVersion: 4.1.0 +PackageLocale: zh-CN +License: ไธ“ๆœ‰่ฝฏไปถ +ShortDescription: ไธŽ้‡‘่ž็•Œ็š„ๅŒไบ‹ๅ’ŒๅŒ่กŒๅฑ•ๅผ€ๅไฝœ +Description: |- + ้€š่ฟ‡ Global Relay ๅบ”็”จ็จ‹ๅบ๏ผˆGlobal Relay ็š„ไผไธš็บงๆถˆๆฏๅนณๅฐ๏ผ‰๏ผŒไธŽ้‡‘่ž็•Œ็š„ๅŒไบ‹ๅ’ŒๅŒ่กŒๅฑ•ๅผ€ๅไฝœใ€‚ + ่ฏฅๅบ”็”จไธ“ไธบๅ•†ไธš่ฎพ่ฎก๏ผŒ็ฌฆๅˆๅˆ่ง„่ฆๆฑ‚๏ผŒๆไพ›ๅฏนๆ‰‹ๆ–น่ฎค่ฏใ€ๆถˆๆฏๅฟ…่พพใ€ๅทฒ่ฏปๅ›žๆ‰ง็ญ‰ๅŠŸ่ƒฝ๏ผŒๅนถๆปก่ถณ FINRAใ€GDPR ๅŠ MiFID2 ็ญ‰็›‘็ฎก่ฆๆฑ‚๏ผŒๆ‰€ๆœ‰ๆœๅŠกๅ‡ๅŸบไบŽ็ปŸไธ€ไบ‘็ซฏๅนณๅฐๅฎž็Žฐใ€‚ +Tags: +- ไฟกๆฏ +- ๅไฝœ +- ๅๅŒ +- ๅ‘้€ +- ๅฎ‰ๅ…จ +- ๆถˆๆฏ +- ่Šๅคฉ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.yaml new file mode 100644 index 0000000000000..e922cf8e8333e --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.1.0/GlobalRelay.GlobalRelay.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: GlobalRelay.GlobalRelay +PackageVersion: 4.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 737da3e70c37fa80cac26cb9c26abec2d517d5e4 Mon Sep 17 00:00:00 2001 From: LorenzCoder <136112857+LorenzCoder@users.noreply.github.com> Date: Tue, 24 Mar 2026 04:36:14 +0100 Subject: [PATCH 121/121] New package: Kensington.DockWorks version 1.4.10 (#351242) --- .../1.4.10/Kensington.DockWorks.installer.yaml | 14 ++++++++++++++ .../1.4.10/Kensington.DockWorks.locale.en-US.yaml | 12 ++++++++++++ .../DockWorks/1.4.10/Kensington.DockWorks.yaml | 8 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.installer.yaml create mode 100644 manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.locale.en-US.yaml create mode 100644 manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.yaml diff --git a/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.installer.yaml b/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.installer.yaml new file mode 100644 index 0000000000000..5e4120fd4c83a --- /dev/null +++ b/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.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: Kensington.DockWorks +PackageVersion: 1.4.10 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{C8F41756-88B8-4892-B3B0-7CDAD7C50201}' +Installers: +- Architecture: x64 + InstallerUrl: https://accoblobstorageus.blob.core.windows.net/software/5464fcfa-e401-41ec-95ae-e16b3e27c78a.msi + InstallerSha256: 6C387162D4F78573C63EAF600B9BBE2A6848853DA364668C0B6FDB91DDF18255 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.locale.en-US.yaml b/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.locale.en-US.yaml new file mode 100644 index 0000000000000..6095af4ba6920 --- /dev/null +++ b/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kensington.DockWorks +PackageVersion: 1.4.10 +PackageLocale: en-US +Publisher: ACCO Brands +PackageName: Kensington DockWorks +License: Proprietary +ShortDescription: Ensures the best connection, performance and security from your Kensington Dock. Seamlessy, effortlessy, reliably and at no extra cost. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.yaml b/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.yaml new file mode 100644 index 0000000000000..c24fda338e38d --- /dev/null +++ b/manifests/k/Kensington/DockWorks/1.4.10/Kensington.DockWorks.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: Kensington.DockWorks +PackageVersion: 1.4.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0