From 80082e323363347acad91d0fb8458460969c6545 Mon Sep 17 00:00:00 2001 From: stevebushwa <100399778+stevebushwa@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:28:24 -0500 Subject: [PATCH 001/113] Add version: Materializr.Materializr version 1.2.5 (#393137) --- .../Materializr.Materializr.installer.yaml | 25 ++++++++++++++ .../Materializr.Materializr.locale.en-US.yaml | 34 +++++++++++++++++++ .../1.2.5/Materializr.Materializr.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.installer.yaml create mode 100644 manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.locale.en-US.yaml create mode 100644 manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.yaml diff --git a/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.installer.yaml b/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.installer.yaml new file mode 100644 index 0000000000000..223bfc1a17330 --- /dev/null +++ b/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Materializr.Materializr +PackageVersion: 1.2.5 +# NSIS installer (packaging/windows/installer.nsi) → winget type "nullsoft", +# which implies the "/S" silent switch. It installs machine-wide to +# %ProgramFiles%\Materializr and requires elevation (RequestExecutionLevel admin). +InstallerType: nullsoft +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/materializr-cad/materializr/releases/download/v1.2.5/Materializr-Setup.exe + InstallerSha256: EC3A013E2DD40C032E4F79594097728F2CDB60EA74BF4CAA0A623BC972400550 + # The NSIS script writes these ARP values; the installer tags DisplayVersion + # with the tag name (leading "v") via /DAPPVERSION=${github.ref_name}. + AppsAndFeaturesEntries: + - DisplayName: Materializr + Publisher: Materializr + DisplayVersion: v1.2.5 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.locale.en-US.yaml b/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.locale.en-US.yaml new file mode 100644 index 0000000000000..68cc4d73c483b --- /dev/null +++ b/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.locale.en-US.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Materializr.Materializr +PackageVersion: 1.2.5 +PackageLocale: en-US +Publisher: Materializr +PublisherUrl: https://github.com/materializr-cad +PublisherSupportUrl: https://github.com/materializr-cad/materializr/issues +Author: Steve Bushwa +PackageName: Materializr +PackageUrl: https://github.com/materializr-cad/materializr +License: GPL-3.0-or-later +LicenseUrl: https://github.com/materializr-cad/materializr/blob/main/LICENSE +Copyright: Copyright (C) Steve Bushwa +ShortDescription: Maker 3D CAD — the middle ground between Tinkercad and FreeCAD. +Description: |- + Materializr is open-source 3D CAD for makers — the middle ground between + dead-simple tools like Tinkercad and full professional suites like FreeCAD. + Sketch on a plane, pull it into a solid (extrude, revolve, loft, sweep), + fillet and chamfer, run booleans, cut threads, and edit any step of the + history later. Sketches export to SVG at 1:1 mm for laser cutters and 2.5D + CNC; it imports STEP and IGES and exports STEP, STL, IGES, glTF and SVG. Real + B-rep solids on the OpenCASCADE kernel. +Moniker: materializr +Tags: + - 3d + - 3d-printing + - cad + - engineering + - laser + - modeling + - opencascade + - svg +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.yaml b/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.yaml new file mode 100644 index 0000000000000..98a0708ae79f5 --- /dev/null +++ b/manifests/m/Materializr/Materializr/1.2.5/Materializr.Materializr.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Version manifest. Submit alongside the installer + locale manifests to +# microsoft/winget-pkgs under: manifests/m/Materializr/Materializr/1.2.5/ +PackageIdentifier: Materializr.Materializr +PackageVersion: 1.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 17fef31773b88e2eba0bf95dde4b0d62b7447541 Mon Sep 17 00:00:00 2001 From: stevebushwa <100399778+stevebushwa@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:28:57 -0500 Subject: [PATCH 002/113] Add version: Materializr.Materializr version 1.2.6 (#393296) --- .../Materializr.Materializr.installer.yaml | 25 ++++++++++++++ .../Materializr.Materializr.locale.en-US.yaml | 34 +++++++++++++++++++ .../1.2.6/Materializr.Materializr.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.installer.yaml create mode 100644 manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.locale.en-US.yaml create mode 100644 manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.yaml diff --git a/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.installer.yaml b/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.installer.yaml new file mode 100644 index 0000000000000..14c52f40aaec6 --- /dev/null +++ b/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Materializr.Materializr +PackageVersion: 1.2.6 +# NSIS installer (packaging/windows/installer.nsi) → winget type "nullsoft", +# which implies the "/S" silent switch. It installs machine-wide to +# %ProgramFiles%\Materializr and requires elevation (RequestExecutionLevel admin). +InstallerType: nullsoft +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/materializr-cad/materializr/releases/download/v1.2.6/Materializr-Setup.exe + InstallerSha256: E09FA723AE51F6AA8B138DAF1D7591283C0DA392BC47EE19FE12E92C51587476 + # The NSIS script writes these ARP values; the installer tags DisplayVersion + # with the tag name (leading "v") via /DAPPVERSION=${github.ref_name}. + AppsAndFeaturesEntries: + - DisplayName: Materializr + Publisher: Materializr + DisplayVersion: v1.2.6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.locale.en-US.yaml b/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.locale.en-US.yaml new file mode 100644 index 0000000000000..6dc6c79faa17c --- /dev/null +++ b/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.locale.en-US.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Materializr.Materializr +PackageVersion: 1.2.6 +PackageLocale: en-US +Publisher: Materializr +PublisherUrl: https://github.com/materializr-cad +PublisherSupportUrl: https://github.com/materializr-cad/materializr/issues +Author: Steve Bushwa +PackageName: Materializr +PackageUrl: https://github.com/materializr-cad/materializr +License: GPL-3.0-or-later +LicenseUrl: https://github.com/materializr-cad/materializr/blob/main/LICENSE +Copyright: Copyright (C) Steve Bushwa +ShortDescription: Maker 3D CAD — the middle ground between Tinkercad and FreeCAD. +Description: |- + Materializr is open-source 3D CAD for makers — the middle ground between + dead-simple tools like Tinkercad and full professional suites like FreeCAD. + Sketch on a plane, pull it into a solid (extrude, revolve, loft, sweep), + fillet and chamfer, run booleans, cut threads, and edit any step of the + history later. Sketches export to SVG at 1:1 mm for laser cutters and 2.5D + CNC; it imports STEP and IGES and exports STEP, STL, IGES, glTF and SVG. Real + B-rep solids on the OpenCASCADE kernel. +Moniker: materializr +Tags: + - 3d + - 3d-printing + - cad + - engineering + - laser + - modeling + - opencascade + - svg +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.yaml b/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.yaml new file mode 100644 index 0000000000000..ca73429845a79 --- /dev/null +++ b/manifests/m/Materializr/Materializr/1.2.6/Materializr.Materializr.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Version manifest. Submit alongside the installer + locale manifests to +# microsoft/winget-pkgs under: manifests/m/Materializr/Materializr/1.2.6/ +PackageIdentifier: Materializr.Materializr +PackageVersion: 1.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 1396ca275efb4079783ddc98a215276ec36df9d7 Mon Sep 17 00:00:00 2001 From: ggml-bot-2 Date: Fri, 10 Jul 2026 11:29:30 +0300 Subject: [PATCH 003/113] New version: ggml.llamacpp version b9947 (#400294) --- .../b9947/ggml.llamacpp.installer.yaml | 30 ++++++++++ .../b9947/ggml.llamacpp.locale.en-US.yaml | 60 +++++++++++++++++++ .../g/ggml/llamacpp/b9947/ggml.llamacpp.yaml | 8 +++ 3 files changed, 98 insertions(+) create mode 100644 manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.installer.yaml create mode 100644 manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.locale.en-US.yaml create mode 100644 manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.yaml diff --git a/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..12c6268e0a3f5 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9947 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-10 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9947/llama-b9947-bin-win-vulkan-x64.zip + InstallerSha256: 7FB536AA87911F5C53B7A7A4AA7D4BC1908E3AAEBCD8705FF428C388F285C05F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..64fe7348c899e --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9947 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + cli: add --output option (#25484) + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows arm64 (OpenCL Adreno) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows x64 (Vulkan) + - Windows x64 (OpenVINO) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b9947 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..43b7f3175dbcc --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9947/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9947 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e7cb0a1d2c45fbbf8eef9c9bf59b0cf0ae60238d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:30:07 +0800 Subject: [PATCH 004/113] New version: Google.AntigravityCLI version 1.1.1 (#400298) --- .../Google.AntigravityCLI.installer.yaml | 17 ++++++++ .../Google.AntigravityCLI.locale.en-US.yaml | 39 +++++++++++++++++++ .../Google.AntigravityCLI.locale.zh-CN.yaml | 26 +++++++++++++ .../1.1.1/Google.AntigravityCLI.yaml | 8 ++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.installer.yaml create mode 100644 manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.en-US.yaml create mode 100644 manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.zh-CN.yaml create mode 100644 manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.yaml diff --git a/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.installer.yaml new file mode 100644 index 0000000000000..6f2fa597e6459 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.1 +InstallerType: portable +Commands: +- agy +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.1-6269367663591424/windows-x64/cli_windows_x64.exe + InstallerSha256: A78D9D170133A993D055604EE4BBA1A0CB1CEC84989BDBF6DA5477779DF9FF37 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.1-6269367663591424/windows-arm/cli_windows_arm64.exe + InstallerSha256: D90B390774A646B2DFD9DA864EBCA592AC82387A4C818F467F5D0792848A9902 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..52b5e7d783cb8 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..def6128ecd3d8 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.1 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.yaml new file mode 100644 index 0000000000000..d26eb69007617 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.1/Google.AntigravityCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e9a7e81be197263d8db9fba29b175a52fd3799d8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:30:46 +0800 Subject: [PATCH 005/113] New version: HaiYing.OfficeCLI version 1.0.135 (#400299) --- .../1.0.135/HaiYing.OfficeCLI.installer.yaml | 18 +++++ .../HaiYing.OfficeCLI.locale.en-US.yaml | 72 +++++++++++++++++++ .../HaiYing.OfficeCLI.locale.zh-CN.yaml | 49 +++++++++++++ .../OfficeCLI/1.0.135/HaiYing.OfficeCLI.yaml | 8 +++ 4 files changed, 147 insertions(+) create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.installer.yaml create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.en-US.yaml create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.zh-CN.yaml create mode 100644 manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.yaml diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 0000000000000..dc9ca75343748 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.135 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.135/officecli-win-x64.exe + InstallerSha256: 937DB176B585E874AA5BFF48D536BCE78037665CD862B5DEEFE56E79977E6588 +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.135/officecli-win-arm64.exe + InstallerSha256: C818013023F83D3C9EC3DCBA4DABAF824BDF861DA6FA925D0557F508D3B11558 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4368d97acb54a --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.135 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: 'Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.134...v1.0.135' +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.135 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e0b6c090a7d89 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.135 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.yaml new file mode 100644 index 0000000000000..e34ae12e3010b --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.135/HaiYing.OfficeCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.135 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5a4e8aec010d1ddf581f3ad4239ee51fa0d3a055 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:32:00 +0800 Subject: [PATCH 006/113] New version: LuisPater.CLIProxyAPI version 7.2.61 (#400301) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 +++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 50 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 +++++++++ .../7.2.61/LuisPater.CLIProxyAPI.yaml | 8 +++ 4 files changed, 100 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..ef0d0c9b64ffc --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.61 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.61/CLIProxyAPI_7.2.61_windows_amd64.zip + InstallerSha256: 9BDC71CCCC4F71B09C90289FA3A356756AED2CE3FA10E1A34E05D8FC1C6BFD4D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..0cca037420ead --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.2.61 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - fix(xai): prevent Desktop hang on complex tool schemas and set free-usage Retry-After (0df267ad) + - Merge pull request #4157 from Wraient/fix/xai-desktop-tool-schema-and-free-usage-retry (bf25331c) + - fix(xai): improve namespace-specific tool parameter handling and simplify Codex automation schema (ca67caf0) + What's Changed + - fix(xai): stop Codex Desktop hang on complex tool schemas by @Wraient in https://github.com/router-for-me/CLIProxyAPI/pull/4157 + New Contributors + - @Wraient made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/4157 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.60...v7.2.61 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.61 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..97fd6dda36378 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.61 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..7cea2a94af40c --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.61/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5e0e9b69a69b09a676cad56b4f7cfea6d823c38a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:32:36 +0800 Subject: [PATCH 007/113] New version: Postman.Postman version 12.18.5 (#400303) --- .../12.18.5/Postman.Postman.installer.yaml | 24 ++++++++++++ .../12.18.5/Postman.Postman.locale.en-US.yaml | 37 +++++++++++++++++++ .../12.18.5/Postman.Postman.locale.zh-CN.yaml | 35 ++++++++++++++++++ .../Postman/12.18.5/Postman.Postman.yaml | 8 ++++ 4 files changed, 104 insertions(+) create mode 100644 manifests/p/Postman/Postman/12.18.5/Postman.Postman.installer.yaml create mode 100644 manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.en-US.yaml create mode 100644 manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.zh-CN.yaml create mode 100644 manifests/p/Postman/Postman/12.18.5/Postman.Postman.yaml diff --git a/manifests/p/Postman/Postman/12.18.5/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..46094e24d1754 --- /dev/null +++ b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.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: Postman.Postman +PackageVersion: 12.18.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.18.5/windows_64 + InstallerSha256: 40097CFB35450C965CC665090793CD8D4F49870AB7286E1690885D38DE60F488 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..8b0a3c86f36fd --- /dev/null +++ b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.18.5 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..536771ccbeecd --- /dev/null +++ b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.18.5 +PackageLocale: zh-CN +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.18.5/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.yaml new file mode 100644 index 0000000000000..dcc575af45b28 --- /dev/null +++ b/manifests/p/Postman/Postman/12.18.5/Postman.Postman.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: Postman.Postman +PackageVersion: 12.18.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d5b6a2cc494367a0a2fafb9e094747898de08ecf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:33:14 +0800 Subject: [PATCH 008/113] New version: Sourcegraph.Amp version 0.0.1783660582-g392d1a (#400304) --- .../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.1783642905-gaf98d4 => 0.0.1783660582-g392d1a}/Sourcegraph.Amp.installer.yaml (63%) rename manifests/s/Sourcegraph/Amp/{0.0.1783642905-gaf98d4 => 0.0.1783660582-g392d1a}/Sourcegraph.Amp.locale.en-US.yaml (97%) rename manifests/s/Sourcegraph/Amp/{0.0.1783642905-gaf98d4 => 0.0.1783660582-g392d1a}/Sourcegraph.Amp.locale.zh-CN.yaml (96%) rename manifests/s/Sourcegraph/Amp/{0.0.1783642905-gaf98d4 => 0.0.1783660582-g392d1a}/Sourcegraph.Amp.yaml (85%) diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.installer.yaml index 8b9ca21547235..27c3da6d611af 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/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.1783642905-gaf98d4 +PackageVersion: 0.0.1783660582-g392d1a InstallerType: portable Commands: - amp @@ -11,7 +11,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1783642905-gaf98d4/amp-windows-x64-baseline.exe - InstallerSha256: 374D482C549927F4064D8CA114305786EB947AA725971C2AE5C7591D96EAFBC1 + InstallerUrl: https://static.ampcode.com/cli/0.0.1783660582-g392d1a/amp-windows-x64-baseline.exe + InstallerSha256: 4BD2F9D8544E28E3C0C43E989746756662AA109A637B66FC58185D35EB19E276 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.en-US.yaml index 2d45e1312dc33..08fc220ff2b36 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/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.1783642905-gaf98d4 +PackageVersion: 0.0.1783660582-g392d1a PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.zh-CN.yaml index ed2cff0214b3c..df8c008f73744 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/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.1783642905-gaf98d4 +PackageVersion: 0.0.1783660582-g392d1a PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.yaml index 0eaf0a66b220f..220f73d2e54f6 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783642905-gaf98d4/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/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.1783642905-gaf98d4 +PackageVersion: 0.0.1783660582-g392d1a DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 149cccdd763ab9d8afffcb84fb067233945ba000 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:33:52 +0800 Subject: [PATCH 009/113] New version: ThinkInAIXYZ.DeepChat version 1.0.8 (#400305) --- .../ThinkInAIXYZ.DeepChat.installer.yaml | 30 +++++++++++ .../ThinkInAIXYZ.DeepChat.locale.en-US.yaml | 27 ++++++++++ .../ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml | 53 +++++++++++++++++++ .../DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.yaml | 8 +++ 4 files changed, 118 insertions(+) create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.installer.yaml create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.en-US.yaml create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.yaml diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.installer.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.installer.yaml new file mode 100644 index 0000000000000..8381fc3130f31 --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.8 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +Protocols: +- deepchat +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 5220878b-7ef2-5ee3-b5b9-0403f8853ab4 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ThinkInAIXYZ/deepchat/releases/download/v1.0.8/DeepChat-1.0.8-windows-x64.exe + InstallerSha256: 2DF9510EE48971D075C98902031F3F10F645145AA87DAEF5D27802013CA759EA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ThinkInAIXYZ/deepchat/releases/download/v1.0.8/DeepChat-1.0.8-windows-x64.exe + InstallerSha256: 2DF9510EE48971D075C98902031F3F10F645145AA87DAEF5D27802013CA759EA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.en-US.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.en-US.yaml new file mode 100644 index 0000000000000..c3d27f6090ece --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.8 +PackageLocale: en-US +ShortDescription: DeepChat is a multi-platform AI client dedicated to making AI accessible to more people. +Description: DeepChat is an enterprise-level intelligent conversation platform leveraging advanced large language model (LLM) technology to deliver fluid, natural conversational experiences. It transcends being merely a simple chat tool, functioning as a robust content generation and knowledge management assistant. +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- qwen +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://deepchat.thinkinai.xyz/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6d24094a3d726 --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.8 +PackageLocale: zh-CN +Publisher: ThinkInAIXYZ +PublisherUrl: https://thinkinai.xyz/ +PublisherSupportUrl: https://deepchat.thinkinai.xyz/#/contact +PackageName: DeepChat +PackageUrl: https://deepchat.thinkinai.xyz/ +License: Apache-2.0 +LicenseUrl: https://github.com/ThinkInAIXYZ/deepchat/blob/HEAD/LICENSE +Copyright: Copyright 2026 ThinkInAIXYZ +ShortDescription: DeepChat 是一个多平台 AI 客户端,致力于让更多人享受 AI 带来的便利。 +Description: DeepChat 是一款企业级智能对话平台,基于先进的大语言模型(LLM)技术,为用户提供流畅自然的对话体验。它不仅是一个简单的聊天工具,更是一个强大的内容生成和知识管理助手。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotes: |- + v1.0.8 (2026-07-10) + - Added the main-window Plugins Hub, Feishu/Lark install authentication, and streaming card delivery for remote control + - Added MCP OAuth authentication, agent-scoped plugin controls for skills, MCP servers, and tools, plus improved skill sync workflows + - Expanded Agent Memory with task-aware recall, redesigned settings, health and lifecycle diagnostics, in-chat visibility, and reliability improvements + - Reworked scheduled tasks into Cron Jobs with a dedicated scheduler runtime, delivery routing, settings UI, and agent tool support + - Added TokenLab, OpenCode Go, and GPT-5.6/Codex 5.6 support with configurable effort levels + - Upgraded the provider and runtime stack to AI SDK v7, Zod v4, Electron 40.10.5, and DuckDB 1.5.4, while improving startup, chat rendering, scrolling, and responsive interaction performance + - Fixed New API response handling, endpoint debug selection, memory first-turn stalls, context-overflow auto-handoff, ACP permission requests, assistant loading state, attachment replay, draft cleanup, and macOS window restoration and hide behavior + - 新增主窗口插件中心、飞书/Lark 安装认证,以及远程控制流式卡片推送 + - 新增 MCP OAuth 认证、Agent 级 skills、MCP servers 与 tools 控制,并改进 skill sync 工作流 + - 扩展 Agent Memory,支持任务感知召回、重做设置页、健康与生命周期诊断、聊天内可见性,并提升可靠性 + - 将 scheduled tasks 重构为 Cron Jobs,支持独立 scheduler runtime、delivery routing、设置 UI 和 Agent tool + - 新增 TokenLab、OpenCode Go 和 GPT-5.6/Codex 5.6 支持,并提供可配置的 effort levels + - 将 provider 与 runtime 栈升级至 AI SDK v7、Zod v4、Electron 40.10.5 和 DuckDB 1.5.4,同时提升启动、聊天渲染、滚动与响应式交互性能 + - 修复 New API 响应处理、endpoint debug 选择、memory 首轮卡顿、context overflow 自动 handoff、ACP 权限请求、Assistant loading state、附件内容回放、草稿清理,以及 macOS 窗口恢复与隐藏行为 +ReleaseNotesUrl: https://github.com/ThinkInAIXYZ/deepchat/releases/tag/v1.0.8 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://deepchat.thinkinai.xyz/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.yaml new file mode 100644 index 0000000000000..3b010ac4734bf --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.8/ThinkInAIXYZ.DeepChat.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: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From c0e345fa4f961425c1fc2cdba9c20dd21a1e5756 Mon Sep 17 00:00:00 2001 From: JC Paredes Date: Fri, 10 Jul 2026 16:34:29 +0800 Subject: [PATCH 010/113] New version: jannskiee.floe 1.7.5 (#400307) Co-authored-by: goreleaserbot --- .../floe/1.7.5/jannskiee.floe.installer.yaml | 26 +++++++++++++++++++ .../1.7.5/jannskiee.floe.locale.en-US.yaml | 13 ++++++++++ .../jannskiee/floe/1.7.5/jannskiee.floe.yaml | 7 +++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.installer.yaml create mode 100644 manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.locale.en-US.yaml create mode 100644 manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.yaml diff --git a/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.installer.yaml b/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.installer.yaml new file mode 100644 index 0000000000000..aac4935f16d30 --- /dev/null +++ b/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.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: jannskiee.floe +PackageVersion: 1.7.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-10" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: floe.exe + PortableCommandAlias: floe + InstallerUrl: https://github.com/jannskiee/floe/releases/download/v1.7.5/floe_1.7.5_windows_amd64.zip + InstallerSha256: 3ba7f656f56f9cfe00daac79540d955a3c151c0435205b63f84f8ee88fa24512 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: floe.exe + PortableCommandAlias: floe + InstallerUrl: https://github.com/jannskiee/floe/releases/download/v1.7.5/floe_1.7.5_windows_arm64.zip + InstallerSha256: abcb05f1808d07721ad61cdfa2a1288061f1ece3263252d62919491b956e6cf1 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.locale.en-US.yaml b/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.locale.en-US.yaml new file mode 100644 index 0000000000000..4396a688f66e0 --- /dev/null +++ b/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.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: jannskiee.floe +PackageVersion: 1.7.5 +PackageLocale: en-US +Publisher: jannskiee +PackageName: floe +PackageUrl: https://floe.one +License: MIT +ShortDescription: Secure peer-to-peer file transfer CLI +Moniker: floe +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.yaml b/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.yaml new file mode 100644 index 0000000000000..25c703d5479dc --- /dev/null +++ b/manifests/j/jannskiee/floe/1.7.5/jannskiee.floe.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: jannskiee.floe +PackageVersion: 1.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 212e4c0ef14ecce4610323b1e3c33fb0858c17d4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:35:09 +0800 Subject: [PATCH 011/113] New version: ZhipuAI.ZCode version 3.3.4 (#400309) --- .../ZCode/3.3.4/ZhipuAI.ZCode.installer.yaml | 31 ++++++++++++++ .../3.3.4/ZhipuAI.ZCode.locale.en-US.yaml | 33 +++++++++++++++ .../3.3.4/ZhipuAI.ZCode.locale.zh-CN.yaml | 41 +++++++++++++++++++ .../z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.yaml | 8 ++++ 4 files changed, 113 insertions(+) create mode 100644 manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.installer.yaml create mode 100644 manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.locale.en-US.yaml create mode 100644 manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.locale.zh-CN.yaml create mode 100644 manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.yaml diff --git a/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.installer.yaml b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.installer.yaml new file mode 100644 index 0000000000000..10a61978cdf94 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 3.3.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- zcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 268ce9e6-a30b-5890-ad18-d4b3ebba5377 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn-zcode.z.ai/zcode/electron/releases/3.3.4/ZCode-3.3.4-win-x64.exe + InstallerSha256: 8E4CFB78697389348469E4C2E3B15D95F6F471CBDD5CEC1EF02B31588CDE367A + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn-zcode.z.ai/zcode/electron/releases/3.3.4/ZCode-3.3.4-win-x64.exe + InstallerSha256: 8E4CFB78697389348469E4C2E3B15D95F6F471CBDD5CEC1EF02B31588CDE367A + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.locale.en-US.yaml b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.locale.en-US.yaml new file mode 100644 index 0000000000000..b55af77168e89 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 3.3.4 +PackageLocale: en-US +Publisher: Z.AI +PublisherUrl: https://z.ai/ +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +PackageName: Z Code +PackageUrl: https://zcode-ai.com/ +License: Proprietary +Copyright: © 2026 Z Code. All rights reserved. +ShortDescription: Z Code combines the best AI agents with your existing tools so you can plan, code, review, and deploy without friction. +Description: Z Code is a lightweight AI code editor designed to address the high operational barrier of command-line AI programming tools (such as Claude Code, Codex, Gemini, etc.). By providing a unified and user-friendly visual desktop interface, it seamlessly integrates the capabilities of these Agents, allowing smooth switching and experience across multiple Agent programming tools with just one API key. Additionally, it offers a series of features including secure file version management, efficient code review, task agents, MCP protocol management, and more, delivering you an all-in-one AI-assisted development experience. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Document + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.locale.zh-CN.yaml b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a384b0de4937 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 3.3.4 +PackageLocale: zh-CN +Author: 北京智谱华章科技有限公司 +License: 专有软件 +ShortDescription: Z Code 将最佳的 AI 代理与您现有的工具相结合,让您能够顺畅地进行规划、编码、审查和部署。 +Description: Z Code 是一款轻量级的 AI 代码编辑器,旨在解决命令行 AI 编程工具(如 Claude Code、Codex、Gemini 等)操作门槛高的问题。它通过提供一个统一、友好的可视化桌面,将这些 Agent 的能力无缝集成,仅使用一个 api key 就能丝滑切换体验多个 Agent 编程工具。此外,还提供安全的文件版本管理、高效代码审查、任务 Agent、MCP 协议管理等一系列特性,为你打造一站式的 AI 辅助开发体验。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 新功能 + - 新增后台任务,子智能体和 bash 都可后台执行。 + - SSH 场景支持同步本地插件和市场。 + - Markdown 表格支持展开查看和横向滚动。 + - 大屏下聊天内容区域显示更宽。 + - 团队订阅方案开通成功后会通知成员。 + 问题修复 + - 修复手机端输入框自动放大的问题。 + - 修复登录凭据异常时可能无法恢复的问题。 + - 修复远程环境初始化不稳定的问题。 + - 修复后台子任务可能卡住的问题。 + - 修复不可用模型未正确提示的问题。 + - 修复模型选择和默认配置可能丢失的问题。 + - 修复聊天宽度变化时的显示抖动。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.yaml b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.yaml new file mode 100644 index 0000000000000..7c0e0ae8cec63 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.3.4/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 3.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 82b8bbafce913ebddfde4ab702fa47cb65f7cd78 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:35:47 +0800 Subject: [PATCH 012/113] New version: zhukunpenglinyutong.CCGUI version 0.6.9 (#400310) --- .../zhukunpenglinyutong.CCGUI.installer.yaml | 16 ++++++++ ...hukunpenglinyutong.CCGUI.locale.en-US.yaml | 18 +++++++++ ...hukunpenglinyutong.CCGUI.locale.zh-CN.yaml | 38 +++++++++++++++++++ .../0.6.9/zhukunpenglinyutong.CCGUI.yaml | 8 ++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.installer.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.en-US.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.yaml diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.installer.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.installer.yaml new file mode 100644 index 0000000000000..2ad7c43ebfce3 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.6.9 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ccgui +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/download/v0.6.9/ccgui_0.6.9_x64-setup.exe + InstallerSha256: 90526C29E0FF230B079ADC461061056D335F2F01EBF63052AED9B6740E806ED4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.en-US.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.en-US.yaml new file mode 100644 index 0000000000000..93e3710f99a36 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.6.9 +PackageLocale: en-US +ShortDescription: CC GUI Client (Vibe Coding Platform Designed for Developers) +Description: CC GUI targets professional developers, serving as a replacement for Cursor. Focusing on developer experience, our ultimate goal is to build a 100% open-source and transparent next-generation Vibe Coding editor (supporting engines such as Claude Code, Codex, etc.) +Tags: +- ai +- claude-code +- code +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..122bcda0acb0a --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.6.9 +PackageLocale: zh-CN +Publisher: zhukunpenglinyutong +PublisherUrl: https://github.com/zhukunpenglinyutong +PublisherSupportUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/issues +Author: 朱昆鹏 +PackageName: ccgui +PackageUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui +License: MIT +LicenseUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2026 Thomas Ricouard + Copyright (c) 2026 zhukunpenglinyutong(朱昆鹏) +ShortDescription: CC GUI 客户端(专为开发者打造的 Vibe Coding 平台) +Description: CC GUI 目标群体是专业开发者,可以替代 Curosr 使用。专注于开发者体验,我们最终目标是打造一个 100% 开源透明的下一代 Vibe Coding 编辑器(支持 Claude Code,Codex 等引擎) +Tags: +- claude-code +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ReleaseNotes: |- + New Features + - 添加 5.6 系列模型 + - remember last picked codex provider for one-click session creation + - optimistic codex session creation and live-text segment fixes + Fixes + - harden pending-thread rebind and delete races + - 修复子仓库文件打开路径 + - align generic tool block marker with sibling tool rows + - 对齐 Hub 文件列表选择 UI +ReleaseNotesUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/tag/v0.6.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.yaml new file mode 100644 index 0000000000000..6a990357811d2 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.6.9/zhukunpenglinyutong.CCGUI.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: zhukunpenglinyutong.CCGUI +PackageVersion: 0.6.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From d6f0ef5d9389d2a568bd9b08313901e8abac7546 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:36:24 +0300 Subject: [PATCH 013/113] New version: laurentiu021.SysManager version 1.52.69 (#400312) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.69/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..946fa09e53c44 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.69/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.52.69 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.69/SysManager-v1.52.69.exe + InstallerSha256: B6ABAA73771EFA27414AF2642233FE9082EF59988B344BEA110C6F76C3EE8AF3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..8081f7b25caf4 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.69 +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.52.69] - 2026-07-10 + Fixed + - GPU temperature could stop being reported for the rest of a session on some NVIDIA machines. The Dashboard reads temperatures from several places at once (the 2-second temperature tile, the manual Refresh button, and the always-on resource-history sampler). On a non-administrator session the NVIDIA read path set up its GPU connection without the guard the other sensor path already used, so two of those reads starting at the same moment could collide during that one-time setup — and if the colliding attempt failed, the app remembered "no NVIDIA GPU" permanently and quietly dropped GPU temperature until the app was restarted. That setup is now serialized behind the same lock the rest of the temperature reading already uses, so simultaneous reads no longer collide and a transient collision can't disable GPU temperature for the session. + Verify the download + Get-FileHash .\SysManager-v1.52.69.exe -Algorithm SHA256 + Expected SHA256: B6ABAA73771EFA27414AF2642233FE9082EF59988B344BEA110C6F76C3EE8AF3 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.69 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.69/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..8ac91751e95f2 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.69/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.52.69 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6b0131b5b6fb3f01bffbbaf02da0dc05f3bc2d7d Mon Sep 17 00:00:00 2001 From: Alejandro Soriano <31532028+Aleixenandros@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:37:04 +0200 Subject: [PATCH 014/113] New version: rustty.Rustty version 1.51.0 (#400314) --- .../1.51.0/rustty.Rustty.installer.yaml | 21 +++++++++++ .../1.51.0/rustty.Rustty.locale.es-ES.yaml | 37 +++++++++++++++++++ .../r/rustty/Rustty/1.51.0/rustty.Rustty.yaml | 8 ++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.installer.yaml create mode 100644 manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.locale.es-ES.yaml create mode 100644 manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.yaml diff --git a/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.installer.yaml b/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.installer.yaml new file mode 100644 index 0000000000000..714da497fbf92 --- /dev/null +++ b/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: rustty.Rustty +PackageVersion: 1.51.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{B8C8BF45-5A6B-482C-9F4E-CBB41C3A13BC}' +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- ProductCode: '{B8C8BF45-5A6B-482C-9F4E-CBB41C3A13BC}' + UpgradeCode: '{3B253B6F-30AE-53D8-984C-60148C2CAC85}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rustty' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aleixenandros/Rustty/releases/download/v1.51.0/Rustty_1.51.0_x64.msi + InstallerSha256: EF563620CE4C5CD24B198B1DB3C05D08DFB6E5032E892F3D6188443507EE8997 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.locale.es-ES.yaml b/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.locale.es-ES.yaml new file mode 100644 index 0000000000000..a979c4239e3bb --- /dev/null +++ b/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.locale.es-ES.yaml @@ -0,0 +1,37 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: rustty.Rustty +PackageVersion: 1.51.0 +PackageLocale: es-ES +Publisher: rustty +PublisherUrl: https://rustty.es/ +PublisherSupportUrl: https://github.com/Aleixenandros/Rustty/issues +PrivacyUrl: https://rustty.es/politica-privacidad +Author: Alejandro Soriano +PackageName: Rustty +PackageUrl: https://github.com/Aleixenandros/Rustty +License: Apache-2.0 +LicenseUrl: https://github.com/Aleixenandros/Rustty/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alejandro Soriano +CopyrightUrl: https://github.com/Aleixenandros/Rustty/blob/main/NOTICE +ShortDescription: Cliente de terminal y gestor de conexiones SSH/SFTP/RDP multiplataforma, escrito en Rust +Description: Rustty es un cliente de terminal y gestor de conexiones multiplataforma, moderno y ligero. Soporta SSH, SFTP, FTP, FTPS y RDP, con terminal acelerado por GPU, panel de ficheros integrado, túneles SSH, snippets y paleta de comandos. +Moniker: rustty +Tags: +- console +- ftp +- ftps +- rdp +- rust +- sftp +- shell +- ssh +- tauri +- terminal +ReleaseNotes: Ver CHANGELOG para detalles. +ReleaseNotesUrl: https://github.com/Aleixenandros/Rustty/releases/tag/v1.51.0 +Documentations: +- DocumentUrl: https://rustty.es/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.yaml b/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.yaml new file mode 100644 index 0000000000000..3536ef3611bf2 --- /dev/null +++ b/manifests/r/rustty/Rustty/1.51.0/rustty.Rustty.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: rustty.Rustty +PackageVersion: 1.51.0 +DefaultLocale: es-ES +ManifestType: version +ManifestVersion: 1.12.0 From c7be769806db6310283a26796e420e2418dfc908 Mon Sep 17 00:00:00 2001 From: Oliver Schantz Date: Fri, 10 Jul 2026 10:37:32 +0200 Subject: [PATCH 015/113] Remove version: frequency403.OpenSSHGUI version 3.0.1 (#400321) --- .../frequency403.OpenSSHGUI.installer.yaml | 16 ------------ .../frequency403.OpenSSHGUI.locale.en-US.yaml | 25 ------------------- .../3.0.1/frequency403.OpenSSHGUI.yaml | 8 ------ 3 files changed, 49 deletions(-) delete mode 100644 manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.installer.yaml delete mode 100644 manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.locale.en-US.yaml delete mode 100644 manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.yaml diff --git a/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.installer.yaml b/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.installer.yaml deleted file mode 100644 index b7c6bbc8a2a72..0000000000000 --- a/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: frequency403.OpenSSHGUI -PackageVersion: 3.0.1 -InstallerType: portable -InstallModes: -- silent -UpgradeBehavior: install -ReleaseDate: 2026-03-24 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/frequency403/OpenSSH-GUI/releases/download/v3.0.1/OpenSSH-GUI-win-x64.exe - InstallerSha256: 530F1A91C7EA02C3E376DB946B6052F465A5F7C5A474404B033EAF088C3B6240 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.locale.en-US.yaml b/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.locale.en-US.yaml deleted file mode 100644 index d9e7280c3ff29..0000000000000 --- a/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: frequency403.OpenSSHGUI -PackageVersion: 3.0.1 -PackageLocale: en-US -Publisher: frequency403 -PublisherUrl: https://github.com/frequency403 -PublisherSupportUrl: https://github.com/frequency403/OpenSSH-GUI/issues -Author: Oliver Schantz -PackageName: OpenSSH_GUI -PackageUrl: https://github.com/frequency403/OpenSSH-GUI -License: MIT -LicenseUrl: https://github.com/frequency403/OpenSSH-GUI/blob/HEAD/LICENSE -ShortDescription: A simple GUI front-end for OpenSSH for Windows, Linux and Mac! -Description: Discover OpenSSH-GUI, an intuitive graphical interface for OpenSSH, designed for Windows, Linux, and Mac users. Built entirely in C#, this open-source tool simplifies managing SSH connections, keys, and configurations. -Moniker: opensshgui -ReleaseNotes: |- - What's Changed - - Fix naming errors and startup issues with file readability - Release v3.0.1 by @frequency403 in #19 - - Release/v3.0.1 by @frequency403 in #20 - Full Changelog: v3.0.0...v3.0.1 -ReleaseNotesUrl: https://github.com/frequency403/OpenSSH-GUI/releases/tag/v3.0.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.yaml b/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.yaml deleted file mode 100644 index e249973c05053..0000000000000 --- a/manifests/f/frequency403/OpenSSHGUI/3.0.1/frequency403.OpenSSHGUI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: frequency403.OpenSSHGUI -PackageVersion: 3.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 37490c6c8592fb2d04ce90e8b84b7d7698d2b3dd Mon Sep 17 00:00:00 2001 From: Ahmed ElMallah Date: Fri, 10 Jul 2026 01:52:09 -0700 Subject: [PATCH 016/113] Update Bomly CLI to v0.15.0 (#393377) Co-authored-by: goreleaserbot --- .../0.15.0/Bomly.BomlyCLI.installer.yaml | 26 +++++++++++++++++++ .../0.15.0/Bomly.BomlyCLI.locale.en-US.yaml | 24 +++++++++++++++++ .../Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.yaml | 7 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.installer.yaml create mode 100644 manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.locale.en-US.yaml create mode 100644 manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.yaml diff --git a/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.installer.yaml b/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.installer.yaml new file mode 100644 index 0000000000000..9106f1c317127 --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.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: Bomly.BomlyCLI +PackageVersion: 0.15.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-26" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bomly.exe + PortableCommandAlias: bomly + InstallerUrl: https://github.com/bomly-dev/bomly-cli/releases/download/v0.15.0/bomly_0.15.0_windows_arm64.zip + InstallerSha256: 6e07b6c68cf82a97e9bfc38dde321a3b821f658c17de2a02dcad88d15d6d52c5 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bomly.exe + PortableCommandAlias: bomly + InstallerUrl: https://github.com/bomly-dev/bomly-cli/releases/download/v0.15.0/bomly_0.15.0_windows_amd64.zip + InstallerSha256: 72b6a85b3d00970f5d3e19fde01d063bb12b0020f5573a3096fc967b8ba60f11 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.locale.en-US.yaml b/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..5fd9169ff904d --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.locale.en-US.yaml @@ -0,0 +1,24 @@ +# 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: Bomly.BomlyCLI +PackageVersion: 0.15.0 +PackageLocale: en-US +Publisher: Bomly +PublisherUrl: https://github.com/bomly-dev +PublisherSupportUrl: https://github.com/bomly-dev/bomly-cli/issues +PackageName: Bomly CLI +PackageUrl: https://bomly.dev/cli +License: Apache-2.0 +LicenseUrl: https://github.com/bomly-dev/bomly-cli/blob/main/LICENSE +Copyright: Copyright Bomly contributors +ShortDescription: Free, open-source CLI for dependency intelligence and SBOM analysis. +Description: Bomly is a free, open-source CLI that scans your projects, SBOMs, and container images, explains where each dependency came from, and surfaces vulnerability and license data when you ask for it. +Moniker: bomly +Tags: + - cli + - security + - dependencies + - sbom + - vulnerability +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.yaml b/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.yaml new file mode 100644 index 0000000000000..595187f78e612 --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.15.0/Bomly.BomlyCLI.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: Bomly.BomlyCLI +PackageVersion: 0.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8c67e68026fbc97c631effda322527dc7b093545 Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Fri, 10 Jul 2026 02:52:47 -0600 Subject: [PATCH 017/113] New version: ghchinoy.a2acli 1.4.5 (#394659) Co-authored-by: goreleaserbot --- .../1.4.5/ghchinoy.a2acli.installer.yaml | 26 +++++++++++++++++++ .../1.4.5/ghchinoy.a2acli.locale.en-US.yaml | 15 +++++++++++ .../a2acli/1.4.5/ghchinoy.a2acli.yaml | 7 +++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.installer.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.locale.en-US.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.yaml diff --git a/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.installer.yaml b/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.installer.yaml new file mode 100644 index 0000000000000..7d97db4d1d2df --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.4.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-28" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.4.5/a2acli_Windows_arm64.zip + InstallerSha256: f7c5f3f8f339007cabd5104535a52e6c884033c94d7e0702d4cb87afdd05b80b + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.4.5/a2acli_Windows_x86_64.zip + InstallerSha256: 52099e55bd597e3b579d2652bf5baeaff7c75eacf4f0c23458eef801aa9f88b4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.locale.en-US.yaml b/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.locale.en-US.yaml new file mode 100644 index 0000000000000..53ba7cbc8a505 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.locale.en-US.yaml @@ -0,0 +1,15 @@ +# 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: ghchinoy.a2acli +PackageVersion: 1.4.5 +PackageLocale: en-US +Publisher: ghchinoy +PublisherUrl: https://github.com/ghchinoy +PublisherSupportUrl: https://github.com/ghchinoy/a2acli/issues +PackageName: a2acli +PackageUrl: https://github.com/ghchinoy/a2acli +License: Apache-2.0 +ShortDescription: A standalone A2A v1.0 compliant command-line client +Moniker: a2acli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.yaml b/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.yaml new file mode 100644 index 0000000000000..eafada98940c3 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.4.5/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c179d59e709a78cfe9e34c02a19ee1651932bf54 Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Fri, 10 Jul 2026 02:53:19 -0600 Subject: [PATCH 018/113] New version: ghchinoy.a2acli 1.6.4 (#395192) Co-authored-by: goreleaserbot --- .../1.6.4/ghchinoy.a2acli.installer.yaml | 26 +++++++++++++++++++ .../1.6.4/ghchinoy.a2acli.locale.en-US.yaml | 15 +++++++++++ .../a2acli/1.6.4/ghchinoy.a2acli.yaml | 7 +++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.installer.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.locale.en-US.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.yaml diff --git a/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.installer.yaml b/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.installer.yaml new file mode 100644 index 0000000000000..cd5854226aaad --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.6.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-29" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.6.4/a2acli_Windows_arm64.zip + InstallerSha256: 8e406b98cbdddecece57942a56353998a1a04f18592c989ccfd544132265ee8f + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.6.4/a2acli_Windows_x86_64.zip + InstallerSha256: 09572a9ebe87e7a591b86e491fce4515e008c7701ab0603552503f3eb4623142 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.locale.en-US.yaml b/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.locale.en-US.yaml new file mode 100644 index 0000000000000..5fe1849d53b70 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.locale.en-US.yaml @@ -0,0 +1,15 @@ +# 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: ghchinoy.a2acli +PackageVersion: 1.6.4 +PackageLocale: en-US +Publisher: ghchinoy +PublisherUrl: https://github.com/ghchinoy +PublisherSupportUrl: https://github.com/ghchinoy/a2acli/issues +PackageName: a2acli +PackageUrl: https://github.com/ghchinoy/a2acli +License: Apache-2.0 +ShortDescription: A standalone A2A v1.0 compliant command-line client +Moniker: a2acli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.yaml b/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.yaml new file mode 100644 index 0000000000000..8c2310b95c740 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.6.4/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 56b11ce1d347e876612871c3e2e329a2e56bed6f Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Fri, 10 Jul 2026 02:53:52 -0600 Subject: [PATCH 019/113] New version: ghchinoy.a2acli 1.6.5 (#395255) Co-authored-by: goreleaserbot --- .../1.6.5/ghchinoy.a2acli.installer.yaml | 26 +++++++++++++++++++ .../1.6.5/ghchinoy.a2acli.locale.en-US.yaml | 15 +++++++++++ .../a2acli/1.6.5/ghchinoy.a2acli.yaml | 7 +++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.installer.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.locale.en-US.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.yaml diff --git a/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.installer.yaml b/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.installer.yaml new file mode 100644 index 0000000000000..fb21fd7fd287e --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.6.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.6.5/a2acli_Windows_arm64.zip + InstallerSha256: 58e6d6a1b454a3d57e9cd2e5d221477cc4dc469977e8538eaa7d37badaa67c7e + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.6.5/a2acli_Windows_x86_64.zip + InstallerSha256: e8cc8d34cbb20ff4aec31a9651ae5a45e7c6e02b53150547066d7235ab76d66f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.locale.en-US.yaml b/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.locale.en-US.yaml new file mode 100644 index 0000000000000..d7c8229dad198 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.locale.en-US.yaml @@ -0,0 +1,15 @@ +# 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: ghchinoy.a2acli +PackageVersion: 1.6.5 +PackageLocale: en-US +Publisher: ghchinoy +PublisherUrl: https://github.com/ghchinoy +PublisherSupportUrl: https://github.com/ghchinoy/a2acli/issues +PackageName: a2acli +PackageUrl: https://github.com/ghchinoy/a2acli +License: Apache-2.0 +ShortDescription: A standalone A2A v1.0 compliant command-line client +Moniker: a2acli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.yaml b/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.yaml new file mode 100644 index 0000000000000..32fd7989ce3d2 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.6.5/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f826d369ed797bc55e80c9227efa812ff11ee185 Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Fri, 10 Jul 2026 02:54:25 -0600 Subject: [PATCH 020/113] New version: ghchinoy.a2acli 1.7.0 (#395257) Co-authored-by: goreleaserbot --- .../1.7.0/ghchinoy.a2acli.installer.yaml | 26 +++++++++++++++++++ .../1.7.0/ghchinoy.a2acli.locale.en-US.yaml | 15 +++++++++++ .../a2acli/1.7.0/ghchinoy.a2acli.yaml | 7 +++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.installer.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.locale.en-US.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.yaml diff --git a/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.installer.yaml b/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.installer.yaml new file mode 100644 index 0000000000000..4c46e53bbf3c9 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.7.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.7.0/a2acli_Windows_arm64.zip + InstallerSha256: f7bbce71a04b8046af2d097b3cbd297b9bab9e0ae3155916a38fc2248dd509e9 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.7.0/a2acli_Windows_x86_64.zip + InstallerSha256: 4135429a7ef7382565fbbf7249c8a64a747ce7ed756f0f64608749cebd2a56ac + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.locale.en-US.yaml b/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.locale.en-US.yaml new file mode 100644 index 0000000000000..6bcec87beb555 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.locale.en-US.yaml @@ -0,0 +1,15 @@ +# 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: ghchinoy.a2acli +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: ghchinoy +PublisherUrl: https://github.com/ghchinoy +PublisherSupportUrl: https://github.com/ghchinoy/a2acli/issues +PackageName: a2acli +PackageUrl: https://github.com/ghchinoy/a2acli +License: Apache-2.0 +ShortDescription: A standalone A2A v1.0 compliant command-line client +Moniker: a2acli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.yaml b/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.yaml new file mode 100644 index 0000000000000..8cc33611fc3d3 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.7.0/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 93a4341761d7dc7b2f12d3db44190d3a434de3ba Mon Sep 17 00:00:00 2001 From: Ahmed ElMallah Date: Fri, 10 Jul 2026 01:55:01 -0700 Subject: [PATCH 021/113] Update Bomly CLI to v0.16.0 (#395439) Co-authored-by: goreleaserbot --- .../0.16.0/Bomly.BomlyCLI.installer.yaml | 26 +++++++++++++++++++ .../0.16.0/Bomly.BomlyCLI.locale.en-US.yaml | 24 +++++++++++++++++ .../Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.yaml | 7 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.installer.yaml create mode 100644 manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.locale.en-US.yaml create mode 100644 manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.yaml diff --git a/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.installer.yaml b/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.installer.yaml new file mode 100644 index 0000000000000..95e53cb145ae6 --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.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: Bomly.BomlyCLI +PackageVersion: 0.16.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bomly.exe + PortableCommandAlias: bomly + InstallerUrl: https://github.com/bomly-dev/bomly-cli/releases/download/v0.16.0/bomly_0.16.0_windows_arm64.zip + InstallerSha256: 77ed550372a76ded916887aa706d5a3030ee0fbfe5d8c7f503c5b34036a0dd0b + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bomly.exe + PortableCommandAlias: bomly + InstallerUrl: https://github.com/bomly-dev/bomly-cli/releases/download/v0.16.0/bomly_0.16.0_windows_amd64.zip + InstallerSha256: 355a2b1ba1e1b7ff1fb8d1da3f804643e3c18d48a9b71099fb31b9cb4565d424 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.locale.en-US.yaml b/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..5222e769be312 --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.locale.en-US.yaml @@ -0,0 +1,24 @@ +# 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: Bomly.BomlyCLI +PackageVersion: 0.16.0 +PackageLocale: en-US +Publisher: Bomly +PublisherUrl: https://github.com/bomly-dev +PublisherSupportUrl: https://github.com/bomly-dev/bomly-cli/issues +PackageName: Bomly CLI +PackageUrl: https://bomly.dev/cli +License: Apache-2.0 +LicenseUrl: https://github.com/bomly-dev/bomly-cli/blob/main/LICENSE +Copyright: Copyright Bomly contributors +ShortDescription: Free, open-source CLI for dependency intelligence and SBOM analysis. +Description: Bomly is a free, open-source CLI that scans your projects, SBOMs, and container images, explains where each dependency came from, and surfaces vulnerability and license data when you ask for it. +Moniker: bomly +Tags: + - cli + - security + - dependencies + - sbom + - vulnerability +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.yaml b/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.yaml new file mode 100644 index 0000000000000..185f5916eeae6 --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.16.0/Bomly.BomlyCLI.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: Bomly.BomlyCLI +PackageVersion: 0.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 48f7c0a355ef493c96f70ca56b9afd74b74507fd Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Fri, 10 Jul 2026 02:55:35 -0600 Subject: [PATCH 022/113] New version: ghchinoy.a2acli 1.8.1 (#395758) Co-authored-by: goreleaserbot --- .../1.8.1/ghchinoy.a2acli.installer.yaml | 26 +++++++++++++++++++ .../1.8.1/ghchinoy.a2acli.locale.en-US.yaml | 15 +++++++++++ .../a2acli/1.8.1/ghchinoy.a2acli.yaml | 7 +++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.installer.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.locale.en-US.yaml create mode 100644 manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.yaml diff --git a/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.installer.yaml b/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.installer.yaml new file mode 100644 index 0000000000000..5adc093e6e01b --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.8.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.8.1/a2acli_Windows_arm64.zip + InstallerSha256: 4a2d92711cbd7ee6466c48d2326181a00b36d434887c2dde9c540f3c07cec142 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: a2acli.exe + PortableCommandAlias: a2acli + InstallerUrl: https://github.com/ghchinoy/a2acli/releases/download/v1.8.1/a2acli_Windows_x86_64.zip + InstallerSha256: e1763ec79596bd3f07bd6b7e8a3573c17c23554ef636aea110b948c83e296319 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.locale.en-US.yaml b/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.locale.en-US.yaml new file mode 100644 index 0000000000000..17765c6ab794d --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.locale.en-US.yaml @@ -0,0 +1,15 @@ +# 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: ghchinoy.a2acli +PackageVersion: 1.8.1 +PackageLocale: en-US +Publisher: ghchinoy +PublisherUrl: https://github.com/ghchinoy +PublisherSupportUrl: https://github.com/ghchinoy/a2acli/issues +PackageName: a2acli +PackageUrl: https://github.com/ghchinoy/a2acli +License: Apache-2.0 +ShortDescription: A standalone A2A v1.0 compliant command-line client +Moniker: a2acli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.yaml b/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.yaml new file mode 100644 index 0000000000000..c5995570cd4a0 --- /dev/null +++ b/manifests/g/ghchinoy/a2acli/1.8.1/ghchinoy.a2acli.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: ghchinoy.a2acli +PackageVersion: 1.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1eefc845e1c62ace2cc6771d01320370ecf6347b Mon Sep 17 00:00:00 2001 From: Juan Garcia Longaron Date: Fri, 10 Jul 2026 10:56:09 +0200 Subject: [PATCH 023/113] New version: Glanvu.Glanvu version 0.6.1 (#396476) --- .../Glanvu/0.6.1/Glanvu.Glanvu.installer.yaml | 17 ++++++++++++ .../0.6.1/Glanvu.Glanvu.locale.en-US.yaml | 27 +++++++++++++++++++ .../g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.yaml | 6 +++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.installer.yaml create mode 100644 manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.locale.en-US.yaml create mode 100644 manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.yaml diff --git a/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.installer.yaml b/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.installer.yaml new file mode 100644 index 0000000000000..3cb78ec2afe4a --- /dev/null +++ b/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Glanvu.Glanvu +PackageVersion: 0.6.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: Glanvu-0.6.1\glanvu.exe + PortableCommandAlias: glanvu +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/glanvu/glanvu/releases/download/v0.6.1/Glanvu-0.6.1-windows-x86_64.zip + InstallerSha256: 4A433CE7185034AB9717BA644607CE46486A50E9758CE2C61FFD039FE2C79DB7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.locale.en-US.yaml b/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.locale.en-US.yaml new file mode 100644 index 0000000000000..d6fc6a7b1762e --- /dev/null +++ b/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Glanvu.Glanvu +PackageVersion: 0.6.1 +PackageLocale: en-US +Publisher: Juan García Longarón +PublisherUrl: https://glanvu.com +PublisherSupportUrl: https://github.com/glanvu/glanvu/issues +PackageName: Glanvu +PackageUrl: https://glanvu.com +License: Apache-2.0 +LicenseUrl: https://github.com/glanvu/glanvu/blob/main/LICENSE +Copyright: © 2026 Juan García Longarón +ShortDescription: Fast, keyboard-driven, cross-platform universal image viewer and converter +Description: |- + Glanvu is a fast, GPU-accelerated image viewer and converter for Linux, macOS and + Windows. It loads instantly, navigates entire folders by keyboard, and includes a real + batch-convert pipeline (crop, rotate, resize, re-quality, rename). Supports JPEG, PNG, + WebP, GIF, BMP and TIFF via pure-Rust codecs — no system C libraries. +Moniker: glanvu +Tags: + - image + - viewer + - converter + - graphics + - photo +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.yaml b/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.yaml new file mode 100644 index 0000000000000..b58e869605796 --- /dev/null +++ b/manifests/g/Glanvu/Glanvu/0.6.1/Glanvu.Glanvu.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Glanvu.Glanvu +PackageVersion: 0.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 2090afc99926fe22c5178e30f77bd4c68b3c1502 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 10 Jul 2026 04:56:46 -0400 Subject: [PATCH 024/113] New version: Google.AndroidStudio.Canary version 2026.1.3.4 (#400284) Co-authored-by: UnownPlain --- ...Google.AndroidStudio.Canary.installer.yaml | 22 ++++++++ ...gle.AndroidStudio.Canary.locale.en-US.yaml | 52 +++++++++++++++++++ .../Google.AndroidStudio.Canary.yaml | 8 +++ 3 files changed, 82 insertions(+) create mode 100644 manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.installer.yaml create mode 100644 manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml create mode 100644 manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.yaml diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 0000000000000..b522283dde7aa --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2026.1.3.4 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: deny +ReleaseDate: 2026-07-10 +RequireExplicitUpgrade: true +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://edgedl.me.gvt1.com/android/studio/install/2026.1.3.4/android-studio-quail3-canary4-windows.exe + InstallerSha256: 273B02158D03849493BF880363FBDAF7E6D13ABDFD1D663A6348B0EEDAE905A8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..3913e833ff7f9 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2026.1.3.4 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +Agreements: +- AgreementLabel: Android Software Development Kit License Agreement + AgreementUrl: https://developer.android.com/studio/terms +ReleaseNotesUrl: https://androidstudio.googleblog.com/ +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.yaml new file mode 100644 index 0000000000000..dfc3bfd63e93a --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.3.4/Google.AndroidStudio.Canary.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: Google.AndroidStudio.Canary +PackageVersion: 2026.1.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 47c2b51b0746da6f566e9c5f1446e5d4e80160cc Mon Sep 17 00:00:00 2001 From: Janos Miko Date: Fri, 10 Jul 2026 10:57:20 +0200 Subject: [PATCH 025/113] New version: janosmiko.lfk 0.15.4 (#400313) Co-authored-by: goreleaserbot --- .../lfk/0.15.4/janosmiko.lfk.installer.yaml | 26 +++++++++++++++++ .../0.15.4/janosmiko.lfk.locale.en-US.yaml | 28 +++++++++++++++++++ .../j/janosmiko/lfk/0.15.4/janosmiko.lfk.yaml | 7 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.installer.yaml create mode 100644 manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.locale.en-US.yaml create mode 100644 manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.yaml diff --git a/manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.installer.yaml b/manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.installer.yaml new file mode 100644 index 0000000000000..122c685b0e0fd --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.15.4/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.15.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-10" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.15.4/lfk_0.15.4_windows_arm64.zip + InstallerSha256: 56887111650e13a5adbf535e6ebc3f20554b5703ed1ff68e141758765175d918 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.15.4/lfk_0.15.4_windows_amd64.zip + InstallerSha256: 1b26bb644f801c62d1c6600aff05d263926da7d13ec2972a6d9f106e8dc915f0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.locale.en-US.yaml b/manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.locale.en-US.yaml new file mode 100644 index 0000000000000..d736a31a71de4 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.15.4/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.15.4 +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.15.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.yaml b/manifests/j/janosmiko/lfk/0.15.4/janosmiko.lfk.yaml new file mode 100644 index 0000000000000..5139ceba4b492 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.15.4/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.15.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 95fb51018091ec3b45bf1eb35a5e72247047e593 Mon Sep 17 00:00:00 2001 From: qiyuey <1123274330@qq.com> Date: Fri, 10 Jul 2026 16:58:04 +0800 Subject: [PATCH 026/113] New version: Qiyuey.BingWallpaperNow version 1.5.6 (#400315) --- .../Qiyuey.BingWallpaperNow.installer.yaml | 29 ++++++++++ .../Qiyuey.BingWallpaperNow.locale.en-US.yaml | 54 +++++++++++++++++++ .../Qiyuey.BingWallpaperNow.locale.zh-CN.yaml | 27 ++++++++++ .../1.5.6/Qiyuey.BingWallpaperNow.yaml | 8 +++ 4 files changed, 118 insertions(+) create mode 100644 manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.installer.yaml create mode 100644 manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.en-US.yaml create mode 100644 manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.zh-CN.yaml create mode 100644 manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.yaml diff --git a/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.installer.yaml b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.installer.yaml new file mode 100644 index 0000000000000..3ed6f2360317f --- /dev/null +++ b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.installer.yaml @@ -0,0 +1,29 @@ +# 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: Qiyuey.BingWallpaperNow +PackageVersion: 1.5.6 +InstallerLocale: zh-CN +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-07-10 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Bing Wallpaper Now' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/qiyuey/bing-wallpaper-now/releases/download/1.5.6/Bing.Wallpaper.Now_1.5.6_x64_zh-CN.msi + InstallerSha256: FCB56F5D5BDB20D158D28410563923C13A2EFD4C93B76567241DB693ED5055F8 + ProductCode: '{5A7ECD7F-D7EC-4A32-BD49-40C19B09A177}' + AppsAndFeaturesEntries: + - ProductCode: '{5A7ECD7F-D7EC-4A32-BD49-40C19B09A177}' + UpgradeCode: '{B0269D67-4074-50E2-ACDE-E163F74CE4D1}' +- Architecture: arm64 + InstallerUrl: https://github.com/qiyuey/bing-wallpaper-now/releases/download/1.5.6/Bing.Wallpaper.Now_1.5.6_arm64_zh-CN.msi + InstallerSha256: AA08333B685B472D1B0AD9B0A0630AE915A7E58B1E9D2D629765078CCA4DCC49 + ProductCode: '{64C2FDA5-EB9C-411F-BC52-2C352D494934}' + AppsAndFeaturesEntries: + - ProductCode: '{64C2FDA5-EB9C-411F-BC52-2C352D494934}' + UpgradeCode: '{B0269D67-4074-50E2-ACDE-E163F74CE4D1}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.en-US.yaml b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.en-US.yaml new file mode 100644 index 0000000000000..7488c4bc485b7 --- /dev/null +++ b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.en-US.yaml @@ -0,0 +1,54 @@ +# 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: Qiyuey.BingWallpaperNow +PackageVersion: 1.5.6 +PackageLocale: en-US +Publisher: qiyuey +PublisherUrl: https://github.com/qiyuey +PublisherSupportUrl: https://github.com/qiyuey/bing-wallpaper-now/issues +PackageName: Bing Wallpaper Now +PackageUrl: https://github.com/qiyuey/bing-wallpaper-now +License: MIT +LicenseUrl: https://github.com/qiyuey/bing-wallpaper-now/blob/HEAD/LICENSE +ShortDescription: A cross-platform desktop app to automatically fetch and set Bing daily wallpapers +Description: |- + Bing Wallpaper Now is a lightweight cross-platform desktop application built with Tauri 2.0 (Rust + React). + It automatically fetches and sets Bing's daily wallpapers in UHD resolution. + Features include portrait display support, multi-monitor wallpaper setting, macOS deep integration + (Space auto-restore, fullscreen handling), in-app auto-update, and dark/light theme support. +Tags: +- background +- bing +- desktop +- tauri +- wallpaper +ReleaseNotes: |- + 更新内容 + Changed + - 应用图标简化为更清晰的太阳与双峰构图,小尺寸下更容易辨认 + - macOS 菜单栏与 Windows 通知区域改用简洁双峰图标;Windows 图标会随系统深浅模式自动切换 + 快速安装 + ───────────────────┬────────────── + 平台/架构 │安装包 + ───────────────────┼────────────── + Windows x64 │MSI + ───────────────────┼────────────── + Windows arm64 │MSI + ───────────────────┼────────────── + macOS Apple Silicon│arm64 dmg + ───────────────────┴────────────── + macOS 通过 Homebrew 安装 + brew tap qiyuey/tap + brew install --cask bing-wallpaper-now + Windows 通过 WinGet 安装 + winget install Qiyuey.BingWallpaperNow + macOS 安装方法 + 若出现"应用已损坏"或"无法打开",在终端执行(需要管理员权限时可在前面加 sudo): + xattr -rd com.apple.quarantine "/Applications/Bing Wallpaper Now.app" + 完整更新日志 + 1.5.5...1.5.6 + 感谢使用 Bing Wallpaper Now!如果你喜欢这个项目,欢迎在仓库加星支持。 +ReleaseNotesUrl: https://github.com/qiyuey/bing-wallpaper-now/releases/tag/1.5.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.zh-CN.yaml b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dd34cb6bc9c1a --- /dev/null +++ b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Qiyuey.BingWallpaperNow +PackageVersion: 1.5.6 +PackageLocale: zh-CN +Publisher: qiyuey +PublisherUrl: https://github.com/qiyuey +PublisherSupportUrl: https://github.com/qiyuey/bing-wallpaper-now/issues +PackageName: Bing Wallpaper Now +PackageUrl: https://github.com/qiyuey/bing-wallpaper-now +License: Anti-996 License +LicenseUrl: https://github.com/qiyuey/bing-wallpaper-now/blob/main/LICENSE +ShortDescription: 自动获取并设置 Bing 每日精美壁纸的跨平台桌面应用 +Description: |- + Bing Wallpaper Now 是一款基于 Tauri 2.0(Rust + React)构建的轻量跨平台桌面应用。 + 自动获取 Bing 每日壁纸并设置为桌面背景,支持 UHD 超高清分辨率。 + 特性包括竖屏显示器自动识别、多显示器壁纸设置、macOS 深度集成 + (Space 自动恢复、全屏应用处理)、应用内自动更新、深色/浅色主题等。 +Tags: +- background +- bing +- desktop +- tauri +- wallpaper +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.yaml b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.yaml new file mode 100644 index 0000000000000..0f72638b0d205 --- /dev/null +++ b/manifests/q/Qiyuey/BingWallpaperNow/1.5.6/Qiyuey.BingWallpaperNow.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: Qiyuey.BingWallpaperNow +PackageVersion: 1.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 43d83f1b45f970024019f76879a50e1453c777c9 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:58:39 +0300 Subject: [PATCH 027/113] New version: laurentiu021.SysManager version 1.52.70 (#400316) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.70/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..2d50cef8c0d7b --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.70/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.52.70 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.70/SysManager-v1.52.70.exe + InstallerSha256: B716F8DDB68E7F8C65C5338BDD21612C4D5A21F81A0194DDE944A8F94BEF98E6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..be721a8e566d5 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.70 +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.52.70] - 2026-07-10 + Fixed + - The Startup tab could throw an error when toggling items while the "Hide Windows entries" filter was changed at the same time. After enabling or disabling a startup item (or using "Enable all"), the tab finished its work on a background thread and then recounted the list from there. If the list was being re-filtered on the screen at that exact moment (for example, by ticking "Hide Windows entries"), the background recount could read the list while it was changing and fail. The work now finishes back on the screen's own thread — matching how the Services tab already does it — so the two can no longer collide. + Verify the download + Get-FileHash .\SysManager-v1.52.70.exe -Algorithm SHA256 + Expected SHA256: B716F8DDB68E7F8C65C5338BDD21612C4D5A21F81A0194DDE944A8F94BEF98E6 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.70 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.70/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..e5dbc1ff8bbcc --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.70/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.52.70 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b504653988a6c268575aa594b8be71f7dc76239d Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 10 Jul 2026 04:59:15 -0400 Subject: [PATCH 028/113] New version: Fastfetch-cli.Fastfetch version 2.66.0 (#400317) --- .../Fastfetch-cli.Fastfetch.installer.yaml | 22 +++++++++ .../Fastfetch-cli.Fastfetch.locale.en-US.yaml | 46 +++++++++++++++++++ .../2.66.0/Fastfetch-cli.Fastfetch.yaml | 8 ++++ 3 files changed, 76 insertions(+) create mode 100644 manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.installer.yaml create mode 100644 manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml create mode 100644 manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.yaml diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..585f30b6c122f --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.66.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.66.0/fastfetch-windows-amd64.zip + InstallerSha256: 3035B8ADD360BC3142CE81AC39BE352D3738273224E232195217F01C2398C87A +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.66.0/fastfetch-windows-aarch64.zip + InstallerSha256: 6DD67A4E8A8C138260CC1AF067E7C261656E62DC0303AB03DDFB0EEC6EF6F1F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..ab57f18cc06d4 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.66.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Changes: + - CPU package count is no longer reported in the default output. + - Users can still print it in custom formats via {packages} + Bugfixes: + - Fixed compatibility with WSL 2.9.3 (#2433, WM, Linux) + - Fixed accurate AMD GPU names are not queried in driverSpecific mode (GPU, Linux) + - Fixed GPU core counting for Apple Silicon GPU on Asahi Linux (GPU, Linux) + - Some internal cleanups and optimizations + Features: + - Added Astra Linux version detection (OS, Linux) + - Improved performance of Windows PowerShell version detection (Shell, Windows) + - Improved performance of Media module on macOS (Media, macOS) + - Added proxmox backup server detection (#2443, OS, Linux) + Logos: + - Added Flatcar, Azure Linux + - Added Chimera_small, Chimera2, Parabola2_small, PostmarketOS2, Qubes_small + - Updated linuxmint_small + - Cleaned up distro names +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.66.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..f9b242145bdb5 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.66.0/Fastfetch-cli.Fastfetch.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: Fastfetch-cli.Fastfetch +PackageVersion: 2.66.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7004a9ad7d352831e84c35d64597ed7014799387 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:59:56 +0800 Subject: [PATCH 029/113] New version: tonhowtf.OmniGet version 0.7.2 (#400318) --- .../0.7.2/tonhowtf.OmniGet.installer.yaml | 27 +++++++ .../0.7.2/tonhowtf.OmniGet.locale.en-US.yaml | 80 +++++++++++++++++++ .../OmniGet/0.7.2/tonhowtf.OmniGet.yaml | 8 ++ 3 files changed, 115 insertions(+) create mode 100644 manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.installer.yaml create mode 100644 manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.locale.en-US.yaml create mode 100644 manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.yaml diff --git a/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.installer.yaml b/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.installer.yaml new file mode 100644 index 0000000000000..a2e4635743319 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: omniget +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- DisplayName: omniget + Publisher: tonho + ProductCode: omniget +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\omniget' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tonhowtf/omniget/releases/download/v0.7.2/omniget_0.7.2_x64-setup.exe + InstallerSha256: D5C918D3CAD16CB66F43D0AE2988472EF25FDB7CC8DD9D68D8D113579E63A779 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.locale.en-US.yaml b/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.locale.en-US.yaml new file mode 100644 index 0000000000000..6210efd4df1b3 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.2 +PackageLocale: en-US +Publisher: tonhowtf +PublisherUrl: https://github.com/tonhowtf +PublisherSupportUrl: https://github.com/tonhowtf/omniget/issues +Author: tonhowtf +PackageName: OmniGet +PackageUrl: https://github.com/tonhowtf/omniget +License: GPL-3.0 +LicenseUrl: https://github.com/tonhowtf/omniget/blob/HEAD/LICENSE +ShortDescription: Desktop app to download videos, courses, and media from 50+ platforms. +Description: Desktop app to download videos, courses, and media from 50+ platforms. YouTube, Instagram, TikTok, Bilibili (哔哩哔哩), Douyin (抖音), 小红书, 快手, 优酷, Hotmart, Udemy, Kiwify, Telegram, and 1000+ more via yt-dlp. Download torrents and send files between devices over P2P. +Tags: +- bilibili-downloader +- course-downloader +- download-manager +- hotmart-downloader +- instagram-downloader +- media-downloader +- reddit-downloader +- rust +- tauri +- tiktok-downloader +- twitter-downloader +- udemy +- udemy-downloader +- video-downloader +- youtube-downloader +- yt-dlp +ReleaseNotes: |- + OmniGet 0.7.2 + Bug-fix release focused on plugin stability, download reliability, course platforms, and the browser extension. + > If OmniGet was crashing when you opened Courses, Telegram or Convert, this release fixes it. + > The desktop app and its plugins are compiled Rust libraries, and Rust does not guarantee binary + > compatibility between compiler versions. Our builds did not pin a compiler version, so the app and + > the plugins drifted onto different ones and the app crashed the moment a plugin was called. + > The app now refuses to load an incompatible plugin (with a message telling you to update it) + > instead of crashing, the compiler version is pinned everywhere, and all plugins have been rebuilt. + > Please also update your plugins from the Marketplace after installing this version. + Plugins + - Fixed the crash (SIGSEGV) when opening any plugin page — see the note above (also the likely cause of the plugin crashes reported in #159) + - Incompatible plugins are now rejected with a clear "update this plugin" message instead of taking the app down + - Plugins carry their compiler fingerprint so a mismatch can never silently pass again + Downloads + - Progress bars work again: a yt-dlp flag interaction silently suppressed all progress output — downloads no longer sit at 0% until completion (#144) + - Real output-path capture from yt-dlp (no more empty-folder "successes" from path guessing) (#167) + - Direct .m3u8 links no longer fail with 403 on referer-checked CDNs, and HLS downloads now show real segment progress (#144) + - aria2c progress is parsed again + Platforms + - Bilibili: Cheese (课堂) episode links no longer get mangled into broken YouTube URLs and download correctly with your account (#157); pasting episode N of a collection no longer downloads episode 1 (#146); playlists that fail every item now report an error instead of success + - Hotmart/Udemy: pasting a course URL now takes you to the Courses page instead of failing through yt-dlp (#169, #160); the Hotmart login window no longer closes itself before you finish logging in (#168) + - Reddit/Twitter bulk downloads: subreddit, Reddit user, and X/Twitter profile URLs are now downloaded in bulk via gallery-dl (#150) + - Udemy plugin now downloads supplementary files and course resources (thanks @adityash4rma) + Plugins (continued) + - Installed plugins load instantly at startup, before any network calls — no more permanent "restart required" on slow/blocked networks (#153) + - Telegram QR login shows a clear error instead of an infinite spinner when Telegram is unreachable (#162, partial — MTProto proxy support still planned) + - Plugin loading hardened: panics and init failures no longer take the app down (#159) + Browser extension + - Pairing now gives feedback ("Extension connected"), pairs instantly from the options page, and recovers from stale tokens (#166) + - Firefox: error pages no longer show Chrome-specific wording and the settings button works (thanks @D0n-A) + - Step-by-step install & pairing guide added to the extension README + UI & Linux + - Toggles are visible in light themes again (#164) + - The URL/Batch tab bar no longer disappears after cancelling the file picker (#151) + - Linux: thumbnail loading fixed (asset-protocol scope didn't match paths under ~/.local) and crash amplifiers removed (#159, partial — a remaining image-decode crash is an upstream webkit2gtk 2.52 bug on Arch) + Localization + - Extensive Russian locale overhaul: spelling, missing strings, number-agnostic counts, download-vs-upload disambiguation, and a Russian locale for the Firefox extension (thanks @D0n-A) + Docs & misc + - New Plugin Development Guide (#170) + - Portable mode documented and completed — portable.txt next to the exe keeps everything in the app folder, including plugin caches (#161) + - Portable mode: settings are now actually stored in the portable data folder (they silently went to the OS profile before); existing settings are adopted automatically on first launch + - Twitter: imported account cookies again take precedence over a manually-set cookie header + - New omniget-cli (info / download / batch / import-cookies) and platform downloaders moved to a shared core crate (#163, thanks @gkd2323c) +ReleaseNotesUrl: https://github.com/tonhowtf/omniget/releases/tag/v0.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.yaml b/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.yaml new file mode 100644 index 0000000000000..86ffbc0aa2317 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.2/tonhowtf.OmniGet.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7b266718dc7ff7a000430c48d4195ad6fc9c966f Mon Sep 17 00:00:00 2001 From: Soumadip Das Date: Fri, 10 Jul 2026 14:46:37 +0530 Subject: [PATCH 030/113] New package: soymadip.autotitle version 2.2.3 (#398780) --- .../quikrun/2.2.3/soymadip.quikrun.installer.yaml | 12 ++++++++++++ .../2.2.3/soymadip.quikrun.locale.en-US.yaml | 15 +++++++++++++++ .../soymadip/quikrun/2.2.3/soymadip.quikrun.yaml | 6 ++++++ 3 files changed, 33 insertions(+) create mode 100644 manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.installer.yaml create mode 100644 manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.locale.en-US.yaml create mode 100644 manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.yaml diff --git a/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.installer.yaml b/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.installer.yaml new file mode 100644 index 0000000000000..1eae67d3497d4 --- /dev/null +++ b/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.installer.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: soymadip.quikrun +PackageVersion: 2.2.3 +InstallerType: portable +Commands: + - quikrun +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/soymadip/quikrun/releases/download/v2.2.3/quikrun-windows-amd64.exe + InstallerSha256: a5fafb02d5e3f94d7ae25c414ac4402d29523becec33527dc798042327792c89 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.locale.en-US.yaml b/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.locale.en-US.yaml new file mode 100644 index 0000000000000..31c4eb7dbbca2 --- /dev/null +++ b/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.locale.en-US.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: soymadip.quikrun +PackageVersion: 2.2.3 +PackageLocale: en-US +Publisher: soymadip +PublisherUrl: https://github.com/soymadip/quikrun +PublisherSupportUrl: https://github.com/soymadip/quikrun/issues +Author: Soumadip Das +PackageName: quikrun +PackageUrl: https://github.com/soymadip/quikrun +License: GPL-3.0 +Moniker: quikrun +ShortDescription: Run your code files without hassle. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.yaml b/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.yaml new file mode 100644 index 0000000000000..4c9633b2ed4f4 --- /dev/null +++ b/manifests/s/soymadip/quikrun/2.2.3/soymadip.quikrun.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: soymadip.quikrun +PackageVersion: 2.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 491cc92e1896e74d338f3f7ff77e8f2f21df5dcc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:17:21 +0800 Subject: [PATCH 031/113] New version: GaoyangZhang.RivonClaw version 1.8.60 (#400297) --- .../GaoyangZhang.RivonClaw.installer.yaml | 26 +++++++++ .../GaoyangZhang.RivonClaw.locale.en-US.yaml | 54 +++++++++++++++++++ .../GaoyangZhang.RivonClaw.locale.zh-CN.yaml | 43 +++++++++++++++ .../1.8.60/GaoyangZhang.RivonClaw.yaml | 8 +++ 4 files changed, 131 insertions(+) create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.installer.yaml create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.en-US.yaml create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.zh-CN.yaml create mode 100644 manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.yaml diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..e36476b4c51cf --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.60 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.60/RivonClaw.Setup.1.8.60.exe + InstallerSha256: 8828CDD7CDDF2287D273B69A13BB51339B1783C77BA785D6EBEE177290D95471 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.60/RivonClaw.Setup.1.8.60.exe + InstallerSha256: 8828CDD7CDDF2287D273B69A13BB51339B1783C77BA785D6EBEE177290D95471 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..913629389e498 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.60 +PackageLocale: en-US +Publisher: RivonClaw +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/rivonclaw/issues +Author: Gaoyang Zhang +PackageName: RivonClaw +PackageUrl: https://github.com/gaoyangz77/rivonclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + RivonClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; RivonClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + RivonClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so RivonClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.8.60 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b5e88781a13ba --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.60 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + RivonClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,RivonClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + RivonClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 RivonClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..4d7ebb6ce8b64 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.60/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.60 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 105f0372e0d73fd8ae0e88ecbf9cd477be7e4f32 Mon Sep 17 00:00:00 2001 From: Oliver Schantz Date: Fri, 10 Jul 2026 11:17:57 +0200 Subject: [PATCH 032/113] New version: frequency403.OpenSSHGUI version 3.2.4 (#400320) --- .../frequency403.OpenSSHGUI.installer.yaml | 27 +++++++++++++++++++ .../frequency403.OpenSSHGUI.locale.en-US.yaml | 24 +++++++++++++++++ .../3.2.4/frequency403.OpenSSHGUI.yaml | 8 ++++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.installer.yaml create mode 100644 manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.locale.en-US.yaml create mode 100644 manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.yaml diff --git a/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.installer.yaml b/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.installer.yaml new file mode 100644 index 0000000000000..066532fe8d755 --- /dev/null +++ b/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: frequency403.OpenSSHGUI +PackageVersion: 3.2.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +ProductCode: OpenSSH-GUI +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- DisplayName: OpenSSH GUI + ProductCode: OpenSSH-GUI +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenSSH-GUI' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/frequency403/OpenSSH-GUI/releases/download/v3.2.4/OpenSSH-GUI-3.2.4-Setup.exe + InstallerSha256: A92E9D137BD5262A0810D217FC9A29C96FF8DA5337DF741AB2876A19BBBC01F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.locale.en-US.yaml b/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.locale.en-US.yaml new file mode 100644 index 0000000000000..7dad6daa50fb5 --- /dev/null +++ b/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: frequency403.OpenSSHGUI +PackageVersion: 3.2.4 +PackageLocale: en-US +Publisher: frequency403 +PublisherUrl: https://github.com/frequency403 +PublisherSupportUrl: https://github.com/frequency403/OpenSSH-GUI/issues +Author: Oliver Schantz +PackageName: OpenSSH_GUI +PackageUrl: https://github.com/frequency403/OpenSSH-GUI +License: MIT +LicenseUrl: https://github.com/frequency403/OpenSSH-GUI/blob/HEAD/LICENSE +ShortDescription: A simple GUI front-end for OpenSSH for Windows, Linux and Mac! +Description: Discover OpenSSH-GUI, an intuitive graphical interface for OpenSSH, designed for Windows, Linux, and Mac users. Built entirely in C#, this open-source tool simplifies managing SSH connections, keys, and configurations. +Moniker: opensshgui +ReleaseNotes: |- + What's Changed + - Release/v3.2.4 by @frequency403 in #36 + Full Changelog: v3.2.3...v3.2.4 +ReleaseNotesUrl: https://github.com/frequency403/OpenSSH-GUI/releases/tag/v3.2.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.yaml b/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.yaml new file mode 100644 index 0000000000000..52ca21d87f441 --- /dev/null +++ b/manifests/f/frequency403/OpenSSHGUI/3.2.4/frequency403.OpenSSHGUI.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: frequency403.OpenSSHGUI +PackageVersion: 3.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c46327ab58788f73fd362f8d358fcf300e31d650 Mon Sep 17 00:00:00 2001 From: Wangnov <48670012+Wangnov@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:18:31 +0800 Subject: [PATCH 033/113] New version: Wangnov.CodexAppManager version 0.3.0 (#400322) --- .../Wangnov.CodexAppManager.installer.yaml | 28 ++++++ .../Wangnov.CodexAppManager.locale.en-US.yaml | 94 +++++++++++++++++++ .../0.3.0/Wangnov.CodexAppManager.yaml | 8 ++ 3 files changed, 130 insertions(+) create mode 100644 manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.installer.yaml create mode 100644 manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.locale.en-US.yaml create mode 100644 manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.yaml diff --git a/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.installer.yaml b/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.installer.yaml new file mode 100644 index 0000000000000..cc2fa16f4e10e --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.installer.yaml @@ -0,0 +1,28 @@ +# 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: Wangnov.CodexAppManager +PackageVersion: 0.3.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: Codex App Manager +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: Codex App Manager +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Codex App Manager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Wangnov/Codex-App-Manager/releases/download/v0.3.0/CodexAppManager_0.3.0_x64-setup.exe + InstallerSha256: 43D9AB148808694653200CA525013743005C3C74835902ADAFCA355D00C9DDA6 +- Architecture: arm64 + InstallerUrl: https://github.com/Wangnov/Codex-App-Manager/releases/download/v0.3.0/CodexAppManager_0.3.0_arm64-setup.exe + InstallerSha256: 4811884C9BC18B3EFCD900ECEC2931A1395E0DAFC04922C5208D9A79B8009787 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.locale.en-US.yaml b/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.locale.en-US.yaml new file mode 100644 index 0000000000000..75dcc1f8c3053 --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.locale.en-US.yaml @@ -0,0 +1,94 @@ +# 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: Wangnov.CodexAppManager +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: Wangnov +PublisherUrl: https://github.com/Wangnov +PublisherSupportUrl: https://github.com/Wangnov/Codex-App-Manager/issues +PackageName: Codex App Manager +PackageUrl: https://github.com/Wangnov/Codex-App-Manager +License: MIT +LicenseUrl: https://github.com/Wangnov/Codex-App-Manager/blob/HEAD/LICENSE +ShortDescription: Installer, updater, and uninstaller for the official Codex desktop app. +Description: A cross-platform desktop client to install, incrementally update, and cleanly uninstall the official Codex desktop app, with built-in self-update. +Moniker: codex-app-manager +Tags: +- codex +- installer +- openai +- tauri +- updater +ReleaseNotes: |- + Codex App Manager + > 跟上上游 Codex 并入 ChatGPT 品牌后的身份变化——按产品身份识别、安装与启动,不再依赖文件名。 + > Follow Codex through the ChatGPT rebrand: detect, install, and launch by product identity, not by filename. + ✨ 亮点 · Highlights + - 兼容 ChatGPT 品牌合并后的 Codex:上游把桌面 Codex 并入 ChatGPT 品牌(macOS 可能是 ChatGPT.app,Windows 入口可能是 ChatGPT.exe),产品身份仍是 com.openai.codex / OpenAI.Codex。Manager 现在按身份识别,不会把 ChatGPT Classic 当成 Codex,也不会漏掉改名后的新版。 + ChatGPT-rebranded Codex support: upstream merged desktop Codex into the ChatGPT brand (ChatGPT.app / ChatGPT.exe are possible on disk, identity remains com.openai.codex / OpenAI.Codex). Manager now keys off identity so Classic is never mistaken for Codex, and renamed installs still work. + - 安装与启动走真实入口:Windows portable/MSIX 从清单解析入口可执行文件,旧布局(Codex.exe)与新布局(ChatGPT.exe)都能检测、启动和健康检查;macOS 安装后仍规范到本地 Codex.app 目录名。 + Real entry resolution: Windows portable/MSIX paths read the manifest entry exe so both legacy (Codex.exe) and rebranded (ChatGPT.exe) layouts detect, launch, and health-check correctly; macOS still normalizes installs to a local Codex.app directory name. + - 歧义安装更安全:多个血统安装并存时会上报歧义并引导明确选择,破坏性操作前重新校验路径、版本与身份;macOS 对仍处于 App Translocation 的实例 fail-closed。 + Safer ambiguous installs: coexisting lineage installs report ambiguity and ask for an explicit pick; destructive steps re-verify path, build, and identity; macOS fails closed on live App Translocation. + - 自研图标与交互动效:界面图标改为自研描边图标,并补上轻量 hover 微动画,视觉更统一。 + In-house icons and micro-motion: UI icons move to a custom stroke set with light hover animations for a more consistent look. + 🐛 修复 · Fixes + - Windows 更新服务器连不上(证书吊销离线):当 Schannel 报 CRYPT_E_REVOCATION_OFFLINE 时自动用 --ssl-no-revoke 重试,不再误报“无法连接更新服务器”。 + Windows update fetch when certificate revocation is offline: on Schannel CRYPT_E_REVOCATION_OFFLINE, Manager retries with --ssl-no-revoke instead of a false “cannot reach update server” failure. + - 主题与系统外观:减少启动时主题闪烁,系统浅/深色切换时跨页平滑过渡。 + Theme and system appearance: less FOUC on launch, and smoother cross-page transitions when the OS light/dark theme changes. + - 无障碍:开关与单选组补齐可访问名称与语义,读屏更准确。 + Accessibility: switches and radio groups get proper accessible names and semantics for screen readers. + - Windows 焦点重检:切回 Manager 窗口时会重新核对安装状态,避免界面停留在过时结论。 + Windows focus re-check: returning focus to Manager revalidates install status so the UI does not stick on a stale conclusion. + - 文案与动效细节:标题行间距在动画后恢复正确;退出确认 sheet 的滑出动画锚点更稳;全局错误提示更克制、少误导。 + Copy and motion polish: headline spacing stays correct after animation; quit-confirm sheet slide is better anchored; global error surfaces are calmer and less misleading. + 📦 安装与升级 · Install & Upgrade + 已经安装? 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。 + Already installed? The app offers this update in-app — macOS pulls only the delta, with automatic rollback. + ─────────────────────┬─────────────────────────────────────────── + 平台 · Platform │下载 · Download(国内直连 · China-reachable) + ─────────────────────┼─────────────────────────────────────────── + macOS · Apple Silicon│CodexAppManager_aarch64.dmg + ─────────────────────┼─────────────────────────────────────────── + macOS · Intel │CodexAppManager_x86_64.dmg + ─────────────────────┼─────────────────────────────────────────── + Windows · x64 │CodexAppManager_x64-setup.exe + ─────────────────────┼─────────────────────────────────────────── + Windows · ARM64 │CodexAppManager_arm64-setup.exe + ─────────────────────┴─────────────────────────────────────────── + Windows 签名状态: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe 当前没有 Authenticode 代码签名,首次运行可能出现 SmartScreen 提示;.sig / latest.json 里的 Tauri updater 签名只用于应用内自更新的字节校验,不代表 Windows 发行者信任。详情见 Windows signing and verification。 + Windows signing status: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe are not Authenticode-signed yet, so SmartScreen may warn on first run; the Tauri updater signature in .sig / latest.json verifies in-app update bytes only and is not Windows publisher trust. See Windows signing and verification. + 核验下载: 本页 Assets 带有 SHA256SUMS;Windows 用 Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 或替换为 ARM64 文件名,macOS 用 shasum -a 256 CodexAppManager_aarch64.dmg,再与 SHA256SUMS 比对。 + Verify downloads: This release includes SHA256SUMS in Assets; on Windows run Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 or swap in the ARM64 filename, and on macOS run shasum -a 256 CodexAppManager_aarch64.dmg, then compare with SHA256SUMS. + # macOS · Homebrew + brew install --cask wangnov/tap/codex-app-manager + > 镜像直链恒指向最新版本;如需本页对应的历史版本,请使用下方 Assets。.app.tar.gz / .sig / latest.json 是自动更新器的工件,手动安装请选 .dmg / .exe。 + > Mirror permalinks always resolve to the latest release — for this exact version use the assets below. .app.tar.gz / .sig / latest.json belong to the auto-updater; pick the .dmg / .exe for manual installs. + What's Changed + - fix: anchor quit sheet slide animation by @Wangnov in #120 + - chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 by @dependabot[bot] in #121 + - chore(deps): bump tauri from 2.11.3 to 2.11.4 in /src-tauri by @dependabot[bot] in #122 + - chore(deps-dev): bump @tauri-apps/cli from 2.11.3 to 2.11.4 by @dependabot[bot] in #123 + - chore(deps): bump lucide-react from 1.21.0 to 1.22.0 by @dependabot[bot] in #124 + - chore(deps): bump uuid from 1.23.3 to 1.23.4 in /src-tauri by @dependabot[bot] in #125 + - chore(deps-dev): bump vite from 8.1.0 to 8.1.1 by @dependabot[bot] in #126 + - feat(ui): in-house stroke icons with hover micro-animations by @Wangnov in #132 + - fix(a11y): switch names, real radio semantics, keyboard nav by @Wangnov in #133 + - test(home): lock down the Mac/Win home state machines by @Wangnov in #134 + - fix(robustness): calmer global errors, contract guards, safer interpolation, event-driven sheet exit by @Wangnov in #135 + - chore(ux): fix theme FOUC, live system-theme cross-fade, cleanup by @Wangnov in #136 + - refactor(home): extract shared progress/download/focus pieces + Windows focus re-check by @Wangnov in #137 + - chore(ci): add ESLint (react-hooks + jsx-a11y) as a blocking frontend gate by @Wangnov in #138 + - chore(deps): bump tauri from 2.11.4 to 2.11.5 in /src-tauri by @dependabot[bot] in #128 + - chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 by @dependabot[bot] in #129 + - chore(deps-dev): bump vite from 8.1.1 to 8.1.3 by @dependabot[bot] in #130 + - fix(ui): restore headline spacing after animation by @Wangnov in #141 + - fix(win): retry Schannel revocation-offline update fetches by @Wangnov in #143 + - fix: follow Codex lineage through the ChatGPT rebrand by bundle/package identity by @Wangnov in #142 + - chore(release): bump version to 0.3.0 by @Wangnov in #163 + Full Changelog: v0.2.4...v0.3.0 +ReleaseNotesUrl: https://github.com/Wangnov/Codex-App-Manager/releases/tag/v0.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.yaml b/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.yaml new file mode 100644 index 0000000000000..a8cf0c5bde30f --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.3.0/Wangnov.CodexAppManager.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: Wangnov.CodexAppManager +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f18fbdec7ca0a67ec70209247e841a8c4803e234 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 10 Jul 2026 05:45:16 -0400 Subject: [PATCH 034/113] New version: Microsoft.SafetyScanner version 1.455.67.0 (#400323) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.455.67.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..d098ff674813c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.67.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.455.67.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.67.0&arch=x86 + InstallerSha256: 05F053BA115177479A7B6A5EDED9F9FE368887CADE409A2C2D1C39175BE51CA6 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.67.0&arch=amd64 + InstallerSha256: 0929CB760BB5447F22E60E36CC8779EB9B1E9700CAE217AF954CEBBC1DBFA3B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..9304d59eaac94 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.67.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.455.67.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.455.67.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.67.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..af7c44b1bf376 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.67.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.455.67.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4cbba6a671098ade06ebf2c5f3b8b6610a29fb24 Mon Sep 17 00:00:00 2001 From: Tristan Cartledge <108070248+TristanSpeakEasy@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:45:50 +1000 Subject: [PATCH 035/113] New version: Speakeasy.speakeasy 1.789.2 (#400324) Co-authored-by: goreleaserbot --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++ .../1.789.2/Speakeasy.speakeasy.yaml | 7 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.installer.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.locale.en-US.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..887f3afcf7fd4 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.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: Speakeasy.speakeasy +PackageVersion: 1.789.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-10" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.789.2/speakeasy_windows_386.zip + InstallerSha256: a0fa0bca2fe6bf6eb667916fd9ef8a7de98f7a93736a19f2b4bf2a47f2767fb3 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.789.2/speakeasy_windows_arm64.zip + InstallerSha256: 7d1a621d9a4deda869eae3dcb7d884031eaab9b5ac3fbbe18634332d54461aad + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.789.2/speakeasy_windows_amd64.zip + InstallerSha256: add1179e627adef8895c6e732be71c3a8abc3f5dbb3a98d205201d009330c450 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..eb8fda48711d0 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.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: Speakeasy.speakeasy +PackageVersion: 1.789.2 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.789.2 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.789.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..c4744ec48ebb3 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.789.2/Speakeasy.speakeasy.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: Speakeasy.speakeasy +PackageVersion: 1.789.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 956ee5bdf19385bed9176b019d094abb7b00523c Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:46:21 +0300 Subject: [PATCH 036/113] New version: laurentiu021.SysManager version 1.52.71 (#400327) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.71/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..85efc80b5de20 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.71/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.52.71 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.71/SysManager-v1.52.71.exe + InstallerSha256: 10A1345B8E390825A4AD9E7CF771AE69D811E999BAF4D5602B7D079AFC73C11B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..c3fe8c1a7abb8 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.71 +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.52.71] - 2026-07-10 + Fixed + - The Dashboard and App Updates tabs could cross-talk when both ran winget at the same time. Both tabs shared a single winget service instance (and therefore a single underlying process runner). If the Dashboard's "Update All Apps" action ran while the App Updates tab was scanning, the output lines from one operation could bleed into the other tab's console, and the interleaved event subscriptions could produce garbled results or swallowed lines. Each tab now receives its own independent winget service with its own process runner, so concurrent winget operations are fully isolated. + Verify the download + Get-FileHash .\SysManager-v1.52.71.exe -Algorithm SHA256 + Expected SHA256: 10A1345B8E390825A4AD9E7CF771AE69D811E999BAF4D5602B7D079AFC73C11B +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.71 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.71/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..b08833e89528e --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.71/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.52.71 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0d295ef137d5c2421ee9443f38ba80efdd7c0a1c Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:13:58 -0700 Subject: [PATCH 037/113] Automatic update of Coupang.CoupangPOS from 1.10.42 to 1.10.44 (#397530) --- .../1.10.44/Coupang.CoupangPOS.installer.yaml | 15 +++++++++++++++ .../Coupang.CoupangPOS.locale.en-US.yaml | 17 +++++++++++++++++ .../CoupangPOS/1.10.44/Coupang.CoupangPOS.yaml | 8 ++++++++ 3 files changed, 40 insertions(+) create mode 100644 manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.installer.yaml create mode 100644 manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.locale.en-US.yaml create mode 100644 manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.yaml diff --git a/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.installer.yaml b/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.installer.yaml new file mode 100644 index 0000000000000..3042c54b62357 --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/Jul/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.44 +InstallerType: inno +Dependencies: + WindowsFeatures: + - netfx3 +Installers: +- Architecture: x86 + InstallerUrl: https://pos-api.coupang.com/api/v1/app/download/installer + InstallerSha256: 7CDAD8858F77BF6571F8B346BAF4DCE5F3BB52E892B168C3C79FD388D122F702 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.locale.en-US.yaml b/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.locale.en-US.yaml new file mode 100644 index 0000000000000..1f4e1638105dc --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/Jul/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.44 +PackageLocale: en-US +Publisher: Coupang, Inc. +PublisherUrl: https://www.aboutcoupang.com/ +PrivacyUrl: https://privacy.coupang.com/en/land/seller/ +PackageName: CoupangPOS +PackageUrl: https://store.coupangeats.com/ +License: Proprietary +Copyright: (c) COUPANG CORP. ALL RIGHTS RESERVED +ShortDescription: Relay for Coupang Eats Online Order System +Moniker: coupangeats-order +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.yaml b/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.yaml new file mode 100644 index 0000000000000..1ca5d4d9fb21d --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.44/Coupang.CoupangPOS.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1fd6f9a62530fd6771378c3489c18307d7a79db7 Mon Sep 17 00:00:00 2001 From: Janos Miko Date: Fri, 10 Jul 2026 12:14:34 +0200 Subject: [PATCH 038/113] New version: janosmiko.lfk 0.15.5 (#400328) Co-authored-by: goreleaserbot --- .../lfk/0.15.5/janosmiko.lfk.installer.yaml | 26 +++++++++++++++++ .../0.15.5/janosmiko.lfk.locale.en-US.yaml | 28 +++++++++++++++++++ .../j/janosmiko/lfk/0.15.5/janosmiko.lfk.yaml | 7 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.installer.yaml create mode 100644 manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.locale.en-US.yaml create mode 100644 manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.yaml diff --git a/manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.installer.yaml b/manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.installer.yaml new file mode 100644 index 0000000000000..d21e439af2618 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.15.5/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.15.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-10" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.15.5/lfk_0.15.5_windows_amd64.zip + InstallerSha256: 4974221c3b345d7e7892c06975042f1e170bbf4f4293015222b3e8ac726f7a58 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.15.5/lfk_0.15.5_windows_arm64.zip + InstallerSha256: ff1c2193f72386540f61a352f7b5a68825f4a571eba070428ec736b5403668bf + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.locale.en-US.yaml b/manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.locale.en-US.yaml new file mode 100644 index 0000000000000..0d16f376b7626 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.15.5/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.15.5 +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.15.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.yaml b/manifests/j/janosmiko/lfk/0.15.5/janosmiko.lfk.yaml new file mode 100644 index 0000000000000..0b3816e279bb1 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.15.5/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.15.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 37085762105addc43d5f5ecf8f156b0c42a2e2b0 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:15:06 +0300 Subject: [PATCH 039/113] New version: laurentiu021.SysManager version 1.52.72 (#400329) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.72/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..c63ccc14ec04f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.72/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.52.72 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.72/SysManager-v1.52.72.exe + InstallerSha256: 5F6335A86607E89EE8D89A66B4C5BAA70C3D2576898D06CFE1550F4A028CEF9C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..f617d8de9fcf7 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.72 +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.52.72] - 2026-07-10 + Fixed + - Several services and ViewModels depended on the concrete PowerShellRunner class instead of the IPowerShellRunner interface, making them impossible to unit-test in isolation. UninstallerService, WindowsFeaturesService, PerformanceService, ServiceManagerService, CleanupViewModel, DriversViewModel, SystemHealthViewModel, WindowsUpdateViewModel, and ServicesViewModel all accepted a concrete PowerShellRunner in their constructors. This prevented substituting a mock in tests (NSubstitute cannot proxy sealed concrete classes) and violated the dependency-inversion principle the rest of the codebase already follows. All ten consumers now depend on IPowerShellRunner, and the redundant concrete-only DI registration was removed — every resolution goes through the interface mapping. + Verify the download + Get-FileHash .\SysManager-v1.52.72.exe -Algorithm SHA256 + Expected SHA256: 5F6335A86607E89EE8D89A66B4C5BAA70C3D2576898D06CFE1550F4A028CEF9C +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.72 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.72/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..cb6df29cb819a --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.72/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.52.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 34d99707416e62d82c393a9a2296c77f35cc33b1 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Fri, 10 Jul 2026 03:15:56 -0700 Subject: [PATCH 040/113] New version: Slonopotamus.Stevedore version 4.0.0 (#400330) --- .../Slonopotamus.Stevedore.installer.yaml | 26 +++++++++++++++++++ .../Slonopotamus.Stevedore.locale.en-US.yaml | 21 +++++++++++++++ .../4.0.0/Slonopotamus.Stevedore.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.installer.yaml create mode 100644 manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.locale.en-US.yaml create mode 100644 manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.yaml diff --git a/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.installer.yaml b/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.installer.yaml new file mode 100644 index 0000000000000..6c568d25741e2 --- /dev/null +++ b/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Slonopotamus.Stevedore +PackageVersion: 4.0.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + Upgrade: /norestart + Custom: /norestart +InstallerSuccessCodes: +- 3010 +ProductCode: '{5E4D513B-B3AC-4602-886C-959E31D2AEEC}' +AppsAndFeaturesEntries: +- ProductCode: '{5E4D513B-B3AC-4602-886C-959E31D2AEEC}' + UpgradeCode: '{9A68EC9C-B494-4CDD-B081-F074FE91BF0B}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Stevedore' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/slonopotamus/stevedore/releases/download/4.0.0/stevedore-4.0.0-x86_64.msi + InstallerSha256: BDE0471695BDC79E800F66D52128A537C16B966AF709AC3A457AC9A12E239481 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-10 diff --git a/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.locale.en-US.yaml b/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.locale.en-US.yaml new file mode 100644 index 0000000000000..e63cb4fcfcd79 --- /dev/null +++ b/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Slonopotamus.Stevedore +PackageVersion: 4.0.0 +PackageLocale: en-US +Publisher: Marat Radchenko +PublisherUrl: https://github.com/slonopotamus +PublisherSupportUrl: https://github.com/slonopotamus/stevedore/issues +PackageName: Stevedore +PackageUrl: https://github.com/slonopotamus/stevedore +License: Apache-2.0 +LicenseUrl: https://github.com/slonopotamus/stevedore/blob/HEAD/LICENSE +ShortDescription: Docker distribution for Windows that Just Works +Tags: +- containers +- docker +- windows +ReleaseNotesUrl: https://github.com/slonopotamus/stevedore/releases/tag/4.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.yaml b/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.yaml new file mode 100644 index 0000000000000..8bb1def4bde09 --- /dev/null +++ b/manifests/s/Slonopotamus/Stevedore/4.0.0/Slonopotamus.Stevedore.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Slonopotamus.Stevedore +PackageVersion: 4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5ddd2def1dc13630da206543c03a8ef500663edb Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:16:26 -0400 Subject: [PATCH 041/113] Remove version: ZedIndustries.Zed version 1.7.2 (#400337) --- .../1.7.2/ZedIndustries.Zed.installer.yaml | 28 ---- .../1.7.2/ZedIndustries.Zed.locale.en-US.yaml | 135 ------------------ .../Zed/1.7.2/ZedIndustries.Zed.yaml | 8 -- 3 files changed, 171 deletions(-) delete mode 100644 manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.installer.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.locale.en-US.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.yaml diff --git a/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.installer.yaml deleted file mode 100644 index bcf72d61ad18e..0000000000000 --- a/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.7.2 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2026-06-17 -AppsAndFeaturesEntries: -- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.7.2/Zed-x86_64.exe - InstallerSha256: 4CD611852C3D971092BCF9C25D6B6288D8493F9BE746A88B1F43BE7A1AADA72A -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.7.2/Zed-aarch64.exe - InstallerSha256: F423715B9E5EC433E139336FE695211E6A9611BF0B6EBABD0024574C6E49B426 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.locale.en-US.yaml deleted file mode 100644 index 75b7ca68490ed..0000000000000 --- a/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.locale.en-US.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.7.2 -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Moniker: zed -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: |- - This week's release includes automatic agent context compaction that you can also trigger manually with the new /compact command, cleaner and more legible Markdown preview styling, and support for running custom git commands on git graph branches and tags. - Features - AI - - Agent: Added auto-compaction and /compact to Zed Agent. (#58931) - - Agent: Improved agent skills management by moving it into the settings UI. (#58701) - - Agent: Improved how we communicate problems relative to skills, in both the agent panel and the settings UI. (#58838) - - Agent: Improved the UX of the thread import flow. (#57791) - - Agent: Improved auto scroll location when using read-file tool. (#58640; thanks liigo) - - Agent: Show context window usage and cost metrics for external agents that support it. (#58680) - - Agent: Allow deleting sessions from history for external agents that support it. (#58680) - - Agent: Allow loading skills whose descriptions exceed the 1024-byte limit by showing warnings instead of failing to load them. (#58356) - - Agent: Removed the misleading "Always allow" button from agent permission prompts for edits to the agent skills directory, since those edits always require confirmation. (#58463) - - Agent: Updated OpenCode models (added MiniMax M3, Qwen 3.7 Plus, DeepSeek V4 Flash, MiniMax M3 Free, and Nemotron 3 Ultra Free; removed Nemotron 3 Super Free, Qwen 3.5 Plus; updated MiniMax M2.7, MiniMax M2.5, Qwen 3.6 Plus). (#58743; thanks Vlaaaaaaad) - Git - - Added a context menu for ref labels (branches, remote refs, and tags) in the git graph that runs custom git commands against the clicked ref, available as $ZED_GIT_REF (e.g. git checkout $ZED_GIT_REF). (#58781; thanks aobatact) - - Improved commit details changed-file lists with an optional tree view. (#58198; thanks chirivelli) - - Added Add to .git/info/exclude option under a new Git submenu in the project panel and git panel context menus, alongside the existing Add to .gitignore action. (#57044; thanks TomPlanche) - - Added a button to the git worktree picker to remove an open worktree from the current window. (#58996) - - Improved worktree navigation UX when a given project has more than one loaded. (#58555) - - Warnings about the lengths of commit message titles are now disabled by default. (#58960) - - Reduced short commit SHAs in blame and commit tooltips from 8 to 7, consistent with the graph and history views. (#58741; thanks albertbogusz) - - Improved scrolling performance in diff views containing large hunks with many computed word diffs. (#58639) - - Improved the performance of the project diff, especially in the presence of merge conflicts. (#57859) - - Added icon for the Chromium code review remote provider. (#57713; thanks hferreiro) - - Added the SourceHut remote icon. (#58668; thanks medzernik) - Languages - - Improved markdown preview styles, making it more legible and easier to parse. (#58465) - - LSP: Improved Zed's memory usage when a language server emits messages faster than the foreground thread can handle them. (#58867) - - Improved editor: go to definition to avoid repeatedly querying the language server while moving the mouse over the same symbol or an unresolved position. (#58429) - - Added a markdown: toggle block quote action. (#58383) - - Added support for surrounding selected Markdown text with ~ by typing ~. (#58614) - - Improved indentation for C/C++ to be more consistent. (#58740; thanks Helmutt03) - - Added the ability to stylize built-in Python exceptions and warnings using the type.class.builtin syntax capture. (#58176; thanks allachance) - - Detected .envrc files as Shell Script. (#58573; thanks injust) - - Dropped fish from modeline_aliases, which forced the file to be detected as Shell Script instead of Fish. (#58550) - Terminal - - Made zed:// links clickable in the terminal. (#58910; thanks r4victor) - Vim / Helix - - Disabled the IME in Vim normal and visual modes on Linux Wayland. (#58237; thanks feeiyu) - Collaboration - - Improved call controls design, making it clearer what button shares the project vs. the screen. (#58691) - Other - - Improved the settings window: Sub-pages such as Skills and per-language settings now have a scope picker in the breadcrumb, so you can switch between User and project settings without leaving the page. (#58698) - - Improved the performance of applying edits to large buffers. (#58681) - - Added default_open_behavior, which controls which action (add to sidebar/open in new window) should be the default when selecting a project from the recent projects menu. (#58805) - - Improved dev extension installation times for language extensions with multiple grammars or language servers. (#55160) - - Outline: Improved symbol search with more consistent fuzzy matching and support for multi-term queries. (#56477; thanks feitreim) - Bug Fixes - - Agent: Fix for current agent not being selected when creating a new git worktree. (#58636) - - Agent: Fixed the scrollbar appearing on wrapped code blocks in the agent chat. (#58472; thanks albertbogusz) - - Sidebar: Fixed a bug where affordances to collapse the project header would appear when searching. (#58696) - - Sidebar: Fixed bracketed ellipsis title prefixes (such as [...]) not rendering the ellipsis icon. (#58269) - - Fixed a bug that caused the project icons to render in the recent projects picker. (#57940) - - Fixed a bug where diff hunk controls were being displayed in the non-editable commit view multibuffer. (#58514; thanks chirivelli) - - Fixed a bug where the update version button would be stuck in the "Downloading..." step. (#58435) - - Fixed a crash that could occur when restoring an agent terminal in a remote project. (#58533) - - Fixed a crash when splitting a pane containing a commit view. (#58853) - - Fixed a freeze on Linux Wayland when reading the clipboard from a slow or unresponsive application. (#58826) - - Fixed a memory leak when restarting a language server while the LSP log view was tracking it. (#58866) - - Fixed a race where LLM and edit prediction requests made immediately after switching organizations could be attributed to the previously selected organization. (#58915) - - Fixed a rare crash that could occur while using the uncommitted diff. (#58266) - - Fixed a UI freeze that could occur when installing auto-updates. (#58767; thanks lingyaochu) - - Fixed a workspace restoration issue where Zed would restore a window with none of its projects opened by default. (#58392) - - Fixed an issue with project search on Windows where multiline string searches would not work correctly due to newline differences. (#58628) - - Fixed clicks on titlebar controls being delayed on the macOS 27 beta. (#58947) - - Fixed conflicts disappearing too quickly from the project diff when editing. (#57859) - - Fixed conflicts sometimes taking a while to appear in the project diff during large merges. (#57859) - - Fixed crash on newline below with a cursor on a deleted line of a diff. (#58542) - - Fixed cursor styles, such as the pointer cursor, not applying to floating windows, dialogs, and popups. (#58493; thanks madcodelife) - - Fixed debugging Rust tests in nested modules sometimes immediately exiting with "0 tests matched". (#54787) - - Fixed diagnostic navigation triggering unnecessary LSP requests when edit predictions are disabled. (#56055; thanks aviatesk) - - Fixed feature-flag-gated tools (such as the LSP tools) being listed in agent profile configuration when they could not actually be used by the agent. (#58581; thanks rabbiveesh) - - Fixed file hyperlinks in the agent panel not opening files when clicked. (#56024) - - Fixed files and directories disappearing from a worktree when renamed in a project opened through a symlinked root. (#58624; thanks tankztz) - - Fixed format selections not being available for cursor ranges when the active formatter supports range formatting. (#56571; thanks terror) - - Fixed git graph loading forever for empty repositories. (#58959) - - Fixed Git UI not refreshing on Linux for repositories using the reftable backend. (#58719; thanks albertbogusz) - - Fixed Helix mode selecting one extra line after undoing a newline delete. (#55365; thanks GoldStrikeArch) - - Fixed language servers automatically restarting on file changes after running "Stop All Language Servers"; they now stay stopped until explicitly restarted. (#51468) - - Fixed macOS system font fallback not being applied, which could leave some characters without a fallback font. (#58020; thanks douo) - - Fixed non-descriptive error messages when the remote agent process disconnected. (#58780) - - Fixed old threads that mention Rules being inaccessible after Rules were migrated to Skills. (#58560) - - Fixed opening agent-created files outside the current project, such as global skill files. (#58367) - - Fixed OpenRouter API errors showing empty messages when fetching the model list. (#58502; thanks ChihweiLHBird) - - Fixed OpenRouter models not appearing until restart after adding an API key. (#58551; thanks ChihweiLHBird) - - Fixed project panel needing a second click to change the file if the window is not in focus. (#58562; thanks ChintanAcharya) - - Fixed prompt darkened backdrop/background rendering outside client-decorated window boundaries on Linux. (#57608; thanks albertbogusz) - - Fixed rendering of control-characters in syntax tree view. (#59012; thanks konstantinoscs) - - Fixed Reveal in Finder/File Manager shortcuts not working when an image tab is focused. (#56438; thanks terror) - - Fixed some SSH issues on Windows that prevented connecting to a remote. (#52491; thanks Zaenalos) - - Fixed tab switcher truncating long file names, making files with a shared prefix indistinguishable. (#58483; thanks saberoueslati) - - Fixed task variables like $ZED_FILE not updating when re-running a recently used task after switching the active editor (#55879). (#57380; thanks 007qr) - - Fixed the agent panel flickering and becoming unusable when a permission prompt with tall content (such as a plan awaiting approval) was scrolled out of view. (#58689) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.7.2 -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.yaml deleted file mode 100644 index aeda36303e2d7..0000000000000 --- a/manifests/z/ZedIndustries/Zed/1.7.2/ZedIndustries.Zed.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.7.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 53326ba58e5bc309dda47b1109f56547e56c1a05 Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:17:03 -0400 Subject: [PATCH 042/113] Remove version: ZedIndustries.Zed.Preview version 1.8.2-pre (#400344) --- .../ZedIndustries.Zed.Preview.installer.yaml | 29 ------------ ...edIndustries.Zed.Preview.locale.en-US.yaml | 46 ------------------- .../1.8.2-pre/ZedIndustries.Zed.Preview.yaml | 8 ---- 3 files changed, 83 deletions(-) delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.installer.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.yaml diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.installer.yaml deleted file mode 100644 index dcc038dbc4232..0000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# 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: ZedIndustries.Zed.Preview -PackageVersion: 1.8.2-pre -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -ReleaseDate: 2026-06-22 -AppsAndFeaturesEntries: -- DisplayVersion: 1.8.2 - ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed Preview' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.8.2-pre/Zed-x86_64.exe - InstallerSha256: 914536D85EF3BF9DE3AA0803F541B0FB9B902E0EAE32D0791DA7AF1DE1C58CF4 -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.8.2-pre/Zed-aarch64.exe - InstallerSha256: BEDC7AA143E9A1DCA9F474A7BB3ECB2F60540057896590575600657F3FA18133 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml deleted file mode 100644 index ab3b6e2757f40..0000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# 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: ZedIndustries.Zed.Preview -PackageVersion: 1.8.2-pre -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed Preview -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: |- - - Fixed missed file system events on case-insensitive filesystems that could cause stale git state and other sync issues (#59714) - - Fixed Copilot sign-in window floating above all other applications instead of being scoped to Zed (#59701) - - acp: Fix for Cursor agent only being able to use Fast mode with Composer 2.5 (#59695) - - Improved file watcher performance on large worktrees (#59560) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.8.2-pre -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.yaml deleted file mode 100644 index f900eb76472f4..0000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.8.2-pre/ZedIndustries.Zed.Preview.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: ZedIndustries.Zed.Preview -PackageVersion: 1.8.2-pre -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 5716138263fd49a087c5fba0b8727b95008ff116 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:41:11 +0200 Subject: [PATCH 043/113] New version: KeeperSecurity.Commander version 18.0.11 (#399331) --- .../KeeperSecurity.Commander.installer.yaml | 29 ++++++++++++++++ ...KeeperSecurity.Commander.locale.en-US.yaml | 33 +++++++++++++++++++ .../18.0.11/KeeperSecurity.Commander.yaml | 8 +++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.installer.yaml create mode 100644 manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.locale.en-US.yaml create mode 100644 manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.yaml diff --git a/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.installer.yaml b/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.installer.yaml new file mode 100644 index 0000000000000..0dee870a8e415 --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.11 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- keeper +ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ReleaseDate: 2026-07-08 +AppsAndFeaturesEntries: +- DisplayName: Keeper Commander 18.0.11 + ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Keeper Commander' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Keeper-Security/Commander/releases/download/v18.0.11/keeper-commander-windows-v18.0.11.exe + InstallerSha256: 3E688D925CF0FDE2BF50397AA5A77826C929FC717F8E23E9E469F0794635B4B7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.locale.en-US.yaml b/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.locale.en-US.yaml new file mode 100644 index 0000000000000..4305cf118e23f --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.11 +PackageLocale: en-US +Publisher: Keeper Security, Inc. +PublisherUrl: https://www.keepersecurity.com/ +PublisherSupportUrl: https://github.com/Keeper-Security/Commander/issues +PackageName: Keeper Commander +PackageUrl: https://github.com/Keeper-Security/Commander +License: MIT +LicenseUrl: https://github.com/Keeper-Security/Commander/blob/HEAD/LICENSE +Copyright: Copyright (c) Keeper Security, Inc. +CopyrightUrl: https://github.com/Keeper-Security/Commander/blob/master/LICENSE +ShortDescription: Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management. +Description: Keeper Commander is a command-line and SDK interface to Keeper® Password Manager. Commander can be used to access and control your Keeper vault, perform administrative functions (such as end-user onboarding and data import/export), launch remote sessions, rotate passwords, eliminate hardcoded passwords and more. Keeper Commander is an open source project with contributions from Keeper's engineering team and partners. +Moniker: keeper +Tags: +- cli +- password +- password-manager +- secrets +- security-tools +ReleaseNotes: |- + Commander 18.0.11 + Bug Fixes + - Import command — Records are now only updated when they belong to the same folder as the import target. + - PAM config list — Fixed CRON expression parsing dropping the seconds field from 6-part Quartz CRON expressions when displaying PAM configuration schedules. + - SSO login over SSH — Fixed a failure when using SSO authentication in remote/SSH sessions where clipboard access (pyperclip) is unavailable. +ReleaseNotesUrl: https://github.com/Keeper-Security/Commander/releases/tag/v18.0.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.yaml b/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.yaml new file mode 100644 index 0000000000000..c8ac09d1d36bc --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.11/KeeperSecurity.Commander.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: KeeperSecurity.Commander +PackageVersion: 18.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 671cc263d628838c875f01e07d1337fb3139f4ab Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 10 Jul 2026 06:41:28 -0400 Subject: [PATCH 044/113] New version: astral-sh.ty version 0.0.57 (#399432) --- .../ty/0.0.57/astral-sh.ty.installer.yaml | 36 +++++++++ .../ty/0.0.57/astral-sh.ty.locale.en-US.yaml | 75 +++++++++++++++++++ .../a/astral-sh/ty/0.0.57/astral-sh.ty.yaml | 8 ++ 3 files changed, 119 insertions(+) create mode 100644 manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.installer.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.yaml diff --git a/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.installer.yaml b/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.installer.yaml new file mode 100644 index 0000000000000..3086ac5ae6d9c --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.57 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ty.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ty +ReleaseDate: 2026-07-08 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.57/ty-i686-pc-windows-msvc.zip + InstallerSha256: 5BB8710D01D0FE7C7F4789DBF9B8A04CFA2A2668112DA58C7F53A6384EFE79DF + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.57/ty-x86_64-pc-windows-msvc.zip + InstallerSha256: 1FC59EBB6F18CD4D5E9F58CC5B86B4A32CAF6BAC2813054D74F1449BC1F81D7E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.57/ty-aarch64-pc-windows-msvc.zip + InstallerSha256: C9B0904A731D015265737B3B6073F2D289CCAA678060F9BEF5C712C7EFAC1598 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.locale.en-US.yaml b/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.locale.en-US.yaml new file mode 100644 index 0000000000000..462d3261d2be0 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.locale.en-US.yaml @@ -0,0 +1,75 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.57 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/ty/issues +Author: Astral Software Inc. +PackageName: ty +PackageUrl: https://github.com/astral-sh/ty +License: MIT +LicenseUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +ShortDescription: An extremely fast Python type checker and language server, written in Rust. +Moniker: ty +Tags: +- python +ReleaseNotes: |- + Bug fixes + - Detect async generator expressions containing await (#26568) + - Preserve exhaustive gradual match patterns (#26523) + + LSP server + - Fix selection range behavior for strings (#26532) + - Recognize that dedent ends doctest block when parsing docstrings for signature help (#26552) + - Render reStructuredText hyperlinks as Markdown in hover docstrings (#25907) + - Update __slots__ string when renaming an attribute (#26438) + + Documentation + - Document PYTHONPATH support in module discovery (#3889) + + Library support + - Add support for extra arguments in Pydantic model constructors (#26520) + - Detect Pydantic model configurations (#26573) + - Distinguish lax and strict mode for Pydantic models (#26587) + + Core type checking + - Fix subtyping/assignability for @property protocol members (#25332) + - Narrow instanceof against intersections containing invalid member (#26545) + - Narrow match subjects through structural patterns (#25942) + - Preserve generic functools.partial signatures (#24583) + - Preserve generic variadic callback semantics (#26521) + - Preserve invariant materialization on generic specializations (#26578) + - Preserve literal enum member names (#26592) + + Performance + - Avoid exponential invariant constraint paths (#26538) + - Batch parallel jobs when finding references (#26534) + - Build module names directly in CompactString (#26546) + - Elide default use-def state (#26398) + - Reuse owned buffers for string literals (#26547) + - Use ICF for macOS release builds (#3709) + - Use cached class literal lookup for is_subclass_of (#26585) + + Contributors + - @sharkdp + - @fenghourun + - @zaniebot + - @charliermarsh + - @MichaReiser + - @shaanmajid + - @jvdillon + - @sqqueak + - @SuryanshSS1011 + - @carljm + - @lerebear +ReleaseNotesUrl: https://github.com/astral-sh/ty/releases/tag/0.0.57 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/ty/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.yaml b/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.yaml new file mode 100644 index 0000000000000..0532102ae6bb4 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.57/astral-sh.ty.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: astral-sh.ty +PackageVersion: 0.0.57 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 43595c1fb0849ce59e79b12fdad006758e05326e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:41:52 +0800 Subject: [PATCH 045/113] New version: Hashicorp.Consul version 2.0.2 (#399454) --- .../2.0.2/Hashicorp.Consul.installer.yaml | 21 ++++++++ .../2.0.2/Hashicorp.Consul.locale.en-US.yaml | 48 +++++++++++++++++++ .../2.0.2/Hashicorp.Consul.locale.zh-CN.yaml | 19 ++++++++ .../Consul/2.0.2/Hashicorp.Consul.yaml | 8 ++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.installer.yaml create mode 100644 manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.en-US.yaml create mode 100644 manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.zh-CN.yaml create mode 100644 manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.yaml diff --git a/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.installer.yaml b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.installer.yaml new file mode 100644 index 0000000000000..ca6cfbc086949 --- /dev/null +++ b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hashicorp.Consul +PackageVersion: 2.0.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: consul.exe +Commands: +- consul +ReleaseDate: 2026-07-08 +Installers: +- Architecture: x86 + InstallerUrl: https://releases.hashicorp.com/consul/2.0.2/consul_2.0.2_windows_386.zip + InstallerSha256: 81AEF945E9DC4F77AA81D1C116201924DF59D6EF8C6F04A5C2E8310C63DA870C +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/consul/2.0.2/consul_2.0.2_windows_amd64.zip + InstallerSha256: A4D614026C67A460602727D75CA531BF410F5D31F44FC2D7DB6582B00505DA46 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.en-US.yaml b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.en-US.yaml new file mode 100644 index 0000000000000..e6d5e9dbd96de --- /dev/null +++ b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hashicorp.Consul +PackageVersion: 2.0.2 +PackageLocale: en-US +Publisher: HashiCorp +PublisherSupportUrl: https://github.com/hashicorp/consul/issues +Author: HashiCorp, Inc. +PackageName: HashiCorp Consul +PackageUrl: https://github.com/hashicorp/consul +License: BUSL-1.1 +LicenseUrl: https://github.com/hashicorp/consul/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 HashiCorp, Inc. +ShortDescription: A distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. +Description: |- + Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. + Consul provides several key features: + - Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration. + - Service Mesh - Consul Service Mesh enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. Applications can use sidecar proxies in a service mesh configuration to establish TLS connections for inbound and outbound connections with Transparent Proxy. + - API Gateway - Consul API Gateway manages access to services within Consul Service Mesh, allow users to define traffic and authorization policies to services deployed within the mesh. + - Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well. + - Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers. + - Dynamic App Configuration - An HTTP API that allows users to store indexed objects within Consul, for storing configuration parameters and application metadata. +Tags: +- api-gateway +- ecs +- kubernetes +- service-discovery +- service-mesh +- vault +ReleaseNotes: |- + SECURITY: + - Upgrade alpine base image version to 3.24 to address [CVE-2026-41989], [ALPINE-CVE-2026-2100]. [GH-23711] + - dependency: Upgrade Serf and Memberlist to use the latest versions. [GH-23704] + - xds: Return errors when injecting the L4 intention (RBAC) filter or the mTLS transport socket onto an inbound public listener, so the listener is not served without intention enforcement or mTLS. [GH-23686] + FEATURES: + - config-entry(api-gateway): (Enterprise only) Add ExtAuthzFilter to HTTPRoute Filters and gateway-wide ExtAuthz toggle to the api-gateway config entry [GH-23703] + - config-entry: (Enterprise only) Addition of External Processor (ext_proc) Envoy Extension support to api-gateway and connect-proxy [GH-23705] + IMPROVEMENTS: + - ci: upgrade GitHub Actions that used the deprecated Node 20 runtime to Node 24, and restore GOTOOLCHAIN=auto after setup-go so backward-compatibility and integration test lanes resolve the correct Go toolchain. [GH-23687] + - connect: update support for nomad and vault version to v2.0.3 [GH-23624] + - deps: Migrate armon/go-metrics to hashicorp/go-metrics and update Go dependencies across all modules [GH-23635] + BUG FIXES: + - xds: only emit the client cert SDS block when both CertFile and KeyFile are set. [GH-23679] +ReleaseNotesUrl: https://github.com/hashicorp/consul/releases/tag/v2.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.zh-CN.yaml b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.zh-CN.yaml new file mode 100644 index 0000000000000..075b8d7d796b2 --- /dev/null +++ b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hashicorp.Consul +PackageVersion: 2.0.2 +PackageLocale: zh-CN +ShortDescription: 分布式、高可用且支持多数据中心的服务解决方案,专为动态分布式基础设施中的应用程序连接与配置而设计。 +Description: |- + Consul 是一种分布式、高可用且支持多数据中心的服务解决方案,专为动态分布式基础设施中的应用程序连接与配置而设计。 + Consul 提供以下核心功能: + - 多数据中心支持 - 原生支持多数据中心架构,无需复杂配置即可扩展至任意规模区域 + - 服务网格 - 通过自动 TLS 加密和基于身份认证的授权机制,保障服务间通信安全。应用可通过透明代理(Transparent Proxy)在服务网格配置中使用边车代理,建立入站/出站连接的 TLS 加密通道 + - API 网关 - 管理服务网格内部访问权限,允许用户为网格内服务定义流量控制与授权策略 + - 服务发现 - 支持服务通过 DNS 或 HTTP 接口快速自注册与发现,同时可集成外部服务(如 SaaS 提供商) + - 健康检查 - 实时监测集群状态并快速告警,结合服务发现机制自动隔离故障节点,实现服务级熔断 + - 动态应用配置 - 提供 HTTP API 存储索引化对象,用于管理配置参数与应用程序元数据 +ReleaseNotesUrl: https://github.com/hashicorp/consul/releases/tag/v2.0.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.yaml b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.yaml new file mode 100644 index 0000000000000..235fe0d9090e3 --- /dev/null +++ b/manifests/h/Hashicorp/Consul/2.0.2/Hashicorp.Consul.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: Hashicorp.Consul +PackageVersion: 2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 68fb86f01a94dbd358cfd669e6968ecc184a4a5e Mon Sep 17 00:00:00 2001 From: Nick Ryan Date: Fri, 10 Jul 2026 11:42:15 +0100 Subject: [PATCH 046/113] New version: Flowscripter.example-cli version 1.4.1 (#399466) --- .../Flowscripter.example-cli.installer.yaml | 23 +++++++++++++++++++ ...Flowscripter.example-cli.locale.en-US.yaml | 20 ++++++++++++++++ .../1.4.1/Flowscripter.example-cli.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.installer.yaml create mode 100644 manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.locale.en-US.yaml create mode 100644 manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.yaml diff --git a/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.installer.yaml b/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.installer.yaml new file mode 100644 index 0000000000000..db0c3332d329b --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Flowscripter.example-cli +PackageVersion: 1.4.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: example-cli.exe +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-07-08 +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flowscripter/example-cli/releases/download/v1.4.1/example-cli_Windows_x64.zip + InstallerSha256: 24B5B287BED5FE2B896BE5D6BF8C997B00678BE4F14C465A67411ECAEAC37E1F +- Architecture: arm64 + InstallerUrl: https://github.com/flowscripter/example-cli/releases/download/v1.4.1/example-cli_Windows_arm64.zip + InstallerSha256: 72671FD59C6E74C55921DF3A8667ECDED92C989D7654A41B871AE338BA0FCABE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.locale.en-US.yaml b/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..ca45fc91129ba --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.locale.en-US.yaml @@ -0,0 +1,20 @@ +# 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: Flowscripter.example-cli +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: Flowscripter +PublisherUrl: https://github.com/flowscripter +PublisherSupportUrl: https://github.com/flowscripter/example-cli/issues +Author: Vectronic +PackageName: Example CLI +PackageUrl: https://github.com/flowscripter/example-cli +License: MIT +LicenseUrl: https://github.com/flowscripter/example-cli/blob/HEAD/LICENSE +Copyright: MIT (c) Flowscripter +ShortDescription: Simple example CLI using dynamic-cli-framework +ReleaseNotes: 1.4.1 (2026-07-08) +ReleaseNotesUrl: https://github.com/flowscripter/example-cli/releases/tag/v1.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.yaml b/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.yaml new file mode 100644 index 0000000000000..73be90d30264e --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.4.1/Flowscripter.example-cli.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: Flowscripter.example-cli +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7ba6424405ed74aa5b59144039c4ff4d5edad026 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Fri, 10 Jul 2026 07:42:26 -0300 Subject: [PATCH 047/113] New version: charmbracelet.crush 0.83.0 (#399608) Co-authored-by: Charm --- .../0.83.0/charmbracelet.crush.installer.yaml | 34 +++++++++++++++++++ .../charmbracelet.crush.locale.en-US.yaml | 18 ++++++++++ .../crush/0.83.0/charmbracelet.crush.yaml | 7 ++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.installer.yaml create mode 100644 manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.locale.en-US.yaml create mode 100644 manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.yaml diff --git a/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..d376b35682529 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.83.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-08" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.83.0_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.83.0/crush_0.83.0_Windows_i386.zip + InstallerSha256: c8a61ab0cb234ddd86ace43e13cbe0dbdd95b5dbef1cf1dfb2d0fa15382f7f11 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.83.0_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.83.0/crush_0.83.0_Windows_x86_64.zip + InstallerSha256: cf47c1bb58bb8b3719d5869fb6391b046a2af17d54aaf0b1051325ec5cc345d7 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.83.0_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.83.0/crush_0.83.0_Windows_arm64.zip + InstallerSha256: 4a4b26dbc19e0b3921a0e7ea7ff72791a0d981e4fef01c06457cd01aba973dc3 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..541dbad780e5b --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.83.0 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.83.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..676c067a07d74 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.83.0/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.83.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 38dc75f2802ec8ee992b9d3cec3ea7c365e15c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:42:48 +0200 Subject: [PATCH 048/113] New version: albertony.npiperelay version 1.11.4 (#399616) --- .../albertony.npiperelay.installer.yaml | 19 ++++++++++ .../albertony.npiperelay.locale.en-US.yaml | 37 +++++++++++++++++++ .../1.11.4/albertony.npiperelay.yaml | 8 ++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.installer.yaml create mode 100644 manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.locale.en-US.yaml create mode 100644 manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.yaml diff --git a/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.installer.yaml b/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.installer.yaml new file mode 100644 index 0000000000000..9bea23a85894f --- /dev/null +++ b/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: albertony.npiperelay +PackageVersion: 1.11.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: npiperelay.exe +ReleaseDate: 2026-07-08 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/albertony/npiperelay/releases/download/v1.11.4/npiperelay_windows_386.zip + InstallerSha256: FE5FE1D15A0181E99526AED04A3F37F19383B75714450379F25E3B57ECB0552C +- Architecture: x64 + InstallerUrl: https://github.com/albertony/npiperelay/releases/download/v1.11.4/npiperelay_windows_amd64.zip + InstallerSha256: C4B48F6868F2EADC546BEBAB7700E8F217BB46CA36AD91BF57FEDBB5254B1633 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.locale.en-US.yaml b/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.locale.en-US.yaml new file mode 100644 index 0000000000000..3620c3e874db7 --- /dev/null +++ b/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: albertony.npiperelay +PackageVersion: 1.11.4 +PackageLocale: en-US +Publisher: albertony +PublisherUrl: https://github.com/albertony/npiperelay +PublisherSupportUrl: https://github.com/albertony/npiperelay/issues +PackageName: npiperelay +PackageUrl: https://github.com/albertony/npiperelay +License: MIT +LicenseUrl: https://github.com/albertony/npiperelay/blob/HEAD/LICENSE +ShortDescription: access a Windows named pipe compatible with command-line tools and WSL +Description: npiperelay is a tool that allows you to access a Windows named pipe in a way that is more compatible with a variety of command-line tools. With it, you can use Windows named pipes from the Windows Subsystem for Linux (WSL). Essentially it exposes stdin and stdout to processes in WSL, and relays information to a named pipe used by processes running in Windows, typically with help of the socat tool in the WSL distro. +Moniker: npiperelay +ReleaseNotes: |- + This is a release of my forked project, from branch fork. See below for full changelog, listing all commits since previous fork release. The primary asset of the release is a direct download link for a ready-to-use build of the application's single executable, as well as an alternative .zip archive containing the same executable. It is built with Go version 1.26.5. + About this fork + This release is from my fork of jstarks/npiperelay, adding some smaller improvements on top of upstream release v0.1.0. The changes are conservative; primary concern is to keep the code updated and secure, considering upstream has not been updated since this first release back in mid 2020. See previous release notes for fork releases starting with v1.0.0 to learn about all changes. + Checksums + GitHub automatically computes SHA-256 checksums for all release assets, which you can see to the right of the asset names in the "Assets" section below. These are generated at upload time and are immutable. The build system also computes SHA-256 checksums of built executables, and these are published as text file asset npiperelay_checksums.txt. Note that the .zip asset for the amd64 (x64/64-bit) and 386 (x86/32-bit) architectures both contain a single executable with name npiperelay.exe, and it is identical to the .exe asset with same name as the .zip asset, i.e. npiperelay_windows_386.exe and npiperelay_windows_amd64.exe, and should therefore have the same checksum. + These are the SHA-256 checksums of all binary release assets, as published in npiperelay_checksums.txt: + 6ca75c866b051991b7c56471f78b26028fe4d6a71f95048ae008b77d21f5375b npiperelay_windows_386.exe + fe5fe1d15a0181e99526aed04a3f37f19383b75714450379f25e3b57ecb0552c npiperelay_windows_386.zip + cea82cf5c9c22a28bef8075750acb7958f766393baebff4597cf21442f71c4b3 npiperelay_windows_amd64.exe + c4b48f6868f2eadc546bebab7700e8f217bb46ca36ad91bf57fedbb5254b1633 npiperelay_windows_amd64.zip + Antivirus + If your local antivirus treats the downloaded archive or executable as suspicious or malicious, you should try to report it as a false positive, e.g. to Symantec on symsubmit.symantec.com (select "Clean software incorrectly detected"). At the time of the release, no security vendors on VirusTotal flagged the asset download urls as malicious, but some very few (well below 10%) did flag the zip archive and executable files themselves (see report for each of the assets in expandable section below). The implementation is less than 300 lines of go code, plus a single, commonly used, third party dependency. The source code is automatically run through vulnerability analysis, using Go's govulncheck and GitHub's CodeQL, and a long list of code quality checks (linters), using golangci-lint (see .golangci.yml for the complete list). If you do worry, you are free to analyse the code yourself, and you can also build the executable locally from source. + Changelog + Commits since previous fork release: + - c1f3524 Bump golang.org/x/sys from 0.46.0 to 0.47.0 + - 444bd10 Bump actions/checkout from 6 to 7 + (Application executable in release assets built with Go version 1.26.5). +ReleaseNotesUrl: https://github.com/albertony/npiperelay/releases/tag/v1.11.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.yaml b/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.yaml new file mode 100644 index 0000000000000..909ebaa2dacf9 --- /dev/null +++ b/manifests/a/albertony/npiperelay/1.11.4/albertony.npiperelay.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: albertony.npiperelay +PackageVersion: 1.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 37e79fe7d65a7fb9e470aed01478a5070a24e419 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:43:03 +0800 Subject: [PATCH 049/113] New version: Temporal.TemporalCLI version 1.7.3 (#399623) --- .../1.7.3/Temporal.TemporalCLI.installer.yaml | 22 ++++++++++++++ .../Temporal.TemporalCLI.locale.en-US.yaml | 30 +++++++++++++++++++ .../Temporal.TemporalCLI.locale.zh-CN.yaml | 13 ++++++++ .../1.7.3/Temporal.TemporalCLI.yaml | 8 +++++ 4 files changed, 73 insertions(+) create mode 100644 manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.installer.yaml create mode 100644 manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.en-US.yaml create mode 100644 manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.zh-CN.yaml create mode 100644 manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.yaml diff --git a/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.installer.yaml b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.installer.yaml new file mode 100644 index 0000000000000..baf9853c9bbbb --- /dev/null +++ b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Temporal.TemporalCLI +PackageVersion: 1.7.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: temporal.exe + PortableCommandAlias: temporal +Commands: +- temporal +ReleaseDate: 2026-07-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/temporalio/cli/releases/download/v1.7.3/temporal_cli_1.7.3_windows_amd64.zip + InstallerSha256: 49850077C0BD344F2483EFE171739361E536CBB181768BC08367B682B2904BC9 +- Architecture: arm64 + InstallerUrl: https://github.com/temporalio/cli/releases/download/v1.7.3/temporal_cli_1.7.3_windows_arm64.zip + InstallerSha256: DF1E9919171907CD1DC45A99D8A914524A2B4A8A4DE2C30DCDBC93B7559B4D7B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.en-US.yaml b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..e1856a9955313 --- /dev/null +++ b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Temporal.TemporalCLI +PackageVersion: 1.7.3 +PackageLocale: en-US +Publisher: Temporal Technologies Inc. +PublisherUrl: https://temporal.io/ +PublisherSupportUrl: https://github.com/temporalio/cli/issues +PrivacyUrl: https://temporal.io/global-privacy-policy +Author: Temporal Technologies Inc. +PackageName: Temporal CLI +PackageUrl: https://github.com/temporalio/cli +License: MIT +LicenseUrl: https://github.com/temporalio/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Temporal Technologies Inc. All rights reserved. +CopyrightUrl: https://temporal.io/terms-of-service +ShortDescription: Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal +Tags: +- temporal +ReleaseNotes: |- + What's Changed + - Bump go.temporal.io/server to v1.31.2 to address a security release in the embedded server + Full Changelog: https://github.com/temporalio/cli/compare/v1.7.2...v1.7.3 +ReleaseNotesUrl: https://github.com/temporalio/cli/releases/tag/v1.7.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.temporal.io/cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.zh-CN.yaml b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..22828ba2d4435 --- /dev/null +++ b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Temporal.TemporalCLI +PackageVersion: 1.7.3 +PackageLocale: zh-CN +ShortDescription: 运行 Temporal 服务器并与 Temporal 工作流、活动、命名空间和其它部分交互的命令行界面 +ReleaseNotesUrl: https://github.com/temporalio/cli/releases/tag/v1.7.3 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.temporal.io/cli +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.yaml b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.yaml new file mode 100644 index 0000000000000..13c172d18eb6d --- /dev/null +++ b/manifests/t/Temporal/TemporalCLI/1.7.3/Temporal.TemporalCLI.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: Temporal.TemporalCLI +PackageVersion: 1.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f0daebd721de3b7922ddee9ea641bdf1c8f1c44a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:43:21 +0800 Subject: [PATCH 050/113] New version: Anthropic.ClaudeCode version 2.1.205 (#399635) --- .../Anthropic.ClaudeCode.installer.yaml | 18 +++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 65 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 +++++++++ .../2.1.205/Anthropic.ClaudeCode.yaml | 8 +++ 4 files changed, 122 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 0000000000000..2a00554c73357 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.205 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-07-08 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.205/win32-x64/claude.exe + InstallerSha256: F09120889098672074E7C5166D5474DA0C5482F2BEC898B3510CACD9C1FEFA42 +- Architecture: arm64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.205/win32-arm64/claude.exe + InstallerSha256: 9A86E5ACBC584AB7C1B684F1CC1BF5C7BDDD6AFD4817C0D2C2113D15BFBFF0A9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 0000000000000..eb379e4644012 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.205 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - Added an auto mode rule that blocks tampering with session transcript files + - Fixed --json-schema silently producing unstructured output when the schema was invalid, and schemas using the format keyword being rejected + - Fixed a message sent while Claude was working being silently lost when the turn ended at the --max-turns limit + - Fixed Windows worktree removal deleting files outside the worktree when an NTFS junction or directory symlink existed inside it + - Fixed background agents staying shown as "failed" or "completed" in the agent list after being resumed with SendMessage + - Fixed background jobs flipping from "needs input" back to "working" in the agent list when the agent's turn contained no readable text + - Fixed claude attach erroring when a background agent was mid-upgrade restart instead of waiting for it to come back + - Fixed session-to-PR linking missing a PR created in a Bash call whose output exceeded the 30K inline limit + - Fixed claude mcp add-from-claude-desktop getting stuck when a server name contains unsupported characters; invalid names are now reported and remaining servers still import + - Fixed a plugin LSP server that fails to initialize preventing a valid LSP server from another plugin handling the same file extension + - Fixed a Windows crash when the directory Claude was launched from is deleted, locked, or unmounted while a command is running + - Fixed a crash when a file watcher was closed while a directory scan was still in flight + - Fixed project verify skills being rewritten on every session instead of only when a documented command changed + - Fixed the agent view rendering one line too high and clipping its header when the job list slightly overflowed the screen + - Fixed background tasks in the web and mobile Remote Control panels showing stale "Running" status by forwarding full task state on every membership change + - Improved auto mode to ask before running rm -rf on a variable it can't resolve from context + - Auto-update binary downloads now stream to disk instead of buffering in memory, cutting the updater's peak memory usage by roughly 400 MB + - Background task notifications now explicitly state that no human input has occurred, preventing fabricated in-transcript approvals from being acted on + - Improved agent view: sessions that edit, merge, comment on, or push to an existing PR now link it in claude agents + - Improved agent view: rows now show a colored state word and a classifier-written headline instead of raw tool call text, and the peek opens with full status including the exact ask for blocked sessions + - /doctor is now a full setup checkup that can diagnose and fix issues; /checkup is its alias + - Reserved the "Claude Browser" MCP server name (alongside "Claude Preview") ahead of the Claude Desktop pane rename; user-configured MCP servers can no longer register under either name + - Fixed Cowork VM-mode local-agent sessions failing to start with "Not logged in · Please run /login" on CLI 2.1.203+ +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21205 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3694d6bafd4ee --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.205 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.yaml new file mode 100644 index 0000000000000..14e7f35bcdfca --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.205/Anthropic.ClaudeCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.205 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ff64cc6c7e4e23bcfba0cc5fa0b16c19400cae87 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:43:50 +0800 Subject: [PATCH 051/113] New version: Anthropic.ClaudeCode version 2.1.206 (#400175) --- .../Anthropic.ClaudeCode.installer.yaml | 18 +++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 69 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 +++++++++ .../2.1.206/Anthropic.ClaudeCode.yaml | 8 +++ 4 files changed, 126 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 0000000000000..d18b8e19c3cc0 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.206 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-07-09 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.206/win32-x64/claude.exe + InstallerSha256: D5072B25B9A20BFFB24625D36129A05ED2BE4D2EB7E35625AAD6AA35596892C2 +- Architecture: arm64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.206/win32-arm64/claude.exe + InstallerSha256: C17AC3A5A8EDF5CFA658E82BD41FCF83170AF21538E51CC9D4CBAEEFE382ABA3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 0000000000000..aedf86cc24194 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.206 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - Added directory path suggestions to /cd, matching /add-dir behavior + - Added a /doctor check that proposes trimming checked-in CLAUDE.md files by cutting content Claude could derive from the codebase + - /commit-push-pr now auto-allows git push to the repo's configured push remote (remote.pushDefault, or the sole remote when only one is configured) in addition to origin + - Gateway: /login now supports Anthropic-operated public gateway endpoints + - EnterWorktree now asks for confirmation before entering a git worktree outside the project's .claude/worktrees/ directory + - Background agents now upgrade to a new version in the background right after a Claude Code update, instead of paying a slow stale-session upgrade when you attach + - Fixed an expired login failing every model with a misleading "There's an issue with the selected model" error instead of prompting to run /login + - Fixed claude --resume and --continue not responding to keyboard input on startup + - Fixed MCP servers configured via --mcp-config or .mcp.json ignoring a per-server request_timeout_ms, which caused long-running MCP tool calls to time out at the 60s default in fresh sessions + - Fixed CLAUDE_CODE_EXTRA_BODY being silently ignored by claude agents / --bg background workers; the shell-exported override now follows the dispatching session + - Fixed OAuth MCP servers requiring manual re-authentication after a single failed token refresh + - Fixed --permission-prompt-tool pointing at an MCP server crashing with "MCP tool not found" on cold start before the server finishes connecting + - Fixed /model picker rows printing a price for a different model than the row named, and stopped quoting first-party list prices on providers that don't bill them + - Fixed server-provided model rows being misplaced in the /model picker when an entitlement or allowlist restriction drops the row they were positioned against + - Fixed desktop sessions getting stuck showing "running" after a slash command was sent mid-turn + - Fixed keyboard input being ignored in the agents view when a setup prompt appeared before a bare claude --resume on Windows + - Fixed claude rm leaving the removed job in the daemon roster, causing the row to reappear in claude agents + - Fixed /remote-control showing "Unknown command" when logged out — it now explains how to sign in + - Fixed left arrow not stepping back out of a phase or agent in the workflow detail view + - Fixed /status listing the same broken-install warning twice + - Fixed false "disused plugin" tips and skewed disuse telemetry for LSP plugins + - Fixed /doctor's update check to compare Homebrew installs against their cask's channel instead of the settings channel + - Fixed the fullscreen jump-to-bottom pill suggesting Ctrl+End on macOS, not showing rebound chords, and wrapping over the transcript + - Bedrock: fixed a multi-minute startup hang when using an awsCredentialExport helper on networks with restricted egress + - Improved /code-review findings quality on claude-opus-4-8 across all effort levels + - Improved agents view: status column now uses full terminal width instead of truncating at 64 characters + - Changed agents view: Ctrl+X now permanently removes a completed session, and sessions no longer render twice; deleted background jobs stay deleted +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21206 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b2e1dc95200fd --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.206 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.yaml new file mode 100644 index 0000000000000..207c081eea0f0 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.206/Anthropic.ClaudeCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.206 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e1b102be13bd64789f853cd9533b80038fc1c860 Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:44:01 +1000 Subject: [PATCH 052/113] New version: Autodesk.Fusion version 2704.1.23 (#400199) --- .../{2704.1.15 => 2704.1.23}/Autodesk.Fusion.installer.yaml | 4 ++-- .../Autodesk.Fusion.locale.en-US.yaml | 2 +- .../Fusion/{2704.1.15 => 2704.1.23}/Autodesk.Fusion.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename manifests/a/Autodesk/Fusion/{2704.1.15 => 2704.1.23}/Autodesk.Fusion.installer.yaml (79%) rename manifests/a/Autodesk/Fusion/{2704.1.15 => 2704.1.23}/Autodesk.Fusion.locale.en-US.yaml (92%) rename manifests/a/Autodesk/Fusion/{2704.1.15 => 2704.1.23}/Autodesk.Fusion.yaml (87%) diff --git a/manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.installer.yaml b/manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.installer.yaml similarity index 79% rename from manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.installer.yaml rename to manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.installer.yaml index a1af6f74d391d..8b65af36b97e2 100644 --- a/manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.installer.yaml +++ b/manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Autodesk.Fusion -PackageVersion: 2704.1.15 +PackageVersion: 2704.1.23 InstallerType: exe InstallModes: - interactive @@ -13,6 +13,6 @@ UpgradeBehavior: install Installers: - Architecture: x86 InstallerUrl: https://dl.appstreaming.autodesk.com/production/installers/Fusion%20Client%20Downloader.exe - InstallerSha256: B9886B078C7BD11CA1F4749E901B6DB235754DC822105371EBB34486CCB05F7B + InstallerSha256: DA682D3EDC35825712E89270FE2C2E5C4B7C81CB5341F6B8DCCA40F61A2E652A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.locale.en-US.yaml b/manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.locale.en-US.yaml similarity index 92% rename from manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.locale.en-US.yaml rename to manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.locale.en-US.yaml index 9f0744e54b43c..211b5e971393e 100644 --- a/manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.locale.en-US.yaml +++ b/manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Autodesk.Fusion -PackageVersion: 2704.1.15 +PackageVersion: 2704.1.23 PackageLocale: en-US Publisher: Autodesk, Inc PublisherUrl: https://www.autodesk.com/ diff --git a/manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.yaml b/manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.yaml similarity index 87% rename from manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.yaml rename to manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.yaml index 9afeba6c38dbf..27f43c9db9b43 100644 --- a/manifests/a/Autodesk/Fusion/2704.1.15/Autodesk.Fusion.yaml +++ b/manifests/a/Autodesk/Fusion/2704.1.23/Autodesk.Fusion.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Autodesk.Fusion -PackageVersion: 2704.1.15 +PackageVersion: 2704.1.23 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 8f359b08cb46dbada50db7fc0e49bed2b9f09f57 Mon Sep 17 00:00:00 2001 From: Kam Date: Fri, 10 Jul 2026 03:44:16 -0700 Subject: [PATCH 053/113] Add 0state.scafld 2.5.0 (#400332) --- .../scafld/2.5.0/0state.scafld.installer.yaml | 16 ++++++++++++++++ .../scafld/2.5.0/0state.scafld.locale.en-US.yaml | 12 ++++++++++++ .../0/0state/scafld/2.5.0/0state.scafld.yaml | 6 ++++++ 3 files changed, 34 insertions(+) create mode 100644 manifests/0/0state/scafld/2.5.0/0state.scafld.installer.yaml create mode 100644 manifests/0/0state/scafld/2.5.0/0state.scafld.locale.en-US.yaml create mode 100644 manifests/0/0state/scafld/2.5.0/0state.scafld.yaml diff --git a/manifests/0/0state/scafld/2.5.0/0state.scafld.installer.yaml b/manifests/0/0state/scafld/2.5.0/0state.scafld.installer.yaml new file mode 100644 index 0000000000000..c091479e1a427 --- /dev/null +++ b/manifests/0/0state/scafld/2.5.0/0state.scafld.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: 0state.scafld +PackageVersion: 2.5.0 +InstallerLocale: en-US +InstallerType: portable +Commands: + - scafld +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/nilstate/scafld/releases/download/v2.5.0/scafld_2.5.0_windows_amd64.exe + InstallerSha256: 179ed7c795fd133df5cb11f2752a5cbc8dc05c409eae14eef72d10d0e5d8e8ea + - Architecture: arm64 + InstallerUrl: https://github.com/nilstate/scafld/releases/download/v2.5.0/scafld_2.5.0_windows_arm64.exe + InstallerSha256: 58e63be88307078c2bc5f3b260495a74f3233818299a52fc73ee94ed7338f1bb +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/0/0state/scafld/2.5.0/0state.scafld.locale.en-US.yaml b/manifests/0/0state/scafld/2.5.0/0state.scafld.locale.en-US.yaml new file mode 100644 index 0000000000000..61ef49b845e1f --- /dev/null +++ b/manifests/0/0state/scafld/2.5.0/0state.scafld.locale.en-US.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: 0state.scafld +PackageVersion: 2.5.0 +PackageLocale: en-US +Publisher: 0state +PublisherUrl: https://0state.com +PackageName: scafld +License: MIT +ShortDescription: Deterministic protocol for multi-phase agent work. +PackageUrl: https://0state.com/scafld +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/0/0state/scafld/2.5.0/0state.scafld.yaml b/manifests/0/0state/scafld/2.5.0/0state.scafld.yaml new file mode 100644 index 0000000000000..9352b7b216065 --- /dev/null +++ b/manifests/0/0state/scafld/2.5.0/0state.scafld.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: 0state.scafld +PackageVersion: 2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 6d83ae4e592220198bd8092fd4f756bf099eb864 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:44:28 +0300 Subject: [PATCH 054/113] New version: laurentiu021.SysManager version 1.52.73 (#400334) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.73/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..5b326ba3f222d --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.73/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.52.73 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.73/SysManager-v1.52.73.exe + InstallerSha256: 37E2C0D0F4534A7A4F13FBF7DB4A67A74EFD19133F81A86CBB4C3126AA063D3B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..2024a1b78cd31 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.73 +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.52.73] - 2026-07-10 + Fixed + - The Process Manager can no longer force-kill kernel-critical processes (csrss, lsass, smss, services, wininit, etc.) that would cause an immediate BSOD. The Kill command was the only destructive surface in the app that did not guard against acting on a known-critical target — unlike the Services tab (which refuses to stop/disable critical services) and the File Lock tab (which refuses to end critical lockers). It now refuses outright when the process is classified as "System" in the process database, and as defense-in-depth also checks against a hardcoded boot-critical denylist so protection holds even for processes not yet in the database. + Verify the download + Get-FileHash .\SysManager-v1.52.73.exe -Algorithm SHA256 + Expected SHA256: 37E2C0D0F4534A7A4F13FBF7DB4A67A74EFD19133F81A86CBB4C3126AA063D3B +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.73 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.73/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..ccade227ee815 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.73/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.52.73 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fc98710d537efd4e6f2c6a33eb9c732acc6f725f Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Fri, 10 Jul 2026 12:44:42 +0200 Subject: [PATCH 055/113] Added 2 tags: Kitware.Slicer version 5.12.1 (#400346) --- .../k/Kitware/Slicer/5.12.1/Kitware.Slicer.locale.en-US.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/k/Kitware/Slicer/5.12.1/Kitware.Slicer.locale.en-US.yaml b/manifests/k/Kitware/Slicer/5.12.1/Kitware.Slicer.locale.en-US.yaml index 0eb56238b07ef..90e1015b26cc8 100644 --- a/manifests/k/Kitware/Slicer/5.12.1/Kitware.Slicer.locale.en-US.yaml +++ b/manifests/k/Kitware/Slicer/5.12.1/Kitware.Slicer.locale.en-US.yaml @@ -16,6 +16,8 @@ Description: 3D Slicer is a free, open source software for visualization, proces Tags: - medical-imaging - visualization +- 3d-slicer +- 3dslicer Documentations: - DocumentLabel: Getting Started DocumentUrl: https://slicer.readthedocs.io/en/latest/user_guide/getting_started.html From d2613477b3d946f2c2fb6f21c7b2646778689f8d Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:01:25 +0800 Subject: [PATCH 056/113] New version: t8y2.DBX version 0.5.51 (#399690) --- .../t/t8y2/DBX/0.5.51/t8y2.DBX.installer.yaml | 26 +++++++ .../DBX/0.5.51/t8y2.DBX.locale.en-US.yaml | 73 +++++++++++++++++++ manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.yaml | 8 ++ 3 files changed, 107 insertions(+) create mode 100644 manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.installer.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.locale.en-US.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.yaml diff --git a/manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.installer.yaml new file mode 100644 index 0000000000000..f9cf34554791f --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.51/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.5.51 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-07-08 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.51/DBX_0.5.51_x64-setup.exe + InstallerSha256: 32B15F1C265D27AE90500E2C4BDC2F0735B4D80EDBDBAC24670FB87C5D922AFD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 0000000000000..ac512af98649b --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,73 @@ +# 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.5.51 +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: |- + 新功能 + - Doris / StarRocks 外部 Catalog — 侧边栏现在可以展示 Doris / StarRocks 的外部 catalog,并在数据预览、分页、导出和元数据查询中保留 catalog 上下文,方便浏览 Hive、Iceberg、Hudi、Paimon 等联邦数据源。(contributed by @zhuhaoh, closes #2721) + - 达梦作业管理 — 新增达梦代理作业入口,支持查看作业、步骤、调度和历史,并可初始化作业环境、新建、启停、立即执行、停止、清理历史和删除作业。(closes #2876) + - 达梦 Schema — 支持在达梦连接中新建 Schema。 + - Hive Kerberos — Hive 连接增加 Kerberos 配置项,支持 keytab、principal、krb5.conf 等连接参数。 + - SQL 脚本变量 — SQL 编辑器支持 @set 变量,并增加复制按钮,脚本复用更方便。(contributed by @onceMisery, related #2583) + - AI 通用问答 — AI 面板新增通用问答模式,并支持通过斜杠命令切换 Action。(contributed by @lexmin0412) + - Redis TTL 刷新 — Redis key 的 TTL 显示增加自动刷新倒计时。(contributed by @Abeautifulsnow) + - 驱动缓存清理 — 驱动管理增加清理下载缓存能力,并保留页面内的更新提示。(closes #2826) + - 可见数据库选择 — 新建数据库后会自动加入可见数据库并展示,减少手动刷新和选择步骤。(contributed by @eryajf, closes #2779) + - 枚举字段元数据 — 后端统一返回 MySQL / PostgreSQL 枚举值元数据,前端枚举编辑不再依赖本地解析。(contributed by @onenewcode, closes #2742) + 改进 + - 数据网格 — 刷新数据时保留当前页;如果当前页因数据减少而不存在,会自动跳到最后一页。(contributed by @Abeautifulsnow, related #2619) + - 跳转列搜索 — 跳转列支持展示字段注释,并可通过注释搜索字段。(contributed by @eryajf, closes #2914) + - 查询超时操作 — 表和视图数据页的超时错误现在也会显示“修改查询超时时间”和“用 AI 修复”。 + - 调试日志 — 桌面端日志、导出内容和下载文件名改用本地时区,排查问题时不再混淆 UTC 时间。(contributed by @zorohu, closes #2777) + - JSON 编辑提示 — 缩短格式化 JSON 编辑提示展示时间,并减少重复提示次数。(closes #2836) + - OceanBase 默认端口 — OceanBase 默认连接端口调整为更常见的 ODP/OBProxy 2883。 + - Agent 文档 — 补充 Agent 版本 bump 规则和中文 README。 + 修复 + - PostgreSQL 数据传输 — 目标端缺少 owner role 时可选择跳过或重归属,Web 传输也补齐 schema dependencies / objects 同步流程。(contributed by @ZhonFortune) + - MongoDB Legacy — Legacy agent 支持创建和删除索引,修复旧 MongoDB 路径下索引管理不可用的问题。(contributed by @CN-Scars, closes #2911) + - MongoDB 侧边栏搜索 — 搜索后 collection 子节点仍可正常展开。(contributed by @eryajf, closes #2899) + - ZooKeeper — 根路径浏览不再隐藏 /zookeeper 系统节点,结果与 zkCli ls / 保持一致。(contributed by @CN-Scars, closes #2871) + - Spark / Hive — 限制 Thrift fetch size,减少大结果集 FetchResults 失败。(contributed by @jischeng) + - Cassandra — 连接支持 URL 参数,改善多数据中心场景下 localdatacenter 等参数配置。(contributed by @Tssshhhh) + - MySQL / 兼容引擎 — 过滤 allowMultiQueries URL 参数,修复从 JDBC 配置复制连接串后测试连接失败;StarRocks / Doris / Manticore 等兼容引擎跳过 MySQL 专有初始化变量;MySQL 数值导出和建表注释拆分也更稳定。(contributed by @CN-Scars, @LwClick) + - SQL Server — 修复 sql_variant 查询崩溃、表结构 DDL 缺少 IDENTITY、整数/浮点类型生成 DDL 时带 display width 的问题。(contributed by @gggaiitx) + - Oracle / OceanBase / Vastbase / HANA — 优化 Oracle 当前用户对象列表查询、OceanBase 默认端口、Vastbase 元数据类型容错,以及 HANA 元数据 fallback 和 SQLScript 参数处理。 + - DuckDB — 修复 DuckDB worker 子进程关闭不可靠的问题。(contributed by @onceMisery, related #2718) + - AI — 停止按钮现在会真正取消 agent stream,并修复历史消息编辑框宽度问题。(contributed by @Abeautifulsnow) + - Redis — UTF-8 字符串编辑操作栏保持可见。 + - SQL 编辑 / 导航 — 保留关键字表名可正常跳转;expaste 生成 IN 列表时统一引用非 NULL 值。 + - Web MCP — Web 部署的 MCP 调用现在需要认证,避免未授权访问。(contributed by @eryajf, closes #2887) + - Windows / Linux 窗口 — 修复无原生窗口装饰时顶部边框缺失。(contributed by @zipg) + - 侧边栏定位 — “在侧边栏中定位”当前表更可靠,并改善虚拟列表滚动后的高亮表现。(contributed by @zorohu, related #2776) + - UI 细节 — 修复 LightTooltip 箭头颜色与主体不一致的问题。(contributed by @ducheng1) + > 国内下载:如果 GitHub 下载较慢,可从 CNB 镜像 下载桌面端安装包,Docker 镜像从 docker.cnb.cool/dbxio.com/dbx:0.5.51 拉取。 +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.51 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.51/t8y2.DBX.yaml new file mode 100644 index 0000000000000..dd8e5e08e7592 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.51/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.5.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 67bf4fdcdb7c6f31a51ae310c7b68e9d432c9358 Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:01:59 +1000 Subject: [PATCH 057/113] New version: CirclebackAI.Circleback version 2.9.14 (#400200) --- .../{2.9.13 => 2.9.14}/CirclebackAI.Circleback.installer.yaml | 4 ++-- .../CirclebackAI.Circleback.locale.en-US.yaml | 2 +- .../{2.9.13 => 2.9.14}/CirclebackAI.Circleback.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename manifests/c/CirclebackAI/Circleback/{2.9.13 => 2.9.14}/CirclebackAI.Circleback.installer.yaml (82%) rename manifests/c/CirclebackAI/Circleback/{2.9.13 => 2.9.14}/CirclebackAI.Circleback.locale.en-US.yaml (94%) rename manifests/c/CirclebackAI/Circleback/{2.9.13 => 2.9.14}/CirclebackAI.Circleback.yaml (88%) diff --git a/manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.installer.yaml b/manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.installer.yaml similarity index 82% rename from manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.installer.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.installer.yaml index 3e42fd91cc544..95691baa29820 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.installer.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.13 +PackageVersion: 2.9.14 InstallerLocale: en-US InstallerType: nullsoft InstallModes: @@ -17,6 +17,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://download.circleback.ai/windows/nsis/x64 - InstallerSha256: 5C265002AB3DD1DB43A2AC237E7BCD3FD4D113804DE047B029BBAC4924C030E3 + InstallerSha256: 7152E687B1D72D7B01CCDEA3EF67EF9966B45FA882A8479A079237DC2BEE49A1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.locale.en-US.yaml b/manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.locale.en-US.yaml similarity index 94% rename from manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.locale.en-US.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.locale.en-US.yaml index 3412b294a2e46..f81ba940a097c 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.locale.en-US.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.13 +PackageVersion: 2.9.14 PackageLocale: en-US Publisher: Circleback AI, Inc. PublisherUrl: https://circleback.ai/ diff --git a/manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.yaml b/manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.yaml similarity index 88% rename from manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.yaml index a45dd59a9e2c5..b6c3ccdab0aea 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.13/CirclebackAI.Circleback.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.14/CirclebackAI.Circleback.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.13 +PackageVersion: 2.9.14 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 342f9fc2cb5c929af03f97988537f686d0013b0e Mon Sep 17 00:00:00 2001 From: Scottnine <103560654+Scottnine@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:02:14 +0100 Subject: [PATCH 058/113] New version: Filamental.Filamental version 0.3.9 (#400333) --- .../Filamental.Filamental.installer.yaml | 22 ++++++++++++ .../Filamental.Filamental.locale.en-US.yaml | 36 +++++++++++++++++++ .../0.3.9/Filamental.Filamental.yaml | 8 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.installer.yaml create mode 100644 manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.locale.en-US.yaml create mode 100644 manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.yaml diff --git a/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.installer.yaml b/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.installer.yaml new file mode 100644 index 0000000000000..85aa51f451c8f --- /dev/null +++ b/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Filamental.Filamental +PackageVersion: 0.3.9 +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Scottnine/filamental/releases/download/v0.3.9/Filamental_0.3.9_x64-setup.exe + InstallerSha256: 2546B993E6DF596EA6A2F9CE437C3818E312F310D0129943A715E90713B011BC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-10 diff --git a/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.locale.en-US.yaml b/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.locale.en-US.yaml new file mode 100644 index 0000000000000..c75d1ef41763c --- /dev/null +++ b/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Filamental.Filamental +PackageVersion: 0.3.9 +PackageLocale: en-US +Publisher: Filamental +PublisherUrl: https://filamental.space +PublisherSupportUrl: https://github.com/Scottnine/filamental/issues +Author: Scott Turnbull +PackageName: Filamental +PackageUrl: https://filamental.space +License: Proprietary +Copyright: Copyright (C) 2025 Filamental +ShortDescription: A local-first 3D knowledge graph desktop application +Description: |- + Filamental is a local-first 3D knowledge graph for Windows. Build and + navigate connected knowledge as a living visual network — nodes, edges, + and relationships rendered in interactive 3D space. Write Markdown notes + directly on nodes, attach files, filter by type, and connect Filamental + to Claude via MCP for live AI access to your vault. All data stays on + your machine as plain Markdown files. +Tags: +- graph +- knowledge +- knowledge-graph +- markdown +- notes +- productivity +- visualization +ReleaseNotesUrl: https://github.com/Scottnine/filamental/releases/tag/v0.3.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Scottnine/filamental/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.yaml b/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.yaml new file mode 100644 index 0000000000000..07963209739f0 --- /dev/null +++ b/manifests/f/Filamental/Filamental/0.3.9/Filamental.Filamental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Filamental.Filamental +PackageVersion: 0.3.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ecb2e3b07d79facacdaca7f5b346782e547157fe Mon Sep 17 00:00:00 2001 From: Mohammed Al-Laktah Date: Fri, 10 Jul 2026 13:03:04 +0200 Subject: [PATCH 059/113] New version: RimSort.RimSort version 1.8.0 (#400335) --- .../1.8.0/RimSort.RimSort.installer.yaml | 25 +++++++++++++++++++ .../1.8.0/RimSort.RimSort.locale.en-US.yaml | 25 +++++++++++++++++++ .../RimSort/1.8.0/RimSort.RimSort.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.installer.yaml create mode 100644 manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.locale.en-US.yaml create mode 100644 manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.yaml diff --git a/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.installer.yaml b/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.installer.yaml new file mode 100644 index 0000000000000..c65503c8de3c6 --- /dev/null +++ b/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: RimSort.RimSort +PackageVersion: 1.8.0 +InstallerType: wix +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-03 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/RimSort/RimSort/releases/download/v1.8.0/RimSort-v1.8.0-Windows_x86_64.msi + InstallerSha256: 95A1DEEEC3AE91E1A9B7527474E1FF743AA2F97EA21E463C08DA3D38D8A3EBDD + ProductCode: "{441502E0-7F03-4743-A982-CC8B70862C1F}" + AppsAndFeaturesEntries: + - DisplayName: RimSort + Publisher: RimSort Team + DisplayVersion: 1.8.0.0 + ProductCode: "{441502E0-7F03-4743-A982-CC8B70862C1F}" + UpgradeCode: "{D4F7C3B9-8A5E-4E52-BB9F-3C2D1F7A9E24}" + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.locale.en-US.yaml b/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.locale.en-US.yaml new file mode 100644 index 0000000000000..210a195c9db94 --- /dev/null +++ b/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: RimSort.RimSort +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: RimSort +PublisherUrl: https://rimsort.github.io/RimSort/ +PublisherSupportUrl: https://github.com/RimSort/RimSort/issues +Author: RimSort +PackageName: RimSort +PackageUrl: https://github.com/RimSort/RimSort +License: GPL-3.0 +LicenseUrl: https://github.com/RimSort/RimSort?tab=GPL-3.0-1-ov-file# +Copyright: 2007 Free Software Foundation, Inc. +CopyrightUrl: https://fsf.org/ +ShortDescription: RimSort is an open source mod manager for the video game RimWorld. There is support for Linux, Mac, and Windows, built from the ground up to be a reliable, community-managed alternative to RimPy Mod Manager. +Tags: + - mod-manager + - mods + - rimworld + - sorting +ReleaseNotesUrl: https://github.com/RimSort/RimSort/releases/tag/v1.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.yaml b/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.yaml new file mode 100644 index 0000000000000..f5e284d31d6cb --- /dev/null +++ b/manifests/r/RimSort/RimSort/1.8.0/RimSort.RimSort.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: RimSort.RimSort +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 + From 3670585163f0657898ac203667875ed4be3abf7f Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:03:45 +0300 Subject: [PATCH 060/113] New version: laurentiu021.SysManager version 1.52.74 (#400338) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 46 +++++++++++++++++++ .../1.52.74/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 72 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..4a55138074475 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.74/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.52.74 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.74/SysManager-v1.52.74.exe + InstallerSha256: 182A4914A9512B42F4B412464D7F77CA266B532FEADB19D07C3427968C28C23C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..8386d1d6ffe26 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,46 @@ +# 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.52.74 +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.52.74] - 2026-07-10 + Fixed + - RestartExplorer could leave the user without a taskbar/desktop if any explorer.exe process was unkillable (e.g. elevated or another user's session). The kill loop and the shell relaunch lived in a single try block, so one Win32Exception from Kill() on a higher-integrity explorer aborted the entire method — explorer was dead but never relaunched. Each process is now killed in its own guarded block (matching FileLockService.KillProcess's per-process pattern), and the Process.Start("explorer.exe") relaunch runs unconditionally after the loop so the shell is always restored. + - The Context Menu tab's "Enable" action on HKLM-disabled entries reported success but actually did nothing. The HKCU fallback path used CreateSubKey even when enabling (removing LegacyDisable), which created an empty orphan key and deleted a value that never existed there, then returned true. The HKLM LegacyDisable was never touched, so Explorer still hid the entry and the next scan snapped the toggle back. The enable path now uses OpenSubKey and returns false if no user-authored override exists to clear — surfacing the "needs admin" message instead of silently lying. + - Every Context Menu toggle froze the UI thread for up to 5 seconds. ToggleEntry was synchronous and called BackupRegistry which spawns reg.exe with a 5-second WaitForExit — all on the dispatcher thread. Converted to an async command with Task.Run, matching the existing ApplyPresetAsync pattern that already offloads the same service calls for exactly this reason. + Verify the download + Get-FileHash .\SysManager-v1.52.74.exe -Algorithm SHA256 + Expected SHA256: 182A4914A9512B42F4B412464D7F77CA266B532FEADB19D07C3427968C28C23C +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.74 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.74/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..cc64f1cf0acd2 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.74/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.52.74 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From eb0b2db297881043a121bac30d1795844f195dac Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:04:21 +0200 Subject: [PATCH 061/113] New version: xpipe-io.xpipe.portable version 23.7 (#400340) --- .../xpipe-io.xpipe.portable.installer.yaml | 17 ++++++++++ .../xpipe-io.xpipe.portable.locale.en-US.yaml | 32 +++++++++++++++++++ .../23.7/xpipe-io.xpipe.portable.yaml | 8 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.installer.yaml create mode 100644 manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.locale.en-US.yaml create mode 100644 manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.yaml diff --git a/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.installer.yaml b/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.installer.yaml new file mode 100644 index 0000000000000..9d90dccc7f8f5 --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xpipe-io.xpipe.portable +PackageVersion: '23.7' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xpipe-23.7/xpiped.exe + PortableCommandAlias: xpipe +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/23.7/xpipe-portable-windows-x86_64.zip + InstallerSha256: 964155D5830E46CEE4D3BB9C3D11D3C4BC6ECBB8E05A54F491F81831387408D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.locale.en-US.yaml b/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.locale.en-US.yaml new file mode 100644 index 0000000000000..0440db7f5e67c --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xpipe-io.xpipe.portable +PackageVersion: '23.7' +PackageLocale: en-US +Publisher: XPipe-io +PublisherUrl: https://github.com/xpipe-io +PublisherSupportUrl: https://github.com/xpipe-io/xpipe/issues +Author: crschnick +PackageName: XPipe Portable +PackageUrl: https://github.com/xpipe-io/xpipe +License: Apache-2.0 +LicenseUrl: https://github.com/xpipe-io/xpipe/blob/HEAD/LICENSE.md +ShortDescription: A brand-new shell connection hub and remote file manager +Description: XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire sever infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems. +Moniker: xpipe-portable +Tags: +- remote +ReleaseNotes: |- + - Fix netbird integration failing for new netbird CLI version + - Fix performance mode on macOS not properly improving performance + - Fix MCP threading issues causing various errors + - Add workaround when zellij multiplexer freezes + - Adjust oh-my-posh install to not require unzip package to be installed on the remote system + - Add check and error messages for a noexec file system for starship and oh-my-posh prompts + Downloads + You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide. + All artifacts are signed by Christopher Schnick (BBDA 885A DD3E 0AD0) +ReleaseNotesUrl: https://github.com/xpipe-io/xpipe/releases/tag/23.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.yaml b/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.yaml new file mode 100644 index 0000000000000..bb1abff37a12d --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/portable/23.7/xpipe-io.xpipe.portable.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: xpipe-io.xpipe.portable +PackageVersion: '23.7' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d498a00d00407a89e2b24d11bc40f94565228f91 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 10 Jul 2026 07:04:57 -0400 Subject: [PATCH 062/113] New version: Proton.ProtonPass.CLI version 2.2.3 (#400342) --- .../Proton.ProtonPass.CLI.installer.yaml | 21 +++++++++++ .../Proton.ProtonPass.CLI.locale.en-US.yaml | 36 +++++++++++++++++++ .../CLI/2.2.3/Proton.ProtonPass.CLI.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.installer.yaml create mode 100644 manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.locale.en-US.yaml create mode 100644 manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.yaml diff --git a/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.installer.yaml b/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.installer.yaml new file mode 100644 index 0000000000000..75897320c16e8 --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.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: Proton.ProtonPass.CLI +PackageVersion: 2.2.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pass-cli.exe + PortableCommandAlias: pass-cli +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-10 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/pass-cli/2.2.3/pass-cli-windows-x86_64.zip + InstallerSha256: 86A9DE257D891E48D30B28A1178C6951D750E1ED3F4FA1BBD083EDA3759817CB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.locale.en-US.yaml b/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..38bfd1f210b54 --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 2.2.3 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/pass +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Pass CLI +PackageUrl: https://proton.me/pass +License: Proprietary +Copyright: © 2026 Proton AG. All rights reserved. +ShortDescription: Proton Pass CLI is a command-line interface for managing your Proton Pass vaults, items, and secrets. +Description: |- + The Proton Pass CLI allows you to manage your Proton Pass vaults and items directly from the command line, bringing the power of secure secret management to your terminal workflow. With the CLI, you can create, list, view, and delete vaults and items seamlessly, making it an great tool for developers and system administrators who prefer working in the command line. + + Beyond basic vault management, the CLI allows you to inject secrets into your applications through environment variables or template files, enabling easy integration with your deployment workflows. The tool also provides comprehensive SSH integration, allowing you to use your SSH keys stored in Proton Pass with your existing SSH workflows. + + Key features + Flexible secret management + - The CLI offers a flexible and intuitive approach to secret management through a simple URI syntax. You can reference any secret using the format pass://vault/item/field, making it easy to access specific credentials programmatically. This design allows you to inject secrets into environment variables for your applications or process template files that contain secret references. + SSH agent integration + - For developers working with SSH keys, the CLI provides robust SSH agent integration capabilities. You can load SSH keys stored in Proton Pass directly into your existing SSH agent, or run the Proton Pass CLI as a standalone SSH agent. +Tags: +- password +- password-manager +- proton +- vault +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://protonpass.github.io/pass-cli/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.yaml b/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.yaml new file mode 100644 index 0000000000000..184261327979b --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/2.2.3/Proton.ProtonPass.CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 2.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 17a162548e94d98d710837b5a0965827a9d394f3 Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Fri, 10 Jul 2026 07:05:32 -0400 Subject: [PATCH 063/113] New version: ZedIndustries.Zed.Preview version 1.11.2-pre (#400343) --- .../ZedIndustries.Zed.Preview.installer.yaml | 29 +++++++++++++ ...edIndustries.Zed.Preview.locale.en-US.yaml | 42 +++++++++++++++++++ .../1.11.2-pre/ZedIndustries.Zed.Preview.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.installer.yaml create mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml create mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.yaml diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.installer.yaml new file mode 100644 index 0000000000000..a80b9c0cbd237 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.installer.yaml @@ -0,0 +1,29 @@ +# 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: ZedIndustries.Zed.Preview +PackageVersion: 1.11.2-pre +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- DisplayVersion: 1.11.2 + ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zed Preview' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.11.2-pre/Zed-x86_64.exe + InstallerSha256: B6DCC3AD775BB2F1FA510FA1AAFBFADED5127E21F0C7A21B1499F20B7DC694AB +- Architecture: arm64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.11.2-pre/Zed-aarch64.exe + InstallerSha256: A2BDC6EC429E54642B0EECE7C8402C98EFFDFF7419991AB9B3D4BC58C0D5450A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..bcd3ce685fcbc --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZedIndustries.Zed.Preview +PackageVersion: 1.11.2-pre +PackageLocale: en-US +Publisher: Zed Industries +PublisherUrl: https://zed.dev/ +PublisherSupportUrl: https://zed.dev/support +PrivacyUrl: https://zed.dev/privacy-policy +Author: The Zed Industries Authors +PackageName: Zed Preview +PackageUrl: https://zed.dev/windows +License: GPL-3.0 +LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL +Copyright: Copyright 2022 - 2025 Zed Industries, Inc. +ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. +Description: |- + Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. + + - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. + - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. + - Chat with teammates, write notes together, and share your screen and project. All included. + - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. + - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. + - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. + - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: '- agent: Added GPT 5.6 Sol & Terra for ChatGPT subscription. Note: GPT 5.6 Luna is not available yet, since OpenAI has not unlocked access for third-party clients (#60744)' +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.11.2-pre +PurchaseUrl: https://zed.dev/pricing +Documentations: +- DocumentLabel: Community Links + DocumentUrl: https://zed.dev/community-links +- DocumentLabel: Getting Started + DocumentUrl: https://zed.dev/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.yaml new file mode 100644 index 0000000000000..266b8af5a24e1 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.11.2-pre/ZedIndustries.Zed.Preview.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: ZedIndustries.Zed.Preview +PackageVersion: 1.11.2-pre +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8215377bf15212fc1a582428f1ae3e9309d5d2b1 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Fri, 10 Jul 2026 04:27:19 -0700 Subject: [PATCH 064/113] New version: Profullstack.PairUX version 0.9.2 (#400347) --- .../0.9.2/Profullstack.PairUX.installer.yaml | 21 +++++++++++++++ .../Profullstack.PairUX.locale.en-US.yaml | 26 +++++++++++++++++++ .../PairUX/0.9.2/Profullstack.PairUX.yaml | 6 +++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.installer.yaml create mode 100644 manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.locale.en-US.yaml create mode 100644 manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.yaml diff --git a/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.installer.yaml b/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.installer.yaml new file mode 100644 index 0000000000000..365ba65afe260 --- /dev/null +++ b/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Profullstack.PairUX +PackageVersion: 0.9.2 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/profullstack/pairux.com/releases/download/v0.9.2/PairUX.Setup.0.9.2.exe + InstallerSha256: 9977898FF8ED14446E7F01B1FA55F6876AB07449F1D39DFF7F8B4F403DF1580A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.locale.en-US.yaml b/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.locale.en-US.yaml new file mode 100644 index 0000000000000..09568341f848a --- /dev/null +++ b/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Profullstack.PairUX +PackageVersion: 0.9.2 +PackageLocale: en-US +Publisher: Profullstack, Inc. +PublisherUrl: https://pairux.com +PublisherSupportUrl: https://github.com/profullstack/pairux.com/issues +PrivacyUrl: https://pairux.com/privacy +PackageName: PairUX +PackageUrl: https://pairux.com +License: MIT +LicenseUrl: https://github.com/profullstack/pairux.com/blob/master/LICENSE +ShortDescription: Collaborative screen sharing with remote control +Description: |- + PairUX enables real-time screen sharing with simultaneous local and remote + mouse/keyboard control for pair programming and collaboration. +Tags: + - screen-sharing + - remote-control + - collaboration + - webrtc + - pair-programming + - remote-desktop +ReleaseNotesUrl: https://github.com/profullstack/pairux.com/releases/tag/v0.9.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.yaml b/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.yaml new file mode 100644 index 0000000000000..f74aabf8452e7 --- /dev/null +++ b/manifests/p/Profullstack/PairUX/0.9.2/Profullstack.PairUX.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Profullstack.PairUX +PackageVersion: 0.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 056c5e9206cdcf4f4e4ce40764678361b86bfe5e Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:27:57 +0200 Subject: [PATCH 065/113] New version: PocketSync.PocketSync version 6.2.4 (#400348) --- .../PocketSync.PocketSync.installer.yaml | 24 +++++++++++++++++ .../PocketSync.PocketSync.locale.en-US.yaml | 26 +++++++++++++++++++ .../6.2.4/PocketSync.PocketSync.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.installer.yaml create mode 100644 manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.locale.en-US.yaml create mode 100644 manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.yaml diff --git a/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.installer.yaml b/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.installer.yaml new file mode 100644 index 0000000000000..73e7897c71a62 --- /dev/null +++ b/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PocketSync.PocketSync +PackageVersion: 6.2.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +ProductCode: Pocket Sync +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- Publisher: neil + ProductCode: Pocket Sync +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Pocket Sync' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/neil-morrison44/pocket-sync/releases/download/v6.2.4/Pocket.Sync_6.2.4_x64-setup.exe + InstallerSha256: AA1F597B90428F5F410EBE3B04FF61C9FB2033F2B0758C9339271100B55CCF7F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.locale.en-US.yaml b/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.locale.en-US.yaml new file mode 100644 index 0000000000000..a6970d7865c7a --- /dev/null +++ b/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PocketSync.PocketSync +PackageVersion: 6.2.4 +PackageLocale: en-US +Publisher: Pocket Sync +PublisherUrl: https://github.com/neil-morrison44/pocket-sync +PublisherSupportUrl: https://github.com/neil-morrison44/pocket-sync/issues +Author: neil-morrison44 +PackageName: Pocket Sync +PackageUrl: https://github.com/neil-morrison44/pocket-sync/releases/download/v4.12.0/Pocket.Sync_4.12.0_x64-setup.exe +License: AGPL-3.0 +LicenseUrl: https://github.com/neil-morrison44/pocket-sync/blob/HEAD/LICENSE.md +ShortDescription: Pocket Sync +Moniker: pocketsync +Tags: +- analogue-pocket-sync +ReleaseNotes: |- + What's Changed + - Shows file size for downloadable required files by @neil-morrison44 in #463 + - Flushes the browser cache on startup by @neil-morrison44 in #464 + Full Changelog: v6.2.3...v6.2.4 +ReleaseNotesUrl: https://github.com/neil-morrison44/pocket-sync/releases/tag/v6.2.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.yaml b/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.yaml new file mode 100644 index 0000000000000..b6377db377b1f --- /dev/null +++ b/manifests/p/PocketSync/PocketSync/6.2.4/PocketSync.PocketSync.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: PocketSync.PocketSync +PackageVersion: 6.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 04ab254b510a3c6d74580b182e8d158bd302d085 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:28:44 +0300 Subject: [PATCH 066/113] New version: laurentiu021.SysManager version 1.52.76 (#400357) --- .../laurentiu021.SysManager.installer.yaml | 18 +++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 48 +++++++++++++++++++ .../1.52.76/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 74 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..080d8c423a447 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.76/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.52.76 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.76/SysManager-v1.52.76.exe + InstallerSha256: EC0FCC5B51B5953D3FDE091DF4ABB81F51D820EFFA770DBD15D37DCED569C656 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..fb5c71166e711 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,48 @@ +# 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.52.76 +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.52.76] - 2026-07-10 + Fixed + - Disk Analyzer over-counted drive usage by descending into WinSxS and other heavyweight system directories during recursion. The SkipSegments filter (\windows\winsxs, \windows\csc, \$recycle.bin, \system volume information) was only applied to the top-level children of the analyzed root (line 71). The recursive MeasureFolder walk pushed every non-reparse subdirectory onto the stack without re-checking against SkipSegments, so scanning a drive root like C:\ would enter C:\Windows (not skipped — it's not in the list) and then descend into C:\Windows\WinSxS (a hardlink farm, not a reparse point) and C:\Windows\CSC (offline files cache), double-counting hundreds of thousands of hardlinked files at full FileInfo.Length. The recursive loop now guards each subdirectory with ShouldSkip(d) before pushing it, matching the top-level behavior. + - App icon cache loading crashed on corrupt PNG/JPEG files that trigger WIC codec errors. AppIconService.LoadFromFile caught NotSupportedException, IOException, and UriFormatException, but BitmapImage.EndInit() throws FileFormatException (derives from FormatException, not IOException) for malformed image headers and ExternalException for native WIC decoder failures. Both are now caught, matching the established pattern in IconExtractorService (lines 203/234). Without this fix, a single corrupt cached icon file caused the entire app-icon load path to throw unhandled to the caller. + - File Shredder failed on read-only files when invoked for a single file (not via folder shred). ShredFileAsync opened a write stream (FileAccess.Write) without first clearing the ReadOnly attribute, throwing UnauthorizedAccessException. ShredFolderAsync already stripped ReadOnly (lines 213-215) before calling ShredFileAsync, but the ViewModel's single-file path (FileShredderViewModel:170) called ShredFileAsync directly — the file survived with its data intact while the UI reported "Failed". The ReadOnly strip now lives inside ShredFileAsync itself so both entry points are covered. + - Memory health scan returned partial or empty results when any single RAM module reported a DBNull property. MemoryTestService used Convert.ToDouble(mo["Capacity"] ?? 0) and Convert.ToUInt32(mo["Speed"] ?? 0u) — the ?? operator does not catch DBNull.Value (which is non-null), so Convert.ToUInt32(DBNull.Value) throws InvalidCastException. The catch block for that exception sat OUTSIDE the foreach loop, so one problematic module aborted the entire scan. Now uses FixedDriveService.ToDoubleSafe/ToUInt32Safe (DBNull-aware, already tested) and the defensive catch wraps each individual module so remaining modules are still reported. + - Flaky test (ContextMenuViewModelTests.Constructor_TotalCount_DefaultsToZero) that raced the ViewModel's constructor-initiated async registry scan. On CI, the scan could complete before the assertion checked, producing Expected: 0, Actual: 6. Replaced all four timing-dependent baseline tests with post-scan invariant assertions that await InitializationComplete — the same deterministic pattern used by 16 other VM test classes. + Verify the download + Get-FileHash .\SysManager-v1.52.76.exe -Algorithm SHA256 + Expected SHA256: EC0FCC5B51B5953D3FDE091DF4ABB81F51D820EFFA770DBD15D37DCED569C656 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.76 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.76/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..1ba52cbcadb2d --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.76/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.52.76 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fb743be0e24356c49cbed76c7d930e50133964d0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:54:47 +0800 Subject: [PATCH 067/113] New version: a9gent.MindFS version 0.3.8 (#392458) --- .../MindFS/0.3.8/a9gent.MindFS.installer.yaml | 24 +++++++ .../0.3.8/a9gent.MindFS.locale.en-US.yaml | 46 +++++++++++++ .../0.3.8/a9gent.MindFS.locale.zh-CN.yaml | 69 +++++++++++++++++++ .../a/a9gent/MindFS/0.3.8/a9gent.MindFS.yaml | 8 +++ 4 files changed, 147 insertions(+) create mode 100644 manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.installer.yaml create mode 100644 manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.en-US.yaml create mode 100644 manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.zh-CN.yaml create mode 100644 manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.yaml diff --git a/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.installer.yaml b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.installer.yaml new file mode 100644 index 0000000000000..2fb8487d1ca4d --- /dev/null +++ b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.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: a9gent.MindFS +PackageVersion: 0.3.8 +InstallerType: zip +NestedInstallerType: portable +Commands: +- mindfs +ReleaseDate: 2026-06-24 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: mindfs_v0.3.8_windows_amd64\mindfs.exe + InstallerUrl: https://github.com/a9gent/mindfs/releases/download/v0.3.8/mindfs_v0.3.8_windows_amd64.zip + InstallerSha256: 8518FC27979D1117669FB519C73269AB364230F30FE5C05758FDE6187FDC50F7 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: mindfs_v0.3.8_windows_arm64\mindfs.exe + InstallerUrl: https://github.com/a9gent/mindfs/releases/download/v0.3.8/mindfs_v0.3.8_windows_arm64.zip + InstallerSha256: 2DF480294B224EF7318D0E81C03E64BE1D3224F7277FFC525C9FA7048DF8B9E5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.en-US.yaml b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.en-US.yaml new file mode 100644 index 0000000000000..ad536ccaa228d --- /dev/null +++ b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: a9gent.MindFS +PackageVersion: 0.3.8 +PackageLocale: en-US +ShortDescription: Access your personal AI agents and workstation data anywhere, anytime through MindFS. +Description: |- + Access your personal AI agents and workstation data anywhere, anytime through MindFS. + + Features + Agent Sessions + - Multi-Agent support: Claude Code · OpenAI Codex · Gemini CLI · Cursor · GitHub Copilot · Cline · Augment · Kimi · Kiro · Qwen · Qoder · Pi · OpenCode · OpenClaw — installed agents are detected automatically. + - Real-time streaming: Token-by-token output pushed to the browser; tool calls, thought traces, permission prompts, and remaining context-window capacity are rendered live as structured, collapsible cards. + - Flexible switching: Switch agents or models mid-session; all agents share the same context — no need to re-explain the background. + - Session search: Search by session title or conversation content, then jump straight to the matched session and snippet. + - External session both-way import&synchronization: Browse existing sessions from supported agent CLIs, import one into MindFS, and continue it as a native MindFS session. MindFS session can resumed in agent cli too. Bidirectional synchronization is also possible. + - Binding persistence and recovery: MindFS persists the mapping between its internal session and the underlying agent session, so the link can be restored after service restarts and follow-up messages continue on the same agent session when available. + - Rich media input: Attach files and images directly in your messages. + - Multi-device sync: Access the same instance from multiple devices simultaneously with live session sync. + File Access + - Multiple projects: Manage several directories at once; sessions are organized per project and stay independent. + - Self-hosted data: All conversation history, file metadata, and view config are stored under the project's .mindfs/ subdirectory — migration and backup is just a folder copy. + - File tree browser: Full directory navigation with file preview; Markdown, images, and code all have dedicated renderers. + Interaction + - / slash commands: Type / to trigger a command palette and quickly run preset operations. + - @ file references: Type @ to trigger path completion and attach any file as context for the agent. + - # quick prompts: Type # to trigger your saved prompt shortcuts inline. + - Bidirectional file–session linking: Jump from a file to the session that created it, or from a session to all files it touched. + - Android, Browser app (PWA): Install to desktop or mobile home screen for a native-like experience — no app store required. + - Mobile-optimized UI: Bottom action bar within thumb reach, independent panel swipe navigation, input box adapts to the soft keyboard. + Access Modes + - Local mode: Accessible in the browser on the local machine immediately after startup — no account or configuration needed. + - Relay remote mode: Access your local instance from anywhere on the public internet without opening firewall ports, via an encrypted tunnel through a9gent.com. Click the bind button in the local UI to activate. + - Private channel: Use a private network (e.g. Tailscale) and access directly via ip:port. + - End-to-end encryption: Sessions and files can be protected with end-to-end encryption. + Plugin System + - Custom views: A plugin is a custom view for a file, following the pattern: receive file content → parse → render UI. + - Agent-generated plugins: Tell the agent "implement a txt novel reader" and it generates the plugin — all txt files are then displayed as a reading experience. + - Interaction loop: Plugins can register action buttons that send structured commands to the agent, completing the loop: customize plugin → browse file → agent interaction. + Installation + - Single binary: The production build is a statically compiled binary with all web assets embedded, and the install package is under 10 MB. + - Zero dependencies: No Node.js, Docker, or daemon manager required on the host. + - Cross-platform: macOS (Intel + Apple Silicon), Linux (x86-64, ARM64, ARMv7), Windows (x86-64, ARM64). +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.zh-CN.yaml b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a07a427e5ad79 --- /dev/null +++ b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.locale.zh-CN.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: a9gent.MindFS +PackageVersion: 0.3.8 +PackageLocale: zh-CN +Publisher: a9gent +PublisherUrl: https://github.com/a9gent +PublisherSupportUrl: https://github.com/a9gent/mindfs/issues +PackageName: MindFS +PackageUrl: https://github.com/a9gent/mindfs +License: AGPL-3.0 +LicenseUrl: https://github.com/a9gent/mindfs/blob/HEAD/LICENSE +ShortDescription: 通过 MindFS 随时随地访问个人 AI agent 和工作站数据。 +Description: |- + 通过 MindFS 随时随地访问个人 AI agent 和工作站数据。 + 特性 + Agent 会话 + - 多 Agent 支持:Claude Code · OpenAI Codex · Gemini CLI · Cursor · Copilot · Cline · Augment · Kimi · Kiro · Qwen · Qoder · Pi · OpenCode · OpenClaw,自动探测已安装的 Agent。 + - 实时流式输出:逐 token 推送,工具调用、思考过程、权限请求均以结构化卡片实时渲染,上下文窗口实时余量。 + - 灵活切换:会话中随时切换 Agent 或模型,多 Agent 共享同一上下文,无需重新描述背景。 + - 会话搜索:支持按会话标题或对话内容搜索,并可直接跳转到命中的会话和片段。 + - 外部会话双向导入同步:可浏览受支持 Agent CLI 的已有会话,选择后导入到 MindFS,并作为原生 MindFS 会话继续使用,同时 MindFS 中的会话亦可在 cli 中恢复。后续亦可双向同步。 + - 绑定持久化与恢复:MindFS 会持久化内部会话与底层 Agent 会话的绑定关系,服务重启后可恢复该关联;后续消息在条件允许时会继续落到同一个 Agent 会话上。 + - 富媒体输入:支持在消息中直接附带文件和图片。 + - 多端同步:同一实例可同时在多个设备上访问,会话状态实时同步。 + 文件访问 + - 多 Project:同时托管多个目录,会话按 Project 独立组织,互不干扰。 + - 数据自托管:所有对话历史、文件元数据、视图配置均存储在 Project 目录的 .mindfs/ 子目录下,迁移和备份只需复制目录本身。 + - 文件树浏览:完整的目录树导航,支持文件预览,Markdown、图片、代码均有对应渲染器。支持 git status, git worktree。 + 交互优化 + - / 斜杠命令:输入 / 触发命令候选列表,快速执行预设操作。 + - @ 文件引用:输入 @ 触发文件路径补全,将任意文件作为上下文附件发送给 Agent。 + - # 快捷提示词:输入 # 触发已收藏的快截提示词输入。 + - 文件与会话双向跳转:打开文件可跳转到产生它的会话;打开会话可查看所有相关文件。 + - Android, 浏览器应用(PWA):可安装到桌面或手机,体验更优。 + - 手机界面优化:底部操作栏拇指可及,界面更简洁。 + 访问模式 + - 本地模式:服务启动后即可在局域网内通过浏览器访问,无需任何账号或配置。 + - Relay 远程模式:无需开放防火墙端口,通过 relayer 从公网任意设备访问本地实例,实现随时随地的 agent 访问。(本地模式页面中点击绑定按钮) + - 私有通道:通过私有通道(tailscale 等),直接通过 ip:port 访问。 + - 端到端加密:会话、文件支持端到端加密保护。 + 插件系统 + - 定制视图:插件是一种针对文件的定制视图,按照「传入文件内容 → 解析 → 渲染界面」的框架运行。 + - Agent 生成插件:向 Agent 发送「实现一个 txt 小说阅读器」,Agent 即可生成对应插件,此后所有 txt 文件将以小说阅读方式呈现。 + - 交互闭环:实现「定制插件 → 浏览文件 → Agent 交互」的完整闭环。 + 安装运行 + - 单二进制:生产构建是一个静态编译的单二进制文件,内嵌所有 Web 资源,安装包小于 10M。 + - 零依赖:宿主机无需安装 Node.js、Docker 或任何守护进程管理器。 + - 多平台:支持 macOS(Intel + Apple Silicon)、Linux(x86-64、ARM64、ARMv7)、Windows(x86-64、ARM64)。 +ReleaseNotes: |- + MindFS v0.3.8 + 新功能 + - 多项目会话列表(需要主动勾选) + - 左右测变化位置交换(需要主动勾选) + - codex 增加 /login,方便远程登录 + 优化和修复 + - 修复同名项目移除在添加后 git 历史缺失问题 + - 优化 web push 内容 + - 会话列表中正在回复会话添加呼吸灯效果 + - 子会话过多时折叠展示 + - 优化 codex /status 展示 + - 修复 codex /compact 立刻返回问题 + - 增加 codex skill 候选扫描目录 + - 修复执行命令创建脏文件问题 + - 修复切换会话时的额外提示音 +ReleaseNotesUrl: https://github.com/a9gent/mindfs/releases/tag/v0.3.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.yaml b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.yaml new file mode 100644 index 0000000000000..25c54642d07ad --- /dev/null +++ b/manifests/a/a9gent/MindFS/0.3.8/a9gent.MindFS.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: a9gent.MindFS +PackageVersion: 0.3.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 493d638173c7ed7d640440c78d54f0cd697e04f9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:55:10 +0800 Subject: [PATCH 068/113] New version: BtbN.FFmpeg.LGPL.Shared.7.1 version 7.1.5-20260630 (2026-06-30-13-34) (#395529) --- ...BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml | 36 ++++++++++++++++ ...N.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml | 43 +++++++++++++++++++ ...N.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml | 32 ++++++++++++++ .../BtbN.FFmpeg.LGPL.Shared.7.1.yaml | 8 ++++ 4 files changed, 119 insertions(+) create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.yaml diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml new file mode 100644 index 0000000000000..6c48d8d78e4fb --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1.5-20260630 +InstallerType: zip +NestedInstallerType: portable +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2026-06-30 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-n7.1.5-1-g7d0e842004-win64-lgpl-shared-7.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-n7.1.5-1-g7d0e842004-win64-lgpl-shared-7.1\bin\ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-n7.1.5-1-g7d0e842004-win64-lgpl-shared-7.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-06-30-13-34/ffmpeg-n7.1.5-1-g7d0e842004-win64-lgpl-shared-7.1.zip + InstallerSha256: 03A8003E245C08DF4277D7B0ADC50B93A97DDD4A3AAAFEA21943C4384DF59895 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-n7.1.5-1-g7d0e842004-winarm64-lgpl-shared-7.1\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-n7.1.5-1-g7d0e842004-winarm64-lgpl-shared-7.1\bin\ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-n7.1.5-1-g7d0e842004-winarm64-lgpl-shared-7.1\bin\ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-06-30-13-34/ffmpeg-n7.1.5-1-g7d0e842004-winarm64-lgpl-shared-7.1.zip + InstallerSha256: A53F1A365F4F5124CADF409B90FC32D198149AF7722495F31712E171E854C41C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml new file mode 100644 index 0000000000000..1faa4d15a90e2 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1.5-20260630 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL shared variant, 7.1 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: LGPL-2.1 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright © 2000-2026 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A shared FFmpeg build from BtbN based on the 7.1 release branch with all dependencies except libraries that are GPL-only +Tags: +- audio +- avformat-61.dll +- avformat.dll +- codec +- convert +- decode +- demux +- encode +- ffmpegforaudacity +- filter +- multimedia +- mux +- record +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2026-06-30-13-34 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: Documentation + DocumentUrl: https://github.com/audacity/audacity-support/blob/main/basics/installing-ffmpeg.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e7dba78cfd225 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1.5-20260630 +PackageLocale: zh-CN +PackageName: FFmpeg (LGPL 动态编译版, 7.1 发布分支) +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 7.1 发布分支的动态编译的 FFmpeg,拥有除仅 GPL 协议的库以外的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.yaml new file mode 100644 index 0000000000000..01fe98a6a30c2 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/7/1/7.1.5-20260630/BtbN.FFmpeg.LGPL.Shared.7.1.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: BtbN.FFmpeg.LGPL.Shared.7.1 +PackageVersion: 7.1.5-20260630 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 24ea9bd88f20742097d7df11364cd11fde981b6c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:55:32 +0800 Subject: [PATCH 069/113] New version: Alibaba.AlibabaCloudCLI version 3.4.6 (#400350) --- .../Alibaba.AlibabaCloudCLI.installer.yaml | 17 ++++++++++ .../Alibaba.AlibabaCloudCLI.locale.en-US.yaml | 32 +++++++++++++++++++ .../Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml | 23 +++++++++++++ .../3.4.6/Alibaba.AlibabaCloudCLI.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.installer.yaml create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.yaml diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..d30239c497a03 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.4.6/aliyun-cli-windows-3.4.6-amd64.zip + InstallerSha256: DBD8BBDF12225B43508B6350F7455CE5AB69BB70B1C3250535D5E335718B9D83 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..7ecc2d79df8af --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.6 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - feat(openapi): add --estimate-cost-context to pass PricingContext to quotes by @LCLSpring in https://github.com/aliyun/aliyun-cli/pull/1373 + - feat(mock): add delay_ms field to simulate command execution latency by @yndu13 in https://github.com/aliyun/aliyun-cli/pull/1375 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.4.5...v3.4.6 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e916d13a4a38 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.6 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +Tags: +- 阿里云 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.6 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..e226133bb4662 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.6/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b44f4fb4c52d942df6914e401483e96f2109940d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:55:50 +0800 Subject: [PATCH 070/113] New version: Alibaba.DingTalkWorkspaceCLI version 1.0.51 (#400351) --- ...libaba.DingTalkWorkspaceCLI.installer.yaml | 21 ++++++++++++ ...aba.DingTalkWorkspaceCLI.locale.en-US.yaml | 34 +++++++++++++++++++ ...ingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml | 22 ++++++++++++ ...a.DingTalkWorkspaceCLI.locale.zh-Hans.yaml | 17 ++++++++++ .../1.0.51/Alibaba.DingTalkWorkspaceCLI.yaml | 8 +++++ 5 files changed, 102 insertions(+) create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.installer.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.yaml diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.installer.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.installer.yaml new file mode 100644 index 0000000000000..b91e0b8eabd1a --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.51 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dws.exe +Commands: +- dws +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.51/dws-windows-amd64.zip + InstallerSha256: 85446092B155488F59BFB874A53DA5720327D47CBE9ED934B2CE37B498212A4E +- Architecture: arm64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.51/dws-windows-arm64.zip + InstallerSha256: E4686C4FAFD4F118228B1748A741A5078A984D6ACAF3D4AE4B0570A0AABA6B92 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2f2a65cf48cc1 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.51 +PackageLocale: en-US +Publisher: DingTalk (Singapore) Private Limited +PublisherUrl: https://www.dingtalk.io/ +PublisherSupportUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/issues +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk Workspace CLI +PackageUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli +License: Apache-2.0 +LicenseUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba Group +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010161503_40649.html +ShortDescription: dws — DingTalk Workspace on the command line, built for humans and AI agents. +Description: |- + dws — DingTalk Workspace on the command line, built for humans and AI agents. + Why dws? + - For humans — --help for usage, --dry-run to preview requests, -f table/json/raw for output formats. + - For AI agents — structured JSON responses + built-in Agent Skills, ready out of the box. + - For enterprise admins — zero-trust architecture: OAuth device-flow auth + domain allowlisting + least-privilege scoping. Not a single byte can bypass authentication and audit. +Moniker: dws +Tags: +- dingding +- dingtalk +ReleaseNotes: |- + Changelog + - ea6fd16d11b2e4261468cf0eb1da63c43bc87fb7 chore(changelog): prepare v1.0.51 stable (#595) +ReleaseNotesUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/tag/v1.0.51 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..bfe68706f6003 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.51 +PackageLocale: zh-Hans-CN +Publisher: 钉钉(中国)信息技术有限公司 +PublisherUrl: https://www.dingtalk.com/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..d4653186463d8 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.51 +PackageLocale: zh-Hans +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.yaml new file mode 100644 index 0000000000000..98bcf89109dca --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.51/Alibaba.DingTalkWorkspaceCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 017fd04c205f9acdf1cd4d9e7ec84b4b18e1de27 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:56:05 +0800 Subject: [PATCH 071/113] New version: Alibaba.OpenCodeReview version 1.7.7 (#400352) --- .../Alibaba.OpenCodeReview.installer.yaml | 18 ++++++++++ .../Alibaba.OpenCodeReview.locale.en-US.yaml | 36 +++++++++++++++++++ .../Alibaba.OpenCodeReview.locale.zh-CN.yaml | 16 +++++++++ .../1.7.7/Alibaba.OpenCodeReview.yaml | 8 +++++ 4 files changed, 78 insertions(+) create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.installer.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.yaml diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..2b5a3ff94943c --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.7.7 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.7.7/opencodereview-windows-amd64.exe + InstallerSha256: D8E28282D8557B44FB84F5F7354DB8C6846D4AE79601A0F72DEC4005881F33EF +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.7.7/opencodereview-windows-arm64.exe + InstallerSha256: B5591C7FEBCFFD927AA3F01AD474BEFFCFE9224A533F30588999E446CB8F43C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..e0dadaa42c11c --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.7.7 +PackageLocale: en-US +Publisher: Alibaba +PublisherUrl: https://github.com/alibaba +PublisherSupportUrl: https://github.com/alibaba/open-code-review/issues +PackageName: Open Code Review +PackageUrl: https://github.com/alibaba/open-code-review +License: Apache-2.0 +LicenseUrl: https://github.com/alibaba/open-code-review/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba +ShortDescription: The open source AI code review agent. +Description: |- + Open Code Review is an AI-powered code review CLI tool. It originated as Alibaba Group's internal official AI code review assistant — over the past two years, it has served tens of thousands of developers and identified millions of code defects. After thorough validation at massive scale, we incubated it into an open source project for the community. Simply configure a model endpoint to get started. + It reads Git diffs, sends changed files to a configurable LLM via an agent with tool-use capabilities, and generates structured review comments with line-level precision. The agent can read full file contents, search the codebase, inspect other changed files for context, and produce deep reviews — not just surface-level diff feedback. +Tags: +- ai +- code +- review +ReleaseNotes: |- + 🚀 Features + - feat(llm): add built-in Eden AI provider preset (#346) + 🐛 Bug Fixes + - fix(llm): make OCR_LLM_EXTRA_HEADERS apply to all resolver strategies (#353) + - fix(vscode): add PNG icon for marketplace display and bump to v0.1.1 + - fix(vscode): improve git review modes, diff preview, and comment mounting (#334) + Other Changes + - chore(vscode): prepare extension for marketplace publishing (#349) + - chore(vscode): replace activity bar icon with new design (#348) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.7.6...v1.7.7 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.7.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0e05054d1ae22 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.7.7 +PackageLocale: zh-CN +ShortDescription: 开源的 AI 代码审查智能体。 +Description: |- + Open Code Review 是一款 AI 驱动的代码审查 CLI 工具。它的前身是阿里集团内部官方 AI 代码审查助手,过去两年在内部服务了数万开发者,识别了数百万个代码缺陷。经过大规模充分验证后,我们将其孵化为开源项目,对社区开放。只需配置一个模型端点即可使用。 + 它读取 Git diff,通过具备工具调用能力的 Agent 将变更文件发送至可配置的 LLM,生成具有行级精度的结构化审查意见。Agent 可以读取完整文件内容、搜索代码库、检查其他变更文件以获取上下文,从而进行深度审查——而非仅停留在表面的 diff 反馈。 +Tags: +- 人工智能 +- 代码 +- 审查 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..1b30dfe7ba021 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.7/Alibaba.OpenCodeReview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.7.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 25a71e23b071289158bbd5311bd677bedfc8f0c4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:56:22 +0800 Subject: [PATCH 072/113] New version: Ardisk.Ardisk version 0.0.0.48 (#400354) --- .../{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.installer.yaml | 4 ++-- .../{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.locale.en-US.yaml | 2 +- .../{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.locale.zh-CN.yaml | 2 +- .../a/Ardisk/Ardisk/{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/a/Ardisk/Ardisk/{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.installer.yaml (84%) rename manifests/a/Ardisk/Ardisk/{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.locale.en-US.yaml (98%) rename manifests/a/Ardisk/Ardisk/{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.locale.zh-CN.yaml (98%) rename manifests/a/Ardisk/Ardisk/{0.0.0.47 => 0.0.0.48}/Ardisk.Ardisk.yaml (90%) diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.installer.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.installer.yaml similarity index 84% rename from manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.installer.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.installer.yaml index b4470212a27fc..b1b4730d35ca7 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.installer.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.47 +PackageVersion: 0.0.0.48 InstallerType: wix InstallerSwitches: InstallLocation: INSTALLFOLDER="" @@ -15,6 +15,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://ardisk.cn/download/windows/ardisk-setup.msi - InstallerSha256: CB94561DEF259D1095BC2FFF0E14921516AE31EEA17C7B8A6207035920DE970C + InstallerSha256: 9B6AAFC17E24193E52E87D09D246D6B0243C4475B803CFE7962C66DEEF8D5536 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.en-US.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.locale.en-US.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.en-US.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.locale.en-US.yaml index 2027ef66852c2..7d551c8961e4d 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.en-US.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.47 +PackageVersion: 0.0.0.48 PackageLocale: en-US License: Proprietary ShortDescription: Ultra-simple corporate cloud drive diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.zh-CN.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.locale.zh-CN.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.zh-CN.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.locale.zh-CN.yaml index a91dac3eef7df..ca6b6b4dbd14b 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.zh-CN.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.47 +PackageVersion: 0.0.0.48 PackageLocale: zh-CN Publisher: 厦门集核信息科技有限责任公司 PublisherUrl: https://ardisk.cn/ diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.yaml similarity index 90% rename from manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.yaml index 99021a4cdcb4e..46cf35575a07b 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.48/Ardisk.Ardisk.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.47 +PackageVersion: 0.0.0.48 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 From dba0ed7f7efbb451f8e4e3f51f7e9cc5f059bbaa Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Fri, 10 Jul 2026 13:56:35 +0200 Subject: [PATCH 073/113] New version: OpenCLICollective.codereview-cli version 0.10.214 (#400355) --- ...LICollective.codereview-cli.installer.yaml | 20 ++++++++++++++ ...ollective.codereview-cli.locale.en-US.yaml | 27 +++++++++++++++++++ .../OpenCLICollective.codereview-cli.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.yaml diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.installer.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.installer.yaml new file mode 100644 index 0000000000000..70ee9ccad782d --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.214 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cr.exe + PortableCommandAlias: cr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.214/cr_v0.10.214_windows_amd64.zip + InstallerSha256: CCE4D7B38894013668D877D8189D23CA9DFA50E6F0AC55B05D4FF1128DC111A7 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.214/cr_v0.10.214_windows_arm64.zip + InstallerSha256: 674CB889035FA0035B46BFE44548862CC02C2AFFACB57E9E6C6A17E1FBA170E6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-10 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..153aeaa46b684 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.214 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/codereview-cli/issues +PackageName: Code Review CLI +PackageUrl: https://github.com/open-cli-collective/codereview-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/codereview-cli/blob/main/LICENSE +ShortDescription: Automated pull-request review CLI +Description: |- + cr runs automated pull-request reviews, records review state locally, posts + review output back to GitHub, and keeps durable metadata to resume, repair, + inspect, and prune review runs. +Tags: +- code-review +- pull-request +- github +- cli +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/codereview-cli/releases/tag/v0.10.214 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.yaml new file mode 100644 index 0000000000000..8ea80faa4c107 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.214/OpenCLICollective.codereview-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.214 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8aaa357b32950c5ef7daaaadd2d2050b6825e4d5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:57:02 +0800 Subject: [PATCH 074/113] New version: Baidu.BaiduNetdisk version 8.6.0 (8.6.0.102) (#400356) --- .../8.6.0/Baidu.BaiduNetdisk.installer.yaml | 20 ++++++++++ .../Baidu.BaiduNetdisk.locale.en-US.yaml | 25 ++++++++++++ .../Baidu.BaiduNetdisk.locale.zh-CN.yaml | 40 +++++++++++++++++++ .../8.6.0/Baidu.BaiduNetdisk.yaml | 8 ++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.installer.yaml create mode 100644 manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml create mode 100644 manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml create mode 100644 manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.yaml diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..ce350c157b142 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.0 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ProductCode: 百度云管家 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x86 + InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_8.6.0.102.exe + InstallerSha256: 537E1F09F13758A9714DF077068EBE79266D804AFE1163D649EEB5CD40FE3B8F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..550e8dcc6c20e --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.0 +PackageLocale: en-US +Author: Beijing Duyou Technology Co., Ltd. +License: Proprietary +ShortDescription: Personal cloud service product by Baidu. +Description: Baidu Netdisk is a convenient and easy-to-use cloud storage product that is serving more than 700 million users, which has mass storage and several self-hosted data centers, supports backup, sharing, viewing and processing multiple types of files, and protects users' data security under two top international security certifications ISO27001 and ISO27018. It would be your best choice if you want to back up your data, free up your phone's space, share files with others or operate files online. +Tags: +- backup +- china +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- prc +- share +- sync +- upload +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..66c5876d01b89 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.0 +PackageLocale: zh-CN +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: https://privacy.baidu.com/policy +Author: 北京度友科技有限公司 +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: 专有软件 +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2026 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 百度公司出品的个人云服务产品 +Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 百度云 +- 百度云管家 +- 网盘 +ReleaseNotes: |- + 1. 百度网盘全新升级 + 2. 【悬浮球】悬浮球视觉与交互全新升级,操作体验更顺畅 + 3. 【外链更新】新增已订阅外链在客户端内的更新提示,快速查看更新文件 + 4. 【搜索】支持群聊文件搜索、指定文件夹搜索,寻找文件更方便 +PurchaseUrl: https://pan.baidu.com/buy/center +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..f7912fdc15e8f --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.0/Baidu.BaiduNetdisk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From e795286ef5fd5651c010f9dac1ca3585480efc3e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:57:43 +0800 Subject: [PATCH 075/113] New version: dRofus.dRofus version 2.18.11.0 (#400358) --- .../2.18.11.0/dRofus.dRofus.installer.yaml | 21 +++++++++++++ .../2.18.11.0/dRofus.dRofus.locale.en-US.yaml | 30 +++++++++++++++++++ .../2.18.11.0/dRofus.dRofus.locale.zh-CN.yaml | 19 ++++++++++++ .../dRofus/2.18.11.0/dRofus.dRofus.yaml | 8 +++++ 4 files changed, 78 insertions(+) create mode 100644 manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.installer.yaml create mode 100644 manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.en-US.yaml create mode 100644 manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.zh-CN.yaml create mode 100644 manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.yaml diff --git a/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.installer.yaml b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.installer.yaml new file mode 100644 index 0000000000000..90262a1b4d509 --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dRofus.dRofus +PackageVersion: 2.18.11.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- drofus +ProductCode: '{73DE9AE9-4F35-430A-BEFE-B716F3FE4D1D}' +AppsAndFeaturesEntries: +- UpgradeCode: '{937B2BBC-8903-4F61-91F2-11D4F445CE7C}' +Installers: +- Architecture: x64 + InstallerUrl: https://deploy.drofus.com/stable/drofus-setup-2.18.11.msi + InstallerSha256: DD723EA583803FA971B2A6F0CF1FA3A3F92B0F999C39728E6B8FAADA1EDEED22 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.en-US.yaml b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.en-US.yaml new file mode 100644 index 0000000000000..70335ce51a46b --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dRofus.dRofus +PackageVersion: 2.18.11.0 +PackageLocale: en-US +Publisher: dRofus AS +PublisherUrl: https://www.drofus.com/ +PublisherSupportUrl: https://support.drofus.com/support/home +PrivacyUrl: https://www.drofus.com/privacy-policy +Author: dRofus AS +PackageName: dRofus +PackageUrl: https://www.drofus.com/download +License: Proprietary +ShortDescription: The leading planning and data management tool for the global building industry +Description: |- + dRofus is a unique planning, data management and BIM collaboration tool that provides all stakeholders with extensive workflow support and access to building information throughout the building lifecycle. + Unlike any other planning tool on the market, dRofus was developed directly on behalf of public building owners. Capturing client requirements (EIR), validating design solutions (BIM) against client requirements, management of public standards and equipment planning are core features in the software. + dRofus has strong ArchiCAD, Revit and IFC integration with bi-directional data sync capabilities. + Model data from each discipline is captured, together with planning data, non-geometric data and documents, in a centralized database accessible to all project stakeholders via the dRofus desktop client and dRofus Web. + Typically, stakeholders produce data using different software programs that have different data schemas, with different filetypes, distributed across multiple servers, located in multiple different locations - and often this data is not re-usable by others. + This is why dRofus has become an essential tool for BIM projects - we consolidate disparate data sets and convert them into project information, insight and intelligence accessible to all project stakeholders. +Tags: +- bim +ReleaseNotesUrl: https://www.drofus.com/release-notes +Documentations: +- DocumentLabel: User Guides + DocumentUrl: https://help.drofus.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.zh-CN.yaml b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a48fcf1e30704 --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dRofus.dRofus +PackageVersion: 2.18.11.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 全球建筑行业领先的规划与数据管理工具 +Description: |- + dRofus 是一款独特的规划、数据管理与 BIM 协作工具,为所有利益相关方提供贯穿建筑全生命周期的工作流支持及建筑信息访问。 + 与其他市面规划工具不同,dRofus 直接受公共建筑业主委托开发。其核心功能包括:客户需求采集(EIR)、基于客户需求的设计方案验证(BIM)、公共标准管理以及设备规划。 + dRofus 与 ArchiCAD、Revit 和 IFC 深度集成,支持双向数据同步。各专业模型数据、规划数据、非几何数据及文档均存储于中央数据库,所有项目成员可通过 dRofus 桌面客户端和 Web 端实时访问。 + 传统工作模式中,利益相关方使用不同软件生成异构数据——这些数据遵循不同架构、存储为不同格式、分散于多台服务器、位于不同地理位置,且往往无法被他人复用。 + 正因如此,dRofus 已成为 BIM 项目不可或缺的工具:我们将碎片化数据集整合转化为可共享的项目信息、洞察与智能,赋能所有项目参与者。 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://help.drofus.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.yaml b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.yaml new file mode 100644 index 0000000000000..a72bda0642de2 --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.11.0/dRofus.dRofus.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: dRofus.dRofus +PackageVersion: 2.18.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f74117114e524d42260f839e9a4b56957eea7f48 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:58:21 +0800 Subject: [PATCH 076/113] New version: ESEngine.ReasonixDesktop version 1.17.10 (#400360) --- .../ESEngine.ReasonixDesktop.installer.yaml | 16 ++++++ ...ESEngine.ReasonixDesktop.locale.en-US.yaml | 52 +++++++++++++++++++ ...ESEngine.ReasonixDesktop.locale.zh-CN.yaml | 22 ++++++++ .../1.17.10/ESEngine.ReasonixDesktop.yaml | 8 +++ 4 files changed, 98 insertions(+) create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.installer.yaml create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.locale.en-US.yaml create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.locale.zh-CN.yaml create mode 100644 manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.yaml diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 0000000000000..3717cea3dcd38 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.17.10 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Reasonix +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.17.10/Reasonix-windows-amd64-installer.exe + InstallerSha256: 72E2758AA62EF93DEBF3099C22F4E96423EA02D53CF2CF4F8312590330DDAA9B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..5a8314d0f7bcd --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.17.10 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - fix(desktop): preserve auto light theme styles / 修复桌面端自动浅色主题样式 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6250 + - Polish serve browser UI / 优化 serve 浏览器界面 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6254 + - fix(desktop): fix bot settings layout overflow in Creation style and QR setup panel / 修复创作风格下机器人设置布局溢出及扫码界面溢出 by @HaoyueQin in https://github.com/esengine/DeepSeek-Reasonix/pull/6252 + - Add MCP get command / 添加 MCP get 命令 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6273 + - Bind planner handoffs to host approval gates / 将 planner 交接绑定到宿主审批 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6275 + - Fix Windows encoded config reads by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6276 + - Refine reasoning work process display / 优化思考工作过程展示 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6277 + - fix(desktop): keep the Windows sidebar out of native drag regions / 避免 Windows 侧边栏触发窗口拖动 by @SauronSkywalker in https://github.com/esengine/DeepSeek-Reasonix/pull/6271 + - feat(bot): Feishu inbound media, streaming edits, and mention handling / 飞书 bot 入站媒体、流式编辑与 mention 处理 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6272 + - feat(bot): desktop god view — observe, approve, and take over any desktop session from IM / 飞书 bot 桌面上帝视角:观察、审批与显式接管 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6274 + - feat(bot): send Feishu media from confined local roots / 飞书出站媒体:受限本地根目录 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6279 + - Fix tab-scoped workspace file loading / 修复工作区文件跨会话串台 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6281 + - fix(desktop): keep prompt gates scoped during tab switches by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6293 + - Fix source-aware MCP removal / 修复 MCP 来源感知删除 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6285 + - Fix async action routing across tabs / 修复异步操作跨会话串台 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6288 + - Preserve continued recovery sessions / 保留已继续的恢复会话 by @SivanCola in https://github.com/esengine/DeepSeek-Reasonix/pull/6290 + Full Changelog: https://github.com/esengine/DeepSeek-Reasonix/compare/desktop-v1.17.9...desktop-v1.17.10 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.17.10 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..550a737987fea --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.17.10 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 0000000000000..0731d6e1c33d4 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.17.10/ESEngine.ReasonixDesktop.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: ESEngine.ReasonixDesktop +PackageVersion: 1.17.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a8cd69320c8f2f5728a8d4dab14f5b311ab08297 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:58:56 +0800 Subject: [PATCH 077/113] New version: ESEngine.ReasonixCLI version 1.17.10 (#400361) --- .../ESEngine.ReasonixCLI.installer.yaml | 21 ++++ .../ESEngine.ReasonixCLI.locale.en-US.yaml | 98 +++++++++++++++++++ .../ESEngine.ReasonixCLI.locale.zh-CN.yaml | 22 +++++ .../1.17.10/ESEngine.ReasonixCLI.yaml | 8 ++ 4 files changed, 149 insertions(+) create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.installer.yaml create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.locale.en-US.yaml create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.locale.zh-CN.yaml create mode 100644 manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.yaml diff --git a/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.installer.yaml b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.installer.yaml new file mode 100644 index 0000000000000..f6c76ba50376c --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.17.10 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: reasonix.exe +Commands: +- reasonix +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.17.10/reasonix-windows-amd64.zip + InstallerSha256: 0B797BEEFC0CB8C874ADA7FA0E9CBF52D5C8F60A1047B578D2A06A37E8B48754 +- Architecture: arm64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.17.10/reasonix-windows-arm64.zip + InstallerSha256: 61E6735B47CF8EE85CEDA0CF06AE408778BF22DB3BBA3BB9F029C228B2F70D11 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..ba28f81f50558 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.locale.en-US.yaml @@ -0,0 +1,98 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.17.10 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix CLI +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Moniker: reasonix +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + Changelog + - 698e39a9d8598e50b85e4ad9c47e6496f4fb4218 Merge pull request #6290 from SivanCola/fix/recovery-session-classification + - 02ad11589ac224413ae47b6730016890ef8d439d fix(desktop): serialize recovery purge with parent updates + - cc4fd02bb160b9aa519020e09a5e5eb9b62b9f16 Merge pull request #6288 from SivanCola/fix/tab-scoped-async-routing + - 79215b6cda007d08e88bdd22837947efae3723ef Merge latest main-v2 into fix/tab-scoped-async-routing + - f8e418255dd0ef1ffdf68affced9e6d3ed24bd3e Merge main-v2 into fix/tab-scoped-async-routing + - ea5f8506cd20cedb6c89297bea3b42c9b35017e5 Merge pull request #6285 from SivanCola/fix/mcp-source-aware-removal + - 8853ba976e0262f398ca1b9f22c6e37828770556 Merge pull request #6293 from SivanCola/agent/fix-session-input-lock-after-switch-5951 + - 7fc967a7a9fd7de225865e8187e6476da27f4884 fix(desktop): verify recovery copies against parent content + - 397ef28d51eebedc9c9ca8def6f186cecf1034f1 fix(desktop): isolate prompt gates during tab activation + - 21836972d3b1fd77d51d5affcbbf38f51ebc1da6 Merge pull request #6281 from SivanCola/fix/tab-scoped-workspace-files + - 9f30d8a0335149f09c5cb3fecf2668a84f43a6ed fix(desktop): isolate workspace requests across session rebuilds + - 853155a4527b2f52ab3777b07c0e3cae9d5e34b4 harden MCP removal source handling + - 97efca6e3829c8f4145ffaddd55f47efc35ac194 fix(desktop): preserve latest tab after async fork + - 004045a8a5386227714457a54d7a1f243b23ddc5 Merge pull request #6279 from SivanCola/feature/feishu-outbound-media + - 4759faa857ad127e484ff5f2234fffba1eaf8721 fix(bot): harden outbound media delivery + - 4fc102f09b496ada1c671e9c0e79411075edd632 fix(desktop): scope async actions to source tab + - 6f0db796a61355ba9d678112787d68f90ae9835e Merge remote-tracking branch 'origin/main-v2' into fix/pr-6279-review-fixes + - 22b334f22b55e9fe0c2c3dec7c5c08e8f5feb520 fix(desktop): preserve continued recovery sessions + - 5220145df31ceb1774f22840aade82f9757edf6a fix config receiver lint + - 8adf1483d32b4e4dc1c47b1d7aeec14333fcb08d Merge pull request #6274 from SivanCola/feature/feishu-desktop-godview + - 4b55729981af7fbb182f19803a751535f9b93acc Merge pull request #6272 from SivanCola/feature/feishu-bot-parity + - 6594a49043778ffe68cc8fe8ea7813d97d34c21a fix MCP source-aware removal + - af3f7b8593cbb33c401a5e37c17f3fff2ce6cbe0 fix(desktop): scope workspace files to tabs + - a015af659312eeba90660248928ee7a632f7fcb4 chore(desktop): remove obsolete turn helpers + - 58b308caf09ee5c862db436b4e76f07897338c00 fix(desktop): harden bot takeover lifecycle + - 436321ef3ec0c3ef93443958c565f8db5680d2be fix(bot): defer Feishu enrichment until admission + - 34cfac29dd60598e81bc7cd64835ad3a42463d12 Merge pull request #6271 from SauronSkywalker/fix/sidebar-window-drag_20260709_100300 + - d9f13fd29ffc1c714084115fc254f4047420e40d test(desktop): cover sidebar drag region scope + - eb75d092e7948a4cb9815de763a3eda68a00a004 fix(desktop): scope sidebar no-drag to Windows + - a90e4840f5366af7db8c60ed8ecbaf0630d3ab46 Merge pull request #6277 from SivanCola/feature/work-process-fold-ui + - 6bb307063293e98b9a60a552e84723ca2babd3da fix(desktop): keep one work process per turn + - 97632299f41d4c9905bb727460512b813559d09d fix(bot): clear CodeQL path-injection — look up outbound media by basename + - 38e39c86b3ee098111f3d49f468e5ab9c8719ff8 fix(bot): satisfy CodeQL on outbound media — drop URL fetch, inline path barrier + - a2a44a772c7c954763255ab4752cc47473a73cac Merge pull request #6276 from esengine/codex/windows-encoding-config-hooks + - 71084cd4d3b03f253e7264d13106a0f07fcff5b9 fix(openai): match -pro as a name segment in DeepSeek warn policy + - 16089237d50459370c94feac98cab230ed76749f feat(bot): outbound Feishu media via a confined media root + host allow-list + - bb8f4be223fb11e5594aebbe067f7bb02c75293b Fix remaining Windows text decoding paths + - a3e842d6c858c47b1d22b473e42ab9678d8c6393 fix(desktop): fold review follow-ups — hide duplicate reasoning, keep warnings visible, fold warm zone, stop per-token hot-zone rebuilds + - 3396cd54dfcb9222fa12f6b62866812c62e635c6 fix(bot): address review findings on desktop god view + - d16163632e4b4af1951662e8414701637ae66dd5 fix(review): gofmt new decode helpers, keep job artifacts raw on both read paths + - a0e7c202bbda1d5dac6760887fa9c3401b9afdda fix(bot): address review findings on Feishu adapter parity + - f3cff70b3fabd2aa350040440c04bc0cced229fd Merge pull request #6275 from SivanCola/fix/planner-host-approval-gates + - 310457a90312ca5518b4e0b366836bf34793c13d feat: refine reasoning work process display + - 5078a1987f422595a46253a6c30b64fcd9a881e0 Fix Windows encoded config reads + - 1a53754468250ecca610933ace987acb56e73ab4 fix(coordinator): persist denied planner turns, tighten heuristics, dedupe subagent guard + - 15082f0ab74ee421659ab6789b1fd552248a62ca Bind planner handoffs to host approval gates + - e55cd09c72842349e5fd2b0e03cd819a78dbb98a feat(bot): desktop god view phase 2 — persistent watches, detached routing, explicit takeover + - 07f309f8915a6b323d3de00e7571cd0c46ef10de Merge pull request #6273 from SivanCola/fix/mcp-get-command + - 81fbf4cdd8f733f154fac8a941019fa10cc9f011 test(openai): tolerate silent stream cancellation + - 3a76cb690bf603e26b262cfd9860275505387714 fix(cli): redact MCP key query params + - 0d0617798c6158369c67ee47cd612805d7990359 fix(cli): add MCP get command + - 5b64f607a2737a6cae5c4682069b97353c22d8f7 feat(bot): give the embedded bot gateway a god view over desktop sessions + - 1e939fe7e9a96e71884344132f665753d1435a8a feat(bot): port cc-connect Feishu capabilities to the feishu adapter + - 5ad8a5e9a6172e195a508e61a5d38bd5ca9a911e Merge pull request #6252 from HaoyueQin/fix/bot-settings-layout-overflow-6064-6196 + - 0e0cb63c712e89f8ab8f23cd1a30f374f9f386ed Merge pull request #6254 from SivanCola/feature/serve-browser-ui-polish + - 351604270110a9ae58080596884987c2984e8cf4 Fix serve model ref selection + - 8a49a1ce8955446c7d03bd7215fe43da2655d9a8 fix(desktop): keep bot detail fields responsive in Creation style + - a3890e3bd5f4bf3eed59e83b04cbf3ea6ab8838a Polish serve browser UI + - b2883fedf1dd25b5aa9f648cb31e1416dbb384d6 fix(desktop): fix bot settings layout overflow in Creation style and QR setup panel + - 18539c0138e91baec916a8c5c299e6102260fb86 Merge pull request #6250 from SivanCola/fix/auto-light-desktop-theme + - 93638458a9f378d36228cbacd7160ee12660fbc6 fix(desktop): preserve auto light theme styles + - 4ef2d99f17208585447abd69adbf0e72bc5eac57 fix: remove --wails-draggable: drag from .sidebar on Windows +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/v1.17.10 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33552e3245aee --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.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: ESEngine.ReasonixCLI +PackageVersion: 1.17.10 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.yaml b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.yaml new file mode 100644 index 0000000000000..f43dca38230bd --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.17.10/ESEngine.ReasonixCLI.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: ESEngine.ReasonixCLI +PackageVersion: 1.17.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 64b337bb95f190ed16af2470b088f664bf91f8f0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:59:45 +0800 Subject: [PATCH 078/113] New version: Everless321.dYm version 1.11.0-live-test (#400362) --- .../Everless321.dYm.installer.yaml | 18 +++++++++++++++ .../Everless321.dYm.locale.en-US.yaml | 15 ++++++++++++ .../Everless321.dYm.locale.zh-CN.yaml | 23 +++++++++++++++++++ .../dYm/1.11.0-live-test/Everless321.dYm.yaml | 8 +++++++ 4 files changed, 64 insertions(+) create mode 100644 manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.installer.yaml create mode 100644 manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.en-US.yaml create mode 100644 manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.zh-CN.yaml create mode 100644 manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.yaml diff --git a/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.installer.yaml b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.installer.yaml new file mode 100644 index 0000000000000..fef7ef1dc1265 --- /dev/null +++ b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 1.11.0-live-test +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 43ee9364-0fb6-5a92-bf50-2da690f094b2 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Everless321/dYm/releases/download/v1.11.0-live-test/dym-1.8.15-setup.exe + InstallerSha256: 71F41C82CB120CC036F877497488C8AC96109CCEF10702942F0FAE55945DA3DF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.en-US.yaml b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.en-US.yaml new file mode 100644 index 0000000000000..4de5f8fe92cc8 --- /dev/null +++ b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 1.11.0-live-test +PackageLocale: en-US +License: Freeware +ShortDescription: Douyin Video Download and Intelligent Analysis Management Tool +Tags: +- douyin +- download +- parsing +- video +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.zh-CN.yaml b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..496ba1ba057c3 --- /dev/null +++ b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Everless321.dYm +PackageVersion: 1.11.0-live-test +PackageLocale: zh-CN +Publisher: example.com +PublisherUrl: https://github.com/Everless321 +PublisherSupportUrl: https://github.com/Everless321/dYm/issues +PackageName: dYm +PackageUrl: https://github.com/Everless321/dYm +License: 免费软件 +Copyright: Copyright © 2026 example.com +ShortDescription: 抖音视频下载与智能分析管理工具 +Tags: +- 下载 +- 抖音 +- 视频 +- 解析 +ReleaseNotes: 'Full Changelog: https://github.com/Everless321/dYm/compare/v1.10.2...v1.11.0-live-test' +ReleaseNotesUrl: https://github.com/Everless321/dYm/releases/tag/v1.11.0-live-test +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.yaml b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.yaml new file mode 100644 index 0000000000000..692e6db4e95ef --- /dev/null +++ b/manifests/e/Everless321/dYm/1.11.0-live-test/Everless321.dYm.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: Everless321.dYm +PackageVersion: 1.11.0-live-test +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 142702894323d3b3655ec239e376109c72ff0da2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:00:39 +0800 Subject: [PATCH 079/113] New version: Google.Chrome.Canary version 152.0.7942.0 (#400363) --- .../Google.Chrome.Canary.installer.yaml | 14 +++++++------- .../Google.Chrome.Canary.locale.en-US.yaml | 2 +- .../Google.Chrome.Canary.locale.nb-NO.yaml | 2 +- .../Google.Chrome.Canary.locale.zh-CN.yaml | 2 +- .../Google.Chrome.Canary.yaml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) rename manifests/g/Google/Chrome/Canary/{152.0.7941.2 => 152.0.7942.0}/Google.Chrome.Canary.installer.yaml (58%) rename manifests/g/Google/Chrome/Canary/{152.0.7941.2 => 152.0.7942.0}/Google.Chrome.Canary.locale.en-US.yaml (96%) rename manifests/g/Google/Chrome/Canary/{152.0.7941.2 => 152.0.7942.0}/Google.Chrome.Canary.locale.nb-NO.yaml (96%) rename manifests/g/Google/Chrome/Canary/{152.0.7941.2 => 152.0.7942.0}/Google.Chrome.Canary.locale.zh-CN.yaml (96%) rename manifests/g/Google/Chrome/Canary/{152.0.7941.2 => 152.0.7942.0}/Google.Chrome.Canary.yaml (89%) diff --git a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.installer.yaml similarity index 58% rename from manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.installer.yaml index fcb5cea002a21..7b6ba133527ef 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7941.2 +PackageVersion: 152.0.7942.0 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acf5lswhr7a7pxj4xfdnfpodrgfq_152.0.7941.2/152.0.7941.2_chrome_installer_uncompressed.exe - InstallerSha256: 8F86F25DA19A79AD457D8F74CEF4AA58F746680EE925A0BCA13D2146A2A0D633 + InstallerUrl: https://dl.google.com/release2/chrome/hfaeh5lisxmftbeqnybn2u7eii_152.0.7942.0/152.0.7942.0_chrome_installer_uncompressed.exe + InstallerSha256: 3180020E7C570FC25C83FCA97B25CCC7F9715ADAEBA6582B19735E0EC223A239 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/eavai6d6dhrzzdtu5hqkwvc36i_152.0.7941.2/152.0.7941.2_chrome_installer_uncompressed.exe - InstallerSha256: 509ACB64A266AFF97CD478CEBFC9DC8229BCD7C9AFEE268DF4C66ED4603F28AA + InstallerUrl: https://dl.google.com/release2/chrome/advit5tfiuo2nr7va5oxfmxnowwq_152.0.7942.0/152.0.7942.0_chrome_installer_uncompressed.exe + InstallerSha256: EFF5FA05C1BFFA86A360C44B26FFF53C831A26C52230C31AD04F1D8CE9B42291 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/oefexbmuowkxgkuyecjjjwyiay_152.0.7941.2/152.0.7941.2_chrome_installer_uncompressed.exe - InstallerSha256: 5D4C80942A7F5F521E6DA0A574A2B9150C4CC827975106116CC5BCA7D4A3187D + InstallerUrl: https://dl.google.com/release2/chrome/ockimeead22kpovwxgdlz4ak3i_152.0.7942.0/152.0.7942.0_chrome_installer_uncompressed.exe + InstallerSha256: 0BFC2704F353A665C8744685D32414643EE2E882DE7B2AED927FA053209BFE26 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.en-US.yaml index 25afa68027959..29fe5dbaf98c1 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7941.2 +PackageVersion: 152.0.7942.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.nb-NO.yaml index b4ac5d86cc1fe..4fbbd8e09c22e 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7941.2 +PackageVersion: 152.0.7942.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.zh-CN.yaml index 3dfa60aff4659..ceb5636bc9940 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7941.2 +PackageVersion: 152.0.7942.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.yaml index 85c92840bda8f..86b86b55bcab5 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7941.2/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7942.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7941.2 +PackageVersion: 152.0.7942.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 6a5d7d5e05955d076ab091cf37106bbfd6aaa2ec Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:01:16 +0800 Subject: [PATCH 080/113] New version: ImputNet.Helium version 0.14.5.1 (#400364) --- .../0.14.5.1/ImputNet.Helium.installer.yaml | 64 +++++++++++++++++++ .../ImputNet.Helium.locale.en-US.yaml | 43 +++++++++++++ .../Helium/0.14.5.1/ImputNet.Helium.yaml | 8 +++ 3 files changed, 115 insertions(+) create mode 100644 manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.installer.yaml create mode 100644 manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.locale.en-US.yaml create mode 100644 manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.yaml diff --git a/manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.installer.yaml new file mode 100644 index 0000000000000..e2d2c5d33697d --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.14.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.14.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-07-09 +AppsAndFeaturesEntries: +- DisplayVersion: "" +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.5.1/helium_0.14.5.1_x64-installer.exe + InstallerSha256: 0E7EE2810EA74F4783DC9711F63BAF50E4817CC03F5BAEB07EECE3CE59D3069D +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.5.1/helium_0.14.5.1_x64-installer.exe + InstallerSha256: 0E7EE2810EA74F4783DC9711F63BAF50E4817CC03F5BAEB07EECE3CE59D3069D + InstallerSwitches: + Custom: /SYSTEM +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.5.1/helium_0.14.5.1_arm64-installer.exe + InstallerSha256: 1101293BA36C73A42CAAC141977E52DF08752375E0E3A9EF54E4DCF91AB24FC0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/imputnet/helium-windows/releases/download/0.14.5.1/helium_0.14.5.1_arm64-installer.exe + InstallerSha256: 1101293BA36C73A42CAAC141977E52DF08752375E0E3A9EF54E4DCF91AB24FC0 + InstallerSwitches: + Custom: /SYSTEM +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.locale.en-US.yaml b/manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.locale.en-US.yaml new file mode 100644 index 0000000000000..0e90198235ad7 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ImputNet.Helium +PackageVersion: 0.14.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 + c51dc6f update: helium 0.14.5.1 (#318) + b0427b0 flags.gn: set symbol_level=1 (#316) + helium-chromium + 15e39d77 revision: bump to 5 (#2089) + 9b6090c9 merge: update to chromium 150.0.7871.114 (#2085) + 436d84b0 patches: refresh for chromium 150.0.7871.114 + bb234e30 merge: update ungoogled-chromium to 150.0.7871.114 + 2d89b04e Update to Chromium 150.0.7871.114 + 0d59660e Fix safe_browsing in v8 setting + + 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.14.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.yaml b/manifests/i/ImputNet/Helium/0.14.5.1/ImputNet.Helium.yaml new file mode 100644 index 0000000000000..d2b8f5ec3ab49 --- /dev/null +++ b/manifests/i/ImputNet/Helium/0.14.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.14.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cba074ef8f2cc7a615f5f29ad4d65b78c49e73a2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:01:57 +0800 Subject: [PATCH 081/113] New version: lbjlaq.AntigravityTools version 4.3.9 (#400365) --- .../lbjlaq.AntigravityTools.installer.yaml | 34 +++++++++++++++++++ .../lbjlaq.AntigravityTools.locale.en-US.yaml | 12 +++++++ .../lbjlaq.AntigravityTools.locale.zh-CN.yaml | 30 ++++++++++++++++ .../4.3.9/lbjlaq.AntigravityTools.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.installer.yaml create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.en-US.yaml create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.zh-CN.yaml create mode 100644 manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.yaml diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.installer.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.installer.yaml new file mode 100644 index 0000000000000..d501ac7fbef26 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.9 +InstallerLocale: en-US +UpgradeBehavior: install +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.3.9/Antigravity.Tools_4.3.9_x64-setup.exe + InstallerSha256: 76EF65D6E120E8F0A3FACEFAAE09D203A9DE4DD79088CDA95605CFE7B360FAD1 + ProductCode: Antigravity Tools + AppsAndFeaturesEntries: + - ProductCode: Antigravity Tools + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Antigravity Tools' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.3.9/Antigravity.Tools_4.3.9_x64_en-US.msi + InstallerSha256: F763205B060DBA9ECC9B826A08884825192170F3A3FD3C2499AEF60FE3F32A59 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{543F13E0-C884-48B5-A96B-3EEFC5964EC5}' + AppsAndFeaturesEntries: + - ProductCode: '{543F13E0-C884-48B5-A96B-3EEFC5964EC5}' + UpgradeCode: '{E6D0D59B-1948-5950-A427-E2A516157557}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Antigravity Tools' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.en-US.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.en-US.yaml new file mode 100644 index 0000000000000..37408fdd4e8d6 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.9 +PackageLocale: en-US +ShortDescription: Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust). +Description: |- + Antigravity Tools is a fully-featured desktop application designed specifically for developers and AI enthusiasts. It seamlessly integrates multi-account management, protocol conversion, and intelligent request scheduling, providing you with a stable, high-speed, and cost-effective local AI relay station. + With this application, you can convert common Web-based Sessions (Google/Anthropic) into standardized API interfaces, completely eliminating protocol barriers across different vendors. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.zh-CN.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fe18a80a52b1c --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.9 +PackageLocale: zh-CN +Publisher: lbjlaq +PublisherUrl: https://github.com/lbjlaq +PublisherSupportUrl: https://github.com/lbjlaq/Antigravity-Manager/issues +PackageName: Antigravity Tools +PackageUrl: https://github.com/lbjlaq/Antigravity-Manager +License: CC-BY-NC-SA-4.0 +LicenseUrl: https://github.com/lbjlaq/Antigravity-Manager/blob/HEAD/LICENSE +ShortDescription: 专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。 +Description: |- + Antigravity Tools 是一个专为开发者和 AI 爱好者设计的全功能桌面应用。它将多账号管理、协议转换和智能请求调度完美结合,为您提供一个稳定、极速且成本低廉的 本地 AI 中转站。 + 通过本应用,您可以将常见的 Web 端 Session (Google/Anthropic) 转化为标准化的 API 接口,彻底消除不同厂商间的协议鸿沟。 +Tags: +- account-manager +- antigravity +ReleaseNotes: |- + - [核心功能/修复] 修复 Gemini 思考注入与支持 Codex 思考流式原生显示 (Gemini Thinking Injection & Codex Native Reasoning Display): + - 支持 Gemini 思考程度配置:针对 gemini-pro 和 *-pro-agent / *-flash-agent 模型,增加了对其注入思维程度设置与 includeThoughts: true 的支持,开启原生思维链返回。 + - 规范流式 SSE 帧与生命周期:重新设计流式 SSE 输出逻辑,为事件添加 sequence_number 序列号;强制对齐 SSE event 字段与 JSON 负载 type 字段,确保 Codex Desktop 不会误判匿名消息并正确渲染生命周期。 + - 原生思考区流式转换:完美兼容并将 Gemini 原生思考数据流向 Codex 的 phase: "commentary" 消息,在下一阶段的普通文本或工具调用开始前,平滑闭合当前思考段,保障生命周期的逻辑一致。 + - 过滤本地私有思考记录:在多轮对话历史映射中增加 is_codex_transcript_only_assistant_message 过滤,避免将 Codex 本地流渲染产生的私有思考记录(如 msg_thought_*)当做历史发送给模型,彻底解决 Token 爆涨与上下文污染问题。 + - 相关 PR: 详见 PR #3239。 +ReleaseNotesUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v4.3.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.yaml b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.yaml new file mode 100644 index 0000000000000..6792d5248afe6 --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.3.9/lbjlaq.AntigravityTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.3.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From ad73d55ddb2d829f8742c7a5f0133aa9c5a1cb63 Mon Sep 17 00:00:00 2001 From: Amazing Kamil Date: Fri, 10 Jul 2026 14:02:33 +0200 Subject: [PATCH 082/113] New version: PuttingPixelsTogether.EdgeSlide version 0.2.1 (#400366) --- ...ingPixelsTogether.EdgeSlide.installer.yaml | 13 +++++++ ...PixelsTogether.EdgeSlide.locale.en-US.yaml | 38 +++++++++++++++++++ .../PuttingPixelsTogether.EdgeSlide.yaml | 8 ++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.installer.yaml create mode 100644 manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.locale.en-US.yaml create mode 100644 manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.yaml diff --git a/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.installer.yaml b/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.installer.yaml new file mode 100644 index 0000000000000..5fa2636460528 --- /dev/null +++ b/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PuttingPixelsTogether.EdgeSlide +PackageVersion: 0.2.1 +InstallerType: portable +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/puttingpixelstogether-ops/edgeslide/releases/download/v0.2.1/EdgeSlide-Portable.exe + InstallerSha256: EE1C77F080752C7864E6AA15449CE5EA10C26E78FA95F4DF31000FF2789AF8C8 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-01 diff --git a/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.locale.en-US.yaml b/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.locale.en-US.yaml new file mode 100644 index 0000000000000..3ce1ad6b2a224 --- /dev/null +++ b/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PuttingPixelsTogether.EdgeSlide +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: PuttingPixelsTogether +PublisherUrl: https://edgeslide.app +PublisherSupportUrl: https://github.com/puttingpixelstogether-ops/edgeslide/issues +Author: PuttingPixelsTogether +PackageName: EdgeSlide +PackageUrl: https://edgeslide.app +License: MIT +LicenseUrl: https://github.com/puttingpixelstogether-ops/edgeslide/blob/main/LICENSE +Copyright: Copyright (c) 2026 Amazing SAS +CopyrightUrl: https://github.com/puttingpixelstogether-ops/edgeslide/blob/main/LICENSE +ShortDescription: Turn your Precision Touchpad's left and right edges into brightness and volume sliders. +Description: |- + EdgeSlide is a tiny Windows system-tray utility that turns the left and right edge + strips of a Precision Touchpad into continuous sliders: slide the left edge to change + screen brightness and the right edge to change master volume. It is single-finger only, + so normal two-finger scrolling and other gestures pass through untouched, and it ignores + edge touches while you are typing. It runs from the system tray with no main window. +Moniker: edgeslide +Tags: +- touchpad +- precision-touchpad +- brightness +- volume +- tray +- system-tray +- utility +ReleaseNotesUrl: https://github.com/puttingpixelstogether-ops/edgeslide/releases/tag/v0.2.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/puttingpixelstogether-ops/edgeslide/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.yaml b/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.yaml new file mode 100644 index 0000000000000..1afa0b8658757 --- /dev/null +++ b/manifests/p/PuttingPixelsTogether/EdgeSlide/0.2.1/PuttingPixelsTogether.EdgeSlide.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PuttingPixelsTogether.EdgeSlide +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a3050b67a2579e65c525293f8d705a792fae0b5a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:03:11 +0800 Subject: [PATCH 083/113] New version: medialab.xan version 0.60.0 (#400367) --- .../xan/0.60.0/medialab.xan.installer.yaml | 21 +++++++ .../xan/0.60.0/medialab.xan.locale.en-US.yaml | 63 +++++++++++++++++++ .../xan/0.60.0/medialab.xan.locale.zh-CN.yaml | 27 ++++++++ .../m/medialab/xan/0.60.0/medialab.xan.yaml | 8 +++ 4 files changed, 119 insertions(+) create mode 100644 manifests/m/medialab/xan/0.60.0/medialab.xan.installer.yaml create mode 100644 manifests/m/medialab/xan/0.60.0/medialab.xan.locale.en-US.yaml create mode 100644 manifests/m/medialab/xan/0.60.0/medialab.xan.locale.zh-CN.yaml create mode 100644 manifests/m/medialab/xan/0.60.0/medialab.xan.yaml diff --git a/manifests/m/medialab/xan/0.60.0/medialab.xan.installer.yaml b/manifests/m/medialab/xan/0.60.0/medialab.xan.installer.yaml new file mode 100644 index 0000000000000..6d207f62491f6 --- /dev/null +++ b/manifests/m/medialab/xan/0.60.0/medialab.xan.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: medialab.xan +PackageVersion: 0.60.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xan.exe +Commands: +- xan +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/medialab/xan/releases/download/0.60.0/xan-x86_64-pc-windows-msvc.zip + InstallerSha256: E7AD980FB033381F0AE8445330328E086F92443828F89B3E5A6777409B2EC3BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/medialab/xan/0.60.0/medialab.xan.locale.en-US.yaml b/manifests/m/medialab/xan/0.60.0/medialab.xan.locale.en-US.yaml new file mode 100644 index 0000000000000..28f44715bdbce --- /dev/null +++ b/manifests/m/medialab/xan/0.60.0/medialab.xan.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: medialab.xan +PackageVersion: 0.60.0 +PackageLocale: en-US +Publisher: médialab Sciences Po +PublisherUrl: https://medialab.sciencespo.fr/ +PublisherSupportUrl: https://github.com/medialab/xan/issues +Author: médialab Sciences Po +PackageName: xan +PackageUrl: https://github.com/medialab/xan +License: Unlicense, MIT +LicenseUrl: https://github.com/medialab/xan/blob/HEAD/COPYING +Copyright: Copyright (c) 2015-2026 Andrew Gallant, Guillaume Plique +ShortDescription: The CSV magician +Description: |- + xan is a command line tool that can be used to process CSV files directly from the shell. + It has been written in Rust to be as fast as possible, use as little memory as possible, and can very easily handle large CSV files (Gigabytes). It leverages a novel SIMD CSV parser and is also able to parallelize some computations (through multithreading) to make some tasks complete as fast as your computer can allow. + It can easily preview, filter, slice, aggregate, sort, join CSV files, and exposes a large collection of composable commands that can be chained together to perform a wide variety of typical tasks. + xan also offers its own expression language so you can perform complex tasks that cannot be done by relying on the simplest commands. This minimalistic language has been tailored for CSV data and is way faster than evaluating typical dynamically-typed languages such as Python, Lua, JavaScript etc. + Note that this tool is originally a fork of BurntSushi's xsv, but has been nearly entirely rewritten at that point, to fit SciencesPo's médialab use-cases, rooted in web data collection and analysis geared towards social sciences (you might think CSV is outdated by now, but read our love letter to the format before judging too quickly). + xan therefore goes beyond typical data manipulation and expose utilities related to lexicometry, graph theory and even scraping. + Beyond CSV data, xan is able to process a large variety of CSV-adjacent data formats from many different disciplines such as web archival (.cdx) or bioinformatics (.vcf, .gtf, .sam, .bed etc.). xan is also able to convert to & from many data formats such as json, excel files, numpy arrays etc. using xan to and xan from. See this section for more detail. + Finally, xan can be used to display CSV files in the terminal, for easy exploration, and can even be used to draw basic data visualisations. +Tags: +- csv +- data +- datascience +- diagram +- graph +- graphics +- plot +- statistics +- stats +ReleaseNotes: |- + Breaking + - Renaming xan from --path to --root. + - Renaming xan separate -T/--txt to -L/--lines. + Features + - Adding xan count -c/--check-alignment & -H/--human-readable. + - Adding xan sort -e -z/--compress. + - Adding xan sample -g -S/--sorted. + - Adding xan from -f=(json|ndjson) --model. + - Adding xan cat rows -I/--intersection & -U/--union. + - Adding xan top -g -S/--sorted. + - Adding the sort, dedup, flatten & flat_map moonblade function. + - Adding support for list & map columns when using xan from -f=parquet. + Fixes + - Fixing text wrapping across tool, especially xan flatten -w & xan flatten -F. + - Fixing xan select -e & xan map plural clause flattening given list. + - Fixing xan from -f=parquet not emitting correct column names for list & map columns. + Performance + - Introducing a fast path for xan sort -e when input fits in a single chunk. + - Faster xan from -f=ndjson & -f=parquet. + - Amortizing xan sample allocations. + - Improving performance of xan freq & xan p freq. + Quality of Life + - Better record size estimation for xan sort -e. + - Better xan flatten -c when string width cannot be computed correctly (because of emojis typically). +ReleaseNotesUrl: https://github.com/medialab/xan/releases/tag/0.60.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/medialab/xan/0.60.0/medialab.xan.locale.zh-CN.yaml b/manifests/m/medialab/xan/0.60.0/medialab.xan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..aefd85b3a82e5 --- /dev/null +++ b/manifests/m/medialab/xan/0.60.0/medialab.xan.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: medialab.xan +PackageVersion: 0.60.0 +PackageLocale: zh-CN +ShortDescription: CSV 魔术师 +Description: |- + xan 是一个命令行工具,可直接在 shell 中处理 CSV 文件。 + 它使用 Rust 编写,旨在尽可能快速运行,占用最少的内存,能够轻松处理大型 CSV 文件(达数 GB)。xan 利用了一种新颖的 SIMD CSV 解析器,并能通过多线程并行化某些计算,以尽可能快地完成任务,充分发挥您计算机的性能。 + 它可轻松预览、过滤、切片、聚合、排序和连接 CSV 文件,并提供大量可组合的命令,可串联起来执行各种常见任务。 + xan 还提供了一套自己的表达式语言,使您能够执行仅靠简单命令无法完成的复杂操作。这种极简语言专为 CSV 数据定制,执行速度远超 Python、Lua、JavaScript 等常见的动态类型语言。 + 请注意,该工具最初是 BurntSushi 的 xsv 的一个分支,但目前已几乎完全重写,以适应法国社会科学高等研究院(SciencesPo)médialab 的使用场景,其背景是面向社会科学的网络数据采集与分析(您可能认为 CSV 已经过时,但在匆忙下结论之前,请先阅读我们对该格式的致敬信)。 + 因此,xan 不仅超越了典型的数据操作功能,还提供了与词汇计量学、图论甚至网络爬取相关的实用工具。 + 除了 CSV 数据,xan 还能处理多种与 CSV 相关的数据格式,涵盖不同学科领域,例如网络归档(.cdx)或生物信息学(.vcf、.gtf、.sam、.bed 等)。xan 还可通过 xan to 和 xan from 命令在多种数据格式之间转换,如 json、Excel 文件、numpy 数组等。更多细节请参见相关章节。 + 最后,xan 可用于在终端中显示 CSV 文件,便于快速浏览,甚至还能绘制基本的数据可视化图表。 +Tags: +- csv +- 图形 +- 图示 +- 图表 +- 数据 +- 数据科学 +- 绘图 +- 统计 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/medialab/xan/0.60.0/medialab.xan.yaml b/manifests/m/medialab/xan/0.60.0/medialab.xan.yaml new file mode 100644 index 0000000000000..9f920383b9f31 --- /dev/null +++ b/manifests/m/medialab/xan/0.60.0/medialab.xan.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: medialab.xan +PackageVersion: 0.60.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b822c8fd5bc5d8bbd825829865fc03dad866be22 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:03:56 +0800 Subject: [PATCH 084/113] New version: Meituan.CatPaw version 2026.4.7 (#400368) --- .../2026.4.7/Meituan.CatPaw.installer.yaml | 153 ++++++++++++++++++ .../2026.4.7/Meituan.CatPaw.locale.en-US.yaml | 24 +++ .../2026.4.7/Meituan.CatPaw.locale.zh-CN.yaml | 33 ++++ .../CatPaw/2026.4.7/Meituan.CatPaw.yaml | 8 + 4 files changed, 218 insertions(+) create mode 100644 manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.installer.yaml create mode 100644 manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.en-US.yaml create mode 100644 manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.zh-CN.yaml create mode 100644 manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.yaml diff --git a/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.installer.yaml b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.installer.yaml new file mode 100644 index 0000000000000..a6a454b763ec5 --- /dev/null +++ b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.installer.yaml @@ -0,0 +1,153 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Meituan.CatPaw +PackageVersion: 2026.4.7 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- catpaw +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{7A1E2C3D-9B8F-4A0E-85D6-2F1C3A4B5E67}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://s3plus.meituan.net/catpaw-external-resources/ide/win32-x64/stable/2026.4.7/catpaw-62ad0a73.exe + InstallerSha256: DC4484AC2F270B3D25DA601F4FE7BCE1E0DA40F8733BE6CD01E1D71FBC37C5D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.en-US.yaml b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.en-US.yaml new file mode 100644 index 0000000000000..c03bc310000c4 --- /dev/null +++ b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Meituan.CatPaw +PackageVersion: 2026.4.7 +PackageLocale: en-US +License: Proprietary +ShortDescription: AI Programming Agent +Description: |- + Meituan CatPaw is an AI-powered IDE launched by Meituan, revolutionizing the programming experience through Agent-driven innovation, enabling developers to focus on creative implementation and enhancing project delivery efficiency. + As your AI programming partner, Meituan CatPaw not only answers code-related questions but also assists you in completing complex development tasks, ensuring every idea can be quickly realized. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://catpaw.meituan.com/guides +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.zh-CN.yaml b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d5d156ef666fd --- /dev/null +++ b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.locale.zh-CN.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: Meituan.CatPaw +PackageVersion: 2026.4.7 +PackageLocale: zh-CN +Publisher: Meituan +PublisherUrl: https://catpaw.meituan.com/ +PublisherSupportUrl: https://catpaw.meituan.com/guides/feedback +PrivacyUrl: https://catpaw.meituan.com/privacy-policy +Author: 北京三快云计算有限公司 +PackageName: CatPawAI +PackageUrl: https://catpaw.meituan.com/download +License: 专有软件 +LicenseUrl: https://catpaw.meituan.com/product-service +Copyright: © 2026 CatPaw. All rights reserved +CopyrightUrl: https://catpaw.meituan.com/product-service +ShortDescription: AI 编程 Agent +Description: |- + Meituan CatPaw 是美团推出的 AI IDE,通过 Agent 驱动编程体验革新,让开发者专注于创意实现,提升项目交付效率。 + 作为 AI 编程伙伴,Meituan CatPaw 不仅能够解答代码疑问,更能协助您完成复杂的开发任务,让每一个创意都能快速实现。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +ReleaseNotesUrl: https://catpaw.meituan.com/changelog +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://catpaw.meituan.com/guides +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.yaml b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.yaml new file mode 100644 index 0000000000000..3bdc6206428ed --- /dev/null +++ b/manifests/m/Meituan/CatPaw/2026.4.7/Meituan.CatPaw.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: Meituan.CatPaw +PackageVersion: 2026.4.7 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 477ac257a6af3abfad7b7c551a69b56ee12c2db6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:04:38 +0800 Subject: [PATCH 085/113] New version: Multica.MulticaCLI version 0.3.43 (#400369) --- .../0.3.43/Multica.MulticaCLI.installer.yaml | 21 +++++++ .../Multica.MulticaCLI.locale.en-US.yaml | 60 +++++++++++++++++++ .../Multica.MulticaCLI.locale.zh-CN.yaml | 26 ++++++++ .../MulticaCLI/0.3.43/Multica.MulticaCLI.yaml | 8 +++ 4 files changed, 115 insertions(+) create mode 100644 manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.installer.yaml create mode 100644 manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.en-US.yaml create mode 100644 manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.zh-CN.yaml create mode 100644 manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.yaml diff --git a/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.installer.yaml b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.installer.yaml new file mode 100644 index 0000000000000..ea80978ff3b10 --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaCLI +PackageVersion: 0.3.43 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: multica.exe +Commands: +- multica +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.43/multica-cli-0.3.43-windows-amd64.zip + InstallerSha256: 0ECFD6331367DE7B6256A8F84BC7FE81573DCF15743A0DF2B08CB093ACA1A492 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.43/multica-cli-0.3.43-windows-arm64.zip + InstallerSha256: F797CCE4C84B821BCA2CD251A76B2298A37D51D4EF36AD2543ACA732D68FD4F6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.en-US.yaml b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..69de3fb063eba --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaCLI +PackageVersion: 0.3.43 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica CLI +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - fe46dfdbf66599d20a584d5e720e14ea4e4f8ac4 MUL-4203: Fix Cursor MCP auth source seeding (ZIC-52) + - f599333f9728dc68f14439fadc0481735e00499f [MUL-4348] Route coalesced replies per root thread (#5202) + - 37b0a6e72e45b0336d7d444485f6fd39165cc9a9 docs(changelog): add v0.3.43 release entry (MUL-4376) (#5216) + - cb87dd106be58ce21f996c7109e43d04c8e9437f feat(chat): task-owned direct-chat input batches + explicit no_response outcome (MUL-4351) (#5195) + - 6c3b79db190dfc3d72e0b44ce7ec172f8765b52d feat(daemon): bound daemon.log size with rotation (MUL-4330) (#5170) + - f7ca045fb181efbc7f1dca481abd2bccd4c40ea6 feat(daemon): discover Codex model and reasoning catalog dynamically (#5198) + - 3f02083fecb513ba52628503bea78d9a07cfc8b6 feat(editor): Linear-style issue identifier autolink (MUL-4241) (#5090) + - 6b980a8e7175818a4982e114213579cb8a4b30fb feat(models): add Codex gpt-5.6 series (sol/terra/luna) to model list & pricing (MUL-4347) (#5188) + - c6783efd88086d377faa2d8b69692cac4dbb0463 feat(views): unify avatar upload with crop editing (#5074) + - 3c417ea631118d2fa0b87303819cd43c9dfdc529 fix(MUL-4348): authorize + chronologically order per-thread coalesced replies (#5211) + - 69132f9fa6e3f28533cef6840bf70852c4d31ef6 fix(chat): remove unread-count badge from chat FAB (MUL-4374) (#5213) + - 3b7eafc3ad898377c3f59df87f25f5a87c2ea354 fix(cli): reject --description-file/--content-file paths outside the workdir (MUL-4252) (#5167) + - 521052a00b8c5fee96c4627aea237797212f275d fix(daemon): recover stale Claude resume sessions (#5173) + - 595f785ac9337b12ca6b496dced2b38e0dd8a093 fix(desktop): make overflowing tab additions visible (#5215) + - 302662aee3318a8bc7a2207adebc7c730c84a478 fix(issues): batch status applies directly; coalesce staged parent notifications (MUL-4155) (#5151) + - 4217de438950e95c8a57111905c4ee1055ac943d fix(lark): tolerate binding token clock skew (#5191) + - 8e0fbecab591c915d26c5f841a59dd816d7da18b fix(models): codex empty-model effort validation + exact 5.6 aliases (MUL-4347) (#5196) + - bf161f2f9c160b0549a71f47d19ba418006089e0 fix(tasks): preserve merged comment delivery (#5192) + - cc3daaf3b4e1a0f00a80b898545c446eec9724c8 fix: scope claim-time comment fetch to workspace + guard --attachment paths (MUL-4252) (#5190) + - f4de0948a27849fd947b83d2960392babb961d8e refactor(ui): unify ActorAvatar size tiers + round all avatars & cropper (MUL-4277, MUL-4184) (#5133) + - 78591f60225d157cfbb6add03f53b9c31dd53e80 test(server): cap pkg/agent test concurrency under -race (#5077) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.3.43 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.zh-CN.yaml b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ab6a378c7f2d --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaCLI +PackageVersion: 0.3.43 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.yaml b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.yaml new file mode 100644 index 0000000000000..b8ed466ffeb11 --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.3.43/Multica.MulticaCLI.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: Multica.MulticaCLI +PackageVersion: 0.3.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e4a84d895dfc1eb893e34d8ad3ae9963efe2cc95 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:05:16 +0800 Subject: [PATCH 086/113] New version: nashsu.LLMWiki version 0.6.1 (#400371) --- .../0.6.1/nashsu.LLMWiki.installer.yaml | 26 ++++++++++++ .../0.6.1/nashsu.LLMWiki.locale.en-US.yaml | 41 +++++++++++++++++++ .../0.6.1/nashsu.LLMWiki.locale.zh-CN.yaml | 35 ++++++++++++++++ .../nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.installer.yaml create mode 100644 manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.en-US.yaml create mode 100644 manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.zh-CN.yaml create mode 100644 manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.yaml diff --git a/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.installer.yaml b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.installer.yaml new file mode 100644 index 0000000000000..9f6b41a16b8c7 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.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: nashsu.LLMWiki +PackageVersion: 0.6.1 +UpgradeBehavior: install +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.6.1/LLM.Wiki_0.6.1_x64-setup.exe + InstallerSha256: 1A5CDF2A7C3D1917D3818E8B42716CF104F54743D5AEB1DB1F64F61AFF7C12B2 + ProductCode: LLM Wiki +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.6.1/LLM.Wiki_0.6.1_x64_en-US.msi + InstallerSha256: D55A4B3ABA7DB942A81965B285E7DCF58A8D165475DB2C8CF593472BC550578D + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{751F11EB-27EC-439F-8620-76783C9CF27D}' + AppsAndFeaturesEntries: + - UpgradeCode: '{51897FF7-F36A-570D-8EE2-BFED15681FB4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.en-US.yaml b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.en-US.yaml new file mode 100644 index 0000000000000..44515de11565c --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nashsu.LLMWiki +PackageVersion: 0.6.1 +PackageLocale: en-US +Publisher: llmwiki +PublisherUrl: https://www.nashsu.com/ +PublisherSupportUrl: https://github.com/nashsu/llm_wiki/issues +PackageName: LLM Wiki +PackageUrl: https://github.com/nashsu/llm_wiki +License: GPL-3.0 +LicenseUrl: https://github.com/nashsu/llm_wiki/blob/HEAD/LICENSE +ShortDescription: A personal knowledge base that builds itself. LLM reads your documents, builds a structured wiki, and keeps it current. +Description: |- + LLM Wiki is a cross-platform desktop application that turns your documents into an organized, interlinked knowledge base — automatically. Instead of traditional RAG (retrieve-and-answer from scratch every time), the LLM incrementally builds and maintains a persistent wiki from your sources. Knowledge is compiled once and kept current, not re-derived on every query. + This project is based on Karpathy's LLM Wiki pattern — a methodology for building personal knowledge bases using LLMs. We implemented the core ideas as a full desktop application with significant enhancements. + + Features + - Two-Step Chain-of-Thought Ingest — LLM analyzes first, then generates wiki pages with source traceability and incremental cache + - 4-Signal Knowledge Graph — relevance model with direct links, source overlap, Adamic-Adar, and type affinity + - Louvain Community Detection — automatic knowledge cluster discovery with cohesion scoring + - Graph Insights — surprising connections and knowledge gaps with one-click Deep Research + - Vector Semantic Search — optional embedding-based retrieval via LanceDB, supports any OpenAI-compatible endpoint + - Persistent Ingest Queue — serial processing with crash recovery, cancel, retry, and progress visualization + - Folder Import — recursive folder import preserving directory structure, folder context as LLM classification hint + - Deep Research — LLM-optimized search topics, multi-query web search, auto-ingest results into wiki + - Async Review System — LLM flags items for human judgment, predefined actions, pre-generated search queries + - Chrome Web Clipper — one-click web page capture with auto-ingest into knowledge base +Tags: +- agent +- agentic +- ai +- chatbot +- knowledge-base +- large-language-model +- llm +- wiki +ReleaseNotesUrl: https://github.com/nashsu/llm_wiki/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.zh-CN.yaml b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.zh-CN.yaml new file mode 100644 index 0000000000000..130412d0f9209 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: nashsu.LLMWiki +PackageVersion: 0.6.1 +PackageLocale: zh-CN +ShortDescription: 一个能自我构建的个人知识库。LLM 阅读你的文档,构建结构化 Wiki,并持续保持更新。 +Description: |- + LLM Wiki 是一个跨平台桌面应用,能将你的文档自动转化为有组织、相互关联的知识库。与传统 RAG(每次查询都从头检索和回答)不同,LLM 会从你的资料中增量构建并维护一个持久化的 Wiki。知识只编译一次并持续更新,而非每次查询都重新推导。 + 本项目基于 Karpathy 的 LLM Wiki 方法论 —— 一套使用 LLM 构建个人知识库的方法论。我们将其核心理念实现为一个完整的桌面应用,并做了大量增强。 + + 功能亮点 + - 两步思维链摄入 — LLM 先分析再生成 Wiki 页面,来源可追溯,支持增量缓存 + - 四信号知识图谱 — 直接链接、来源重叠、Adamic-Adar、类型亲和四维关联度模型 + - Louvain 社区检测 — 自动发现知识聚类,内聚度评分 + - 图谱洞察 — 惊奇连接与知识空白检测,一键触发 Deep Research + - 向量语义搜索 — 可选的 embedding 检索,基于 LanceDB,支持任意 OpenAI 兼容端点 + - 持久化摄入队列 — 串行处理,崩溃恢复,取消/重试,进度可视化 + - 文件夹导入 — 递归导入保留目录结构,文件夹路径作为 LLM 分类上下文 + - 深度研究 — LLM 智能生成搜索主题,多查询网络搜索,研究结果自动摄入 Wiki + - 异步审核系统 — LLM 在摄入时标记需人工判断的项,预定义操作,预生成搜索查询 + - Chrome 网页剪藏 — 一键捕获网页内容,自动摄入知识库 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 百科 +- 知识库 +- 维基 +- 聊天机器人 +- 自主智能 +ReleaseNotes: See the assets below for download links. +ReleaseNotesUrl: https://github.com/nashsu/llm_wiki/releases/tag/v0.6.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.yaml b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.yaml new file mode 100644 index 0000000000000..482ffbf5d07a9 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.6.1/nashsu.LLMWiki.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: nashsu.LLMWiki +PackageVersion: 0.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4b20d3a7071acb089a772e995991ba7672eea129 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:05:56 +0800 Subject: [PATCH 087/113] New version: PDFsam.PDFsam version 6.0.3.0 (6.0.3) (#400373) --- .../6.0.3.0/PDFsam.PDFsam.installer.yaml | 23 +++++++++++ .../6.0.3.0/PDFsam.PDFsam.locale.en-US.yaml | 38 +++++++++++++++++++ .../6.0.3.0/PDFsam.PDFsam.locale.zh-CN.yaml | 17 +++++++++ .../PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.yaml | 8 ++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.installer.yaml create mode 100644 manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.en-US.yaml create mode 100644 manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.zh-CN.yaml create mode 100644 manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.yaml diff --git a/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.installer.yaml b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.installer.yaml new file mode 100644 index 0000000000000..060c9bc128978 --- /dev/null +++ b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.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: PDFsam.PDFsam +PackageVersion: 6.0.3.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /quiet /norestart SKIPTHANKSPAGE=Yes + SilentWithProgress: /passive /norestart SKIPTHANKSPAGE=Yes + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +ProductCode: '{F80139C0-C5A9-4E31-9B29-7D34098655F9}' +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- ProductCode: '{F80139C0-C5A9-4E31-9B29-7D34098655F9}' + UpgradeCode: '{DB40FA48-1629-11E2-9401-2F676188709B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/torakiki/pdfsam/releases/download/v6.0.3/pdfsam-basic-6.0.3-windows-x64.msi + InstallerSha256: 01401F5756C3F65BBD782993A1BA86651B62664A9E253CC8299085A40D57D237 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.en-US.yaml b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.en-US.yaml new file mode 100644 index 0000000000000..5f71131b9bc2b --- /dev/null +++ b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PDFsam.PDFsam +PackageVersion: 6.0.3.0 +PackageLocale: en-US +Publisher: Sober Lemur S.r.l. +PublisherUrl: https://soberlemur.com/ +PublisherSupportUrl: https://github.com/torakiki/pdfsam/issues +PrivacyUrl: https://pdfsam.org/privacy-policy/ +Author: Sober Lemur S.r.l. +PackageName: PDFsam Basic +PackageUrl: https://pdfsam.org/pdfsam-basic/ +License: AGPL-3.0 +LicenseUrl: https://github.com/torakiki/pdfsam/blob/HEAD/LICENSE +Copyright: Copyright by Sober Lemur S.r.l. +ShortDescription: A free, open source, multi-platform software designed to split, merge, extract pages, mix and rotate PDF files. +Moniker: pdfsam +Tags: +- pdf +ReleaseNotes: |- + - Allow opening a workspace by drag-and-dropping onto the app icon + - Fixed #845: clear enqueued load-workspace events for the tool selected via Open With dialog, so it opens and loads input files (other tools still load workspace data as usual) + - Fixed #844: clearer description for the smart output checkbox + - Don't maximize the app window on first startup (or after settings are cleared) + - Force JavaFX to load the correct DLLs even when another JDK with JavaFX DLLs is on the PATH + - Upgraded Sejda; removed prefix-based methods for adding menu items + - Upgraded translations +ReleaseNotesUrl: https://github.com/torakiki/pdfsam/releases/tag/v6.0.3 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://pdfsam.org/documentation/#basic-documentation +- DocumentLabel: Wiki + DocumentUrl: https://github.com/torakiki/pdfsam/wiki +- DocumentLabel: FAQ + DocumentUrl: https://pdfsam.org/faq/#faq-pdfsam-basic +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.zh-CN.yaml b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.zh-CN.yaml new file mode 100644 index 0000000000000..872beacf1abc6 --- /dev/null +++ b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PDFsam.PDFsam +PackageVersion: 6.0.3.0 +PackageLocale: zh-CN +ShortDescription: 一款免费/自由、开源、多平台软件,用于拆分、合并、提取页面、混合和旋转 PDF 文件 +ReleaseNotesUrl: https://github.com/torakiki/pdfsam/releases/tag/v6.0.3 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://pdfsam.org/documentation/#basic-documentation +- DocumentLabel: Wiki + DocumentUrl: https://github.com/torakiki/pdfsam/wiki +- DocumentLabel: 常见问题 + DocumentUrl: https://pdfsam.org/faq/#faq-pdfsam-basic +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.yaml b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.yaml new file mode 100644 index 0000000000000..6e4c95cca24e6 --- /dev/null +++ b/manifests/p/PDFsam/PDFsam/6.0.3.0/PDFsam.PDFsam.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: PDFsam.PDFsam +PackageVersion: 6.0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1d1086d66473e6ee333f2454adc919433fb686fb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:06:30 +0800 Subject: [PATCH 088/113] New version: Qingfeng.HeyboxChat version 1.56.0 (#400374) --- .../1.56.0/Qingfeng.HeyboxChat.installer.yaml | 24 ++++++++++++++ .../Qingfeng.HeyboxChat.locale.en-US.yaml | 30 ++++++++++++++++++ .../Qingfeng.HeyboxChat.locale.zh-CN.yaml | 31 +++++++++++++++++++ .../1.56.0/Qingfeng.HeyboxChat.yaml | 8 +++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.installer.yaml create mode 100644 manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.en-US.yaml create mode 100644 manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.zh-CN.yaml create mode 100644 manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.yaml diff --git a/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.installer.yaml b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.installer.yaml new file mode 100644 index 0000000000000..41418e920f02b --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.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: Qingfeng.HeyboxChat +PackageVersion: 1.56.0 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: update + SilentWithProgress: update +UpgradeBehavior: install +Protocols: +- heychat +ProductCode: HeyboxChat +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x86 + InstallerUrl: https://macc.max-c.com/chat/pc/chat_installer_new_1.56.0.1485.exe + InstallerSha256: 84F8C58F43A0F21EE06A7E2EFE4C66C7C5A98A0B21B04F323A11F20D2CD9A589 +- Architecture: x64 + InstallerUrl: https://macc.max-c.com/chat/pc/chat_installer_x64_new_1.56.0.1486.exe + InstallerSha256: 0942525E28FFC934E83AD19EBFD20FF6C198FBBBFDE07F22407139D2179B37BF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.en-US.yaml b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.en-US.yaml new file mode 100644 index 0000000000000..32f0a5e50562b --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Qingfeng.HeyboxChat +PackageVersion: 1.56.0 +PackageLocale: en-US +Publisher: Qingfeng +PublisherUrl: https://www.xiaoheihe.cn/ +PublisherSupportUrl: https://chat.xiaoheihe.cn/home/help-center +PrivacyUrl: https://api.xiaoheihe.cn/account/privacy_introduce/?type=2 +Author: Qingfeng (Beijing) Technology Co., Ltd. +PackageName: 黑盒语音 +PackageUrl: https://chat.xiaoheihe.cn/home/index +License: Proprietary +LicenseUrl: https://api.xiaoheihe.cn/account/privacy_introduce/?type=1 +Copyright: Copyright (C) 2026. QingFeng(Beijing). All Rights Reserved. +ShortDescription: Heybox Chat, a way for gaming +Description: Heybox Chat, a place for gamer. Here you can enjoy gaming anytime and experience high-quality voice calls. Here you can create your own room and spend game time with friends. Here you can make like-minded friends and build your own gaming circle. +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +ReleaseNotesUrl: https://chat.xiaoheihe.cn/home/download +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.zh-CN.yaml b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5981003a78a42 --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Qingfeng.HeyboxChat +PackageVersion: 1.56.0 +PackageLocale: zh-CN +Publisher: Qingfeng +PublisherUrl: https://www.xiaoheihe.cn/ +PublisherSupportUrl: https://chat.xiaoheihe.cn/home/help-center +PrivacyUrl: https://api.xiaoheihe.cn/account/privacy_introduce/?type=2 +Author: 清枫(北京)科技有限公司 +PackageName: 黑盒语音 +PackageUrl: https://chat.xiaoheihe.cn/home/index +License: 专有软件 +LicenseUrl: https://api.xiaoheihe.cn/account/privacy_introduce/?type=1 +Copyright: Copyright (C) 2026. QingFeng(Beijing). All Rights Reserved. +ShortDescription: 黑盒语音,是一个开黑方式 +Description: 黑盒语音,玩家开黑大本营。在这里,你可以享受随时开黑的快乐,体验高质量语音通话。在这里,你可以建立自己的专属房间,与好友共度游戏时光。在这里,你可以结交志同道合的好友,构建自己的游戏圈子。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ReleaseNotes: |- + 已有功能优化 + - 优化屏幕共享体验 + - 修复已知问题 +ReleaseNotesUrl: https://chat.xiaoheihe.cn/home/download +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.yaml b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.yaml new file mode 100644 index 0000000000000..bfbe97d1d6a16 --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxChat/1.56.0/Qingfeng.HeyboxChat.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: Qingfeng.HeyboxChat +PackageVersion: 1.56.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cb88a7ae7454469d409fac10ac6a9e66e8f38bac Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:07:07 +0800 Subject: [PATCH 089/113] New version: Sourcegraph.Amp version 0.0.1783674082-g314196 (#400375) --- .../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.1783660582-g392d1a => 0.0.1783674082-g314196}/Sourcegraph.Amp.installer.yaml (63%) rename manifests/s/Sourcegraph/Amp/{0.0.1783660582-g392d1a => 0.0.1783674082-g314196}/Sourcegraph.Amp.locale.en-US.yaml (97%) rename manifests/s/Sourcegraph/Amp/{0.0.1783660582-g392d1a => 0.0.1783674082-g314196}/Sourcegraph.Amp.locale.zh-CN.yaml (96%) rename manifests/s/Sourcegraph/Amp/{0.0.1783660582-g392d1a => 0.0.1783674082-g314196}/Sourcegraph.Amp.yaml (85%) diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.installer.yaml index 27c3da6d611af..f4f1d22b72278 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/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.1783660582-g392d1a +PackageVersion: 0.0.1783674082-g314196 InstallerType: portable Commands: - amp @@ -11,7 +11,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1783660582-g392d1a/amp-windows-x64-baseline.exe - InstallerSha256: 4BD2F9D8544E28E3C0C43E989746756662AA109A637B66FC58185D35EB19E276 + InstallerUrl: https://static.ampcode.com/cli/0.0.1783674082-g314196/amp-windows-x64-baseline.exe + InstallerSha256: EF0B704037F6AAAC48B966B1CCD0E170CDE6B305E342C8E08581E5B70666EAEF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.locale.en-US.yaml index 08fc220ff2b36..7b74f1517290e 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/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.1783660582-g392d1a +PackageVersion: 0.0.1783674082-g314196 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.locale.zh-CN.yaml index df8c008f73744..671f5f0882c69 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/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.1783660582-g392d1a +PackageVersion: 0.0.1783674082-g314196 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/Sourcegraph.Amp.yaml index 220f73d2e54f6..7af8ac38c385a 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1783660582-g392d1a/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1783674082-g314196/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.1783660582-g392d1a +PackageVersion: 0.0.1783674082-g314196 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From e1057f9df0160d121a06908e6634ea4e45a21e0d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:07:41 +0800 Subject: [PATCH 090/113] New version: StablyAI.Orca version 1.4.134 (#400376) --- .../Orca/1.4.134/StablyAI.Orca.installer.yaml | 17 ++++++ .../1.4.134/StablyAI.Orca.locale.en-US.yaml | 57 +++++++++++++++++++ .../1.4.134/StablyAI.Orca.locale.zh-CN.yaml | 37 ++++++++++++ .../StablyAI/Orca/1.4.134/StablyAI.Orca.yaml | 8 +++ 4 files changed, 119 insertions(+) create mode 100644 manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.installer.yaml create mode 100644 manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.locale.en-US.yaml create mode 100644 manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.locale.zh-CN.yaml create mode 100644 manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.yaml diff --git a/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.installer.yaml b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.installer.yaml new file mode 100644 index 0000000000000..6869d93ab3e05 --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: StablyAI.Orca +PackageVersion: 1.4.134 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 2b325ec9-0ed1-575f-ad70-e08307aee879 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stablyai/orca/releases/download/v1.4.134/orca-windows-setup.exe + InstallerSha256: D8C550302C3E1518BF3F32C4BF05620EA244369B7F7AA0A5AE5400B00168CE42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.locale.en-US.yaml b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.locale.en-US.yaml new file mode 100644 index 0000000000000..8debbb389e4b5 --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: StablyAI.Orca +PackageVersion: 1.4.134 +PackageLocale: en-US +Publisher: stablyai +PublisherUrl: https://www.stably.ai/ +PublisherSupportUrl: https://github.com/stablyai/orca/issues +PrivacyUrl: https://www.onorca.dev/privacy +Author: Lovecast Inc. +PackageName: Orca +PackageUrl: https://www.onorca.dev/ +License: MIT +LicenseUrl: https://github.com/stablyai/orca/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lovecast Inc. +CopyrightUrl: https://www.onorca.dev/terms +ShortDescription: Ship 100x With The Agent IDE +Description: |- + Orca is a desktop IDE for running multiple AI coding agents side by side. Every task gets its own git worktree, its own agent terminal, and its own browser tab — so you can fan out work across Claude Code, Codex, Cursor CLI, and friends without stashing, branch-juggling, or losing flow. + + When to use Orca + - You want three agents trying the same bug in parallel and to pick the winner. + - You want to review AI-generated diffs seriously before you ship them. + - You already pay for Claude Code, Codex, or Cursor CLI and want one place to orchestrate them. + - You want agents to run remotely over SSH without giving up your IDE. + + Who it's for + Orca is designed for people who already write code for a living and want to use AI as leverage — not as a replacement. It assumes you read diffs, care about commits, and keep a worktree tidy. If you're looking for a no-code tool, Orca is not that. + + What Orca is not + - Not a model. Orca runs agents you already use — bring your own Claude, Codex, or OpenCode subscription. + - Not a git replacement. Every worktree is a real git worktree. You can cd in and use plain git whenever you want. + - Not cloud-only. Orca runs locally. Remote agents happen through SSH to machines you own. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + What's Changed + - Revert sidebar virtualization boundary changes (#8036) by @AmethystLiang in https://github.com/stablyai/orca/pull/8101 + - Revert centered sidebar jump behavior (#8019) by @AmethystLiang in https://github.com/stablyai/orca/pull/8102 + Full Changelog: https://github.com/stablyai/orca/compare/v1.4.133...v1.4.134 +ReleaseNotesUrl: https://github.com/stablyai/orca/releases/tag/v1.4.134 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://www.onorca.dev/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.locale.zh-CN.yaml b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4306d6f7f678f --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.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: StablyAI.Orca +PackageVersion: 1.4.134 +PackageLocale: zh-CN +ShortDescription: 使用 Agent IDE 提升 100 倍交付速度 +Description: |- + Orca 是一款用于并行运行多个 AI 编程智能体(Agents)的桌面端 IDE。每一项任务都会获得独立的 git worktree、智能体终端和浏览器标签页——因此你可以将工作分发给 Claude Code、Codex、Cursor CLI 等工具,而无需进行 stash、频繁切换分支或打断思路。 + + 何时使用 Orca + - 你想让三个智能体并行尝试修复同一个 bug,并从中择优。 + - 你希望在发布 AI 生成的代码差异(diffs)之前对其进行严格审查。 + - 你已经付费订阅了 Claude Code、Codex 或 Cursor CLI,并希望有一个统一的地方来编排它们。 + - 你希望智能体通过 SSH 在远程运行,同时又不放弃你的 IDE 体验。 + + 适用人群 + Orca 为那些以写代码为生、并希望将 AI 作为杠杆而非替代品的开发者设计。它假设你会阅读代码差异、在意提交规范(commits),并保持工作区整洁。如果你在寻找无代码工具,Orca 并不适合你。 + + Orca 不是什么 + - 不是模型。Orca 运行你已经在使用的智能体——请使用你自己的 Claude、Codex 或 OpenCode 订阅。 + - 不是 Git 的替代品。每一个工作区(worktree)都是真实的 git worktree。你可以随时 cd 进去使用原生 git 命令。 + - 不仅限于云端。Orca 在本地运行。远程智能体通过 SSH 连接到你拥有的机器。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.onorca.dev/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.yaml b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.yaml new file mode 100644 index 0000000000000..64c29e8de6c39 --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.134/StablyAI.Orca.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: StablyAI.Orca +PackageVersion: 1.4.134 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5767f4b25bebbc9f04cf42d96073ecfa1acacd59 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:08:20 +0800 Subject: [PATCH 091/113] New version: ThinkInAIXYZ.DeepChat version 1.0.9 (#400378) --- .../ThinkInAIXYZ.DeepChat.installer.yaml | 30 +++++++++++++ .../ThinkInAIXYZ.DeepChat.locale.en-US.yaml | 27 +++++++++++ .../ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml | 45 +++++++++++++++++++ .../DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.installer.yaml create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.en-US.yaml create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml create mode 100644 manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.yaml diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.installer.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.installer.yaml new file mode 100644 index 0000000000000..e77690b543cb0 --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +Protocols: +- deepchat +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 5220878b-7ef2-5ee3-b5b9-0403f8853ab4 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ThinkInAIXYZ/deepchat/releases/download/v1.0.9/DeepChat-1.0.9-windows-x64.exe + InstallerSha256: D3F8664B97F8DE4A90CA6BE55B75977DCA7BA6F8E34DAEEE149D648436AC43E3 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ThinkInAIXYZ/deepchat/releases/download/v1.0.9/DeepChat-1.0.9-windows-x64.exe + InstallerSha256: D3F8664B97F8DE4A90CA6BE55B75977DCA7BA6F8E34DAEEE149D648436AC43E3 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.en-US.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.en-US.yaml new file mode 100644 index 0000000000000..0ac61c350928d --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.9 +PackageLocale: en-US +ShortDescription: DeepChat is a multi-platform AI client dedicated to making AI accessible to more people. +Description: DeepChat is an enterprise-level intelligent conversation platform leveraging advanced large language model (LLM) technology to deliver fluid, natural conversational experiences. It transcends being merely a simple chat tool, functioning as a robust content generation and knowledge management assistant. +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- qwen +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://deepchat.thinkinai.xyz/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f035eba2a7f42 --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.9 +PackageLocale: zh-CN +Publisher: ThinkInAIXYZ +PublisherUrl: https://thinkinai.xyz/ +PublisherSupportUrl: https://deepchat.thinkinai.xyz/#/contact +PackageName: DeepChat +PackageUrl: https://deepchat.thinkinai.xyz/ +License: Apache-2.0 +LicenseUrl: https://github.com/ThinkInAIXYZ/deepchat/blob/HEAD/LICENSE +Copyright: Copyright 2026 ThinkInAIXYZ +ShortDescription: DeepChat 是一个多平台 AI 客户端,致力于让更多人享受 AI 带来的便利。 +Description: DeepChat 是一款企业级智能对话平台,基于先进的大语言模型(LLM)技术,为用户提供流畅自然的对话体验。它不仅是一个简单的聊天工具,更是一个强大的内容生成和知识管理助手。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotes: |- + v1.0.9 (2026-07-10) + - Fixed Agent Memory correctness edge cases and strengthened record-level privacy controls + - Fixed chat scroll position jumping to the bottom during streaming output + - Fixed chat history restoration race conditions that could cause message loss + - 修复 Agent Memory 正确性边界问题,并强化记录级隐私控制 + - 修复流式输出时聊天滚动位置跳到底部的问题 + - 修复聊天历史恢复竞态条件可能导致消息丢失的问题 +ReleaseNotesUrl: https://github.com/ThinkInAIXYZ/deepchat/releases/tag/v1.0.9 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://deepchat.thinkinai.xyz/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.yaml b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.yaml new file mode 100644 index 0000000000000..a9752a32e5365 --- /dev/null +++ b/manifests/t/ThinkInAIXYZ/DeepChat/1.0.9/ThinkInAIXYZ.DeepChat.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: ThinkInAIXYZ.DeepChat +PackageVersion: 1.0.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 5db6074aeffd9822a26297902621756341745be0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:08:54 +0800 Subject: [PATCH 092/113] New version: xiaoyifang.GoldenDict-ng version 26.6.2 (#400379) --- .../xiaoyifang.GoldenDict-ng.installer.yaml | 20 +++++ ...xiaoyifang.GoldenDict-ng.locale.en-US.yaml | 76 +++++++++++++++++++ ...xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml | 29 +++++++ .../26.6.2/xiaoyifang.GoldenDict-ng.yaml | 8 ++ 4 files changed, 133 insertions(+) create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.installer.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.locale.en-US.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.yaml diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.installer.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.installer.yaml new file mode 100644 index 0000000000000..6ce9d92ec7c49 --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xiaoyifang.GoldenDict-ng +PackageVersion: 26.6.2 +InstallerType: nullsoft +Scope: machine +Protocols: +- goldendict +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: GoldenDict-ng +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xiaoyifang/goldendict-ng/releases/download/v26.6.2/GoldenDict-ng-26.6.2-Qt6.8.3-Windows-installer.exe + InstallerSha256: 8225752610BC6F3669C5A07DF6F14CE05A538ED3A97EE789C06EFD4FF17F09E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.locale.en-US.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.locale.en-US.yaml new file mode 100644 index 0000000000000..e68a73f9c9f1e --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.locale.en-US.yaml @@ -0,0 +1,76 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xiaoyifang.GoldenDict-ng +PackageVersion: 26.6.2 +PackageLocale: en-US +Publisher: Humanity +PublisherUrl: https://github.com/xiaoyifang +PublisherSupportUrl: https://github.com/xiaoyifang/goldendict-ng/issues +PackageName: goldendict-ng +PackageUrl: https://xiaoyifang.github.io/goldendict-ng/ +License: GPL-3.0-or-later +LicenseUrl: https://github.com/xiaoyifang/goldendict-ng/blob/HEAD/LICENSE.txt +Copyright: |- + © 2008-2013 Konstantin Isakov (ikm@goldendict.org) + © 2009-2023 The GoldenDict Developers + © 2021-2026 The GoldenDict-ng Community +ShortDescription: The Next Generation GoldenDict. A feature-rich open-source dictionary lookup program, supporting multiple dictionary formats and online dictionaries. +Description: |- + GoldenDict-ng is an advanced dictionary lookup program. + Features + - Supports many dictionary formats, such as MDX, DSL, StarDict, Zim... + - Presents lookup results of multiple dictionaries in the same page + - Supports special types of "dictionaries", such as external program, website, audio files... + - Lots of auxiliary features + - Popup window + - Full text search + - Anki integration + - Transliteration for some languages + - Word stemming and spelling correction via Hunspell's morphology analysis + - Unicode case, diacritics, punctuation and whitespace folding (e.g. typing 'Grussen' would yield 'grüßen' in German dictionaries). + - ... +Tags: +- dict +- dictionary +- goldendict +- mdict +- translate +- translation +ReleaseNotes: |- + Install instructions for Windows, macOS and Linux. + Filename pattern: GoldenDict-ng-[version]-[Qt version]-[system name]... + For Linux, the released version is on Flathub → io.github.xiaoyifang.goldendict_ng. + 📚 Documentation + - Add CLI command line documentation (#3010) - (a9ffaf1) + 2026-07-06 + 🐛 Bug Fixes + - Resolve -Werror=maybe-uninitialized warnings (#3004) - (ffced39) + 🎨 Styling + - Use SVG icon for stardict dictionary (#3005) - (a388df5) + ⚙️ Miscellaneous Tasks + - (issue-translator) Preserve markdown formatting in AI translation (#3009) - (d7eb6fb) + - Migrate issue-translator to AI-based implementation using GitHub Models (#3008) - (a9fb9b8) + New Contributors ❤️ + - @2018shawn made their first contribution in #3007 + 2026-07-02 + 💼 Other + - Fix Windows installer icon missing issues (#2996) - (b6829bf) + 2026-07-01 + 🚀 Features + - (ui) Make Fallback Fonts group box checkable with useFallbackFonts config (#2987) - (aee21f1) + 🐛 Bug Fixes + - (ui) Add left padding to GroupComboBox icon/label content (#2985) - (c6ffa76) + 💼 Other + - Use action to standardize the md file (#2994) - (758e1bd) + 📚 Documentation + - Add clipboard monitoring mode for OCR integration (#2992) - (0ce1e0e) + 🎨 Styling + - (article) Limit warning icon size to max 24px (#2991) - (abb42a5) + Based on branch: master +ReleaseNotesUrl: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.6.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/xiaoyifang/goldendict-ng/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0250cf1dde2fe --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.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: xiaoyifang.GoldenDict-ng +PackageVersion: 26.6.2 +PackageLocale: zh-CN +ShortDescription: 新一代 GoldenDict。一款功能丰富的开源词典查询工具,支持多种词典格式及在线词典服务。 +Description: |- + GoldenDict-ng 是一款高级词典查询工具。 + 功能特点 + - 支持多种词典格式,如 MDX、DSL、StarDict、Zim... + - 在同一页面展示多部词典的查询结果 + - 支持特殊类型的“词典”,如外部程序、网站、音频文件... + - 丰富的辅助功能 + - 弹出窗口 + - 全文检索 + - Anki 集成 + - 部分语言的音译转换 + - 通过 Hunspell 形态分析实现的词干提取和拼写校正 + - Unicode 大小写、变音符号、标点和空格折叠(例如在德语词典中输入“Grussen”会显示“grüßen”) + - ... +Tags: +- goldendict +- mdict +- 翻译 +- 词典 +ReleaseNotesUrl: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.6.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.yaml new file mode 100644 index 0000000000000..7cf4ee4e98140 --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.6.2/xiaoyifang.GoldenDict-ng.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: xiaoyifang.GoldenDict-ng +PackageVersion: 26.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 00b7b888b0f2e7b13f26fbbd5abd4e3d5b41e110 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:12:48 +0800 Subject: [PATCH 093/113] New version: DuckDuckGo.DesktopBrowser.Preview version 0.166.3.0 (#400359) --- ...ckGo.DesktopBrowser.Preview.installer.yaml | 36 +++++++++++++++++++ ...o.DesktopBrowser.Preview.locale.en-US.yaml | 24 +++++++++++++ ...o.DesktopBrowser.Preview.locale.zh-CN.yaml | 14 ++++++++ .../DuckDuckGo.DesktopBrowser.Preview.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.yaml diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml new file mode 100644 index 0000000000000..7e7ba4dea9c78 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.166.3.0 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +Protocols: +- http +- https +FileExtensions: +- htm +- html +- pdf +PackageFamilyName: DuckDuckGo.DesktopBrowserPreview_ya2fgkz3nks94 +Capabilities: +- internetClient +- runFullTrust +Installers: +- Architecture: x86 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.166.3.0/DuckDuckGo%20Preview_0.166.3.0.msixbundle + InstallerSha256: 0A18A1C72C39FABA4D8E935A6E957C33F31E09DF7C58BDC682FD7B9F22F877BA + SignatureSha256: B1CF2209215249894AEFC1D66A9313FD1C9CD067663A1F1347231CE7EDCD841D +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.166.3.0/DuckDuckGo%20Preview_0.166.3.0.msixbundle + InstallerSha256: 0A18A1C72C39FABA4D8E935A6E957C33F31E09DF7C58BDC682FD7B9F22F877BA + SignatureSha256: B1CF2209215249894AEFC1D66A9313FD1C9CD067663A1F1347231CE7EDCD841D +- Architecture: arm64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.166.3.0/DuckDuckGo%20Preview_0.166.3.0.msixbundle + InstallerSha256: 0A18A1C72C39FABA4D8E935A6E957C33F31E09DF7C58BDC682FD7B9F22F877BA + SignatureSha256: B1CF2209215249894AEFC1D66A9313FD1C9CD067663A1F1347231CE7EDCD841D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..8a9e3486c9380 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.166.3.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo Preview +PackageUrl: https://duckduckgo.com/windows-preview +License: Freeware +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2026 DuckDuckGo +CopyrightUrl: https://duckduckgo.com/terms +ShortDescription: Help Test and Improve New Features with DuckDuckGo Preview for Windows +Tags: +- browser +- chromium +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..22f3a92ff1ffa --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.166.3.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 帮助测试和改进 DuckDuckGo Preview for Windows 的新功能 +Tags: +- chromium +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.yaml new file mode 100644 index 0000000000000..fefe8ffbe2898 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.166.3.0/DuckDuckGo.DesktopBrowser.Preview.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: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.166.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 809ff994294d1f4a10f2155440195b9bc6dbe444 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:13:24 +0800 Subject: [PATCH 094/113] New version: Multica.MulticaDesktop version 0.3.43 (#400370) --- .../Multica.MulticaDesktop.installer.yaml | 23 +++++++ .../Multica.MulticaDesktop.locale.en-US.yaml | 60 +++++++++++++++++++ .../Multica.MulticaDesktop.locale.zh-CN.yaml | 26 ++++++++ .../0.3.43/Multica.MulticaDesktop.yaml | 8 +++ 4 files changed, 117 insertions(+) create mode 100644 manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.installer.yaml create mode 100644 manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.en-US.yaml create mode 100644 manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.zh-CN.yaml create mode 100644 manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.yaml diff --git a/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.installer.yaml b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.installer.yaml new file mode 100644 index 0000000000000..30b63788aa610 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.3.43 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- multica +ProductCode: d8b75c36-d208-59aa-9acd-26838c159dc3 +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.43/multica-desktop-0.3.43-windows-x64.exe + InstallerSha256: 0E9ACA57A2086B5812DA25524FF9FE1BE0D074DEB38691A462405A0CFAA11CDF +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.43/multica-desktop-0.3.43-windows-arm64.exe + InstallerSha256: 0871DB4A53B2AC87EE1C0A44562A6A780FD1F3AC5C13B2A2E164FEAB2E22D1FA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.en-US.yaml b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..41eee3e615bdc --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.3.43 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - fe46dfdbf66599d20a584d5e720e14ea4e4f8ac4 MUL-4203: Fix Cursor MCP auth source seeding (ZIC-52) + - f599333f9728dc68f14439fadc0481735e00499f [MUL-4348] Route coalesced replies per root thread (#5202) + - 37b0a6e72e45b0336d7d444485f6fd39165cc9a9 docs(changelog): add v0.3.43 release entry (MUL-4376) (#5216) + - cb87dd106be58ce21f996c7109e43d04c8e9437f feat(chat): task-owned direct-chat input batches + explicit no_response outcome (MUL-4351) (#5195) + - 6c3b79db190dfc3d72e0b44ce7ec172f8765b52d feat(daemon): bound daemon.log size with rotation (MUL-4330) (#5170) + - f7ca045fb181efbc7f1dca481abd2bccd4c40ea6 feat(daemon): discover Codex model and reasoning catalog dynamically (#5198) + - 3f02083fecb513ba52628503bea78d9a07cfc8b6 feat(editor): Linear-style issue identifier autolink (MUL-4241) (#5090) + - 6b980a8e7175818a4982e114213579cb8a4b30fb feat(models): add Codex gpt-5.6 series (sol/terra/luna) to model list & pricing (MUL-4347) (#5188) + - c6783efd88086d377faa2d8b69692cac4dbb0463 feat(views): unify avatar upload with crop editing (#5074) + - 3c417ea631118d2fa0b87303819cd43c9dfdc529 fix(MUL-4348): authorize + chronologically order per-thread coalesced replies (#5211) + - 69132f9fa6e3f28533cef6840bf70852c4d31ef6 fix(chat): remove unread-count badge from chat FAB (MUL-4374) (#5213) + - 3b7eafc3ad898377c3f59df87f25f5a87c2ea354 fix(cli): reject --description-file/--content-file paths outside the workdir (MUL-4252) (#5167) + - 521052a00b8c5fee96c4627aea237797212f275d fix(daemon): recover stale Claude resume sessions (#5173) + - 595f785ac9337b12ca6b496dced2b38e0dd8a093 fix(desktop): make overflowing tab additions visible (#5215) + - 302662aee3318a8bc7a2207adebc7c730c84a478 fix(issues): batch status applies directly; coalesce staged parent notifications (MUL-4155) (#5151) + - 4217de438950e95c8a57111905c4ee1055ac943d fix(lark): tolerate binding token clock skew (#5191) + - 8e0fbecab591c915d26c5f841a59dd816d7da18b fix(models): codex empty-model effort validation + exact 5.6 aliases (MUL-4347) (#5196) + - bf161f2f9c160b0549a71f47d19ba418006089e0 fix(tasks): preserve merged comment delivery (#5192) + - cc3daaf3b4e1a0f00a80b898545c446eec9724c8 fix: scope claim-time comment fetch to workspace + guard --attachment paths (MUL-4252) (#5190) + - f4de0948a27849fd947b83d2960392babb961d8e refactor(ui): unify ActorAvatar size tiers + round all avatars & cropper (MUL-4277, MUL-4184) (#5133) + - 78591f60225d157cfbb6add03f53b9c31dd53e80 test(server): cap pkg/agent test concurrency under -race (#5077) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.3.43 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.zh-CN.yaml b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f5ac19c2983f8 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.3.43 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.yaml b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.yaml new file mode 100644 index 0000000000000..8c2d41fea2f7f --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.43/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.3.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ff6fdf11d34a5390719458a21e6a81348b86735d Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 10 Jul 2026 08:14:00 -0400 Subject: [PATCH 095/113] New version: Microsoft.SafetyScanner version 1.455.70.0 (#400384) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.455.70.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..b7105a84edd10 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.70.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.455.70.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.70.0&arch=x86 + InstallerSha256: AA2B7CCA291315F3D32C5F7788A244629AA203F5C7DDABC6F7837ABDAAED5240 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.70.0&arch=amd64 + InstallerSha256: 6BB2DBF4D7F0274DF2B458DFE72C130D71A62E0A22C75C8216FA017721D3E370 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..02ec6efca0d23 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.70.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.455.70.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.455.70.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.70.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..42859d60e5c60 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.70.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.455.70.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3c31e47f7276bb6d48110f7040ab1c1750818989 Mon Sep 17 00:00:00 2001 From: Rafal <275745956+RafalZG@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:40:21 +0200 Subject: [PATCH 096/113] New version: RafalZG.ClaudeSessionsSidekick version 1.0.4 (#400381) Co-authored-by: rafal.zygmunt --- ...alZG.ClaudeSessionsSidekick.installer.yaml | 28 ++++++++++ ...G.ClaudeSessionsSidekick.locale.en-US.yaml | 51 +++++++++++++++++++ .../1.0.4/RafalZG.ClaudeSessionsSidekick.yaml | 8 +++ 3 files changed, 87 insertions(+) create mode 100644 manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.installer.yaml create mode 100644 manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.locale.en-US.yaml create mode 100644 manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.yaml diff --git a/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.installer.yaml b/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.installer.yaml new file mode 100644 index 0000000000000..3d8c6b38d6704 --- /dev/null +++ b/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.installer.yaml @@ -0,0 +1,28 @@ +# 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: RafalZG.ClaudeSessionsSidekick +PackageVersion: 1.0.4 +InstallerType: exe +Scope: user +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + InstallLocation: --installto "" + Log: --log "" +UpgradeBehavior: install +ProductCode: ClaudeSessionsSidekick +ReleaseDate: 2026-07-10 +AppsAndFeaturesEntries: +- ProductCode: ClaudeSessionsSidekick +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\ClaudeSessionsSidekick' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RafalZG/claude-sessions-sidekick/releases/download/v1.0.4/ClaudeSessionsSidekick-win-Setup.exe + InstallerSha256: 6DDED9341D061371E61A4C062B342ED3DF9DBADA5CB79DFBC222487220F72B48 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.locale.en-US.yaml b/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.locale.en-US.yaml new file mode 100644 index 0000000000000..c393349da2999 --- /dev/null +++ b/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.locale.en-US.yaml @@ -0,0 +1,51 @@ +# 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: RafalZG.ClaudeSessionsSidekick +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: Rafał Zygmunt +PublisherUrl: https://github.com/RafalZG +PublisherSupportUrl: https://github.com/RafalZG/claude-sessions-sidekick/issues +Author: Rafał Zygmunt +PackageName: Claude Sessions Sidekick +PackageUrl: https://github.com/RafalZG/claude-sessions-sidekick +License: MIT +LicenseUrl: https://github.com/RafalZG/claude-sessions-sidekick/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Rafał Zygmunt +CopyrightUrl: https://github.com/RafalZG/claude-sessions-sidekick/blob/main/LICENSE +ShortDescription: Tray sidekick for Claude Code — usage tracking, session browser, quick launchers, prompt library. +Description: |- + Claude Sessions Sidekick is a Windows tray utility that complements Anthropic's Claude Code CLI. + It provides a persistent at-a-glance view of usage limits (5-hour rolling block and weekly + Sonnet/Opus utilization), a searchable browser for past Claude Code sessions across projects + with per-session notes and color tags, project quick launchers with global hotkeys, a reusable + prompt library, and an MCP server browser. + + The app reads only local Claude Code data and uses the user's own OAuth token for the official + Claude Code usage API — no telemetry, no third-party servers. +Moniker: claude-sessions-sidekick +Tags: +- ai +- anthropic +- claude +- claude-code +- developer-tools +- dotnet +- llm +- productivity +- session-manager +- tray +ReleaseNotes: |- + - Project names in the Session Browser and the tray widget are now + derived from each session's real working directory instead of the + lossy encoded folder key, so two distinct folders no longer collapse + to the same name and their sessions stay distinguishable. + - A Claude Code /rename is now kept: it is no longer overwritten by the + auto-generated session name, so the browser matches the CLI tab. + - Agents & Skills: the Plugins & Skills source list now includes + user-level skills (~/.claude/skills) alongside marketplace plugins + and per-project skills. +ReleaseNotesUrl: https://github.com/RafalZG/claude-sessions-sidekick/releases/tag/v1.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.yaml b/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.yaml new file mode 100644 index 0000000000000..40fb736d086c0 --- /dev/null +++ b/manifests/r/RafalZG/ClaudeSessionsSidekick/1.0.4/RafalZG.ClaudeSessionsSidekick.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: RafalZG.ClaudeSessionsSidekick +PackageVersion: 1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2a06c7aa0c9265f1008fb294e969e66c974f8e6d Mon Sep 17 00:00:00 2001 From: Alexander Trakhimenok <533159+trakhimenok@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:40:36 +0100 Subject: [PATCH 097/113] New version: SpecScore.CLI 0.19.0 (#400387) Co-authored-by: goreleaserbot --- .../CLI/0.19.0/SpecScore.CLI.installer.yaml | 18 ++++++++++++++++++ .../CLI/0.19.0/SpecScore.CLI.locale.en-US.yaml | 18 ++++++++++++++++++ .../s/SpecScore/CLI/0.19.0/SpecScore.CLI.yaml | 7 +++++++ 3 files changed, 43 insertions(+) create mode 100644 manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.installer.yaml create mode 100644 manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.locale.en-US.yaml create mode 100644 manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.yaml diff --git a/manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.installer.yaml b/manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.installer.yaml new file mode 100644 index 0000000000000..985d7be96c34e --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.19.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.19.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-10" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: specscore.exe + PortableCommandAlias: specscore + InstallerUrl: https://github.com/specscore/specscore-cli/releases/download/v0.19.0/specscore_0.19.0_windows_amd64.zip + InstallerSha256: f1ff0c201a32fb31878c55c9b1d9b5a2805b185c41355e123c9655feae495025 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.locale.en-US.yaml b/manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f2219672df56a --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.19.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.19.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.19.0/SpecScore.CLI.yaml b/manifests/s/SpecScore/CLI/0.19.0/SpecScore.CLI.yaml new file mode 100644 index 0000000000000..0da782d21c582 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.19.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.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 92899bb315c627302478e677907960322f6e15c2 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:41:06 +0300 Subject: [PATCH 098/113] New version: laurentiu021.SysManager version 1.52.78 (#400390) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.78/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..b28c567b9e06f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.78/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.52.78 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.78/SysManager-v1.52.78.exe + InstallerSha256: 5E14825C71C69B9DFAC9FC4A4710721FD5F8B404D55CC551F7EA000BCE76B9B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..fa52df46e2023 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.78 +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.52.78] - 2026-07-10 + Fixed + - Hosts file manager silently deleted standalone comments starting with a digit or colon (e.g. "# 5G adapter notes", "# 1. Block ads") and failed to recognize disabled IPv6 entries whose address starts with a hex letter (e.g. "# fe80::1 myserver"). The internal LooksLikeIpStart heuristic only checked whether the first character after # was a digit or colon — a crude approximation that disagreed with the real acceptance test (IPAddress.TryParse + two-token minimum) in both directions. (1) False negatives: IPv6 addresses starting with a–f (like fe80::, fd00::) failed the heuristic, so those disabled entries were invisible in the grid (no data loss — they survived as comments — but could not be re-enabled through the UI). (2) False positives: digit-or-colon-leading comments passed the heuristic (line 71) and were treated as candidate entries, but then failed IPAddress.TryParse (line 86) and fell through both code paths — they were neither parsed as entries nor preserved as standalone comments, causing silent data loss on the next save. Replaced with IsDisabledEntryLine that mirrors the parser's own logic: strip inline comment, split on whitespace, require tokens.Length >= 2 && IPAddress.TryParse(tokens[0], out _). + Verify the download + Get-FileHash .\SysManager-v1.52.78.exe -Algorithm SHA256 + Expected SHA256: 5E14825C71C69B9DFAC9FC4A4710721FD5F8B404D55CC551F7EA000BCE76B9B2 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.78 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.78/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..5ba947f1f3dfe --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.78/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.52.78 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a6fd6fe268e43eae81f21761a5f10616798f8d0f Mon Sep 17 00:00:00 2001 From: Lablicate Quality Assurance <114160457+lablicateqa@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:06:44 +0200 Subject: [PATCH 099/113] Update OpenChrom to version 1.6.22 (#397203) Co-authored-by: Ubuntu --- .../1.6.22/Lablicate.OpenChrom.installer.yaml | 30 +++++++++++++++++++ .../Lablicate.OpenChrom.locale.en-US.yaml | 19 ++++++++++++ .../OpenChrom/1.6.22/Lablicate.OpenChrom.yaml | 6 ++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.installer.yaml create mode 100644 manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.locale.en-US.yaml create mode 100644 manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.yaml diff --git a/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.installer.yaml b/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.installer.yaml new file mode 100644 index 0000000000000..58394480ba315 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.22 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ch +- dat +- raw +- gcd +- run +- ms +- icp +- cgm +- db +- qgd +- spc +- sms +- wiff +- dfm +- prm +- mfg +- mfl +Installers: +- Architecture: x64 + InstallerUrl: https://products.lablicate.com/openchrom/1.6.22/OpenChrom_1.6.22_setup_x64.exe + InstallerSha256: 4182026e147baa2e808fd4028b0d21dcc1e235b5570aebca1d4def74adfb745a +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.locale.en-US.yaml b/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.locale.en-US.yaml new file mode 100644 index 0000000000000..6202ca0459a20 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.22 +PackageLocale: en-US +Publisher: Lablicate GmbH +PublisherUrl: https://lablicate.com +PackageName: OpenChrom +PackageUrl: https://openchrom.net +License: EPL-2.0 +Copyright: Lablicate GmbH +ShortDescription: Open Source software for chromatography, spectrometry and spectroscopy +Tags: +- chemistry +- chromatography +- spectrometry +- spectroscopy +ReleaseNotesUrl: https://github.com/openchrom/openchrom/wiki/changelog#1.6.22 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.yaml b/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.yaml new file mode 100644 index 0000000000000..c0adfa7c2fb91 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.22/Lablicate.OpenChrom.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 41681eff02140650d1e1940418e808958ccb87fe Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:07:46 +0800 Subject: [PATCH 100/113] New version: Mozilla.Firefox.tg version 152.0.5 (#398995) --- .../152.0.5/Mozilla.Firefox.tg.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.tg.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.tg.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.tg.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.tg.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.tg.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.tg.locale.en-US.yaml | 38 ++++++++++++++++++ .../Mozilla.Firefox.tg.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.tg.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.tg.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.tg.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.tg.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.tg.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.tg.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.tg.locale.zh-CN.yaml | 24 +++++++++++ .../tg/152.0.5/Mozilla.Firefox.tg.yaml | 8 ++++ 16 files changed, 305 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.yaml diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.installer.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.installer.yaml new file mode 100644 index 0000000000000..c7a652940e384 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-07-07 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.5/win32/tg/Firefox%20Setup%20152.0.5.exe + InstallerSha256: 4F38453452604576DC5A809F76C5BA5C0BCEC4DB0F01187D083763ED6DF0A613 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.5/win64/tg/Firefox%20Setup%20152.0.5.exe + InstallerSha256: 78EC0CB5EEA998B57AA73747F9DFC373D40CCE99513DF471A8737F38974D4F06 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.5/win64-aarch64/tg/Firefox%20Setup%20152.0.5.exe + InstallerSha256: 577A71BCB89656A84A048F5137F072AF66EFBA709D0C8720086A62C721B0D408 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..e49ee6a1604a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.da-DK.yaml new file mode 100644 index 0000000000000..c09836684d177 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.de-DE.yaml new file mode 100644 index 0000000000000..2535ece6f1154 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.el-GR.yaml new file mode 100644 index 0000000000000..8501dbe1f379c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-GB.yaml new file mode 100644 index 0000000000000..dced66db1cf8a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-US.yaml new file mode 100644 index 0000000000000..d5bbf4b261c9d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (tg) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.5, first offered to Release channel users on July 7, 2026 + + Fixed + - Fixed the Manage payment methods list in Settings appearing empty when a saved payment card had no expiration date. (Bug 2048383) + - Reference link to 152.0.4 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.5/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.es-MX.yaml new file mode 100644 index 0000000000000..8d2a895a2de5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.fr-FR.yaml new file mode 100644 index 0000000000000..db5d908c44f66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.hu-HU.yaml new file mode 100644 index 0000000000000..7024c2ec7c21b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ja-JP.yaml new file mode 100644 index 0000000000000..bf9d9841ddca2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5e65e89c3dab8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ru-RU.yaml new file mode 100644 index 0000000000000..500bcc7604b5d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ta-IN.yaml new file mode 100644 index 0000000000000..b189e2a6b216b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2214fdacda627 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.yaml b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.yaml new file mode 100644 index 0000000000000..91baa2647a44f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tg/152.0.5/Mozilla.Firefox.tg.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tg +PackageVersion: 152.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 682c38751466120ec7a0cb85b86b708256000af9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:08:26 +0800 Subject: [PATCH 101/113] New version: Brave.Brave version 150.1.92.138 (#399587) --- .../150.1.92.138/Brave.Brave.installer.yaml | 85 +++++++++++++++++++ .../Brave.Brave.locale.en-US.yaml | 37 ++++++++ .../Brave.Brave.locale.zh-CN.yaml | 30 +++++++ .../Brave/Brave/150.1.92.138/Brave.Brave.yaml | 8 ++ 4 files changed, 160 insertions(+) create mode 100644 manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.installer.yaml create mode 100644 manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.en-US.yaml create mode 100644 manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.zh-CN.yaml create mode 100644 manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.yaml diff --git a/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..61808097f6e49 --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.installer.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.138 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.138/BraveBrowserStandaloneSilentSetup32.exe + InstallerSha256: 43B0FAFDFD9CA415BC720D27F36474E10FADA74C2B65B60B13F6FA6C50505D4D + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.138/BraveBrowserStandaloneSetup32.exe + InstallerSha256: E40D1337ED34E0615E321AAFAFF563408CE212772E048ABD82EA7192B0A6F7B3 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.138/BraveBrowserStandaloneSilentSetup.exe + InstallerSha256: 8C78A75056F5D98DEFC3D355501363E8758CD4D38306FFA55274B666B3958A9B + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.138/BraveBrowserStandaloneSetup.exe + InstallerSha256: FE1AF845363B902CDE1C7B9B4BC6B383AFA9742CA5DA31D04CC2725FE45C5C8B + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.138/BraveBrowserStandaloneSilentSetupArm64.exe + InstallerSha256: 932144CE0DB5C2C41F14A5FD80C62A1F60F778FBF618903CA73A644493E4AB31 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.138/BraveBrowserStandaloneSetupArm64.exe + InstallerSha256: 56756D997C6C79006E3956CFABF1E48EDF434CE96E7A65401BF7CBAF96837336 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..992fc5e5b7c2a --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.138 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + - Fixed issue where transactions could be stuck in pending state in certain cases. (#56490) + - Fixed issue where previously used download location was not retained. (#56594) + - Upgraded Chromium to 150.0.7871.101. (#56956) (Changelog for 150.0.7871.101) +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd9bc1dd95f10 --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.138 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.yaml b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.yaml new file mode 100644 index 0000000000000..6be2ff48f04b8 --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.138/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.138 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3b2e7dd12a87df186918e18afa6006bf155b9be8 Mon Sep 17 00:00:00 2001 From: "Marcus W." Date: Fri, 10 Jul 2026 15:09:22 +0200 Subject: [PATCH 102/113] CallMarcus.DJIMetadataEmbedder version 1.16.0 (#400400) --- ...lMarcus.DJIMetadataEmbedder.installer.yaml | 23 ++++++++ ...rcus.DJIMetadataEmbedder.locale.en-US.yaml | 56 +++++++++++++++++++ .../CallMarcus.DJIMetadataEmbedder.yaml | 8 +++ 3 files changed, 87 insertions(+) create mode 100644 manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.installer.yaml create mode 100644 manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml create mode 100644 manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.yaml diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.installer.yaml new file mode 100644 index 0000000000000..022ca3457a637 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 1.16.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Scope: user +UpgradeBehavior: install +Commands: +- dji-embed +FileExtensions: +- mp4 +- srt +- dat +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v1.16.0/dji-embed.exe + InstallerSha256: 363BE7668D6A7A369DBB700558408BD00AFCE32DE068824EDD029FA0EE995B81 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml new file mode 100644 index 0000000000000..7a8c39a0cb2f5 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 1.16.0 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Embed telemetry data from DJI drone SRT files into MP4 video files +Description: | + A Python tool to embed telemetry data from DJI drone SRT files into MP4 video files. + + Features: + - Extract GPS coordinates, altitude, camera settings and other telemetry data from SRT files + - Embed metadata directly into MP4 video files using FFmpeg + - Support for multiple DJI drone models (Mini 3/4 Pro, Air 3, Avata 2, Mavic 3 Enterprise) + - Export telemetry data to GPX and CSV formats + - Professional CLI with comprehensive validation and diagnostics + - Privacy-safe GPS redaction options + - No video re-encoding for fast processing +Moniker: dji-embed +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- mp4 +- srt +- ffmpeg +- cli +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v1.16.0 +PurchaseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +InstallationNotes: | + After installation, run 'dji-embed doctor' to verify dependencies are installed. + + The tool requires FFmpeg to be available in your PATH. Use the bootstrap installer for automatic setup: + iwr -useb https://raw.githubusercontent.com/CallMarcus/dji-drone-metadata-embedder/master/tools/bootstrap.ps1 | iex +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/user_guide.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +- DocumentLabel: Installation + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/installation.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.yaml new file mode 100644 index 0000000000000..5123a60560b40 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.16.0/CallMarcus.DJIMetadataEmbedder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 1.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 47e5e947fd73c188878a69dd6676a5dba55ebf54 Mon Sep 17 00:00:00 2001 From: Hibiki Tachibana <57486057+Hibbiki@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:35:03 +0200 Subject: [PATCH 103/113] New version: Hibbiki.Chromium version 150.0.7871.101 (#399762) --- .../Hibbiki.Chromium.installer.yaml | 33 +++++++++++++++++++ .../Hibbiki.Chromium.locale.en-US.yaml | 28 ++++++++++++++++ .../150.0.7871.101/Hibbiki.Chromium.yaml | 8 +++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.installer.yaml create mode 100644 manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.locale.en-US.yaml create mode 100644 manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.yaml diff --git a/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..4237f20f2f9e1 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# 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: Hibbiki.Chromium +PackageVersion: 150.0.7871.101 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2026-07-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v150.0.7871.101-r1639810/mini_installer.exe + InstallerSha256: 351D24EF9FA056FF705904FAB67AA47111D4AFCBD91BEF25D687ACFEDA756D29 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v150.0.7871.101-r1639810/mini_installer.exe + InstallerSha256: 351D24EF9FA056FF705904FAB67AA47111D4AFCBD91BEF25D687ACFEDA756D29 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..b97029dfe8cad --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,28 @@ +# 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: Hibbiki.Chromium +PackageVersion: 150.0.7871.101 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +Tags: +- browser +- chromium +- manifestv3 +- mv3 +ReleaseNotes: |- + 0653a8f4ce7dff6c2c84a6ac04830fec560ab2b3 ../out/mini_installer.exe + 0d4d507c998126f881fc9f8d4aeb0d8bdfe4240b ../out/chrome.7z + a3f034fe554f80aae1a97ef92174b4b7dbc91025 ../out/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v150.0.7871.101-r1639810 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..ecea42d6a4a9d --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/150.0.7871.101/Hibbiki.Chromium.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: Hibbiki.Chromium +PackageVersion: 150.0.7871.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0b1e65ce8cbe731cb450cc1983fa0febf6886128 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:35:42 -0700 Subject: [PATCH 104/113] Automatic update of Intermedia.Unite from 2.30.90.0 to 2.31.37.0 (#400212) --- .../2.31.37.0/Intermedia.Unite.installer.yaml | 31 +++++++++++++++ .../Intermedia.Unite.locale.en-US.yaml | 38 +++++++++++++++++++ .../Intermedia.Unite.locale.zh-CN.yaml | 26 +++++++++++++ .../Unite/2.31.37.0/Intermedia.Unite.yaml | 8 ++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.installer.yaml create mode 100644 manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.en-US.yaml create mode 100644 manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.zh-CN.yaml create mode 100644 manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.yaml diff --git a/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.installer.yaml b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.installer.yaml new file mode 100644 index 0000000000000..18916010e23a9 --- /dev/null +++ b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.installer.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/Jul/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Intermedia.Unite +PackageVersion: 2.31.37.0 +UpgradeBehavior: install +Protocols: +- anymeeting +Installers: +- Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite-ia32.msi + InstallerSha256: 26430BD6D59345D71105CCE6B0BD1C8254898041FBAB3C218F609449CA89EC64 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{7287A6D1-0542-4E12-8024-0E420212FDAB}' + AppsAndFeaturesEntries: + - UpgradeCode: '{809A6B87-78EB-4ABA-98DE-19BE959BA7A9}' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite-x64.msi + InstallerSha256: A0766FFB81C961DE770C0360CA430FA1466E471A17305B4F891CC20BCC9589FF + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{9350EDFB-6EBC-4B63-9449-9C127BA29207}' + AppsAndFeaturesEntries: + - UpgradeCode: '{809A6B87-78EB-4ABA-98DE-19BE959BA7A9}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.en-US.yaml b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.en-US.yaml new file mode 100644 index 0000000000000..c30908f0865d4 --- /dev/null +++ b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Automatically updated by the winget bot at 2026/Jul/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Intermedia.Unite +PackageVersion: 2.31.37.0 +PackageLocale: en-US +Publisher: Intermedia.net, Inc. +PublisherUrl: https://www.intermedia.com/ +PublisherSupportUrl: https://support.intermedia.com/ +PrivacyUrl: https://www.intermedia.com/intermedia-privacy-policy +Author: Intermedia.net, Inc. +PackageName: Intermedia Unite +PackageUrl: https://www.intermedia.com/products/unite/apps +License: Proprietary +LicenseUrl: https://www.intermedia.com/end-user-license-agreement +Copyright: Copyright © Intermedia.net, Inc. 1995 — 2026. All Rights Reserved. +CopyrightUrl: https://www.intermedia.com/end-user-license-agreement +ShortDescription: The Unite Desktop let you chat, meet, call, and more, from anywhere. Transform your devices into powerful communications tools. +Tags: +- call +- calling +- chat +- collaborate +- collaboration +- conferencing +- meet +- meeting +- team +- video +- video-conferencing +- voice +- webinar +PurchaseUrl: https://www.intermedia.com/products/unite/pricing +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.intermedia.com/assets/pdf/unite-apps-quick-start-guide.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.zh-CN.yaml b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c04e7fff01d41 --- /dev/null +++ b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/Jul/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Intermedia.Unite +PackageVersion: 2.31.37.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Unite Desktop 让您随时随地畅聊、会面、通话,功能一应俱全。将您的设备转变为强大的通讯工具。 +Tags: +- 会议 +- 协作 +- 协同 +- 团队 +- 开会 +- 电话 +- 研讨会 +- 视频 +- 视频会议 +- 聊天 +- 语音 +- 通话 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.intermedia.com/assets/pdf/unite-apps-quick-start-guide.pdf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.yaml b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.yaml new file mode 100644 index 0000000000000..119ca0c1318ea --- /dev/null +++ b/manifests/i/Intermedia/Unite/2.31.37.0/Intermedia.Unite.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Intermedia.Unite +PackageVersion: 2.31.37.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a2b125bebd2efabfe8cf5446bd2df0f11db16bdc Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Fri, 10 Jul 2026 15:36:26 +0200 Subject: [PATCH 105/113] New version: OpenCLICollective.codereview-cli version 0.10.228 (#400399) --- ...LICollective.codereview-cli.installer.yaml | 20 ++++++++++++++ ...ollective.codereview-cli.locale.en-US.yaml | 27 +++++++++++++++++++ .../OpenCLICollective.codereview-cli.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.yaml diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.installer.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.installer.yaml new file mode 100644 index 0000000000000..42e2017413b77 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.228 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cr.exe + PortableCommandAlias: cr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.228/cr_v0.10.228_windows_amd64.zip + InstallerSha256: 0CB4AB98375A12B09D3E641FEE2772263EB8FAAAFF2122FE4640A69059B18DE1 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.228/cr_v0.10.228_windows_arm64.zip + InstallerSha256: 72F52F6A723E177D652EB0CF2F6B89DB73ECD1A7B8BE2434AE6007EB3AA93FB4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-10 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..e301a1bccd43c --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.228 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/codereview-cli/issues +PackageName: Code Review CLI +PackageUrl: https://github.com/open-cli-collective/codereview-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/codereview-cli/blob/main/LICENSE +ShortDescription: Automated pull-request review CLI +Description: |- + cr runs automated pull-request reviews, records review state locally, posts + review output back to GitHub, and keeps durable metadata to resume, repair, + inspect, and prune review runs. +Tags: +- code-review +- pull-request +- github +- cli +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/codereview-cli/releases/tag/v0.10.228 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.yaml new file mode 100644 index 0000000000000..97b345ec6b382 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.228/OpenCLICollective.codereview-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.228 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 81f7ad134396e108c2e7d46f270b87b589c61925 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:37:06 +0300 Subject: [PATCH 106/113] New version: laurentiu021.SysManager version 1.52.79 (#400401) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.79/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..4962b070f98c3 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.79/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.52.79 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.79/SysManager-v1.52.79.exe + InstallerSha256: 4B31D97A2889B7DED2D448CAA8CF333A7364D2B74BC38E8148B8FEF0DF6B769E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..3e8d0e621de50 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.79 +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.52.79] - 2026-07-10 + Fixed + - Self-update installer had a TOCTOU (time-of-check/time-of-use) local privilege escalation window. InstallUpdateAsync verified the downloaded binary's SHA-256 hash via VerifyHashAsync (which opened and closed its own file handle) and VerifyAuthenticode (likewise), then launched the same path with Process.Start(UseShellExecute=true) — reopening the file a third time with no handle held across the verify-to-execute gap. Because the download directory is user-writable (%LOCALAPPDATA%\SysManager\updates\), a same-user process could swap the verified binary for a malicious payload in the microseconds between the final verification close and the CreateProcess open. When SysManager ran elevated (Run as Administrator), UseShellExecute=true inherited the caller's high-integrity token, giving the swapped binary admin privileges — a local elevation-of-privilege. The fix opens the downloaded file once with FileShare.Read (deny-write) before any verification begins, hashes directly from that held stream via a new VerifyHashAsync(ReleaseInfo, Stream) overload, and keeps the handle open through Process.Start. The OS allows CreateProcess to read-open the image (compatible with FileShare.Read) but blocks any write attempt while the lock is held, closing the TOCTOU window completely. + Verify the download + Get-FileHash .\SysManager-v1.52.79.exe -Algorithm SHA256 + Expected SHA256: 4B31D97A2889B7DED2D448CAA8CF333A7364D2B74BC38E8148B8FEF0DF6B769E +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.79 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.79/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..f4976bde70a2b --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.79/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.52.79 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ccf29c7f92828bd7cfa5727f71f9e17261c74b29 Mon Sep 17 00:00:00 2001 From: Markolo <131269582+markolo10@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:37:41 +0200 Subject: [PATCH 107/113] New version: MarkusKellermann.Convo version 1.8.80 (#400404) --- .../MarkusKellermann.Convo.installer.yaml | 17 ++++++++++++ .../MarkusKellermann.Convo.locale.en-US.yaml | 26 +++++++++++++++++++ .../Convo/1.8.80/MarkusKellermann.Convo.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.installer.yaml create mode 100644 manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.locale.en-US.yaml create mode 100644 manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.yaml diff --git a/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.installer.yaml b/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.installer.yaml new file mode 100644 index 0000000000000..76700b144be30 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.8.80 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/markolo10/convo-releases/releases/download/v1.8.80/convo-setup.exe + InstallerSha256: 3219C6A2D7CC4780DD9313353A0C1E52083EDDF4EE91F6712C26243356350AC7 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-10 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.locale.en-US.yaml b/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.locale.en-US.yaml new file mode 100644 index 0000000000000..346d82a60f902 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.8.80 +PackageLocale: en-US +Publisher: Markus Kellermann +PublisherUrl: https://itsconvo.com +PublisherSupportUrl: https://github.com/markolo10/convo-releases/issues +PackageName: Convo +PackageUrl: https://itsconvo.com +License: Proprietary +LicenseUrl: https://itsconvo.com/terms +ShortDescription: AI-powered conversation and meeting assistant +Tags: +- ai +- meeting +- productivity +- conversation +- assistant +ReleaseNotesUrl: https://github.com/markolo10/convo-releases/releases/tag/v1.8.80 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/markolo10/convo-releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.yaml b/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.yaml new file mode 100644 index 0000000000000..346faf6d60ef9 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.80/MarkusKellermann.Convo.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.8.80 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 14ec52bb164b02fb5cf5308efb181931ac37a261 Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:38:14 +0300 Subject: [PATCH 108/113] New version: laurentiu021.SysManager version 1.52.80 (#400405) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.80/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..1d5d3d17785b4 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.80/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.52.80 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.80/SysManager-v1.52.80.exe + InstallerSha256: 31B6F5E0992F5299286DEEE70F60704C05E830266219317D786EF4E8A2BC78E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..b5a1f6e8e83d0 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.80 +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.52.80] - 2026-07-10 + Fixed + - Environment Variables restore/apply aborted partway through when encountering a variable name that passes the registry but fails the application's user-input validation regex. Windows registries can legally contain environment variable names with spaces, #, @, +, !, leading digits, or the =C: pseudo-variable prefix — all of which fail ValidateName's strict regex (\A[A-Za-z_][A-Za-z0-9_.()\-]*\z). SetVariable called the throwing ValidateName outside any try/catch, so RestoreFromBackup (which iterates all backed-up names) and the ViewModel's ApplyChanges loop both threw ArgumentException on the first non-conforming name — aborting mid-iteration and leaving the environment HALF-RESTORED (some variables written, others not, no rollback). Added a non-throwing TryValidateName that returns false for non-conforming names, and SetVariable now uses it to skip/count failures instead of throwing — the restore loop processes every valid variable and reports a failure count rather than aborting. Additionally, EnvBackup now records each variable's RegistryValueKind so that restores round-trip REG_EXPAND_SZ fidelity exactly instead of re-deriving it from a %-contains heuristic (which misclassifies expandable variables whose current value happens not to contain a percent sign). + Verify the download + Get-FileHash .\SysManager-v1.52.80.exe -Algorithm SHA256 + Expected SHA256: 31B6F5E0992F5299286DEEE70F60704C05E830266219317D786EF4E8A2BC78E7 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.80 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.80/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..635dd7c2f7769 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.80/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.52.80 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 554692be0131f37cf43a29d0a8e8aea28a083a56 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:01:38 +0800 Subject: [PATCH 109/113] New version: ByteDance.TraeWork version 0.1.31 (2.3.51688) (#400004) --- .../0.1.31/ByteDance.TraeWork.installer.yaml | 24 ++++++++++++++ .../ByteDance.TraeWork.locale.en-US.yaml | 33 +++++++++++++++++++ .../ByteDance.TraeWork.locale.zh-CN.yaml | 22 +++++++++++++ .../TraeWork/0.1.31/ByteDance.TraeWork.yaml | 8 +++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.installer.yaml create mode 100644 manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.yaml diff --git a/manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.installer.yaml b/manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.installer.yaml new file mode 100644 index 0000000000000..ae48192031477 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.31/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.31 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo +ProductCode: '{8F316A45-DB23-480D-A345-3B00ECBCE79D}_is1' +ReleaseDate: 2026-07-07 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.51688/win32/TRAE_Work-Setup-x64.exe + InstallerSha256: 1A065D0EFD1D6885E4AC1E9F49D8E46FC5F5D2EA3AD245DD4B3D4FEAFA3BEA4B +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.51688/win32/TRAE_Work-Setup-x64.exe + InstallerSha256: 1A065D0EFD1D6885E4AC1E9F49D8E46FC5F5D2EA3AD245DD4B3D4FEAFA3BEA4B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.locale.en-US.yaml new file mode 100644 index 0000000000000..95270dfec561b --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.31/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.31 +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.31/ByteDance.TraeWork.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a12a999a9a525 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.31/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.31 +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.31/ByteDance.TraeWork.yaml b/manifests/b/ByteDance/TraeWork/0.1.31/ByteDance.TraeWork.yaml new file mode 100644 index 0000000000000..2c7349006d8d3 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.31/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.31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bd6a5d3b8d6177830d71514760527219b6687317 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Fri, 10 Jul 2026 16:01:51 +0200 Subject: [PATCH 110/113] New version: k0sproject.k0sctl version 0.32.1 (#400409) --- .../0.32.1/k0sproject.k0sctl.installer.yaml | 18 +++++++++ .../k0sproject.k0sctl.locale.en-US.yaml | 37 +++++++++++++++++++ .../k0sctl/0.32.1/k0sproject.k0sctl.yaml | 8 ++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.installer.yaml create mode 100644 manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.locale.en-US.yaml create mode 100644 manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.yaml diff --git a/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.installer.yaml b/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.installer.yaml new file mode 100644 index 0000000000000..65833e6e7209a --- /dev/null +++ b/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.installer.yaml @@ -0,0 +1,18 @@ +# Created with k0sctl "Bump WinGet package" GitHub workflow using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: k0sproject.k0sctl +PackageVersion: 0.32.1 +InstallerLocale: en-US +InstallerType: portable +InstallModes: +- silent +Commands: +- k0sctl +ReleaseDate: 2026-07-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/k0sproject/k0sctl/releases/download/v0.32.1/k0sctl-win-amd64.exe + InstallerSha256: A7792B3EB05507E0D4AF98A45A12FFC286B2E5603FED6C3099438AEB35172385 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.locale.en-US.yaml b/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.locale.en-US.yaml new file mode 100644 index 0000000000000..8ad4e5c6f2491 --- /dev/null +++ b/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with k0sctl "Bump WinGet package" GitHub workflow using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: k0sproject.k0sctl +PackageVersion: 0.32.1 +PackageLocale: en-US +Publisher: k0sproject +PublisherUrl: https://github.com/k0sproject +PublisherSupportUrl: https://github.com/k0sproject/k0sctl/issues +Author: k0sproject authors +PackageName: k0sctl +PackageUrl: https://github.com/k0sproject/k0sctl +License: Apache-2.0 +LicenseUrl: https://github.com/k0sproject/k0sctl/blob/HEAD/LICENSE +ShortDescription: A bootstrapping and management CLI tool for k0s clusters +Description: A command-line bootstrapping and management tool for k0s zero friction Kubernetes clusters. +Moniker: k0sctl +Tags: +- cli +- k0s +- kubernetes +- ssh +ReleaseNotes: |- + What's Changed + - build(deps): bump github.com/k0sproject/rig/v2 from 2.0.0 to 2.1.0 by @dependabot[bot] in #1110 + Full Changelog: v0.32.0...v0.32.1 + SHA256 Checksums + a427299d348f990c90734bea50969249c79c3cab587f880a091fcd1b90f32b65 *k0sctl-linux-amd64 + 626c238e0591743e0dd14831e9c683844b9a9939c9c7e46c206a34e65a830972 *k0sctl-linux-arm64 + 31ddf3f2120a4e3fa611514663777ed513f984ab707cbeeedfdb9faae4459fc3 *k0sctl-linux-arm + 04a71484ea8ba5a1b3ff270c2b699b4cd37782aa6448534094ca5f47b1d81f04 *k0sctl-linux-riscv64 + a7792b3eb05507e0d4af98a45a12ffc286b2e5603fed6c3099438aeb35172385 *k0sctl-win-amd64.exe + f27bf57f4d7bbe0b1c64db34256eec400c3c680982130dcee52a76245df72007 *k0sctl-darwin-amd64 + 194faa77562600be3c425d38f39f26e2a06a0ca3473ec33ae2f95f123967223b *k0sctl-darwin-arm64 +ReleaseNotesUrl: https://github.com/k0sproject/k0sctl/releases/tag/v0.32.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.yaml b/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.yaml new file mode 100644 index 0000000000000..2df4ddcf96d7a --- /dev/null +++ b/manifests/k/k0sproject/k0sctl/0.32.1/k0sproject.k0sctl.yaml @@ -0,0 +1,8 @@ +# Created with k0sctl "Bump WinGet package" GitHub workflow using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: k0sproject.k0sctl +PackageVersion: 0.32.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 67f52cf5f0f5a58acb1df63fac5b0e0d14a403ac Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Fri, 10 Jul 2026 16:02:06 +0200 Subject: [PATCH 111/113] New version: OpenCLICollective.codereview-cli version 0.10.231 (#400410) --- ...LICollective.codereview-cli.installer.yaml | 20 ++++++++++++++ ...ollective.codereview-cli.locale.en-US.yaml | 27 +++++++++++++++++++ .../OpenCLICollective.codereview-cli.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.yaml diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.installer.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.installer.yaml new file mode 100644 index 0000000000000..c680f983bba21 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.231 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cr.exe + PortableCommandAlias: cr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.231/cr_v0.10.231_windows_amd64.zip + InstallerSha256: 0B6F88E0B9DA17079B1550A2C062555FF201D42E064A2F77459A1144BA8AC4C5 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.231/cr_v0.10.231_windows_arm64.zip + InstallerSha256: 02614B0A570DF6AB67302B8D84F2F5674C0402D7C121AA9E44C0BCD6C6C64A10 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-10 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..c62256d9533bf --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.231 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/codereview-cli/issues +PackageName: Code Review CLI +PackageUrl: https://github.com/open-cli-collective/codereview-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/codereview-cli/blob/main/LICENSE +ShortDescription: Automated pull-request review CLI +Description: |- + cr runs automated pull-request reviews, records review state locally, posts + review output back to GitHub, and keeps durable metadata to resume, repair, + inspect, and prune review runs. +Tags: +- code-review +- pull-request +- github +- cli +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/codereview-cli/releases/tag/v0.10.231 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.yaml new file mode 100644 index 0000000000000..62b1a806feb12 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.231/OpenCLICollective.codereview-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.231 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8ef283014d216251dc0fc15ba47f34d783e09cbd Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:02:31 +0300 Subject: [PATCH 112/113] New version: laurentiu021.SysManager version 1.52.81 (#400411) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.81/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..59fc3d699e46f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.81/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.52.81 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.81/SysManager-v1.52.81.exe + InstallerSha256: 145D37421F27933580BE02040A25F9704CD76379267EF5B1AB3728A008184757 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..3f942e892c2ce --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.81 +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.52.81] - 2026-07-10 + Fixed + - Event Logs tab's "Info" severity filter missed Level 0 (LogAlways) events. Windows Event Log providers can emit events at Level 0 ("LogAlways" — informational events from legacy/classic providers). MapLevel correctly classifies Level 0 as EventSeverity.Info when reading records, but the XPath filter in BuildXPath used SeverityToLevel(Info) which returned only Level=4. This asymmetry meant the OS-side query for "Info" events excluded all Level-0 records from the result set — the user saw fewer informational entries than the system actually logged (commonly from providers like Microsoft-Windows-Kernel-General, Service Control Manager, and other classic providers in the System log). Added SeverityToLevels — the exact inverse of MapLevel — which maps Info to {0, 4}, and switched BuildXPath from Select(SeverityToLevel) to SelectMany(SeverityToLevels) so the generated XPath clause reads (Level=0 or Level=4) when the user selects Info. + Verify the download + Get-FileHash .\SysManager-v1.52.81.exe -Algorithm SHA256 + Expected SHA256: 145D37421F27933580BE02040A25F9704CD76379267EF5B1AB3728A008184757 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.81 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.81/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..ede1ca3202a40 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.81/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.52.81 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f680e85ab9e1968204960cad4c83472ab9eaa35a Mon Sep 17 00:00:00 2001 From: laurentiu021 <262210207+laurentiu021@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:02:45 +0300 Subject: [PATCH 113/113] New version: laurentiu021.SysManager version 1.52.82 (#400413) --- .../laurentiu021.SysManager.installer.yaml | 18 ++++++++ .../laurentiu021.SysManager.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.52.82/laurentiu021.SysManager.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.installer.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.locale.en-US.yaml create mode 100644 manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.yaml diff --git a/manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..04ac9e8d579d1 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.82/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.52.82 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.82/SysManager-v1.52.82.exe + InstallerSha256: FF091AB1D0015598838818074FCBFD2CD4B1CC283787F6F2A769FA11F0DACE59 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..520323a6a834a --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.82 +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.52.82] - 2026-07-10 + Fixed + - Drive enumeration aborted entirely when a single volume's DriveFormat property threw (e.g. BitLocker-locked or transiently busy). FixedDriveService.Enumerate() used a LINQ .Where(di => ... di.DriveFormat ...) predicate to filter drives to NTFS/ReFS. Because LINQ predicates evaluate lazily during MoveNext(), the DriveFormat property access ran OUTSIDE the per-drive try/catch block (which only covered the loop body). An IOException from one BitLocker-locked or transiently-busy volume caused the IEnumerator.MoveNext() call to throw, aborting enumeration of ALL remaining drives — even healthy ones. Callers (Deep Cleanup, System Health) saw zero drives instead of all-minus-one. Moved the DriveFormat filter inside the per-drive try block so one flaky volume is skipped (logged at Debug) while all remaining drives enumerate normally. The DriveType and IsReady checks remain in the predicate — those are backed by cached kernel data and do not hit the volume handle. + Verify the download + Get-FileHash .\SysManager-v1.52.82.exe -Algorithm SHA256 + Expected SHA256: FF091AB1D0015598838818074FCBFD2CD4B1CC283787F6F2A769FA11F0DACE59 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.82 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.82/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..1d731aaed1913 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.82/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.52.82 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0