From 62da9ff9fcfc3f65b07dddd7b5f70f57a2700e19 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 6 Sep 2026 11:00:44 +0800 Subject: [PATCH 01/63] New version: LocalSend.LocalSend.CLI version 1.18.2 (#430263) --- .../LocalSend.LocalSend.CLI.installer.yaml | 25 ++++++++++ .../LocalSend.LocalSend.CLI.locale.en-US.yaml | 46 +++++++++++++++++++ .../CLI/1.18.2/LocalSend.LocalSend.CLI.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.installer.yaml create mode 100644 manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.locale.en-US.yaml create mode 100644 manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.yaml diff --git a/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.installer.yaml b/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.installer.yaml new file mode 100644 index 0000000000000..8e47190605cdc --- /dev/null +++ b/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LocalSend.LocalSend.CLI +PackageVersion: 1.18.2 +InstallerType: portable +UpgradeBehavior: install +Commands: +- localsend-cli +ReleaseDate: 2026-08-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/localsend/localsend/releases/download/v1.18.2/LocalSend-CLI-1.18.2-windows-x86-64.exe + InstallerSha256: CA0B267E7457324B3664A935DE4E4956DA701A7FA1045F6F99C72602F7F8DC38 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/localsend/localsend/releases/download/v1.18.2/LocalSend-CLI-1.18.2-windows-arm-64.exe + InstallerSha256: 0FF4C4C90EA68F0CC586B5A08C900F89BF71C02A454C78CD035BC3C4FC879BF7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.locale.en-US.yaml b/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a56d24e176aca --- /dev/null +++ b/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LocalSend.LocalSend.CLI +PackageVersion: 1.18.2 +PackageLocale: en-US +Publisher: Tien Do Nam +PublisherUrl: https://tienisto.com/ +PublisherSupportUrl: https://localsend.org/ +Author: Tien Do Nam +PackageName: LocalSend CLI +PackageUrl: https://localsend.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/localsend/localsend/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022-2024 Tien Do Nam +CopyrightUrl: https://github.com/localsend/localsend/blob/main/LICENSE +ShortDescription: Share files to nearby devices. Free, open source, cross-platform. An open source cross-platform alternative to AirDrop. (CLI) +Tags: +- cross-platform +- file-sharing +- flutter +- local +- shareit +- sharik +- trebleshot +- wifi +ReleaseNotes: |- + This release fixes compatibility issues with 1.17.0 and earlier. + Unfortunately, the Windows EXE installer is not published yet (#3270). + - feat: drag and drop files into the "Receive via link" browser page + - feat(desktop): allow customizing the web share pages by placing HTML files in a web folder next to the executable + - feat(cli): add version info to the Windows executable + - feat(linux): set actual version in the AppImage + - security: do not follow HTTP redirects sent by peers + - fix: restore compatibility with 1.17.0 and earlier versions on missing multicast networks + - fix: devices running 1.17.0 and earlier could not add 1.18.0+ device as favorite + - fix: ignore proxies, fixes "TLS info not found" when a system proxy (e.g. Shadowrocket) is enabled + - fix: automatically restart the HTTP / multicast server when it dies or when the app resumes + - fix: drag and drop with a mix of folders and files + - fix: during transfer, add bottom padding when Advanced is open (@Chethan616) + - fix: do not crash at startup when the executable path cannot be resolved (@Shlomo116) + - fix(android): ignore unknown or invalid file modification times when reading files + - i18n: add Armenian +ReleaseNotesUrl: https://github.com/localsend/localsend/releases/tag/v1.18.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.yaml b/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.yaml new file mode 100644 index 0000000000000..43d66359eed16 --- /dev/null +++ b/manifests/l/LocalSend/LocalSend/CLI/1.18.2/LocalSend.LocalSend.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LocalSend.LocalSend.CLI +PackageVersion: 1.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d9129468f3aab333f72ac8a4b6f858dc5e0e7f78 Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:23:47 -0400 Subject: [PATCH 02/63] New version: RigSmith.ShipRig version 1.15.1 (#430266) --- .../1.15.1/RigSmith.ShipRig.installer.yaml | 22 ++++++++++++++ .../1.15.1/RigSmith.ShipRig.locale.en-US.yaml | 30 +++++++++++++++++++ .../ShipRig/1.15.1/RigSmith.ShipRig.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.installer.yaml create mode 100644 manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.yaml diff --git a/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.installer.yaml b/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.installer.yaml new file mode 100644 index 0000000000000..ae5cf4051f667 --- /dev/null +++ b/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.ShipRig +PackageVersion: 1.15.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: shiprig.exe + PortableCommandAlias: shiprig +Commands: +- shiprig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/shiprig_1.15.1_windows_amd64.zip + InstallerSha256: 7DC7E4081365379ADCF14E70F1AF34AA99776B0379490302CA17BAE241E501BC +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/shiprig_1.15.1_windows_arm64.zip + InstallerSha256: 22E956C149790D577415457AA3B09FC7668D3D70EDF20D20E946FC10D1D11F82 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.locale.en-US.yaml b/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.locale.en-US.yaml new file mode 100644 index 0000000000000..a7f53467cae14 --- /dev/null +++ b/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.ShipRig +PackageVersion: 1.15.1 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: ShipRig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: Uniform changeset -> version -> publish, across every ecosystem +Moniker: shiprig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 5a0761a fix: unblock syncing — abandoned locks, and credentials the scrubber could not clear (#300) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.yaml b/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.yaml new file mode 100644 index 0000000000000..b946022e662d9 --- /dev/null +++ b/manifests/r/RigSmith/ShipRig/1.15.1/RigSmith.ShipRig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.ShipRig +PackageVersion: 1.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ed6b2a9613e06675689c09bae367a0575db1e880 Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:24:00 -0400 Subject: [PATCH 03/63] New version: RigSmith.ClaudeRig version 1.15.1 (#430267) --- .../1.15.1/RigSmith.ClaudeRig.installer.yaml | 22 ++++++++++++++ .../RigSmith.ClaudeRig.locale.en-US.yaml | 30 +++++++++++++++++++ .../ClaudeRig/1.15.1/RigSmith.ClaudeRig.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.installer.yaml create mode 100644 manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.yaml diff --git a/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.installer.yaml b/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.installer.yaml new file mode 100644 index 0000000000000..41bff632491ef --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.15.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: clauderig.exe + PortableCommandAlias: clauderig +Commands: +- clauderig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/clauderig_1.15.1_windows_amd64.zip + InstallerSha256: 26FD8EF9845AFC6D66CE29B0D85B005D5EE286B6B740F82826B9397459CA34B4 +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/clauderig_1.15.1_windows_arm64.zip + InstallerSha256: 63288523F67C14EB0EF864673D9A8952A814D98513B785185CD99071C0A5B424 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.locale.en-US.yaml b/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.locale.en-US.yaml new file mode 100644 index 0000000000000..57f2ec785ca1c --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.15.1 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: ClaudeRig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: Sync your Claude Code setup across machines, path-correct on restore +Moniker: clauderig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 5a0761a fix: unblock syncing — abandoned locks, and credentials the scrubber could not clear (#300) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.yaml b/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.yaml new file mode 100644 index 0000000000000..e87c9349f965e --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.15.1/RigSmith.ClaudeRig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e5870c86a3e7895d173f18b9b6d58a05d509e41e Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:24:14 -0400 Subject: [PATCH 04/63] New version: RigSmith.Rigsmith version 1.15.1 (#430269) --- .../1.15.1/RigSmith.Rigsmith.installer.yaml | 31 +++++++++++++++++++ .../RigSmith.Rigsmith.locale.en-US.yaml | 31 +++++++++++++++++++ .../Rigsmith/1.15.1/RigSmith.Rigsmith.yaml | 8 +++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.installer.yaml create mode 100644 manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.yaml diff --git a/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.installer.yaml b/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.installer.yaml new file mode 100644 index 0000000000000..308f533187cf8 --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.15.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: changerig.exe + PortableCommandAlias: changerig +- RelativeFilePath: clauderig.exe + PortableCommandAlias: clauderig +- RelativeFilePath: rig.exe + PortableCommandAlias: rig +- RelativeFilePath: shiprig.exe + PortableCommandAlias: shiprig +Commands: +- changerig +- clauderig +- rig +- shiprig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/rigsmith_1.15.1_windows_amd64.zip + InstallerSha256: D8BBDCED38043961FEC25969B221FB6C5683E950508D5381A1822E61CB95318E +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/rigsmith_1.15.1_windows_arm64.zip + InstallerSha256: E90A787E7797349381CB052DAF8DC3E814AD4A5EC4C41FD31D0A3027C9AD795E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.locale.en-US.yaml b/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.locale.en-US.yaml new file mode 100644 index 0000000000000..9a80b398896d4 --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.15.1 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: RigSmith +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: 'The rigsmith toolchain: rig, changerig, shiprig, clauderig' +Description: The rigsmith toolchain in one package — rig (convention-first dev launcher), changerig (changesets), shiprig (releases/publish), and clauderig (sync Claude Code config). One install drops all four commands on PATH. +Moniker: rigsmith +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 5a0761a fix: unblock syncing — abandoned locks, and credentials the scrubber could not clear (#300) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.yaml b/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.yaml new file mode 100644 index 0000000000000..4e425c8e6605f --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.15.1/RigSmith.Rigsmith.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5cc0110a6d894e65bf4dc43ea610d02bd4ab76f2 Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:24:27 -0400 Subject: [PATCH 05/63] New version: RigSmith.ChangeRig version 1.15.1 (#430270) --- .../1.15.1/RigSmith.ChangeRig.installer.yaml | 22 ++++++++++++++ .../RigSmith.ChangeRig.locale.en-US.yaml | 30 +++++++++++++++++++ .../ChangeRig/1.15.1/RigSmith.ChangeRig.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.installer.yaml create mode 100644 manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.yaml diff --git a/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.installer.yaml b/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.installer.yaml new file mode 100644 index 0000000000000..8974688d09033 --- /dev/null +++ b/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.ChangeRig +PackageVersion: 1.15.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: changerig.exe + PortableCommandAlias: changerig +Commands: +- changerig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/changerig_1.15.1_windows_amd64.zip + InstallerSha256: EA23C6B733CD979C2FB4DDF17BA9917700563EAAC10F7C076F4C37CBC4028C6F +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/changerig_1.15.1_windows_arm64.zip + InstallerSha256: 815517A7321D62FFDD9980FC7A7693E88D7464CE76CAC8807457C83B0DE7AAA7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.locale.en-US.yaml b/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.locale.en-US.yaml new file mode 100644 index 0000000000000..53583d12ec68b --- /dev/null +++ b/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.ChangeRig +PackageVersion: 1.15.1 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: ChangeRig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: 'Changesets: capture intent, then version across every ecosystem' +Moniker: changerig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 5a0761a fix: unblock syncing — abandoned locks, and credentials the scrubber could not clear (#300) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.yaml b/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.yaml new file mode 100644 index 0000000000000..00736ea4170fc --- /dev/null +++ b/manifests/r/RigSmith/ChangeRig/1.15.1/RigSmith.ChangeRig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.ChangeRig +PackageVersion: 1.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6613cc4ac1f8bb5cb47407da29acf43fb722dde1 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 5 Sep 2026 23:24:40 -0400 Subject: [PATCH 06/63] New version: Microsoft.SafetyScanner version 1.459.72.0 (#430271) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.459.72.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..a750c2712ad4c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.459.72.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.72.0&arch=x86 + InstallerSha256: 4C8DC8FB4E75CE056BFE29C9E9393ABFEAB68FD45544F4AC851AD25C2DF56705 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.72.0&arch=amd64 + InstallerSha256: 7333BBD5BEE6586F00A13514D6C883E7B3F3EB48791CBF4CF6D4FE86036ACC8D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..3a4edd60ff256 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.459.72.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..384a60c8e5f87 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.72.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.459.72.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0390e8554f6a7829007cec2b82f3a0524f82ff1f Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:43:00 +0800 Subject: [PATCH 07/63] Update: KDE.Akregator version 6.8.40 (2818) (#429980) --- .../k/KDE/Akregator/6.8.40/KDE.Akregator.installer.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Akregator/6.8.40/KDE.Akregator.installer.yaml b/manifests/k/KDE/Akregator/6.8.40/KDE.Akregator.installer.yaml index edc15773fc2d3..e2ad8c9fa5258 100644 --- a/manifests/k/KDE/Akregator/6.8.40/KDE.Akregator.installer.yaml +++ b/manifests/k/KDE/Akregator/6.8.40/KDE.Akregator.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: 6.8.40 InstallerType: nullsoft UpgradeBehavior: install ProductCode: akregator +ReleaseDate: 2026-09-05 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2737-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 67C03F800AB9AE814FFFAC38659B75DE465EE4EE9749A251923B7693A2CF6109 + InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2818-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C5E32C7741725C8FAD3C622464DD09A131FB0F3FD1FAE6E809682CBBBDFF3460 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2737-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 67C03F800AB9AE814FFFAC38659B75DE465EE4EE9749A251923B7693A2CF6109 + InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2818-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C5E32C7741725C8FAD3C622464DD09A131FB0F3FD1FAE6E809682CBBBDFF3460 InstallerSwitches: Custom: /AllUsers ManifestType: installer From d8d2e63a4bf370cd8f64f98a74062937b3f637d0 Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:43:56 -0400 Subject: [PATCH 08/63] New version: RigSmith.Rig version 1.15.1 (#430268) --- .../Rig/1.15.1/RigSmith.Rig.installer.yaml | 22 ++++++++++++++ .../Rig/1.15.1/RigSmith.Rig.locale.en-US.yaml | 30 +++++++++++++++++++ .../r/RigSmith/Rig/1.15.1/RigSmith.Rig.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.installer.yaml create mode 100644 manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.yaml diff --git a/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.installer.yaml b/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.installer.yaml new file mode 100644 index 0000000000000..2f2ba9f019a44 --- /dev/null +++ b/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rig +PackageVersion: 1.15.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rig.exe + PortableCommandAlias: rig +Commands: +- rig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/rig_1.15.1_windows_amd64.zip + InstallerSha256: AC39089A2B6493FF80F5C712ECF93BBB7EF460651C06E57A118EF23739D25324 +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.1/rig_1.15.1_windows_arm64.zip + InstallerSha256: 27B51A5057C7437BA7C82471DBA5F525654E1680C1B1560B83C7ABB9141962BA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.locale.en-US.yaml b/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.locale.en-US.yaml new file mode 100644 index 0000000000000..f52b81b6b0e3c --- /dev/null +++ b/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rig +PackageVersion: 1.15.1 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: Rig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: Convention-first dev launcher across .NET, Node, Go, and Rust +Moniker: rig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 5a0761a fix: unblock syncing — abandoned locks, and credentials the scrubber could not clear (#300) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.yaml b/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.yaml new file mode 100644 index 0000000000000..a39e89ca799ec --- /dev/null +++ b/manifests/r/RigSmith/Rig/1.15.1/RigSmith.Rig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rig +PackageVersion: 1.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5b0b3519f46e2d3de963ccc74a2c7aaaf0742ae0 Mon Sep 17 00:00:00 2001 From: nkavian Date: Sat, 5 Sep 2026 20:44:05 -0700 Subject: [PATCH 09/63] Update: InFlowPayAI.InFlow to 0.12.2 (#430272) Co-authored-by: Nas Kavian <> --- .../0.12.2/InFlowPayAI.InFlow.installer.yaml | 15 +++++++++++++++ .../0.12.2/InFlowPayAI.InFlow.locale.en-US.yaml | 15 +++++++++++++++ .../InFlow/0.12.2/InFlowPayAI.InFlow.yaml | 7 +++++++ 3 files changed, 37 insertions(+) create mode 100644 manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.installer.yaml create mode 100644 manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.locale.en-US.yaml create mode 100644 manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.yaml diff --git a/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.installer.yaml b/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.installer.yaml new file mode 100644 index 0000000000000..a39b3e89e3639 --- /dev/null +++ b/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: InFlowPayAI.InFlow +PackageVersion: 0.12.2 +InstallerType: wix +Scope: machine +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/inflowpayai/inflow-cli/releases/download/v0.12.2/inflow-0.12.2-windows-x64.msi + InstallerSha256: 9FD3E20F7369E47B353AF59BFDEE05940E97416B24E46DA3358A3A7DEB5C3120 + - Architecture: arm64 + InstallerUrl: https://github.com/inflowpayai/inflow-cli/releases/download/v0.12.2/inflow-0.12.2-windows-arm64.msi + InstallerSha256: 45183471D53C949D21084AE900DD2A3747E679B232AE1970814B5B82D127950B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.locale.en-US.yaml b/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.locale.en-US.yaml new file mode 100644 index 0000000000000..3331476a3df91 --- /dev/null +++ b/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.locale.en-US.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: InFlowPayAI.InFlow +PackageVersion: 0.12.2 +PackageLocale: en-US +Publisher: Jarwin, Inc. +PublisherUrl: https://inflowpay.ai +PublisherSupportUrl: https://github.com/inflowpayai/inflow-cli/issues +PackageName: InFlow +PackageUrl: https://github.com/inflowpayai/inflow-cli +License: MIT +LicenseUrl: https://github.com/inflowpayai/inflow-cli/blob/main/LICENSE +ShortDescription: Agent-native and human-accessible payments and credential management. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.yaml b/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.yaml new file mode 100644 index 0000000000000..a2b71d92cf645 --- /dev/null +++ b/manifests/i/InFlowPayAI/InFlow/0.12.2/InFlowPayAI.InFlow.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: InFlowPayAI.InFlow +PackageVersion: 0.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5c1826b77594133fa426538c456e3edcafe8e07b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:44:24 -0700 Subject: [PATCH 10/63] Automatic deletion of raimo.Smallpdf 3.8.0.0 (#430282) --- .../3.8.0.0/raimo.Smallpdf.installer.yaml | 22 ------------------- .../3.8.0.0/raimo.Smallpdf.locale.en-US.yaml | 22 ------------------- .../Smallpdf/3.8.0.0/raimo.Smallpdf.yaml | 8 ------- 3 files changed, 52 deletions(-) delete mode 100644 manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.installer.yaml delete mode 100644 manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.locale.en-US.yaml delete mode 100644 manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.yaml diff --git a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.installer.yaml b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.installer.yaml deleted file mode 100644 index 7a358a71cdc13..0000000000000 --- a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: raimo.Smallpdf -PackageVersion: 3.8.0.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://download.smallpdf.com/desktop-windows/Smallpdf.msi - InstallerSha256: AEFCEB96EEC12856A0C5045DC5388B5B64675D66130C4265217732E41BED48AD - ProductCode: '{CF0EA234-B1A7-45AC-9AFF-4B7C0A264020}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.locale.en-US.yaml b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.locale.en-US.yaml deleted file mode 100644 index 5258a6e4ed85c..0000000000000 --- a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: raimo.Smallpdf -PackageVersion: 3.8.0.0 -PackageLocale: en-US -Publisher: Smallpdf AG -PublisherUrl: https://smallpdf.com -PublisherSupportUrl: https://smallpdf.com/support -PrivacyUrl: https://smallpdf.com/privacy -Author: raimo -PackageName: Smallpdf -PackageUrl: https://smallpdf.com -License: Proprietary -LicenseUrl: https://smallpdf.com/terms -Copyright: © 2021 Smallpdf AG — Made with ❤ for the people of the internet. -CopyrightUrl: https://smallpdf.com/terms -ShortDescription: > - Smallpdf is the first and only PDF software you’ll love. We have all the tools you’ll need to start, manage, and finish your work with digital documents. -PurchaseUrl: https://smallpdf.com/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.yaml b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.yaml deleted file mode 100644 index 6c532d6240e6f..0000000000000 --- a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: raimo.Smallpdf -PackageVersion: 3.8.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From bcde975e52ffa872079c27d71e6c6fd1a860aadf Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:03:38 +0800 Subject: [PATCH 11/63] New version: AnalyseDeCircuit.OxideTerm version 2.0.27 (#430274) --- .../AnalyseDeCircuit.OxideTerm.installer.yaml | 34 +++++ ...alyseDeCircuit.OxideTerm.locale.en-US.yaml | 127 ++++++++++++++++++ .../2.0.27/AnalyseDeCircuit.OxideTerm.yaml | 8 ++ 3 files changed, 169 insertions(+) create mode 100644 manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.installer.yaml create mode 100644 manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml create mode 100644 manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.yaml diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.installer.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.installer.yaml new file mode 100644 index 0000000000000..539c14071a4b7 --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.installer.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AnalyseDeCircuit.OxideTerm +PackageVersion: 2.0.27 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: OxideTerm +ReleaseDate: 2026-09-06 +AppsAndFeaturesEntries: +- ProductCode: OxideTerm +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\OxideTerm' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.27/OxideTerm_2.0.27_windows_x64-setup.exe + InstallerSha256: EEDC91045EC65AC5D1772E28722A0531BAB36C3085F2D6015B994D750DBF8231 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.27/OxideTerm_2.0.27_windows_arm64-setup.exe + InstallerSha256: 6E5B3E14468ED4810F751EF297E8BA1BA3661FD68E79B46F885708B7DA475BA3 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml new file mode 100644 index 0000000000000..c316d12106fd0 --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml @@ -0,0 +1,127 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AnalyseDeCircuit.OxideTerm +PackageVersion: 2.0.27 +PackageLocale: en-US +Publisher: AnalyseDeCircuit +PublisherUrl: https://github.com/AnalyseDeCircuit +PublisherSupportUrl: https://github.com/AnalyseDeCircuit/oxideterm/issues +Author: AnalyseDeCircuit +PackageName: OxideTerm +PackageUrl: https://github.com/AnalyseDeCircuit/oxideterm +License: GPL-3.0 +LicenseUrl: https://github.com/AnalyseDeCircuit/oxideterm/blob/HEAD/LICENSE +ShortDescription: Local-first SSH workspace for local shells and remote machines.Zero Electron, zero OpenSSL, zero telemetry, and no app subscription for core SSH workflows. +Tags: +- agent +- ai-terminal +- bring-your-own-key +- filemanager +- mcp +- rag +- russh +- rust +- sftp +- ssh-client +- tauri +- terminal +- terminal-emulator +- tool-calling +- wslg +- xterm-js +ReleaseNotes: |- + English + OxideTerm 2.0.27 expands terminal semantic highlighting, adds merging existing terminal tabs into split panes and more flexible session logs, and improves serial output, connection prompts, AI streaming, and desktop compatibility. + 🎨 Terminal Highlighting and Display + - Expanded command-aware highlighting for compiler diagnostics, Git status and diffs, systemd services and journals, test results, and Docker/Kubernetes resource states. Classification follows the command context rather than treating every matching word as a status. + - Added structured highlighting for ls, stat, getfacl, df, free, ip, ss, and ping, including file metadata, capacity, interface and socket states, and packet loss. File-listing parsing accounts for omitted owner/group columns and common GNU/BSD output differences. + - Added distinct colors for Unix read, write, execute, and special permission bits. Weekday and month names also use separate colors, including in ordinary output. + - Added nested bracket colors and subtle background bands for explicit error and warning lines. Semantic coloring continues to respect explicit terminal colors and manual foreground highlights; detected URLs no longer overwrite colors supplied by the shell. + - Added horizontal scrolling to reveal terminal columns obscured when timestamps are enabled, without changing the terminal's column count. + - Improved custom font-stack parsing so quoted family names and fallback fonts are handled correctly. + 🪟 Terminal Tabs and Session Logs + - Added horizontal and vertical merge actions to terminal tab context menus. Existing sessions of the same terminal type can be moved into the active tab as split panes without opening replacement connections. + - Added a configurable session-log root directory and relative subdirectory templates, such as {session}/{date}, for organizing logs by session and date. + - Added an unlimited log-file size option by setting the maximum size to 0. Positive limits remain available; unlimited logging can consume additional disk space. + 🔌 Serial and Connection Reliability + - Added independent transmit and receive line-ending controls for serial sessions. Receive normalization handles CRLF split across input chunks; saved line-ending choices are retained in connection profiles and included in cloud sync. + - Fixed ordinary terminal output being held indefinitely when its trailing bytes resemble the beginning of a modem-transfer handshake. Incomplete ambiguous prefixes are released when their wait expires or the stream ends. + - Made connection and reconnection progress cards non-blocking. Dismissed cards remain dismissed across retries, and progress cards yield to keyboard-interactive authentication dialogs instead of covering the prompt. + - Preserved explicitly configured legacy SSH algorithm preferences when creating sessions from saved connections. + 🖥️ Desktop Compatibility and Credentials + - Fixed tab clicks near the top edge of macOS fullscreen windows and adjusted traffic-light controls to native sizing. + - Fixed macOS Keychain reads that could alter saved password text, including values that resemble hexadecimal data. Existing affected entries are read through the native Keychain path and migrated; macOS may request access during that migration. + - Normalized Windows ConPTY environment blocks to avoid conflicting case variants of environment-variable names. + - Removed duplicate entries from Linux local-shell discovery and improved checkbox visibility across the interface. + 💬 AI Chat + - Reduced repeated connection setup for AI chat and tool rounds by reusing the application's HTTP connection pool while keeping authentication request-scoped. + - Fixed streamed chat events being lost during window updates, improving continuity of incremental responses and tool activity. + ⚡ Terminal Performance and Contributor Documentation + - Fixed command marks retaining obsolete coordinates after scrollback eviction. New output is no longer mistaken for an old command, and retained output remains associated with its running command. A macOS Apple M5 synthetic renderer workload with 2,000 previous commands improved from approximately 4.5–4.8 ms/frame to 0.58–0.66 ms/frame; this is a workload-specific result, not a cross-platform throughput claim. + - Reused the current frame's logical-line index for semantic classification, avoiding repeated scans of wrapped lines without adding a persistent cache. + - Added development documentation covering crate responsibilities, platform setup, verification, runtime ownership, GPUI CE maintenance, debugging, sensitive data, settings, localization, benchmarking, and releases. + 中文 + OxideTerm 2.0.27 扩展终端语义着色,新增将已有终端标签合并为分屏的操作和更灵活的会话日志配置,并改进串口输出、连接提示、AI 流式响应及桌面平台兼容性。 + 🎨 终端着色与显示 + - 扩展编译器诊断、Git 状态与差异、systemd 服务与日志、测试结果以及 Docker/Kubernetes 资源状态的命令感知着色。分类依据命令上下文,不会把所有同名词语都当成状态。 + - 为 ls、stat、getfacl、df、free、ip、ss 和 ping 增加结构化着色,覆盖文件元数据、容量、网卡与套接字状态及丢包率。文件列表解析兼顾省略所有者或组列的情况,以及常见 GNU/BSD 输出差异。 + - 为 Unix 读取、写入、执行和特殊权限位增加不同颜色。星期与月份名称也使用独立颜色,并支持普通输出中的识别。 + - 新增嵌套括号配色,以及明确错误、警告行的浅色背景带。语义着色继续尊重终端显式颜色与手动前景高亮;自动识别的 URL 不再覆盖 Shell 提供的颜色。 + - 在启用时间戳时增加横向滚动,可查看被遮挡的终端列,而不改变终端列数。 + - 改进自定义字体列表解析,正确处理带引号的字体名称与后备字体。 + 🪟 终端标签与会话日志 + - 在终端标签右键菜单中新增横向、纵向合并操作。相同终端类型的已有会话可移入当前标签形成分屏,无需重新建立连接。 + - 支持自定义会话日志根目录和相对子目录模板,例如 {session}/{date},便于按会话、日期整理日志。 + - 支持将日志最大文件大小设为 0,表示不限制大小;仍可设置正数限制。无限制记录可能持续占用磁盘空间。 + 🔌 串口与连接可靠性 + - 为串口会话增加独立的发送、接收换行控制。接收转换正确处理跨数据块的 CRLF;换行选择会保存到连接配置,并随云同步传递。 + - 修复普通终端输出的末尾字节类似文件传输握手开头时,内容可能一直不显示的问题。不完整的待判定前缀会在等待到期或数据流结束时释放。 + - 将连接与重连进度卡片改为非阻塞显示。关闭后的卡片不会因重试重新弹出;键盘交互认证对话框出现时,进度卡片会让出位置,不再遮挡认证提示。 + - 从已保存连接创建会话时,保留用户明确配置的旧版 SSH 算法偏好。 + 🖥️ 桌面兼容性与凭据 + - 修复 macOS 全屏窗口顶部附近的标签点击,并将红绿灯控件调整为原生尺寸。 + - 修复 macOS 钥匙串读取可能改变已保存密码原文的问题,包括看起来像十六进制数据的密码。受影响的旧条目会通过原生钥匙串读取并迁移,迁移时 macOS 可能请求访问授权。 + - 规范 Windows ConPTY 环境变量块,避免同名变量的大小写变体互相冲突。 + - 去除 Linux 本地 Shell 列表中的重复条目,并提升界面复选框的辨识度。 + 💬 AI 对话 + - 复用应用的 HTTP 连接池,减少 AI 对话及工具调用轮次中的重复连接准备,同时将认证信息保持在单次请求范围内。 + - 修复窗口更新期间流式对话事件可能丢失的问题,改善增量回复与工具活动的连续性。 + ⚡ 终端性能与贡献者文档 + - 修复回滚历史裁剪后命令标记仍保留过期坐标的问题。新输出不再被误认为旧命令,仍保留的输出也会继续关联正在运行的命令。在 macOS Apple M5 上,包含 2000 条历史命令的合成渲染场景从约 4.5–4.8 ms/帧降至 0.58–0.66 ms/帧;该结果仅针对这一场景,不代表跨平台吞吐量提升。 + - 语义分类复用当前帧的逻辑行索引,避免反复扫描自动换行的长行,不增加持久缓存。 + - 新增开发文档,覆盖 crate 职责、平台环境、验证流程、运行时所有权、GPUI CE 维护、调试、敏感数据、设置、国际化、性能基准及发布流程。 + 📥 Download for your system + ────────────────┬─────────────────────────────────┬───────────────────────────────── + Operating system│x64 │ARM64 + ────────────────┼─────────────────────────────────┼───────────────────────────────── + Windows │Setup (.exe) │Setup (.exe) + ────────────────┼─────────────────────────────────┼───────────────────────────────── + macOS │DMG (Intel) │DMG (Apple Silicon) + ────────────────┼─────────────────────────────────┼───────────────────────────────── + Linux │AppImage · DEB · RPM │AppImage · DEB · RPM + ────────────────┴─────────────────────────────────┴───────────────────────────────── + Portable archives, signatures, and sha256sums.txt remain available in the release assets below. + 📌 Installation Tips / 安装提示 + macOS + Downloaded .dmg files may be quarantined by Gatekeeper. Run in Terminal: + xattr -cr ~/Downloads/OxideTerm_*.dmg + # or after install / 或安装后 + xattr -cr /Applications/OxideTerm.app + Windows + If SmartScreen warns, click More info -> Run anyway. + 若 SmartScreen 弹出警告,点击 更多信息 -> 仍要运行。 + Linux + # AppImage + chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linux_*.AppImage + # Debian/Ubuntu + sudo dpkg -i OxideTerm_*_linux_*.deb && sudo apt-get install -f + # Fedora/RHEL-compatible systems + sudo dnf install ./OxideTerm_*_linux_*.rpm + 🔗 Links + - Documentation: https://oxideterm.app + - GitHub Issues: https://github.com/AnalyseDeCircuit/oxideterm/issues + - Changelog: https://github.com/AnalyseDeCircuit/oxideterm/blob/main/.github/release-notes/stable-changelog.md +ReleaseNotesUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/tag/v2.0.27 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.yaml new file mode 100644 index 0000000000000..c371fbafa6854 --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.27/AnalyseDeCircuit.OxideTerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AnalyseDeCircuit.OxideTerm +PackageVersion: 2.0.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3a7ef8c1ca1a127672c4ac066f1d1401ae1941f4 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:03:46 -0700 Subject: [PATCH 12/63] Automatic update of LGUG2Z.komorebi.Nightly 0.1.42 (#430275) --- .../Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml | 4 ++-- .../Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml | 2 +- .../komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml index fa7c772658f22..689a717a7258a 100644 --- a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml +++ b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/23 +# Automatically updated by the winget bot at 2026/Sep/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: LGUG2Z.komorebi.Nightly @@ -9,6 +9,6 @@ ProductCode: '{685A27C4-5E40-4A63-B204-3037691574E4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-x86_64.msi - InstallerSha256: B49292C249664DE6EA156261088A847DC623FF1C4E15F4804E51639B022A6D6E + InstallerSha256: 1A3BE844B90C3B8C7EBEDE1D35FAB719CF477F8789C8890BDF6E3B189777E993 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml index da8a2218194a6..4a93ef29d3397 100644 --- a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml +++ b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/23 +# Automatically updated by the winget bot at 2026/Sep/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: LGUG2Z.komorebi.Nightly diff --git a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml index 3368b3f3c92f1..a193fc429c433 100644 --- a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml +++ b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Aug/23 +# Automatically updated by the winget bot at 2026/Sep/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: LGUG2Z.komorebi.Nightly From cd7e740b2f227e7c289ef7187ede29fb97fe7b4c Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:25:45 -0700 Subject: [PATCH 13/63] Automatic update of Neovim.Neovim.Nightly 0.13.0 (#430277) --- .../Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml | 4 ++-- .../Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml | 2 +- .../n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml index b81668883973f..296a7dd791cf7 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Sep/05 +# Automatically updated by the winget bot at 2026/Sep/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly @@ -17,6 +17,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.msi - InstallerSha256: ACCEB2CA6ADFAD5E841D7C5059CA238A1B219828B7AFA4B185F564B1A3AFC38B + InstallerSha256: 9BE105B8BA2C76BD40E99FAAC384EDBBFFB29E77402B955A7E9ADC5644B61F38 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml index 371067aba93fa..71f58619b98ac 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Sep/05 +# Automatically updated by the winget bot at 2026/Sep/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml index a18159141e34e..13798ab5e7fd7 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Sep/05 +# Automatically updated by the winget bot at 2026/Sep/06 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly From f37b43d9df93e2571e12c83e44c9f52632df918d Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sun, 6 Sep 2026 00:26:03 -0400 Subject: [PATCH 14/63] New version: mostlygeek.llama-swap version 254 (#430278) --- .../254/mostlygeek.llama-swap.installer.yaml | 17 +++++++++ .../mostlygeek.llama-swap.locale.en-US.yaml | 35 +++++++++++++++++++ .../llama-swap/254/mostlygeek.llama-swap.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.installer.yaml create mode 100644 manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.locale.en-US.yaml create mode 100644 manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.yaml diff --git a/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.installer.yaml b/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.installer.yaml new file mode 100644 index 0000000000000..e6c427a418a6d --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '254' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-swap.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v254/llama-swap_254_windows_amd64.zip + InstallerSha256: 8ADF4045BE0CC599E6EFA8E53167491B55F750EF90B16E053CB661DB01FA6CA9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.locale.en-US.yaml b/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.locale.en-US.yaml new file mode 100644 index 0000000000000..adf96afdd09d4 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '254' +PackageLocale: en-US +Publisher: mostlygeek +PublisherUrl: https://mostlygeek.com/ +PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues +PackageName: llama-swap +PackageUrl: https://github.com/mostlygeek/llama-swap +License: MIT +LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2024 Benson Wong +ShortDescription: Model swapping for llama.cpp +Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server. +Moniker: llama-swap +Tags: +- golang +- llama +- llamacpp +- localllama +- localllm +- openai +- openai-api +- vllm +ReleaseNotes: |- + Changelog + - 6c7f958 docker/unified: add cuda13 with multi-platform support for arm64 (#1093) + - 82ccfbf filters: set-if-undefined params via "?" key suffix (#1075) + - 41f1431 ui/tailcat: mask connection token, add shareable peer config (#1091) + - 8365956 ui/help: raise Docs Agent max_tokens from 4096 to 65536 (#1089) +ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v254 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.yaml b/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.yaml new file mode 100644 index 0000000000000..11db8b071df2d --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/254/mostlygeek.llama-swap.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '254' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2efabc28537bf35a1cdb323431aa378f41631d61 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:26:14 -0700 Subject: [PATCH 15/63] Automatic update of LMCP.LocalMCP from 3.0.404 to 3.0.405 (#430279) --- .../3.0.405/LMCP.LocalMCP.installer.yaml | 20 +++++++++++ .../3.0.405/LMCP.LocalMCP.locale.en-US.yaml | 35 +++++++++++++++++++ .../LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.yaml | 8 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.installer.yaml create mode 100644 manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.locale.en-US.yaml create mode 100644 manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.yaml diff --git a/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.installer.yaml b/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.installer.yaml new file mode 100644 index 0000000000000..e89c60d2d7527 --- /dev/null +++ b/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LMCP.LocalMCP +PackageVersion: 3.0.405 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +Scope: machine +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://download.local-mcp.com/LMCP-Setup.exe + InstallerSha256: 45B4AE30F006367AA0685F43B267E95F726AE1AB8FAA71AE031C5902E1D42417 + InstallerLocale: en-US + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.locale.en-US.yaml b/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.locale.en-US.yaml new file mode 100644 index 0000000000000..6b522e13317de --- /dev/null +++ b/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LMCP.LocalMCP +PackageVersion: 3.0.405 +PackageLocale: en-US +Publisher: LMCP +PublisherUrl: https://www.local-mcp.com +PublisherSupportUrl: https://github.com/lanchuske/local-mcp-releases/issues +Author: Dario Lanchuske +PackageName: LMCP +PackageUrl: https://www.local-mcp.com +License: Proprietary +LicenseUrl: https://www.local-mcp.com/en/tos +ShortDescription: Connect AI agents to your local apps — Outlook, Calendar, Teams, Excel, Word. 95+ tools, 100% local. +Description: |- + LMCP is a native MCP server that connects AI agents (Claude, ChatGPT, Cursor, VS Code) to your local desktop apps. + Read and send email via Outlook, manage calendar events, read Teams messages, access OneDrive files, + create Excel and Word documents — all running locally on your machine. + No cloud processing, no API keys, no OAuth tokens. GDPR compliant by architecture. +Tags: +- ai +- mcp +- automation +- email +- outlook +- teams +- onedrive +- excel +- productivity +- local +- privacy +ReleaseNotesUrl: https://github.com/lanchuske/local-mcp-releases/releases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.yaml b/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.yaml new file mode 100644 index 0000000000000..2b6d795e80671 --- /dev/null +++ b/manifests/l/LMCP/LocalMCP/3.0.405/LMCP.LocalMCP.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LMCP.LocalMCP +PackageVersion: 3.0.405 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 44bcdf01f865ef07479df3b49ab96b0cbd4a4679 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:26:26 -0700 Subject: [PATCH 16/63] Automatic deletion of RemoteUtilities.Viewer 7.7.3.0 (#430286) --- .../7.7.3.0/RemoteUtilities.Viewer.installer.yaml | 15 --------------- .../RemoteUtilities.Viewer.locale.en-US.yaml | 13 ------------- .../Viewer/7.7.3.0/RemoteUtilities.Viewer.yaml | 8 -------- 3 files changed, 36 deletions(-) delete mode 100644 manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.installer.yaml delete mode 100644 manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.locale.en-US.yaml delete mode 100644 manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.yaml diff --git a/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.installer.yaml b/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.installer.yaml deleted file mode 100644 index 46aec4182fb38..0000000000000 --- a/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: RemoteUtilities.Viewer -PackageVersion: 7.7.3.0 -InstallerType: exe -InstallerSwitches: - Silent: /s /v/qn - SilentWithProgress: /s /v/passive -Installers: -- Architecture: x64 - InstallerUrl: https://www.remoteutilities.com/download/viewer-7.2.1.0.exe - InstallerSha256: 89109E67CF25F1BE4B1097F9CB98B201247D40B471364612F8FA7D4C2E947648 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.locale.en-US.yaml b/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.locale.en-US.yaml deleted file mode 100644 index bb7712ffeb326..0000000000000 --- a/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: RemoteUtilities.Viewer -PackageVersion: 7.7.3.0 -PackageLocale: en-US -Publisher: Remote Utilities Pty (Cy) Ltd. -PackageName: Remote Utilities - Viewer -License: 2023 Remote Utilities Pty (Cy) Ltd. -Copyright: Remote Utilities LLC -ShortDescription: Remote Utilities - Viewer -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.yaml b/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.yaml deleted file mode 100644 index 70dfb42040093..0000000000000 --- a/manifests/r/RemoteUtilities/Viewer/7.7.3.0/RemoteUtilities.Viewer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: RemoteUtilities.Viewer -PackageVersion: 7.7.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 434c5c198767913e0ca1fbe7cc1c38717b8f5eea Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:46:27 -0700 Subject: [PATCH 17/63] Automatic update of RedactSoftware.Redact from 0.21.28 to 0.21.29 (#430284) --- .../0.21.29/RedactSoftware.Redact.installer.yaml | 12 ++++++++++++ .../0.21.29/RedactSoftware.Redact.locale.en-US.yaml | 13 +++++++++++++ .../Redact/0.21.29/RedactSoftware.Redact.yaml | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.installer.yaml create mode 100644 manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.locale.en-US.yaml create mode 100644 manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.yaml diff --git a/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.installer.yaml b/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.installer.yaml new file mode 100644 index 0000000000000..e9e038dbd0ea4 --- /dev/null +++ b/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedactSoftware.Redact +PackageVersion: 0.21.29 +Installers: +- InstallerUrl: https://download.redact.dev/windows + Architecture: x64 + InstallerType: nullsoft + InstallerSha256: 4BA80B29BA5C2E797A3B562DFF21083A41E2F9399BC3A2518D1AA8ED4997F21B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.locale.en-US.yaml b/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.locale.en-US.yaml new file mode 100644 index 0000000000000..69cdf4443e9ba --- /dev/null +++ b/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedactSoftware.Redact +PackageVersion: 0.21.29 +PackageLocale: en-US +Publisher: Redact Software, Inc. +PackageName: Redact +License: Proprietary +Copyright: Copyright © year Redact Software, Inc. +ShortDescription: Redact your history +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.yaml b/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.yaml new file mode 100644 index 0000000000000..537df7b15532e --- /dev/null +++ b/manifests/r/RedactSoftware/Redact/0.21.29/RedactSoftware.Redact.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedactSoftware.Redact +PackageVersion: 0.21.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8c322b26b4db0800d3f76b15a68d3bf9816c6334 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Sun, 6 Sep 2026 13:09:33 +0800 Subject: [PATCH 18/63] New version: SnowdreamTech.unirtm 0.30.1 (#430285) Co-authored-by: goreleaserbot --- .../SnowdreamTech.unirtm.installer.yaml | 34 +++++++++++++++++++ .../SnowdreamTech.unirtm.locale.en-US.yaml | 13 +++++++ .../unirtm/0.30.1/SnowdreamTech.unirtm.yaml | 7 ++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.installer.yaml create mode 100644 manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.locale.en-US.yaml create mode 100644 manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.yaml diff --git a/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.installer.yaml b/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.installer.yaml new file mode 100644 index 0000000000000..1d01f05950582 --- /dev/null +++ b/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.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: SnowdreamTech.unirtm +PackageVersion: 0.30.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-06" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: unirtm_Windows_arm64\unirtm.exe + PortableCommandAlias: unirtm + InstallerUrl: https://github.com/snowdreamtech/UniRTM/releases/download/v0.30.1/unirtm_Windows_arm64.zip + InstallerSha256: 2859d6951b7b0e73eff924dc55997ce30ef5c012ea415633edd095366d57923b + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: unirtm_Windows_i386\unirtm.exe + PortableCommandAlias: unirtm + InstallerUrl: https://github.com/snowdreamtech/UniRTM/releases/download/v0.30.1/unirtm_Windows_i386.zip + InstallerSha256: 137dc9a7a6da536e78c48ace2058f3df8cffba8493b68fbe65b618e0c4daa27c + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: unirtm_Windows_x86_64\unirtm.exe + PortableCommandAlias: unirtm + InstallerUrl: https://github.com/snowdreamtech/UniRTM/releases/download/v0.30.1/unirtm_Windows_x86_64.zip + InstallerSha256: c8f39d8c3e92dc3abc3d7d4e0d74b022fe2805af1dad939a0bdf7f12b806319b + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.locale.en-US.yaml b/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.locale.en-US.yaml new file mode 100644 index 0000000000000..d644ecec6d586 --- /dev/null +++ b/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: SnowdreamTech.unirtm +PackageVersion: 0.30.1 +PackageLocale: en-US +Publisher: SnowdreamTech +PackageName: unirtm +PackageUrl: https://github.com/snowdreamtech/UniRTM +License: MIT +ShortDescription: Cross-platform developer toolchain manager +Moniker: unirtm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.yaml b/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.yaml new file mode 100644 index 0000000000000..93d9a429151b4 --- /dev/null +++ b/manifests/s/SnowdreamTech/unirtm/0.30.1/SnowdreamTech.unirtm.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: SnowdreamTech.unirtm +PackageVersion: 0.30.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4735ba0ad3e896c0a3869dfc083b22cf0f356705 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:09:40 -0700 Subject: [PATCH 19/63] Automatic deletion of RiotGames.LegendsOfRuneterra.SEA 138.0.0.4786 (#430299) --- ...ames.LegendsOfRuneterra.SEA.installer.yaml | 24 ------------------- ...s.LegendsOfRuneterra.SEA.locale.en-US.yaml | 22 ----------------- ...s.LegendsOfRuneterra.SEA.locale.zh-CN.yaml | 23 ------------------ .../RiotGames.LegendsOfRuneterra.SEA.yaml | 8 ------- 4 files changed, 77 deletions(-) delete mode 100644 manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.installer.yaml delete mode 100644 manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.en-US.yaml delete mode 100644 manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.zh-CN.yaml delete mode 100644 manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.yaml diff --git a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.installer.yaml b/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.installer.yaml deleted file mode 100644 index d91a07ab2b228..0000000000000 --- a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RiotGames.LegendsOfRuneterra.SEA -PackageVersion: 138.0.0.4786 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: --skip-to-install - SilentWithProgress: --skip-to-install - InstallLocation: --install-path="" - Log: --log-root="" - Custom: --disable-auto-launch -RequireExplicitUpgrade: true -Installers: -- Architecture: x64 - InstallerUrl: https://bacon.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.live.sea.exe - InstallerSha256: 6597AFED289CD21D99D9B2311D657FA8E36C01301FC4384C2AA810B85EDEE750 - ProductCode: Riot Game bacon.live -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.en-US.yaml b/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.en-US.yaml deleted file mode 100644 index c3e0369fb31b2..0000000000000 --- a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RiotGames.LegendsOfRuneterra.SEA -PackageVersion: 138.0.0.4786 -PackageLocale: en-US -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/ -PublisherSupportUrl: https://support-legendsofruneterra.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: Legends of Runeterra (Southeast Asia server) -PackageUrl: https://playruneterra.com/ -License: Proprietary -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: 'Choose your champions, make your move, and be legendary in the League of Legends strategy card game: Legends of Runeterra.' -Moniker: legendsofruneterra -Tags: -- game -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.zh-CN.yaml b/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.zh-CN.yaml deleted file mode 100644 index e21cc36c48cc9..0000000000000 --- a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.locale.zh-CN.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: RiotGames.LegendsOfRuneterra.SEA -PackageVersion: 138.0.0.4786 -PackageLocale: zh-CN -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/zh-cn -PublisherSupportUrl: https://support-legendsofruneterra.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: Legends of Runeterra(东南亚服务器) -PackageUrl: https://playruneterra.com/ -License: 专有软件 -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: 卡好进击,创造传奇,就在英雄联盟首款策略卡牌游戏:《符文大地传说》。 -Tags: -- 游戏 -- 符文之地传奇 -- 符文大地传说 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.yaml b/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.yaml deleted file mode 100644 index 1e0fb7370d117..0000000000000 --- a/manifests/r/RiotGames/LegendsOfRuneterra/SEA/138.0.0.4786/RiotGames.LegendsOfRuneterra.SEA.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: RiotGames.LegendsOfRuneterra.SEA -PackageVersion: 138.0.0.4786 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From a2f14737c9f90ae9851988a8ead9ef6716421d54 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:09:51 -0700 Subject: [PATCH 20/63] Automatic deletion of RiotGames.Valorant.NA 138.0.0.4786 (#430300) --- .../RiotGames.Valorant.NA.installer.yaml | 24 ------------------ .../RiotGames.Valorant.NA.locale.en-US.yaml | 24 ------------------ .../RiotGames.Valorant.NA.locale.zh-CN.yaml | 25 ------------------- .../138.0.0.4786/RiotGames.Valorant.NA.yaml | 8 ------ 4 files changed, 81 deletions(-) delete mode 100644 manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.installer.yaml delete mode 100644 manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.en-US.yaml delete mode 100644 manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.zh-CN.yaml delete mode 100644 manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.yaml diff --git a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.installer.yaml b/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.installer.yaml deleted file mode 100644 index 4b1642d5634ff..0000000000000 --- a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.NA -PackageVersion: 138.0.0.4786 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: --skip-to-install - SilentWithProgress: --skip-to-install - InstallLocation: --install-path="" - Log: --log-root="" - Custom: --disable-auto-launch -RequireExplicitUpgrade: true -Installers: -- Architecture: x64 - InstallerUrl: https://valorant.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.live.na.exe - InstallerSha256: 071F6B85526A973E46282BD6105D75A49A060F84408B0CE005D128E5E020834E - ProductCode: Riot Game valorant.live -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.en-US.yaml b/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.en-US.yaml deleted file mode 100644 index acc1ce920caaa..0000000000000 --- a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.NA -PackageVersion: 138.0.0.4786 -PackageLocale: en-US -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/ -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT (North America server) -PackageUrl: https://playvalorant.com/ -License: Proprietary -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: A 5v5 character-based tactical shooter -Description: A 5v5 character-based tactical FPS by Riot Games where precise gunplay meets unique agent abilities. -Moniker: valorant -Tags: -- fps -- game -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.zh-CN.yaml b/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.zh-CN.yaml deleted file mode 100644 index 1589e0d085091..0000000000000 --- a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.NA -PackageVersion: 138.0.0.4786 -PackageLocale: zh-CN -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/zh-cn -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT(北美服务器) -PackageUrl: https://playvalorant.com/ -License: 专有软件 -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: 以角色为核心的 5 对 5 战略射击游戏 -Description: 一款以角色为核心的 5 对 5 第一人称战略射击游戏,展现精准射击与特务独门技能的完美结合。 -Tags: -- fps -- 无畏契约 -- 游戏 -- 特战英豪 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.yaml b/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.yaml deleted file mode 100644 index 0004a629ef76c..0000000000000 --- a/manifests/r/RiotGames/Valorant/NA/138.0.0.4786/RiotGames.Valorant.NA.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.NA -PackageVersion: 138.0.0.4786 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 360d68a2f6ac756aa7a62ff852b16d26ee7124e1 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:10:05 -0700 Subject: [PATCH 21/63] Automatic deletion of RiotGames.Valorant.EU 138.0.0.4786 (#430298) --- .../RiotGames.Valorant.EU.installer.yaml | 24 ------------------ .../RiotGames.Valorant.EU.locale.en-US.yaml | 24 ------------------ .../RiotGames.Valorant.EU.locale.zh-CN.yaml | 25 ------------------- .../138.0.0.4786/RiotGames.Valorant.EU.yaml | 8 ------ 4 files changed, 81 deletions(-) delete mode 100644 manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.installer.yaml delete mode 100644 manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.en-US.yaml delete mode 100644 manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.zh-CN.yaml delete mode 100644 manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.yaml diff --git a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.installer.yaml b/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.installer.yaml deleted file mode 100644 index 37c5edfbc0d1b..0000000000000 --- a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.EU -PackageVersion: 138.0.0.4786 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: --skip-to-install - SilentWithProgress: --skip-to-install - InstallLocation: --install-path="" - Log: --log-root="" - Custom: --disable-auto-launch -RequireExplicitUpgrade: true -Installers: -- Architecture: x64 - InstallerUrl: https://valorant.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.live.eu.exe - InstallerSha256: 0D5EFD7D815B170FE1A62DEBC8B8F17729709D2CEE48D8C121B3556F29C4087F - ProductCode: Riot Game valorant.live -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.en-US.yaml b/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.en-US.yaml deleted file mode 100644 index edcec89a470ba..0000000000000 --- a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.EU -PackageVersion: 138.0.0.4786 -PackageLocale: en-US -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/ -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT (Europe server) -PackageUrl: https://playvalorant.com/ -License: Proprietary -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: A 5v5 character-based tactical shooter -Description: A 5v5 character-based tactical FPS by Riot Games where precise gunplay meets unique agent abilities. -Moniker: valorant -Tags: -- fps -- game -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.zh-CN.yaml b/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.zh-CN.yaml deleted file mode 100644 index ccb8a0dbf6adb..0000000000000 --- a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.EU -PackageVersion: 138.0.0.4786 -PackageLocale: zh-CN -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/zh-cn -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT(欧洲服务器) -PackageUrl: https://playvalorant.com/ -License: 专有软件 -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: 以角色为核心的 5 对 5 战略射击游戏 -Description: 一款以角色为核心的 5 对 5 第一人称战略射击游戏,展现精准射击与特务独门技能的完美结合。 -Tags: -- fps -- 无畏契约 -- 游戏 -- 特战英豪 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.yaml b/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.yaml deleted file mode 100644 index e054d27129a04..0000000000000 --- a/manifests/r/RiotGames/Valorant/EU/138.0.0.4786/RiotGames.Valorant.EU.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.EU -PackageVersion: 138.0.0.4786 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 369ad8be401ec31dd497365c208aa940fc5afe30 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:10:14 -0700 Subject: [PATCH 22/63] Automatic deletion of RiotGames.Valorant.LATAM 138.0.0.4786 (#430301) --- .../RiotGames.Valorant.LATAM.installer.yaml | 24 ------------------ ...RiotGames.Valorant.LATAM.locale.en-US.yaml | 24 ------------------ ...RiotGames.Valorant.LATAM.locale.zh-CN.yaml | 25 ------------------- .../RiotGames.Valorant.LATAM.yaml | 8 ------ 4 files changed, 81 deletions(-) delete mode 100644 manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.installer.yaml delete mode 100644 manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.en-US.yaml delete mode 100644 manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.zh-CN.yaml delete mode 100644 manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.yaml diff --git a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.installer.yaml b/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.installer.yaml deleted file mode 100644 index 786a8de84a5cb..0000000000000 --- a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.LATAM -PackageVersion: 138.0.0.4786 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silentWithProgress -InstallerSwitches: - Silent: --skip-to-install - SilentWithProgress: --skip-to-install - InstallLocation: --install-path="" - Log: --log-root="" - Custom: --disable-auto-launch -RequireExplicitUpgrade: true -Installers: -- Architecture: x64 - InstallerUrl: https://valorant.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.live.latam.exe - InstallerSha256: 3DD6268BE94282C945C551EC3678EF1C7DC9F13039B73EF6F13FA058BDF444E7 - ProductCode: Riot Game valorant.live -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.en-US.yaml b/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.en-US.yaml deleted file mode 100644 index 6ca2f518887a7..0000000000000 --- a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.LATAM -PackageVersion: 138.0.0.4786 -PackageLocale: en-US -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/ -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT (Latin America server) -PackageUrl: https://playvalorant.com/ -License: Proprietary -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: A 5v5 character-based tactical shooter -Description: A 5v5 character-based tactical FPS by Riot Games where precise gunplay meets unique agent abilities. -Moniker: valorant -Tags: -- fps -- game -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.zh-CN.yaml b/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.zh-CN.yaml deleted file mode 100644 index b1cf66a9c99a8..0000000000000 --- a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.LATAM -PackageVersion: 138.0.0.4786 -PackageLocale: zh-CN -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/zh-cn -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT(拉美服务器) -PackageUrl: https://playvalorant.com/ -License: 专有软件 -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: 以角色为核心的 5 对 5 战略射击游戏 -Description: 一款以角色为核心的 5 对 5 第一人称战略射击游戏,展现精准射击与特务独门技能的完美结合。 -Tags: -- fps -- 无畏契约 -- 游戏 -- 特战英豪 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.yaml b/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.yaml deleted file mode 100644 index 9bc77a3cc877e..0000000000000 --- a/manifests/r/RiotGames/Valorant/LATAM/138.0.0.4786/RiotGames.Valorant.LATAM.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.LATAM -PackageVersion: 138.0.0.4786 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From f8877f53151e0ae0aad54ca17a4e92d691be905b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:10:29 -0700 Subject: [PATCH 23/63] Automatic deletion of RiotGames.Valorant.AP 138.0.0.4786 (#430302) --- .../RiotGames.Valorant.AP.installer.yaml | 26 ------------------- .../RiotGames.Valorant.AP.locale.en-US.yaml | 24 ----------------- .../RiotGames.Valorant.AP.locale.zh-CN.yaml | 25 ------------------ .../138.0.0.4786/RiotGames.Valorant.AP.yaml | 8 ------ 4 files changed, 83 deletions(-) delete mode 100644 manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.installer.yaml delete mode 100644 manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.en-US.yaml delete mode 100644 manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.zh-CN.yaml delete mode 100644 manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.yaml diff --git a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.installer.yaml b/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.installer.yaml deleted file mode 100644 index f8fcc3d7b74cf..0000000000000 --- a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.AP -PackageVersion: 138.0.0.4786 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: --skip-to-install - SilentWithProgress: --skip-to-install - InstallLocation: --install-path="" - Log: --log-root="" - Custom: --disable-auto-launch -RequireExplicitUpgrade: true -Installers: -- Architecture: x64 - InstallerUrl: https://valorant.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.live.ap.exe - InstallerSha256: B4F74EA604D57ECF4CD3CBCA508AA12C55F5FEDD9AF1022923DBE2CE479DF8F0 - ProductCode: Riot Game valorant.live - ReleaseDate: 2026-01-05 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.en-US.yaml b/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.en-US.yaml deleted file mode 100644 index 1b945f1f31308..0000000000000 --- a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.AP -PackageVersion: 138.0.0.4786 -PackageLocale: en-US -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/ -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT (Asia-Pacific server) -PackageUrl: https://playvalorant.com/ -License: Proprietary -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: A 5v5 character-based tactical shooter -Description: A 5v5 character-based tactical FPS by Riot Games where precise gunplay meets unique agent abilities. -Moniker: valorant -Tags: -- fps -- game -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.zh-CN.yaml b/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.zh-CN.yaml deleted file mode 100644 index 54c5432aa04f6..0000000000000 --- a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.AP -PackageVersion: 138.0.0.4786 -PackageLocale: zh-CN -Publisher: Riot Games, Inc -PublisherUrl: https://www.riotgames.com/zh-cn -PublisherSupportUrl: https://support-valorant.riotgames.com/ -PrivacyUrl: https://www.riotgames.com/en/privacy-notice -Author: Riot Games, Inc. -PackageName: VALORANT(亚太服务器) -PackageUrl: https://playvalorant.com/ -License: 专有软件 -LicenseUrl: https://www.riotgames.com/en/terms-of-service -Copyright: Copyright © 2024 Riot Games -ShortDescription: 以角色为核心的 5 对 5 战略射击游戏 -Description: 一款以角色为核心的 5 对 5 第一人称战略射击游戏,展现精准射击与特务独门技能的完美结合。 -Tags: -- fps -- 无畏契约 -- 游戏 -- 特战英豪 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.yaml b/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.yaml deleted file mode 100644 index 9218a3f924ec8..0000000000000 --- a/manifests/r/RiotGames/Valorant/AP/138.0.0.4786/RiotGames.Valorant.AP.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: RiotGames.Valorant.AP -PackageVersion: 138.0.0.4786 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 8f71bd68a6163cb95bfc170fb7871f827e295d9d Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:10:38 -0700 Subject: [PATCH 24/63] Automatic deletion of Roblox.RobloxStudio 1.6.0.7361342 (#430308) --- .../Roblox.RobloxStudio.installer.yaml | 12 --------- .../Roblox.RobloxStudio.locale.en-US.yaml | 26 ------------------- .../1.6.0.7361342/Roblox.RobloxStudio.yaml | 8 ------ 3 files changed, 46 deletions(-) delete mode 100644 manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.installer.yaml delete mode 100644 manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.locale.en-US.yaml delete mode 100644 manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.yaml diff --git a/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.installer.yaml b/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.installer.yaml deleted file mode 100644 index 2b236a0029be5..0000000000000 --- a/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Roblox.RobloxStudio -PackageVersion: 1.6.0.7361342 -InstallerType: exe -Installers: -- Architecture: x64 - InstallerUrl: https://setup.rbxcdn.com/RobloxStudioInstaller.exe - InstallerSha256: 38CEBC66FC0F9A12EE2E1A7DC38F38B82DD808C535AAC152C0542E56AF9A3B10 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.locale.en-US.yaml b/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.locale.en-US.yaml deleted file mode 100644 index 8c434b161f896..0000000000000 --- a/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Roblox.RobloxStudio -PackageVersion: 1.6.0.7361342 -PackageLocale: en-US -Publisher: Roblox Corporation -PublisherUrl: https://about.roblox.com/corp-home -Author: Roblox Corporation -PackageName: Roblox Studio -PackageUrl: https://create.roblox.com/ -License: Proprietary -Copyright: Copyright © 2020 Roblox Corporation. All rights reserved. -CopyrightUrl: https://corp.roblox.com/corp-home -ShortDescription: The all-in-one engine for creating, scripting, and publishing immersive 3D experiences on the Roblox platform. -Description: Roblox Studio is a powerful, free-to-use development tool that allows you to build anything from competitive multiplayer games to virtual hangout spaces. It features a comprehensive physics engine, a built-in code editor for Luau, and seamless one-click publishing to millions of users across PC, mobile, and console. -Moniker: roblox-studio -Tags: -- games -- roblox -- roblox-studio -- studio -- studio-roblox -- videogame -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.yaml b/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.yaml deleted file mode 100644 index 9ddc80055c039..0000000000000 --- a/manifests/r/Roblox/RobloxStudio/1.6.0.7361342/Roblox.RobloxStudio.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Roblox.RobloxStudio -PackageVersion: 1.6.0.7361342 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 8427cd65121cb45089971a59f4917a61ba1a2f93 Mon Sep 17 00:00:00 2001 From: ntwind-apps Date: Sun, 6 Sep 2026 10:27:40 +0500 Subject: [PATCH 25/63] New version: ntwind.UploadRemote version 2.0.3 (#430288) --- .../2.0.3/ntwind.UploadRemote.installer.yaml | 32 +++++++++++++++++++ .../ntwind.UploadRemote.locale.en-US.yaml | 28 ++++++++++++++++ .../2.0.3/ntwind.UploadRemote.yaml | 8 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.installer.yaml create mode 100644 manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.locale.en-US.yaml create mode 100644 manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.yaml diff --git a/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.installer.yaml b/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.installer.yaml new file mode 100644 index 0000000000000..59bd1786c40ac --- /dev/null +++ b/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ntwind.UploadRemote +PackageVersion: 2.0.3 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ProductCode: Upload Remote +AppsAndFeaturesEntries: +- DisplayName: Upload Remote + Publisher: NTWIND LLC + ProductCode: Upload Remote +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Upload Remote' +Installers: +- Architecture: x64 + InstallerUrl: https://www.ntwind.com/files/UploadRemote_2.0.3-win-x64.exe + InstallerSha256: 392C298274AAB1775BF4A6E06A6D3E06DE5C728317AEDE15BC48BC649A129749 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-03 diff --git a/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.locale.en-US.yaml b/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.locale.en-US.yaml new file mode 100644 index 0000000000000..2b939ad9e90b1 --- /dev/null +++ b/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ntwind.UploadRemote +PackageVersion: 2.0.3 +PackageLocale: en-US +Publisher: NTWIND LLC +PublisherUrl: https://www.ntwind.com/ +PublisherSupportUrl: https://www.ntwind.com/contact.html +PrivacyUrl: https://www.ntwind.com/remote/upload/privacy.html +Author: NTWIND LLC +PackageName: Upload Remote +PackageUrl: https://www.ntwind.com/remote/upload.html +License: Freeware +LicenseUrl: https://www.ntwind.com/remote/upload/terms.html +Copyright: Copyright (c) 2026 NTWIND LLC. All rights reserved. +ShortDescription: Seamlessly transfer files between desktop and mobile devices. +Description: Upload Remote is a cross-platform file sharing application that enables fast and secure file transfers between computers, phones, and tablets over a local network. +Moniker: upload-remote +Tags: +- file-transfer +- remote +- sharing +- upload +- ntwind +ReleaseNotesUrl: https://www.ntwind.com/remote/upload/what-is-new.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.yaml b/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.yaml new file mode 100644 index 0000000000000..e7cc3f3406bad --- /dev/null +++ b/manifests/n/ntwind/UploadRemote/2.0.3/ntwind.UploadRemote.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ntwind.UploadRemote +PackageVersion: 2.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ee2932ca565a31c9e6e13d0a824b105512da8415 Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:27:52 -0400 Subject: [PATCH 26/63] New version: RigSmith.ClaudeRig version 1.15.2 (#430291) --- .../1.15.2/RigSmith.ClaudeRig.installer.yaml | 22 +++++++++++ .../RigSmith.ClaudeRig.locale.en-US.yaml | 38 +++++++++++++++++++ .../ClaudeRig/1.15.2/RigSmith.ClaudeRig.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.installer.yaml create mode 100644 manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.yaml diff --git a/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.installer.yaml b/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.installer.yaml new file mode 100644 index 0000000000000..a33c4fad3b394 --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.15.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: clauderig.exe + PortableCommandAlias: clauderig +Commands: +- clauderig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/clauderig_1.15.2_windows_amd64.zip + InstallerSha256: 6F9EB16529956E42B17BF3B53C9CF0C3E6855F18D7FEDBDF257DEA649F16695A +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/clauderig_1.15.2_windows_arm64.zip + InstallerSha256: 262DC6129A0CABCD1F34DE24B11D498D97E00E1B89F664C13B228627EFCD033C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.locale.en-US.yaml b/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.locale.en-US.yaml new file mode 100644 index 0000000000000..82cd2fec5342e --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.15.2 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: ClaudeRig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: Sync your Claude Code setup across machines, path-correct on restore +Moniker: clauderig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 14e8faf fix(clauderig): distinguish sync lock owners at identical timestamps + Others + - c3c4fc4 Merge v1 byte-preservation fixes into v2 (#295) + - 01e213f Merge v1.15.1 into the shared ClaudeRig foundation + - 4339af3 clauderig: unblock syncing, and stop re-reading the whole backup every run (#305) + - 5ccf9f4 docs(changeset): describe fixes in end-user terms + - 3a85089 refactor(clauderig): complete synchronous capture and journal service + - 4e202dc refactor(clauderig): extract publication and pull services for v2 + - e5e1bca test(clauderig): establish v2 workflow compatibility baseline (#289) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.yaml b/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.yaml new file mode 100644 index 0000000000000..7f51891988f60 --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.15.2/RigSmith.ClaudeRig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4820e09d379b0e28d77047b802a9a02eecfc2eb0 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:28:05 -0700 Subject: [PATCH 27/63] Automatic update of wez.wezterm.nightly from 20260901-002820-4fbd6b8e to 20260905-195314-b99b1ca2 (#430296) --- .../wez.wezterm.nightly.installer.yaml | 29 +++++++++++++++++ .../wez.wezterm.nightly.locale.en-US.yaml | 32 +++++++++++++++++++ .../wez.wezterm.nightly.yaml | 8 +++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.installer.yaml create mode 100644 manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.locale.en-US.yaml create mode 100644 manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.yaml diff --git a/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.installer.yaml b/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.installer.yaml new file mode 100644 index 0000000000000..f969885e58cbe --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260905-195314-b99b1ca2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' +ReleaseDate: 2026-04-30 +AppsAndFeaturesEntries: +- ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\WezTerm' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-setup.exe + InstallerSha256: 88E481DE98FA6DC3BF91324F573A4A414FF6CAD4AFA3BEBD9AFB3C2127B2A225 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.locale.en-US.yaml b/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..461cf2d26e8f1 --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260905-195314-b99b1ca2 +PackageLocale: en-US +Publisher: Wez Furlong +PublisherUrl: https://github.com/wezterm +PublisherSupportUrl: https://github.com/wezterm/wezterm/issues +Author: Wez Furlong +PackageName: WezTerm +PackageUrl: https://github.com/wezterm/wezterm +License: MIT +LicenseUrl: https://github.com/wezterm/wezterm/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2018-Present Wez Furlong +CopyrightUrl: https://github.com/wezterm/wezterm/blob/main/LICENSE.md +ShortDescription: | + A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust +Tags: +- rust +- serial +- serial-port +- terminal +- terminal-emulator +- terminal-emulators +ReleaseNotes: |- + Ignore the sources associated with this release: it's just the readme. + This release holds builds generated by the nightly build process that runs in the CI/CD environment. + These builds may be unstable or unusable; they are simply a build of whatever is in master at the time that the nightly build runs. +ReleaseNotesUrl: https://github.com/wezterm/wezterm/releases/tag/nightly +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.yaml b/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.yaml new file mode 100644 index 0000000000000..e571d2401d20d --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260905-195314-b99b1ca2/wez.wezterm.nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260905-195314-b99b1ca2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8ed04cf09ab735444db3a7a12367108d3914156b Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:49:06 -0400 Subject: [PATCH 28/63] New version: RigSmith.ShipRig version 1.15.2 (#430290) --- .../1.15.2/RigSmith.ShipRig.installer.yaml | 22 +++++++++++ .../1.15.2/RigSmith.ShipRig.locale.en-US.yaml | 38 +++++++++++++++++++ .../ShipRig/1.15.2/RigSmith.ShipRig.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.installer.yaml create mode 100644 manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.yaml diff --git a/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.installer.yaml b/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.installer.yaml new file mode 100644 index 0000000000000..db571355ce875 --- /dev/null +++ b/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.ShipRig +PackageVersion: 1.15.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: shiprig.exe + PortableCommandAlias: shiprig +Commands: +- shiprig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/shiprig_1.15.2_windows_amd64.zip + InstallerSha256: 6D96CB3255EF13EDB7B7154E5B7DD02D8876ED4DCDA486047390132B179BB12F +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/shiprig_1.15.2_windows_arm64.zip + InstallerSha256: D877D799A7F992351FDBC66139CB1AF25EFA0D2AF0C5AF9240FF44BA2A32F897 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.locale.en-US.yaml b/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.locale.en-US.yaml new file mode 100644 index 0000000000000..8c1a99b26d69b --- /dev/null +++ b/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.ShipRig +PackageVersion: 1.15.2 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: ShipRig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: Uniform changeset -> version -> publish, across every ecosystem +Moniker: shiprig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 14e8faf fix(clauderig): distinguish sync lock owners at identical timestamps + Others + - c3c4fc4 Merge v1 byte-preservation fixes into v2 (#295) + - 01e213f Merge v1.15.1 into the shared ClaudeRig foundation + - 4339af3 clauderig: unblock syncing, and stop re-reading the whole backup every run (#305) + - 5ccf9f4 docs(changeset): describe fixes in end-user terms + - 3a85089 refactor(clauderig): complete synchronous capture and journal service + - 4e202dc refactor(clauderig): extract publication and pull services for v2 + - e5e1bca test(clauderig): establish v2 workflow compatibility baseline (#289) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.yaml b/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.yaml new file mode 100644 index 0000000000000..6a91967b382c2 --- /dev/null +++ b/manifests/r/RigSmith/ShipRig/1.15.2/RigSmith.ShipRig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.ShipRig +PackageVersion: 1.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 63bb9691941f7c68f582948e05c24632c42cff82 Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:49:23 -0400 Subject: [PATCH 29/63] New version: RigSmith.Rig version 1.15.2 (#430292) --- .../Rig/1.15.2/RigSmith.Rig.installer.yaml | 22 +++++++++++ .../Rig/1.15.2/RigSmith.Rig.locale.en-US.yaml | 38 +++++++++++++++++++ .../r/RigSmith/Rig/1.15.2/RigSmith.Rig.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.installer.yaml create mode 100644 manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.yaml diff --git a/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.installer.yaml b/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.installer.yaml new file mode 100644 index 0000000000000..dde1a27270c82 --- /dev/null +++ b/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rig +PackageVersion: 1.15.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rig.exe + PortableCommandAlias: rig +Commands: +- rig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/rig_1.15.2_windows_amd64.zip + InstallerSha256: 5B1320F7B8DCBB61C33672184DF27031BB31ABC07482E96BCC4CB4961252ED22 +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/rig_1.15.2_windows_arm64.zip + InstallerSha256: 18B37E38DAD6D151F6F8504CD569B329CDF4484080CF1EF9F5EE11468133C3F7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.locale.en-US.yaml b/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.locale.en-US.yaml new file mode 100644 index 0000000000000..12e5c7b6f2673 --- /dev/null +++ b/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rig +PackageVersion: 1.15.2 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: Rig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: Convention-first dev launcher across .NET, Node, Go, and Rust +Moniker: rig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 14e8faf fix(clauderig): distinguish sync lock owners at identical timestamps + Others + - c3c4fc4 Merge v1 byte-preservation fixes into v2 (#295) + - 01e213f Merge v1.15.1 into the shared ClaudeRig foundation + - 4339af3 clauderig: unblock syncing, and stop re-reading the whole backup every run (#305) + - 5ccf9f4 docs(changeset): describe fixes in end-user terms + - 3a85089 refactor(clauderig): complete synchronous capture and journal service + - 4e202dc refactor(clauderig): extract publication and pull services for v2 + - e5e1bca test(clauderig): establish v2 workflow compatibility baseline (#289) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.yaml b/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.yaml new file mode 100644 index 0000000000000..765712fe539a7 --- /dev/null +++ b/manifests/r/RigSmith/Rig/1.15.2/RigSmith.Rig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rig +PackageVersion: 1.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 98d874ff8feb087751c7798b36bf6f73f684fcfd Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:49:37 -0400 Subject: [PATCH 30/63] New version: RigSmith.Rigsmith version 1.15.2 (#430293) --- .../1.15.2/RigSmith.Rigsmith.installer.yaml | 31 +++++++++++++++ .../RigSmith.Rigsmith.locale.en-US.yaml | 39 +++++++++++++++++++ .../Rigsmith/1.15.2/RigSmith.Rigsmith.yaml | 8 ++++ 3 files changed, 78 insertions(+) create mode 100644 manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.installer.yaml create mode 100644 manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.yaml diff --git a/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.installer.yaml b/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.installer.yaml new file mode 100644 index 0000000000000..400480e35ebda --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.15.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: changerig.exe + PortableCommandAlias: changerig +- RelativeFilePath: clauderig.exe + PortableCommandAlias: clauderig +- RelativeFilePath: rig.exe + PortableCommandAlias: rig +- RelativeFilePath: shiprig.exe + PortableCommandAlias: shiprig +Commands: +- changerig +- clauderig +- rig +- shiprig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/rigsmith_1.15.2_windows_amd64.zip + InstallerSha256: 1595AF8D3EB2C0A223056A9FDB6AE08173B48AFB37FF5851FE07D206AEFB28A0 +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/rigsmith_1.15.2_windows_arm64.zip + InstallerSha256: 16512B25E9618288445AFE1DBF75D940FBC2495E30475244F552AE3EDD915E6E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.locale.en-US.yaml b/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.locale.en-US.yaml new file mode 100644 index 0000000000000..6d540e9744342 --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.15.2 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: RigSmith +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: 'The rigsmith toolchain: rig, changerig, shiprig, clauderig' +Description: The rigsmith toolchain in one package — rig (convention-first dev launcher), changerig (changesets), shiprig (releases/publish), and clauderig (sync Claude Code config). One install drops all four commands on PATH. +Moniker: rigsmith +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 14e8faf fix(clauderig): distinguish sync lock owners at identical timestamps + Others + - c3c4fc4 Merge v1 byte-preservation fixes into v2 (#295) + - 01e213f Merge v1.15.1 into the shared ClaudeRig foundation + - 4339af3 clauderig: unblock syncing, and stop re-reading the whole backup every run (#305) + - 5ccf9f4 docs(changeset): describe fixes in end-user terms + - 3a85089 refactor(clauderig): complete synchronous capture and journal service + - 4e202dc refactor(clauderig): extract publication and pull services for v2 + - e5e1bca test(clauderig): establish v2 workflow compatibility baseline (#289) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.yaml b/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.yaml new file mode 100644 index 0000000000000..c0185609a46b8 --- /dev/null +++ b/manifests/r/RigSmith/Rigsmith/1.15.2/RigSmith.Rigsmith.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.Rigsmith +PackageVersion: 1.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 934c95c2f80fbefa6c6a1c08e5276bf0d5e474cc Mon Sep 17 00:00:00 2001 From: John Campion Jr <1094820+JohnCampionJr@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:49:47 -0400 Subject: [PATCH 31/63] New version: RigSmith.ChangeRig version 1.15.2 (#430294) --- .../1.15.2/RigSmith.ChangeRig.installer.yaml | 22 +++++++++++ .../RigSmith.ChangeRig.locale.en-US.yaml | 38 +++++++++++++++++++ .../ChangeRig/1.15.2/RigSmith.ChangeRig.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.installer.yaml create mode 100644 manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.locale.en-US.yaml create mode 100644 manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.yaml diff --git a/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.installer.yaml b/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.installer.yaml new file mode 100644 index 0000000000000..ef20a052858ed --- /dev/null +++ b/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.ChangeRig +PackageVersion: 1.15.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: changerig.exe + PortableCommandAlias: changerig +Commands: +- changerig +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/changerig_1.15.2_windows_amd64.zip + InstallerSha256: 3893EFF786CA3654A143AB327B70B5F6EC16E126BA10B702A825E89E20D08A22 +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.15.2/changerig_1.15.2_windows_arm64.zip + InstallerSha256: 86152498E82385FA59E1E94462ABDB18CCDBEEDCB31D1A9827F74E86241EB089 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.locale.en-US.yaml b/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.locale.en-US.yaml new file mode 100644 index 0000000000000..ee34993cffd74 --- /dev/null +++ b/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.ChangeRig +PackageVersion: 1.15.2 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: ChangeRig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: 'Changesets: capture intent, then version across every ecosystem' +Moniker: changerig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Fixes + - 14e8faf fix(clauderig): distinguish sync lock owners at identical timestamps + Others + - c3c4fc4 Merge v1 byte-preservation fixes into v2 (#295) + - 01e213f Merge v1.15.1 into the shared ClaudeRig foundation + - 4339af3 clauderig: unblock syncing, and stop re-reading the whole backup every run (#305) + - 5ccf9f4 docs(changeset): describe fixes in end-user terms + - 3a85089 refactor(clauderig): complete synchronous capture and journal service + - 4e202dc refactor(clauderig): extract publication and pull services for v2 + - e5e1bca test(clauderig): establish v2 workflow compatibility baseline (#289) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.15.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.yaml b/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.yaml new file mode 100644 index 0000000000000..dacd93caf90cb --- /dev/null +++ b/manifests/r/RigSmith/ChangeRig/1.15.2/RigSmith.ChangeRig.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RigSmith.ChangeRig +PackageVersion: 1.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1c80eb5db3259f5bd2ff4a934522f4ac6c118ba2 Mon Sep 17 00:00:00 2001 From: Alexander Trakhimenok <533159+trakhimenok@users.noreply.github.com> Date: Sun, 6 Sep 2026 06:50:01 +0100 Subject: [PATCH 32/63] New version: ingitdb.ingitdb 0.65.16 (#430297) Co-authored-by: goreleaserbot --- .../0.65.16/ingitdb.ingitdb.installer.yaml | 18 ++++++++++++++++++ .../0.65.16/ingitdb.ingitdb.locale.en-US.yaml | 18 ++++++++++++++++++ .../ingitdb/0.65.16/ingitdb.ingitdb.yaml | 7 +++++++ 3 files changed, 43 insertions(+) create mode 100644 manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.installer.yaml create mode 100644 manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.locale.en-US.yaml create mode 100644 manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.yaml diff --git a/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.installer.yaml b/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.installer.yaml new file mode 100644 index 0000000000000..37d118abf42ef --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.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: ingitdb.ingitdb +PackageVersion: 0.65.16 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-06" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ingitdb.exe + PortableCommandAlias: ingitdb + InstallerUrl: https://github.com/ingitdb/ingitdb-cli/releases/download/v0.65.16/ingitdb_0.65.16_windows_amd64.zip + InstallerSha256: 292644ed99e7066f29fdf64990ea57e703fc2945b5c14a898bf0cfcc507e998e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.locale.en-US.yaml b/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.locale.en-US.yaml new file mode 100644 index 0000000000000..3d021b8b9c007 --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.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: ingitdb.ingitdb +PackageVersion: 0.65.16 +PackageLocale: en-US +Publisher: ingitdb +PublisherUrl: https://ingitdb.com +PackageName: ingitdb +PackageUrl: https://ingitdb.com +License: MIT +ShortDescription: A CLI for a schema-validated, AI-native database backed by a Git repository. +Description: | + ingitdb is a developer-grade, schema-validated, AI-native database + whose storage engine is a Git repository. Records are YAML/JSON files, + collections and schemas are defined declaratively. +Moniker: ingitdb +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.yaml b/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.yaml new file mode 100644 index 0000000000000..78063db4eb6c1 --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.65.16/ingitdb.ingitdb.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: ingitdb.ingitdb +PackageVersion: 0.65.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 623b7dd0e2452e706db44cec57c4acc652abe3bd Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sun, 6 Sep 2026 07:50:10 +0200 Subject: [PATCH 33/63] Update version: LoxSmoke.OpenLogiNet version 0.20.0 (#430303) --- .../LoxSmoke.OpenLogiNet.installer.yaml | 21 +++++++++++ .../LoxSmoke.OpenLogiNet.locale.en-US.yaml | 37 +++++++++++++++++++ .../0.20.0/LoxSmoke.OpenLogiNet.yaml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.installer.yaml create mode 100644 manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.locale.en-US.yaml create mode 100644 manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.yaml diff --git a/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.installer.yaml b/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.installer.yaml new file mode 100644 index 0000000000000..df1e50758305a --- /dev/null +++ b/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: LoxSmoke.OpenLogiNet +PackageVersion: 0.20.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /NORESTART + SilentWithProgress: /SILENT /NORESTART +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- DisplayName: OpenLogi.net + ProductCode: "{8E0F7A12-BFB3-4FE8-B9A5-48FD50A15A9A}_is1" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/loxsmoke/openlogi-net/releases/download/v0.20.0/OpenLogi.net-0.20.0-setup.exe + InstallerSha256: 96FDC81E907187A18D68A28A4F52CCB326FA6AE063CFBBA1351817ED57435E82 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.locale.en-US.yaml b/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.locale.en-US.yaml new file mode 100644 index 0000000000000..abc659dd1a26f --- /dev/null +++ b/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.locale.en-US.yaml @@ -0,0 +1,37 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: LoxSmoke.OpenLogiNet +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: LoxSmoke +PublisherUrl: https://github.com/loxsmoke +PublisherSupportUrl: https://github.com/loxsmoke/openlogi-net/issues +PackageName: OpenLogiNet +PackageUrl: https://github.com/loxsmoke/openlogi-net +License: MIT +ShortDescription: OpenLogiNet Setup +Tags: +- avalonia +- csharp +- dotnet +- hid +- hidpp +- keyboard +- logitech +- logitech-options +- mouse +- rgb +- windows +ReleaseNotes: |- + ## What's Changed + • Ship HID++ 1.0 device listing (issue #13) as 0.19.1 by @loxsmoke in https://github.com/loxsmoke/openlogi-net/pull/15 + + + **Full Changelog**:https://github.com/loxsmoke/openlogi-net/compare/v0.19.0...v0.20.0 +ReleaseNotesUrl: https://github.com/loxsmoke/openlogi-net/releases/tag/v0.20.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/loxsmoke/openlogi-net/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.yaml b/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.yaml new file mode 100644 index 0000000000000..0ad381f7ff516 --- /dev/null +++ b/manifests/l/LoxSmoke/OpenLogiNet/0.20.0/LoxSmoke.OpenLogiNet.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: LoxSmoke.OpenLogiNet +PackageVersion: 0.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 37c3ac84deec0655410f033e7d58ef81946a1270 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sun, 6 Sep 2026 07:50:28 +0200 Subject: [PATCH 34/63] Update version: ciromattia.KCC version 11.1.0 (#430305) --- .../KCC/11.1.0/ciromattia.KCC.installer.yaml | 19 +++++++++++ .../11.1.0/ciromattia.KCC.locale.en-US.yaml | 33 +++++++++++++++++++ .../ciromattia/KCC/11.1.0/ciromattia.KCC.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.installer.yaml create mode 100644 manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.locale.en-US.yaml create mode 100644 manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.yaml diff --git a/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.installer.yaml b/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.installer.yaml new file mode 100644 index 0000000000000..bd23ecc28ba55 --- /dev/null +++ b/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: ciromattia.KCC +PackageVersion: 11.1.0 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- KCC +ReleaseDate: 2026-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ciromattia/kcc/releases/download/v11.1.0/KCC_11.1.0.exe + InstallerSha256: 843E4F2B3AEEF2A54E25B67B1D6157FAAA89EA298363A3C36EA7758C536F6569 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.locale.en-US.yaml b/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.locale.en-US.yaml new file mode 100644 index 0000000000000..2469ea4518a79 --- /dev/null +++ b/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: ciromattia.KCC +PackageVersion: 11.1.0 +PackageLocale: en-US +Publisher: ciromattia +PublisherUrl: https://github.com/ciromattia +PublisherSupportUrl: https://github.com/ciromattia/kcc/issues +PackageName: Kindle Comic Converter +PackageUrl: https://github.com/ciromattia/kcc +License: ISC +LicenseUrl: https://github.com/ciromattia/kcc/blob/HEAD/LICENSE.txt +ShortDescription: Kindle Comic Converter is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. +Moniker: kcc +Tags: +- azw3 +- cbz +- comics +- eink +- epub +- kindle +- kobo +- koreader +- manga +- pdf +- remarkable-tablet +- webtoon +- webtoons +ReleaseNotes: "Video demo of spread label feature:https://www.youtube.com/watch?v=kfIX67f7Aqk\r\n\r\n## Sponsors\r\n\r\n• Free code signing on Windows provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/)\r\n\r\n## Notes\r\n\r\n• **WARNING:** Kindle Scribe 2025 doesn't work very well. Lots of blanks. Maybe PDF is better.\r\n• JPG Quality for Scribe/Colorsoft is increased from 85 to 90. This may solve blank page issue.\r\n• Gamma correction default is now 1.0 (disabled). Prior default was 1.8\r\n• Discrete Fourier Transform used to erase rainbows in 9.0:https://youtu.be/Dw2HTJCGMhw?si=k3pDizLAaZmJfwMl\r\n• Kindle Scribe full 2480 support was added in 7.5:https://ko-fi.com/post/Kindle-Scribe-full-2480-support-N4N31G6TQU\r\n• Virtual panel view is enabled in Aa menu on your Kindle, not in KCC in 7.4:https://www.youtube.com/watch?v=v_kIBu4q7SU\r\n## Links\r\n\r\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q41BW8HS)\r\n\r\nAlso looking for a software job! https://www.linkedin.com/in/alexu2/\r\n\r\nEmail (for commisions and inquiries):`kindle.comic.converter` gmail\r\n\r\nDiscord:https://discord.com/invite/qj7wpnUHav\r\n\r\nKo-fi support! https://ko-fi.com/eink_dude\r\n\r\nYouTube tutorial (please subscribe):https://www.youtube.com/watch?v=QQ6zJcMF2Iw\r\n\r\nInstallation tutorial:https://www.youtube.com/watch?v=IR2Fhcm9658\r\n\r\n## What's Changed\r\n• add folder output option by @axu2 in https://github.com/ciromattia/kcc/pull/1430\r\n• add wallpaper mode for KOreader by @axu2 in https://github.com/ciromattia/kcc/pull/1431\r\n• A \"Covers\" folder next to source files defines custom covers by @axu2 in https://github.com/ciromattia/kcc/pull/1432\r\n• add legacy extract warning by @axu2 in https://github.com/ciromattia/kcc/pull/1433\r\n• Bump actions/setup-python from 6 to 7 by @dependabot[bot] in https://github.com/ciromattia/kcc/pull/1408\r\n• Bump actions/setup-node from 6 to 7 by @dependabot[bot] in https://github.com/ciromattia/kcc/pull/1401\r\n• Bump signpath/github-action-submit-signing-request from 2.2 to 2.3 by @dependabot[bot] in https://github.com/ciromattia/kcc/pull/1418\r\n\r\n\r\n**Full Changelog**:https://github.com/ciromattia/kcc/compare/v11.0.3...v11.1.0" +ReleaseNotesUrl: https://github.com/ciromattia/kcc/releases/tag/v11.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.yaml b/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.yaml new file mode 100644 index 0000000000000..e4a094160a8af --- /dev/null +++ b/manifests/c/ciromattia/KCC/11.1.0/ciromattia.KCC.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: ciromattia.KCC +PackageVersion: 11.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1e6e5a720193dc123f0d925efb4db9161f5a601b Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sun, 6 Sep 2026 08:07:30 +0200 Subject: [PATCH 35/63] General maintenance: zed.rainxch.githubstore version 1.9.2 (#430295) --- .../zed.rainxch.githubstore.locale.en-US.yaml | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/manifests/z/zed/rainxch/githubstore/1.9.2/zed.rainxch.githubstore.locale.en-US.yaml b/manifests/z/zed/rainxch/githubstore/1.9.2/zed.rainxch.githubstore.locale.en-US.yaml index 4a81606d47126..e207f1a1c4bad 100644 --- a/manifests/z/zed/rainxch/githubstore/1.9.2/zed.rainxch.githubstore.locale.en-US.yaml +++ b/manifests/z/zed/rainxch/githubstore/1.9.2/zed.rainxch.githubstore.locale.en-US.yaml @@ -1,4 +1,3 @@ -# Created with WinGet Releaser using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: zed.rainxch.githubstore @@ -11,24 +10,25 @@ PackageName: GitHub Store PackageUrl: https://github.com/kurikomi-labs/komi-store License: Apache-2.0 LicenseUrl: https://github.com/kurikomi-labs/komi-store/blob/HEAD/LICENSE -Copyright: Copyright (C) 2026 +Copyright: Copyright © 2026 ShortDescription: GitHub Store - app store for GitHub releases - installer. +Moniker: komistore Tags: -- android -- desktop -- github-app +- android-apps +- desktop-app +- github-apps - github-store - kotlin -- kotlin-android - kotlin-desktop - kotlin-multiplatform -- linux -- macos -- macos-app +- komi-store +- macos-apps - online-store -- open-source - open-source-project -- windows +- windows-apps +- linux-apps +- codeberg-apps +- forgejo-apps ReleaseNotes: |- 🎨 Komi Store 1.9.2 — Meet Manga, a whole new look > 🖌️ New: Manga personality @@ -40,8 +40,6 @@ ReleaseNotes: |- 🐛 Bug Fixes - App downloads now auto-pick the build that matches your device's CPU (like aarch64) instead of defaulting to a larger universal APK - Windows: GitHub sign-in works again — the desktop app reliably opens and finishes login after you authorize in your browser - - Linux: fixed the app not launching from the menu on some setups (like Arch/KDE), caused by a mismatched desktop-shortcut name - Full Changelog: 1.9.1...1.9.2 🌐 Website | 💬 Discord ReleaseNotesUrl: https://github.com/kurikomi-labs/komi-store/releases/tag/v1.9.2 ManifestType: defaultLocale From 7b5c345638b5e3e9f67d9c971a84511696d90adf Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:07:43 -0700 Subject: [PATCH 36/63] Automatic update of RockstarGames.Launcher from 1.0.108.2970 to 1.0.109.3031 (#430309) --- .../RockstarGames.Launcher.installer.yaml | 23 ++++++++++++++ .../RockstarGames.Launcher.locale.en.yaml | 31 +++++++++++++++++++ .../1.0.109.3031/RockstarGames.Launcher.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.installer.yaml create mode 100644 manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.locale.en.yaml create mode 100644 manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.yaml diff --git a/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.installer.yaml b/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.installer.yaml new file mode 100644 index 0000000000000..e6223035371c4 --- /dev/null +++ b/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RockstarGames.Launcher +PackageVersion: 1.0.109.3031 +InstallerType: exe +InstallerSwitches: + Silent: /s /f + SilentWithProgress: /s /f +Installers: +- Architecture: x64 + InstallerUrl: https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe + InstallerSha256: 321886457B7E4AB727A27671C17A815684A3943579EEDF7E2248A3B9F0973746 +ProductCode: 'Rockstar Games Launcher' +AppsAndFeaturesEntries: +- ProductCode: 'Rockstar Games Launcher' +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.locale.en.yaml b/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.locale.en.yaml new file mode 100644 index 0000000000000..f3d5de3db3d43 --- /dev/null +++ b/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.locale.en.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RockstarGames.Launcher +PackageVersion: 1.0.109.3031 +PackageLocale: en +Publisher: Rockstar Games Inc. +PackageName: Rockstar Games Launcher +PackageUrl: https://socialclub.rockstargames.com/rockstar-games-launcher +License: Proprietary (Freeware) +Copyright: Rockstar Games Inc. © 2005-2026 Take Two Interactive. All rights reserved. +ShortDescription: Launcher hub for certain Rockstar Games PC games, including the Grand Theft Auto and Red Dead Redemption franchises. +Moniker: rockstargameslauncher +Tags: +- rockstar-games-launcher +- grandtheftauto +- grand-theft-auto +- gta+ +- reddeadredemption +- red-dead-redemption +- rdr +- lanoire +- la-noire +- maxpayne3 +- max-payne-3 +- taketwointeractive +- bullyscholarshipedition +- rockstarsocialclub +- rockstar-social-club +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.yaml b/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.yaml new file mode 100644 index 0000000000000..ab6ccd2a9a7d1 --- /dev/null +++ b/manifests/r/RockstarGames/Launcher/1.0.109.3031/RockstarGames.Launcher.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RockstarGames.Launcher +PackageVersion: 1.0.109.3031 +DefaultLocale: en +ManifestType: version +ManifestVersion: 1.12.0 From 792148c1af8ec131e7f200dc3fd6c64fb8a7c0fd Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:07:52 -0700 Subject: [PATCH 37/63] Automatic update of WixPie.WixPie from 2.16.0.81 to 2.16.0.83 (#430311) --- .../2.16.0.83/WixPie.WixPie.installer.yaml | 26 +++++++++++++++++++ .../2.16.0.83/WixPie.WixPie.locale.en-US.yaml | 17 ++++++++++++ .../WixPie/2.16.0.83/WixPie.WixPie.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.installer.yaml create mode 100644 manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.locale.en-US.yaml create mode 100644 manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.yaml diff --git a/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.installer.yaml b/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.installer.yaml new file mode 100644 index 0000000000000..e6c24619db1d9 --- /dev/null +++ b/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WixPie.WixPie +PackageVersion: 2.16.0.83 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{6A6F1437-E4AC-43BC-96D9-8751A31214C6}' +ReleaseDate: 2025-03-22 +AppsAndFeaturesEntries: +- ProductCode: '{6A6F1437-E4AC-43BC-96D9-8751A31214C6}' + UpgradeCode: '{B2DEBFD6-4D50-4B9C-A654-43EE97A07087}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\WixPie' +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.wixpie.com/msi.php/WixPie_v2.16.0.81.msi + InstallerSha256: 0A7E7B8C82978B3E6A0DE60114AFB6AA76966F23456507DE168567064118C895 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.locale.en-US.yaml b/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.locale.en-US.yaml new file mode 100644 index 0000000000000..29a66eb415936 --- /dev/null +++ b/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WixPie.WixPie +PackageVersion: 2.16.0.83 +PackageLocale: en-US +Publisher: WixPie.com +PublisherUrl: https://wixpie.com/ +PrivacyUrl: https://wixpie.com/index.php/privacy-policy +PackageName: WixPie +PackageUrl: https://wixpie.com/ +License: Proprietary +ShortDescription: > + WiXPie is a tool for creating software installers that aims to lower the learning curve for creating installers. Compared to tools like WiX-Toolset, it allows you to generate installers for your software more easily. +PurchaseUrl: https://wixpie.com/#osm-plans-list-default +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.yaml b/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.yaml new file mode 100644 index 0000000000000..62d019b7a1ac1 --- /dev/null +++ b/manifests/w/WixPie/WixPie/2.16.0.83/WixPie.WixPie.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/06 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WixPie.WixPie +PackageVersion: 2.16.0.83 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 53e2d3cda774156d1ea663a66805bb75d0163e3e Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:08:09 +0800 Subject: [PATCH 38/63] New version: EligianLabs.PIICrawlerCLI version 26.0906.0035 (#430312) --- .../EligianLabs.PIICrawlerCLI.installer.yaml | 6 +++--- .../EligianLabs.PIICrawlerCLI.locale.en-US.yaml | 2 +- .../EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml | 2 +- .../EligianLabs.PIICrawlerCLI.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0905.2229 => 26.0906.0035}/EligianLabs.PIICrawlerCLI.installer.yaml (77%) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0905.2229 => 26.0906.0035}/EligianLabs.PIICrawlerCLI.locale.en-US.yaml (98%) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0905.2229 => 26.0906.0035}/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml (98%) rename manifests/e/EligianLabs/PIICrawlerCLI/{26.0905.2229 => 26.0906.0035}/EligianLabs.PIICrawlerCLI.yaml (89%) diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.installer.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.installer.yaml similarity index 77% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.installer.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.installer.yaml index db2eb52e3da19..96f4283bb605b 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.installer.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0905.2229 +PackageVersion: 26.0906.0035 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: piicrawler.exe Commands: - piicrawler -ReleaseDate: 2026-09-05 +ReleaseDate: 2026-09-06 Installers: - Architecture: x64 InstallerUrl: https://downloads.eligian.com/piicrawler-cli-windows-signed.zip - InstallerSha256: F75EF0948498924C9631164DD1065F888EC20895B63577F2AF0F351BBAF544EB + InstallerSha256: 85801B258097CC6D48D140ABE91850EE6D1A742E4DEB4864F7A271F6B01A2819 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.locale.en-US.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.en-US.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.locale.en-US.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.en-US.yaml index 2bfed3fe2c654..d52a1da312849 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.locale.en-US.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0905.2229 +PackageVersion: 26.0906.0035 PackageLocale: en-US Publisher: Eligian Labs LLC PublisherUrl: https://www.piicrawler.com/ diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml index cabb7ec419552..7f8a54fedbf86 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0905.2229 +PackageVersion: 26.0906.0035 PackageLocale: zh-CN License: 专有软件 ShortDescription: PII Crawler 在您自己的硬件上扫描文件、网络共享和数据库。发现 SaaS 工具无法触及位置中隐藏的社会安全号码、地址、姓名和电子邮件。没有任何数据会离开您的网络。 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.yaml similarity index 89% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.yaml index e0dd9356cc5b9..d32f6297917e1 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0905.2229/EligianLabs.PIICrawlerCLI.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0905.2229 +PackageVersion: 26.0906.0035 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From ba71a2206958cf7980b3b78ff3b31b71f2d3b21d Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:08:20 +0800 Subject: [PATCH 39/63] New version: lbjlaq.AntigravityTools version 4.6.8 (#430316) --- .../lbjlaq.AntigravityTools.installer.yaml | 30 ++++++++++++++ .../lbjlaq.AntigravityTools.locale.en-US.yaml | 12 ++++++ .../lbjlaq.AntigravityTools.locale.zh-CN.yaml | 41 +++++++++++++++++++ .../4.6.8/lbjlaq.AntigravityTools.yaml | 8 ++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.installer.yaml create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.en-US.yaml create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.zh-CN.yaml create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.yaml diff --git a/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.installer.yaml b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.installer.yaml new file mode 100644 index 0000000000000..10ef2b0894aa1 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.6.8 +UpgradeBehavior: install +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.6.8/Antigravity.Tools_4.6.8_x64-setup.exe + InstallerSha256: 1F821499212376334BE83E573A490FBF23C505D8EED5E88F93D044EEEAD7F6CF + ProductCode: Antigravity Tools + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Antigravity Tools' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.6.8/Antigravity.Tools_4.6.8_x64_en-US.msi + InstallerSha256: 80B0D8498AFB63746B97AEEC31AD1083B22DB7C49D51210C005496F507F251DB + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{7854DBA7-F03E-42DF-8806-0D6A17E3B63E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E6D0D59B-1948-5950-A427-E2A516157557}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Antigravity Tools' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.en-US.yaml b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.en-US.yaml new file mode 100644 index 0000000000000..8c516c2e279c2 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.6.8 +PackageLocale: en-US +ShortDescription: Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust). +Description: |- + Antigravity Tools is a fully-featured desktop application designed specifically for developers and AI enthusiasts. It seamlessly integrates multi-account management, protocol conversion, and intelligent request scheduling, providing you with a stable, high-speed, and cost-effective local AI relay station. + With this application, you can convert common Web-based Sessions (Google/Anthropic) into standardized API interfaces, completely eliminating protocol barriers across different vendors. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.zh-CN.yaml b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ef7ad891b8dca --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.6.8 +PackageLocale: zh-CN +Publisher: lbjlaq +PublisherUrl: https://github.com/lbjlaq +PublisherSupportUrl: https://github.com/lbjlaq/Antigravity-Manager/issues +PackageName: Antigravity Tools +PackageUrl: https://github.com/lbjlaq/Antigravity-Manager +License: CC-BY-NC-SA-4.0 +LicenseUrl: https://github.com/lbjlaq/Antigravity-Manager/blob/HEAD/LICENSE +ShortDescription: 专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。 +Description: |- + Antigravity Tools 是一个专为开发者和 AI 爱好者设计的全功能桌面应用。它将多账号管理、协议转换和智能请求调度完美结合,为您提供一个稳定、极速且成本低廉的 本地 AI 中转站。 + 通过本应用,您可以将常见的 Web 端 Session (Google/Anthropic) 转化为标准化的 API 接口,彻底消除不同厂商间的协议鸿沟。 +Tags: +- account-manager +- antigravity +ReleaseNotes: |- + - [核心修复] 彻底修复冷启动无条件 VACUUM 导致磁盘 I/O 饱和与日志保留时间戳单位错误 (Issue #3386): + - 对齐保留清理时间戳毫秒单位:修复此前因清理函数 cleanup_old_logs 使用秒级时间戳(timestamp())计算 30 天截断点,而请求日志存储使用毫秒时间戳(timestamp_millis()),导致过期判断永远无法命中、旧日志从未被清理且数据库只增不减的缺陷。统一基准为毫秒级计算(now.timestamp_millis() - days * 24 * 3600 * 1000)。 + - 按需门槛式 VACUUM 碎片整理:移除了应用启动初始化 ProxyMonitor 时对 SQLite 数据库无条件执行全量 VACUUM 的行为。改为仅在实际删除行数达到合理门槛(deleted >= 500)时才进行空间整理,且容忍整理过程中的非致命错误;彻底解决大容量日志库(数 GB)在冷启动时即使清理 0 条记录仍无休止全盘重写导致 SSD/NVMe 磁盘持续 100% 占满与系统卡顿的问题。 + - [功能优化] 账号表格支持点击表头按周配额重置时间与最后使用时间排序 (Issue #3387): + - 支持重置时间与使用时间双维度升降序:允许用户直接点击「周配额/模型配额」或「最后使用」表头切换排序模式(升序 -> 降序 -> 恢复默认)。在周配额视图下自动提取 Gemini / Claude 模型组的最快配额恢复时间点,帮助用户快速将即将恢复额度的账号排到最前。 + - 列排序与手动拖拽智能互斥保护:激活表头列排序时,自动挂起 @dnd-kit 的手动拖拽事件并为抓手图标提供明确提示态,避免排序覆盖与交互冲突。 + - [Linux 修复] 修复 niri / Hyprland 等独立合成器上窗口全黑问题 (Issue #3388, PR #3389): + - 取消仅因 DISPLAY 存在即强制切 X11 行为:niri / Hyprland / sway / river / labwc / wayfire 常年挂载 Xwayland 兼容层,此前因检测到 DISPLAY 被强行切入 X11 导致 WebKitGTK 主界面图层全黑。调整为上述合成器保持原生 Wayland,GNOME / KDE 的历史 X11 兼容回退保持不变。 + - 按需动态禁用 WebKit DMA-BUF 渲染器:在 Wayland 环境且(上述合成器或本机加载了 NVIDIA 专有驱动)时,若用户未自行设置,自动注入 WEBKIT_DISABLE_DMABUF_RENDERER=1 避免黑屏;GNOME + AMD/Intel 核显保留 DMA-BUF 硬件加速快路径。已有环境变量严格尊重不覆盖。 + - [核心修复] 彻底修复 OpenAI 接口下非 -thinking 后缀 Claude 模型多轮对话报 400 thinking.signature 错误 (Issue #3391): + - 扩展 Claude 思维模式识别范围:修复此前仅依据 -thinking 后缀识别 Claude 思考模式,导致 claude-sonnet-4-6 等基础模型在显式启用 thinking: { type: "enabled" } 时漏判、从而绕过历史签名校验防御机制的缺陷。 + - 缺失思考历史安全降级与杜绝伪造思考块:当多轮对话中存在缺少 reasoning_content 且无法提供有效签名的历史 Assistant 消息时,针对 Claude 模型无条件安全降级为关闭思考,并杜绝注入上游无法校验的伪造思考占位块,彻底消除 400 messages.N.content.0.thinking.signature: Field required。 + - 400 签名错误重试彻底关闭思考配置:在捕获到签名失效触发 400 重试时,显式将 openai_req.thinking 置空并剥除模型 -thinking 后缀,保证下一次重试请求彻底以纯文本模式构造,杜绝多次重试均重复报 400 的死循环。 + - [核心修复] 修复 Anthropic 协议代理 SSE 超时卡顿、工具调用内容泄漏及思考中断 Loop 缺陷 (Issue #3393): + - Anthropic 协议流式代理超时收紧与僵尸流熔断:将 peek 首包探测等待超时由 300s 显著收紧至 30s,外层 SSE 空闲保活超时由 300s 降至 120s;内层 SSE 心跳等待由 60s 降至 20s,并新增最多连续 5 次无数据心跳(100s)主动终止保护,彻底消除响应迟缓及上游卡死引发的下游连接长时间挂死问题。 + - 杜绝无参数工具调用导致输入泄露与客户端报错:修复流式 process_function_call 在处理无参数或空参数工具(如 EnterPlanMode)时,因跳过 input_json_delta 导致工具输入块不完整、进而引发部分客户端报错或将工具内容错误回显为正文文本的问题,现在始终保证发送完整的 input_json_delta(partial_json: "{}")。 + - 修复思考链中断恢复路径缺少结束事件导致客户端死循环:修复思考链被意外中断并触发恢复逻辑时,因依赖受 message_stop_sent 状态守卫的间接调用导致未真正发送结束帧的问题;改为直接向客户端显式输出 message_delta 与 message_stop 事件,彻底避免 Claude 等客户端一直等待响应而陷入无限 loop。 +ReleaseNotesUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v4.6.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.yaml b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.yaml new file mode 100644 index 0000000000000..9e31b12df63e1 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.6.8/lbjlaq.AntigravityTools.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: lbjlaq.AntigravityTools +PackageVersion: 4.6.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 3e0102859f1d69eceb816e7410b6f0612d725931 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:27:29 +0200 Subject: [PATCH 40/63] Update version: Microsoft.WSL.PreRelease version 2.9.10 (#430304) --- .../Microsoft.WSL.PreRelease.installer.yaml | 34 +++++++++++++++++++ ...Microsoft.WSL.PreRelease.locale.en-US.yaml | 33 ++++++++++++++++++ ...Microsoft.WSL.PreRelease.locale.zh-CN.yaml | 16 +++++++++ .../2.9.10/Microsoft.WSL.PreRelease.yaml | 8 +++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.installer.yaml create mode 100644 manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.zh-CN.yaml create mode 100644 manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.yaml diff --git a/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.installer.yaml b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.installer.yaml new file mode 100644 index 0000000000000..2a4843506ae3a --- /dev/null +++ b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Microsoft.WSL.PreRelease +PackageVersion: 2.9.10 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: wix +Scope: machine +PackageFamilyName: MicrosoftCorporationII.WindowsSubsystemForLinux_8wekyb3d8bbwe +ReleaseDate: 2026-09-04 +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%\\WSL" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/WSL/releases/download/2.9.10/wsl.2.9.10.0.x64.msi + InstallerSha256: EF9F1DB25C76BF2F191F7E4BD079692ED193907B43F3C34EF26C118ACA487113 + ProductCode: "{2FF209A7-4525-4EDC-B25A-8A92D4D9BAFE}" + AppsAndFeaturesEntries: + - Publisher: Microsoft Corporation + ProductCode: "{2FF209A7-4525-4EDC-B25A-8A92D4D9BAFE}" + UpgradeCode: "{6D5B792B-1EDC-4DE9-8EAD-201B820F8E82}" +- Architecture: arm64 + InstallerUrl: https://github.com/microsoft/WSL/releases/download/2.9.10/wsl.2.9.10.0.arm64.msi + InstallerSha256: 405253B7E11CD42927793FB8E616883ACA75B3020AA0807E62F7DD3050F80074 + ProductCode: "{0DC9B90D-943B-4E7E-B81A-92DFA6ADBEFF}" + AppsAndFeaturesEntries: + - Publisher: Microsoft Corporation + ProductCode: "{0DC9B90D-943B-4E7E-B81A-92DFA6ADBEFF}" + UpgradeCode: "{6D5B792B-1EDC-4DE9-8EAD-201B820F8E82}" +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.en-US.yaml b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.en-US.yaml new file mode 100644 index 0000000000000..72cf492469dde --- /dev/null +++ b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Microsoft.WSL.PreRelease +PackageVersion: 2.9.10 +PackageLocale: en-US +Publisher: Microsoft Corp. +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/WSL/blob/master/SUPPORT.md +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Windows Subsystem for Linux +PackageUrl: https://learn.microsoft.com/windows/wsl/ +License: MIT +LicenseUrl: https://github.com/microsoft/WSL/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: | + Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. +Description: | + Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time. +Moniker: wsl +Tags: +- linux +- linux-subsystem +- windows-subsytem-for-linux +- wsl +ReleaseNotes: "## What's Changed\r\n• wslc:consolidate size formatting on FormatHumanReadableSize by @ggarzia-MSFT in https://github.com/microsoft/WSL/pull/41429\r\n• CLI:Add virtiofs mapshared regression test by @dkbennett in https://github.com/microsoft/WSL/pull/41427\r\n• Fix tracked routes being collapsed by incomplete comparison by @chemwolf6922 in https://github.com/microsoft/WSL/pull/41393\r\n• Add github issue suggestion in user visible error by @chemwolf6922 in https://github.com/microsoft/WSL/pull/41432\r\n• Match Docker output for prune operations and container inspection by @ggarzia-MSFT in https://github.com/microsoft/WSL/pull/41430\r\n• CLI:Mount PR followup & fix two docker parser bugs by @dkbennett in https://github.com/microsoft/WSL/pull/41436\r\n• Invalidate the TestImageRegistry cache after running prune --all by @OneBlue in https://github.com/microsoft/WSL/pull/41442\r\n• Solve various issues found by verifier by @OneBlue in https://github.com/microsoft/WSL/pull/41445\r\n• CLI:Align alias listing with docker, Apple and other CLIs by @dkbennett in https://github.com/microsoft/WSL/pull/41439\r\n• Align container list format with Docker specifications by @ggarzia-MSFT in https://github.com/microsoft/WSL/pull/41375\r\n• wslc:alias -f to --format on inspect commands for docker parity by @ggarzia-MSFT in https://github.com/microsoft/WSL/pull/41463\r\n• CLI:Add explicit per-command argument overrides by @dkbennett in https://github.com/microsoft/WSL/pull/41478\r\n• Fix WSLC parser unit test argument overrides by @benhillis in https://github.com/microsoft/WSL/pull/41496\r\n• Fix systemd-tmpfiles failure on systemd v261+ with systemd boot disabled by @chemwolf6922 in https://github.com/microsoft/WSL/pull/41491\r\n• Fix unvalidated TerminalProfileSize during distribution import by @benhillis in https://github.com/microsoft/WSL/pull/41495\r\n• Bump WSL DeviceHost to 1.2.62 by @damanm24 with @Copilot in https://github.com/microsoft/WSL/pull/41499\r\n• Enable unity build repo-wide via WSL_UNITY_BATCH_SIZE by @ggarzia-MSFT in https://github.com/microsoft/WSL/pull/41441\r\n• Add wslc system info command by @beena352 in https://github.com/microsoft/WSL/pull/41408\r\n• Harden Windows macros against dangling-else ambiguity by @Eamon2009 in https://github.com/microsoft/WSL/pull/41513\r\n• Fix dangling-else bugs in FAIL_FAST_IF and EMIT_USER_WARNING macros by @Eamon2009 in https://github.com/microsoft/WSL/pull/41504\r\n• Wslc events by @kvega005 in https://github.com/microsoft/WSL/pull/40971\r\n• Resolve an issue preventing WSL from starting due to an MDE Plugin error\r\n\r\n## New Contributors\r\n• @tega-ajise made their first contribution in https://github.com/microsoft/WSL/pull/41509\r\n\r\n**Full Changelog**:https://github.com/microsoft/WSL/compare/2.9.9...2.9.10" +ReleaseNotesUrl: https://github.com/microsoft/WSL/releases/tag/2.9.10 +InstallationNotes: | + If the virtual machine platform Windows optional feature was enabled, a restart is required for WSL to function properly. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.zh-CN.yaml b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7faf43cd2e74b --- /dev/null +++ b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Microsoft.WSL.PreRelease +PackageVersion: 2.9.10 +PackageLocale: zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +PackageName: 适用于 Linux 的 Windows 子系统 +PackageUrl: https://learn.microsoft.com/zh-cn/windows/wsl/ +ShortDescription: | + 适用于 Linux 的 Windows 子系统 (WSL) 是 Windows 的一项功能,可用于在 Windows 计算机上运行 Linux 环境,而无需单独的虚拟机或双引导。 +Description: | + 适用于 Linux 的 Windows 子系统 (WSL) 是 Windows 的一项功能,可用于在 Windows 计算机上运行 Linux 环境,而无需单独的虚拟机或双引导。 WSL 旨在为希望同时使用 Windows 和 Linux 的开发人员提供无缝高效的体验。 +InstallationNotes: 如果启用了 Windows 可选功能“虚拟机平台”,则需要重新启动才能正常运行 WSL。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.yaml b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.yaml new file mode 100644 index 0000000000000..338feeadc9fa7 --- /dev/null +++ b/manifests/m/Microsoft/WSL/PreRelease/2.9.10/Microsoft.WSL.PreRelease.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Microsoft.WSL.PreRelease +PackageVersion: 2.9.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cd930dc7393229c48f4acce7005ea1dbe547afe1 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:27:37 +0800 Subject: [PATCH 41/63] New version: Anthropic.ClaudeCode version 2.1.263 (#430310) --- .../Anthropic.ClaudeCode.installer.yaml | 18 ++++++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 42 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 ++++++++++++++ .../2.1.263/Anthropic.ClaudeCode.yaml | 8 ++++ 4 files changed, 99 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 0000000000000..0b69b720eb89a --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.263 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.263/win32-x64/claude.exe + InstallerSha256: 0B35DF94C1307004F07B738390BFEF8DFCA5E9AF29AAF6517F305BF086B95B03 +- Architecture: arm64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.263/win32-arm64/claude.exe + InstallerSha256: 2CA14D6F61A39C3AD5D72424F4E347D5A570A58036AB1AFE14C5E3EB668E9540 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 0000000000000..072b5ddd653a1 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.263 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: '- Bug fixes and reliability improvements' +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21263 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec4aff247e6a6 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.263 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.yaml new file mode 100644 index 0000000000000..428049181ef1f --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.263/Anthropic.ClaudeCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.263 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3dda692c1957a69aa5331dd21d02dd1750730719 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:27:52 +0800 Subject: [PATCH 42/63] New version: EKKOLearnAI.HermesStudio version 0.7.18 (#430313) --- .../EKKOLearnAI.HermesStudio.installer.yaml | 26 ++++++ ...EKKOLearnAI.HermesStudio.locale.en-US.yaml | 24 ++++++ ...EKKOLearnAI.HermesStudio.locale.zh-CN.yaml | 79 +++++++++++++++++++ .../0.7.18/EKKOLearnAI.HermesStudio.yaml | 8 ++ 4 files changed, 137 insertions(+) create mode 100644 manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.installer.yaml create mode 100644 manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.en-US.yaml create mode 100644 manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml create mode 100644 manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.yaml diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.installer.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.installer.yaml new file mode 100644 index 0000000000000..e6d12362de693 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.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: EKKOLearnAI.HermesStudio +PackageVersion: 0.7.18 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f6bd0604-87fa-534e-9fb2-f5a02394db55 +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/download/v0.7.18/Hermes.Studio-0.7.18-x64.exe + InstallerSha256: 59F84CA75E55EEFFB1338B5BEAAEDDFC1E82D6684B76BF0D47608F11E1AD9497 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/download/v0.7.18/Hermes.Studio-0.7.18-x64.exe + InstallerSha256: 59F84CA75E55EEFFB1338B5BEAAEDDFC1E82D6684B76BF0D47608F11E1AD9497 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.en-US.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..acf680d4bb483 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.en-US.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: EKKOLearnAI.HermesStudio +PackageVersion: 0.7.18 +PackageLocale: en-US +ShortDescription: A full-featured desktop app for Hermes Agent. +Description: |- + A full-featured desktop app and web dashboard for Hermes Agent. + Manage AI chat sessions, monitor usage & costs, configure platform channels, + schedule cron jobs, browse skills — all from a clean, responsive web interface. +Tags: +- agent +- agentic +- ai +- hermes +- hermes-agent +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://hermes-studio.ai/#/docs/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4e6714e2e6eb --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EKKOLearnAI.HermesStudio +PackageVersion: 0.7.18 +PackageLocale: zh-CN +Publisher: Hermes Studio Contributors +PublisherUrl: https://hermes-studio.ai/ +PublisherSupportUrl: https://github.com/EKKOLearnAI/hermes-studio/issues +PackageName: Hermes Studio +PackageUrl: https://hermes-studio.ai/ +License: BUSL-1.1 +LicenseUrl: https://github.com/EKKOLearnAI/hermes-studio/blob/HEAD/LICENSE +Copyright: Copyright © 2026 +ShortDescription: Hermes Agent 的全功能桌面应用 +Description: |- + Hermes Agent 的全功能桌面应用和 Web 管理面板。 + 管理 AI 聊天会话、监控用量与成本、配置平台渠道、 + 管理定时任务、浏览技能 —— 全部在一个简洁响应式的 Web 界面中完成。 +Tags: +- hermes +- hermes-agent +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + 更新内容 + - 新增 OpenCode Coding Agent,支持会话续接、流式工具调用、配置、记忆、Skills、工作流和群聊 (#2890) + - 群聊现在支持通过云端中继连接远程 Agent,改善流式输出顺序、断线重连、摘要恢复与分享图片访问,并统一工具折叠和移动端布局 (#2927) + - 新增手机单次定位、日历与提醒事项能力;敏感操作需用户确认,删除操作绑定已确认的具体条目,并完善授权超时与请求来源校验 (#2820, #2926) + - 统一会话操作菜单,支持移动会话时新建分类,刷新后保留分类折叠状态,并新增 Ctrl/Cmd + , 打开设置的快捷键 (#2887, #2896, #2910, #2912) + - 支持发送前预览已上传图片、预览代码样式的本地文件链接与工作区 Markdown,并优化消息引用、恢复回复箭头 (#2885, #2893, #2903, #2908) + - Runtime 下载轮询现在仅对超级管理员按需运行;Windows 解压采用独立目录并在系统 tar 不可用时回退到 Node tar,同时修复分离式 Hermes Runtime 的 Bridge MCP 导入 (#2925) + - Coding Agent 现在会隔离启动失败的 MCP Runtime 并清理已移除的服务;Studio 管理的 MCP 启动器明确使用 Node 模式,避免 Electron 误开桌面窗口 (#2888, #2920) + - Ekko 现在可从重复工具失败中恢复,改善工具重试与失败处理 (#2891) + - 修复空环境变量值跨行读取的问题,避免下一行配置被误当作模型地址或密钥 (#2884) + - 应用下载页新增购买入口,并根据版本清单中的访问模式显示 (#2895) + What's Changed + - [coding-agents] isolate failed MCP runtimes and clean up removed servers by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2888 + - fix(ekko): recover from repeated tool failures by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2891 + - feat: add purchase CTA to app download view by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2895 + - fix: preview uploaded images before sending by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2885 + - feat: create categories from the session move menu by @Undertone0809 in https://github.com/EKKOLearnAI/hermes-studio/pull/2887 + - fix(chat): use quote icon for message references by @Undertone0809 in https://github.com/EKKOLearnAI/hermes-studio/pull/2893 + - feat: add one-time mobile location requests by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2820 + - fix: preserve session category collapse during refresh by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2896 + - feat: add OpenCode coding agent support by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2890 + - Support cloud transport for remote group Agents by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2901 + - fix: update OpenCode icon across Studio by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2902 + - fix: support split Runtime MCP modules in Agent Bridge by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2900 + - fix(runtime): use isolated extraction on Windows by @HML-G in https://github.com/EKKOLearnAI/hermes-studio/pull/2897 + - fix(chat): restore reply arrow for message references by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2903 + - fix(group-chat): preserve remote Agent events and restore summary state by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2904 + - Batch remote group Agent output with ordered acknowledgements by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2911 + - fix: show published Agent images to shared group guests by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2915 + - fix: isolate group Agent connections and restore room membership by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2916 + - fix(desktop): prevent managed MCP launches from reopening Studio by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2917 + - fix(chat): preview code-styled local file links by @Undertone0809 in https://github.com/EKKOLearnAI/hermes-studio/pull/2907 + - fix(files): render Markdown in workspace previews by @Undertone0809 in https://github.com/EKKOLearnAI/hermes-studio/pull/2908 + - [codex] add Cmd/Ctrl+, settings shortcut by @Undertone0809 in https://github.com/EKKOLearnAI/hermes-studio/pull/2910 + - feat(chat): consolidate session actions into a menu by @Undertone0809 in https://github.com/EKKOLearnAI/hermes-studio/pull/2912 + - chore(harness): require Node mode for Studio-managed MCP launches by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2920 + - fix(server): stop env parser regex from crossing lines on empty values by @victorwu657 in https://github.com/EKKOLearnAI/hermes-studio/pull/2884 + - fix: stop idle Runtime polling and restrict it to super admins by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2925 + - feat: consolidate mobile calendar and reminder consent support by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2926 + - [codex] align group chat tool folding and mobile layout with single chat by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2927 + - chore: prepare 0.7.18 release by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2930 + New Contributors + - @Undertone0809 made their first contribution in https://github.com/EKKOLearnAI/hermes-studio/pull/2887 + - @HML-G made their first contribution in https://github.com/EKKOLearnAI/hermes-studio/pull/2897 + - @victorwu657 made their first contribution in https://github.com/EKKOLearnAI/hermes-studio/pull/2884 + Full Changelog: https://github.com/EKKOLearnAI/hermes-studio/compare/v0.7.17...v0.7.18 +ReleaseNotesUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/tag/v0.7.18 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://hermes-studio.ai/#/docs/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.yaml new file mode 100644 index 0000000000000..cc66ced68f664 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.7.18/EKKOLearnAI.HermesStudio.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: EKKOLearnAI.HermesStudio +PackageVersion: 0.7.18 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 53cccaaa95295c5fe1e34b0dc6ff6d35b7b11c86 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:28:08 +0800 Subject: [PATCH 43/63] New version: Sourcegraph.Amp version 0.0.1788667243-gdb7abb (#430317) --- .../Sourcegraph.Amp.installer.yaml | 6 +++--- .../Sourcegraph.Amp.locale.en-US.yaml | 2 +- .../Sourcegraph.Amp.locale.zh-CN.yaml | 2 +- .../Sourcegraph.Amp.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/s/Sourcegraph/Amp/{0.0.1788652884-gab1719 => 0.0.1788667243-gdb7abb}/Sourcegraph.Amp.installer.yaml (64%) rename manifests/s/Sourcegraph/Amp/{0.0.1788652884-gab1719 => 0.0.1788667243-gdb7abb}/Sourcegraph.Amp.locale.en-US.yaml (97%) rename manifests/s/Sourcegraph/Amp/{0.0.1788652884-gab1719 => 0.0.1788667243-gdb7abb}/Sourcegraph.Amp.locale.zh-CN.yaml (96%) rename manifests/s/Sourcegraph/Amp/{0.0.1788652884-gab1719 => 0.0.1788667243-gdb7abb}/Sourcegraph.Amp.yaml (85%) diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.installer.yaml index 6713905bcb539..6d675242fb5eb 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1788652884-gab1719 +PackageVersion: 0.0.1788667243-gdb7abb InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-09-06 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1788652884-gab1719/amp-windows-x64-baseline.exe - InstallerSha256: 635A7A6926C6B880337645EAE93651412696A19F1AA5A30C268A44B98D0EAB70 + InstallerUrl: https://static.ampcode.com/cli/0.0.1788667243-gdb7abb/amp-windows-x64-baseline.exe + InstallerSha256: D458CDD4BD44C894D6528B6C97FAF59CC1696228182D2B8F24EDE3CB7753959E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.locale.en-US.yaml index 843fc84f4aca1..797d2f9a23df4 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1788652884-gab1719 +PackageVersion: 0.0.1788667243-gdb7abb PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.locale.zh-CN.yaml index 18600f1af5df2..7ddf2f5f9c014 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1788652884-gab1719 +PackageVersion: 0.0.1788667243-gdb7abb PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.yaml index 9cc1f1ae8a9ff..f9e01fcb2accf 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788652884-gab1719/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788667243-gdb7abb/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1788652884-gab1719 +PackageVersion: 0.0.1788667243-gdb7abb DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From f3c7df5f511388d3ffc5f36e1f4a52f61f9da718 Mon Sep 17 00:00:00 2001 From: Jonathan Chemla Date: Sun, 6 Sep 2026 08:28:25 +0200 Subject: [PATCH 44/63] New version: LRCLIB.LRCGET version 2.2.0 (#430318) --- .../LRCGET/2.2.0/LRCLIB.LRCGET.installer.yaml | 29 +++++++++ .../2.2.0/LRCLIB.LRCGET.locale.en-US.yaml | 61 +++++++++++++++++++ .../l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.yaml | 8 +++ 3 files changed, 98 insertions(+) create mode 100644 manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.installer.yaml create mode 100644 manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.locale.en-US.yaml create mode 100644 manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.yaml diff --git a/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.installer.yaml b/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.installer.yaml new file mode 100644 index 0000000000000..237c5fcac7718 --- /dev/null +++ b/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.installer.yaml @@ -0,0 +1,29 @@ +# 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: LRCLIB.LRCGET +PackageVersion: 2.2.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ProductCode: LRCGET +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- Publisher: lrclib + ProductCode: LRCGET +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\LRCGET' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tranxuanthang/lrcget/releases/download/2.2.0/LRCGET_2.2.0_x64-setup.exe + InstallerSha256: EF0FA8215B0BA72A7D9F5A3D59D3D6A173FC664A000407BEF73237EC058162E3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.locale.en-US.yaml b/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.locale.en-US.yaml new file mode 100644 index 0000000000000..bc89b762b20d5 --- /dev/null +++ b/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.locale.en-US.yaml @@ -0,0 +1,61 @@ +# 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: LRCLIB.LRCGET +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: LRCLIB +PublisherUrl: https://lrclib.net/ +PublisherSupportUrl: https://github.com/tranxuanthang/lrcget/issues +Author: LRCLIB +PackageName: LRCGET +PackageUrl: https://github.com/tranxuanthang/lrcget +License: MIT +LicenseUrl: https://github.com/tranxuanthang/lrcget/blob/HEAD/LICENSE +ShortDescription: Utility for mass-downloading LRC synced lyrics for your offline music library +Description: Utility for mass-downloading LRC synced lyrics for your offline music library. LRCGET will scan every files in your chosen directory for music files, then and try to download lyrics to a LRC files having the same name and save them to the same directory as your music files. +Moniker: lrcget +Tags: +- javascript +- linux +- lyrics +- music +- music-player +- rust +- synced-lyrics +- tauri +- tauri-app +- vue +- vue3 +- windows +ReleaseNotes: |- + Changelog + Download and export + image + - Added optional automatic lyrics export after bulk downloads, available for your entire library, individual albums, and artists. Choose plain lyrics (.txt), synced lyrics (.lrc), or embedding into supported MP3/FLAC files. Automatic export is disabled by default, and embedding still requires enabling the experimental option in Settings. + - Added download options directly to the Download popup: download for all tracks, only tracks without synced lyrics, or only tracks without any lyrics. + - Download and mass-export options now remember your preferred export formats across app restarts. + Lyrics editor and playback + image image + - Improved the word-by-word syncing workflow. Press Z to sync the selected word boundary and advance, continuing to the next line after the final boundary. Added shortcuts for navigating boundaries and replaying lines, plus a next-word hint for narrow segments. + - Added multi-selection for word boundaries, merging segments with Delete/Backspace, and splitting segments by double-clicking where you want to split. + - Improved automatic word splitting for multilingual lyrics, including better handling of Japanese text and punctuation. + - Added a keyboard shortcuts menu, accessible from the keyboard button or Ctrl+/. You can now customize shortcuts, see conflicting assignments, and reset them to defaults. Button tooltips also show their assigned shortcuts. + - Added playback speed controls from 0.5x to 2x in both the main player and lyrics editor, making it easier to sync fast vocals. + - Added multiple-line selection and a floating toolbar to shift selected lines' start timestamps backward or forward, or delete them together. + - Improved line timing controls: syncing a line's start now shifts its existing word timings with it, and Enter also sets the previous line's end. Added shortcuts to nudge line end times by 100 ms. + - Added word-sync status indicators and color-coded end timestamps to make gaps and overlapping lines easier to spot. + Big thanks to @seijihariki for the word-sync, shortcut customization, and playback speed improvements (#357)! + Library browsing + - Added search to the Albums and Artists tabs, with the search text carried across library tabs. + - Improved library search with full-text matching, word-prefix support, and results ordered by relevance. + - Album and artist names are now clickable in track lists and the Now Playing panel, taking you directly to their library pages. + Bug fixes + - Fixed writing embedded lyrics to MP3 files (#340 by @M23SNEZ3, fixes #339), including handling malformed language fields in ID3v2 comment tags. + - Fixed the Download button continuing to spin after a bulk download has finished (#378 by @mzsf, fixes #352). + - Fixed an error in LRCLIB challenge verification used when publishing or flagging lyrics (#384 by @SollyBunny). + Thanks so much to everyone who contributed to this release! + If you're here before version 2.0.0, check out the v2.0.0 changelog to learn more about all the new features! +ReleaseNotesUrl: https://github.com/tranxuanthang/lrcget/releases/tag/2.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.yaml b/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.yaml new file mode 100644 index 0000000000000..baf739065eecb --- /dev/null +++ b/manifests/l/LRCLIB/LRCGET/2.2.0/LRCLIB.LRCGET.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: LRCLIB.LRCGET +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 78038a7be3c131b3d962007ddad003e25c275153 Mon Sep 17 00:00:00 2001 From: Ryan <156494218+Ryan-AI-Studios@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:28:34 -0400 Subject: [PATCH 45/63] New version: Ledgerful.Ledgerful version 0.2.12 (#430322) --- .../0.2.12/Ledgerful.Ledgerful.installer.yaml | 19 ++++++++++ .../Ledgerful.Ledgerful.locale.en-US.yaml | 35 +++++++++++++++++++ .../Ledgerful/0.2.12/Ledgerful.Ledgerful.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.installer.yaml create mode 100644 manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.locale.en-US.yaml create mode 100644 manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.yaml diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.installer.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.installer.yaml new file mode 100644 index 0000000000000..d9e5e79379928 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ledgerful.Ledgerful +PackageVersion: 0.2.12 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ledgerful.exe + PortableCommandAlias: ledgerful +Commands: +- ledgerful +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Ryan-AI-Studios/Ledgerful/releases/download/v0.2.12/ledgerful-x86_64-pc-windows-msvc.zip + InstallerSha256: 58228F717D650BBA81C0B00FA5FEF0BE577199B86751DDC6DD8F6ACAC0F728CB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.locale.en-US.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.locale.en-US.yaml new file mode 100644 index 0000000000000..df2fec0c40f44 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ledgerful.Ledgerful +PackageVersion: 0.2.12 +PackageLocale: en-US +Publisher: Ledgerful, LLC +PublisherUrl: https://github.com/Ryan-AI-Studios/Ledgerful +PublisherSupportUrl: https://github.com/Ryan-AI-Studios/Ledgerful/issues +Author: Ledgerful, LLC +PackageName: Ledgerful +PackageUrl: https://github.com/Ryan-AI-Studios/Ledgerful +License: PolyForm Noncommercial 1.0.0 +LicenseUrl: https://github.com/Ryan-AI-Studios/Ledgerful/blob/HEAD/LICENSE +Copyright: Copyright 2026 Ledgerful, LLC +CopyrightUrl: https://github.com/Ryan-AI-Studios/Ledgerful/blob/v0.1.9/LICENSE +ShortDescription: Local-first change intelligence CLI for impact analysis and verification +Description: |- + Ledgerful is a local-first command-line tool for deterministic change intelligence: + impact and risk analysis, signed provenance for code changes, verification planning, + and local knowledge-graph indexing. The product is source-available under the PolyForm + Noncommercial License 1.0.0, with a separate small-entity commercial exception + documented in COMMERCIAL-EXCEPTION.md in the source repository. +Moniker: ledgerful +Tags: +- change-intelligence +- cli +- developer-tools +- local-first +- provenance +- verification +ReleaseNotes: 'Embedded SPA: 71d2d2dbafefdbfd26e5b5805fedf75288f7ff6c' +ReleaseNotesUrl: https://github.com/Ryan-AI-Studios/Ledgerful/releases/tag/v0.2.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.yaml new file mode 100644 index 0000000000000..c84d7e344e631 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.12/Ledgerful.Ledgerful.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ledgerful.Ledgerful +PackageVersion: 0.2.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 11be9b167a5a39e362ecfa9a30fddb86d5c8ac1f Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:28:47 +0800 Subject: [PATCH 46/63] VovSoft.ContactManager version 2.3.0.0 (#430323) --- .../VovSoft.ContactManager.installer.yaml | 8 ++++---- .../VovSoft.ContactManager.locale.en-US.yaml | 2 +- .../{2.2.0.0 => 2.3.0.0}/VovSoft.ContactManager.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename manifests/v/VovSoft/ContactManager/{2.2.0.0 => 2.3.0.0}/VovSoft.ContactManager.installer.yaml (80%) rename manifests/v/VovSoft/ContactManager/{2.2.0.0 => 2.3.0.0}/VovSoft.ContactManager.locale.en-US.yaml (97%) rename manifests/v/VovSoft/ContactManager/{2.2.0.0 => 2.3.0.0}/VovSoft.ContactManager.yaml (88%) diff --git a/manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.installer.yaml b/manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.installer.yaml similarity index 80% rename from manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.installer.yaml rename to manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.installer.yaml index 4e26191a51d4a..59ed9f84895d0 100644 --- a/manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.installer.yaml +++ b/manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VovSoft.ContactManager -PackageVersion: 2.2.0.0 +PackageVersion: 2.3.0.0 InstallerLocale: en-US Installers: - Architecture: x86 InstallerType: inno Scope: machine InstallerUrl: https://files.vovsoft.com/contact-manager.exe - InstallerSha256: CF5AFB4790D801070A2726AFE90FA5C96CCA3F1D1F4805053A39C685B9DA825D + InstallerSha256: 3223AB0A4FBAEDAB0049B004F583EDE93127C84C1D03108D8FF0958CBCBAAB3F InstallModes: - interactive - silent @@ -31,8 +31,8 @@ Installers: - RelativeFilePath: contactmanager.exe PortableCommandAlias: contactmanager InstallerUrl: https://files.vovsoft.com/contact-manager-portable.zip - InstallerSha256: C00D1491522D66B4E6FF3CFF2A1D303673BBDDF538D96D3B3EA501ECDE94F0B9 + InstallerSha256: AE03A05922EB79FE1148B4B2F2F67BEDB1FB774ACB54A7E6AE1D071688CFDDBB ArchiveBinariesDependOnPath: true ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-09-01 +ReleaseDate: 2026-09-05 diff --git a/manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.locale.en-US.yaml b/manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.locale.en-US.yaml similarity index 97% rename from manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.locale.en-US.yaml rename to manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.locale.en-US.yaml index ec7b505258887..8296da76d056d 100644 --- a/manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.locale.en-US.yaml +++ b/manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VovSoft.ContactManager -PackageVersion: 2.2.0.0 +PackageVersion: 2.3.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.yaml b/manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.yaml similarity index 88% rename from manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.yaml rename to manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.yaml index 1e80b948c8325..9df19078ea40b 100644 --- a/manifests/v/VovSoft/ContactManager/2.2.0.0/VovSoft.ContactManager.yaml +++ b/manifests/v/VovSoft/ContactManager/2.3.0.0/VovSoft.ContactManager.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VovSoft.ContactManager -PackageVersion: 2.2.0.0 +PackageVersion: 2.3.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 940c2b6712b2f678d404f68259f68c6679c05b08 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sun, 6 Sep 2026 02:45:39 -0400 Subject: [PATCH 47/63] New version: Zen-Team.Zen-Browser version 1.22b (#430099) --- .../1.22b/Zen-Team.Zen-Browser.installer.yaml | 41 +++++++++++++ .../Zen-Team.Zen-Browser.locale.en-US.yaml | 61 +++++++++++++++++++ .../1.22b/Zen-Team.Zen-Browser.yaml | 8 +++ 3 files changed, 110 insertions(+) create mode 100644 manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.installer.yaml create mode 100644 manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.locale.en-US.yaml create mode 100644 manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.yaml diff --git a/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.installer.yaml new file mode 100644 index 0000000000000..e904b05270676 --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.installer.yaml @@ -0,0 +1,41 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.22b +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" + Custom: /DesktopShortcut=false +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Zen Browser +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.22b/zen.installer.exe + InstallerSha256: 7B9B6C789D4A670F2B78AE69864B87366CB3BB859E6F51FE5EAFD076F5F37E1C +- Architecture: arm64 + InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.22b/zen.installer-arm64.exe + InstallerSha256: 273D6ED85E1C989228D5C20D835C70C4D076CA70F92EF08E67BCB45EB028B938 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.locale.en-US.yaml b/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.locale.en-US.yaml new file mode 100644 index 0000000000000..a74c6ae819283 --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.22b +PackageLocale: en-US +Publisher: Zen OSS Team +PublisherUrl: https://zen-browser.app/ +PublisherSupportUrl: https://github.com/zen-browser/desktop/issues +PrivacyUrl: https://zen-browser.app/privacy-policy/ +PackageName: Zen Browser +PackageUrl: https://zen-browser.app/ +License: MPL-2.0 +LicenseUrl: https://github.com/zen-browser/desktop/blob/HEAD/LICENSE +Copyright: Zen OSS Team +ShortDescription: Zen is the best way to browse the web. Beautifully designed, privacy-focused, and packed with features. We care about your experience, not your data. +Moniker: zen-browser +Tags: +- arc +- arc-browser +- firefox +- firefox-based +- firefox-browser +- gecko +- internet +- web +- web-browser +- zen +ReleaseNotes: |- + Zen Stable Release + + Security + - https://www.mozilla.org/en-US/security/advisories/mfsa2026-82/ + + New Features + - Updated to Freifox 155.0 and 155.0.1 + - By using your Mozilla account, you can now sync your Spaces, Folders, Tabs, and much more between devices! This can be enabled in Settings > Sync > Sync your Spaces across devices. + - The chrome UI now has a better look and feel, implementing squircles and other design elements to make it more visually appealing. + - A new on-boarding experience has been added to help new users get started with the browser and its features. + - Creating a new Space is now faster and requires less animation wait time, making the process more efficient. + - Containers can now be reordered in Settings, and the new order is used wherever containers are listed. + + Fixes + - Fixed live folders for GitHub issues not working with the new GitHub UI + - Fixed Zen preventing Linux systems from going to sleep after a long browsing session. + - Fixed arrow-key and Page Up/Down scrolling not working on some pages with embedded content from other sites. + - Fixed live audio streams such as internet radio stopping when playing in the background. + - Other bug fixes and improvements. + + Changes + - Font size has been increased for the sidebar text, making it easier to read and navigate through tabs and spaces. + - Zen now uses firefox-portal-detection.com instead of detectportal.firefox.com to detect captive portals and check network connectivity, so network allowlists referencing the old domain need updating. + - PDFs smaller than the paper size can now be enlarged to fill the sheet when printing, by setting the scale above 100%. +ReleaseNotesUrl: https://zen-browser.app/release-notes/#1.22b +Documentations: +- DocumentLabel: About + DocumentUrl: https://zen-browser.app/about/ +- DocumentLabel: Documentation + DocumentUrl: https://docs.zen-browser.app/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.yaml b/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.yaml new file mode 100644 index 0000000000000..27c763c351a78 --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.22b/Zen-Team.Zen-Browser.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.22b +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e92982719808c954f711ee2b513d0e910a245ee9 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sun, 6 Sep 2026 02:46:00 -0400 Subject: [PATCH 48/63] Update version: Zen-Team.Zen-Browser.Twilight version 1.23t (#430283) --- .../1.23t/Zen-Team.Zen-Browser.Twilight.installer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.23t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.23t/Zen-Team.Zen-Browser.Twilight.installer.yaml index 22a7556d5f81e..538163c58138a 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.23t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.23t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-09-03 +ReleaseDate: 2026-09-06 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 10F21A134FA6D49D4AD555E4775A88247F62D61E8A8237FDEE99F1B57DBEB362 + InstallerSha256: 3AF088598069271C2F9E125E9DCA2897229E2624A5C9CF177189F0F234A4737D AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: D16E280BA0B907C3EFBB7959D7335E61890D7E8E3B6C32F80639562CD6A7BBED + InstallerSha256: 7B62D0E5B6760AE12F2FAF8D021FE6837A3E216A872AE3DF7589E764CC270F4C AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer From 5490e56b917d0078ac5b1534d034fa35974b43ad Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sun, 6 Sep 2026 02:46:14 -0400 Subject: [PATCH 49/63] New version: Microsoft.SafetyScanner version 1.459.74.0 (#430307) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.459.74.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..5ecaeaa2d7285 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.459.74.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.74.0&arch=x86 + InstallerSha256: 5A1AB2A43DC24F583F5C53F5EF4EB4F7FB4F5951D67570A147DFC6FD2AD236D8 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.74.0&arch=amd64 + InstallerSha256: 5BC23B8C51DAC511C95C5B8E48D71F6F91BB7192BD6C5C2144DEBB104FC4D128 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..43fbb430270dc --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.459.74.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..72ad6cf4ef759 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.74.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.459.74.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 170cf09adfa9fe2455b7821ec0029850cb19cec9 Mon Sep 17 00:00:00 2001 From: ggml-bot-2 Date: Sun, 6 Sep 2026 09:46:29 +0300 Subject: [PATCH 50/63] New version: ggml.llamacpp version b10819 (#430320) --- .../b10819/ggml.llamacpp.installer.yaml | 30 +++++++++ .../b10819/ggml.llamacpp.locale.en-US.yaml | 65 +++++++++++++++++++ .../g/ggml/llamacpp/b10819/ggml.llamacpp.yaml | 8 +++ 3 files changed, 103 insertions(+) create mode 100644 manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.installer.yaml create mode 100644 manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.locale.en-US.yaml create mode 100644 manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.yaml diff --git a/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..cd0456c4ac35e --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10819 +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-09-05 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b10819/llama-b10819-bin-win-vulkan-x64.zip + InstallerSha256: 4C5FF97B5440024906FC90F67809D84B92D9B77847C7D1A800701A36499E565E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..424c253b305d8 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10819 +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: |- + metal : fix memory leak in early return (#28399) + Website: + - https://llama.app + Attestations: + - https://github.com/ggml-org/llama.cpp/attestations/45438612 + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 10.0) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows arm64 (OpenCL Adreno) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs + - Windows x64 (Vulkan) + - Windows x64 (OpenVINO) + - Windows x64 (SYCL) + - Windows x64 (ROCm 10.0) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b10819 +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/b10819/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..1a7e6b9c656f8 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10819/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10819 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 579c2e78943484dca91872536e893eb183e7c67e Mon Sep 17 00:00:00 2001 From: 0bad-dragon0 <108902658+0bad-dragon0@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:46:41 -0600 Subject: [PATCH 51/63] New version: Pithflow.Pithflow version 1.36.0 (#430324) --- .../1.36.0/Pithflow.Pithflow.installer.yaml | 20 +++++++++++ .../Pithflow.Pithflow.locale.en-US.yaml | 36 +++++++++++++++++++ .../Pithflow/1.36.0/Pithflow.Pithflow.yaml | 7 ++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.installer.yaml create mode 100644 manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.locale.en-US.yaml create mode 100644 manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.yaml diff --git a/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.installer.yaml b/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.installer.yaml new file mode 100644 index 0000000000000..e9fc6e4c47195 --- /dev/null +++ b/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pithflow.Pithflow +PackageVersion: 1.36.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://pithflow.com/downloads/Pithflow_1.36.0_x64-setup.exe + InstallerSha256: 66B35FAFF81A1F60C58DC50B4A0A26C86F2D37738D46DCC4B14302DF07EBA5BB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.locale.en-US.yaml b/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.locale.en-US.yaml new file mode 100644 index 0000000000000..c7b103b8ea0ef --- /dev/null +++ b/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pithflow.Pithflow +PackageVersion: 1.36.0 +PackageLocale: en-US +Publisher: Pithflow +PublisherUrl: https://pithflow.com/?utm_source=winget&utm_medium=listing +PublisherSupportUrl: https://pithflow.com/faq/ +PrivacyUrl: https://pithflow.com/privacy/ +PackageName: Pithflow +PackageUrl: https://pithflow.com/?utm_source=winget&utm_medium=listing +License: Proprietary (free tier available) +LicenseUrl: https://pithflow.com/terms/ +PurchaseUrl: https://pithflow.com/pricing/?utm_source=winget&utm_medium=listing +ShortDescription: Windows-native AI voice dictation. Hold Ctrl+Space, speak, release - your words land as cleaned-up text in whatever Windows app you are already using. +Description: |- + Pithflow is a Windows-native voice dictation app built in Rust - a ~6 MB installer, not an Electron wrapper. Hold Ctrl+Space, speak, release: your words come back as cleaned-up text, placed straight into whatever app has focus. + + Meeting notes (Pro): record a meeting in the room or a video call on Zoom, Teams or Meet, and when you stop you get a summary, the key points ranked by how often each came up, the decisions and the action items - exportable to Word, PDF or plain text. + + Privacy-first by design: your session is DPAPI-encrypted on your machine and audio is never stored. Transcription runs in the cloud, so an internet connection is required. + + Because audio is captured on your local machine and nothing is installed inside the remote session, Pithflow works where most dictation tools fail - including RDP, Citrix, and VDI. + + Native bilingual Spanish/English, including mid-sentence Spanglish code-switching. Handles 100+ other languages too. + + Free tier: 2,000 words per week, no card required. Pro is $9.99/month or $99/year. Windows 10/11. +Moniker: pithflow +Tags: +- dictation +- speech-to-text +- voice-typing +- meeting-notes +- accessibility +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.yaml b/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.yaml new file mode 100644 index 0000000000000..1822d66b850ff --- /dev/null +++ b/manifests/p/Pithflow/Pithflow/1.36.0/Pithflow.Pithflow.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Pithflow.Pithflow +PackageVersion: 1.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a567078c0915ba5fd191659f58ae71f70f737914 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 6 Sep 2026 07:46:57 +0100 Subject: [PATCH 52/63] New version: Jackett.Jackett version 0.24.2541 (#430327) --- .../0.24.2541/Jackett.Jackett.installer.yaml | 26 +++++++++++ .../Jackett.Jackett.locale.en-US.yaml | 45 +++++++++++++++++++ .../Jackett/0.24.2541/Jackett.Jackett.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.installer.yaml create mode 100644 manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.locale.en-US.yaml create mode 100644 manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.yaml diff --git a/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..9002d82dc0fea --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2541 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-09-06 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2541/Jackett.Installer.Windows.exe + InstallerSha256: C9BE581ABC7F144F618BB1C6F7852DDC86094F44B31D999556257C890CB751AB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..27dbf2c21ad40 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2541 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 75362ee magnetcat: new alt domains + - eb2224a 52bt: new domains + - 438445a simurg: try to detect ebooks category + - d75bd80 libranet: format is optional + - a9825e5 danishbits: update genre filters + - e1ec3e6 assorted: add flaresolverr info + - b94ba4e build(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (#17054) + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2541 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..e16c9490a6524 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2541/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2541 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 48661a8cf2a13092706b86f5691e6853b388fbad Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sun, 6 Sep 2026 02:47:06 -0400 Subject: [PATCH 53/63] New version: mostlygeek.llama-swap version 255 (#430328) --- .../255/mostlygeek.llama-swap.installer.yaml | 17 ++++++++++ .../mostlygeek.llama-swap.locale.en-US.yaml | 32 +++++++++++++++++++ .../llama-swap/255/mostlygeek.llama-swap.yaml | 8 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.installer.yaml create mode 100644 manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.locale.en-US.yaml create mode 100644 manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.yaml diff --git a/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.installer.yaml b/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.installer.yaml new file mode 100644 index 0000000000000..0fc4b9453e523 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '255' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-swap.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v255/llama-swap_255_windows_amd64.zip + InstallerSha256: 14B40B2E11479AF9A83DEC3AC2BF7F82864E62099F012B171591B871B9F88AAE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.locale.en-US.yaml b/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.locale.en-US.yaml new file mode 100644 index 0000000000000..e6b7dda854269 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '255' +PackageLocale: en-US +Publisher: mostlygeek +PublisherUrl: https://mostlygeek.com/ +PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues +PackageName: llama-swap +PackageUrl: https://github.com/mostlygeek/llama-swap +License: MIT +LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2024 Benson Wong +ShortDescription: Model swapping for llama.cpp +Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server. +Moniker: llama-swap +Tags: +- golang +- llama +- llamacpp +- localllama +- localllm +- openai +- openai-api +- vllm +ReleaseNotes: |- + Changelog + - 7761aa1 tailcat: update to v0.6.0 (#1098) +ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v255 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.yaml b/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.yaml new file mode 100644 index 0000000000000..d10a7913022ff --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/255/mostlygeek.llama-swap.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '255' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5ce23d294c88032c0c154fa34dfb43e84f60cb8a Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:04:12 +0800 Subject: [PATCH 54/63] New version: Tulip.TulipPlayer version 2.11.1 (#430319) --- .../Tulip.TulipPlayer.installer.yaml | 6 +-- .../Tulip.TulipPlayer.locale.en-US.yaml | 38 ++++++++----------- .../Tulip.TulipPlayer.locale.zh-CN.yaml | 2 +- .../{2.11.0 => 2.11.1}/Tulip.TulipPlayer.yaml | 2 +- 4 files changed, 20 insertions(+), 28 deletions(-) rename manifests/t/Tulip/TulipPlayer/{2.11.0 => 2.11.1}/Tulip.TulipPlayer.installer.yaml (80%) rename manifests/t/Tulip/TulipPlayer/{2.11.0 => 2.11.1}/Tulip.TulipPlayer.locale.en-US.yaml (65%) rename manifests/t/Tulip/TulipPlayer/{2.11.0 => 2.11.1}/Tulip.TulipPlayer.locale.zh-CN.yaml (98%) rename manifests/t/Tulip/TulipPlayer/{2.11.0 => 2.11.1}/Tulip.TulipPlayer.yaml (91%) diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.installer.yaml b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.installer.yaml similarity index 80% rename from manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.installer.yaml rename to manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.installer.yaml index d684501c3a5f2..5835913f537ca 100644 --- a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.installer.yaml +++ b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.11.0 +PackageVersion: 2.11.1 InstallerType: exe Scope: user InstallModes: @@ -14,10 +14,10 @@ InstallerSwitches: Protocols: - tulip-player ProductCode: tulip-player-desktop -ReleaseDate: 2026-06-12 +ReleaseDate: 2026-09-04 Installers: - Architecture: x64 InstallerUrl: https://download.tulip.co/releases/prod/win/Tulip%20Player%20Setup.exe - InstallerSha256: 3103AE862BD7958DBCD442F624A6D3C869BC9BA10EDE3F4826E8550982FFC3BA + InstallerSha256: 257529CA9F7DE64F3489BA23ED0620A282D981D37D31BCF8C9AE9F5A8B3C7DFE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.en-US.yaml b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.locale.en-US.yaml similarity index 65% rename from manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.en-US.yaml rename to manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.locale.en-US.yaml index 1c1922182b892..e71f2e85e605b 100644 --- a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.en-US.yaml +++ b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.11.0 +PackageVersion: 2.11.1 PackageLocale: en-US Publisher: Tulip PublisherUrl: https://tulip.co/ @@ -36,31 +36,23 @@ Description: |- - The Tulip Player Windows App makes logs easier to access. - The Tulip Player Windows App can collect more detailed information about the computer it’s running on. ReleaseNotes: |- - We're excited to announce the release of Tulip Desktop Player version 2.11.0. - Version 2.11.0 of Desktop Player is available for download at 9:00PM ET on June 13th, 2026! If you have auto updates enabled, the Desktop Player application will update in the background and changes will take effect the next time the application is restarted. Alternatively, you can manually initiate the update process from the file menu. + Player 2.11.1 Release – September 2026 + We're excited to announce the release of Tulip Desktop Player version 2.11.1. + Version 2.11.1 of Desktop Player is available for download at 9:00PM ET on September 5th, 2026! If you have auto updates enabled, the Desktop Player application will update in the background and changes will take effect the next time the application is restarted. Alternatively, you can manually initiate the update process from the file menu. Bug Fixes - - Fixed an issue where the TorqueOP driver would be disabled when a new Windows user account opened Tulip Player on a machine that already had the driver set up by a different Windows user. - - Fixed an issue where the Tulip Player TorqueOP driver's rawJSON payload was missing fields present in the Edge Device equivalent (e.g. toolSerialNumber). - - Fixed an issue where the keyboard input language mode defaulted to English on a fresh Player install or after running "Clear All Data," causing barcode scanners in keyboard wedge mode to misinterpret non-English keyboard layouts (e.g. AZERTY). The language setting dialog now also takes effect immediately without requiring a Player restart. - - Fixed an issue where some functions of the Edge Driver SDK Serial driver stopped functioning in Player 2.10. - - Fixed an issue where selecting a job number via the Kolver Open Protocol driver returned a 500 error. + - Fixed an issue where a torque controller using the OpenProtocol driver could stop responding after a network interruption and would not reconnect until the operator left the step and returned, or restarted Tulip Player. Affected controllers now reconnect automatically. Improvements - - Upgraded the player runtime, bringing performance and security improvements to the Desktop Player. + - Replaced a deprecated hashing algorithm used for local configuration checksums in the Desktop Player with a current equivalent, in line with Tulip's cryptographic standards. + - The Desktop Player now restricts which domains it will load an instance from, so it will only connect to Tulip-hosted and approved white-label domains. + - The Desktop Player now validates file types before writing downloaded content to disk. + - Hardened update handling in the Windows Desktop Player so the update source cannot be redirected. Full List of Ticket IDs Included in Release If you are tracking any of these tickets and would like more details, please contact Tulip Customer Support via support@tulip.co or live chat through your instance. - - PLAT-54648 - - PLAT-54427 - - PLAT-54419 - - PLAT-53922 - - PLAT-53663 - - PLAT-53625 - - PLAT-53558 - - PLAT-52677 - - PLAT-51307 - - PLAT-50887 - - PLAT-47519 - - PLAT-46887 - - PLAT-21409 -ReleaseNotesUrl: https://support.tulip.co/docs/player-2-11-release-june-2026 + - PLAT-54149 + - PLAT-54152 + - PLAT-55051 + - PLAT-55904 + - PLAT-56732 +ReleaseNotesUrl: https://support.tulip.co/docs/player-2-11-1-release-september-2026 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.zh-CN.yaml b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.locale.zh-CN.yaml similarity index 98% rename from manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.zh-CN.yaml rename to manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.locale.zh-CN.yaml index 037a21e6b0099..9ec740ae516d2 100644 --- a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.locale.zh-CN.yaml +++ b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.11.0 +PackageVersion: 2.11.1 PackageLocale: zh-CN License: 专有软件 ShortDescription: 在各类设备上运行 Tulip 应用,包括机器、平板、电脑和手机,为您的员工提供跨设备的强大消费级用户体验。 diff --git a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.yaml similarity index 91% rename from manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml rename to manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.yaml index 0822f31ab60a1..3fe88853d875f 100644 --- a/manifests/t/Tulip/TulipPlayer/2.11.0/Tulip.TulipPlayer.yaml +++ b/manifests/t/Tulip/TulipPlayer/2.11.1/Tulip.TulipPlayer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.11.0 +PackageVersion: 2.11.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 2c0c38189177a3075a78a6c8ece648954e7f978c Mon Sep 17 00:00:00 2001 From: Brian Adams Date: Sun, 6 Sep 2026 02:04:23 -0500 Subject: [PATCH 55/63] New version: RedEyeNetworks.HopMatrix version 1.17.1 (#430326) --- .../RedEyeNetworks.HopMatrix.installer.yaml | 34 ++++++++++++++++ ...RedEyeNetworks.HopMatrix.locale.en-US.yaml | 39 +++++++++++++++++++ .../1.17.1/RedEyeNetworks.HopMatrix.yaml | 7 ++++ 3 files changed, 80 insertions(+) create mode 100644 manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.installer.yaml create mode 100644 manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.locale.en-US.yaml create mode 100644 manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.yaml diff --git a/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.installer.yaml b/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.installer.yaml new file mode 100644 index 0000000000000..87da803f50950 --- /dev/null +++ b/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.HopMatrix +PackageVersion: 1.17.1 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- HopMatrix +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.17.1/HopMatrix-win-x64-setup.exe + InstallerSha256: 74EBD0CB9C4DAD85FFAF8FFE3308A768176CA53A55DF5053E1D29DFFF670906E +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.17.1/HopMatrix-win-x64-machine-setup.exe + InstallerSha256: ECCA044045B9282B7E504B4A7BC5F82315F2D82C1B9FB94CF660FDDF38443EEA +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.17.1/HopMatrix-win-arm64-setup.exe + InstallerSha256: 2729167B0BED7B13C89E5E605E1E2377FD1BC292002CA98306232653033CC3E1 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/hopmatrix/releases/1.17.1/HopMatrix-win-arm64-machine-setup.exe + InstallerSha256: 9AF03F3ECB94392810E5486B39556001BA45F5224B907302235AF20B49B06EBE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.locale.en-US.yaml b/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.locale.en-US.yaml new file mode 100644 index 0000000000000..3b656b290ee50 --- /dev/null +++ b/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.locale.en-US.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.HopMatrix +PackageVersion: 1.17.1 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: HopMatrix +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2025-2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Visual multi-path traceroute, network monitoring, and analysis platform +Description: |- + HopMatrix is a portable, single-executable, cross-platform network analysis platform + with eight operational modes: Trace, Monitor, iPerf, OUI/MAC Lookup, Routing Analyzer, + SNMP, Multicast and L2 Inspector, plus Quick Tools, a Tools menu of utility dialogs that open over + whichever mode is on screen. Features continuous multi-path traceroute with real-time + topology visualization, 256-endpoint fleet monitoring, iperf3-compatible bandwidth + testing, SNMP v1/v2c/v3 discovery, and multicast/CDP/LLDP analysis. +Moniker: hopmatrix +Tags: +- traceroute +- network +- monitoring +- bandwidth +- iperf +- snmp +- multicast +- network-analysis +- pathping +- topology +- cdp +- lldp +- nmap +- oui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.yaml b/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.yaml new file mode 100644 index 0000000000000..0da7cda760032 --- /dev/null +++ b/manifests/r/RedEyeNetworks/HopMatrix/1.17.1/RedEyeNetworks.HopMatrix.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.HopMatrix +PackageVersion: 1.17.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aaef930154ed1a189d558be3c0e4155e4f309f17 Mon Sep 17 00:00:00 2001 From: Behzad Khosravifar Date: Sun, 6 Sep 2026 10:56:20 +0330 Subject: [PATCH 56/63] New version: bezzad.Downloader version 2.11.0 (#430329) --- .../2.11.0/bezzad.Downloader.installer.yaml | 14 ++++++++++++++ .../2.11.0/bezzad.Downloader.locale.en-US.yaml | 18 ++++++++++++++++++ .../Downloader/2.11.0/bezzad.Downloader.yaml | 6 ++++++ 3 files changed, 38 insertions(+) create mode 100644 manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.installer.yaml create mode 100644 manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.locale.en-US.yaml create mode 100644 manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.yaml diff --git a/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.installer.yaml b/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.installer.yaml new file mode 100644 index 0000000000000..57c382dc0f052 --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.11.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: Downloader.exe + PortableCommandAlias: downloader +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/bezzad/Downloader.Desktop/releases/download/v2.11.0/Downloader-win-x64.zip + InstallerSha256: 05D7834B3939EA6C4A8C3F382F799FF978A714573A967458EE94AD54812606A2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.locale.en-US.yaml b/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.locale.en-US.yaml new file mode 100644 index 0000000000000..b57a3a6a367fe --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.11.0 +PackageLocale: en-US +Publisher: Behzad Khosravifar +PublisherUrl: https://github.com/bezzad +PackageName: Downloader +PackageUrl: https://github.com/bezzad/Downloader.Desktop +License: MIT +LicenseUrl: https://github.com/bezzad/Downloader.Desktop/blob/main/LICENSE +ShortDescription: Fast cross-platform multi-connection download manager. +Moniker: downloader +Tags: + - download + - download-manager + - downloader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.yaml b/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.yaml new file mode 100644 index 0000000000000..d33d16ca6cf33 --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.11.0/bezzad.Downloader.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 00d835db462c21b9e0768cbc0fb93518671f4236 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:26:35 -0700 Subject: [PATCH 57/63] Automatic deletion of SequencePublishing.TheSageDictionary 7.74.2826 (#430332) --- ...encePublishing.TheSageDictionary.installer.yaml | 14 -------------- ...ePublishing.TheSageDictionary.locale.en-US.yaml | 13 ------------- .../SequencePublishing.TheSageDictionary.yaml | 8 -------- 3 files changed, 35 deletions(-) delete mode 100644 manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.installer.yaml delete mode 100644 manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.locale.en-US.yaml delete mode 100644 manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.yaml diff --git a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.installer.yaml b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.installer.yaml deleted file mode 100644 index b8ec760fcb5f6..0000000000000 --- a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: SequencePublishing.TheSageDictionary -PackageVersion: 7.74.2826 -InstallerType: nullsoft -InstallModes: -- silent -Installers: -- Architecture: x86 - InstallerUrl: https://www.sequencepublishing.com/cgi-bin/download.cgi?thesage - InstallerSha256: 525BF3CA49F5F85E812C8CFB9FB71C24FFA31261A09286DDE2B23718359F7B3C -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.locale.en-US.yaml b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.locale.en-US.yaml deleted file mode 100644 index 488fab4676803..0000000000000 --- a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: SequencePublishing.TheSageDictionary -PackageVersion: 7.74.2826 -PackageLocale: en-US -Publisher: Sequence Publishing -PackageName: The Sage Dictionary -License: Free for personal use -Copyright: Copyright (C) 2001 - 2023 by Sequence Publishing -ShortDescription: International English dictionary and thesaurus with entries from all the World English varieties. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.yaml b/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.yaml deleted file mode 100644 index 5c8037cb18752..0000000000000 --- a/manifests/s/SequencePublishing/TheSageDictionary/7.74.2826/SequencePublishing.TheSageDictionary.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: SequencePublishing.TheSageDictionary -PackageVersion: 7.74.2826 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 89c5261c33fa33fa352861c2027b10acd04f5f0d Mon Sep 17 00:00:00 2001 From: Aurelio Avila <260637110+AurelioAvila@users.noreply.github.com> Date: Sun, 6 Sep 2026 09:48:31 +0200 Subject: [PATCH 58/63] New version: AurelioAvila.PCTweaker version 1.10.0 (#430330) --- .../AurelioAvila.PCTweaker.installer.yaml | 27 +++++++++++++++ .../AurelioAvila.PCTweaker.locale.en-US.yaml | 33 +++++++++++++++++++ .../1.10.0/AurelioAvila.PCTweaker.yaml | 8 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.installer.yaml create mode 100644 manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.locale.en-US.yaml create mode 100644 manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.yaml diff --git a/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.installer.yaml b/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.installer.yaml new file mode 100644 index 0000000000000..9a184d76ba36a --- /dev/null +++ b/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AurelioAvila.PCTweaker +PackageVersion: 1.10.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +ProductCode: pc-tweaker-app +ReleaseDate: 2026-09-06 +AppsAndFeaturesEntries: +- DisplayName: pc-tweaker-app + ProductCode: pc-tweaker-app +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\pc-tweaker-app' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AurelioAvila/pc-tweaker-app/releases/download/v1.10.0/pc-tweaker-app_1.10.0_x64-setup.exe + InstallerSha256: 0801DF46C3A634AED866BBB3CD664233FD31D5BF5098F2FB4B615F2A3100FA4B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.locale.en-US.yaml b/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.locale.en-US.yaml new file mode 100644 index 0000000000000..77eed0fac5fa2 --- /dev/null +++ b/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AurelioAvila.PCTweaker +PackageVersion: 1.10.0 +PackageLocale: en-US +Publisher: Aurelio Avila +PublisherUrl: https://github.com/AurelioAvila +PublisherSupportUrl: https://github.com/AurelioAvila/pc-tweaker-app/issues +PackageName: PC Tweaker +PackageUrl: https://github.com/AurelioAvila/pc-tweaker-app +License: Proprietary +LicenseUrl: https://github.com/AurelioAvila/pc-tweaker-app/blob/HEAD/LICENSE +ShortDescription: Windows tuning for performance, gaming and privacy, with recorded changes and restore tools for supported settings. +Description: PC Tweaker provides 61 Windows tweaks, including 37 Free, plus hardware monitoring and maintenance tools. Review settings, save profiles and restore supported changes from recorded originals. Cleanup and repair operations have separate recovery limits. Version 1.9.0 adds five native AC power controls and digitally signed Windows installers from Aurelio Avila. Pro adds advanced tools and automatic game sessions; Lifetime includes profile comparison and portable tuning reports. +Tags: +- gaming +- optimizer +- performance +- privacy +- tweak +- windows +ReleaseNotes: |- + PC Tweaker 1.10.0 + Ready-to-use Gaming, Study and Work profiles, function-specific tweak icons, and a more compact account menu. Windows installers remain digitally signed by Aurelio Avila. + - Three editable starter profiles, included in Free. Review the selected tweaks and apply pending changes with one click. Gaming covers Windows mouse acceleration and Game DVR capture; Study reduces Windows suggestions and taskbar distractions; Work exposes file extensions and adjusts menu and startup delays. Optional changes start unchecked. Profiles add selected tweaks and preserve other settings; switching the selected template does not undo a previously applied profile. + - Clearer controls. Tweak icons distinguish CPU, memory, graphics, recording and other functions. The account menu is narrower, with compact language and theme selectors. The original logo, current theme, sidebar, Plans & pricing and Buy me a coffee are retained. + - Honest application status. Already-applied starter settings are skipped, repeated apply clicks are guarded, and failed batches do not show a success toast. Existing native entitlement checks and rollback remain in use. + - Update with consent. The existing startup update prompt offers Install or Later. Dismissing it lasts for the current session only; installation starts after the user chooses it. + These profiles do not promise an FPS increase. Review mouse, recording and accessibility tradeoffs before applying. Restore individual tweaks from their category. No pricing, subscription expiry or Lifetime entitlement changes are included. +ReleaseNotesUrl: https://github.com/AurelioAvila/pc-tweaker-app/releases/tag/v1.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.yaml b/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.yaml new file mode 100644 index 0000000000000..5a200f6e28cc5 --- /dev/null +++ b/manifests/a/AurelioAvila/PCTweaker/1.10.0/AurelioAvila.PCTweaker.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AurelioAvila.PCTweaker +PackageVersion: 1.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4d176b2b03e9290f954ff0c24d056dc1b5d002de Mon Sep 17 00:00:00 2001 From: Asaf Date: Sun, 6 Sep 2026 11:11:38 +0300 Subject: [PATCH 59/63] New version: NimbusAgent.Nimbus version 7.11.0 (#430331) --- .../7.11.0/NimbusAgent.Nimbus.installer.yaml | 14 +++++++++++ .../NimbusAgent.Nimbus.locale.en-US.yaml | 23 +++++++++++++++++++ .../Nimbus/7.11.0/NimbusAgent.Nimbus.yaml | 8 +++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.installer.yaml create mode 100644 manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.locale.en-US.yaml create mode 100644 manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.yaml diff --git a/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..9a919ae58ce3e --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.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: NimbusAgent.Nimbus +PackageVersion: 7.11.0 +InstallerType: wix +ProductCode: '{26B1DE0B-38F4-4B89-B663-5CB14D092112}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v7.11.0/nimbus-headless-windows-x64.msi + InstallerSha256: 9D977484A5ADE3AAC37249A40912F642A1880C1B10C1247EE5123749EAD23A95 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-06 diff --git a/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..ee7cf2981608b --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.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: NimbusAgent.Nimbus +PackageVersion: 7.11.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v7.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..411f61ef9b726 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/7.11.0/NimbusAgent.Nimbus.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: NimbusAgent.Nimbus +PackageVersion: 7.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 98cb683ccbaf0ca23fb3d0b6a73385246160da4e Mon Sep 17 00:00:00 2001 From: SSLbits <40909052+SSLbits@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:11:46 -0600 Subject: [PATCH 60/63] New version: CologneCodeCompany.XYplorer version 28.30.2400 (#430333) --- ...CologneCodeCompany.XYplorer.installer.yaml | 32 +++++++++++++++++++ ...ogneCodeCompany.XYplorer.locale.en-US.yaml | 24 ++++++++++++++ .../CologneCodeCompany.XYplorer.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.installer.yaml create mode 100644 manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.locale.en-US.yaml create mode 100644 manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.yaml diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..4818aa9a4f356 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.30.2400 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: XYplorer64_28.30_Install.exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +ProductCode: XYplorer64 +ReleaseDate: 2026-09-06 +AppsAndFeaturesEntries: +- DisplayName: XYplorer 28.30 + ProductCode: XYplorer64 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\XYplorer' +Installers: +- Architecture: x64 + InstallerUrl: https://www.xyplorer.com/download/xyplorer64_28.30.2400.zip + InstallerSha256: BBEF27B7629F99F2B82B61F789EF886C95C9801242C59D29B261C9F52B369ADA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..b7706ae07136c --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.30.2400 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com/ +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com/ +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..13012f1a278e1 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.30.2400/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.30.2400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6a6e96aa7283e51f8f649e0495572afc57c7dc04 Mon Sep 17 00:00:00 2001 From: SSLbits <40909052+SSLbits@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:12:00 -0600 Subject: [PATCH 61/63] New version: CologneCodeCompany.XYplorerPortable version 28.30.2400 (#430334) --- ...odeCompany.XYplorerPortable.installer.yaml | 20 ++++++++++++++++ ...Company.XYplorerPortable.locale.en-US.yaml | 24 +++++++++++++++++++ .../CologneCodeCompany.XYplorerPortable.yaml | 8 +++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.installer.yaml create mode 100644 manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml create mode 100644 manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.yaml diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.installer.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.installer.yaml new file mode 100644 index 0000000000000..222972dd74e2f --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 28.30.2400 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: XYplorer.exe + PortableCommandAlias: xyplorer +Commands: +- xyplorer +ReleaseDate: 2026-09-06 +Installers: +- Architecture: neutral + InstallerUrl: https://www.xyplorer.com/download/xyplorer64_28.30.2400_noinstall.zip + InstallerSha256: 3319FCF3BB4EFB67C58D219E71144139891099EF26FF6B0D8926B0ED30A6742E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml new file mode 100644 index 0000000000000..5dd69193b2375 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 28.30.2400 +PackageLocale: en-US +Publisher: Cologne Code Company +PublisherUrl: https://www.xyplorer.com/ +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer Portable +PackageUrl: https://www.xyplorer.com/ +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer.portable +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.yaml new file mode 100644 index 0000000000000..da3f84a88205a --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/28.30.2400/CologneCodeCompany.XYplorerPortable.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorerPortable +PackageVersion: 28.30.2400 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5b5dd9ce9a05b0510451436b567685ab4d7803dc Mon Sep 17 00:00:00 2001 From: powerstacks-wingetbot Date: Sun, 6 Sep 2026 03:12:19 -0500 Subject: [PATCH 62/63] New version: Thewh1teagle.vibe version 3.2.2 (#430335) --- .../3.2.2/Thewh1teagle.vibe.installer.yaml | 26 +++++++++++++++ .../3.2.2/Thewh1teagle.vibe.locale.en-US.yaml | 32 +++++++++++++++++++ .../vibe/3.2.2/Thewh1teagle.vibe.yaml | 8 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.installer.yaml create mode 100644 manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.locale.en-US.yaml create mode 100644 manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.yaml diff --git a/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.installer.yaml b/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.installer.yaml new file mode 100644 index 0000000000000..3346f72c26a49 --- /dev/null +++ b/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Thewh1teagle.vibe +PackageVersion: 3.2.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: vibe +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- Publisher: com + ProductCode: vibe +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\vibe' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/thewh1teagle/vibe/releases/download/v3.2.2/vibe_3.2.2_x64-setup.exe + InstallerSha256: E2437FA44AC32B3BC4ED636C1A1141F8B8CCA38BB841E7C4535E5EF6E3971081 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.locale.en-US.yaml b/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.locale.en-US.yaml new file mode 100644 index 0000000000000..4f90b0335a01e --- /dev/null +++ b/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Thewh1teagle.vibe +PackageVersion: 3.2.2 +PackageLocale: en-US +Publisher: thewh1teagle +PublisherUrl: https://github.com/thewh1teagle +PublisherSupportUrl: https://github.com/thewh1teagle/vibe/issues +Author: thewh1teagle +PackageName: vibe +PackageUrl: https://github.com/thewh1teagle/vibe +License: MIT +LicenseUrl: https://github.com/thewh1teagle/vibe/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 thewh1teagle +CopyrightUrl: https://github.com/thewh1teagle/vibe/blob/main/LICENSE +ShortDescription: Transcribe on your own! +Description: ⌨️ Transcribe audio / video offline using OpenAI Whisper +Tags: +- ai +- cross-platform +- desktop +- openai +- rust +- transcribe +- whisper +ReleaseNotes: |- + Release notes: https://thewh1teagle.github.io/vibe/changelog/3.2.2 + Signed and notarized on macOS and Windows. +ReleaseNotesUrl: https://github.com/thewh1teagle/vibe/releases/tag/v3.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.yaml b/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.yaml new file mode 100644 index 0000000000000..0627fb5f3a45b --- /dev/null +++ b/manifests/t/Thewh1teagle/vibe/3.2.2/Thewh1teagle.vibe.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Thewh1teagle.vibe +PackageVersion: 3.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 252889800b83c80e9cf0d640b5745c190c520e37 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:12:30 -0700 Subject: [PATCH 63/63] Automatic deletion of SimonTatham.Puzzles 0.0.14654.0 (#430344) --- .../SimonTatham.Puzzles.installer.yaml | 17 ----------------- .../SimonTatham.Puzzles.locale.en-US.yaml | 17 ----------------- .../0.0.14654.0/SimonTatham.Puzzles.yaml | 8 -------- 3 files changed, 42 deletions(-) delete mode 100644 manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.installer.yaml delete mode 100644 manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.locale.en-US.yaml delete mode 100644 manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.yaml diff --git a/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.installer.yaml b/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.installer.yaml deleted file mode 100644 index 992713c478321..0000000000000 --- a/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: SimonTatham.Puzzles -PackageVersion: 0.0.14654.0 -InstallerLocale: en-US -InstallerType: wix -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ProductCode: '{D66DCB0B-09F6-457E-95CE-A824D7D2D382}' -Installers: -- Architecture: x64 - InstallerUrl: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-installer.msi - InstallerSha256: 3E5D8C3B8E3D42FAA17E10329F4D9AEA562F81752600D6DAB5A7803C3245E126 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.locale.en-US.yaml b/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.locale.en-US.yaml deleted file mode 100644 index 638457a3732e2..0000000000000 --- a/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: SimonTatham.Puzzles -PackageVersion: 0.0.14654.0 -PackageLocale: en-US -Publisher: Simon Tatham -PublisherUrl: https://www.chiark.greenend.org.uk/~sgtatham/ -PackageName: Simon Tatham's Portable Puzzle Collection -PackageUrl: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ -License: MIT License -ShortDescription: A collection of small computer programs which implement one-player puzzle games. -Tags: -- videogame -- games -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.yaml b/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.yaml deleted file mode 100644 index 6432f4d134d22..0000000000000 --- a/manifests/s/SimonTatham/Puzzles/0.0.14654.0/SimonTatham.Puzzles.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: SimonTatham.Puzzles -PackageVersion: 0.0.14654.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0