From de5fe6de1c728e380b7c7b15832238cbd939a394 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:05:54 +0300 Subject: [PATCH 01/50] New version: laurentiu021.SysManager version 1.76.10 (#429297) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++ .../laurentiu021.SysManager.locale.en-US.yaml | 84 +++++++++++++++++++ .../1.76.10/laurentiu021.SysManager.yaml | 8 ++ 3 files changed, 110 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..c6927556d68bc --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.76.10 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.76.10/SysManager-v1.76.10.exe + InstallerSha256: D05FC402B4C8936DF88AE0A779E2F1A9B28C76215B1FA1125DA0EB5E8909A772 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..ce9bd7bd240f6 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,84 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.76.10 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.76.10] - 2026-09-04 + The "can be freed" and "in Recycle Bin" figures on the Cleanup tab could stop counting partway through a + folder, and could count files that live outside the folder they claim to describe. Both are now measured the + same way the cleanup itself works, so the number matches what pressing the button would actually free. + Fixed + - The Cleanup tab's size estimates stop under-reporting. Both figures walked their folders with a method + that gives up entirely the moment it meets one folder Windows will not let it open — so on most machines the + total stopped early and reported less than was really there, with nothing on screen to say so. They now use + the same walker the cleanup uses, which skips what it cannot read and keeps going. + - The Recycle Bin figure no longer counts files that are not in the bin. The old walk followed folder + shortcuts, and deleting a folder shortcut puts one in the Recycle Bin — so a single deleted shortcut could + add every file it pointed at, live data included, to the "in Recycle Bin" total. The new walker never follows + them. + - "Can be freed" no longer promises space Clean TEMP will leave alone. Since 1.76.8 the temp cleanup skips + the folder running programs unpack themselves into. The estimate did not, so it counted bytes the cleanup + would correctly refuse to delete. It now applies the same two exclusions. + Verify the download + Get-FileHash .\SysManager-v1.76.10.exe -Algorithm SHA256 + Expected SHA256: D05FC402B4C8936DF88AE0A779E2F1A9B28C76215B1FA1125DA0EB5E8909A772 + This build is not code-signed, so Windows will warn on first launch. That is + expected for a small independent app: see what the warning says and what to + click. + Code signing is planned through the SignPath Foundation, + which provides free certificates to open-source projects, with signing performed by + SignPath.io. Until then, the SHA256 above and the build + attestation below are what establish that a download is the genuine build. + Code signing policy + This release is not code-signed. The team roles, release-approval process and + privacy policy required by the SignPath Foundation programme + are documented in advance under Code signing + policy. That + documentation is a prerequisite for applying, not evidence of a certificate. The + attribution line naming SignPath as the signing provider will appear here once a + certificate is actually issued. + This program will not transfer any information to other networked systems unless + specifically requested by the user or the person installing or operating it. Full + privacy policy. + Verify where this binary came from + This exe was built by GitHub Actions from this public source, and the build is + recorded in the Sigstore public transparency log. With the + GitHub CLI: + gh attestation verify .\SysManager-v1.76.10.exe --repo laurentiu021/SystemManager + That proves which commit and workflow produced this exact binary, something the + SHA256 file cannot show, since it is published alongside the exe it describes. + Each release also ships SysManager-v1.76.10.sbom.json, a CycloneDX inventory of + every dependency resolved for this build. +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.76.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..c73e24571b914 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.76.10/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.76.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 72bb4ab9036e6942e3a850c2a31bede626394bb6 Mon Sep 17 00:00:00 2001 From: powerstacks-wingetbot Date: Sat, 5 Sep 2026 04:06:24 -0500 Subject: [PATCH 02/50] New version: BlueJTeam.BlueJ version 6.0.1 (#429932) --- .../6.0.1/BlueJTeam.BlueJ.installer.yaml | 28 +++++++++++++++++ .../6.0.1/BlueJTeam.BlueJ.locale.en-US.yaml | 30 +++++++++++++++++++ .../BlueJ/6.0.1/BlueJTeam.BlueJ.yaml | 8 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.installer.yaml create mode 100644 manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.locale.en-US.yaml create mode 100644 manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.yaml diff --git a/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.installer.yaml b/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.installer.yaml new file mode 100644 index 0000000000000..895936b71cd54 --- /dev/null +++ b/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BlueJTeam.BlueJ +PackageVersion: 6.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ALLUSERS=2 +UpgradeBehavior: install +ProductCode: '{5D31341F-509C-4208-928D-EC5374AF98AB}' +ReleaseDate: 2026-09-04 +AppsAndFeaturesEntries: +- ProductCode: '{5D31341F-509C-4208-928D-EC5374AF98AB}' + UpgradeCode: '{F4B4357E-6101-4CB1-8E38-3D4F3AFB4BE2}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/BlueJ' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/k-pet-group/BlueJ-Greenfoot/releases/download/BLUEJ-RELEASE-6.0.1/BlueJ-windows-6.0.1.msi + InstallerSha256: 7FE55FD4E5DE9E57C417891C813FB4EE28C62B5BF112435F9BA43A5CF8B5E315 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.locale.en-US.yaml b/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.locale.en-US.yaml new file mode 100644 index 0000000000000..0d12e439135b9 --- /dev/null +++ b/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.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: BlueJTeam.BlueJ +PackageVersion: 6.0.1 +PackageLocale: en-US +Publisher: BlueJ Team +PublisherUrl: https://www.bluej.org/ +PublisherSupportUrl: https://www.bluej.org/doc/documentation.html#support +Author: M. Kölling and J. Rosenberg +PackageName: BlueJ +PackageUrl: https://www.bluej.org/ +License: GNU General Public License version 2 +LicenseUrl: https://github.com/k-pet-group/BlueJ-Greenfoot/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) M. Kölling and J. Rosenberg +ShortDescription: A free Java Development Environment designed for beginners, used by millions worldwide. +Moniker: bluej +Tags: +- bluej +- ide +- java +- programming +- programming-ide +ReleaseNotes: Small point release to add missing Kotlin class templates +ReleaseNotesUrl: https://github.com/k-pet-group/BlueJ-Greenfoot/releases/tag/BLUEJ-RELEASE-6.0.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/k-pet-group/BlueJ-Greenfoot/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.yaml b/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.yaml new file mode 100644 index 0000000000000..a217d712eb7b1 --- /dev/null +++ b/manifests/b/BlueJTeam/BlueJ/6.0.1/BlueJTeam.BlueJ.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: BlueJTeam.BlueJ +PackageVersion: 6.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5d8e1c30ad915c706dce3b1c0d06e3daa5cdb815 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 5 Sep 2026 05:06:33 -0400 Subject: [PATCH 03/50] New version: Microsoft.SafetyScanner version 1.459.59.0 (#429940) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.459.59.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..ed4bd97351ab3 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.59.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.59.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.59.0&arch=x86 + InstallerSha256: 1A6D719D4FC35B53B30C4956B612FC704025F4489324D48C5AF6751BFCAE1A76 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.59.0&arch=amd64 + InstallerSha256: 01521911EE11AD24238E7CADBB632369CD639353F8BB3C28E654CF4A038F0DE1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..c25fe2759b3da --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.59.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.59.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.59.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.59.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..56af18f968f77 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.59.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.59.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 771f49675180ad01eaab3b4ac3d9dce8d2fa3a8c Mon Sep 17 00:00:00 2001 From: Atharva Kusumbia <45625606+athrvk@users.noreply.github.com> Date: Sat, 5 Sep 2026 14:36:51 +0530 Subject: [PATCH 04/50] New version: athrvk.Vayu version 0.26.0 (#429942) --- .../Vayu/0.26.0/athrvk.Vayu.installer.yaml | 17 +++++ .../Vayu/0.26.0/athrvk.Vayu.locale.en-US.yaml | 72 +++++++++++++++++++ .../a/athrvk/Vayu/0.26.0/athrvk.Vayu.yaml | 8 +++ 3 files changed, 97 insertions(+) create mode 100644 manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.installer.yaml create mode 100644 manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.locale.en-US.yaml create mode 100644 manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.yaml diff --git a/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.installer.yaml b/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.installer.yaml new file mode 100644 index 0000000000000..cc688258894e7 --- /dev/null +++ b/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: athrvk.Vayu +PackageVersion: 0.26.0 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: c6b9dc37-95fd-5c7e-9133-446b81eb3ee5 +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- ProductCode: c6b9dc37-95fd-5c7e-9133-446b81eb3ee5 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/athrvk/vayu/releases/download/v0.26.0/Vayu-x64.exe + InstallerSha256: 5F7CE3EF4E50B79838AA18161072C3BE021BF7240BBE08E158F30DD28FC64B17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.locale.en-US.yaml b/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.locale.en-US.yaml new file mode 100644 index 0000000000000..4d2d151474fdf --- /dev/null +++ b/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.locale.en-US.yaml @@ -0,0 +1,72 @@ +# 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: athrvk.Vayu +PackageVersion: 0.26.0 +PackageLocale: en-US +Publisher: Atharva Kusumbia +PublisherUrl: https://github.com/athrvk +PublisherSupportUrl: https://github.com/athrvk/vayu/issues +Author: Atharva Kusumbia +PackageName: Vayu +PackageUrl: https://github.com/athrvk/vayu +License: AGPL-3.0 +LicenseUrl: https://github.com/athrvk/vayu/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Atharva Kusumbia +ShortDescription: Open-source API client with a native C++ load-testing engine - Postman-style requests and k6-level load tests in one local app. +Description: Vayu is a free, open-source desktop app for Windows, macOS, and Linux that combines a full REST and GraphQL request builder - with collections, environments, and scripting - and a high-throughput load tester powered by a C++20 engine, with all data staying on your machine. +Moniker: vayu +Tags: +- api +- api-client +- api-testing +- benchmark +- developer-tools +- graphql +- http +- insomnia +- load-testing +- performance +- postman +- rest +ReleaseNotes: |- + 0.26.0 - 2026-09-05 + This release moves to Electron 44, which drops macOS 12, and changes the application identifier. Read the first two entries under Changed before updating. Beyond that it is mostly desktop integration: system notifications, taskbar and Dock progress, a keep-awake option for long runs, right-click menus outside the editors, and Back/Forward across tabs. The engine now owns the default headers it adds, the Windows uninstaller actually deletes your data when you ask it to, and a failed run is finally reported as failed. + Added + - System notifications. A finished load or collection run, the engine going down, an update becoming ready, and a browser sign-in completing can now post an OS notification. Off by default (Settings > Notifications), and nothing is posted while Vayu is the front window. The run notification carries the numbers ("12,400 requests, p95 210 ms, 0.3% errors") and clicking it brings Vayu forward on that run. A Preview button next to the toggle posts a real one so you can see what your system does with it. + - Inbox capture notifications. Off by default even when system notifications are on, and toggled in the inbox header rather than in Settings. Captures are batched into one trailing notification with a count, since a webhook source can deliver hundreds a minute. An interrupted capture stream now resumes. + - Taskbar and Dock progress. A running load or collection run shows its progress on the Windows taskbar button and the macOS Dock icon. Captures that arrive while the window is unfocused show as a badge count, and a failed run marks the icon. A run that ends in a state you did not ask for flashes the taskbar or bounces the Dock once, but only when system notifications are off. If two runs are live, the most recently started one owns the indicator. No progress bar on Linux: Electron 44 removed Unity launcher support. + - Dock and taskbar menu, and file handover. Right-click the icon for New Request and your recent collections. Dropping a Vayu-openable file on the icon, or opening it with Vayu from the file manager, opens the Import dialog on it. This works from a cold launch too. + - Runs started through the MCP surface get the same progress indicator, keep-awake hold and notifications as runs started from the UI. Previously none of that kicked in until you opened the run's dashboard tab. + - Keep awake during runs. Vayu can hold the machine out of sleep while a run streams (app suspension only; the screen may still dim). Off by default. Keep awake during runs in Settings > Load testing turns it on for every run; with it off, a load run declaring ten minutes or more asks once as it starts. A run with no declared length is never asked. If the host sleeps anyway, the run reports how long it slept instead of leaving a gap in the series. + - Right-click menus everywhere, not only in the Monaco editors. The URL bar, a {{token}}, an editor, tree rows and tabs each get their own menu, with cut/copy/paste, selection and link entries where they apply. + - Back and Forward across tabs. Title-bar buttons, Cmd+[ / Cmd+] on macOS and Alt+Left / Alt+Right elsewhere, the mouse back/forward buttons, the macOS two-finger swipe, the View menu and two palette commands. History is by location, not tab instance, so Back can reopen a tab you closed; closing the active tab returns to where you came from. Deleted requests and collections are dropped from history. + - GraphQL schema explorer: arguments as rows. A field's row shows its result type and an argument count; the arguments expand as rows underneath. Activating one writes first: $first onto the field and declares $first on the operation. Previously the inline argument list ate the width and users (first: Int, userId: In… never showed what it returned. + - resolve_variables MCP tool. Ask it about a variable name and it lists every definition in precedence order (globals, then the collection chain root to leaf, then the active environment), marks the one that wins, and says for each loser whether it was outranked or switched off. + - The context bar lists the variables the open request actually uses, each with its scope badge and value, or marked "not defined". The full in-scope set is behind an "All in scope (N)" disclosure. Secrets in the list can be revealed. + - The MCP server only offers write tools when write access is on. It used to describe all 28 of them to every agent, about 12,100 of the 30,500 tokens in the tool list, and then refuse each call. Now they are not listed at all until you turn write access on; the server instructions say so and name the setting, and an agent that tries one anyway is told to turn write access on rather than that the tool does not exist. + - Script editor snippets are now a list you insert from. Each says which script it belongs in, and inserts on its own line rather than over a selection. + Changed + - The application identifier is now io.github.athrvk.vayu (was com.vayu.client, a domain the project does not own). macOS keys preferences, caches and permissions by it, so macOS may ask again for permissions you had already granted, and preferences stored by an earlier version are not read. Windows installs upgrade in place; the installer keeps its previous identity so the app does not appear twice in Add/Remove Programs. install.sh --uninstall --purge removes both the old and the new locations. + - macOS 13 (Ventura) or later is required. Electron 44 dropped macOS 12, so the universal DMG and zip will not launch on it. Windows and Linux are unaffected. The Linux AppImage stays x86_64 and the Windows installer stays x64, as before. + - The window has rounded corners on Linux, matching macOS. Electron 43 made this the default for frameless windows; Vayu now sets it explicitly so a future default cannot change it. + - The headers Vayu adds are shown, not saved into your request. Vayu used to write its version header and a request id into the saved request itself, so a stored request replayed one frozen id on every load-test iteration. The version header is no longer sent at all. The defaults are now added at send time and never stored: the User-Agent as before, an optional X-Vayu-Request-Id that is fresh on every send, and Accept-Encoding so compressed responses are decoded. You can see the set in the app and turn any of them off per send, and a header your request already has is never overwritten. Load runs have their own compression setting, since compression changes what a load test measures. + - The {{variable}} hover in the editors is now the app's own tooltip instead of Monaco's, and Cmd/Ctrl+click on a token opens it. Monaco's suggestion list, parameter hints and find box use the app's colour tokens. + - Sidebar rows have a narrower method column. DELETE, OPTIONS and CONNECT show as DEL, OPT and CONN with the full name on hover, and the method is plain text instead of a chip. + - Windows: constant-RPS load runs below ~500 RPS are evenly spaced again. Requests went out in pairs instead of one at a time, because the Windows sleep timer wakes late. The average rate was still exact, so nothing in the report showed it. Rates from ~500 RPS up were never affected. + - cpp-httplib 0.54.1 and curl 8.22.0. With the cpp-httplib update, an error inside a request handler no longer takes the engine down, and the webhook inbox gets the same protection. + - Internal: the inbox stream is held app-wide through useSyncExternalStore; Monaco 0.56; a named type scale pushed into the card, dialog and input primitives; the September dependency sweep (ESLint 10.9, pnpm 11, graphql 17, zod 4, lucide 1, TypeScript 7, date-fns dropped); the weekly perf harness measures the packaged app's cold start on Linux; and a pass over documentation against the code it describes. + Fixed + - A run that failed was reported as finished, so you got no failure notification and no error state on the taskbar or Dock. Failures are now reported as failures. + - Windows: "Delete everything" at uninstall deleted nothing. Every saved request, collection, environment, history entry and setting stayed on disk and came back on reinstall. Fixed for both per-user and all-users installs. The Debian package also no longer runs cleanup hooks for a lock file the app never writes. + - The application menu is reachable on Windows and Linux. + - Cmd/Ctrl+S and the quit flush no longer paint "Saved" over an edit that raced them; a rename no longer reports "Saved" over somebody else's unsaved edit; a cleared script reaches the engine; a save clears the dirty flag only for what it actually sent. + - Both sidebar trees and the schema explorer draw one guide line per nesting level; nested containers used to stack an extra line each. The loading skeleton lines up with the rows it stands in for. + - Restarting the engine no longer lets a health poll from the old process close the start window the new one just opened. A restart you asked for reads as a start, not a failure. + - Export as OpenAPI no longer flickers when switching JSON to YAML. The summary counts belong to the collection, not the format, so they stay on screen while the other format assembles. + - The "create in" label sits above the choice in the create-variable row, and the popover keeps focus in the value field. + - Two live runs can no longer take each other's taskbar or Dock progress indicator. + - Run timings no longer depend on the system clock. If the clock changed during a run (a time sync, for instance), the reported duration was wrong, and with it the RPS and throughput figures; a clock stepping backwards could produce a negative duration. +ReleaseNotesUrl: https://github.com/athrvk/vayu/releases/tag/v0.26.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.yaml b/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.yaml new file mode 100644 index 0000000000000..2373afad30147 --- /dev/null +++ b/manifests/a/athrvk/Vayu/0.26.0/athrvk.Vayu.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: athrvk.Vayu +PackageVersion: 0.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 107a2a71fee08198705590d55bf80d271386622d Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:31:16 +0200 Subject: [PATCH 05/50] Update version: Pwlot.ChunkyMonkey version 0.9.7 (#429946) --- .../0.9.7/Pwlot.ChunkyMonkey.installer.yaml | 20 +++++++++ .../Pwlot.ChunkyMonkey.locale.en-US.yaml | 42 +++++++++++++++++++ .../0.9.7/Pwlot.ChunkyMonkey.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.installer.yaml create mode 100644 manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.locale.en-US.yaml create mode 100644 manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.yaml diff --git a/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.installer.yaml b/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.installer.yaml new file mode 100644 index 0000000000000..37ea7e701405f --- /dev/null +++ b/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Pwlot.ChunkyMonkey +PackageVersion: 0.9.7 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallerSwitches: + Silent: /VERYSILENT /NORESTART + SilentWithProgress: /SILENT /NORESTART +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pwlot/ChunkyMonkey/releases/download/v0.9.7/ChunkyMonkeySetup.exe + InstallerSha256: 1D18777338466DF0F056A21CA0BE6C98CFB518045E0F7D89A0A2EE94F1038ED5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.locale.en-US.yaml b/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.locale.en-US.yaml new file mode 100644 index 0000000000000..c4babe18515a6 --- /dev/null +++ b/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.locale.en-US.yaml @@ -0,0 +1,42 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Pwlot.ChunkyMonkey +PackageVersion: 0.9.7 +PackageLocale: en-US +Publisher: Pwlot +PublisherUrl: https://www.pwlot.com +PackageName: ChunkyMonkey +PackageUrl: https://chunkymonkey.dev +License: Proprietary +ShortDescription: Git/LFS desktop app and CLI for large game, ML, media, and research repos. +Description: ChunkyMonkey auto-chunks large Git commits, checks Git LFS risk, and helps push large repositories with progress and safer smaller steps. +Tags: +- git +- git-lfs +- gamedev +- machine-learning +- cli +- large-files +ReleaseNotes: |- + ChunkyMonkey v0.9.7 + + ## Download + + [**Download for Windows:ChunkyMonkeySetup.exe**](https://github.com/pwlot/ChunkyMonkey/releases/download/v0.9.7/ChunkyMonkeySetup.exe) + + [Release files and SHA-256 checksums](https://github.com/pwlot/ChunkyMonkey/releases/tag/v0.9.7) + + ChunkyMonkey desktop and CLI are available for Windows only. + + ### Fixes + + • Review Prep now rejects stale file selections before staging or committing, preserving unrelated changes. + • Fixed Review Prep commits for already-staged file renames. + • Fixed selective checkpoint restore for new files saved in the checkpoint. + • Preserved trailing spaces and tabs when staging, unstaging, or discarding hunks and line blocks. + • Removed the 40-file preview limit so every file in a Review Prep bucket can be inspected. + • Added three website screenshots using an example project, with an enlarged view and screenshot switching. +ReleaseNotesUrl: https://github.com/pwlot/ChunkyMonkey/releases/tag/v0.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.yaml b/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.yaml new file mode 100644 index 0000000000000..52743f9ba5f17 --- /dev/null +++ b/manifests/p/Pwlot/ChunkyMonkey/0.9.7/Pwlot.ChunkyMonkey.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Pwlot.ChunkyMonkey +PackageVersion: 0.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 07853343201a795bf09ded66734a2971b79c3557 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:58:41 +0200 Subject: [PATCH 06/50] Update version: Hanthor.BluefinCLI version 0.10.9 (#429944) --- .../0.10.9/Hanthor.BluefinCLI.installer.yaml | 22 ++++++++++++++++ .../Hanthor.BluefinCLI.locale.en-US.yaml | 25 +++++++++++++++++++ .../BluefinCLI/0.10.9/Hanthor.BluefinCLI.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.installer.yaml create mode 100644 manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.locale.en-US.yaml create mode 100644 manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.yaml diff --git a/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.installer.yaml b/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.installer.yaml new file mode 100644 index 0000000000000..d3a24e77db543 --- /dev/null +++ b/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Hanthor.BluefinCLI +PackageVersion: 0.10.9 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bluefin-cli.exe + PortableCommandAlias: bluefin-cli +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tuna-os/bluefin-cli/releases/download/v0.10.9/bluefin-cli_0.10.9_windows_amd64.zip + InstallerSha256: E2DB9363C9CB51CD1E5E9108AA0D0772DC4FB34D6DD47B3461D8F3C4109FE8BE +- Architecture: arm64 + InstallerUrl: https://github.com/tuna-os/bluefin-cli/releases/download/v0.10.9/bluefin-cli_0.10.9_windows_arm64.zip + InstallerSha256: 85F6DF7D7EE802A15FB56E1938519D8940E8D4799B986AB0390513E9A66857E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.locale.en-US.yaml b/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..49579696d46fb --- /dev/null +++ b/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Hanthor.BluefinCLI +PackageVersion: 0.10.9 +PackageLocale: en-US +Publisher: Hanthor +PublisherUrl: https://github.com/tuna-os +PublisherSupportUrl: https://github.com/tuna-os/bluefin-cli/issues +PackageName: BluefinCLI +PackageUrl: https://github.com/tuna-os/bluefin-cli +License: Apache-2.0 +LicenseUrl: https://github.com/tuna-os/bluefin-cli/blob/main/LICENSE +Copyright: Copyright 2025 Bluefin CLI contributors +ShortDescription: Modern CLI for managing shell config and dev environment customization on Universal Blue. +Moniker: BluefinCLI +Tags: +- cli +- shell +- bluefin +- universal-blue +ReleaseNotes: "## [0.10.9](https://github.com/tuna-os/bluefin-cli/compare/v0.10.8...v0.10.9) (2026-09-05)" +ReleaseNotesUrl: https://github.com/tuna-os/bluefin-cli/releases/tag/v0.10.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.yaml b/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.yaml new file mode 100644 index 0000000000000..7aeeb3e194c1f --- /dev/null +++ b/manifests/h/Hanthor/BluefinCLI/0.10.9/Hanthor.BluefinCLI.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Hanthor.BluefinCLI +PackageVersion: 0.10.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f1be613a1331edd51809b3c2cc2339602abdba1e Mon Sep 17 00:00:00 2001 From: Glide01 Date: Sat, 5 Sep 2026 02:58:55 -0700 Subject: [PATCH 07/50] New version: Glide01.BoxPilot version 1.13.5 (#429947) --- .../1.13.5/Glide01.BoxPilot.installer.yaml | 22 +++++++++++++++++ .../1.13.5/Glide01.BoxPilot.locale.en-US.yaml | 24 +++++++++++++++++++ .../BoxPilot/1.13.5/Glide01.BoxPilot.yaml | 8 +++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.installer.yaml create mode 100644 manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.locale.en-US.yaml create mode 100644 manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.yaml diff --git a/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.installer.yaml b/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.installer.yaml new file mode 100644 index 0000000000000..d5af6e4f9d4ae --- /dev/null +++ b/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.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: Glide01.BoxPilot +PackageVersion: 1.13.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{1DBABFAB-908E-4F70-8CEB-BE325C764EB7}' +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- ProductCode: '{1DBABFAB-908E-4F70-8CEB-BE325C764EB7}' + UpgradeCode: '{F7A8C9D1-2E3B-4F5A-6B7C-8D9E0F1A2B3C}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/BoxPilot' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Glide01/BoxPilot/releases/download/v1.13.5/box_pilot_gui-1.13.5-x86_64.msi + InstallerSha256: C79041FD6791703ED53E3AB28B27B6C51136393B80534596707DFF9F4B45451A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.locale.en-US.yaml b/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.locale.en-US.yaml new file mode 100644 index 0000000000000..dc6195aca4233 --- /dev/null +++ b/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.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: Glide01.BoxPilot +PackageVersion: 1.13.5 +PackageLocale: en-US +Publisher: BoxPilot Contributors +PublisherUrl: https://github.com/Glide01 +PublisherSupportUrl: https://github.com/Glide01/BoxPilot/issues +PackageName: BoxPilot +PackageUrl: https://github.com/Glide01/BoxPilot +License: MIT +LicenseUrl: https://github.com/Glide01/BoxPilot/blob/HEAD/LICENSE +ShortDescription: A GUI manager for the sing-box proxy program +Moniker: boxpilot +ReleaseNotes: |- + BoxPilot v1.13.5 — sing-box 1.14.0 bundled in the MSI. + Install via winget: winget install Glide01.BoxPilot + BoxPilot is MIT licensed. The bundled sing-box.exe is the official + SagerNet/sing-box release binary, + distributed under its own GPL-3.0-or-later license. +ReleaseNotesUrl: https://github.com/Glide01/BoxPilot/releases/tag/v1.13.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.yaml b/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.yaml new file mode 100644 index 0000000000000..7c367dcd6c0c1 --- /dev/null +++ b/manifests/g/Glide01/BoxPilot/1.13.5/Glide01.BoxPilot.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: Glide01.BoxPilot +PackageVersion: 1.13.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From abcf31415a5d07537f287e6f22c4427f1e0acdf4 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:59:03 +0800 Subject: [PATCH 08/50] New version: t8y2.DBX version 0.6.5 (#429951) --- .../t/t8y2/DBX/0.6.5/t8y2.DBX.installer.yaml | 26 ++++++++ .../t8y2/DBX/0.6.5/t8y2.DBX.locale.en-US.yaml | 63 +++++++++++++++++++ manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.yaml | 8 +++ 3 files changed, 97 insertions(+) create mode 100644 manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.installer.yaml create mode 100644 manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.locale.en-US.yaml create mode 100644 manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.yaml diff --git a/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.installer.yaml new file mode 100644 index 0000000000000..7aff36136d2c1 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# 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: t8y2.DBX +PackageVersion: 0.6.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: placeholder\DBX +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.6.5/DBX_0.6.5_x64-setup.exe + InstallerSha256: 342187AFB32D76751249242379959D83BD6E16838E6309C816F27EA247C28B67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 0000000000000..6e7b3ef5d52b8 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,63 @@ +# 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: t8y2.DBX +PackageVersion: 0.6.5 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: Apache-2.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - InterSystems Caché 支持 — 新建连接的内置关系型数据库列表新增 InterSystems Caché,驱动开箱即用,无需手动配置 JDBC 即可连接并浏览表结构与数据。 (commit 8b8c0b807) + - 编辑器标签页按数据库分组 — 编辑器标签页支持按所属数据库分组展示,多库并行编辑时标签更清晰,可在编辑器设置中开关。 (contributed by @eryajf) (PR #8207) + - 结构比较手动表映射 — 结构比较支持手动映射源库与目标库中不同名的表,不再只能按同名匹配,异构迁移对比更灵活。 (contributed by @0verme) (PR #8208) + - 列筛选面板宽度可调 — 网格列筛选面板支持拖动调整宽度,可为筛选条件和数据展示分配合适空间。 (contributed by @eryajf) (PR #8196) + 改进 + - Redis Fetch All 收尾性能 — Fetch All 完成时改用增量收尾,大批量 Key 拉取结束后界面与滚动不再长时间无响应。 (contributed by @CN-Scars) (PR #8198) + 修复 + - 特殊页面隐藏全部标签栏 — 打开设置或驱动管理页时工作区保持挂载、仅隐藏面板内容,分组标签栏不再整体消失导致无法回到编辑器,特殊页标签同时改用经典平铺样式。 (commit 789d65d3d) + - 特殊页面标签并入编辑器标签栏 — 设置/驱动管理页签不再单独占一条标签栏:未激活时附加在当前分组的标签栏中,激活时应用级标签栏以模式图标和非激活样式展示已打开的编辑器标签,作为回到编辑器的鼠标路径。 (commit c66a699aa) + - 工具栏无法切换目标数据库 — 从工具栏切换连接/数据库/Schema 时按目标标签页解析,选中数据库实例新建查询后可正常切换目标库,不再误作用到其他标签页。 (commit 46afd0dd5) + - 数据筛选无响应 — 数据网格中的执行 SQL 操作按目标标签页解析,数据筛选等相关操作恢复正常。 (commit cae4c5fde) + - 标签溢出弹窗搜索 — 在标签溢出弹窗中搜索时不再过滤顶部标签栏已显示的标签。 (contributed by @Lem26) (PR #8201) + - 标准 SQL 方言关键字高亮 — 通用 JDBC、IRIS/Caché、H2、DB2 等基于 StandardSQL 的方言恢复 SELECT/WHERE 等关键字与类型高亮,不再显示为普通标识符。 (commit ffe1e58fb) + - 内置 SQL 函数高亮 — count、date_format 等内置 SQL 函数在编辑器各主题中恢复函数样式高亮。 (contributed by @q396921921) (PR #8182) + - MySQL 系方言反斜杠转义高亮 — MySQL/MariaDB/Doris 及 Hive/Impala/Spark/Databend 等方言的编辑器高亮启用反斜杠转义,含转义引号的字符串不再被错误截断,与语句拆分语义保持一致。 (contributed by @wnyr) (PR #8181) + - 单元格编辑器重复全选 — 单元格编辑器聚焦时只全选一次文本,再次点击定位光标不再重新全选覆盖手动选择。 (contributed by @zipg) (PR #8085) + - 窄面板单元格详情布局 — 单元格详情面板在窄窗口及与其他面板并排时按可用空间响应式布局,内容不再溢出或挤压。 (contributed by @0verme) (PR #8200) + - 文档弹窗关闭按钮遮挡 — 数据库文档弹窗标题为关闭按钮预留空间,关闭按钮不再遮挡标题内容。 (contributed by @0verme) (PR #8199) + - 导出日期时间精度 — CSV 导出以文本保留完整时间精度,XLSX 改用毫秒格式,流式导出时间戳不再丢失毫秒/微秒。 (contributed by @q396921921) (PR #8162) + - 宽松模式导出失败明细 — 宽松模式导出中个别对象失败时,完成提示逐项列出失败对象与原因,不再显示为整体成功。 (commit f661ff7ff) + - 超大 SQL 文件打开 — 编辑器无法加载的超大 SQL 文件自动转入流式 SQL 文件执行器并给出提示,超大导出文件不再无法导入。 (commit 4cc6d0959) + - macOS 12 启动崩溃 — 命名风格转换器移除旧 WebKit 不支持的 lookbehind 正则,macOS 12 等旧系统 WebView 启动不再崩溃。 (commit b8becde86) + - 达梦唯一索引 DDL — 唯一约束背后的索引改用 ALTER TABLE ADD/DROP CONSTRAINT 生成 DDL(与主键一致),独立 CREATE UNIQUE INDEX 的行为不变。 (contributed by @q396921921) (PR #8170) + - Oracle JDBC 星号展开补全 — JDBC 连接 Oracle 时字段补全解析当前 schema,SELECT * 展开可正确列出当前用户的表字段。 (contributed by @q396921921) (PR #8206) + - 外部 JDBC 驱动表 DDL — 未识别类型的外部/自定义 JDBC 驱动查看表 DDL 时生成通用 DDL,不再报「DDL not supported for this database type」。 (commit 3be523b2f) + - Redis Fetch All 视口保持 — Fetch All 完成后保持当前滚动位置与展开状态,不再跳回顶部。 (contributed by @CN-Scars) (PR #8204) + > 国内下载:如果 GitHub 下载较慢,可从 CNB 镜像 下载桌面端安装包,Docker 镜像从 docker.cnb.cool/dbxio.com/dbx:v0.6.5 拉取。 +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.6.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.yaml new file mode 100644 index 0000000000000..12faa37c02389 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.6.5/t8y2.DBX.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: t8y2.DBX +PackageVersion: 0.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 99d14b5677ed7aa744766d07e3629289fb39df88 Mon Sep 17 00:00:00 2001 From: Janos Miko Date: Sat, 5 Sep 2026 12:24:34 +0200 Subject: [PATCH 09/50] New version: janosmiko.lfk 0.18.8 (#429948) Co-authored-by: goreleaserbot --- .../lfk/0.18.8/janosmiko.lfk.installer.yaml | 26 +++++++++++++++++ .../0.18.8/janosmiko.lfk.locale.en-US.yaml | 28 +++++++++++++++++++ .../j/janosmiko/lfk/0.18.8/janosmiko.lfk.yaml | 7 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.installer.yaml create mode 100644 manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.locale.en-US.yaml create mode 100644 manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.yaml diff --git a/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.installer.yaml b/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.installer.yaml new file mode 100644 index 0000000000000..86f5b64fc25e7 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.18.8 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-05" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.18.8/lfk_0.18.8_windows_arm64.zip + InstallerSha256: 22ab7ca65718898f3522ba89ffcd57ca075044f2a27fe0490a86ff8a66ac49fc + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.18.8/lfk_0.18.8_windows_amd64.zip + InstallerSha256: 8b3adf71e6a4d209614e124163d116cb16198d6cf3967271dbeecdfb6642453c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.locale.en-US.yaml b/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.locale.en-US.yaml new file mode 100644 index 0000000000000..7468ef6fa65c0 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.18.8 +PackageLocale: en-US +Publisher: janosmiko +PublisherUrl: https://github.com/janosmiko +PublisherSupportUrl: https://github.com/janosmiko/lfk/issues +PackageName: lfk +PackageUrl: https://github.com/janosmiko/lfk +License: Apache-2.0 +LicenseUrl: https://github.com/janosmiko/lfk/blob/main/LICENSE +ShortDescription: Lightning Fast Kubernetes navigator +Description: | + LFK is a lightning-fast, keyboard-focused, yazi-inspired terminal user + interface for navigating and managing Kubernetes clusters. Built for + speed and efficiency, it brings a three-column Miller columns layout + with an owner-based resource hierarchy to your terminal. +Moniker: lfk +Tags: + - kubernetes + - tui + - devops + - k8s + - cli +ReleaseNotesUrl: https://github.com/janosmiko/lfk/releases/tag/v0.18.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.yaml b/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.yaml new file mode 100644 index 0000000000000..3cd0106daf47f --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.18.8/janosmiko.lfk.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: janosmiko.lfk +PackageVersion: 0.18.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8cff35d36a14c9d3372d63af29f2f023af16647e Mon Sep 17 00:00:00 2001 From: Alexander Trakhimenok <533159+trakhimenok@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:24:43 +0100 Subject: [PATCH 10/50] New version: SpecScore.CLI 0.40.0 (#429950) Co-authored-by: goreleaserbot --- .../CLI/0.40.0/SpecScore.CLI.installer.yaml | 18 ++++++++++++++++++ .../CLI/0.40.0/SpecScore.CLI.locale.en-US.yaml | 18 ++++++++++++++++++ .../s/SpecScore/CLI/0.40.0/SpecScore.CLI.yaml | 7 +++++++ 3 files changed, 43 insertions(+) create mode 100644 manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.installer.yaml create mode 100644 manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.locale.en-US.yaml create mode 100644 manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.yaml diff --git a/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.installer.yaml b/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.installer.yaml new file mode 100644 index 0000000000000..7beef4f7782ef --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.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: SpecScore.CLI +PackageVersion: 0.40.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-05" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: specscore.exe + PortableCommandAlias: specscore + InstallerUrl: https://github.com/specscore/specscore-cli/releases/download/v0.40.0/specscore_0.40.0_windows_amd64.zip + InstallerSha256: 17b17d54b8b53802582ba51507a904d81437b490235c730c866620b3fb6dd3d8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.locale.en-US.yaml b/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..83d9c244cdc1f --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.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: SpecScore.CLI +PackageVersion: 0.40.0 +PackageLocale: en-US +Publisher: SpecScore +PublisherUrl: https://specscore.md +PackageName: SpecScore +PackageUrl: https://specscore.md +License: Apache-2.0 +ShortDescription: Lint, validate, and navigate Markdown specifications. +Description: | + SpecScore is a CLI for working with Markdown-based specifications: + validate spec trees against structural conventions, search across + features, and inspect feature/plan/task relationships. +Moniker: SpecScore +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.yaml b/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.yaml new file mode 100644 index 0000000000000..b35d1d3188508 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.40.0/SpecScore.CLI.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: SpecScore.CLI +PackageVersion: 0.40.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b031b1650d737cf27fb33199a14f39559985731d Mon Sep 17 00:00:00 2001 From: "@uartnet" <140632163+uartnet@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:24:53 +0200 Subject: [PATCH 11/50] New version: rstream.rstream version 1.30.0 (#429954) --- .../1.30.0/rstream.rstream.installer.yaml | 18 ++++++++++++++++++ .../1.30.0/rstream.rstream.locale.en-US.yaml | 18 ++++++++++++++++++ .../rstream/1.30.0/rstream.rstream.yaml | 7 +++++++ 3 files changed, 43 insertions(+) create mode 100644 manifests/r/rstream/rstream/1.30.0/rstream.rstream.installer.yaml create mode 100644 manifests/r/rstream/rstream/1.30.0/rstream.rstream.locale.en-US.yaml create mode 100644 manifests/r/rstream/rstream/1.30.0/rstream.rstream.yaml diff --git a/manifests/r/rstream/rstream/1.30.0/rstream.rstream.installer.yaml b/manifests/r/rstream/rstream/1.30.0/rstream.rstream.installer.yaml new file mode 100644 index 0000000000000..e045667c82262 --- /dev/null +++ b/manifests/r/rstream/rstream/1.30.0/rstream.rstream.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: rstream.rstream +PackageVersion: 1.30.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: bin/rstream.exe + PortableCommandAlias: rstream +Installers: + - Architecture: x64 + InstallerUrl: https://rstream.io/api/packages/cmtmt5w8k001m04jjxsjde5g1/download + InstallerSha256: 7700962f5e29c7bccf70e7370298aaceaada777627fb0bf29a542307b2adb16c + - Architecture: arm64 + InstallerUrl: https://rstream.io/api/packages/cmtmt5t01001l04jji9df8lfc/download + InstallerSha256: 66dc918f4375d2254749b065111658e6ac1f92b42ae7c66b980c46ab13734caf +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/rstream/rstream/1.30.0/rstream.rstream.locale.en-US.yaml b/manifests/r/rstream/rstream/1.30.0/rstream.rstream.locale.en-US.yaml new file mode 100644 index 0000000000000..b2f3bb069700f --- /dev/null +++ b/manifests/r/rstream/rstream/1.30.0/rstream.rstream.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: rstream.rstream +PackageVersion: 1.30.0 +PackageLocale: en-US +Publisher: rstream +PublisherUrl: https://rstream.io +PublisherSupportUrl: https://rstream.io/docs +Author: rstream +PackageName: rstream +PackageUrl: https://rstream.io +License: Apache-2.0 +LicenseUrl: https://github.com/rstreamlabs/rstream-go/blob/main/LICENSE +ShortDescription: Command-line client for rstream. +Description: rstream is a developer-first platform for zero-trust networking. +Moniker: rstream +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/rstream/rstream/1.30.0/rstream.rstream.yaml b/manifests/r/rstream/rstream/1.30.0/rstream.rstream.yaml new file mode 100644 index 0000000000000..b98814bb2fc91 --- /dev/null +++ b/manifests/r/rstream/rstream/1.30.0/rstream.rstream.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: rstream.rstream +PackageVersion: 1.30.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 12da04e06063de807c52c9da559ae64eb87e4c65 Mon Sep 17 00:00:00 2001 From: Sylvain Rougeaux Date: Sat, 5 Sep 2026 12:25:12 +0200 Subject: [PATCH 12/50] SylvainRougeaux.Echosync version 9.0.2.0 (#429955) --- .../SylvainRougeaux.Echosync.installer.yaml | 15 ++++++++++ ...SylvainRougeaux.Echosync.locale.en-US.yaml | 30 +++++++++++++++++++ ...SylvainRougeaux.Echosync.locale.fr-FR.yaml | 30 +++++++++++++++++++ .../9.0.2.0/SylvainRougeaux.Echosync.yaml | 8 +++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.installer.yaml create mode 100644 manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.en-US.yaml create mode 100644 manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.fr-FR.yaml create mode 100644 manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.yaml diff --git a/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.installer.yaml b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.installer.yaml new file mode 100644 index 0000000000000..ba7e06961ae22 --- /dev/null +++ b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SylvainRougeaux.Echosync +PackageVersion: 9.0.2.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{BA9C507F-AA85-4425-BB20-C8B6E720E6F5}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://api.luminescence-software.org/download.php?software=echosync&installer=msi&version=9020 + InstallerSha256: F705D0D5A661E46C2885CDD8B11FB8065E56A23C7D5B256C82F5D1971A0F0043 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.en-US.yaml b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.en-US.yaml new file mode 100644 index 0000000000000..55c70f38795d9 --- /dev/null +++ b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SylvainRougeaux.Echosync +PackageVersion: 9.0.2.0 +PackageLocale: en-US +Publisher: Sylvain Rougeaux +PublisherUrl: https://www.luminescence-software.org/en/echosync +PublisherSupportUrl: https://www.luminescence-software.org/en/echosync/documentation +Author: Sylvain Rougeaux +PackageName: Echosync +PackageUrl: https://www.luminescence-software.org/en/echosync/download +License: freeware +LicenseUrl: https://www.luminescence-software.org/en/echosync/license +Copyright: © 2020-2026, Sylvain Rougeaux +ShortDescription: A simple and fast software for differential file synchronization. +Description: Echosync is a simple and fast software for differential file synchronization. +Tags: +- file synchronization +- folder synchronization +- directory synchronization +- folder comparison +- directory comparison +- backup +- luminescence software +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.luminescence-software.org/en/echosync/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.fr-FR.yaml b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.fr-FR.yaml new file mode 100644 index 0000000000000..a88973a05b7e3 --- /dev/null +++ b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.locale.fr-FR.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SylvainRougeaux.Echosync +PackageVersion: 9.0.2.0 +PackageLocale: fr-FR +Publisher: Sylvain Rougeaux +PublisherUrl: https://www.luminescence-software.org/fr/echosync +PublisherSupportUrl: https://www.luminescence-software.org/fr/echosync/documentation +Author: Sylvain Rougeaux +PackageName: Echosync +PackageUrl: https://www.luminescence-software.org/fr/echosync/download +License: freeware +LicenseUrl: https://www.luminescence-software.org/fr/echosync/license +Copyright: © 2020-2026, Sylvain Rougeaux +ShortDescription: Un logiciel simple et rapide de synchronisation différentielle de fichiers. +Description: Echosync est un logiciel simple et rapide de synchronisation différentielle de fichiers. +Tags: +- synchronisation de fichiers +- synchronisation de dossiers +- synchronisation de répertoires +- comparaison de dossiers +- comparaison de répertoires +- sauvegarde +- luminescence software +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.luminescence-software.org/fr/echosync/documentation +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.yaml b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.yaml new file mode 100644 index 0000000000000..3b15802c02b0a --- /dev/null +++ b/manifests/s/SylvainRougeaux/Echosync/9.0.2.0/SylvainRougeaux.Echosync.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: SylvainRougeaux.Echosync +PackageVersion: 9.0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 983028444257d2f1adc9866deff96411fee78f0f Mon Sep 17 00:00:00 2001 From: Sylvain Rougeaux Date: Sat, 5 Sep 2026 12:25:25 +0200 Subject: [PATCH 13/50] SylvainRougeaux.Metatogger version 7.7.3.0 (#429957) --- .../SylvainRougeaux.Metatogger.installer.yaml | 18 ++++++++++++ ...lvainRougeaux.Metatogger.locale.en-US.yaml | 29 +++++++++++++++++++ ...lvainRougeaux.Metatogger.locale.fr-FR.yaml | 29 +++++++++++++++++++ .../7.7.3.0/SylvainRougeaux.Metatogger.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.installer.yaml create mode 100644 manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.en-US.yaml create mode 100644 manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.fr-FR.yaml create mode 100644 manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.yaml diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.installer.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.installer.yaml new file mode 100644 index 0000000000000..c70d59ae5e06d --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SylvainRougeaux.Metatogger +PackageVersion: 7.7.3.0 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{85B78A84-0BB9-4905-9C94-EEE94B403A14}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://api.luminescence-software.org/download.php?software=metatogger&installer=msi&version=7730 + InstallerSha256: 728CC7FF6A4CA541CE23F7F5568492A63AB07E6A42185E7AA58A06AAC145BC8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.en-US.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.en-US.yaml new file mode 100644 index 0000000000000..bd4118d8896fd --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SylvainRougeaux.Metatogger +PackageVersion: 7.7.3.0 +PackageLocale: en-US +Publisher: Sylvain Rougeaux +PublisherUrl: https://www.luminescence-software.org/en/metatogger +PublisherSupportUrl: https://www.luminescence-software.org/en/metatogger/documentation +Author: Sylvain Rougeaux +PackageName: Metatogger +PackageUrl: https://www.luminescence-software.org/en/metatogger/download +License: freeware +LicenseUrl: https://www.luminescence-software.org/en/metatogger/license +Copyright: © 2005-2025, Sylvain Rougeaux +ShortDescription: A tags editor that allows you to easily rename, tag and classify your MP3, FLAC, Ogg Vorbis, Opus, WMA and M4A audio files. +Description: 'Metatogger is a tag editor for Ogg Vorbis, FLAC, Opus, M4A (AAC and ALAC) and WMA audio files. A tag is a metadata, i.e. data about data. A tag provides additional information related to the audio data itself: the author of the lyrics, the composer of the music, the name of the album from which the song was released, the release date, etc. These tags or metadata make it possible to exploit large music collections more pleasantly. The problem is that many audio files contain no metadata at all, while others contain erroneous, unnecessary or inconsistent informations. Sometimes even the file name does not contain any relevant information. It is difficult, under these conditions, to identify a song without having to play it. This is where Metatogger comes in. Metatogger allows you to correct or complete the tags of audio files.' +Tags: +- tags editor +- metadata +- tags +- audio +- mp3 flac ogg vorbis wma m4a aac alac asf +- xiph id3 vorbis comment +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.luminescence-software.org/en/metatogger/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.fr-FR.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.fr-FR.yaml new file mode 100644 index 0000000000000..9353264eff11b --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.locale.fr-FR.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SylvainRougeaux.Metatogger +PackageVersion: 7.7.3.0 +PackageLocale: fr-FR +Publisher: Sylvain Rougeaux +PublisherUrl: https://www.luminescence-software.org/fr/metatogger +PublisherSupportUrl: https://www.luminescence-software.org/fr/metatogger/documentation +Author: Sylvain Rougeaux +PackageName: Metatogger +PackageUrl: https://www.luminescence-software.org/fr/metatogger/download +License: freeware +LicenseUrl: https://www.luminescence-software.org/fr/metatogger/license +Copyright: © 2005-2025, Sylvain Rougeaux +ShortDescription: Metatogger est un éditeur de tags pour fichier audio Ogg Vorbis, FLAC, Opus, M4A (AAC et ALAC) et WMA. +Description: "Metatogger est un éditeur de tags pour fichier audio Ogg Vorbis, FLAC, Opus, M4A (AAC et ALAC) et WMA. Un tag est une métadonnée, c'est-à-dire une donnée sur une donnée. Un tag apporte une information supplémentaire relative aux données audio proprement dites : l'auteur des paroles, le compositeur de la musique, le nom de l'album dont est issu le morceau, la date de sortie, etc. Ces tags ou métadonnées permettent d'exploiter plus agréablement les grosses collections de musiques. Le problème est que de nombreux fichiers audio ne contiennent aucune métadonnée, quand d'autres contiennent des informations erronées, inutiles ou incohérentes. Parfois, même le nom du fichier ne contient aucune information pertinente. Difficile, dans ces conditions, d'identifier un morceau sans avoir à le jouer. C'est là que Metatogger intervient. Metatogger permet de corriger ou de compléter les tags des fichiers audio." +Tags: +- éditeur de tags +- métadonnées +- tags +- audio +- mp3 flac ogg vorbis wma m4a aac alac asf +- xiph id3 vorbis comment +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.luminescence-software.org/fr/metatogger/documentation +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.yaml b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.yaml new file mode 100644 index 0000000000000..be9e4ff65b83f --- /dev/null +++ b/manifests/s/SylvainRougeaux/Metatogger/7.7.3.0/SylvainRougeaux.Metatogger.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: SylvainRougeaux.Metatogger +PackageVersion: 7.7.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bc48abd871e69bb89544db177dadb0eda30767d9 Mon Sep 17 00:00:00 2001 From: Daniel Valfridsson Date: Sat, 5 Sep 2026 12:25:38 +0200 Subject: [PATCH 14/50] New version: Codeby.RIGStats version 1.38.0 (#429958) --- .../1.38.0/Codeby.RIGStats.installer.yaml | 28 ++++++++++++ .../1.38.0/Codeby.RIGStats.locale.en-US.yaml | 43 +++++++++++++++++++ .../RIGStats/1.38.0/Codeby.RIGStats.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.installer.yaml create mode 100644 manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.locale.en-US.yaml create mode 100644 manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.yaml diff --git a/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.installer.yaml b/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.installer.yaml new file mode 100644 index 0000000000000..cdfa50ea963ef --- /dev/null +++ b/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.installer.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Codeby.RIGStats +PackageVersion: 1.38.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dvalfrid/rigstats/releases/download/v1.38.0/RIGStats_1.38.0_x64-setup.exe + InstallerSha256: 448D5F65EF0D55A83CD33FFC55B251CC25E78F9B4B9CFE5BE8DE0A11A9C3646F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-05 diff --git a/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.locale.en-US.yaml b/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.locale.en-US.yaml new file mode 100644 index 0000000000000..6222e1b3967dd --- /dev/null +++ b/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Codeby.RIGStats +PackageVersion: 1.38.0 +PackageLocale: en-US +Publisher: codeby.se +PublisherUrl: https://rigstats.app +PublisherSupportUrl: https://github.com/dvalfrid/rigstats/issues +PackageName: RIGStats +PackageUrl: https://rigstats.app +License: MIT +LicenseUrl: https://github.com/dvalfrid/rigstats/blob/main/LICENSE +Copyright: Copyright (c) Code By AB +ShortDescription: Real-time hardware monitor for Windows gaming PCs +Description: |- + RIGStats is a free, open-source hardware monitor for Windows gaming PCs with a dedicated + secondary display. It shows CPU, GPU, RAM, network, disk, motherboard, and process data in + real time across portrait, landscape, and floating panel layouts. + + Sensor data comes from LibreHardwareMonitor (kernel-level temps, clocks, power, fan speeds), + the sysinfo crate (CPU load, disk I/O, network throughput, processes), and WMI (GPU model, + RAM spec, battery, system brand). That means per-core clocks, GPU hot-spot temperature, D3D + engine workloads, DDR5 DIMM temperature, and NVMe temperature — not just OS counters. + + No telemetry. No accounts. No cloud sync. MIT license. +Moniker: rigstats +Tags: +- hardware +- monitor +- system-monitor +- gpu +- cpu +- temperature +- gaming +- dashboard +- sensors +ReleaseNotesUrl: https://github.com/dvalfrid/rigstats/releases/tag/v1.38.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/dvalfrid/rigstats/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.yaml b/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.yaml new file mode 100644 index 0000000000000..d384dbef95aba --- /dev/null +++ b/manifests/c/Codeby/RIGStats/1.38.0/Codeby.RIGStats.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: Codeby.RIGStats +PackageVersion: 1.38.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a7825d20e706ffa85c50e6810bb04fd552bd5cbd Mon Sep 17 00:00:00 2001 From: Jan Paulzen <37913312+VoltKraft@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:48:02 +0200 Subject: [PATCH 15/50] New version: VoltKraft.ImmichFolderWatch version 2.8.0 (#429953) --- ...VoltKraft.ImmichFolderWatch.installer.yaml | 19 ++++++++++++++++++ ...tKraft.ImmichFolderWatch.locale.en-US.yaml | 20 +++++++++++++++++++ .../2.8.0/VoltKraft.ImmichFolderWatch.yaml | 8 ++++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.installer.yaml create mode 100644 manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.locale.en-US.yaml create mode 100644 manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.yaml diff --git a/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.installer.yaml b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.installer.yaml new file mode 100644 index 0000000000000..cc559204fac32 --- /dev/null +++ b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VoltKraft.ImmichFolderWatch +PackageVersion: 2.8.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{60285730-7A9D-4A77-8ECD-BC94EFA28E88}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VoltKraft/immich-folder-watch/releases/download/v2.8.0/immich-folder-watch-2.8.0-win-x64.msi + InstallerSha256: A9D549B56DFC0DDD93470C1BF262A5D512555D9BCE8FD793CEAC8A6BE352D8D7 +- Architecture: arm64 + InstallerUrl: https://github.com/VoltKraft/immich-folder-watch/releases/download/v2.8.0/immich-folder-watch-2.8.0-win-arm64.msi + InstallerSha256: F3D8902334780DDF3F2259D84A518BC99F5281C5512B29F9FF40B715559F314E + ProductCode: '{0DD69D60-AB49-4154-A0AD-654D633193CA}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-04 diff --git a/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.locale.en-US.yaml b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.locale.en-US.yaml new file mode 100644 index 0000000000000..449448494515c --- /dev/null +++ b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VoltKraft.ImmichFolderWatch +PackageVersion: 2.8.0 +PackageLocale: en-US +Publisher: VoltKraft +PublisherUrl: https://github.com/VoltKraft +PublisherSupportUrl: https://github.com/VoltKraft/immich-folder-watch/issues +PackageName: Immich Folder Watch +PackageUrl: https://github.com/VoltKraft/immich-folder-watch +License: AGPL-3.0 +ShortDescription: A folder watcher and uploader for Immich that ingests new media files via the Immich HTTP API, built for automated, real-time media import on Windows and Linux. +Moniker: immich-folder-watch +Tags: +- immich +- immich-api +ReleaseNotesUrl: https://github.com/VoltKraft/immich-folder-watch/releases/tag/v2.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.yaml b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.yaml new file mode 100644 index 0000000000000..e0bc533f5dd6b --- /dev/null +++ b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.0/VoltKraft.ImmichFolderWatch.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: VoltKraft.ImmichFolderWatch +PackageVersion: 2.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b0f31f39be1733474c5a8faaec823675448677a2 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:48:16 +0200 Subject: [PATCH 16/50] New version: JanDeDobbeleer.OhMyPosh version 31.1.3 (#429956) --- .../JanDeDobbeleer.OhMyPosh.installer.yaml | 23 ++++++++++++ .../JanDeDobbeleer.OhMyPosh.locale.en-US.yaml | 35 +++++++++++++++++++ .../31.1.3/JanDeDobbeleer.OhMyPosh.yaml | 8 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.installer.yaml create mode 100644 manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml create mode 100644 manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.yaml diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..39948d4b2252d --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 31.1.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: msix +PackageFamilyName: ohmyposh.cli_96v55e8n804z4 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v31.1.3/install-x64.msix + InstallerSha256: 01B80777F32185DF5171ADCFB203E45A8A39CE907D8FB641B3099842E3DECE01 + SignatureSha256: 76F69FBDC39BDB587A44A7BE0A42E192E7F17087DEFF7BDCEFAF56E961512DDB +- Architecture: arm64 + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v31.1.3/install-arm64.msix + InstallerSha256: 0DF177579B45E6128F029F416B7E0187C81BCE070FB63C4FD6E17B920C8A59B6 + SignatureSha256: D08805B237A2FE3DAEE1E56BCC5DA001A56D869177A756ACE983284CF9F5A645 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-05 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..36789d899a570 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 31.1.3 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Tags: +- bash +- cmd +- git +- nerd-fonts +- nushell +- powershell +- starship +- tooltips +- console +- command-line +- shell +- wsl +- developer-tools +- utilities +- cli +- terminal +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v31.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..c239a1b66124c --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/31.1.3/JanDeDobbeleer.OhMyPosh.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: JanDeDobbeleer.OhMyPosh +PackageVersion: 31.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 09799fb248d341296a04208a9a4264ff34691b8c Mon Sep 17 00:00:00 2001 From: Tao Zuhong Date: Sat, 5 Sep 2026 18:48:28 +0800 Subject: [PATCH 17/50] New version: Taozuhong.KangarooMultiple v9.8.1.906 (#429963) --- .../Taozuhong.KangarooMultiple.installer.yaml | 20 +++++++ ...ozuhong.KangarooMultiple.locale.en-US.yaml | 55 +++++++++++++++++++ ...ozuhong.KangarooMultiple.locale.zh-CN.yaml | 54 ++++++++++++++++++ .../9.8.1.906/Taozuhong.KangarooMultiple.yaml | 8 +++ 4 files changed, 137 insertions(+) create mode 100644 manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.installer.yaml create mode 100644 manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.en-US.yaml create mode 100644 manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.zh-CN.yaml create mode 100644 manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.yaml diff --git a/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.installer.yaml b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.installer.yaml new file mode 100644 index 0000000000000..ce7bf2b2343a9 --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.installer.yaml @@ -0,0 +1,20 @@ +# 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: Taozuhong.KangarooMultiple +PackageVersion: 9.8.1.906 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dbkangaroo/kangaroo/releases/download/v9.8.1.906/Kangaroo-Multiple-9.8.1.906-x86_64.exe + InstallerSha256: ba94bc7c37ffdc958fa8b8db919b2603b3c6ff6a12e724990c057e4f8422873e +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.en-US.yaml b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.en-US.yaml new file mode 100644 index 0000000000000..26b9ebd459184 --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.en-US.yaml @@ -0,0 +1,55 @@ +# 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: Taozuhong.KangarooMultiple +PackageVersion: 9.8.1.906 +PackageLocale: en-US +Publisher: Taozuhong +PublisherUrl: https://www.datatable.online +PublisherSupportUrl: https://github.com/dbkangaroo/kangaroo/issues +PrivacyUrl: https://www.datatable.online/en/license/privacy-policy.html +Author: Taozuhong +PackageName: Kangaroo Multiple +PackageUrl: https://github.com/dbkangaroo +License: Proprietary +LicenseUrl: https://www.datatable.online/en/license/service-agreement.html +Copyright: Copyright (c) taozuhong. All rights reserved. +CopyrightUrl: https://www.datatable.online/en/license/service-agreement.html +ShortDescription: Kangaroo is a SQL client and admin tool. +Description: Kangaroo is a AI-powered SQL client and admin tool for popular databases(MariaDB / MongoDB / MySQL / Oracle / PostgreSQL / Redis / SQLite / SQLServer / ...) on Windows / MacOS / Linux, support table design, query, model, sync, export/import etc, focus on comfortable, fun and developer friendly. +Tags: +- admin +- client +- database +- import +- export +- management-tools +- MariaDB +- MongoDB +- MySQL +- ODBC +- Oracle +- PostgreSQL +- Redis +- SQL +- SQLite +- SQLServer +ReleaseNotes: |- + New features & bug-fixes + - Add cloud database support + - Add XinChuang database support + - MongoDB: Add transfer and sync support + - Redis: Add transfer and sync support + - Update SQL Parser + - Load intellisense data with SQL context data + - Refactor SQL beautify and minify with SQL parser + - Improve structure and data sync support + - Improve multiple statement support + - Improve database multiple version compatibility + - Improve ODBC support + - Update Chinese translation (zh-CN/zh-SG/zh-Hans/zh-Hant) + - Fixed: app scheme load issue + - Fixed: SVG load issue +ReleaseNotesUrl: https://www.datatable.online/zh/download/v9.8.1.906.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.zh-CN.yaml b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4496e03b77457 --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Automatically updated by the winget bot at 2026/May/05 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Taozuhong.KangarooMultiple +PackageVersion: 9.8.1.906 +PackageLocale: zh-CN +Publisher: 陶祖洪 +PublisherUrl: https://www.datatable.online +PublisherSupportUrl: https://github.com/dbkangaroo/kangaroo/issues +PrivacyUrl: https://www.datatable.online/en/license/privacy-policy.html +Author: 陶祖洪 +PackageName: 袋鼠数据库工具 Multiple +PackageUrl: https://github.com/dbkangaroo +License: 专有软件 +LicenseUrl: https://www.datatable.online/en/license/service-agreement.html +Copyright: Copyright (c) taozuhong. All rights reserved. +CopyrightUrl: https://www.datatable.online/en/license/service-agreement.html +ShortDescription: 袋鼠是一款为热门数据库系统打造的管理客户端。 +Description: 袋鼠 是一款 AI 驱动的热门数据库系统客户端(MariaDB / MongoDB / MySQL / Oracle / PostgreSQL / Redis / SQLite / SQLServer / ...) ,支持建表、查询、模型、同步、导入导出等功能,支持 Windows / Mac / Linux 等操作系统,致力于打造一款好用、好玩、开发友好的SQL工具。 +Tags: +- 数据库 +- 数据库客户端 +- 导入 +- 导出 +- 管理工具 +- MariaDB +- MongoDB +- MySQL +- ODBC +- Oracle +- PostgreSQL +- Redis +- SQL +- SQLite +- SQLServer +ReleaseNotes: |- + 新特性或修复的缺陷列表 + - 增加云数据库支持 + - 增加信创数据库支持 + - MongoDB: 增加传输和同步支持 + - Redis: 增加传输和同步支持 + - 升级 SQL 解析器 + - 基于 SQL 上下文加载智能提示数据 + - 基于 SQL 上下文重构SQL美化和最小化 + - 改进传输、结构和数据同步支持 + - 基于 SQL 解析器改进多语句支持 + - 改进数据库多版本兼容性自持 + - 改进 ODBC 支持 + - 更新中文语言支持(zh-CN/zh-SG/zh-Hans/zh-Hant) + - Fixed: App 协议支持 + - Fixed: SVG 加载问题 +ReleaseNotesUrl: https://www.datatable.online/zh/download/v9.8.1.906.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.yaml b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.yaml new file mode 100644 index 0000000000000..adb907ad2cfb9 --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMultiple/9.8.1.906/Taozuhong.KangarooMultiple.yaml @@ -0,0 +1,8 @@ +# 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: Taozuhong.KangarooMultiple +PackageVersion: 9.8.1.906 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0a4ae08c921bcfda845a5a5ae8c23a9e46965a55 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:14:00 +0200 Subject: [PATCH 18/50] Update version: LiveKit.LiveKitCLI version 2.18.6 (#429945) --- .../2.18.6/LiveKit.LiveKitCLI.installer.yaml | 19 +++++++++++++++++++ .../LiveKit.LiveKitCLI.locale.en-US.yaml | 18 ++++++++++++++++++ .../LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.yaml | 8 ++++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.installer.yaml create mode 100644 manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.locale.en-US.yaml create mode 100644 manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.yaml diff --git a/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.installer.yaml b/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.installer.yaml new file mode 100644 index 0000000000000..06e8636475578 --- /dev/null +++ b/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.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: LiveKit.LiveKitCLI +PackageVersion: 2.18.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lk.exe +ReleaseDate: 2026-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/livekit/livekit-cli/releases/download/v2.18.6/lk_2.18.6_windows_amd64.zip + InstallerSha256: 4BAA73789F2DE643A217F6FB85DA457D94BC68B79927A48A6FA49EE52BBF1467 +- Architecture: arm64 + InstallerUrl: https://github.com/livekit/livekit-cli/releases/download/v2.18.6/lk_2.18.6_windows_arm64.zip + InstallerSha256: AC0E13070DE5C03EE0617F724CDAE7B036A32A57BE339128DBA38DCE4D17D882 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.locale.en-US.yaml b/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a67a81f65e40b --- /dev/null +++ b/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: LiveKit.LiveKitCLI +PackageVersion: 2.18.6 +PackageLocale: en-US +Publisher: LiveKit +PublisherUrl: https://github.com/livekit +PublisherSupportUrl: https://github.com/livekit/livekit-cli/issues +PackageName: LiveKit CLI +PackageUrl: https://github.com/livekit/livekit-cli +License: Apache-2.0 +LicenseUrl: https://github.com/livekit/livekit-cli/blob/HEAD/LICENSE +ShortDescription: Command line interface to LiveKit +ReleaseNotes: "## What's Changed\r\n• update messaging when ctrl-C the build by @andrewnitu in https://github.com/livekit/livekit-cli/pull/942\r\n• ci(release):one runner per target, reuse build.yaml's warm caches by @u9g in https://github.com/livekit/livekit-cli/pull/961\r\n• chore(agents):GDPR compliance warning copy update by @rektdeckard in https://github.com/livekit/livekit-cli/pull/962\r\n• H.265 length prefixed mode support by @boks1971 in https://github.com/livekit/livekit-cli/pull/963\r\n\r\n\r\n**Full Changelog**:https://github.com/livekit/livekit-cli/compare/v2.18.5...v2.18.6" +ReleaseNotesUrl: https://github.com/livekit/livekit-cli/releases/tag/v2.18.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.yaml b/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.yaml new file mode 100644 index 0000000000000..25368dd29c4f9 --- /dev/null +++ b/manifests/l/LiveKit/LiveKitCLI/2.18.6/LiveKit.LiveKitCLI.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: LiveKit.LiveKitCLI +PackageVersion: 2.18.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 92288fea258a57132bb2de3c97ffccdc5a7d623f Mon Sep 17 00:00:00 2001 From: dzonatanas Date: Sat, 5 Sep 2026 14:14:14 +0300 Subject: [PATCH 19/50] New version: MitSoft.Signa version 1.3.2026.0831 (#429962) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jonas Vaitkevičius --- .../MitSoft.Signa.installer.yaml | 26 +++++++++++++++++++ .../MitSoft.Signa.locale.lt-LT.yaml | 14 ++++++++++ .../Signa/1.3.2026.0831/MitSoft.Signa.yaml | 8 ++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.installer.yaml create mode 100644 manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.locale.lt-LT.yaml create mode 100644 manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.yaml diff --git a/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.installer.yaml b/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.installer.yaml new file mode 100644 index 0000000000000..6bb5a89dd6a5b --- /dev/null +++ b/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.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: MitSoft.Signa +PackageVersion: 1.3.2026.0831 +InstallerLocale: lt-LT +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: '{1D2A2CA6-6FD5-4A72-A62A-B78F5C2B930B}' +ReleaseDate: 2026-08-31 +AppsAndFeaturesEntries: +- DisplayName: Signa 2010 (beta) + ProductCode: '{1D2A2CA6-6FD5-4A72-A62A-B78F5C2B930B}' + UpgradeCode: '{CEFBF7A8-9B30-4536-BCDC-78FC770DF6A5}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Signa 2010 (beta)' +Installers: +- Architecture: x86 + InstallerUrl: https://www.mitsoft.lt/sites/mitsoft/files/Signa_v1.3_2026-08-31_lt_jre.msi + InstallerSha256: B19453E338F716BD532357BE9597918515C6A0D99461EBEFF2802F61AA680CE1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.locale.lt-LT.yaml b/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.locale.lt-LT.yaml new file mode 100644 index 0000000000000..73ddb254e9bc4 --- /dev/null +++ b/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.locale.lt-LT.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MitSoft.Signa +PackageVersion: 1.3.2026.0831 +PackageLocale: lt-LT +Publisher: MitSoft +PublisherUrl: https://www.mitsoft.lt/lt +PublisherSupportUrl: https://www.mitsoft.lt/kontaktai/ +PackageName: Signa 2010 +License: Proprietary, Freeware +ShortDescription: Taikomoji programa, skirta oficialių elektroninių dokumentų, atitinkančių elektroniniu parašu pasirašyto elektroninio dokumento specifikacijos ADOC-V1.0 reikalavimus, sudarymui ir tikrinimui. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.yaml b/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.yaml new file mode 100644 index 0000000000000..4d5fdf85f4328 --- /dev/null +++ b/manifests/m/MitSoft/Signa/1.3.2026.0831/MitSoft.Signa.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: MitSoft.Signa +PackageVersion: 1.3.2026.0831 +DefaultLocale: lt-LT +ManifestType: version +ManifestVersion: 1.12.0 From b686752c20f24d2d5a53979ed017d425bb4bf6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=E1=BB=87t=20Hu=E1=BB=B3nh?= Date: Sat, 5 Sep 2026 18:14:20 +0700 Subject: [PATCH 20/50] New version: Equicord.Equibop version 3.3.0 (#429965) --- .../3.3.0/Equicord.Equibop.installer.yaml | 19 ++++++++++ .../3.3.0/Equicord.Equibop.locale.en-US.yaml | 37 +++++++++++++++++++ .../Equibop/3.3.0/Equicord.Equibop.yaml | 8 ++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.installer.yaml create mode 100644 manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.locale.en-US.yaml create mode 100644 manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.yaml diff --git a/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.installer.yaml b/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.installer.yaml new file mode 100644 index 0000000000000..fe040e47e9e7f --- /dev/null +++ b/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Equicord.Equibop +PackageVersion: 3.3.0 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: b4a2994b-192e-514c-bd95-8d59a78b210d +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- DisplayName: Equibop 3.3.0 + ProductCode: b4a2994b-192e-514c-bd95-8d59a78b210d +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Equicord/Equibop/releases/download/v3.3.0/Equibop-Setup-3.3.0.exe + InstallerSha256: C461C07A2E9B7FBE0D0DF1E5F325DF9D9AA3315857AC35A75C865A04A5BC562C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.locale.en-US.yaml b/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.locale.en-US.yaml new file mode 100644 index 0000000000000..d3b97b0108cc4 --- /dev/null +++ b/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Equicord.Equibop +PackageVersion: 3.3.0 +PackageLocale: en-US +Publisher: Equicord +PublisherUrl: https://github.com/Equicord +PublisherSupportUrl: https://github.com/Equicord/Equibop/issues +Author: Equicord +PackageName: Equibop +PackageUrl: https://github.com/Equicord/Equibop +License: GPL-3.0 +LicenseUrl: https://github.com/Equicord/Equibop/blob/HEAD/LICENSE +Copyright: Copyright © 2024 Equicord +CopyrightUrl: https://github.com/Equicord/Equibop/blob/main/LICENSE +ShortDescription: | + Equibop is a custom Discord App aiming to give you better performance and improve linux support +Moniker: equibop +Tags: +- client +- discord +- equicord +ReleaseNotes: |- + What's Changed + Synced with upstream Vesktop (1.6.5 → 1.6.7). + - Discord Titlebar is now Native Titlebar. Same option inverted, your setting carries over, but Windows now defaults to Discord's titlebar + - Window shadow and rounded corners are now toggleable + - Zoom with the numpad + - Windows: screenshare no longer captures other participants' voices + - Fixed the updater and the audio source picker + - Updated venmic to 7.2.1 + - Linux: --enable-speech-dispatcher was removed upstream, re-add it under Launch Arguments if you use TTS + Full Changelog: v3.2.2...v3.3.0 +ReleaseNotesUrl: https://github.com/Equicord/Equibop/releases/tag/v3.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.yaml b/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.yaml new file mode 100644 index 0000000000000..4ee89a7a12193 --- /dev/null +++ b/manifests/e/Equicord/Equibop/3.3.0/Equicord.Equibop.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: Equicord.Equibop +PackageVersion: 3.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 36af547398164234a51065dab3526f52e3d5d916 Mon Sep 17 00:00:00 2001 From: makhlwf <78276231+makhlwf@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:14:39 +0200 Subject: [PATCH 21/50] New version: makhlwf.HexPlayer version 4.8.0 (#429966) --- .../4.8.0/makhlwf.HexPlayer.installer.yaml | 24 ++++++++++++++++++ .../4.8.0/makhlwf.HexPlayer.locale.en-US.yaml | 25 +++++++++++++++++++ .../HexPlayer/4.8.0/makhlwf.HexPlayer.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.installer.yaml create mode 100644 manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.locale.en-US.yaml create mode 100644 manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.yaml diff --git a/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.installer.yaml b/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.installer.yaml new file mode 100644 index 0000000000000..6a7b88f1e04f8 --- /dev/null +++ b/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: makhlwf.HexPlayer +PackageVersion: 4.8.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallerSwitches: + Custom: /ALLUSERS +ProductCode: '{08A53112-0E98-433F-8E55-2D92C3120947}_is1' +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- DisplayName: HexPlayer 4.8.0 + ProductCode: '{08A53112-0E98-433F-8E55-2D92C3120947}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\HexPlayer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/makhlwf/accessible_youtube_downloader_pro/releases/download/v4.8.0/HexPlayer.exe + InstallerSha256: 30906317B9CF541A40477AF59AF3CF8146F2E1293C422E71F9FBECA29234E35C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.locale.en-US.yaml b/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..1585c608165b1 --- /dev/null +++ b/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.locale.en-US.yaml @@ -0,0 +1,25 @@ +# 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: makhlwf.HexPlayer +PackageVersion: 4.8.0 +PackageLocale: en-US +Publisher: makhlwf +PublisherUrl: https://makhlwf.github.io/accessible_youtube_downloader_pro +PublisherSupportUrl: https://github.com/makhlwf/accessible_youtube_downloader_pro +PrivacyUrl: https://github.com/makhlwf/accessible_youtube_downloader_pro/blob/master/PRIVACY_POLICY.md +Author: makhlwf +PackageName: HexPlayer +PackageUrl: https://makhlwf.github.io/accessible_youtube_downloader_pro +License: GPL-3.0 +LicenseUrl: https://github.com/makhlwf/accessible_youtube_downloader_pro/blob/HEAD/LICENSE +Copyright: Copyright © makhlwf +ShortDescription: HexPlayer +Description: an accessibile youtube browser for screen reader users +Moniker: HexPlayer +Tags: +- hexplayer +ReleaseNotes: 'hot fix (cookies): resolve playback failure with authenticated cookies via yt-dlp client cascade' +ReleaseNotesUrl: https://github.com/makhlwf/accessible_youtube_downloader_pro/releases/tag/v4.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.yaml b/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.yaml new file mode 100644 index 0000000000000..fcce7b0fff415 --- /dev/null +++ b/manifests/m/makhlwf/HexPlayer/4.8.0/makhlwf.HexPlayer.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: makhlwf.HexPlayer +PackageVersion: 4.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 249008728ac86d4a7184e133d07daa6d0df0e7c2 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 19:38:54 +0800 Subject: [PATCH 22/50] New version: ByteDance.CapCut version 9.4.0.4015 (#429382) --- .../ByteDance.CapCut.installer.yaml | 26 +++++++++++++++ .../ByteDance.CapCut.locale.en-US.yaml | 33 +++++++++++++++++++ .../ByteDance.CapCut.locale.zh-CN.yaml | 29 ++++++++++++++++ .../CapCut/9.4.0.4015/ByteDance.CapCut.yaml | 8 +++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.installer.yaml create mode 100644 manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.yaml diff --git a/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.installer.yaml b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.installer.yaml new file mode 100644 index 0000000000000..14f6c32cc30ed --- /dev/null +++ b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.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: ByteDance.CapCut +PackageVersion: 9.4.0.4015 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- capcut +ProductCode: CapCut +ReleaseDate: 2026-09-02 +Installers: +- Architecture: x64 + InstallerUrl: https://sf16-web-tos-buz.capcutstatic.com/obj/capcut-web-buz-sg/packages/CapCut_9_4_0_4015_capcutpc_0_creatortool.exe + InstallerSha256: 8911B37A756AA8741BE8E0489CD1500CF140968CAFA09832C0FB48FAB0188CE3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.en-US.yaml b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.en-US.yaml new file mode 100644 index 0000000000000..9de797adc3f7d --- /dev/null +++ b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 9.4.0.4015 +PackageLocale: en-US +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/en +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: Freeware +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2026 ByteDance Pte. Ltd. +ShortDescription: A video editing tool packed with features on your desktop or laptop +Description: CapCut is an all-in-one online video editing software which makes creation, upload & share easier, with frame by frame track editor, cloud drive etc. +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +ReleaseNotes: |- + - Fixed some known issues and improved the trimming experience. + We thank you for supporting CapCut and look forward to creating beautiful moments together. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.zh-CN.yaml b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c73b71fb85b15 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 9.4.0.4015 +PackageLocale: zh-CN +Publisher: Bytedance Pte. Ltd. +PublisherUrl: https://www.bytedance.com/zh +PrivacyUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_privacy_policy_en.html +Author: Bytedance Pte. Ltd. +PackageName: CapCut +PackageUrl: https://www.capcut.com/ +License: 免费软件 +LicenseUrl: https://sf16-draftcdn-sg.ibytedtos.com/obj/ies-hotsoon-draft-sg/capcut/via_clause_user_agreement_en.html +Copyright: Copyright © 2026 ByteDance Pte. Ltd. +ShortDescription: 功能齐全的桌面视频编辑工具 +Description: CapCut 是一款多合一在线视频编辑软件,具有逐帧轨道编辑器和云存储等,让创作、上传和分享更加容易。 +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.yaml b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.yaml new file mode 100644 index 0000000000000..aeef25a195184 --- /dev/null +++ b/manifests/b/ByteDance/CapCut/9.4.0.4015/ByteDance.CapCut.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.CapCut +PackageVersion: 9.4.0.4015 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a74aa8457fd32f9b4dd3af3300139d6f64aad4cb Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 5 Sep 2026 07:39:19 -0400 Subject: [PATCH 23/50] New version: Microsoft.SafetyScanner version 1.459.61.0 (#429967) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.459.61.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..ec5f7b218ad32 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.61.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.61.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.61.0&arch=x86 + InstallerSha256: 49D3D666BBC195B71371BAD3E66198AB15BC458BD9961E4F4A2D662AA3BD1176 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.61.0&arch=amd64 + InstallerSha256: 38221F07D49AA81B07AEEB8D94FE6818FFD431D7BE2F272DA72D0E03B7A3812F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..fa334344463e0 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.61.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.61.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.61.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.61.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..cb9ec7ee7c957 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.61.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.61.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b5b265c8162ebb0e1b342110efb9d96b564bde6c Mon Sep 17 00:00:00 2001 From: Munito Date: Sat, 5 Sep 2026 13:39:31 +0200 Subject: [PATCH 24/50] New version: Mun1to.winshotx version 0.2.22 (#429971) --- .../0.2.22/Mun1to.winshotx.installer.yaml | 20 ++++++++ .../0.2.22/Mun1to.winshotx.locale.en-US.yaml | 50 +++++++++++++++++++ .../winshotx/0.2.22/Mun1to.winshotx.yaml | 6 +++ 3 files changed, 76 insertions(+) create mode 100644 manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.installer.yaml create mode 100644 manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.locale.en-US.yaml create mode 100644 manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.yaml diff --git a/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.installer.yaml b/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.installer.yaml new file mode 100644 index 0000000000000..7231641436894 --- /dev/null +++ b/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.installer.yaml @@ -0,0 +1,20 @@ +PackageIdentifier: Mun1to.winshotx +PackageVersion: 0.2.22 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent +UpgradeBehavior: install +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: + - DisplayName: winshotx + Publisher: munir + ProductCode: winshotx + InstallerType: nullsoft +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/Mun1to/winshotx/releases/download/v0.2.22/winshotx_0.2.22_x64-setup.exe + InstallerSha256: 001103ED6CDC12418E1DD5E3A5784A6457FFEE8D4CCAE970CCC1A17269184B71 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.locale.en-US.yaml b/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.locale.en-US.yaml new file mode 100644 index 0000000000000..bf02df52ceb54 --- /dev/null +++ b/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.locale.en-US.yaml @@ -0,0 +1,50 @@ +PackageIdentifier: Mun1to.winshotx +PackageVersion: 0.2.22 +PackageLocale: en-US +Publisher: Munir Torres +PublisherUrl: https://munito.dev +PublisherSupportUrl: https://github.com/Mun1to/winshotx/issues +Author: Munir Torres +PackageName: winshotx +PackageUrl: https://github.com/Mun1to/winshotx +License: MIT +LicenseUrl: https://github.com/Mun1to/winshotx/blob/main/LICENSE +Copyright: Copyright (c) 2026 Munir Torres +ShortDescription: Screenshots and GIF/MP4 screen recording for Windows, in a 2.51 MB installer. +Description: |- + winshotx is a free and open source screenshot and screen recording tool for Windows 10 and 11, + a lightweight alternative to the built-in Snipping Tool. It captures a region over a frozen + screenshot with a 6x pixel magnifier that shows the exact colour in hex and copies it with one + key, snaps to system windows, and records that region to GIF or MP4 at 15, 30 or 60 fps through + Windows Graphics Capture. The editor trims the recording frame by frame with A and B marks, + crops the image, annotates it with arrows, boxes, text, highlights and a mosaic that hides + private details, and exports to GIF, MP4, PNG or JPG, to disk or to the clipboard. + It can also keep what just happened: with the replay ring on, winshotx records all the time and + drops the old, so one key saves the last 15, 30 or 60 seconds straight into the editor without + stopping the recording. + Nothing is downloaded at runtime: MP4 is written by Media Foundation in hardware, the GIF + encoder is pure Rust and the text recognition is the one Windows already ships, so there is no + bundled FFmpeg and no OCR engine to install. It installs for the current user only, so it never + asks for administrator rights, and it lives in the system tray with no window of its own. There + is no account, no telemetry and no uploads. + The interface is in English and Spanish, following Windows. +Moniker: winshotx +Tags: + - screenshot + - screen-capture + - screen-recorder + - screen-recording + - gif + - gif-recorder + - mp4 + - snipping-tool + - screenshot-tool + - rust + - tauri + - open-source +ReleaseNotesUrl: https://github.com/Mun1to/winshotx/releases/tag/v0.2.22 +Documentations: + - DocumentLabel: Home page + DocumentUrl: https://winshotx.com/en/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.yaml b/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.yaml new file mode 100644 index 0000000000000..b9f5632c16d2c --- /dev/null +++ b/manifests/m/Mun1to/winshotx/0.2.22/Mun1to.winshotx.yaml @@ -0,0 +1,6 @@ +# Created using the manifest schema, by hand. +PackageIdentifier: Mun1to.winshotx +PackageVersion: 0.2.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 15d9c1891bf809a25c8018e683992174f25042f7 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 5 Sep 2026 08:04:57 -0400 Subject: [PATCH 25/50] New version: Blitz.Blitz version 2.1.630 (#429972) --- .../Blitz/2.1.630/Blitz.Blitz.installer.yaml | 21 ++++++++++++++ .../2.1.630/Blitz.Blitz.locale.en-US.yaml | 28 +++++++++++++++++++ .../b/Blitz/Blitz/2.1.630/Blitz.Blitz.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.installer.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.locale.en-US.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.yaml diff --git a/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.installer.yaml new file mode 100644 index 0000000000000..bfe3e7b213b2a --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.630 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.630.exe + InstallerSha256: 5E127AAFEDD1265F7446B88FC5E26A5822443CFFFA74BEA84F1F7486D6FEAFAB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 0000000000000..2d64c38439348 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.630 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.yaml new file mode 100644 index 0000000000000..27a69ab1d7771 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.630/Blitz.Blitz.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.630 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4684b041959df33c30a2591c75f1278d1a8f56b4 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:05:08 +0800 Subject: [PATCH 26/50] New version: aletheics.Zeno version 0.1.6 (#429973) --- .../Zeno/0.1.6/aletheics.Zeno.installer.yaml | 23 +++++++++++++ .../0.1.6/aletheics.Zeno.locale.en-US.yaml | 32 +++++++++++++++++++ .../0.1.6/aletheics.Zeno.locale.zh-CN.yaml | 20 ++++++++++++ .../aletheics/Zeno/0.1.6/aletheics.Zeno.yaml | 8 +++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.installer.yaml create mode 100644 manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.en-US.yaml create mode 100644 manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.zh-CN.yaml create mode 100644 manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.yaml diff --git a/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.installer.yaml b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.installer.yaml new file mode 100644 index 0000000000000..f6418c42a357e --- /dev/null +++ b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: aletheics.Zeno +PackageVersion: 0.1.6 +InstallerType: nullsoft +ProductCode: 8ad32dfd-f56a-55ad-9827-6ca23bf0c0aa +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/aletheics/zeno/releases/download/v0.1.6/Zeno-0.1.6-win-x64.exe + InstallerSha256: C93AEA030B853E7E5E252A03E7F58ED2909AE8069590F9049E53F94D911CE9C0 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/aletheics/zeno/releases/download/v0.1.6/Zeno-0.1.6-win-x64.exe + InstallerSha256: C93AEA030B853E7E5E252A03E7F58ED2909AE8069590F9049E53F94D911CE9C0 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.en-US.yaml b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.en-US.yaml new file mode 100644 index 0000000000000..a700ae0957313 --- /dev/null +++ b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: aletheics.Zeno +PackageVersion: 0.1.6 +PackageLocale: en-US +Publisher: aletheics +PublisherUrl: https://github.com/aletheics +PublisherSupportUrl: https://github.com/aletheics/zeno/issues +PackageName: Zeno +PackageUrl: https://github.com/aletheics/zeno +License: MIT +LicenseUrl: https://github.com/aletheics/zeno/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 aletheics +ShortDescription: Desktop shell for the pi coding agent. +Description: 'Zeno is a desktop shell for the pi coding agent: a Codex-style UI that keeps configuration, packages, sessions, and tools on the native pi side (~/.pi/agent).' +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- pi +- pi-agent +- programming +ReleaseNotes: 'Full Changelog: https://github.com/aletheics/zeno/compare/v0.1.5...v0.1.6' +ReleaseNotesUrl: https://github.com/aletheics/zeno/releases/tag/v0.1.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.zh-CN.yaml b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.zh-CN.yaml new file mode 100644 index 0000000000000..666fa1f772449 --- /dev/null +++ b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: aletheics.Zeno +PackageVersion: 0.1.6 +PackageLocale: zh-CN +ShortDescription: pi 编程代理的桌面外壳。 +Description: Zeno 是 pi 编程代理的桌面外壳:一个 Codex 风格的界面,将配置、包、会话和工具保留在原生 pi 一侧(~/.pi/agent)。 +Tags: +- pi +- pi-agent +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.yaml b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.yaml new file mode 100644 index 0000000000000..0ba899b1b3c89 --- /dev/null +++ b/manifests/a/aletheics/Zeno/0.1.6/aletheics.Zeno.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: aletheics.Zeno +PackageVersion: 0.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 834f8f4e16c341533839dee39ccfdd568706e31c Mon Sep 17 00:00:00 2001 From: Tao Zuhong Date: Sat, 5 Sep 2026 20:05:24 +0800 Subject: [PATCH 27/50] New version: Taozuhong.KangarooMySQL 9.8.1.906 (#429976) --- .../Taozuhong.KangarooMySQL.installer.yaml | 20 +++++++ .../Taozuhong.KangarooMySQL.locale.en-US.yaml | 55 +++++++++++++++++++ .../Taozuhong.KangarooMySQL.locale.zh-CN.yaml | 54 ++++++++++++++++++ .../9.8.1.906/Taozuhong.KangarooMySQL.yaml | 8 +++ 4 files changed, 137 insertions(+) create mode 100644 manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.installer.yaml create mode 100644 manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.en-US.yaml create mode 100644 manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.zh-CN.yaml create mode 100644 manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.yaml diff --git a/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.installer.yaml b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.installer.yaml new file mode 100644 index 0000000000000..0ee3ddf00ca05 --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2025/Apr/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Taozuhong.KangarooMySQL +PackageVersion: 9.8.1.906 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dbkangaroo/kangaroo/releases/download/v9.8.1.906/Kangaroo-MySQL-9.8.1.906-x86_64.exe + InstallerSha256: 98a2665faacf4dfb258e008c403063fa2211e1974215b99980bad9396e4272a4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.en-US.yaml b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.en-US.yaml new file mode 100644 index 0000000000000..c0c10d025bf57 --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Automatically updated by the winget bot at 2025/Apr/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Taozuhong.KangarooMySQL +PackageVersion: 9.8.1.906 +PackageLocale: en-US +Publisher: Taozuhong +PublisherUrl: https://www.datatable.online +PublisherSupportUrl: https://github.com/dbkangaroo/kangaroo/issues +PrivacyUrl: https://www.datatable.online/en/license/privacy-policy.html +Author: Taozuhong +PackageName: Kangaroo MySQL +PackageUrl: https://github.com/dbkangaroo +License: Proprietary +LicenseUrl: https://www.datatable.online/en/license/service-agreement.html +Copyright: Copyright (c) taozuhong. All rights reserved. +CopyrightUrl: https://www.datatable.online/en/license/service-agreement.html +ShortDescription: Kangaroo is a SQL client and admin tool. +Description: Kangaroo is a AI-powered SQL client and admin tool for MySQL database, support table design, query, model, sync, export/import etc, focus on comfortable, fun and developer friendly. +Tags: +- admin +- client +- database +- import +- export +- management-tools +- MariaDB +- MongoDB +- MySQL +- ODBC +- Oracle +- PostgreSQL +- Redis +- SQL +- SQLite +- SQLServer +ReleaseNotes: |- + New features & bug-fixes + - Add cloud database support + - Add XinChuang database support + - MongoDB: Add transfer and sync support + - Redis: Add transfer and sync support + - Update SQL Parser + - Load intellisense data with SQL context data + - Refactor SQL beautify and minify with SQL parser + - Improve structure and data sync support + - Improve multiple statement support + - Improve database multiple version compatibility + - Improve ODBC support + - Update Chinese translation (zh-CN/zh-SG/zh-Hans/zh-Hant) + - Fixed: app scheme load issue + - Fixed: SVG load issue +ReleaseNotesUrl: https://www.datatable.online/zh/download/v9.8.1.906.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.zh-CN.yaml b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0343da44362cb --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.locale.zh-CN.yaml @@ -0,0 +1,54 @@ +# Automatically updated by the winget bot at 2025/Apr/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Taozuhong.KangarooMySQL +PackageVersion: 9.8.1.906 +PackageLocale: zh-CN +Publisher: 陶祖洪 +PublisherUrl: https://www.datatable.online +PublisherSupportUrl: https://github.com/dbkangaroo/kangaroo/issues +PrivacyUrl: https://www.datatable.online/en/license/privacy-policy.html +Author: 陶祖洪 +PackageName: 袋鼠数据库工具 MySQL +PackageUrl: https://github.com/dbkangaroo +License: 专有软件 +LicenseUrl: https://www.datatable.online/en/license/service-agreement.html +Copyright: Copyright (c) taozuhong. All rights reserved. +CopyrightUrl: https://www.datatable.online/en/license/service-agreement.html +ShortDescription: 袋鼠是一款为热门数据库系统打造的管理客户端。 +Description: 袋鼠 是一款 AI 驱动的MySQL数据库系统客户端,支持建表、查询、模型、同步、导入导出等功能,致力于打造一款好用、好玩、开发友好的SQL工具。 +Tags: +- 数据库 +- 数据库客户端 +- 导入 +- 导出 +- 管理工具 +- MariaDB +- MongoDB +- MySQL +- ODBC +- Oracle +- PostgreSQL +- Redis +- SQL +- SQLite +- SQLServer +ReleaseNotes: |- + 新特性或修复的缺陷列表 + - 增加云数据库支持 + - 增加信创数据库支持 + - MongoDB: 增加传输和同步支持 + - Redis: 增加传输和同步支持 + - 升级 SQL 解析器 + - 基于 SQL 上下文加载智能提示数据 + - 基于 SQL 上下文重构SQL美化和最小化 + - 改进传输、结构和数据同步支持 + - 基于 SQL 解析器改进多语句支持 + - 改进数据库多版本兼容性自持 + - 改进 ODBC 支持 + - 更新中文语言支持(zh-CN/zh-SG/zh-Hans/zh-Hant) + - Fixed: App 协议支持 + - Fixed: SVG 加载问题 +ReleaseNotesUrl: https://www.datatable.online/zh/download/v9.8.1.906.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.yaml b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.yaml new file mode 100644 index 0000000000000..8a4fc5dbed515 --- /dev/null +++ b/manifests/t/Taozuhong/KangarooMySQL/9.8.1.906/Taozuhong.KangarooMySQL.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Apr/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Taozuhong.KangarooMySQL +PackageVersion: 9.8.1.906 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 86959bb3b031401beb64312eb1d8012245dd7d69 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:05:40 +0800 Subject: [PATCH 28/50] New version: jerrywu001.cc-sessions-viewer version 0.3.26 (#429978) --- ...rrywu001.cc-sessions-viewer.installer.yaml | 26 ++++++++ ...wu001.cc-sessions-viewer.locale.en-US.yaml | 59 +++++++++++++++++++ ...wu001.cc-sessions-viewer.locale.zh-CN.yaml | 37 ++++++++++++ .../0.3.26/jerrywu001.cc-sessions-viewer.yaml | 8 +++ 4 files changed, 130 insertions(+) create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.installer.yaml create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.en-US.yaml create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml create mode 100644 manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.yaml diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..9b1cfe3f3d6ed --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.26 +UpgradeBehavior: install +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.26/Sessions.Viewer_0.3.26_x64-setup.exe + InstallerSha256: 874B1D9AF180538561E74E5ED16067B31BC3198B204AE4BC95BDB66AFE273BCF + ProductCode: Sessions Viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.26/Sessions.Viewer_0.3.26_x64_en-US.msi + InstallerSha256: 033D850D8543EBA75EB49712D229053EBFC561A73AB35EA573C5989447F76F28 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{C755ED4C-D84E-4DEB-816F-3D2A0E1E7C47}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8E2574C0-969D-515B-A3BA-FA3339E97BD2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..0c92a7ee942ec --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.26 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + 🚀 Features + - Support pi for render ask user question - by wuchao (64070) + - Improve cross-platform viewer workflows - by wuchao (45025) + - Add GPT-6 Astra model option - by wuchao (0788a) + 🐞 Bug Fixes + - Support portable project skills - by wuchao (28e2d) + - Unify embedded cli paste shortcuts - by wuchao (48c97) + - Unify cross-platform clipboard image paste - by wuchao (44dd8) + - windows: Preserve terminal resume and PTY borders - by wuchao (eecee) + View changes on GitHub +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/tag/v0.3.26 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..904e6b2650eb4 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.26 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..07308e7547d7f --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.26/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2995d3d02a98ac0f9dcf8fde00be2b4908df20f3 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:05:50 +0800 Subject: [PATCH 29/50] New version: ImputNet.Helium version 0.16.5.1 (#429979) --- .../0.16.5.1/ImputNet.Helium.installer.yaml | 64 +++++++++++++++++++ .../ImputNet.Helium.locale.en-US.yaml | 45 +++++++++++++ .../Helium/0.16.5.1/ImputNet.Helium.yaml | 8 +++ 3 files changed, 117 insertions(+) create mode 100644 manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.installer.yaml create mode 100644 manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.locale.en-US.yaml create mode 100644 manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.yaml diff --git a/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.installer.yaml new file mode 100644 index 0000000000000..1e6dc948e4a14 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ImputNet.Helium +PackageVersion: 0.16.5.1 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + Log: /VERBOSE-LOGGING /LOG-FILE="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: imput Helium +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- InstallerType: exe +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_x64-installer.exe + InstallerSha256: C2E0E69B0FA8329A0E548117CCAE0DBE6612993E0EB9DF3150C217C80D2BB532 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_x64-installer.exe + InstallerSha256: C2E0E69B0FA8329A0E548117CCAE0DBE6612993E0EB9DF3150C217C80D2BB532 + InstallerSwitches: + Custom: /SYSTEM +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_arm64-installer.exe + InstallerSha256: 9C2B5FCF6B6B5F4E04087D5739C66AA64FC5A2258498B497D17504D6A7C851F9 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.16.5.1/helium_0.16.5.1_arm64-installer.exe + InstallerSha256: 9C2B5FCF6B6B5F4E04087D5739C66AA64FC5A2258498B497D17504D6A7C851F9 + InstallerSwitches: + Custom: /SYSTEM +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.locale.en-US.yaml b/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.locale.en-US.yaml new file mode 100644 index 0000000000000..48870f94a6847 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ImputNet.Helium +PackageVersion: 0.16.5.1 +PackageLocale: en-US +Publisher: The Helium Authors +PublisherUrl: https://imput.net/ +PublisherSupportUrl: https://github.com/imputnet/helium/issues +PrivacyUrl: https://helium.computer/privacy +PackageName: Helium +PackageUrl: https://helium.computer/ +License: GPL-3.0 +LicenseUrl: https://github.com/imputnet/helium/blob/HEAD/LICENSE +Copyright: 2026 The Helium Authors. All rights reserved. +ShortDescription: Private, fast, and honest web browser. +Description: The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise. +Moniker: helium +Tags: +- chromium +- helium-browser +- heliumbrowser +- manifestv2 +- mv2 +- web-browser +- webbrowser +ReleaseNotes: |- + Changes since last build: + helium-windows + f68618e update: helium 0.16.5.1 (#366) + helium-chromium + f769d143 revision: bump to 5 (#2446) + 78556193 helium/core: don't enable parallel downloading by default (#2445) + 8f081cb6 helium/core/sync: exclude providers from their own vaults (#2425) + b1a7927a merge: update to chromium 152.0.7977.82 (#2436) + dae11a2d merge: update ungoogled-chromium to 152.0.7977.82 + e71b91c6 Update to Chromium 152.0.7977.82 + ddbdb157 helium/core/sync/provider: add provider selection service (#2423) + 854db98c helium/core/sync/provider: drop consent fingerprints (#2424) + ac37ddbf helium/core: disable webotp renderer feature by default (#2433) + + See this GitHub Actions Run for the Workflow file used as well as the build logs and artifacts +ReleaseNotesUrl: https://github.com/imputnet/helium-windows/releases/tag/0.16.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.yaml b/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.yaml new file mode 100644 index 0000000000000..c9c0548021edc --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.16.5.1/ImputNet.Helium.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: ImputNet.Helium +PackageVersion: 0.16.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03b13b9f5d48bf9c8a65810b4f643aa01215330a Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:06:07 +0800 Subject: [PATCH 30/50] New version: Proma.Proma version 0.19.31 (#429986) --- .../Proma/0.19.31/Proma.Proma.installer.yaml | 31 ++++++++++++ .../0.19.31/Proma.Proma.locale.en-US.yaml | 29 +++++++++++ .../0.19.31/Proma.Proma.locale.zh-CN.yaml | 50 +++++++++++++++++++ .../p/Proma/Proma/0.19.31/Proma.Proma.yaml | 8 +++ 4 files changed, 118 insertions(+) create mode 100644 manifests/p/Proma/Proma/0.19.31/Proma.Proma.installer.yaml create mode 100644 manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.en-US.yaml create mode 100644 manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.zh-CN.yaml create mode 100644 manifests/p/Proma/Proma/0.19.31/Proma.Proma.yaml diff --git a/manifests/p/Proma/Proma/0.19.31/Proma.Proma.installer.yaml b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.installer.yaml new file mode 100644 index 0000000000000..cf468f9285e47 --- /dev/null +++ b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proma.Proma +PackageVersion: 0.19.31 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- proma +FileExtensions: +- proma-backup +- proma-share +ProductCode: 7c277a67-1561-5044-94b9-16fb308e8209 +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.19.31-setup.exe + InstallerSha256: 05F2867D7539E9C384DA64BF3F6B93201784B0A03C864E0F243834EA65C31B6B + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.19.31-setup.exe + InstallerSha256: 05F2867D7539E9C384DA64BF3F6B93201784B0A03C864E0F243834EA65C31B6B + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.en-US.yaml b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.en-US.yaml new file mode 100644 index 0000000000000..dfdc6efd38abf --- /dev/null +++ b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Proma.Proma +PackageVersion: 0.19.31 +PackageLocale: en-US +License: Freeware +ShortDescription: A local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. +Description: |- + Proma is a local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. + It's not just a chatbox for casual conversations, but an Agent workspace designed to accumulate personal workflows over time: use Chat for simple questions, assign complex tasks to the Agent, and keep data and configurations as local as possible. + + What you can do now + - Chat mode: Multi-model conversations, attachment parsing, image input, Markdown / Mermaid / KaTeX / code highlighting, side-by-side chats, system prompts, context management. + - Agent mode: General Agent based on @anthropic-ai/claude-agent-sdk, supporting workspace isolation, permission modes, file operations, streaming output for long-running tasks, plan confirmation, and user follow-up. + - SubAgent / Tasks: Complex tasks can be broken down into sub-Agents / Tasks via the Claude Agent SDK tools, with invocation processes and results displayed within the message stream. + - Skills & MCP: Each workspace can independently configure Skills, MCP Server, and workspace files, ideal for accumulating reusable capabilities. + - Remote bots: Supports Feishu / Lark bot bridging, with DingTalk and WeChat bridge entry points already provided, enabling mobile devices or group chats to trigger local Agent workflows. + - Memory and tools: Chat and Agent share memory capabilities, and support web search, built-in Chat tools, Agent recommendations, and other auxiliary features. + - Local-first: Conversations, workspaces, attachments, configurations, Skills, etc., are stored by default in ~/.proma/, organized using JSON / JSONL files, without relying on a local database. + - Desktop experience: Auto-update, proxy settings, file preview, global shortcuts, quick task window, voice input, light / dark / system-following themes. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.zh-CN.yaml b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a175277e3f39b --- /dev/null +++ b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proma.Proma +PackageVersion: 0.19.31 +PackageLocale: zh-CN +Publisher: ErlichLiu +PublisherUrl: https://proma.cool/ +PublisherSupportUrl: https://github.com/proma-ai/Proma/issues +PackageName: Proma +PackageUrl: https://proma.cool/download +License: 免费软件 +Copyright: Copyright © 2024-2026 Proma +ShortDescription: 把最丝滑的通用 Agent 体验带进你的工作流,为 100x 专业用户而生的未来产品,正在实现 proactive Agent 阶段。基于 Claude Agent SDK 的完整开源实践,原生支持飞书群聊调用、灵活接入任意大模型供应商 —— 让顶级 Agent 能力真正跑在你每天用的地方。 +Description: |- + Proma 是一个本地优先的 AI 桌面应用,把多模型 Chat、通用 Agent、工作区、Skills、MCP、远程机器人和记忆能力放在同一个开源客户端里。 + 它不是只面向闲聊的聊天框,而是一个可以长期沉淀个人工作流的 Agent 工作台:简单问题用 Chat,复杂任务交给 Agent,数据和配置尽量留在本地。 + + 现在能做什么 + - Chat 模式:多模型对话、附件解析、图片输入、Markdown / Mermaid / KaTeX / 代码高亮、并排对话、系统提示词、上下文管理。 + - Agent 模式:基于 @anthropic-ai/claude-agent-sdk 的通用 Agent,支持工作区隔离、权限模式、文件操作、长任务流式输出、计划确认和用户追问。 + - SubAgent / Tasks:复杂任务可以通过 Claude Agent SDK 的 Agent 工具拆分为子 Agent / Task,并在消息流中展示调用过程和结果。 + - Skills & MCP:每个工作区可以独立配置 Skills、MCP Server 和工作区文件,适合沉淀可复用能力。 + - 远程机器人:支持飞书 / Lark 机器人桥接,并已提供钉钉、微信桥接入口,用手机或群聊触发本机 Agent 工作流。 + - 记忆与工具:Chat 和 Agent 可共享记忆能力,并支持联网搜索、内置 Chat 工具、Agent 推荐等辅助能力。 + - 本地优先:会话、工作区、附件、配置、Skills 等默认存储在 ~/.proma/,使用 JSON / JSONL 文件组织,不依赖本地数据库。 + - 桌面体验:自动更新、代理设置、文件预览、全局快捷键、快速任务窗口、语音输入、亮色 / 暗色 / 跟随系统主题。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + Proma v0.19.31 更新 + 新功能 + - GPT-6 Astra 模型支持 — ChatGPT(Codex)渠道新增 GPT-6 Astra,支持文本与图片输入,按 100 万 token 配置上下文窗口,并提供 low / medium / high / xhigh / max 五档思考强度;存量渠道自动补入新模型,保留已有模型的自定义名称与启用状态。指定的 Codex 模型不存在时明确报错,不再静默切换到其他模型。 + - Slack Bot 接入 — 设置页新增 Slack Bot,通过 Socket Mode 连接本机 Proma,无需公网回调地址。在已邀请 Bot 的频道中 @Proma 即可发起任务,同一成员在同一 thread 中可继续会话,不同成员的上下文相互隔离;提问、计划确认与单次权限审批以交互卡片返回原 thread。支持未送达最终回复的持久化重试;可选 Home Channel 接收其他来源会话的标题与完成状态,不转发回复正文。当前仅支持频道 @mention,不接收私信,使用时需保持 Proma 桌面端运行。 + - Agent 表达原则完善 — 核心系统提示词新增面向用户的沟通原则,要求回复、交付文档、代码与提交信息语意连贯、结构清晰,在保持专业深度与信息密度的同时减少不必要的隐喻;如实说明结果、风险与不确定性,避免无依据的强化措辞,不把推测写成结论。 + Bug 修复 + - 附加目录展开状态保留 — 项目文件与会话文件中的附加目录在应用运行期间记住展开与折叠状态,按会话、来源和附加根目录分别隔离,切换视图后无需反复展开;目录重命名或移动后同步保留子目录的展开层级,过期加载结果不再覆盖当前目录,并修正路径边界判断,避免影响同名前缀的兄弟目录。 + - 删除 MCP 不再影响其他服务器 — 删除单个 MCP 时仅移除目标配置,保留其他服务器的配置与启用状态,不再因触发全量重新校验而暂时关闭无关 MCP。 + - Gemini 3 思考深度适配 — Chat 新增 Gemini 思考深度选择,按当前模型展示支持的档位;Agent 与 Chat 统一模型能力约束,已适配的 Gemini 3 文本模型使用 thinkingLevel,不再沿用旧版 thinkingBudget。不支持的档位自动回到该模型默认值,避免 Gemini 3.7 / 3.8 收到 minimal 后请求报错;同时补齐 Google 协议模型别名与上下文容量识别。 + - 折叠侧栏会话即时切换 — 修复侧栏折叠时会话入口与协作子会话浮层的切换行为;快速从一个浮层切换到另一个时,旧浮层的延迟关闭不再误关新浮层,设置页未保存内容的离开确认仍然保留。 + - 搜索弹窗宽度调整 — 扩大对话搜索弹窗的可用宽度,并根据窗口大小自适应保留两侧留白,让长标题与搜索结果有更多展示空间。 + - Google 搜索页面不再误跳 Bing — 受管浏览器以 Google 主文档导航成功作为可用判据,不再等待图片、脚本等子资源全部加载完成,避免页面已经能用却被误判超时并切换到 Bing;主文档导航超时时仍保留备用搜索回退。 + 依赖升级 + - Pi SDK 升级 — Pi Agent 相关依赖从 0.84.4 升级至 0.85.0,同步更新模型适配补丁与运行时打包依赖,配合本次 GPT-6 Astra 接入。 +ReleaseNotesUrl: https://github.com/proma-ai/Proma/releases/tag/v0.19.31 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proma/Proma/0.19.31/Proma.Proma.yaml b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.yaml new file mode 100644 index 0000000000000..a7694400a7f18 --- /dev/null +++ b/manifests/p/Proma/Proma/0.19.31/Proma.Proma.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: Proma.Proma +PackageVersion: 0.19.31 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 94c147c77aa5c5797d8fc43deba2ab2241213670 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:06:16 +0800 Subject: [PATCH 31/50] New version: Sourcegraph.Amp version 0.0.1788595248-g1c7a80 (#429987) --- .../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.1788580839-ga71d30 => 0.0.1788595248-g1c7a80}/Sourcegraph.Amp.installer.yaml (64%) rename manifests/s/Sourcegraph/Amp/{0.0.1788580839-ga71d30 => 0.0.1788595248-g1c7a80}/Sourcegraph.Amp.locale.en-US.yaml (97%) rename manifests/s/Sourcegraph/Amp/{0.0.1788580839-ga71d30 => 0.0.1788595248-g1c7a80}/Sourcegraph.Amp.locale.zh-CN.yaml (96%) rename manifests/s/Sourcegraph/Amp/{0.0.1788580839-ga71d30 => 0.0.1788595248-g1c7a80}/Sourcegraph.Amp.yaml (85%) diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.installer.yaml index fd388a764fdde..06f6343bfe0c7 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/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.1788580839-ga71d30 +PackageVersion: 0.0.1788595248-g1c7a80 InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-09-05 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1788580839-ga71d30/amp-windows-x64-baseline.exe - InstallerSha256: BED1F467D0DEEE1D88ACE94F0AE1068FB0E7F5C7BC4C4D128F9CDA6C00CF3114 + InstallerUrl: https://static.ampcode.com/cli/0.0.1788595248-g1c7a80/amp-windows-x64-baseline.exe + InstallerSha256: 2A79538A9AB77A7087830B29D156DC9ABF3A4A8DC54B469E7FC40514B699206E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.locale.en-US.yaml index d6608ed0cc50e..5b64b6eb14903 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/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.1788580839-ga71d30 +PackageVersion: 0.0.1788595248-g1c7a80 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.locale.zh-CN.yaml index 10c1fee9c466f..b228e62af119a 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/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.1788580839-ga71d30 +PackageVersion: 0.0.1788595248-g1c7a80 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/Sourcegraph.Amp.yaml index f465982306b7f..beee051bd0320 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788580839-ga71d30/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788595248-g1c7a80/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.1788580839-ga71d30 +PackageVersion: 0.0.1788595248-g1c7a80 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 8ddbfad2561b9c186177e1a380800b0faa2944e0 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:06:35 +0800 Subject: [PATCH 32/50] New version: YouXiao.YXFile version 2.6.9.4 (#429989) --- .../YouXiao.YXFile.installer.yaml | 32 ++++---- .../YouXiao.YXFile.locale.en-US.yaml | 76 +++++++++---------- .../YouXiao.YXFile.locale.zh-CN.yaml | 72 +++++++++--------- .../{2.6.8.7 => 2.6.9.4}/YouXiao.YXFile.yaml | 16 ++-- 4 files changed, 98 insertions(+), 98 deletions(-) rename manifests/y/YouXiao/YXFile/{2.6.8.7 => 2.6.9.4}/YouXiao.YXFile.installer.yaml (69%) rename manifests/y/YouXiao/YXFile/{2.6.8.7 => 2.6.9.4}/YouXiao.YXFile.locale.en-US.yaml (90%) rename manifests/y/YouXiao/YXFile/{2.6.8.7 => 2.6.9.4}/YouXiao.YXFile.locale.zh-CN.yaml (90%) rename manifests/y/YouXiao/YXFile/{2.6.8.7 => 2.6.9.4}/YouXiao.YXFile.yaml (68%) diff --git a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.installer.yaml b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.installer.yaml similarity index 69% rename from manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.installer.yaml rename to manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.installer.yaml index 44b8a15be5d7b..a276330228605 100644 --- a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.installer.yaml +++ b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.installer.yaml @@ -1,16 +1,16 @@ -# Automatically updated by the winget bot at 2026/Aug/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: YouXiao.YXFile -PackageVersion: 2.6.8.7 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ProductCode: YXFile -ReleaseDate: 2026-08-06 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.youxiao.cn/api/1.0/download/url?url=https://123.youxiao.cn/1826849647/%E4%BC%98%E6%95%88%E6%96%87%E4%BB%B6%E5%8A%A9%E6%89%8B/yxfile_latest.exe - InstallerSha256: 048DFDDB743BEBE70485BF00B03725F15644057ACAD55DFF4936B6A892AD2C1E -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXFile +PackageVersion: 2.6.9.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: YXFile +ReleaseDate: 2026-09-04 +Installers: +- Architecture: x86 + InstallerUrl: https://dl.youxiao.cn/api/1.0/download/url?url=https://123.youxiao.cn/1826849647/%E4%BC%98%E6%95%88%E6%96%87%E4%BB%B6%E5%8A%A9%E6%89%8B/yxfile_latest.exe + InstallerSha256: 94156C64F415EEFAD713A256F1A07B265CBE69482A0C1C063F7BE4A7CA3660EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.locale.en-US.yaml b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.locale.en-US.yaml similarity index 90% rename from manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.locale.en-US.yaml rename to manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.locale.en-US.yaml index 46ff06233e005..f9e61ef1b6e85 100644 --- a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.locale.en-US.yaml +++ b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.locale.en-US.yaml @@ -1,38 +1,38 @@ -# Automatically updated by the winget bot at 2026/Aug/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: YouXiao.YXFile -PackageVersion: 2.6.8.7 -PackageLocale: en-US -Publisher: Dongguan Youxiao Network Technology Co., Ltd -PublisherUrl: https://www.youxiao.cn/ -PublisherSupportUrl: https://support.qq.com/products/382872/ -PrivacyUrl: https://www.yxfile.com.cn/privacy.html -Author: Dongguan Youxiao Network Technology Co., Ltd. -PackageName: YXFile -PackageUrl: https://www.yxfile.com.cn/ -License: Proprietary -LicenseUrl: https://www.yxfile.com.cn/agreement.html -Copyright: © YXFile. All Rights Reserved. -ShortDescription: Helps you manage your files easily. -Description: YXFile is a file tag management software with a powerful built-in local file search engine to help you manage your computer files easily. -Tags: -- application -- china -- directory -- file -- find -- folder -- label -- launcher -- prc -- program -- search -- software -- tag -ReleaseNotesUrl: https://support.qq.com/products/382872/blog/775472 -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.youxiao.cn/wordpress/index.php/yxfile/questions/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXFile +PackageVersion: 2.6.9.4 +PackageLocale: en-US +Publisher: Dongguan Youxiao Network Technology Co., Ltd +PublisherUrl: https://www.youxiao.cn/ +PublisherSupportUrl: https://support.qq.com/products/382872/ +PrivacyUrl: https://www.yxfile.com.cn/privacy.html +Author: Dongguan Youxiao Network Technology Co., Ltd. +PackageName: YXFile +PackageUrl: https://www.yxfile.com.cn/ +License: Proprietary +LicenseUrl: https://www.yxfile.com.cn/agreement.html +Copyright: © YXFile. All Rights Reserved. +ShortDescription: Helps you manage your files easily. +Description: YXFile is a file tag management software with a powerful built-in local file search engine to help you manage your computer files easily. +Tags: +- application +- china +- directory +- file +- find +- folder +- label +- launcher +- prc +- program +- search +- software +- tag +ReleaseNotesUrl: https://support.qq.com/products/382872/blog/775472 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.youxiao.cn/wordpress/index.php/yxfile/questions/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.locale.zh-CN.yaml b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.locale.zh-CN.yaml similarity index 90% rename from manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.locale.zh-CN.yaml rename to manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.locale.zh-CN.yaml index 10e38448424b8..9fb27bc40423f 100644 --- a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.locale.zh-CN.yaml +++ b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.locale.zh-CN.yaml @@ -1,36 +1,36 @@ -# Automatically updated by the winget bot at 2026/Aug/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: YouXiao.YXFile -PackageVersion: 2.6.8.7 -PackageLocale: zh-CN -Publisher: 东莞市优效网络科技有限公司 -PublisherUrl: https://www.youxiao.cn/ -PublisherSupportUrl: https://support.qq.com/products/382872/ -PrivacyUrl: https://www.yxfile.com.cn/privacy.html -Author: 东莞市优效网络科技有限公司 -PackageName: 优效文件助手 -PackageUrl: https://www.yxfile.com.cn/ -License: 专有软件 -LicenseUrl: https://www.yxfile.com.cn/agreement.html -Copyright: © YXFile. All Rights Reserved. -ShortDescription: 助你轻松掌控电脑文件 -Description: 优效文件助手是一款为文件标签管理而生的软件,内置了强大的本地文件搜索引擎,助你轻松掌控电脑文件。 -Tags: -- 启动器 -- 应用 -- 搜索 -- 文件 -- 文件夹 -- 查找 -- 标签 -- 标记 -- 目录 -- 程序 -- 软件 -ReleaseNotesUrl: https://support.qq.com/products/382872/blog/775472 -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.youxiao.cn/wordpress/index.php/yxfile/questions/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXFile +PackageVersion: 2.6.9.4 +PackageLocale: zh-CN +Publisher: 东莞市优效网络科技有限公司 +PublisherUrl: https://www.youxiao.cn/ +PublisherSupportUrl: https://support.qq.com/products/382872/ +PrivacyUrl: https://www.yxfile.com.cn/privacy.html +Author: 东莞市优效网络科技有限公司 +PackageName: 优效文件助手 +PackageUrl: https://www.yxfile.com.cn/ +License: 专有软件 +LicenseUrl: https://www.yxfile.com.cn/agreement.html +Copyright: © YXFile. All Rights Reserved. +ShortDescription: 助你轻松掌控电脑文件 +Description: 优效文件助手是一款为文件标签管理而生的软件,内置了强大的本地文件搜索引擎,助你轻松掌控电脑文件。 +Tags: +- 启动器 +- 应用 +- 搜索 +- 文件 +- 文件夹 +- 查找 +- 标签 +- 标记 +- 目录 +- 程序 +- 软件 +ReleaseNotesUrl: https://support.qq.com/products/382872/blog/775472 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.youxiao.cn/wordpress/index.php/yxfile/questions/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.yaml b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.yaml similarity index 68% rename from manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.yaml rename to manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.yaml index 14270b9d6eab8..e44d274843dc6 100644 --- a/manifests/y/YouXiao/YXFile/2.6.8.7/YouXiao.YXFile.yaml +++ b/manifests/y/YouXiao/YXFile/2.6.9.4/YouXiao.YXFile.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Aug/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: YouXiao.YXFile -PackageVersion: 2.6.8.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXFile +PackageVersion: 2.6.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 881c0ffc74e27a949e5b1c095de5c9e8540a79f4 Mon Sep 17 00:00:00 2001 From: Alexandr Ivanov <79938520+defendend@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:06:47 +0300 Subject: [PATCH 33/50] New version: defendend.ast-index version 3.52.0 (#429990) --- .../3.52.0/defendend.ast-index.installer.yaml | 19 ++++++++++ .../defendend.ast-index.locale.en-US.yaml | 35 +++++++++++++++++++ .../ast-index/3.52.0/defendend.ast-index.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.installer.yaml create mode 100644 manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.locale.en-US.yaml create mode 100644 manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.yaml diff --git a/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.installer.yaml b/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.installer.yaml new file mode 100644 index 0000000000000..73a740d963403 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.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: defendend.ast-index +PackageVersion: 3.52.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ast-index.exe +Commands: +- ast-index +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/defendend/Claude-ast-index-search/releases/download/v3.52.0/ast-index-v3.52.0-windows-x86_64.zip + InstallerSha256: 4097CCEB1F0713EB4B6CDF5A23F37A22455B99BA95AA0BE99E6DF289B603B104 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.locale.en-US.yaml b/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.locale.en-US.yaml new file mode 100644 index 0000000000000..b0e70a115df50 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.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: defendend.ast-index +PackageVersion: 3.52.0 +PackageLocale: en-US +Publisher: defendend +PublisherUrl: https://github.com/defendend +PublisherSupportUrl: https://github.com/defendend/Claude-ast-index-search/issues +Author: Alexandr Ivanov +PackageName: ast-index +PackageUrl: https://github.com/defendend/Claude-ast-index-search/releases +License: MIT +LicenseUrl: https://github.com/defendend/Claude-ast-index-search/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Alexandr Ivanov(defendend) +ShortDescription: Fast code search CLI for Android, iOS, TypeScript, Rust, Ruby, C#, Python, Go, Perl, C++ projects +Description: ast-index is a fast native Rust CLI for structural code search in Android/Kotlin/Java, iOS/Swift/ObjC, Dart/Flutter, TypeScript/JavaScript, Rust, Ruby, C#, PHP, Python, Go, Perl, C++, and Protocol Buffers projects. +Moniker: ast-index +Tags: +- Android +- claude +- code-search +- gemini +- iOS +ReleaseNotes: |- + What's Changed + - cpp: index functions that return a pointer or a reference by @MShkolenko in #64 + - docs: add Cargo installation instructions by @kentakom1213 in #60 + New Contributors + - @MShkolenko made their first contribution in #64 + - @kentakom1213 made their first contribution in #60 + Full Changelog: v3.51.0...v3.52.0 +ReleaseNotesUrl: https://github.com/defendend/Claude-ast-index-search/releases/tag/v3.52.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.yaml b/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.yaml new file mode 100644 index 0000000000000..4a9a5f72998b1 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.52.0/defendend.ast-index.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: defendend.ast-index +PackageVersion: 3.52.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c4e4287112045422ff0a7aac7d4ba3b714bda5d0 Mon Sep 17 00:00:00 2001 From: hdosys <71881005+hdosys@users.noreply.github.com> Date: Sat, 5 Sep 2026 14:06:57 +0200 Subject: [PATCH 34/50] New version: hdosys.herdr-sandbox version 0.0.23 (#429991) --- .../hdosys.herdr-sandbox.installer.yaml | 22 +++++++++++++++++ .../hdosys.herdr-sandbox.locale.en-US.yaml | 24 +++++++++++++++++++ .../0.0.23/hdosys.herdr-sandbox.yaml | 8 +++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.installer.yaml create mode 100644 manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.locale.en-US.yaml create mode 100644 manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.yaml diff --git a/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.installer.yaml b/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.installer.yaml new file mode 100644 index 0000000000000..19a03fc0b6817 --- /dev/null +++ b/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hdosys.herdr-sandbox +PackageVersion: 0.0.23 +MinimumOSVersion: 10.0.18362.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Commands: +- sandbox +ProductCode: '{BF6EF455-61AF-43BD-8A25-521C6C7E13F9}' +UnsupportedArguments: +- log +- location +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hdosys/herdr-sandbox/releases/download/v0.0.23/herdr-sandbox_v0.0.23_windows_amd64_setup.exe + InstallerSha256: 09F59BF3B46881F63BF2A774BB44A56E6B76441F8E7156B023EF804D3AF2F2A6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-05 diff --git a/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.locale.en-US.yaml b/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.locale.en-US.yaml new file mode 100644 index 0000000000000..8433cd7a2a104 --- /dev/null +++ b/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hdosys.herdr-sandbox +PackageVersion: 0.0.23 +PackageLocale: en-US +Publisher: hdosys +PublisherUrl: https://github.com/hdosys +PublisherSupportUrl: https://github.com/hdosys/herdr-sandbox/issues +PackageName: Herdr Sandbox +PackageUrl: https://github.com/hdosys/herdr-sandbox +License: Apache-2.0 +LicenseUrl: https://github.com/hdosys/herdr-sandbox/blob/v0.0.23/LICENSE +Copyright: Copyright (c) 2026 hdosys +ShortDescription: Run Windows development and coding-agent workloads in disposable Windows Sandbox instances. +Description: Herdr Sandbox launches disposable Windows Sandbox development environments, provisions native Windows toolchains, and connects an independently installed compatible Herdr client to the guest over SSH. +Tags: +- cli +- developer-tools +- sandbox +- windows-sandbox +ReleaseNotesUrl: https://github.com/hdosys/herdr-sandbox/releases/tag/v0.0.23 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.yaml b/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.yaml new file mode 100644 index 0000000000000..2f48ae1b63608 --- /dev/null +++ b/manifests/h/hdosys/herdr-sandbox/0.0.23/hdosys.herdr-sandbox.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: hdosys.herdr-sandbox +PackageVersion: 0.0.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 62aa80ac12331f8f329ac3e3b8dcb8b36e0fefcf Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:25:27 +0800 Subject: [PATCH 35/50] New version: ByteDance.TraeWork.CN version 0.1.63 (2.3.81345) (#429974) --- .../ByteDance.TraeWork.CN.installer.yaml | 24 ++++++++++++++++ .../ByteDance.TraeWork.CN.locale.en-US.yaml | 28 +++++++++++++++++++ .../ByteDance.TraeWork.CN.locale.zh-CN.yaml | 22 +++++++++++++++ .../CN/0.1.63/ByteDance.TraeWork.CN.yaml | 8 ++++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.installer.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.yaml diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.installer.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.installer.yaml new file mode 100644 index 0000000000000..44e3a114e65d6 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.63 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo-cn +ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' +ReleaseDate: 2026-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.81345/win32/TraeWork_CN-Setup-x64.exe + InstallerSha256: BB91351DB68D4CF3FAA0C3192CD121D91878A82CD93DFB1B23C4078D960FEA2E +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.81345/win32/TraeWork_CN-Setup-x64.exe + InstallerSha256: BB91351DB68D4CF3FAA0C3192CD121D91878A82CD93DFB1B23C4078D960FEA2E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..e9c0bd0e4f1f6 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.63 +PackageLocale: en-US +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherSupportUrl: https://docs.trae.cn/solo/support +Author: Beijing Yinli Catapult Technology Co., Ltd. +PackageName: TRAE SOLO CN +License: Proprietary +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: More than Coding +Description: TRAE SOLO is an AI-native workspace that offers web, desktop, and mobile clients. It features two modes—More Than Coding (MTC) and Code—designed for different user groups. TRAE SOLO builds upon the original TRAE IDE SOLO mode with further enhanced capabilities, aiming to provide users with a unified, efficient, and customizable AI collaboration experience that covers scenarios ranging from professional development to everyday office work. +Tags: +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.cn/solo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ed250ac0f092 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.63 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: More than Coding +Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.cn/solo +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.yaml new file mode 100644 index 0000000000000..69679143c1bc1 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.63/ByteDance.TraeWork.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.63 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e378d6afc5ac8ac1b4829bcf3b07826e5e5b477c Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:25:42 +0800 Subject: [PATCH 36/50] New version: ByteDance.TraeWork version 0.1.63 (2.3.81346) (#429975) --- .../0.1.63/ByteDance.TraeWork.installer.yaml | 24 ++++++++++++++ .../ByteDance.TraeWork.locale.en-US.yaml | 33 +++++++++++++++++++ .../ByteDance.TraeWork.locale.zh-CN.yaml | 22 +++++++++++++ .../TraeWork/0.1.63/ByteDance.TraeWork.yaml | 8 +++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.installer.yaml create mode 100644 manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.yaml diff --git a/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.installer.yaml b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.installer.yaml new file mode 100644 index 0000000000000..dd6dc387312b8 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 0.1.63 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo +ProductCode: '{8F316A45-DB23-480D-A345-3B00ECBCE79D}_is1' +ReleaseDate: 2026-09-04 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.81346/win32/TraeWork-Setup-x64.exe + InstallerSha256: A6567351F01DD79278801B114C4290864F88A2C51444D4C8DF7684BB78E4C18D +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.81346/win32/TraeWork-Setup-x64.exe + InstallerSha256: A6567351F01DD79278801B114C4290864F88A2C51444D4C8DF7684BB78E4C18D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.en-US.yaml new file mode 100644 index 0000000000000..0b073c72e8c38 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 0.1.63 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD +PublisherUrl: https://www.trae.ai/ +PublisherSupportUrl: https://docs.trae.ai/docs/support +PrivacyUrl: https://www.trae.ai/privacy-policy +Author: SPRING (SG) PTE. LTD. +PackageName: TRAE SOLO +PackageUrl: https://www.trae.ai/download +License: Proprietary +LicenseUrl: https://www.trae.ai/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: More than Coding +Description: TRAE SOLO is an AI-native workspace that offers web, desktop, and mobile clients. It features two modes—More Than Coding (MTC) and Code—designed for different user groups. TRAE SOLO builds upon the original TRAE IDE SOLO mode with further enhanced capabilities, aiming to provide users with a unified, efficient, and customizable AI collaboration experience that covers scenarios ranging from professional development to everyday office work. +Tags: +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://www.trae.ai/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.ai/solo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc4e1a0c1be4a --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 0.1.63 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: More than Coding +Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.ai/solo +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.yaml b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.yaml new file mode 100644 index 0000000000000..2b5ee6a9b3599 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.63/ByteDance.TraeWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 0.1.63 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 364fbc7e44ec555b04233fbe70582aab96ccf370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bacsk=C3=B3?= <40074203+Falcosoft@users.noreply.github.com> Date: Sat, 5 Sep 2026 14:25:54 +0200 Subject: [PATCH 37/50] Falcosoft.SoundfontMidiPlayer version 6.6.0 (#429994) --- ...lcosoft.SoundfontMidiPlayer.installer.yaml | 16 +++++++++++ ...soft.SoundfontMidiPlayer.locale.en-US.yaml | 27 +++++++++++++++++++ .../6.6.0/Falcosoft.SoundfontMidiPlayer.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.installer.yaml create mode 100644 manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.locale.en-US.yaml create mode 100644 manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.yaml diff --git a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.installer.yaml b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.installer.yaml new file mode 100644 index 0000000000000..f05e40179de57 --- /dev/null +++ b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Falcosoft.SoundfontMidiPlayer +PackageVersion: 6.6.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: MidiPlayer6\MidiPlayer.exe + PortableCommandAlias: MidiPlayer +Installers: +- Architecture: x86 + InstallerUrl: https://falcosoft.hu/midiplayer_66_bse.zip + InstallerSha256: 8917d860c91b819b63827fae9c47e6decc3bc1d66607a2f3a800b0d80a97c1c8 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.locale.en-US.yaml b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..d1a281b0bd263 --- /dev/null +++ b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Falcosoft.SoundfontMidiPlayer +PackageVersion: 6.6.0 +PackageLocale: en-US +Publisher: Falcosoft +PublisherUrl: https://falcosoft.hu/ +PublisherSupportUrl: https://www.vogons.org/viewtopic.php?f=24&t=48207 +Author: Falcosoft +PackageName: Soundfont Midi Player +License: CC BY-NC-SA 4.0 +LicenseUrl: https://creativecommons.org/licenses/by-nc-sa/4.0/ +Copyright: Zoltán Bacskó +ShortDescription: SoundFont Midi Player is a powerful midi player/router and real time midi synth combo. +Moniker: FSMP +Tags: +- Midi +- VST +- SF2 +- Soundfont +- Multimedia +- Player +- synth +ReleaseNotesUrl: https://falcosoft.hu/softwares.html#midiplayer +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.yaml b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.yaml new file mode 100644 index 0000000000000..b700a5bea4e36 --- /dev/null +++ b/manifests/f/Falcosoft/SoundfontMidiPlayer/6.6.0/Falcosoft.SoundfontMidiPlayer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Falcosoft.SoundfontMidiPlayer +PackageVersion: 6.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 From 065163ac17c597b79a903afd7556cb53a9d1f165 Mon Sep 17 00:00:00 2001 From: Remco Date: Sat, 5 Sep 2026 14:26:08 +0200 Subject: [PATCH 38/50] New version: RemcoStoeten.Skriuw version 0.43.0 (#429999) --- .../0.43.0/RemcoStoeten.Skriuw.installer.yaml | 26 ++++++++ .../RemcoStoeten.Skriuw.locale.en-US.yaml | 64 +++++++++++++++++++ .../Skriuw/0.43.0/RemcoStoeten.Skriuw.yaml | 8 +++ 3 files changed, 98 insertions(+) create mode 100644 manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.installer.yaml create mode 100644 manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.locale.en-US.yaml create mode 100644 manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.yaml diff --git a/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.installer.yaml b/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.installer.yaml new file mode 100644 index 0000000000000..1906cbbbb3213 --- /dev/null +++ b/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.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: RemcoStoeten.Skriuw +PackageVersion: 0.43.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{53BF2844-981C-4728-9A0D-9EBD4E239CF3}' +ReleaseDate: 2026-09-05 +AppsAndFeaturesEntries: +- Publisher: skriuw + ProductCode: '{53BF2844-981C-4728-9A0D-9EBD4E239CF3}' + UpgradeCode: '{7BDDDFC8-8795-50CB-9316-494EB4FC6AF9}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Skriuw' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/remcostoeten/skriuw/releases/download/v2-v0.43.0/Skriuw_0.43.0_x64_en-US.msi + InstallerSha256: C777DC4C0B8B2EEBFC228C4FE67EDB6FF7CA3AA9C18308401494B4F89735A682 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.locale.en-US.yaml b/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.locale.en-US.yaml new file mode 100644 index 0000000000000..3b490a186c812 --- /dev/null +++ b/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.locale.en-US.yaml @@ -0,0 +1,64 @@ +# 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: RemcoStoeten.Skriuw +PackageVersion: 0.43.0 +PackageLocale: en-US +Publisher: Remco Stoeten +PublisherUrl: https://github.com/remcostoeten +PublisherSupportUrl: https://github.com/remcostoeten/skriuw/issues +Author: Remco Stoeten +PackageName: Skriuw +PackageUrl: https://skriuw.com/ +License: MIT +LicenseUrl: https://github.com/remcostoeten/skriuw/blob/HEAD/LICENSE +Copyright: Copyright (c) Remco Stoeten +ShortDescription: Fast, local-first desktop app for notes, journaling, and knowledge work. +Description: Skriuw is a fast, local-first desktop app for notes, journaling, and knowledge work. Version 2 keeps the workspace in local SQLite storage with portable archives and Git-backed history. +Moniker: skriuw +Tags: +- journal +- knowledge-base +- local-first +- markdown +- note-taking +- notes +- obsidian-alternative +- open-source +- productivity +ReleaseNotes: |- + Everything since v0.41.0, the last published release. v0.42.0 was tagged but never published, so its changes ship here too. + Sync converges by itself + Connected devices now reach the same workspace without anyone being asked to choose, and nothing anyone typed is discarded (ADR-0037). + - No conflict dialogs. The conflict review surface, the conflict sync status, and the resolve-conflict command are gone. A note edited on two devices while both were offline is now a note, not a prompt. + - Deterministic merge. A remote document write is decided against the greatest server sequence this device has already incorporated for that note, plus whether an unsequenced local write is still pending — never against the device-local revision counter or a base sequence the two devices can disagree about. Two devices reading the same log always make the same decision. + - Losing bodies are kept. Note history gained provenance (local / remote / superseded); a body that lost a merge is written into that note's history as "Version from another device (superseded)" rather than dropped. + - Export stopped failing closed. Portable export no longer refuses to run because of sync state elsewhere in the workspace. + - Migration 0023_automatic_convergence.sql rebuilds history_outbox and sync_received_operations, drops the conflict tables, and adds dangling-reference tracking. Forward-safe; existing conflict rows migrate to superseded records carrying their reason. + Measured propagation floor with the network removed: p50 0.82 ms, p95 0.94 ms in release builds (benchmark). + Account and save reliability + - A cloud session that dies is now propagated from the sync coordinator to every account surface, so the app stops offering a dead token. + - Sign-in connects sync in the background; when that fails, the failure is now visible instead of leaving a workspace signed in and quietly not syncing. + - Saves retry against the winning revision before surfacing an error, and a failed save offers an explicit retry rather than losing the attempt. + - A commit gate serializes remote reconciliation against local commits without ever making an optimistic renderer update wait. + - Sync flushes on visibility and connectivity changes instead of waiting out its poll interval. + - Stale sync epochs are purged on connect, fixing outbox sequence collisions after a workspace was re-provisioned. + - The cloud worker reads request bodies under a hard byte bound; an oversized or understated body is cut off instead of buffered. + Editing + - Whole-note ink annotation layer (#336): pen, highlighter, line, rectangle, ellipse, eraser, and select/move over the entire note surface, versioned on the document root. + - Inline comment threads now have hover previews, Tab-to-reply, and a fully keyboard-operable popover. + - Version history diffs pair edited lines by similarity and can expand hidden context, so a reworded paragraph reads as an edit instead of a delete plus an insert (#350). + - Revision stats on the history view; AI model lists are fetched from the provider instead of hardcoded. + - Sidebar pinned chips (#352). + - Checklist task promotion now happens in the same transaction as the save that triggers it. + - Fixed: stacked code blocks had no gap between them. + Browser runtime + - Multiple tabs of the same workspace are now allowed. + - The last open note is restored across a browser reload. + Elsewhere + - Canonical Skriuw landing page with social preview metadata (#337). + - Animated icons resolve through one keyed module. + Addresses #343–#349. +ReleaseNotesUrl: https://github.com/remcostoeten/skriuw/releases/tag/v2-v0.43.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.yaml b/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.yaml new file mode 100644 index 0000000000000..0dd4fdad237a7 --- /dev/null +++ b/manifests/r/RemcoStoeten/Skriuw/0.43.0/RemcoStoeten.Skriuw.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: RemcoStoeten.Skriuw +PackageVersion: 0.43.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d406f2950c4aa7a3b468ff7072244074c95737a2 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:50:36 +0800 Subject: [PATCH 39/50] New version: Posit.Positron version 2026.09.1 (2026.09.1-2) (#429985) --- .../2026.09.1/Posit.Positron.installer.yaml | 163 ++++++++++++++++++ .../Posit.Positron.locale.en-US.yaml | 50 ++++++ .../Posit.Positron.locale.zh-CN.yaml | 20 +++ .../Positron/2026.09.1/Posit.Positron.yaml | 8 + 4 files changed, 241 insertions(+) create mode 100644 manifests/p/Posit/Positron/2026.09.1/Posit.Positron.installer.yaml create mode 100644 manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.en-US.yaml create mode 100644 manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.zh-CN.yaml create mode 100644 manifests/p/Posit/Positron/2026.09.1/Posit.Positron.yaml diff --git a/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.installer.yaml b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.installer.yaml new file mode 100644 index 0000000000000..3a21fa48abfd0 --- /dev/null +++ b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.installer.yaml @@ -0,0 +1,163 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Posit.Positron +PackageVersion: 2026.09.1 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- positron +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- yaml +- yml +- zsh +ReleaseDate: 2026-09-04 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.posit.co/positron/releases/win/x86_64/Positron-2026.09.1-2-UserSetup-x64.exe + InstallerSha256: 2B64CF59071B76C6C0657E4A3A23374FEBCE3C8CC2B5FA6626AA1CCA61C9D173 + ProductCode: '{5894F169-3C13-4E32-A124-67BDE57636E1}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.posit.co/positron/releases/win/x86_64/Positron-2026.09.1-2-Setup-x64.exe + InstallerSha256: 05EF372521AB281EB80A2B9BA8E0A30C80268EC2D6446E00D9A0E788152C52DB + ProductCode: '{08FC0438-DEF4-4349-85AE-FA80317766E9}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.en-US.yaml b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.en-US.yaml new file mode 100644 index 0000000000000..6549030da8507 --- /dev/null +++ b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Posit.Positron +PackageVersion: 2026.09.1 +PackageLocale: en-US +Publisher: Posit Software, PBC +PublisherUrl: https://posit.co/ +PublisherSupportUrl: https://github.com/posit-dev/positron/issues +PrivacyUrl: https://posit.co/about/privacy-policy/ +Author: Posit Software, PBC +PackageName: Positron +PackageUrl: https://positron.posit.co/ +License: Elastic-2.0 +LicenseUrl: https://github.com/posit-dev/positron/blob/HEAD/LICENSE.txt +Copyright: Copyright (C) 2022-2026 Posit Software, PBC. All rights reserved. +CopyrightUrl: https://posit.co/about/trademark-guidelines/ +ShortDescription: A next-generation data science IDE +Description: |- + What is Positron? + - A next-generation data science IDE built by Posit PBC + - An extensible, polyglot tool for writing code and exploring data + - A familiar environment for reproducible authoring and publishing +Tags: +- ide +- r +- rstats +- statistics +- stats +ReleaseNotes: |- + Check out all the changes for this release. + Welcome page refresh + We redesigned the Positron welcome page. It now leads with an environment setup card that checks whether Python and R are ready to use, with actions to help resolve any problem it finds. + + A new "Get Started with Positron" walkthrough covers the Positron panes, keyboard shortcuts, built-in extensions, and Git, and the page links to the walkthroughs from a banner. + Import Data + Importing data via the Positron UI is currently our most upvoted feature request, and this release delivers a first version. When you view a CSV or TSV file in the Data Explorer, a new Import Data button in the action bar opens a dialog. The dialog shows the code to load that file into a data frame. You can copy the code, or click Import to run it in the console, starting a session if one is not already running. + Import Data supports CSV and TSV files in Python with pandas and in R with the readr package, as well as Excel workbooks and Parquet files. You can open the dialog from the Data Explorer, the File menu, the Variables pane, or the File Explorer context menu. + Data Connections + The Data Connections preview keeps growing. A new ODBC data connection driver lets you browse any database with an installed ODBC driver in the new Connections pane and open it in the Data Explorer. Data sources already configured on your machine appear automatically. Databricks gains OAuth sign-in on desktop and reads DATABRICKS_TOKEN, DATABRICKS_HOST, and DATABRICKS_CONFIG_FILE credentials managed by Posit Workbench automatically. A Disconnect option in the context menu closes a connection and any Data Explorers opened from it, and each data connection driver now gets its own log output channel. + Package security vulnerabilities + The Packages pane now shows known security vulnerabilities (Common Vulnerabilities and Exposures scoring) for installed Python and R packages. The data comes from your environment's own Posit Package Manager repository when it has one, and from the public Posit instance otherwise. + A more responsive Console + Console code submission is now faster, always shows visual feedback, and can be canceled while a completeness check is in flight. The Console breaks multi-statement input into complete expressions and executes them statement by statement for languages that support it. A new console.promptWhenIncomplete setting runs submitted code immediately without a completeness check. +ReleaseNotesUrl: https://github.com/posit-dev/positron/releases/tag/2026.09.1-2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/posit-dev/positron/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.zh-CN.yaml b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5c66962bb7c29 --- /dev/null +++ b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Posit.Positron +PackageVersion: 2026.09.1 +PackageLocale: zh-CN +ShortDescription: 下一代数据科学集成开发环境 +Description: |- + 什么是 Positron? + - 由 Posit PBC 构建的下一代数据科学集成开发环境 + - 用于编写代码和探索数据的可扩展的多语言工具 + - 熟悉的可复现创作和发布环境 +Tags: +- ide +- r +- r语言 +- 统计 +ReleaseNotesUrl: https://github.com/posit-dev/positron/releases/tag/2026.09.1-2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.yaml b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.yaml new file mode 100644 index 0000000000000..408869c8ef39a --- /dev/null +++ b/manifests/p/Posit/Positron/2026.09.1/Posit.Positron.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: Posit.Positron +PackageVersion: 2026.09.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a452d014bda03b692192d83376b2264c343f3307 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 5 Sep 2026 14:50:48 +0200 Subject: [PATCH 40/50] New version: Roman-16.ProtonCLI 3.4.0 (#430009) --- .../3.4.0/Roman-16.ProtonCLI.installer.yaml | 30 +++++++++++++++++++ .../Roman-16.ProtonCLI.locale.en-US.yaml | 19 ++++++++++++ .../ProtonCLI/3.4.0/Roman-16.ProtonCLI.yaml | 7 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.installer.yaml create mode 100644 manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.locale.en-US.yaml create mode 100644 manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.yaml diff --git a/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.installer.yaml b/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.installer.yaml new file mode 100644 index 0000000000000..f2808a7a36373 --- /dev/null +++ b/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.installer.yaml @@ -0,0 +1,30 @@ +# 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: Roman-16.ProtonCLI +PackageVersion: 3.4.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-05" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: proton-cli.exe + PortableCommandAlias: proton-cli + - RelativeFilePath: proton.exe + PortableCommandAlias: proton + InstallerUrl: https://github.com/roman-16/proton-cli/releases/download/v3.4.0/proton-cli_3.4.0_windows_arm64.zip + InstallerSha256: b6efc0a95758f1e72a0ae4c7679d092033c9814c2b4534bdd46a337796458766 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: proton-cli.exe + PortableCommandAlias: proton-cli + - RelativeFilePath: proton.exe + PortableCommandAlias: proton + InstallerUrl: https://github.com/roman-16/proton-cli/releases/download/v3.4.0/proton-cli_3.4.0_windows_amd64.zip + InstallerSha256: bf91c61a34fbfdcd49a53aba9b67b7c6f5701bb20e5208a20d4b2274b238b374 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.locale.en-US.yaml b/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..20db0171a58ef --- /dev/null +++ b/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.locale.en-US.yaml @@ -0,0 +1,19 @@ +# 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: Roman-16.ProtonCLI +PackageVersion: 3.4.0 +PackageLocale: en-US +Publisher: Roman-16 +PublisherUrl: https://github.com/roman-16 +PublisherSupportUrl: https://github.com/roman-16/proton-cli/issues +PackageName: proton-cli +PackageUrl: https://github.com/roman-16/proton-cli +License: MIT +ShortDescription: Unofficial CLI for Proton Mail, Drive, Calendar, Pass and Contacts +Description: Unofficial, end-to-end encrypted CLI for Proton Mail, Drive, Calendar, Pass and Contacts. +Moniker: proton-cli +Tags: + - cli + - proton +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.yaml b/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.yaml new file mode 100644 index 0000000000000..920bf41ece292 --- /dev/null +++ b/manifests/r/Roman-16/ProtonCLI/3.4.0/Roman-16.ProtonCLI.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: Roman-16.ProtonCLI +PackageVersion: 3.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 076666c66c76eda6a2997f52fc7de9b1874d54fa Mon Sep 17 00:00:00 2001 From: evilbananas Date: Sat, 5 Sep 2026 14:51:04 +0200 Subject: [PATCH 41/50] New version: CXWorld.CapFrameX version 1.9.0.8 (#430010) --- .../1.9.0.8/CXWorld.CapFrameX.installer.yaml | 35 ++++++++ .../CXWorld.CapFrameX.locale.en-US.yaml | 79 +++++++++++++++++++ .../CapFrameX/1.9.0.8/CXWorld.CapFrameX.yaml | 8 ++ 3 files changed, 122 insertions(+) create mode 100644 manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.installer.yaml create mode 100644 manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.locale.en-US.yaml create mode 100644 manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.yaml diff --git a/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.installer.yaml b/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.installer.yaml new file mode 100644 index 0000000000000..084ad284a980a --- /dev/null +++ b/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CXWorld.CapFrameX +PackageVersion: 1.9.0.8 +InstallerType: zip +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + NestedInstallerType: burn + NestedInstallerFiles: + - RelativeFilePath: CapFrameXBootstrapper.exe + InstallerUrl: https://github.com/CXWorld/CapFrameX/releases/download/v1.9.0/release_1.9.0_installer.zip + InstallerSha256: B4DAC5E11EE51DD9E5FD06897FE3233842F3E3F603F68DF1896C9B05AC7FD9A3 + AppsAndFeaturesEntries: + - DisplayName: CapFrameX Capture and Analysis Tool + Publisher: DevTechProfile + ProductCode: '{b87f8cbe-c69a-4c31-a4ac-85b624fe83e3}' + UpgradeCode: '{D124F3FF-D15F-4B43-BD0D-CD631DD931DA}' + InstallerType: burn +- Architecture: neutral + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: CapFrameX.exe + PortableCommandAlias: capframex + InstallerUrl: https://github.com/CXWorld/CapFrameX/releases/download/v1.9.0/release_1.9.0_portable.zip + InstallerSha256: 00D56035681B975CEE2FA392B93024AD60AAF9C0D1FCEA91E8CB9C0FB6F1803A + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.locale.en-US.yaml b/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.locale.en-US.yaml new file mode 100644 index 0000000000000..d8394ec89b686 --- /dev/null +++ b/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.locale.en-US.yaml @@ -0,0 +1,79 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CXWorld.CapFrameX +PackageVersion: 1.9.0.8 +PackageLocale: en-US +Publisher: CXWorld +PublisherUrl: https://www.capframex.com/ +PublisherSupportUrl: https://www.capframex.com/support +PrivacyUrl: https://www.capframex.com/privacy +Author: CapFrameX Team +PackageName: CapFrameX +PackageUrl: https://github.com/CXWorld/CapFrameX +License: MIT +LicenseUrl: https://github.com/CXWorld/CapFrameX/blob/HEAD/LICENSE +ShortDescription: Frametime capture and analysis tool +Description: Frametimes capture and analysis tool based on Intel's PresentMon. Overlay provided by Rivatuner Statistics Server. +Moniker: capframex +Tags: +- analysis-tool +- benchmark +- benchmarking +- fps +- frametime +- rivatuner +ReleaseNotes: |- + CapFrameX 1.9.0 brings a refreshed interface, built-in overlays, expanded hardware telemetry, and reduced background overhead. This is a stable release. The CapFrameX in-game overlay is unavailable in this release and will be delivered in a later update once our code-signing certificate is available. + Downloads and requirements + ───────────────────────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Package │Installation + ───────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + release_1.9.0_installer.zip│Extract and run CapFrameXBootstrapper.exe. Setup installs CapFrameX and removes obsolete CapFrameX Vulkan layer + │registrations. + ───────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + release_1.9.0_portable.zip │Extract the complete archive and run CapFrameX.exe. Keep the included portable.json to use an isolated portable + │configuration. + ───────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + Install the .NET 10 Desktop Runtime (x64) first. The application now targets .NET 10. Another .NET major version, the plain .NET Runtime, or the legacy .NET Framework does not replace this requirement. Setup checks for the Desktop Runtime before installation; the portable application host checks it before startup. + The internal application version is 1.9.0.8, with the release channel. SHA-256 package hashes are supplied in SHA256SUMS.txt. See Portable Mode for portable runtime requirements and configuration. + Overlay and OSD + - Built-in CapFrameX hook-free renderer, the default for new configurations, with an output-display picker and adjustable chart refresh rate. RTSS remains available as a separate renderer. + - CapFrameX in-game (Experimental) is disabled with a notice about delivery after our code-signing certificate is available. The managed injector, DirectX hook DLLs, and Vulkan layer DLLs/manifests are excluded from these packages. + - Earlier in-game renderer selections migrate to hook-free; existing hook-free and RTSS selections are preserved. + - Opacity, zoom, placement, an OSD position hotkey, and PresentMon replay buffering for the hook-free renderer. + - Extended native-renderer logging is opt-in and persists across restarts. Reduced routine logging and improved UI responsiveness. + Revised v1.9.0 packages + The downloads have been replaced with application build 1.9.0.8 following the Defender report in #430. This revision omits the in-game overlay components and the bundled BENCHLAB service. Package hashes have been updated in SHA256SUMS.txt. + Portable users: extract this revision into a new folder. You can then copy your previous Portable data folder and customized portable.json. Overwriting the old application folder can leave removed binaries behind. + Installer users: run the revised setup to update the application and remove the previous package's in-game components and Vulkan registrations. Close CapFrameX and games before updating. + BENCHLAB remains supported when a compatible service has been installed separately. CapFrameX detects an existing service and can start it for monitoring. It no longer includes or falls back to its own service executable, and independently running services are left running when CapFrameX closes. + Sensors and monitoring + - AMD Anti-Lag status and Frame Latency Meter (FLM) integration, including passive click-to-screen measurement and vendor-aware handling. + - NVIDIA memory temperatures, memory-controller utilization, and estimated VRAM bandwidth; additional fallback handling for NVIDIA power readings. + - GPU memory allocation telemetry across vendors and support for data-rate sensor readings. + - More reliable AMD GPU detection, hybrid iGPU/dGPU information, and ADLX error handling. + - Hardened NVMe error and shutdown handling, plus Intel Arrow Lake fabric-clock corrections. + - Updated signed PawnIO driver package and PresentMon 2.5.1. + Interface and performance + - Refreshed branding, tab layouts, colors, scrollbars, toggle controls, and options dialogs. + - Redesigned capture controls, process panels, run history, and cloud sharing. + - New system information dashboard and startup splash screen. + - Folder breadcrumb and popup navigation for capture directories. + - Comparison-series highlighting and fixes for legends, chart flicker, and light-theme rendering. + - Faster startup through deferred view loading and cached hardware information. Reduced idle sensor, chart, and process polling; hidden views pause unnecessary telemetry updates. + - More responsive global hotkeys, non-blocking RTSS launch, and audio-device cleanup after playback. + Capture, analysis, and platform + - Fixed corrupt captures caused by leaked frame-stream subscriptions, frametime graph inconsistencies, and adaptive FPS standard-deviation calculation. + - Removed duplicate frametime percentile options; Animation Error P99 is opt-in. + - Improved update handling and runtime-dependency detection. + - Migrated the application and tests to .NET 10, with Visual Studio 2026 and updated dependencies. + Thanks to Independent_Arg for the community overview of recent development, which helped organize these notes. The summary has been checked against the release branch and updated for the changes since that post, including the .NET 10 migration. + Full changelog: v1.8.6...v1.9.0 +ReleaseNotesUrl: https://github.com/CXWorld/CapFrameX/releases/tag/v1.9.0 +InstallationNotes: If you are using a network drive as your capture directory and having problems connecting to it on autostart, you might want to download this additional zip file (https://cxblobs.blob.core.windows.net/releases/Autostart%20using%20network%20drives.zip) too and read the info inside it. +Documentations: +- DocumentLabel: README for CapFrameX + DocumentUrl: https://github.com/CXWorld/CapFrameX/blob/master/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.yaml b/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.yaml new file mode 100644 index 0000000000000..80892506bd65b --- /dev/null +++ b/manifests/c/CXWorld/CapFrameX/1.9.0.8/CXWorld.CapFrameX.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: CXWorld.CapFrameX +PackageVersion: 1.9.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From db199312f517e8cd3b152e1ebe8e9352938a33c7 Mon Sep 17 00:00:00 2001 From: Vykos Date: Sat, 5 Sep 2026 14:51:17 +0200 Subject: [PATCH 42/50] New version: Microsoft.VSDotNetLogCollect version 18.0.12127.99 (#430011) Co-authored-by: Claude Fable 5.1 --- .../Microsoft.VSDotNetLogCollect.installer.yaml | 14 ++++++++++++++ .../Microsoft.VSDotNetLogCollect.locale.en-US.yaml | 13 +++++++++++++ .../Microsoft.VSDotNetLogCollect.yaml | 7 +++++++ 3 files changed, 34 insertions(+) create mode 100644 manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.installer.yaml create mode 100644 manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.yaml diff --git a/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.installer.yaml b/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.installer.yaml new file mode 100644 index 0000000000000..e990026a0043d --- /dev/null +++ b/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VSDotNetLogCollect +PackageVersion: 18.0.12127.99 +InstallerType: portable +Commands: +- vsdotnetlogcollect +Installers: +- Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/8/3/4/834e83f6-c377-4dce-a757-69a418b6c6df/Collect.exe + InstallerSha256: C0466D681BB619A4712DF601F1602D444D02EAD3EEAAF89372D37C1D9A7E9E43 +ReleaseDate: 2026-09-02 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.locale.en-US.yaml b/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.locale.en-US.yaml new file mode 100644 index 0000000000000..2de6a6bde4656 --- /dev/null +++ b/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.locale.en-US.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VSDotNetLogCollect +PackageVersion: 18.0.12127.99 +PackageLocale: en-US +Publisher: Microsoft +PackageName: Microsoft Visual Studio/.NET Log Collection Tool +PackageUrl: https://www.microsoft.com/en-gb/download/details.aspx?id=12493 +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: Collect information from Microsoft Visual Studio and .NET installations, for instance for when contacting Microsoft's Visual Studio customer service. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.yaml b/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.yaml new file mode 100644 index 0000000000000..533c51547b695 --- /dev/null +++ b/manifests/m/Microsoft/VSDotNetLogCollect/18.0.12127.99/Microsoft.VSDotNetLogCollect.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VSDotNetLogCollect +PackageVersion: 18.0.12127.99 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 42328c2c68c6ee712a0c49651154b53b7d8f86a1 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:51:36 +0800 Subject: [PATCH 43/50] New version: SnowdreamTech.unigo 0.2.0 (#430015) Co-authored-by: goreleaserbot --- .../0.2.0/SnowdreamTech.unigo.installer.yaml | 34 +++++++++++++++++++ .../SnowdreamTech.unigo.locale.en-US.yaml | 13 +++++++ .../unigo/0.2.0/SnowdreamTech.unigo.yaml | 7 ++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.installer.yaml create mode 100644 manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.locale.en-US.yaml create mode 100644 manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.yaml diff --git a/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.installer.yaml b/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.installer.yaml new file mode 100644 index 0000000000000..1f80ffc18f2f6 --- /dev/null +++ b/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.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.unigo +PackageVersion: 0.2.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-05" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: unigo_Windows_i386\unigo.exe + PortableCommandAlias: unigo + InstallerUrl: https://github.com/snowdreamtech/unigo/releases/download/v0.2.0/unigo_Windows_i386.zip + InstallerSha256: ada70410c2d2084082396f8683f107dbe4b72ba810d6b4ce96e1fcc96a815cef + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: unigo_Windows_x86_64\unigo.exe + PortableCommandAlias: unigo + InstallerUrl: https://github.com/snowdreamtech/unigo/releases/download/v0.2.0/unigo_Windows_x86_64.zip + InstallerSha256: 04e8c743081143301481b39a0e2ac17d658447c57f160c2b3a5641735d3d9112 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: unigo_Windows_arm64\unigo.exe + PortableCommandAlias: unigo + InstallerUrl: https://github.com/snowdreamtech/unigo/releases/download/v0.2.0/unigo_Windows_arm64.zip + InstallerSha256: 17e2ff2964d1719416254b61de924c18b41fddc01fc0bf8b5ebfea5fd1abc581 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.locale.en-US.yaml b/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.locale.en-US.yaml new file mode 100644 index 0000000000000..30bc213118b38 --- /dev/null +++ b/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.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.unigo +PackageVersion: 0.2.0 +PackageLocale: en-US +Publisher: SnowdreamTech +PackageName: unigo +PackageUrl: https://github.com/snowdreamtech/unigo +License: MIT +ShortDescription: Snowdream Tech AI IDE Template +Moniker: unigo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.yaml b/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.yaml new file mode 100644 index 0000000000000..70689d90332f3 --- /dev/null +++ b/manifests/s/SnowdreamTech/unigo/0.2.0/SnowdreamTech.unigo.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.unigo +PackageVersion: 0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c8f4cbe07663312836fc6f8d346220ca1e3ac02d Mon Sep 17 00:00:00 2001 From: Ellis Nieuwpoort <121954036+enieuwy@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:39:46 +0800 Subject: [PATCH 44/50] New version: OrgMentem.zotio 0.24.0 (#430018) --- .../0.24.0/OrgMentem.zotio.installer.yaml | 30 +++++++++++++++++++ .../0.24.0/OrgMentem.zotio.locale.en-US.yaml | 13 ++++++++ .../zotio/0.24.0/OrgMentem.zotio.yaml | 7 +++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.installer.yaml create mode 100644 manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.locale.en-US.yaml create mode 100644 manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.yaml diff --git a/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.installer.yaml b/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.installer.yaml new file mode 100644 index 0000000000000..ce83145563cf5 --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.installer.yaml @@ -0,0 +1,30 @@ +# 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: OrgMentem.zotio +PackageVersion: 0.24.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-05" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: zotio.exe + PortableCommandAlias: zotio + - RelativeFilePath: zotio-mcp.exe + PortableCommandAlias: zotio-mcp + InstallerUrl: https://github.com/OrgMentem/zotio/releases/download/v0.24.0/zotio_0.24.0_windows_amd64.zip + InstallerSha256: c52a1c01b12fa1c8619a52a7a412625a59929e87561f3e3fd4f7cc0a2a8ee898 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: zotio.exe + PortableCommandAlias: zotio + - RelativeFilePath: zotio-mcp.exe + PortableCommandAlias: zotio-mcp + InstallerUrl: https://github.com/OrgMentem/zotio/releases/download/v0.24.0/zotio_0.24.0_windows_arm64.zip + InstallerSha256: 6126fbf5fe4120d9b34d0ab33aa1c9c440baa0f5fa423dd356e5e363565d2ac7 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.locale.en-US.yaml b/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.locale.en-US.yaml new file mode 100644 index 0000000000000..02085fb37477d --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.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: OrgMentem.zotio +PackageVersion: 0.24.0 +PackageLocale: en-US +Publisher: OrgMentem +PackageName: zotio +PackageUrl: https://github.com/OrgMentem/zotio +License: MIT +ShortDescription: 'Zotero library checks and automation: local-first search, CI health gates, preview-first writes, workflows, and MCP' +Moniker: zotio +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.yaml b/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.yaml new file mode 100644 index 0000000000000..860c22ee996c7 --- /dev/null +++ b/manifests/o/OrgMentem/zotio/0.24.0/OrgMentem.zotio.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: OrgMentem.zotio +PackageVersion: 0.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 857371541c9c960292fe2f2f5ea17d0af086b32b Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:40:02 +0200 Subject: [PATCH 45/50] Update version: Thurbeen.thurbox version 2.18.0 (#430020) --- .../2.18.0/Thurbeen.thurbox.installer.yaml | 21 ++++++++ .../2.18.0/Thurbeen.thurbox.locale.en-US.yaml | 50 +++++++++++++++++++ .../thurbox/2.18.0/Thurbeen.thurbox.yaml | 8 +++ 3 files changed, 79 insertions(+) create mode 100644 manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.installer.yaml create mode 100644 manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.locale.en-US.yaml create mode 100644 manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.yaml diff --git a/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.installer.yaml b/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.installer.yaml new file mode 100644 index 0000000000000..e18cd7f4a96e9 --- /dev/null +++ b/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.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: Thurbeen.thurbox +PackageVersion: 2.18.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: thurbox-cli.exe + PortableCommandAlias: thurbox-cli +- RelativeFilePath: thurbox.exe + PortableCommandAlias: thurbox +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Thurbeen/thurbox/releases/download/v2.18.0/thurbox-v2.18.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 0F9D51C2B14C66B2ADDC09467BA49081D398BAC086D0C2E40A1911732848ECC9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.locale.en-US.yaml b/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.locale.en-US.yaml new file mode 100644 index 0000000000000..7dfe604dc7da2 --- /dev/null +++ b/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.locale.en-US.yaml @@ -0,0 +1,50 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Thurbeen.thurbox +PackageVersion: 2.18.0 +PackageLocale: en-US +Publisher: LeTuR +PublisherUrl: https://github.com/Thurbeen +PublisherSupportUrl: https://github.com/Thurbeen/thurbox/issues +Author: LeTuR +PackageName: thurbox +PackageUrl: https://thurbeen.github.io/thurbox/ +License: MIT +LicenseUrl: https://github.com/Thurbeen/thurbox/blob/main/LICENSE +Copyright: Copyright (c) 2026 LeTuR +CopyrightUrl: https://github.com/Thurbeen/thurbox/blob/main/LICENSE +ShortDescription: TUI for orchestrating multiple coding-agent CLI sessions in persistent panels. +Description: |- + thurbox is a TUI for orchestrating multiple coding-agent CLI sessions + (claude, codex, gemini, opencode, aider, ...) in persistent multiplexer + panels. Sessions survive crashes/restarts because the multiplexer keeps the + processes alive. + + Windows support is experimental for now — it sees less testing than + Linux/macOS, so expect rough edges and please report issues. This package + installs the prebuilt x86_64 Windows release binaries (thurbox.exe + + thurbox-cli.exe) as portable commands on your PATH. + + Not installed by this package: psmux (the native-Windows tmux clone thurbox + drives as its session backend — https://github.com/psmux/psmux) and a + coding-agent CLI (claude, codex, gemini, opencode, aider, ...). +Moniker: thurbox +Tags: +- agent +- aider +- claude +- cli +- coding-agent +- codex +- developer-tools +- orchestrator +- terminal +- tui +ReleaseNotes: |- + ## [v2.18.0](https://github.com/Thurbeen/thurbox/compare/v2.18.0..v2.18.0) - 2026-09-04 + #### Features + • (**ui**) add the ui.lua component layer and action/message command verbs (#1074) - ([2eefae5](https://github.com/Thurbeen/thurbox/commit/2eefae5565fa157b8092a70eb098ba127f45c369)) - [@magicletur](https://github.com/magicletur) +ReleaseNotesUrl: https://github.com/Thurbeen/thurbox/releases/tag/v2.18.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.yaml b/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.yaml new file mode 100644 index 0000000000000..6cce1e41c1e0d --- /dev/null +++ b/manifests/t/Thurbeen/thurbox/2.18.0/Thurbeen.thurbox.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Thurbeen.thurbox +PackageVersion: 2.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 609b88d3486acccb9375fa83b261657fa7b87673 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:40:10 +0200 Subject: [PATCH 46/50] Update version: mi0bot.Thetis version 2.10.3.15 (#430022) --- .../2.10.3.15/mi0bot.Thetis.installer.yaml | 28 +++++++++++++++++++ .../2.10.3.15/mi0bot.Thetis.locale.en-US.yaml | 19 +++++++++++++ .../Thetis/2.10.3.15/mi0bot.Thetis.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.installer.yaml create mode 100644 manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.locale.en-US.yaml create mode 100644 manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.yaml diff --git a/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.installer.yaml b/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.installer.yaml new file mode 100644 index 0000000000000..64bd2eb2ba471 --- /dev/null +++ b/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: mi0bot.Thetis +PackageVersion: 2.10.3.15 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: "{BEC8DB04-9BFA-4506-8C79-5BDFDC5CC1C6}" +ReleaseDate: 2026-09-04 +AppsAndFeaturesEntries: +- DisplayName: Thetis HL2 + Publisher: OpenHPSDR + ProductCode: "{BEC8DB04-9BFA-4506-8C79-5BDFDC5CC1C6}" + UpgradeCode: "{1FB8D39E-FC39-4D30-BD10-F8DFD2F6C2D4}" +InstallationMetadata: + DefaultInstallLocation: "%ProgramFiles%\\OpenHPSDR\\Thetis-HL2" +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mi0bot/OpenHPSDR-Thetis/releases/download/v2.10.3.15/Thetis-v2.10.3.15x64-HL2.msi + InstallerSha256: D5B7C196A54725963C895DF142ADD9053B64B91209DC35540753395F33A68D7C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.locale.en-US.yaml b/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.locale.en-US.yaml new file mode 100644 index 0000000000000..9b950615ada76 --- /dev/null +++ b/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: mi0bot.Thetis +PackageVersion: 2.10.3.15 +PackageLocale: en-US +Publisher: mi0bot +PublisherUrl: https://github.com/mi0bot +PublisherSupportUrl: https://github.com/mi0bot/OpenHPSDR-Thetis/issues +Author: mi0bot +PackageName: Thetis (HL2) +PackageUrl: https://github.com/mi0bot/OpenHPSDR-Thetis +License: GPL-2.0 +LicenseUrl: https://github.com/mi0bot/OpenHPSDR-Thetis/blob/master/LICENSE +ShortDescription: Updated Thetis with support for Hermes Lite 2 functionality +ReleaseNotes: "This is the final release v2.10.3.15 of Thetis for the HL2.\r\n\r\nUpgraded to release 2.10.3.15 of official Thetis\r\nCorrected timeout of auto tune routine\r\nUpdated alternate RX selection form\r\n\r\nNB - The legacy spot support and code has been removed as it was not being maintained as had many issues. Use a 3rd party app via TCI such as Cluster-TCI-Bridge by OE3IDE to provide spots to the spectrum\r\n\r\nThis release contains the database manager. If you have other Anan radios, this release will work with them, but you must define separate databases and select the correct database with the -dbid:option. This release creates the shortcut with -dbid:HL2. As the official release of Thetis for the Anan series of radios is not HL2 aware, there may be issues if you try to use the official Thetis with a database that is HL2 aware. Please back up your databases.\r\n\r\nThere is no need for the official Thetis release to be installed before this release. If you have the official release installed, this release will not overwrite it.\r\n\r\nNo warranty or guarantee, use at your own risk. Do a backup of your current Thetis database just in case and ensure correct power output." +ReleaseNotesUrl: https://github.com/mi0bot/OpenHPSDR-Thetis/releases/tag/v2.10.3.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.yaml b/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.yaml new file mode 100644 index 0000000000000..a725d8e4615f1 --- /dev/null +++ b/manifests/m/mi0bot/Thetis/2.10.3.15/mi0bot.Thetis.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: mi0bot.Thetis +PackageVersion: 2.10.3.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0f191c24064d1f3b5e5ee8dc660ec0ee4fb8b3dd Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:04:03 +0200 Subject: [PATCH 47/50] Update version: PocketBase.PocketBase version 0.40.2 (#430019) --- .../PocketBase.PocketBase.installer.yaml | 19 +++++++++++++++++++ .../PocketBase.PocketBase.locale.en-US.yaml | 14 ++++++++++++++ .../0.40.2/PocketBase.PocketBase.yaml | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.installer.yaml create mode 100644 manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.locale.en-US.yaml create mode 100644 manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.yaml diff --git a/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.installer.yaml b/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.installer.yaml new file mode 100644 index 0000000000000..7b2f75c2c6801 --- /dev/null +++ b/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.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: PocketBase.PocketBase +PackageVersion: 0.40.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pocketbase.exe + PortableCommandAlias: pocketbase +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pocketbase/pocketbase/releases/download/v0.40.2/pocketbase_0.40.2_windows_amd64.zip + InstallerSha256: 3525B6F8887AE288D0F531431DEAB04D85B56C555B87878B708A6DA7725B8117 +- Architecture: arm64 + InstallerUrl: https://github.com/pocketbase/pocketbase/releases/download/v0.40.2/pocketbase_0.40.2_windows_arm64.zip + InstallerSha256: 1CEEFADC63473E9788A552DE70471CDE495C3EB5D979E7C236C4CB91B9B2532E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.locale.en-US.yaml b/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.locale.en-US.yaml new file mode 100644 index 0000000000000..13395f35b1dde --- /dev/null +++ b/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.locale.en-US.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: PocketBase.PocketBase +PackageVersion: 0.40.2 +PackageLocale: en-US +Publisher: PocketBase +PackageName: PocketBase +License: MIT License +ShortDescription: Open Source realtime backend in 1 file +ReleaseNotes: "> _To update the prebuilt executable you can run `./pocketbase update`._\r\n\r\n• Return an error when filter params fallback fails to json serialize and optimized params replacement to execute in a single pass.\r\n\r\n• Fixed collection index parsing error for indexes with missing name.\r\n\r\n• Minor UI autocomplete optimizations _(prefix match, autocomplete debounce, etc.)_.\r\n\r\n• Fixed linter warnings and comment typos.\r\n\r\n• Bumped goja and its related dependencies _(regex unescaped dash error fix and base64 optimizations)_.\r\n\r\n• Bumped the min Go GitHub action version to 1.27.1 as it includes some [minor `database/sql` and `enconding/json/v2` bug fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.27.1)." +ReleaseNotesUrl: https://github.com/pocketbase/pocketbase/releases/tag/v0.40.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.yaml b/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.yaml new file mode 100644 index 0000000000000..18100f61d5cc3 --- /dev/null +++ b/manifests/p/PocketBase/PocketBase/0.40.2/PocketBase.PocketBase.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: PocketBase.PocketBase +PackageVersion: 0.40.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2852767b7a88f99e7ac3091b7240f4ebd99be51e Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 5 Sep 2026 10:29:42 -0400 Subject: [PATCH 48/50] New version: Microsoft.SafetyScanner version 1.459.63.0 (#430023) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.459.63.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..8a6312ac01399 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.63.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.63.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.63.0&arch=x86 + InstallerSha256: 54B168EB7713208AD97E225D0BFCEFD518F9801B52FB00FB5C5FADFC9847FDCD +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.63.0&arch=amd64 + InstallerSha256: 026E274FC1F37B40B73A6C862CC5155D2C6BEE97EC8B106A61694A8D4B934D86 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..807ffca1601cd --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.63.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.63.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.63.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.63.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..72d29f213b7fb --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.63.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.63.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e783fa16b3be9aa461d6819423a8b010013cbaf5 Mon Sep 17 00:00:00 2001 From: Ray Liang Date: Sat, 5 Sep 2026 22:29:53 +0800 Subject: [PATCH 49/50] New version: HUSTOpenAtomClub.AtomGitCLI version 0.7.3 (#430026) --- ...HUSTOpenAtomClub.AtomGitCLI.installer.yaml | 23 ++++++++++++++++++ ...TOpenAtomClub.AtomGitCLI.locale.en-US.yaml | 24 +++++++++++++++++++ .../0.7.3/HUSTOpenAtomClub.AtomGitCLI.yaml | 8 +++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.installer.yaml create mode 100644 manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.locale.en-US.yaml create mode 100644 manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.yaml diff --git a/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.installer.yaml b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.installer.yaml new file mode 100644 index 0000000000000..a1ec886218b2f --- /dev/null +++ b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HUSTOpenAtomClub.AtomGitCLI +PackageVersion: 0.7.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ag.exe + PortableCommandAlias: ag +UpgradeBehavior: install +Commands: +- ag +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + InstallerUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/releases/download/v0.7.3/ag_windows_amd64.zip + InstallerSha256: 5A90C4430382A25883C8BF653094E7F1C7C877F491CA1F24709165EAB1B1F8BB +- Architecture: arm64 + InstallerUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/releases/download/v0.7.3/ag_windows_arm64.zip + InstallerSha256: F025A2503358C063D8A2B6F0AF3A1E1BC6286EA7A838F9F00B81D52D47607D64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.locale.en-US.yaml b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..62c8316758e7c --- /dev/null +++ b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.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: HUSTOpenAtomClub.AtomGitCLI +PackageVersion: 0.7.3 +PackageLocale: en-US +Publisher: HUST OpenAtom Club +PublisherUrl: https://hust.openatom.club/ +PublisherSupportUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/issues +PackageName: AtomGit CLI +PackageUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli +License: MulanPSL-2.0 +LicenseUrl: https://atomgit.com/hust-open-atom-club/atomgit-cli/blob/main/LICENSE +Copyright: Copyright (c) 2026 HUST OpenAtom Club, AtomGit, and the AtomGit CLI contributors +ShortDescription: A command-line interface for managing AtomGit repositories and workflows. +Description: AtomGit CLI provides command-line access to AtomGit services, enabling users to manage repositories, pull requests, and other development workflows. +Moniker: atomgit-cli +Tags: +- atomgit +- cli +- developer-tools +- git +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.yaml b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.yaml new file mode 100644 index 0000000000000..39cac845d3221 --- /dev/null +++ b/manifests/h/HUSTOpenAtomClub/AtomGitCLI/0.7.3/HUSTOpenAtomClub.AtomGitCLI.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: HUSTOpenAtomClub.AtomGitCLI +PackageVersion: 0.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4e9a118cd650034427f2c48e4212334057714555 Mon Sep 17 00:00:00 2001 From: spectobot <175387142+spectopo@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:30:10 +0800 Subject: [PATCH 50/50] New version: dandandujie.Farside version 0.3.0 (#430028) --- .../0.3.0/dandandujie.Farside.installer.yaml | 27 ++++++++ .../dandandujie.Farside.locale.en-US.yaml | 22 +++++++ .../dandandujie.Farside.locale.zh-CN.yaml | 61 +++++++++++++++++++ .../Farside/0.3.0/dandandujie.Farside.yaml | 8 +++ 4 files changed, 118 insertions(+) create mode 100644 manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.installer.yaml create mode 100644 manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.en-US.yaml create mode 100644 manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.zh-CN.yaml create mode 100644 manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.yaml diff --git a/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.installer.yaml b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.installer.yaml new file mode 100644 index 0000000000000..5cd4a2f4228df --- /dev/null +++ b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dandandujie.Farside +PackageVersion: 0.3.0 +InstallerType: nullsoft +ProductCode: b998c154-7bcf-5627-979d-583209e176e2 +ReleaseDate: 2026-09-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/dandandujie/Farside/releases/download/v0.3.0/Farside.Setup.0.3.0.exe + InstallerSha256: 3C9158D02EFC672EF052414D000A3000C4715C2321CA747B0C48DF8CF02FDBF8 + InstallerSwitches: + Custom: /currentuser + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Farside' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/dandandujie/Farside/releases/download/v0.3.0/Farside.Setup.0.3.0.exe + InstallerSha256: 3C9158D02EFC672EF052414D000A3000C4715C2321CA747B0C48DF8CF02FDBF8 + InstallerSwitches: + Custom: /allusers + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Farside' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.en-US.yaml b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.en-US.yaml new file mode 100644 index 0000000000000..c0ca7158b3393 --- /dev/null +++ b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dandandujie.Farside +PackageVersion: 0.3.0 +PackageLocale: en-US +ShortDescription: A desktop agent client for Kimi Code. +Description: 'Farside is a desktop agent client for Kimi Code, built with Electron, React, and TypeScript. Farside does not present coding tasks as ordinary chat: the moon phase represents the agent state (new moon = idle, waxing crescent = thinking, waxing gibbous = executing, full moon = awaiting approval, waning crescent = wrapping up), and sessions are orbital timelines of transmissions (thinking), instruments (tools), satellites (subagents), and ground (user instructions). It supports project and session management (pin, archive, fork, export), multimodal and file context, tool approval and structured questions, a ⌘K command palette aligned with the Kimi Code CLI, a real terminal, live file tree with Git status and diffs, a built-in preview pane (Markdown / HTML / SVG / images), multiple account options (Kimi OAuth, the official Moonshot API, and OpenAI-format third-party Kimi services), membership usage display, and MCP, Skills, and Plugins management. The default interface is Chinese with a dark theme; English and light mode are one click away.' +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- kimi-code +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.zh-CN.yaml b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8e43c649edc7b --- /dev/null +++ b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.locale.zh-CN.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dandandujie.Farside +PackageVersion: 0.3.0 +PackageLocale: zh-CN +Publisher: dandandujie +PublisherUrl: https://github.com/dandandujie +PublisherSupportUrl: https://github.com/dandandujie/Farside/issues +PackageName: Farside +PackageUrl: https://github.com/dandandujie/Farside +License: MIT +LicenseUrl: https://github.com/dandandujie/Farside/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Farside Contributors +ShortDescription: 面向 Kimi Code 的桌面 Agent 客户端。 +Description: Farside(月背)是面向 Kimi Code 的桌面 Agent 客户端,基于 Electron、React 与 TypeScript 构建。Farside 不把编程任务表现成普通聊天:月相表示 Agent 状态(朔=空闲、上弦=思考、盈凸=执行、满月=等待批准、残月=收尾),会话是一条轨道时间线(思考 / 工具 / 子代理 / 用户指令)。支持项目与会话管理(置顶、归档、分叉与导出)、多模态与文件上下文、工具审批与结构化提问、⌘K 命令面板、真实终端、实时文件树与 Git 状态、内置预览舱(Markdown / HTML / SVG / 图片)、多种账户接入(Kimi OAuth、Moonshot 官方 API 与 OpenAI 格式的第三方 Kimi 服务)、会员用量展示,以及 MCP、Skills、Plugins 扩展管理;默认中文与暗黑主题,可切换英文或明亮模式。 +Tags: +- kimi +- kimi-code +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + Farside 0.3.0 · Kimi Code 0.39.1 适配与桌面体验升级 + 本版本将唯一 Runtime 从 Kimi Code 0.31.1 升级到 0.39.1,并集中修复了首次配置门禁、终端、回退与关闭流程中的一批交互缺陷,建议所有用户升级。 + 升级亮点 + - 首次配置不再强制:Provider 引导层可以"暂不配置,直接进入";服务端故障不再被误判为未配置;未配置状态下历史会话照常展示,可随时从空状态页或设置完成接入。 + - 终端按工作区缓存:切换会话/项目只切换终端显示,正在运行的 shell 任务(dev server、安装等)不再被杀掉;最多缓存 8 个实例,按最近使用淘汰。 + - 修复打包版终端 Enter 无效的问题:随包 runtime 始终使用管道降级后端,而管道没有 tty 的 CR→NL 行规转换,导致按 Enter 毫无响应;现已规整输入并让 zsh 以交互态运行(有提示符、有回显)。 + - 回退操作更安全:撤销上一轮改为先回退会话、再回滚文件,失败时自动重试并如实报告,不再出现"文件已回滚、轨迹还在"的不可逆半完成状态。 + - 关闭保护覆盖原生路径:macOS 红绿灯等原生关闭在任务运行中会弹出确认;标题栏 ×、/exit 与 Windows 更新退出流程行为保持不变。 + - 斜杠命令治理:补全清单只保留桌面端真实实现的命令;/login、/provider、/plugins、/mcp-config、/theme、/logout 映射到对应设置分区或真实动作;未实现命令给出明确提示,不再被静默当作提示词发送;/model 校验模型 ID。 + - 补齐约 60 条英文界面文案,文件选择竞态、侧栏初始宽度、燃料环刻度、配置编辑器草稿保护、OAuth 轮询容错等小缺陷一并修复。 + Runtime 与兼容性 + - 唯一 current Runtime:Kimi Code 0.39.1。 + - 固定上游 revision 5efca0c3116743855c28426000073bfe34a4862f。 + - 锁定 Windows、macOS、Linux 的 x64/arm64 六平台官方产物及 SHA-256。 + - /api/v1 REST、/api/v1/ws(协议版本仍为 2)、实例注册、shutdown 生命周期与会话持久化布局全部增量兼容,无需迁移本地数据。 + - 两处协议修复替换了 0.31 上从未开放(404)的 /api/v2 RPC:插件管理迁移到官方 REST(POST /api/v1/plugins 等,此前插件安装/启停实际不可用);删除无效的配置 reload 调用(0.39 原生监听 config.toml 热加载)。 + - 适配 0.39 的 /api/v1/auth 摘要变化(ready 字段移除),按上游语义重推就绪状态,已对真实 0.39.1 实例完成端到端验证。 + 下载与安装 + - Windows:.exe + - macOS Apple Silicon:.dmg + 升级前请结束正在执行的 Agent 任务。安装包不会主动删除本地项目、Kimi 配置或会话数据。 + 发布验证 + - 30/30 自动化测试通过;TypeScript 类型检查与生产构建通过。 + - Kimi Code 0.39.1 正式产物下载、SHA-256 校验及 Server meta/WebSocket smoke 通过。 + - 插件 REST、配置热加载、auth 就绪推导在真实 0.39.1 实例上定向验证通过。 + - 终端缓存与回退补偿在真实应用(生产构建 + 真实 PTY)中通过端到端探针验证。 + - GitHub Actions 负责 Windows 与 macOS 安装包构建和发布。 + 已知限制 + - 无 node-pty 的环境仍使用管道降级后端:无窗口尺寸同步能力,终端体验为降级形态。 + 完整变更 + https://github.com/dandandujie/Farside/compare/v0.2.3...v0.3.0 +ReleaseNotesUrl: https://github.com/dandandujie/Farside/releases/tag/v0.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.yaml b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.yaml new file mode 100644 index 0000000000000..a26bb5ed79297 --- /dev/null +++ b/manifests/d/dandandujie/Farside/0.3.0/dandandujie.Farside.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: dandandujie.Farside +PackageVersion: 0.3.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0