From 7b558d08e0c263f5a3e35bed4ee54cfccb6c85c6 Mon Sep 17 00:00:00 2001 From: "Marcus W." Date: Sat, 18 Jul 2026 16:58:51 +0200 Subject: [PATCH 01/75] CallMarcus.DJIMetadataEmbedder version 1.24.0 (#404236) --- ...lMarcus.DJIMetadataEmbedder.installer.yaml | 23 ++++++++ ...rcus.DJIMetadataEmbedder.locale.en-US.yaml | 59 +++++++++++++++++++ .../CallMarcus.DJIMetadataEmbedder.yaml | 8 +++ 3 files changed, 90 insertions(+) create mode 100644 manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.installer.yaml create mode 100644 manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml create mode 100644 manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.yaml diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.installer.yaml new file mode 100644 index 0000000000000..b7f04de6cdcf7 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.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.24.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.24.0/dji-embed.exe + InstallerSha256: 1CD0167770F42B96186D199A017A7898F40985A0C4B39C19F3424403050DC97A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml new file mode 100644 index 0000000000000..4e9c0c0a08b62 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml @@ -0,0 +1,59 @@ +# 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.24.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.24.0 +PurchaseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +InstallationNotes: | + After installation, run 'dji-embed doctor' to verify dependencies are installed. + + Note: the desktop app package (CallMarcus.DJIMetadataEmbedder.Desktop) + also installs the dji-embed command - install one or the other, not both. + + 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.24.0/CallMarcus.DJIMetadataEmbedder.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.0/CallMarcus.DJIMetadataEmbedder.yaml new file mode 100644 index 0000000000000..4017431dbcf5b --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.24.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.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bae43f051ac3f6afb02e4e6ffbe29ed874bc0fc3 Mon Sep 17 00:00:00 2001 From: Serhii Zhyhunenko Date: Sat, 18 Jul 2026 16:59:06 +0200 Subject: [PATCH 02/75] New version: SerZhyAle.CyrFlip version 26.7.18.1539 (#404239) --- .../SerZhyAle.CyrFlip.installer.yaml | 23 ++++++++++++++ .../SerZhyAle.CyrFlip.locale.en-US.yaml | 31 +++++++++++++++++++ .../SerZhyAle.CyrFlip.locale.ru-RU.yaml | 21 +++++++++++++ .../SerZhyAle.CyrFlip.locale.uk-UA.yaml | 21 +++++++++++++ .../26.7.18.1539/SerZhyAle.CyrFlip.yaml | 8 +++++ 5 files changed, 104 insertions(+) create mode 100644 manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.installer.yaml create mode 100644 manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.en-US.yaml create mode 100644 manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.ru-RU.yaml create mode 100644 manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.uk-UA.yaml create mode 100644 manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.yaml diff --git a/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.installer.yaml b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.installer.yaml new file mode 100644 index 0000000000000..1ceed601ed07d --- /dev/null +++ b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.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: SerZhyAle.CyrFlip +PackageVersion: 26.7.18.1539 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: CyrFlip.exe + PortableCommandAlias: cyrflip +InstallModes: +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SerZhyAle/CyrFlip/releases/download/v26.7.18.1539/CyrFlip-26.7.18.1539-windows-x64.zip + InstallerSha256: ED2872547DBF7D312A5877C09866B956116D5FA34804D5B26AA865BB60C93B55 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.en-US.yaml b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.en-US.yaml new file mode 100644 index 0000000000000..1ee347faa9aa5 --- /dev/null +++ b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SerZhyAle.CyrFlip +PackageVersion: 26.7.18.1539 +PackageLocale: en-US +Publisher: SerZhyAle +PublisherUrl: https://github.com/SerZhyAle +PublisherSupportUrl: https://github.com/SerZhyAle/CyrFlip/issues +PackageName: CyrFlip +PackageUrl: https://github.com/SerZhyAle/CyrFlip +License: MIT +LicenseUrl: https://github.com/SerZhyAle/CyrFlip/blob/main/LICENSE +Copyright: Copyright (c) 2026 SerZhyAle +ShortDescription: Live EN/RU/UK layout indicator at the caret, plus one-key transliteration between QWERTY and ЙЦУКЕН. +Description: 'CyrFlip is a tiny Windows tray utility with two features: it shows the active keyboard layout (EN/RU/UK) right next to the blinking text caret so you always know which layout you are typing in, and it transliterates selected text between QWERTY and ЙЦУКЕН in place via a global hotkey. All settings live in the tray menu: toggle the caret overlay or the cursor indicator, switch to a coloured dot style, or reassign the hotkey without restarting. Ships as a single portable exe with no installer and no runtime dependencies.' +Moniker: cyrflip +Tags: +- keyboard +- keyboard-layout +- transliteration +- cyrillic +- qwerty +- йцукен +- productivity +ReleaseNotesUrl: https://github.com/SerZhyAle/CyrFlip/releases/tag/v26.7.18.1539 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/SerZhyAle/CyrFlip/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.ru-RU.yaml b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.ru-RU.yaml new file mode 100644 index 0000000000000..8533789cdd0f2 --- /dev/null +++ b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.ru-RU.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SerZhyAle.CyrFlip +PackageVersion: 26.7.18.1539 +PackageLocale: ru-RU +Publisher: SerZhyAle +PublisherUrl: https://github.com/SerZhyAle +PublisherSupportUrl: https://github.com/SerZhyAle/CyrFlip/issues +PackageName: CyrFlip +PackageUrl: https://github.com/SerZhyAle/CyrFlip +License: MIT +ShortDescription: Индикатор раскладки EN/RU/UK у курсора + исправление текста, набранного не в той раскладке, по горячей клавише. +Description: 'CyrFlip - крошечная утилита в трее для Windows с двумя функциями: показывает активную раскладку клавиатуры (EN/RU/UK) прямо рядом с мигающим курсором ввода, и транслитерирует выделенный текст между QWERTY и ЙЦУКЕН прямо на месте по нажатию горячей клавиши. Все настройки - в меню трея: переключить оверлей каретки или индикатор мыши, включить точечный стиль маркера, или сменить горячую клавишу без перезапуска. Один портативный exe, без установщика и без зависимостей.' +Tags: +- клавиатура +- раскладка +- транслитерация +- кириллица +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.uk-UA.yaml b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.uk-UA.yaml new file mode 100644 index 0000000000000..1605159f26043 --- /dev/null +++ b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.locale.uk-UA.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SerZhyAle.CyrFlip +PackageVersion: 26.7.18.1539 +PackageLocale: uk-UA +Publisher: SerZhyAle +PublisherUrl: https://github.com/SerZhyAle +PublisherSupportUrl: https://github.com/SerZhyAle/CyrFlip/issues +PackageName: CyrFlip +PackageUrl: https://github.com/SerZhyAle/CyrFlip +License: MIT +ShortDescription: Індикатор розкладки EN/RU/UK біля каретки + виправлення тексту в неправильній розкладці за гарячою клавішею. +Description: 'CyrFlip - крихітна утиліта в системному треї для Windows з двома функціями: показує активну розкладку клавіатури (EN/RU/UK) прямо поруч із миготливим курсором введення, і транслітерує виділений текст між QWERTY та ЙЦУКЕН прямо на місці за гарячою клавішею. Усі налаштування - у меню трею: перемкнути оверлей каретки або індикатор миші, увімкнути точковий стиль маркера, або змінити гарячу клавішу без перезапуску. Один портативний exe, без встановлення та залежностей.' +Tags: +- клавіатура +- розкладка +- транслітерація +- кирилиця +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.yaml b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.yaml new file mode 100644 index 0000000000000..67210d7a095b0 --- /dev/null +++ b/manifests/s/SerZhyAle/CyrFlip/26.7.18.1539/SerZhyAle.CyrFlip.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: SerZhyAle.CyrFlip +PackageVersion: 26.7.18.1539 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a0eed4df1e445dcced0eaf01c5a53e11211954d8 Mon Sep 17 00:00:00 2001 From: Brian Adams Date: Sat, 18 Jul 2026 08:26:31 -0700 Subject: [PATCH 03/75] New version: RedEyeNetworks.Logivore version 1.12.2 (#404206) --- .../RedEyeNetworks.Logivore.installer.yaml | 34 +++++++++++++++ .../RedEyeNetworks.Logivore.locale.en-US.yaml | 41 +++++++++++++++++++ .../1.12.2/RedEyeNetworks.Logivore.yaml | 7 ++++ 3 files changed, 82 insertions(+) create mode 100644 manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.installer.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.locale.en-US.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.yaml diff --git a/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.installer.yaml b/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.installer.yaml new file mode 100644 index 0000000000000..596e4e3766e91 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.12.2 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivore +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.12.2/logivore-win-x64-setup.exe + InstallerSha256: 02CB81F830DB87CAF917F5A43827B9802E1E4051C0023D6610405AD783C2CBC3 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.12.2/logivore-win-x64-machine-setup.exe + InstallerSha256: A52099C93F1BAD9650A7B906ECE46969FA5B5F0F8C691FE9D0DC60B223D09B62 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.12.2/logivore-win-arm64-setup.exe + InstallerSha256: 1BF35D8BD16A5C8F0041DB0D41780733AC2A4CA0EA04BE8E9518842CE18BE033 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.12.2/logivore-win-arm64-machine-setup.exe + InstallerSha256: FC5064F719E0EF0E3A45B736936E016D5AD4DB926EE550F01A9431A07BF18993 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.locale.en-US.yaml b/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.locale.en-US.yaml new file mode 100644 index 0000000000000..459d8af403a1f --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.12.2 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Cross-platform desktop log analyzer with LILA, an AI assistant for log triage +Description: |- + Logivore is a local-first, cross-platform desktop log analyzer for Windows, + macOS, and Linux. Parses dozens of log formats (plaintext, syslog, EVTX, + PAN-OS TSF, Veeam VBR, GlobalProtect, pcap), correlates events across + sources, and surfaces findings via LILA — an AI assistant that runs locally + with optional Anthropic Claude or Google Gemini provider integration. + Memory-tier-adaptive (Flash / Hybrid / Indexed) so any log size works on + any hardware. Trust-gated LLM boundary keeps PII tokenized before it leaves + the machine. +Moniker: logivore +Tags: +- log-analysis +- log-viewer +- syslog +- evtx +- pan-os +- veeam +- pcap +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.yaml b/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.yaml new file mode 100644 index 0000000000000..76f9c7c1a5f03 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.12.2/RedEyeNetworks.Logivore.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cc47a1be45fc5d237fa15f0718036a30d253e627 Mon Sep 17 00:00:00 2001 From: YANA! Date: Sun, 19 Jul 2026 00:26:45 +0900 Subject: [PATCH 04/75] OpenDumpViewer.OpenDumpViewer.BETA version 4.2.0 (#404242) --- ...pViewer.OpenDumpViewer.BETA.installer.yaml | 23 +++++++++++++++++++ ...ewer.OpenDumpViewer.BETA.locale.ja-JP.yaml | 20 ++++++++++++++++ .../OpenDumpViewer.OpenDumpViewer.BETA.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.yaml diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml new file mode 100644 index 0000000000000..bbae0a0ca84b0 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.2.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.2.0-beta/OpenDumpViewer_v4.2.0-beta_installer_x64.exe + InstallerSha256: 8CED7AFD88FC70D6342F4ECEFA040CD95CA56EF960AFD25075FD9A9BF4B31672 +- Architecture: arm64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.2.0-beta/OpenDumpViewer_v4.2.0-beta_installer_arm64.exe + InstallerSha256: 2D5C07130326EDE0D45E22291C8C9A5A8614491D34EFFB6D2E6C75A1B2C0004C +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml new file mode 100644 index 0000000000000..1ae8a886098ef --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.2.0 +PackageLocale: ja-JP +Publisher: YANAI Taketo +PublisherUrl: https://www.odv.dev/ +PackageName: Open DUMP Viewer for Oracle database (Beta) +PackageUrl: https://www.odv.dev/ +License: Proprietary +ShortDescription: Oracle EXP/EXPDP DUMPファイルビューア (Beta) +Tags: +- oracle +- dump +- viewer +- database +- beta +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.yaml new file mode 100644 index 0000000000000..2b5e9f02d620a --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.0/OpenDumpViewer.OpenDumpViewer.BETA.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.2.0 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 From d1e5d9d0f0f5eb10da693abd3ed9e7df48049b72 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 18 Jul 2026 17:26:59 +0200 Subject: [PATCH 05/75] New version: GermanCoding.SyncTrayzor version 2.2.0 (#404246) --- .../GermanCoding.SyncTrayzor.installer.yaml | 34 ++++++++++++++++ ...GermanCoding.SyncTrayzor.locale.en-US.yaml | 39 +++++++++++++++++++ .../2.2.0/GermanCoding.SyncTrayzor.yaml | 8 ++++ 3 files changed, 81 insertions(+) create mode 100644 manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.installer.yaml create mode 100644 manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.locale.en-US.yaml create mode 100644 manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.yaml diff --git a/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.installer.yaml b/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.installer.yaml new file mode 100644 index 0000000000000..1d0aeff7e8a3e --- /dev/null +++ b/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.installer.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GermanCoding.SyncTrayzor +PackageVersion: 2.2.0 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{c004dcef-b848-46a5-9c30-4dbf736396fa}_is1' +ReleaseDate: 2026-07-18 +AppsAndFeaturesEntries: +- ProductCode: '{c004dcef-b848-46a5-9c30-4dbf736396fa}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/GermanCoding/SyncTrayzor/releases/download/v2.2.0/SyncTrayzorSetup-x64.exe + InstallerSha256: 87CB3CB631DFF50FA3E1374655DC4E47A2F77C7E8740A549E6009AB7C372A30E + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/GermanCoding/SyncTrayzor/releases/download/v2.2.0/SyncTrayzorSetup-x64.exe + InstallerSha256: 87CB3CB631DFF50FA3E1374655DC4E47A2F77C7E8740A549E6009AB7C372A30E + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SyncTrayzor' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.locale.en-US.yaml b/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.locale.en-US.yaml new file mode 100644 index 0000000000000..e426e145162ba --- /dev/null +++ b/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.locale.en-US.yaml @@ -0,0 +1,39 @@ +# 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: GermanCoding.SyncTrayzor +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: SyncTrayzor +PublisherUrl: https://github.com/GermanCoding +PublisherSupportUrl: https://github.com/GermanCoding/SyncTrayzor/issues +Author: Max +PackageName: SyncTrayzor (x64) +PackageUrl: https://github.com/GermanCoding/SyncTrayzor +License: MIT +LicenseUrl: https://github.com/GermanCoding/SyncTrayzor/blob/HEAD/LICENSE.txt +Copyright: |- + Copyright (c) 2015-2021 Antony Male + Copyright (c) 2025 GermanCoding +CopyrightUrl: https://github.com/GermanCoding/SyncTrayzor/blob/main/LICENSE.txt +ShortDescription: Windows tray utility / launcher for Syncthing (v2 continued) +Description: | + SyncTrayzor is a little tray utility for Syncthing on Windows. It hosts and wraps Syncthing, making it behave more like a native Windows application and less like a command-line utility with a web browser interface. +Tags: +- Syncthing +ReleaseNotes: |- + Added + - Remember popup width and height, add option to keep on top (#170 by @meld-cp) + Fixed + - Improve conflict finder regex to find filenames without extension (#181 by @pilcru) + - Improve handling of long filenames in the Conflict Resolver (issue #218) + - Handle exceptions when scan request fails (issue #255) + Changed + - Upgrade runtime to .NET 10 + - Dependency and runtime upgrades, embedded browser upgraded to Chromium/CEF v146 + - Translation updates + - Improvements to the v1 -> v2 upgrade flow (ensure v1 SyncTrayzor is closed during upgrade) + - Warn and refuse startup if multiple SyncTrayzor processes (from different locations) use the same config (hopefully fixes the CEF init failure messages) +ReleaseNotesUrl: https://github.com/GermanCoding/SyncTrayzor/releases/tag/v2.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.yaml b/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.yaml new file mode 100644 index 0000000000000..b25809adbbbb1 --- /dev/null +++ b/manifests/g/GermanCoding/SyncTrayzor/2.2.0/GermanCoding.SyncTrayzor.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: GermanCoding.SyncTrayzor +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dee09a15fb3b44596c4b6e9ed963adee77ee0385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynaldo=20Barrera=20Garc=C3=ADa?= <77733192+reybg87@users.noreply.github.com> Date: Sat, 18 Jul 2026 09:27:14 -0600 Subject: [PATCH 06/75] Add RbDevOps.HMPraxis version 1.0.15 (#404247) --- .../1.0.15/RbDevOps.HMPraxis.installer.yaml | 22 ++++++++++++ .../RbDevOps.HMPraxis.locale.en-US.yaml | 35 +++++++++++++++++++ .../HMPraxis/1.0.15/RbDevOps.HMPraxis.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.installer.yaml create mode 100644 manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.locale.en-US.yaml create mode 100644 manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.yaml diff --git a/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.installer.yaml b/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.installer.yaml new file mode 100644 index 0000000000000..06c69a8419ada --- /dev/null +++ b/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: RbDevOps.HMPraxis +PackageVersion: 1.0.15 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.rb-devops.com/releases/hm-praxis/1.0.15/windows/x64/HM%20Praxis_1.0.15_x64-setup.exe + InstallerSha256: F65BD3EA486DD0548E6495DB1BB0C5049C41640514C875E5DBEE6AEFB7634F8A +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.locale.en-US.yaml b/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.locale.en-US.yaml new file mode 100644 index 0000000000000..61f859c7e1cf7 --- /dev/null +++ b/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: RbDevOps.HMPraxis +PackageVersion: 1.0.15 +PackageLocale: en-US +Publisher: RbDevOps +PublisherUrl: https://rb-devops.com +PublisherSupportUrl: https://rb-devops.com/support +PrivacyUrl: https://rb-devops.com/privacy +Author: RbDevOps +PackageName: HM Praxis +PackageUrl: https://rb-devops.com/products/hm-praxis +License: Proprietary +LicenseUrl: https://rb-devops.com/terms +Copyright: Copyright (c) RbDevOps +ShortDescription: Local-first Healthcare Management Praxis for solo and small clinics. +Description: |- + HM Praxis is a desktop-native, local-first healthcare practice management application + for solo practitioners and small clinics. Patient records, appointments, prescriptions, + treatment plans, and billing run on your machine without requiring constant cloud + connectivity. Per-clinic data stays on your devices; LAN sync keeps a small team in step. +Moniker: hm-praxis +Tags: +- healthcare +- practice-management +- emr +- ehr +- patients +- appointments +- desktop +- local-first +ReleaseNotesUrl: https://rb-devops.com/products/hm-praxis +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.yaml b/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.yaml new file mode 100644 index 0000000000000..60c4667adb689 --- /dev/null +++ b/manifests/r/RbDevOps/HMPraxis/1.0.15/RbDevOps.HMPraxis.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: RbDevOps.HMPraxis +PackageVersion: 1.0.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From ca0c732e05b4b6af7f45059b24552001fed00b29 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:53:32 +0800 Subject: [PATCH 07/75] New version: HaiYing.AionUi version 2.1.37 (#404244) --- .../2.1.36/HaiYing.AionUi.locale.en-US.yaml | 66 ------------------- .../HaiYing.AionUi.installer.yaml | 16 ++--- .../2.1.37/HaiYing.AionUi.locale.en-US.yaml | 43 ++++++++++++ .../HaiYing.AionUi.locale.zh-CN.yaml | 2 +- .../{2.1.36 => 2.1.37}/HaiYing.AionUi.yaml | 2 +- 5 files changed, 53 insertions(+), 76 deletions(-) delete mode 100644 manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.en-US.yaml rename manifests/h/HaiYing/AionUi/{2.1.36 => 2.1.37}/HaiYing.AionUi.installer.yaml (65%) create mode 100644 manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.locale.en-US.yaml rename manifests/h/HaiYing/AionUi/{2.1.36 => 2.1.37}/HaiYing.AionUi.locale.zh-CN.yaml (96%) rename manifests/h/HaiYing/AionUi/{2.1.36 => 2.1.37}/HaiYing.AionUi.yaml (91%) diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.en-US.yaml deleted file mode 100644 index c1aec1b426f11..0000000000000 --- a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.en-US.yaml +++ /dev/null @@ -1,66 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: HaiYing.AionUi -PackageVersion: 2.1.36 -PackageLocale: en-US -Publisher: aionui -PublisherUrl: https://office-ai.net/ -PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues -PrivacyUrl: https://office-ai.net/privacy-policy/ -Author: Hying Technology Co., Ltd. -PackageName: AionUi -PackageUrl: https://github.com/iOfficeAI/AionUi -License: Apache-2.0 -LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE -Copyright: Copyright 2026 AionUi (aionui.com) -ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more -Tags: -- ai -- code -- coding -- gemini -- gemini-cli -- large-language-model -- llm -- programming -ReleaseNotes: |- - Highlights - Scheduled tasks: visual schedule builder and queue protection - - You no longer need to know Cron syntax to create a custom schedule. A visual builder covers interval, daily, weekly, and monthly rules, with a live preview of the generated expression — and the advanced Cron editor is still there for complex cases. - - A new queue-protection toggle keeps scheduled runs from piling up: if a previous run is still going, the next one waits instead of stacking. - Skills management grows up - - Every skill now has its own detail page showing its info and which assistants use it — and you can attach or detach assistants right there. The skills list shows used-by avatar stacks at a glance. - - Batch manage mode lets you select and delete multiple custom skills in one action, with select-all over the filtered list. - Find things faster in long lists - - The Skills and MCP submenus in the "+" menu, and the default Model/Skills/MCP selects in the assistant editor, now have inline search — the same pattern as the model selector. No more scrolling through long lists. - Smoother drag-to-reorder - - Team member tabs and pinned conversations now use the same polished drag interaction as assistant sorting: hover reveals a drag handle, dragging is axis-locked and animated. - Under the hood - - Removed two legacy dependencies (aioncli-core and the office-ai platform), slimming the install and reducing update surface. - Engine updates (AionCore v0.1.47 → v0.1.48) - This release also picks up two AionCore versions: - - Aion CLI can now see images: attach a screenshot or picture and it goes straight to the model inline, with attachments routed by each model's actual image capability. - - Added Pi as a new built-in coding agent (ACP), joining Claude Code, Codex, and Gemini. - - CLI detection now honors your login shell PATH, so tools installed via nvm/homebrew/cargo are found reliably, and built-in CLIs are validated before being offered. - - Team collaboration gained a fallback transport for CLI backends, keeping teamwork going when the primary channel is unavailable. - - Assistant rule files are stored canonically, and legacy settings sync no longer overwrites toggles you changed by hand. - - Scheduled executions are deduplicated and protected at the engine level (the backend half of this release's queue protection). - - Removed the legacy Bun runtime, simplifying the runtime stack. - What's Changed - - feat(cron): add queue protection and visual schedules by @JAVA-LW in https://github.com/iOfficeAI/AionUi/pull/3552 - - chore(deps): remove aioncli-core dependency by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3594 - - chore(deps): remove office-ai platform dependency by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3595 - - feat(skills): add batch delete for custom skills by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3600 - - style(skills): soften batch-mode selected card state by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3603 - - feat(skills): skill detail page with assistant attachment by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3604 - - feat(ui): add search to skills/MCP submenus and assistant default selects by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3605 - - feat(ui): standardize drag-to-reorder UX for team tabs and pinned conversations by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3606 - - chore: bump version to 2.1.36 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3610 - Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.35...v2.1.36 -ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.36 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.installer.yaml similarity index 65% rename from manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.installer.yaml rename to manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.installer.yaml index 9c0853c6536e6..1e6d1324cb3b8 100644 --- a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.installer.yaml +++ b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.installer.yaml @@ -2,30 +2,30 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HaiYing.AionUi -PackageVersion: 2.1.36 +PackageVersion: 2.1.37 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c -ReleaseDate: 2026-07-17 +ReleaseDate: 2026-07-18 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.36/AionUi-2.1.36-win-x64.exe - InstallerSha256: 949B8E86FF00D1C9FC1F827E1AA71B5034F027D7E9160D51D70686B4E52B0813 + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.37/AionUi-2.1.37-win-x64.exe + InstallerSha256: A3049DCC64BC00277D57C8757CFECF061019AC2FE9933DECAE18F0485CDC905F InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine - InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.36/AionUi-2.1.36-win-x64.exe - InstallerSha256: 949B8E86FF00D1C9FC1F827E1AA71B5034F027D7E9160D51D70686B4E52B0813 + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.37/AionUi-2.1.37-win-x64.exe + InstallerSha256: A3049DCC64BC00277D57C8757CFECF061019AC2FE9933DECAE18F0485CDC905F InstallerSwitches: Custom: /allusers - Architecture: arm64 Scope: machine - InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.36/AionUi-2.1.36-win-arm64.exe - InstallerSha256: 37922D4C47AB124F540E6117C5F2239322DB784B5B14A8F5764B960C068CF332 + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.37/AionUi-2.1.37-win-arm64.exe + InstallerSha256: 320F7AB959ACAB4A3876071C25E2554AFBC3D4AD1864873674C87D25E0288C10 InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 0000000000000..83a4ebfbb1b00 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.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: HaiYing.AionUi +PackageVersion: 2.1.37 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + Highlights + This is a hotfix release for a v2.1.36 regression — recommended for all Windows and Linux users. + Bug Fixes + - Fixed the titlebar minimize / maximize / close buttons doing nothing on Windows and Linux (a v2.1.36 regression). Update checks and app restart triggered from the UI were affected by the same underlying issue and are fixed too. + - The team member "processing" timer no longer restarts from 0s when you open settings and come back, toggle fullscreen, or resize the window — it now shows the true elapsed time. + What's Changed + - fix(bridge): accept void-param invokes after JSON serialization by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3611 + - fix(renderer): keep team elapsed timer continuous across remount by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3612 + - chore: bump version to 2.1.37 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3613 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.36...v2.1.37 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.37 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.locale.zh-CN.yaml similarity index 96% rename from manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.zh-CN.yaml rename to manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.locale.zh-CN.yaml index 579b99dd181c5..d3b141a6a7b20 100644 --- a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.zh-CN.yaml +++ b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: HaiYing.AionUi -PackageVersion: 2.1.36 +PackageVersion: 2.1.37 PackageLocale: zh-CN PublisherUrl: https://www.haiyingsec.cn/ PrivacyUrl: https://www.office-ai.cn/privacy-policy diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.yaml similarity index 91% rename from manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.yaml rename to manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.yaml index 00adae67fb0e9..8957fc5697413 100644 --- a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.yaml +++ b/manifests/h/HaiYing/AionUi/2.1.37/HaiYing.AionUi.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HaiYing.AionUi -PackageVersion: 2.1.36 +PackageVersion: 2.1.37 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 032d89fb2e161b6ddc7149a7ba00c6452012610b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:53:48 +0800 Subject: [PATCH 08/75] New version: KindaBrazy.LynxHub version 3.5.5 (#404245) --- .../KindaBrazy.LynxHub.locale.en-US.yaml | 63 -------- .../KindaBrazy.LynxHub.installer.yaml | 12 +- .../KindaBrazy.LynxHub.locale.en-US.yaml | 152 ++++++++++++++++++ .../KindaBrazy.LynxHub.locale.zh-CN.yaml | 4 +- .../{3.5.1 => 3.5.5}/KindaBrazy.LynxHub.yaml | 2 +- 5 files changed, 161 insertions(+), 72 deletions(-) delete mode 100644 manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.locale.en-US.yaml rename manifests/k/KindaBrazy/LynxHub/{3.5.1 => 3.5.5}/KindaBrazy.LynxHub.installer.yaml (64%) create mode 100644 manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.locale.en-US.yaml rename manifests/k/KindaBrazy/LynxHub/{3.5.1 => 3.5.5}/KindaBrazy.LynxHub.locale.zh-CN.yaml (98%) rename manifests/k/KindaBrazy/LynxHub/{3.5.1 => 3.5.5}/KindaBrazy.LynxHub.yaml (91%) diff --git a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.locale.en-US.yaml b/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.locale.en-US.yaml deleted file mode 100644 index 5f5172f103c5f..0000000000000 --- a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.locale.en-US.yaml +++ /dev/null @@ -1,63 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: KindaBrazy.LynxHub -PackageVersion: 3.5.1 -PackageLocale: en-US -Publisher: KindaBrazy -PublisherUrl: https://github.com/KindaBrazy -PublisherSupportUrl: https://github.com/KindaBrazy/LynxHub/issues -PackageName: LynxHub -PackageUrl: https://github.com/KindaBrazy/LynxHub -License: AGPL-3.0 -LicenseUrl: https://github.com/KindaBrazy/LynxHub/blob/HEAD/LICENSE -ShortDescription: Your All-In-One AI Platform. -Description: |- - LynxHub offers a comprehensive suite of features designed to streamline your AI workflow and enhance your experience. Here's what you can expect: - - Extensible Architecture - - Enhance LynxHub's capabilities with custom extensions. - - Modular Design - - Fully modular architecture allowing third-party developers to create and publish custom modules - - Modules can add new AI web interfaces (WebUIs) to the app, fully customizable by the developer - - Developers can pre-define custom arguments, extensions, commands, and other configurations as part of the module, creating pre-configured WebUIs for users - - AI Interface Management - - Install, config and update - - Switch branches, shallow clone, unshallow, see latest commit details - - Manage AI extensions with options for batch updates and auto-update settings - - View available extensions and install them directly - - Arguments Manager - - Available arguments list, add, remove, and edit various argument types (dropdowns, checkboxes, text input, folder/file selection - relative, absolute) - - Search through arguments - - Create and manage argument presets for different setups - - Custom Run Commands - - Set and manage custom terminal commands for executing WebUI - - Pre-launch Actions - - Automatically execute custom terminal commands before launching AI interfaces - - Open specific files or folders as part of the pre-launch process - - Browser and Terminal Integration - - Built-in terminal and web browser for seamless integration - - Automatic detection and launch of relevant addresses (URLs, files) - - Switch easily between terminal and browser modes - - Terminal customization settings - - Markdown Viewer - - Built-in Markdown viewer for easy reading of documentation and notes. - - AI Information Dashboard - - View developer information, installation and update status - - Access update tags, release notes, and disk usage statistics for each AI interface - - UI Customization - - Customize the layout of cards for a flexible user interface - - Dark and light themes available - - Pin favorite AI interfaces to the home page for easy access -Tags: -- ai -- large-language-model -- llm -ReleaseNotes: |- - 🩹 Version 3.5.1 Hotfix - This quick hotfix addresses a critical stability issue within the core arguments system, alongside dashboard fix. - 🐛 Bug Fixes - - Fixed error when adding new items to arguments. - - Fixed dashboard crash triggered by adding credits. -ReleaseNotesUrl: https://github.com/KindaBrazy/LynxHub/releases/tag/V3.5.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.installer.yaml b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.installer.yaml similarity index 64% rename from manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.installer.yaml rename to manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.installer.yaml index 172e3246bcc2a..87622fc543dee 100644 --- a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.installer.yaml +++ b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.installer.yaml @@ -2,20 +2,20 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KindaBrazy.LynxHub -PackageVersion: 3.5.1 +PackageVersion: 3.5.5 InstallerType: nullsoft Scope: machine InstallerSwitches: Upgrade: --updated UpgradeBehavior: install ProductCode: a54725b9-1c6e-5905-bc96-1a0b4bfcde6d -ReleaseDate: 2026-06-06 +ReleaseDate: 2026-07-18 Installers: - Architecture: x64 - InstallerUrl: https://github.com/KindaBrazy/LynxHub/releases/download/V3.5.1/LynxHub-V3.5.1-win_x64-Setup.exe - InstallerSha256: 399C8C0D051E46D4C33D10DE44D1372F6C3D7726B7DC9047F80DCE71C285FA2D + InstallerUrl: https://github.com/KindaBrazy/LynxHub/releases/download/V3.5.5/LynxHub-V3.5.5-win_x64-Setup.exe + InstallerSha256: E96F3CDA9B0DF76AA4CEAFB518404386269130C869F6027DC9C3F3FDD2AEE125 - Architecture: arm64 - InstallerUrl: https://github.com/KindaBrazy/LynxHub/releases/download/V3.5.1/LynxHub-V3.5.1-win_arm64-Setup.exe - InstallerSha256: 8D812EE5DBA6372B4F1AE2842BD51476B99C7181A90DC7FBE7E219B9C71D1207 + InstallerUrl: https://github.com/KindaBrazy/LynxHub/releases/download/V3.5.5/LynxHub-V3.5.5-win_arm64-Setup.exe + InstallerSha256: DD18DC04F1B2B7460A07A1162601B3D3AF76A53792DE83F8D3373898EAB5FBB9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.locale.en-US.yaml b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.locale.en-US.yaml new file mode 100644 index 0000000000000..2f92e27260da6 --- /dev/null +++ b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.locale.en-US.yaml @@ -0,0 +1,152 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KindaBrazy.LynxHub +PackageVersion: 3.5.5 +PackageLocale: en-US +Publisher: KindaBrazy +PublisherUrl: https://github.com/KindaBrazy +PublisherSupportUrl: https://github.com/KindaBrazy/LynxHub/issues +PackageName: LynxHub +PackageUrl: https://github.com/KindaBrazy/LynxHub +License: AGPL-3.0 +LicenseUrl: https://github.com/KindaBrazy/LynxHub/blob/HEAD/LICENSE +ShortDescription: Your All-In-One AI Platform. +Description: |- + LynxHub offers a comprehensive suite of features designed to streamline your AI workflow and enhance your experience. Here's what you can expect: + - Extensible Architecture + - Enhance LynxHub's capabilities with custom extensions. + - Modular Design + - Fully modular architecture allowing third-party developers to create and publish custom modules + - Modules can add new AI web interfaces (WebUIs) to the app, fully customizable by the developer + - Developers can pre-define custom arguments, extensions, commands, and other configurations as part of the module, creating pre-configured WebUIs for users + - AI Interface Management + - Install, config and update + - Switch branches, shallow clone, unshallow, see latest commit details + - Manage AI extensions with options for batch updates and auto-update settings + - View available extensions and install them directly + - Arguments Manager + - Available arguments list, add, remove, and edit various argument types (dropdowns, checkboxes, text input, folder/file selection - relative, absolute) + - Search through arguments + - Create and manage argument presets for different setups + - Custom Run Commands + - Set and manage custom terminal commands for executing WebUI + - Pre-launch Actions + - Automatically execute custom terminal commands before launching AI interfaces + - Open specific files or folders as part of the pre-launch process + - Browser and Terminal Integration + - Built-in terminal and web browser for seamless integration + - Automatic detection and launch of relevant addresses (URLs, files) + - Switch easily between terminal and browser modes + - Terminal customization settings + - Markdown Viewer + - Built-in Markdown viewer for easy reading of documentation and notes. + - AI Information Dashboard + - View developer information, installation and update status + - Access update tags, release notes, and disk usage statistics for each AI interface + - UI Customization + - Customize the layout of cards for a flexible user interface + - Dark and light themes available + - Pin favorite AI interfaces to the home page for easy access +Tags: +- ai +- large-language-model +- llm +ReleaseNotes: |- + 💫 3.5.5 + LynxHub: 3.5.5, Build: 52, Chromium: 148.0.7778.271 + This version connects your entire account to the website, providing better and easier access to artifacts, tier management, and account customization. It also brings live plugin download counts, commit history logs in the Git modal, and a high-density compact list layout option for the Plugins page. Additionally, this update delivers redesigned notifications, polished dashboard elements, and smoother native scrolling, alongside an upgrade to latest Electron and underlying API optimizations. + Warning + Non-main windows on Linux have been disabled and replaced with native windows where possible. Some features, including in-browser search, link previews, and a few others, are temporarily disabled until find a way to support custom window positioning under the new Wayland display server in Ubuntu 26. + ✨ New Features + - Added live plugin download counts in the plugins page. + - Added repository commit log displays and commit history retrieval directly within the card Git modal. + - Added a compact list layout option to the Plugins page for high-density navigation. + ⚡ Improvements + - Split browser-specific storage configuration into the standalone configuration file. + - Redesigned and refined the Credits and Patreon supporters dashboard sections. + - Redesigned the changelogs UI on the Plugins page. + - Replaced account login and settings with website integration. + - Redesigned notifications with clean border styling, customizable placement, and action button support. + - Replaced custom scrollbars with native scrolling and scroll shadows to make the app lighter and animations smoother. + - Redesigned the plugin version dropdown to look cleaner, with warnings for incompatible plugin versions. + - Improved incompatible checks and reason tooltip in plugins. + - Added warnings and alert popups when a plugin fails to load. + - Added descriptive labels to icon-only buttons to improve screen reader accessibility. + - Added a settings option to limit browser history size and save memory. + 🐛 Bug Fixes + - Fixed a bug preventing terminal-only tabs from attempting to open links in a non-existent browser. + - Fixed the close button of the top toast was not clickable. + - Fixed disabled state styling and behaviors for switches. + - Fixed header plugin image loading and updated the image border radius to lg for better aesthetics. + - Fixed the app update window may show multiple times. + - Fixed cards background colors may overflow. + - Fixed browser url preview had extra solid background. + - Fixed right-click menus showing up in the wrong place or size, and updated exit button styles. + - Fixed Linux screen sharing not working and switched to standard window controls on Linux. + - Fixed crashes caused by terminal outputs and loading invalid image links. + - Fixed occasional errors when loading the terminal. + - Fixed layout display glitches when a page has no cards to show. + - Added safety checks for external links opened in the built-in browser. + - Limited history and list sizes to keep the app fast and prevent slowdowns. + - Fixed changing plugin versions not working correctly. + - Fixed updating plugin lists and versions info was not fetching the latest data. + 📌 Minor Changes + - Simplified accent style logic and smoothed out card hover animations. + - Added padding around card avatars for installed items. + - Removed heading sections and updated warnings/confirm checkbox styles in the right-click menu. + - Updated Theme selection default values. + - Enlarged the Launch Config modal's body size and added smooth scrolling behavior. + - Updated style of update-available badge on cards. + - Updated internal libraries to their latest stable versions. + - Show your profile picture on the dashboard button when logged in. + - Replaced some default icons with cleaner alternatives. + - Updated About and Profile pages with social links and a direct button to manage your account on the web. + + ⚙️ API and Backend Changes + - Added getLastPathItem utility method. + - Replaced hardcoded dynamic import strings with inline paths and variable path strings. + - Replaced path aliases in tsconfig to use standard relative paths. + - Unified Spinner components to use color="current" and size="sm" across layouts. + - Integrated useCardOverlayState into the card Wrapper and passed state cleanly down to ReplaceComponent. + - Cleaned up unused imports, listener subscriptions, and redundant props. + - Upgraded Electron to ^42.4.0 and bumped node-pty and electron-vite versions. + - Added @icons-pack/react-simple-icons to project dependencies. + - Updated package dependencies to their latest stable releases. + - Simplified the allowScripts script execution permissions in package.json. + - Enabled extensions to trigger native toasts via the extension API. + - Added a file IPC method to select multiple files via native system dialogs. + - Enhanced the LynxScroll custom scrollbar component to accept React refs. + - Added a dedicated startup script to execute the dev environment on Windows without bypass (--noSandbox). + - Updated card headers to support custom ReactNode icons or icon URL paths. + - Implemented action logging middleware and IPC routing for a unified event log. + - Dynamically retrieve and cache the Sentry DSN from the LynxHub API. + - Replaced storageUtilsIpc with sendToMain for unified IPC storage. + - Removed deprecated native configuration from electron.vite.config.ts. + - Exported HeroUIToastOptions and ToastPromiseOptions interfaces. + - Reordered imports in browser and IPC files for consistency. + - Added validate:ext script in package.json for extension type-checking. + - Added custom image selection support with local caching and custom protocols for cards/avatars. + App + - Replaced keytar with file-based token and channel storage. + - Added caching with time-based invalidation for notification stats and pull requests. + - Configured native Linux window settings (desktopName and syncDesktopName) in electron-builder. + Plugins + - Separated extensions and modules configs into dedicated storage files. + - Centralized development folder path resolution. + - Integrated dynamic cache sizing and automatic cleanup intervals. + - Consolidated page mappings into AppPages.tsx to remove duplicates. + Extensions + - Added a build post-script (fixExtension.js) to clean up redundant files and folders after extension builds. + - Updated fixExtension.js post-build script to clean up residual files when packaging extensions. + - Added avatarClassName to ToolsCard prop for avatar styling customization. + - Fixed title bar customizations. + + 💖 Amazing Supporters + A huge “Thank You” to patrons! Your contributions keep LynxHub alive. + + Resolita Lis Carter Rowan Jalinos WarnDer + Gold Early Access Early Access Early Access Early Access +ReleaseNotesUrl: https://github.com/KindaBrazy/LynxHub/releases/tag/V3.5.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.locale.zh-CN.yaml b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.locale.zh-CN.yaml similarity index 98% rename from manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.locale.zh-CN.yaml rename to manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.locale.zh-CN.yaml index 4f4fa51fd4190..8c6ff19b11ede 100644 --- a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.locale.zh-CN.yaml +++ b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KindaBrazy.LynxHub -PackageVersion: 3.5.1 +PackageVersion: 3.5.5 PackageLocale: zh-CN ShortDescription: 您的一站式 AI 平台 Description: |- @@ -45,6 +45,6 @@ Tags: - ai - llm - 大语言模型 -ReleaseNotesUrl: https://github.com/KindaBrazy/LynxHub/releases/tag/V3.5.1 +ReleaseNotesUrl: https://github.com/KindaBrazy/LynxHub/releases/tag/V3.5.5 ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.yaml b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.yaml similarity index 91% rename from manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.yaml rename to manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.yaml index 3d0bc193e5e88..1fa88977a0ec1 100644 --- a/manifests/k/KindaBrazy/LynxHub/3.5.1/KindaBrazy.LynxHub.yaml +++ b/manifests/k/KindaBrazy/LynxHub/3.5.5/KindaBrazy.LynxHub.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KindaBrazy.LynxHub -PackageVersion: 3.5.1 +PackageVersion: 3.5.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 742bb043e2de7cfa016d7a165f488afc2d1ccc25 Mon Sep 17 00:00:00 2001 From: YANA! Date: Sun, 19 Jul 2026 00:54:02 +0900 Subject: [PATCH 09/75] OpenDumpViewer.OpenDumpViewer.BETA version 4.2.1 (#404248) --- ...pViewer.OpenDumpViewer.BETA.installer.yaml | 23 +++++++++++++++++++ ...ewer.OpenDumpViewer.BETA.locale.ja-JP.yaml | 20 ++++++++++++++++ .../OpenDumpViewer.OpenDumpViewer.BETA.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.yaml diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml new file mode 100644 index 0000000000000..af9f7f4eb33d0 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.2.1-beta/OpenDumpViewer_v4.2.1-beta_installer_x64.exe + InstallerSha256: 1B826440954799A3D10884B3ACFF3BA0DAF0216C9766E7BCDF9D7FE35E605147 +- Architecture: arm64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.2.1-beta/OpenDumpViewer_v4.2.1-beta_installer_arm64.exe + InstallerSha256: 9C07F13472EF509834FA80B9D81E2A2235C392B8E15B9D81AAC7B5F7DD7D4C68 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml new file mode 100644 index 0000000000000..eb70d84fba0e2 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.2.1 +PackageLocale: ja-JP +Publisher: YANAI Taketo +PublisherUrl: https://www.odv.dev/ +PackageName: Open DUMP Viewer for Oracle database (Beta) +PackageUrl: https://www.odv.dev/ +License: Proprietary +ShortDescription: Oracle EXP/EXPDP DUMPファイルビューア (Beta) +Tags: +- oracle +- dump +- viewer +- database +- beta +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.yaml new file mode 100644 index 0000000000000..06e15907cb893 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.2.1/OpenDumpViewer.OpenDumpViewer.BETA.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.2.1 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 From 4caea65fbe0b1d99f583fdaedcaaf93cd919a10c Mon Sep 17 00:00:00 2001 From: YANA! Date: Sun, 19 Jul 2026 00:54:16 +0900 Subject: [PATCH 10/75] OpenDumpViewer.OpenDumpViewer version 4.2.1 (#404252) --- ...enDumpViewer.OpenDumpViewer.installer.yaml | 23 +++++++++++++++++++ ...umpViewer.OpenDumpViewer.locale.ja-JP.yaml | 19 +++++++++++++++ .../4.2.1/OpenDumpViewer.OpenDumpViewer.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.installer.yaml create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.locale.ja-JP.yaml create mode 100644 manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.yaml diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.installer.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.installer.yaml new file mode 100644 index 0000000000000..386f4312fcc16 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer +PackageVersion: 4.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.2.1/OpenDumpViewer_v4.2.1_installer_x64.exe + InstallerSha256: 893E87357D9092552B8C78C99A979134BFF84A282BA7FABD3CBF1609B1F5C6FA +- Architecture: arm64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.2.1/OpenDumpViewer_v4.2.1_installer_arm64.exe + InstallerSha256: B05106887DA245ABDFDAB7913166E2B575EA6ACFFE0FBFAB416E0F7C1D10CE80 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.locale.ja-JP.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.locale.ja-JP.yaml new file mode 100644 index 0000000000000..96e81ac2bfa11 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.locale.ja-JP.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer +PackageVersion: 4.2.1 +PackageLocale: ja-JP +Publisher: YANAI Taketo +PublisherUrl: https://www.odv.dev/ +PackageName: Open DUMP Viewer for Oracle database +PackageUrl: https://www.odv.dev/ +License: Proprietary +ShortDescription: Oracle EXP/EXPDP DUMPファイルビューア +Tags: +- oracle +- dump +- viewer +- database +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.yaml new file mode 100644 index 0000000000000..9d19d54a43550 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/4.2.1/OpenDumpViewer.OpenDumpViewer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer +PackageVersion: 4.2.1 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 From 0c603677e373e4128371881c869ae100ee17603f Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com> Date: Sat, 18 Jul 2026 17:54:31 +0200 Subject: [PATCH 11/75] New version: JanDeDobbeleer.Aliae version 1.3.0 (#404255) --- .../1.3.0/JanDeDobbeleer.Aliae.installer.yaml | 23 ++++++++++++ .../JanDeDobbeleer.Aliae.locale.en-US.yaml | 36 +++++++++++++++++++ .../Aliae/1.3.0/JanDeDobbeleer.Aliae.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.installer.yaml create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.locale.en-US.yaml create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.yaml diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.installer.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.installer.yaml new file mode 100644 index 0000000000000..aa0c4b96d0fbc --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: msix +UpgradeBehavior: uninstallPrevious +PackageFamilyName: aliae.cli_96v55e8n804z4 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v1.3.0/install-x64.msix + InstallerSha256: 9BD6B8079EC65337E3647CD6F371AE46C4368673C76A5B8A01202F46BB01073C + SignatureSha256: 2C3B76BC35EFD11B0062F3ECF4C863A6C165A7645E9A0F6880BA75340399F20B +- Architecture: arm64 + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v1.3.0/install-arm64.msix + InstallerSha256: B166AE8B7BF8D3C5DCBF0C0C039116783EBB60CED3B111A94B37AEB6C3E088C3 + SignatureSha256: 92E760108B15D70BD8CAB617C1E9223B71929B815809854A5E11A2FDB88A5F02 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.locale.en-US.yaml new file mode 100644 index 0000000000000..2eb19d7396582 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/aliae/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/aliae/issues +Author: Jan De Dobbeleer +PackageName: Aliae +PackageUrl: https://aliae.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/aliae/raw/main/LICENSE +ShortDescription: Cross platform shell management +Moniker: aliae +Tags: +- console +- command-line +- shell +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- aliae +- dotfiles +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/aliae/releases/tag/v1.3.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JanDeDobbeleer/aliae/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.yaml new file mode 100644 index 0000000000000..c220e64cb7233 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.3.0/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 78cb62fd4f0edb8af0648d9e0754ac371750429c Mon Sep 17 00:00:00 2001 From: Manfred Mueller Date: Sat, 18 Jul 2026 17:54:46 +0200 Subject: [PATCH 12/75] NASS.Wrok version 1.0.0 (#404259) --- .../NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml | 19 +++++ .../Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml | 71 +++++++++++++++++++ .../Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml | 69 ++++++++++++++++++ manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml | 8 +++ 4 files changed, 167 insertions(+) create mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml create mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml create mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml create mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml new file mode 100644 index 0000000000000..2279f26848c8b --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NASS.Wrok +PackageVersion: 1.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/manfred-mueller/Wrok/releases/download/v1.0.0/Wrok-Setup-1.0.0.exe + InstallerSha256: 7C8E331AB69521B061E30D7F6BDE6D6018A787938C720A463595612C6298EB4E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml new file mode 100644 index 0000000000000..48ed6779be2a8 --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml @@ -0,0 +1,71 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NASS.Wrok +PackageVersion: 1.0.0 +PackageLocale: de-DE +Publisher: NASS e.K. +PublisherUrl: https://github.com/manfred-mueller +PublisherSupportUrl: https://github.com/manfred-mueller/Wrok/issues +Author: Manfred Müller +PackageName: Wrok +PackageUrl: https://github.com/manfred-mueller/Wrok +License: GPL-2.0 +LicenseUrl: https://github.com/manfred-mueller/Wrok/blob/master/LICENSE.txt +Copyright: Copyright © Manfred Müller 2026 +ShortDescription: Moderner, portabler WebView2-basierter Grok-Client mit Makro-Hotkeys, Boss-Taste, Medienansicht und Tray-Menü. +Description: |- + Wrok ist ein moderner, portabler Client für grok.com auf Basis von WebView2. Er arbeitet + vollständig ohne API-Zugriff und nutzt die reguläre Anmeldung im eingebetteten Browser. + + Funktionen: + - Bis zu zehn frei belegbare Makros mit den Hotkeys Strg+1 bis Strg+0. Makrotexte können + Variablen enthalten: {input} fragt vor dem Senden nach einem Wert, außerdem {date}, + {time}, {username} und {clipboard}. + - Boss-Taste Strg+Leertaste blendet das Fenster sofort aus und wieder ein. + - Medienansicht: Bilder und Videos aus Grok lassen sich in einem eigenen Fenster öffnen, + das links auf voller Bildschirmhöhe erscheint, während Wrok den Rest einnimmt. Videos + laufen im Endlos-Loop. Strg+Umschalt+P öffnet die kopierte Medienadresse, ohne Adresse + das zuletzt geöffnete Medium. + - Automatische Fensterminimierung nach einstellbarer Inaktivität. + - Speichern von Fenstergröße, -position und Maximierungsstatus. + - Automatische Anpassung an den Dark- bzw. Light-Mode von Windows, inklusive Tray-Symbol + und Titelleiste. + - Gezieltes Löschen der Browserdaten, wahlweise nur Cache oder alles. + - Optionaler Start mit Windows. + + NASS e.K. und Wrok stehen in keiner Verbindung zu Grok, xAI oder X. Alle genannten + Markennamen sind Eigentum der jeweiligen Inhaber und dienen nur der Beschreibung. +Moniker: wrok +Tags: +- ai +- bosskey +- chat +- csharp +- dotnet +- grok +- macros +- privacy +- tray +- webclient +- webview2 +- windows +ReleaseNotes: |- + Erste stabile Version. + + Neu: + - Medienansicht für Bilder und Videos mit Nebeneinander-Anordnung; Videos im Endlos-Loop. + - Makrovariable {input} fragt vor dem Senden nach einer Eingabe. + - Start mit Windows über das Tray-Menü. + - Browserdaten löschen mit Auswahl zwischen nur Cache und allem. + - Aufgeräumtes Tray-Menü mit den Gruppen Einstellungen und Werkzeuge. + + Behoben: + - Die Bildansicht ließ sich nie öffnen, weil ExecuteScriptAsync keine Promises auflöst. + - Die Rate-Limit-Anzeige lieferte aus demselben Grund nie Daten. + - Sporadische GDI+-Fehler beim Anzeigen und Speichern von Bildern. + - Mausrad-Zoom in der Bildansicht. + - Dokumentation der Boss-Taste korrigiert (Strg+Leertaste). +ReleaseNotesUrl: https://github.com/manfred-mueller/Wrok/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml new file mode 100644 index 0000000000000..423768182e63f --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NASS.Wrok +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: NASS e.K. +PublisherUrl: https://github.com/manfred-mueller +PublisherSupportUrl: https://github.com/manfred-mueller/Wrok/issues +Author: Manfred Müller +PackageName: Wrok +PackageUrl: https://github.com/manfred-mueller/Wrok +License: GPL-2.0 +LicenseUrl: https://github.com/manfred-mueller/Wrok/blob/master/LICENSE.txt +Copyright: Copyright © Manfred Müller 2026 +ShortDescription: Modern, portable WebView2-based Grok client with macro hotkeys, a boss key, a media viewer and a tray menu. +Description: |- + Wrok is a modern, portable client for grok.com built on WebView2. It works entirely + without API access and uses the regular sign-in inside the embedded browser. + + Features: + - Up to ten freely assignable macros on the hotkeys Ctrl+1 through Ctrl+0. Macro text may + contain variables: {input} prompts for a value before sending, plus {date}, {time}, + {username} and {clipboard}. + - Boss key Ctrl+Space instantly hides and restores the window. + - Media viewer: images and videos from Grok open in a separate window, placed on the left + at full screen height while Wrok fills the remaining space. Videos play in an endless + loop. Ctrl+Shift+P opens a copied media address, or the last media item if none. + - Automatic window minimization after a configurable idle period. + - Window size, position and maximized state are remembered. + - Automatic adaptation to the Windows dark and light modes, including tray icon and + title bar. + - Selective clearing of browsing data, either cache only or everything. + - Optional start with Windows. + + NASS e.K. and Wrok are not affiliated with Grok, xAI or X. All trademarks mentioned are + the property of their respective owners and are used for descriptive purposes only. +Tags: +- ai +- bosskey +- chat +- csharp +- dotnet +- grok +- macros +- privacy +- tray +- webclient +- webview2 +- windows +ReleaseNotes: |- + First stable release. + + Added: + - Media viewer for images and videos with side-by-side layout; videos loop endlessly. + - Macro variable {input} prompts for a value before sending. + - Start with Windows via the tray menu. + - Clearing browsing data with a choice between cache only and everything. + - Reorganised tray menu with Settings and Tools groups. + + Fixed: + - The image viewer never opened because ExecuteScriptAsync does not resolve promises. + - The rate limit display never returned data for the same reason. + - Intermittent GDI+ errors when displaying and saving images. + - Mouse wheel zoom in the image viewer. + - Corrected the documented boss key (Ctrl+Space). +ReleaseNotesUrl: https://github.com/manfred-mueller/Wrok/releases/tag/v1.0.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml new file mode 100644 index 0000000000000..7620aa02232e6 --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.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: NASS.Wrok +PackageVersion: 1.0.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.12.0 From 4a017f1c6459000575735d6b65d945a4ed158ec0 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:19:02 +0800 Subject: [PATCH 13/75] New version: Tencent.WeixinDevTools version 2.02.2607161 (#404254) --- .../Tencent.WeixinDevTools.installer.yaml | 11 ++++------- .../Tencent.WeixinDevTools.locale.en-US.yaml | 2 +- .../Tencent.WeixinDevTools.locale.zh-CN.yaml | 6 +++--- .../Tencent.WeixinDevTools.yaml | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) rename manifests/t/Tencent/WeixinDevTools/{2.01.2510290 => 2.02.2607161}/Tencent.WeixinDevTools.installer.yaml (52%) rename manifests/t/Tencent/WeixinDevTools/{2.01.2510290 => 2.02.2607161}/Tencent.WeixinDevTools.locale.en-US.yaml (97%) rename manifests/t/Tencent/WeixinDevTools/{2.01.2510290 => 2.02.2607161}/Tencent.WeixinDevTools.locale.zh-CN.yaml (78%) rename manifests/t/Tencent/WeixinDevTools/{2.01.2510290 => 2.02.2607161}/Tencent.WeixinDevTools.yaml (89%) diff --git a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.installer.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.installer.yaml similarity index 52% rename from manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.installer.yaml rename to manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.installer.yaml index 30fc00575566d..ea48e11bde76e 100644 --- a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.installer.yaml +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tencent.WeixinDevTools -PackageVersion: 2.01.2510290 +PackageVersion: 2.02.2607161 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -13,13 +13,10 @@ FileExtensions: - wxs - wxss ProductCode: 微信开发者工具 -ReleaseDate: 2025-10-29 +ReleaseDate: 2026-07-16 Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/WechatWebDev/release/be1ec64cf6184b0fa64091919793f068/wechat_devtools_2.01.2510290_win32_ia32.exe - InstallerSha256: B221CA766C951BD195944517039B829CA2C98DF784ADDC05B89201F9C6F96EAC - Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/WechatWebDev/release/be1ec64cf6184b0fa64091919793f068/wechat_devtools_2.01.2510290_win32_x64.exe - InstallerSha256: F817DB8DD71C9A9B27583C18A17C300144314162CA7B7F944B6262C458B127F7 + InstallerUrl: https://dldir1v6.qq.com/WechatWebDev/release/be1ec64cf6184b0fa64091919793f068/wechat_devtools_2.02.2607161_win32_x64.exe + InstallerSha256: A0FC31B219BD53B500A39CADF5A249CE617991B319AB5086BF7EA1F139FF66DF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.locale.en-US.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.locale.en-US.yaml similarity index 97% rename from manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.locale.en-US.yaml rename to manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.locale.en-US.yaml index cc14afabaef1c..312e5ac921543 100644 --- a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.locale.en-US.yaml +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tencent.WeixinDevTools -PackageVersion: 2.01.2510290 +PackageVersion: 2.02.2607161 PackageLocale: en-US Publisher: 腾讯科技(广州)有限公司 PublisherUrl: https://www.wechat.com/en/ diff --git a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.locale.zh-CN.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.locale.zh-CN.yaml similarity index 78% rename from manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.locale.zh-CN.yaml rename to manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.locale.zh-CN.yaml index 955775cfb2292..cbc32bbb86e58 100644 --- a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.locale.zh-CN.yaml +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tencent.WeixinDevTools -PackageVersion: 2.01.2510290 +PackageVersion: 2.02.2607161 PackageLocale: zh-CN Publisher: 腾讯科技(广州)有限公司 PublisherUrl: https://weixin.qq.com/ @@ -26,8 +26,8 @@ Tags: - 微信 - 编程 - 网页 -ReleaseNotes: 基于 2012510280 修复若干 skyline、安全问题等 -ReleaseNotesUrl: https://developers.weixin.qq.com/community/minihome/doc/0006c4b6ae05f0e6d0d4d77066bc01 +ReleaseNotes: 本版本对工具底层框架进行了一次大版本改造,基于 Electron 36.6 / Chromium 136 完成工具的全面升级,带来更好的兼容性、性能表现以及更完善的调试能力。新增支持小程序 ai 开发调试能力 +ReleaseNotesUrl: https://developers.weixin.qq.com/community/minihome/doc/0008e80a284b4888a3652f7e46b401 Documentations: - DocumentLabel: 开发者文档 DocumentUrl: https://developers.weixin.qq.com/miniprogram/dev/framework/ diff --git a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.yaml similarity index 89% rename from manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.yaml rename to manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.yaml index 3fac5492eeaf7..90e0acdec4d85 100644 --- a/manifests/t/Tencent/WeixinDevTools/2.01.2510290/Tencent.WeixinDevTools.yaml +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607161/Tencent.WeixinDevTools.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tencent.WeixinDevTools -PackageVersion: 2.01.2510290 +PackageVersion: 2.02.2607161 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 79a0e6d6a99737894e7954105a06f8d90285ef2a Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com> Date: Sat, 18 Jul 2026 18:19:15 +0200 Subject: [PATCH 14/75] New version: JanDeDobbeleer.Aliae version 1.4.0 (#404257) --- .../1.4.0/JanDeDobbeleer.Aliae.installer.yaml | 23 ++++++++++++ .../JanDeDobbeleer.Aliae.locale.en-US.yaml | 36 +++++++++++++++++++ .../Aliae/1.4.0/JanDeDobbeleer.Aliae.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.installer.yaml create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.locale.en-US.yaml create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.yaml diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.installer.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.installer.yaml new file mode 100644 index 0000000000000..c2d751da99cf7 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.4.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: msix +UpgradeBehavior: uninstallPrevious +PackageFamilyName: aliae.cli_96v55e8n804z4 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v1.4.0/install-x64.msix + InstallerSha256: E771C5BF58C4588348585B3B413DEF4F8AED43D7E7F10C6A1A237B84007C8B28 + SignatureSha256: 7A089ABB55726850052681DF34BC8E814F390FE020D06154A28169030BA2CF64 +- Architecture: arm64 + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v1.4.0/install-arm64.msix + InstallerSha256: 6255842A4A873550E89F5A83CA88C2AD30E10391481B0407100BAA6352136177 + SignatureSha256: E5BB71DC6A4771BBD5097B7B2B8970F8C1851A33CFC838372E56269B716F85AA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.locale.en-US.yaml new file mode 100644 index 0000000000000..a66688555967f --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/aliae/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/aliae/issues +Author: Jan De Dobbeleer +PackageName: Aliae +PackageUrl: https://aliae.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/aliae/raw/main/LICENSE +ShortDescription: Cross platform shell management +Moniker: aliae +Tags: +- console +- command-line +- shell +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- aliae +- dotfiles +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/aliae/releases/tag/v1.4.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JanDeDobbeleer/aliae/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.yaml new file mode 100644 index 0000000000000..d72149f026d53 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.4.0/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0cd39a357629ea8803a9f7198e1ba0c04a9912bc Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:19:32 +0800 Subject: [PATCH 15/75] Add version: Hurdle.Hurdle version 0.0.0 (#404258) --- .../{1.24.12 => 0.0.0}/Hurdle.Hurdle.installer.yaml | 11 ++++------- .../Hurdle.Hurdle.locale.en-US.yaml | 2 +- .../Hurdle.Hurdle.locale.zh-CN.yaml | 2 +- .../Hurdle/{1.24.12 => 0.0.0}/Hurdle.Hurdle.yaml | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) rename manifests/h/Hurdle/Hurdle/{1.24.12 => 0.0.0}/Hurdle.Hurdle.installer.yaml (56%) rename manifests/h/Hurdle/Hurdle/{1.24.12 => 0.0.0}/Hurdle.Hurdle.locale.en-US.yaml (98%) rename manifests/h/Hurdle/Hurdle/{1.24.12 => 0.0.0}/Hurdle.Hurdle.locale.zh-CN.yaml (98%) rename manifests/h/Hurdle/Hurdle/{1.24.12 => 0.0.0}/Hurdle.Hurdle.yaml (90%) diff --git a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.installer.yaml b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.installer.yaml similarity index 56% rename from manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.installer.yaml rename to manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.installer.yaml index ca28ee097150b..f7804ec7c48c6 100644 --- a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.installer.yaml +++ b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Hurdle.Hurdle -PackageVersion: 1.24.12 +PackageVersion: 0.0.0 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -11,13 +11,10 @@ UpgradeBehavior: install Protocols: - hurdle ProductCode: 3ca807c3-a8bb-4171-b02a-a971371b1c13 -ReleaseDate: 2026-01-09 +ReleaseDate: 2026-07-16 Installers: -- Architecture: x86 - InstallerUrl: https://releases.hurdle.live/Hurdle.LIVE-Desktop/hurdle-live-app-v1.24.12-ia32-web.exe - InstallerSha256: 69E6C68F690E75E5822D21937D07963AC384F8C5F4531FA9E2E31B725E2A2C59 - Architecture: x64 - InstallerUrl: https://releases.hurdle.live/Hurdle.LIVE-Desktop/hurdle-live-app-v1.24.12-x64-web.exe - InstallerSha256: 47C68A6E668D7F57BF8C98948A8654574E9AFBB5F8FA54AC9797EC18E05E2161 + InstallerUrl: https://releases.hurdle.live/Hurdle.LIVE-Desktop/hurdle-live-app-v0.0.0-x64-web.exe + InstallerSha256: 8EB95B6AF2DF64E33D76EB34AA332267EDC44F9A6004D6F54B7502C794E5B1F9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.locale.en-US.yaml b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.locale.en-US.yaml similarity index 98% rename from manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.locale.en-US.yaml rename to manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.locale.en-US.yaml index 27ffdeb49720b..2193da2620200 100644 --- a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.locale.en-US.yaml +++ b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Hurdle.Hurdle -PackageVersion: 1.24.12 +PackageVersion: 0.0.0 PackageLocale: en-US Publisher: Hurdle Group Limited PublisherUrl: https://hurdle.live/ diff --git a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.locale.zh-CN.yaml b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.locale.zh-CN.yaml similarity index 98% rename from manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.locale.zh-CN.yaml rename to manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.locale.zh-CN.yaml index c6949680eeec5..078d4ea9512b2 100644 --- a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.locale.zh-CN.yaml +++ b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Hurdle.Hurdle -PackageVersion: 1.24.12 +PackageVersion: 0.0.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 使用 Hurdle 数字化课堂,轻松实现更高效的在线软件培训 diff --git a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.yaml b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.yaml similarity index 90% rename from manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.yaml rename to manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.yaml index c95d2e0fa43d1..4eeeb37493fe8 100644 --- a/manifests/h/Hurdle/Hurdle/1.24.12/Hurdle.Hurdle.yaml +++ b/manifests/h/Hurdle/Hurdle/0.0.0/Hurdle.Hurdle.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Hurdle.Hurdle -PackageVersion: 1.24.12 +PackageVersion: 0.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 07e9147ee77ba3b5eef56166645a10cddbfd143c Mon Sep 17 00:00:00 2001 From: Johnny Wang Date: Sun, 19 Jul 2026 00:19:45 +0800 Subject: [PATCH 16/75] New version: xiaocang.EasydictforWindows version 0.8.7 (#404260) --- ...xiaocang.EasydictforWindows.installer.yaml | 21 ++++++++++++ ...ocang.EasydictforWindows.locale.en-US.yaml | 34 +++++++++++++++++++ .../0.8.7/xiaocang.EasydictforWindows.yaml | 8 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.installer.yaml create mode 100644 manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.locale.en-US.yaml create mode 100644 manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.yaml diff --git a/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.installer.yaml b/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.installer.yaml new file mode 100644 index 0000000000000..3c30e7427cf41 --- /dev/null +++ b/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.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: xiaocang.EasydictforWindows +PackageVersion: 0.8.7 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /CURRENTUSER +ProductCode: '{B7E2A5F3-9C41-4D82-A6F0-1E8B3C5D7F9A}_is1' +ReleaseDate: 2026-07-18 +AppsAndFeaturesEntries: +- ProductCode: '{B7E2A5F3-9C41-4D82-A6F0-1E8B3C5D7F9A}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xiaocang/easydict_win32/releases/download/v0.8.7/Easydict-v0.8.7-x64-setup.unsigned.exe + InstallerSha256: 23328C68D619ACEA06FCC429D49CB32C4E76D47E41B40E7D00867365407103A0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.locale.en-US.yaml b/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.locale.en-US.yaml new file mode 100644 index 0000000000000..fa14a503a3cba --- /dev/null +++ b/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xiaocang.EasydictforWindows +PackageVersion: 0.8.7 +PackageLocale: en-US +Publisher: xiaocang +PublisherUrl: https://github.com/xiaocang +PublisherSupportUrl: https://github.com/xiaocang/easydict_win32/issues +PrivacyUrl: https://github.com/xiaocang/easydict_win32/blob/master/PRIVACY.md +Author: xiaocang +PackageName: Easydict for Windows +PackageUrl: https://github.com/xiaocang/easydict_win32 +License: GPL-3.0 +LicenseUrl: https://github.com/xiaocang/easydict_win32/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023 Tisfeng (macOS original), 2026 xiaocang (Windows port) +CopyrightUrl: https://github.com/xiaocang/easydict_win32/blob/master/LICENSE +ShortDescription: Windows port of Easydict - Dictionary and translation app +Description: Windows port of Easydict translation app. Supports 15+ translation services (Google, DeepL, OpenAI, Gemini, etc.), global hotkeys, multiple window modes, clipboard monitoring, and LLM streaming. Self-contained application with system tray support. +Moniker: easydict +Tags: +- clipboard +- dictionary +- hotkey +- multilingual +- translation +- translator +ReleaseNotes: |- + What's Changed + - Add SAPI 5 voice support for high-quality TTS by @Asura7170 in #184 + Full Changelog: v0.8.6...v0.8.7 +ReleaseNotesUrl: https://github.com/xiaocang/easydict_win32/releases/tag/v0.8.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.yaml b/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.yaml new file mode 100644 index 0000000000000..3803649e5a553 --- /dev/null +++ b/manifests/x/xiaocang/EasydictforWindows/0.8.7/xiaocang.EasydictforWindows.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: xiaocang.EasydictforWindows +PackageVersion: 0.8.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ffb1c264691761bad399fa75ace3b145a4fdaae6 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 18 Jul 2026 12:19:59 -0400 Subject: [PATCH 17/75] New version: Microsoft.SafetyScanner version 1.455.207.0 (#404263) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.455.207.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..68b45b4cc7e5c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.207.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.207.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.207.0&arch=x86 + InstallerSha256: BE720744B11D2295D25FF312971445DC32684DD540EF21065CE3F4CF7D641CF8 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.207.0&arch=amd64 + InstallerSha256: 311BDBBF17691BA68088F300565DA76440385E20229ABB7B7832E8C3E56ADA05 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..7b2622a99efb5 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.207.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.207.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.207.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.207.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..ad37ace30af19 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.207.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.207.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 340dd4ffbf1d07e365ba449608724539e2840a1f Mon Sep 17 00:00:00 2001 From: nimra98 Date: Sat, 18 Jul 2026 18:45:16 +0200 Subject: [PATCH 18/75] New version: buchen.portfolio version 0.86.0 (#403229) --- .../0.86.0/buchen.portfolio.installer.yaml | 15 ++++++++ .../0.86.0/buchen.portfolio.locale.de-DE.yaml | 36 +++++++++++++++++++ .../0.86.0/buchen.portfolio.locale.en-US.yaml | 28 +++++++++++++++ .../portfolio/0.86.0/buchen.portfolio.yaml | 8 +++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.installer.yaml create mode 100644 manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.de-DE.yaml create mode 100644 manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.en-US.yaml create mode 100644 manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.yaml diff --git a/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.installer.yaml b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.installer.yaml new file mode 100644 index 0000000000000..7ad76abdbfe6c --- /dev/null +++ b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.86.0 +InstallerType: nullsoft +Scope: user +ProductCode: Portfolio Performance +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/portfolio-performance/portfolio/releases/download/0.86.0/PortfolioPerformance-0.86.0-setup.exe + InstallerSha256: EB7FD19031EE54864D8D05CC98C71E63A465CF4FC9543E2B1446AE0EE6DFF876 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-16 diff --git a/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.de-DE.yaml b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.de-DE.yaml new file mode 100644 index 0000000000000..25ec970075a65 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.de-DE.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: buchen.portfolio +PackageVersion: 0.86.0 +PackageLocale: de-DE +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Portfolio Performance berechnet die Gesamtperformance Ihres Anlageportfolios. +Tags: +- eclipse +- financial +- investment-portfolio +- java +- portfolio +- portfolio-performance +- stocks +ReleaseNotes: |- + * Neu: In der Rebalancing-Ansicht kannst du jetzt einen zusätzlichen Betrag zum Investieren oder Entnehmen eingeben, sodass dir angezeigt wird, wie du einen anstehenden Zahlungsstrom aufteilst. + * Neu: Import und Export benutzerdefinierter Wertpapier-Attribute per CSV. + * Neu: Spalte "Gewinn/Verlust" auf Basis der gleitenden durchschnittlichen Anschaffungskosten hinzugefügt. + * Neu: Option hinzugefügt, um den gleitenden Durchschnitt als Kostenmethode in der Zahlungen-Ansicht zu verwenden. + * Neu: PDF-Importer für St.Galler Kantonalbank hinzugefügt. + * Verbesserung: PDF-Importer für KBC/Bolero, flatex, Scalable Capital, comdirect, Raiffeisenbank Gruppe und Consorsbank verbessert. + * Verbesserung: "Quartal/Anlage" in der Zahlungen-Ansicht kann jetzt ebenfalls nur das erste Jahr anzeigen. + * Verbesserung: Das Feld "Quelle" einer Buchung ist jetzt direkt bearbeitbar, wie das Notizfeld. + * Verbesserung: In der Vermögensaufstellung kannst du das Datum jetzt direkt eingeben. + * Fehlerbehebung: Der CSV-Import schlägt beim erneuten Einlesen einer Datei nicht mehr an leeren Spalten fehl. +ReleaseNotesUrl: https://github.com/portfolio-performance/portfolio/releases/tag/0.86.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.en-US.yaml b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.en-US.yaml new file mode 100644 index 0000000000000..2fc532fce89c4 --- /dev/null +++ b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: buchen.portfolio +PackageVersion: 0.86.0 +PackageLocale: en-US +Publisher: Andreas Buchen +PublisherUrl: http://abuchen.name +PublisherSupportUrl: https://github.com/buchen/portfolio/issues +PackageName: Portfolio Performance +PackageUrl: https://github.com/buchen/portfolio +License: EPL-1.0 +LicenseUrl: https://github.com/buchen/portfolio/blob/master/LICENSE +ShortDescription: Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets. +ReleaseNotes: |- + * New: Rebalancing view now lets you enter an additional amount to invest or withdraw, so it can tell you how to allocate an upcoming cash flow. + * New: Import and export custom security attributes via CSV. + * New: Added a profit/loss column based on the moving average cost basis. + * New: Added an option to use moving average as the cost method in the payments view. + * New: Added a PDF importer for St.Galler Kantonalbank. + * Improvement: Enhanced PDF importers for KBC/Bolero, flatex, Scalable Capital, comdirect, Raiffeisenbank Gruppe, and Consorsbank. + * Improvement: The payments-per-quarter matrix can now display the first year only. + * Improvement: The transaction source field is now inline-editable, like the note field. + * Improvement: You can now type the date directly in the Time Machine on the statement of assets. + * Fix: CSV import no longer fails on empty columns when re-reading a file. +ReleaseNotesUrl: https://github.com/portfolio-performance/portfolio/releases/tag/0.86.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.yaml b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.yaml new file mode 100644 index 0000000000000..91c1c5268195c --- /dev/null +++ b/manifests/b/buchen/portfolio/0.86.0/buchen.portfolio.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: buchen.portfolio +PackageVersion: 0.86.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.12.0 From 27e1d0d78ca06670df34c65ca9c37b8128f5d004 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:45:32 +0800 Subject: [PATCH 19/75] New version: Bria.Bria version 68.13.0597 (6.8.7.1_130597) (#404265) --- .../Bria.Bria.installer.yaml | 10 +++++----- .../Bria.Bria.locale.en-US.yaml | 9 +++++++-- .../Bria.Bria.locale.zh-CN.yaml | 2 +- .../Bria/{68.13.0258 => 68.13.0597}/Bria.Bria.yaml | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) rename manifests/b/Bria/Bria/{68.13.0258 => 68.13.0597}/Bria.Bria.installer.yaml (73%) rename manifests/b/Bria/Bria/{68.13.0258 => 68.13.0597}/Bria.Bria.locale.en-US.yaml (81%) rename manifests/b/Bria/Bria/{68.13.0258 => 68.13.0597}/Bria.Bria.locale.zh-CN.yaml (95%) rename manifests/b/Bria/Bria/{68.13.0258 => 68.13.0597}/Bria.Bria.yaml (89%) diff --git a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.installer.yaml b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.installer.yaml similarity index 73% rename from manifests/b/Bria/Bria/68.13.0258/Bria.Bria.installer.yaml rename to manifests/b/Bria/Bria/68.13.0597/Bria.Bria.installer.yaml index 21d55641ca6df..c18b3ba7f035b 100644 --- a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.installer.yaml +++ b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Bria.Bria -PackageVersion: 68.13.0258 +PackageVersion: 68.13.0597 InstallerType: wix Scope: machine InstallerSwitches: @@ -11,15 +11,15 @@ Protocols: - callto - sip - vccs -ProductCode: '{15A14DC2-66B1-4D69-862F-43097EF29E89}' -ReleaseDate: 2026-05-22 +ProductCode: '{B918B031-85A4-4612-AAD1-31120FA9ECFB}' +ReleaseDate: 2026-07-10 AppsAndFeaturesEntries: - UpgradeCode: '{BBA9E1D8-18F9-4732-BADC-7394B25991AA}' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles(x86)%\CounterPath\Bria' Installers: - Architecture: x86 - InstallerUrl: https://counterpath.s3.us-east-1.amazonaws.com/downloads/Bria_6.8.7_130258.msi - InstallerSha256: 6C2FEE5B3708806257D81DC9F16F03E44EAE76DD626AF70231C2344E96B8E0AD + InstallerUrl: https://counterpath.s3.us-east-1.amazonaws.com/downloads/Bria_6.8.7.1_130597.msi + InstallerSha256: C083889A97EC6388F2D074AA76A65450155D0E1809B7B967A3D9429D6679033F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.locale.en-US.yaml b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.locale.en-US.yaml similarity index 81% rename from manifests/b/Bria/Bria/68.13.0258/Bria.Bria.locale.en-US.yaml rename to manifests/b/Bria/Bria/68.13.0597/Bria.Bria.locale.en-US.yaml index f73d9fa89125a..dd5d89d32250e 100644 --- a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.locale.en-US.yaml +++ b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Bria.Bria -PackageVersion: 68.13.0258 +PackageVersion: 68.13.0597 PackageLocale: en-US Publisher: CounterPath Corporation PublisherUrl: https://www.counterpath.com/ @@ -23,6 +23,11 @@ Tags: - telephone - telephony ReleaseNotes: |- + Updated API certificate for Bria Desktop API integration + The version 6.8.7.1 includes an updated API certificate used for Desktop API integration. This certificate will expire on January 8, 2027. + Desktop API certificate info + For the Bria Desktop API integration, this Bria version includes a TLS certificate which will expire on January 8, 2027. + Bria for Windows and Mac 6.8.7 (May 22, 2026) Windows 10: End of support by Microsoft After October 14, 2025, Microsoft will no longer provide free software updates from Windows Update, technical assistance, or security fixes for Windows 10. Move to Windows 11 now. Learn more. Resolved issues @@ -30,7 +35,7 @@ ReleaseNotes: |- - Resolved the known issue with starting Bria Windows version 6.8.6. - Includes updates to various third party libraries. Desktop API certificate info - For the Bria Desktop API integration, this Bria version includes a TLS certificate which will expire on September 18, 2026. + For the Bria Desktop API integration, this Bria version includes a TLS certificate which will expire on September 18, 2026. Known issues The cursor visibility issue on Bria Mac Version 6.8.6 On devices using macOS 26 Tahoe, the cursor disappears once the user starts typing in a field, such as the call field and the search contacts field. This does not affect typing itself but it's inconvenient to lose track of the cursor. We are working on fixing this issue. diff --git a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.locale.zh-CN.yaml b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.locale.zh-CN.yaml similarity index 95% rename from manifests/b/Bria/Bria/68.13.0258/Bria.Bria.locale.zh-CN.yaml rename to manifests/b/Bria/Bria/68.13.0597/Bria.Bria.locale.zh-CN.yaml index 6b849aa23ebdf..b29d2b68d3347 100644 --- a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.locale.zh-CN.yaml +++ b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Bria.Bria -PackageVersion: 68.13.0258 +PackageVersion: 68.13.0597 PackageLocale: zh-CN License: 专有软件 ShortDescription: 现代职场沟通协作应用 diff --git a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.yaml b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.yaml similarity index 89% rename from manifests/b/Bria/Bria/68.13.0258/Bria.Bria.yaml rename to manifests/b/Bria/Bria/68.13.0597/Bria.Bria.yaml index a775afde4f1fc..fb79e521a2a63 100644 --- a/manifests/b/Bria/Bria/68.13.0258/Bria.Bria.yaml +++ b/manifests/b/Bria/Bria/68.13.0597/Bria.Bria.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Bria.Bria -PackageVersion: 68.13.0258 +PackageVersion: 68.13.0597 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 12790d70e6de83b8f0eff74bf4f89b117a5623de Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:45:46 +0800 Subject: [PATCH 20/75] New version: CrossPlusA.Balabolka version 2.15.0.918 (#404266) --- .../CrossPlusA.Balabolka.installer.yaml | 8 ++++---- .../CrossPlusA.Balabolka.locale.en-US.yaml | 6 +++--- .../CrossPlusA.Balabolka.locale.zh-CN.yaml | 2 +- .../{2.15.0.917 => 2.15.0.918}/CrossPlusA.Balabolka.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) rename manifests/c/CrossPlusA/Balabolka/{2.15.0.917 => 2.15.0.918}/CrossPlusA.Balabolka.installer.yaml (80%) rename manifests/c/CrossPlusA/Balabolka/{2.15.0.917 => 2.15.0.918}/CrossPlusA.Balabolka.locale.en-US.yaml (91%) rename manifests/c/CrossPlusA/Balabolka/{2.15.0.917 => 2.15.0.918}/CrossPlusA.Balabolka.locale.zh-CN.yaml (98%) rename manifests/c/CrossPlusA/Balabolka/{2.15.0.917 => 2.15.0.918}/CrossPlusA.Balabolka.yaml (89%) diff --git a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.installer.yaml b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.installer.yaml similarity index 80% rename from manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.installer.yaml rename to manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.installer.yaml index 2a2b5820ae7ec..063b527d7b9e9 100644 --- a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.installer.yaml +++ b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CrossPlusA.Balabolka -PackageVersion: 2.15.0.917 +PackageVersion: 2.15.0.918 InstallerType: zip FileExtensions: - bxt - bxz -ReleaseDate: 2026-06-06 +ReleaseDate: 2026-07-18 Installers: - Architecture: x86 NestedInstallerType: exe NestedInstallerFiles: - RelativeFilePath: setup.exe InstallerUrl: https://www.cross-plus-a.com/balabolka.zip - InstallerSha256: 7E07A81734F03085C2DBC8DD36B70221BE3B1F8982A1915682174CC6128C482E + InstallerSha256: 5EBD681C767A9CBA614DBA393C5C42B281923E0A8980AF854DF5CFFF23D8DA01 InstallModes: - interactive - silent @@ -29,7 +29,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Balabolka\balabolka.exe InstallerUrl: https://www.cross-plus-a.com/balabolka_portable.zip - InstallerSha256: 3D0A443B7DFC71DAF374BCD1426B04D9F4435A594A20575E649FCB519D95C40B + InstallerSha256: B462794A3A1CCEE6E04D6C20BBAD077CD5941A37F78F4EF529E0B3B1EF5F32FD UpgradeBehavior: uninstallPrevious ArchiveBinariesDependOnPath: true ManifestType: installer diff --git a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.locale.en-US.yaml b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.locale.en-US.yaml similarity index 91% rename from manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.locale.en-US.yaml rename to manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.locale.en-US.yaml index eee946afc5e99..0cdc81dfdb90f 100644 --- a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.locale.en-US.yaml +++ b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CrossPlusA.Balabolka -PackageVersion: 2.15.0.917 +PackageVersion: 2.15.0.918 PackageLocale: en-US Publisher: Ilya Morozov PublisherUrl: https://www.cross-plus-a.com/ @@ -20,8 +20,8 @@ Tags: - text-to-speech - tts ReleaseNotes: |- - [-] Fixed the text extracting for EPUB and MOBI files. - [-] Fixed the using of Google TTS. + [-] Fixed the using of LibreTranslate. + [*] Resources for Bulgarian and Turkish languages were updated (thanks to Kostadin Kolev and Fettah Pınar). ReleaseNotesUrl: https://www.cross-plus-a.com/changelog.txt Documentations: - DocumentLabel: FAQ diff --git a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.locale.zh-CN.yaml b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.locale.zh-CN.yaml similarity index 98% rename from manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.locale.zh-CN.yaml rename to manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.locale.zh-CN.yaml index f82d037552e32..98c3d6152738a 100644 --- a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.locale.zh-CN.yaml +++ b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: CrossPlusA.Balabolka -PackageVersion: 2.15.0.917 +PackageVersion: 2.15.0.918 PackageLocale: zh-CN License: 免费软件 ShortDescription: 文本转语音(TTS)程序 diff --git a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.yaml b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.yaml similarity index 89% rename from manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.yaml rename to manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.yaml index 8a10444ac2692..a1bfed9b49e7e 100644 --- a/manifests/c/CrossPlusA/Balabolka/2.15.0.917/CrossPlusA.Balabolka.yaml +++ b/manifests/c/CrossPlusA/Balabolka/2.15.0.918/CrossPlusA.Balabolka.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CrossPlusA.Balabolka -PackageVersion: 2.15.0.917 +PackageVersion: 2.15.0.918 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 7407e8b5e4cbe1f988ebf46ef86bc84fc926dbab Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:46:01 +0800 Subject: [PATCH 21/75] New version: DeepL.DeepL version 26.7.1 (26.7.1.20277) (#404267) --- .../DeepL/DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.installer.yaml | 4 ++-- .../DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.locale.en-US.yaml | 2 +- .../DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.locale.zh-CN.yaml | 2 +- manifests/d/DeepL/DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/d/DeepL/DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.installer.yaml (95%) rename manifests/d/DeepL/DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.locale.en-US.yaml (97%) rename manifests/d/DeepL/DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.locale.zh-CN.yaml (97%) rename manifests/d/DeepL/DeepL/{26.5.1 => 26.7.1}/DeepL.DeepL.yaml (91%) diff --git a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.installer.yaml b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.installer.yaml similarity index 95% rename from manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.installer.yaml rename to manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.installer.yaml index f7705dbb9ab1c..ee9330464a83d 100644 --- a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.installer.yaml +++ b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 26.5.1 +PackageVersion: 26.7.1 InstallerType: exe InstallModes: - interactive @@ -16,7 +16,7 @@ UpgradeBehavior: install Protocols: - deepl ProductCode: https%3a##appdownload.deepl.com#windows#0install#deepl.xml -ReleaseDate: 2026-05-26 +ReleaseDate: 2026-07-02 Installers: - Architecture: x64 Scope: user diff --git a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.locale.en-US.yaml b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.locale.en-US.yaml similarity index 97% rename from manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.locale.en-US.yaml rename to manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.locale.en-US.yaml index cf133c9fc5b98..7ebd6549ea962 100644 --- a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.locale.en-US.yaml +++ b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 26.5.1 +PackageVersion: 26.7.1 PackageLocale: en-US Publisher: DeepL SE PublisherUrl: https://www.deepl.com/en/publisher diff --git a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.locale.zh-CN.yaml b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.locale.zh-CN.yaml similarity index 97% rename from manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.locale.zh-CN.yaml rename to manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.locale.zh-CN.yaml index 193ec8b8d9be5..98b1a7e72808c 100644 --- a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.locale.zh-CN.yaml +++ b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 26.5.1 +PackageVersion: 26.7.1 PackageLocale: zh-CN Publisher: DeepL SE PublisherUrl: https://www.deepl.com/zh/publisher diff --git a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.yaml b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.yaml similarity index 91% rename from manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.yaml rename to manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.yaml index d811c77eef7d6..47b4de164de8b 100644 --- a/manifests/d/DeepL/DeepL/26.5.1/DeepL.DeepL.yaml +++ b/manifests/d/DeepL/DeepL/26.7.1/DeepL.DeepL.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: DeepL.DeepL -PackageVersion: 26.5.1 +PackageVersion: 26.7.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From a3177e85314eb7e05c27743b5c15c3bd8d2132e3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:46:15 +0800 Subject: [PATCH 22/75] New version: Docker.DockerCLI version 29.6.2 (#404268) --- .../{29.6.1 => 29.6.2}/Docker.DockerCLI.installer.yaml | 6 +++--- .../{29.6.1 => 29.6.2}/Docker.DockerCLI.locale.en-US.yaml | 2 +- .../DockerCLI/{29.6.1 => 29.6.2}/Docker.DockerCLI.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename manifests/d/Docker/DockerCLI/{29.6.1 => 29.6.2}/Docker.DockerCLI.installer.yaml (80%) rename manifests/d/Docker/DockerCLI/{29.6.1 => 29.6.2}/Docker.DockerCLI.locale.en-US.yaml (95%) rename manifests/d/Docker/DockerCLI/{29.6.1 => 29.6.2}/Docker.DockerCLI.yaml (91%) diff --git a/manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.installer.yaml b/manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.installer.yaml similarity index 80% rename from manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.installer.yaml rename to manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.installer.yaml index ce7f12ffa89f2..135a4ad383ce9 100644 --- a/manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.installer.yaml +++ b/manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Docker.DockerCLI -PackageVersion: 29.6.1 +PackageVersion: 29.6.2 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: @@ -12,7 +12,7 @@ NestedInstallerFiles: PortableCommandAlias: dockerd Installers: - Architecture: x64 - InstallerUrl: https://download.docker.com/win/static/stable/x86_64/docker-29.6.1.zip - InstallerSha256: D7733525C3EE497D110F627EA781A297EB6345CA55F8A336D847E439DBDCEAB0 + InstallerUrl: https://download.docker.com/win/static/stable/x86_64/docker-29.6.2.zip + InstallerSha256: C790BFCC9E8B227173B20F04F4DDAAE6E997EAC6D4AEAF7A850E2874D9222944 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.locale.en-US.yaml b/manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.locale.en-US.yaml similarity index 95% rename from manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.locale.en-US.yaml rename to manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.locale.en-US.yaml index 8d789f221dd05..d0d0c497ea8fe 100644 --- a/manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.locale.en-US.yaml +++ b/manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Docker.DockerCLI -PackageVersion: 29.6.1 +PackageVersion: 29.6.2 PackageLocale: en-US Publisher: Docker Inc. PackageName: Docker CLI diff --git a/manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.yaml b/manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.yaml similarity index 91% rename from manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.yaml rename to manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.yaml index 4735058715ed9..2aaf701974c0c 100644 --- a/manifests/d/Docker/DockerCLI/29.6.1/Docker.DockerCLI.yaml +++ b/manifests/d/Docker/DockerCLI/29.6.2/Docker.DockerCLI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Docker.DockerCLI -PackageVersion: 29.6.1 +PackageVersion: 29.6.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 2900a22f3f7d44eecf3e3634f6dd4aa088949364 Mon Sep 17 00:00:00 2001 From: Sidney Sissaoui Date: Sat, 18 Jul 2026 19:11:30 +0200 Subject: [PATCH 23/75] New version: Helvesec.RMUX version 0.9.0 (#404273) --- .../RMUX/0.9.0/Helvesec.RMUX.installer.yaml | 20 +++++++++++++++ .../0.9.0/Helvesec.RMUX.locale.en-US.yaml | 25 +++++++++++++++++++ .../h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.yaml | 7 ++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.installer.yaml create mode 100644 manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.locale.en-US.yaml create mode 100644 manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.yaml diff --git a/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.installer.yaml b/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.installer.yaml new file mode 100644 index 0000000000000..089c9ce00b923 --- /dev/null +++ b/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Helvesec.RMUX +PackageVersion: 0.9.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: rmux-0.9.0-windows-x86_64\rmux.exe + PortableCommandAlias: rmux +ArchiveBinariesDependOnPath: true +ReleaseDate: "2026-07-18" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/Helvesec/rmux/releases/download/v0.9.0/rmux-0.9.0-windows-x86_64.zip + InstallerSha256: 3887F8F0BB810831BFB86460EA917B5B2425F77B161374DE2C32FB42347A008D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.locale.en-US.yaml b/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.locale.en-US.yaml new file mode 100644 index 0000000000000..d060ede6c1ef5 --- /dev/null +++ b/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Helvesec.RMUX +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: Helvesec +PublisherUrl: https://github.com/Helvesec +PublisherSupportUrl: https://github.com/Helvesec/rmux/issues +Author: Helvesec +PackageName: RMUX +PackageUrl: https://rmux.io +License: MIT OR Apache-2.0 +ShortDescription: Terminal multiplexer with a tmux-style CLI, daemon runtime, and native Windows support. +Description: |- + RMUX is a terminal multiplexer with a tmux-style command line, daemon-backed persistent sessions, native Windows support, and a Rust SDK for automation. +Moniker: rmux +Tags: + - cli + - multiplexer + - rust + - terminal + - tmux +ReleaseNotesUrl: https://github.com/Helvesec/rmux/releases/tag/v0.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.yaml b/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.yaml new file mode 100644 index 0000000000000..ba8b1af1e7cb1 --- /dev/null +++ b/manifests/h/Helvesec/RMUX/0.9.0/Helvesec.RMUX.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Helvesec.RMUX +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 22df919f3cdef72a1416ea579e985b4774921372 Mon Sep 17 00:00:00 2001 From: oai-fork-bot <5058-sa-forksbot-github@openai.com> Date: Sat, 18 Jul 2026 10:39:55 -0700 Subject: [PATCH 24/75] New version: OpenAI.Codex version 0.144.6 (#404238) --- .../Codex/0.144.6/OpenAI.Codex.installer.yaml | 37 +++++++++++++++++++ .../0.144.6/OpenAI.Codex.locale.en-US.yaml | 37 +++++++++++++++++++ .../o/OpenAI/Codex/0.144.6/OpenAI.Codex.yaml | 8 ++++ 3 files changed, 82 insertions(+) create mode 100644 manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.installer.yaml create mode 100644 manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.locale.en-US.yaml create mode 100644 manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.yaml diff --git a/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.installer.yaml b/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.installer.yaml new file mode 100644 index 0000000000000..7467141afc14c --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.installer.yaml @@ -0,0 +1,37 @@ +# 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: OpenAI.Codex +PackageVersion: 0.144.6 +InstallerType: zip +NestedInstallerType: portable +Commands: +- codex +ReleaseDate: 2026-07-18 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + - RelativeFilePath: codex-x86_64-pc-windows-msvc.exe + PortableCommandAlias: codex + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.144.6/codex-x86_64-pc-windows-msvc.exe.zip + InstallerSha256: 0048604040FE61FA6163238FB0FCBDA79E6BC465A8EECAFC8F5AE8E4B69F77FD + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: codex-aarch64-pc-windows-msvc.exe + PortableCommandAlias: codex + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.144.6/codex-aarch64-pc-windows-msvc.exe.zip + InstallerSha256: DE13275B7E31731474E0C1BCE68CEAA07BA85CEECF63A1A4A9D5F7F58275B2D2 + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.locale.en-US.yaml b/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.locale.en-US.yaml new file mode 100644 index 0000000000000..7e65e6eae03da --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.locale.en-US.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: OpenAI.Codex +PackageVersion: 0.144.6 +PackageLocale: en-US +Publisher: OpenAI, Inc. +PublisherUrl: https://github.com/openai +PublisherSupportUrl: https://github.com/openai/codex/issues +Author: OpenAI, Inc. +PackageName: Codex CLI +PackageUrl: https://github.com/openai/codex +License: Apache-2.0 +LicenseUrl: https://github.com/openai/codex/blob/HEAD/LICENSE +Copyright: Copyright 2025 OpenAI +CopyrightUrl: https://github.com/openai/codex/blob/HEAD/NOTICE +ShortDescription: Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line. +Moniker: codex +Tags: +- agent +- ai +- cli +- llm +- openai +ReleaseNotes: |- + Bug Fixes + - Refreshed bundled instructions for GPT-5.6 Sol, Terra, and Luna, and corrected their context windows to 272,000 tokens. (#33972, #34009) + Changelog + Full Changelog: rust-v0.144.5...rust-v0.144.6 + - #33972 Backport refreshed bundled model metadata to 0.144 @sayan-oai + - #34009 Narrow 0.144 hotfix to GPT-5.6 prompts and context @sayan-oai +ReleaseNotesUrl: https://github.com/openai/codex/releases/tag/rust-v0.144.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://developers.openai.com/codex/cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.yaml b/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.yaml new file mode 100644 index 0000000000000..f58d50f20ab3b --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.144.6/OpenAI.Codex.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: OpenAI.Codex +PackageVersion: 0.144.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c383f7e7337ba15102ccd5dfcfc3e48a8848dcdd Mon Sep 17 00:00:00 2001 From: Kevin Boss Date: Sat, 18 Jul 2026 19:40:09 +0200 Subject: [PATCH 25/75] Remove version: kevinboss.haus version 0.6.0 (#404309) --- .../haus/0.6.0/kevinboss.haus.installer.yaml | 15 ----------- .../0.6.0/kevinboss.haus.locale.en-US.yaml | 27 ------------------- .../kevinboss/haus/0.6.0/kevinboss.haus.yaml | 8 ------ 3 files changed, 50 deletions(-) delete mode 100644 manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.installer.yaml delete mode 100644 manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.locale.en-US.yaml delete mode 100644 manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.yaml diff --git a/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.installer.yaml b/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.installer.yaml deleted file mode 100644 index 2ae5b61dba497..0000000000000 --- a/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.installer.yaml +++ /dev/null @@ -1,15 +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: kevinboss.haus -PackageVersion: 0.6.0 -InstallerType: portable -Commands: -- haus -ReleaseDate: 2026-05-13 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/kevinboss/haus/releases/download/v0.6.0/haus.exe - InstallerSha256: 9723754BECE259DEFA36983DA1ADF2AA3D0A68D45604A51872E7D6333B36A7B2 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.locale.en-US.yaml b/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.locale.en-US.yaml deleted file mode 100644 index f2e795d7e66f6..0000000000000 --- a/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.locale.en-US.yaml +++ /dev/null @@ -1,27 +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: kevinboss.haus -PackageVersion: 0.6.0 -PackageLocale: en-US -Publisher: Kevin Boss -PublisherUrl: https://github.com/kevinboss -PublisherSupportUrl: https://github.com/kevinboss/haus/issues -PackageName: haus -PackageUrl: https://github.com/kevinboss/haus -License: GPL-3.0 -LicenseUrl: https://github.com/kevinboss/haus/blob/HEAD/LICENSE -ShortDescription: Command-line interface for Home Assistant. -Description: |- - A command-line interface for Home Assistant. - Provides commands to inspect states, call services, fire events, manage automations, and install updates against a Home Assistant instance. -Tags: -- automation -- cli -- home-assistant -- homeassistant -- smart-home -ReleaseNotes: 'Full Changelog: v0.5.0...v0.6.0' -ReleaseNotesUrl: https://github.com/kevinboss/haus/releases/tag/v0.6.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.yaml b/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.yaml deleted file mode 100644 index b649797a7e767..0000000000000 --- a/manifests/k/kevinboss/haus/0.6.0/kevinboss.haus.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: kevinboss.haus -PackageVersion: 0.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From c14271de8c6846e443eadeeb5365715dee081544 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:08:23 +0800 Subject: [PATCH 26/75] Fix: ImputNet.Helium version 0.10.9.1 (#404279) --- .../i/ImputNet/Helium/0.10.9.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.10.9.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.10.9.1/ImputNet.Helium.installer.yaml index 759f025c016a5..681bf712a01d0 100644 --- a/manifests/i/ImputNet/Helium/0.10.9.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.10.9.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-08 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From fa3609fc339686eadf56166c420164a14033d062 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:08:35 +0800 Subject: [PATCH 27/75] Fix: ImputNet.Helium version 0.11.1.2 (#404280) --- .../i/ImputNet/Helium/0.11.1.2/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.11.1.2/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.11.1.2/ImputNet.Helium.installer.yaml index 0d4ae5924ff87..ec8195f03ead5 100644 --- a/manifests/i/ImputNet/Helium/0.11.1.2/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.11.1.2/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-11 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 2601bc90da2b6aec1df0f876759ca1f051274d96 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:08:47 +0800 Subject: [PATCH 28/75] Fix: ImputNet.Helium version 0.11.2.1 (#404281) --- .../i/ImputNet/Helium/0.11.2.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.11.2.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.11.2.1/ImputNet.Helium.installer.yaml index 408f2d5124983..4c53b0952ad45 100644 --- a/manifests/i/ImputNet/Helium/0.11.2.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.11.2.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-14 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From dfe2f040b19f47665904bc8d9dbaaa8e660fa5a8 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:08:59 +0800 Subject: [PATCH 29/75] Fix: ImputNet.Helium version 0.11.3.2 (#404282) --- .../i/ImputNet/Helium/0.11.3.2/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.11.3.2/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.11.3.2/ImputNet.Helium.installer.yaml index 6aa7eb8096300..0dfa1ea18b2e5 100644 --- a/manifests/i/ImputNet/Helium/0.11.3.2/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.11.3.2/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-17 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 6dba878a18c96fcf78e6007c91a93deb418c6f61 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:09:12 +0800 Subject: [PATCH 30/75] Fix: ImputNet.Helium version 0.11.5.1 (#404283) --- .../i/ImputNet/Helium/0.11.5.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.11.5.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.11.5.1/ImputNet.Helium.installer.yaml index 70da81bb879c3..c8f2426a36f25 100644 --- a/manifests/i/ImputNet/Helium/0.11.5.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.11.5.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-26 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 96a920fd5e21c1fb16a9c3c74fdda33ae70721e0 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:09:24 +0800 Subject: [PATCH 31/75] Fix: ImputNet.Helium version 0.11.6.1 (#404284) --- .../i/ImputNet/Helium/0.11.6.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.11.6.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.11.6.1/ImputNet.Helium.installer.yaml index d3edb585e1edc..4c8cf43312d91 100644 --- a/manifests/i/ImputNet/Helium/0.11.6.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.11.6.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-28 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From b335eb923ac30dc6b4822c98c744815b471fe516 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:09:36 +0800 Subject: [PATCH 32/75] Fix: ImputNet.Helium version 0.11.7.1 (#404286) --- .../i/ImputNet/Helium/0.11.7.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.11.7.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.11.7.1/ImputNet.Helium.installer.yaml index 44aa0c69155c8..ab90895e9ba52 100644 --- a/manifests/i/ImputNet/Helium/0.11.7.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.11.7.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-29 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 1773cd3cdddc9a9e1e344cd292cd0a7c8e87b7ba Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:09:48 +0800 Subject: [PATCH 33/75] Fix: ImputNet.Helium version 0.12.1.1 (#404289) --- .../i/ImputNet/Helium/0.12.1.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.12.1.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.12.1.1/ImputNet.Helium.installer.yaml index eed699301d608..b1897d6f2f8aa 100644 --- a/manifests/i/ImputNet/Helium/0.12.1.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.12.1.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-05-05 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 1ec615ad2a415e88b16b73af78bbab2099d1a4a5 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:10:00 +0800 Subject: [PATCH 34/75] Fix: ImputNet.Helium version 0.12.3.1 (#404290) --- .../i/ImputNet/Helium/0.12.3.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.12.3.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.12.3.1/ImputNet.Helium.installer.yaml index 731b952292451..2616ffebbdfae 100644 --- a/manifests/i/ImputNet/Helium/0.12.3.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.12.3.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-05-14 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 4402d6dc19147f32353a63f6e26c30bd4986d0ac Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:10:12 +0800 Subject: [PATCH 35/75] Fix: ImputNet.Helium version 0.12.5.1 (#404292) --- .../i/ImputNet/Helium/0.12.5.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.12.5.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.12.5.1/ImputNet.Helium.installer.yaml index 16274dab548a1..6760fad7f1925 100644 --- a/manifests/i/ImputNet/Helium/0.12.5.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.12.5.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-05-28 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 589969822d848833af3cd52bf2e63ea03a99044b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:10:24 +0800 Subject: [PATCH 36/75] Fix: ImputNet.Helium version 0.13.1.1 (#404293) --- .../i/ImputNet/Helium/0.13.1.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.13.1.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.13.1.1/ImputNet.Helium.installer.yaml index 107f34837260b..2ab0c919565aa 100644 --- a/manifests/i/ImputNet/Helium/0.13.1.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.13.1.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-06-07 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From aedcc202b980f9bd6e8da03e7ab9302db1fbb66c Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:10:36 +0800 Subject: [PATCH 37/75] Fix: ImputNet.Helium version 0.13.2.1 (#404294) --- .../i/ImputNet/Helium/0.13.2.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.13.2.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.13.2.1/ImputNet.Helium.installer.yaml index b5e78e79c3869..deeb8c156ab27 100644 --- a/manifests/i/ImputNet/Helium/0.13.2.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.13.2.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-06-09 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From e09ccd539dca11dabce26c865e9d92b969288914 Mon Sep 17 00:00:00 2001 From: bceverly Date: Sat, 18 Jul 2026 14:10:51 -0400 Subject: [PATCH 38/75] New version: sysmanage.sysmanage version 3.2.0.5 (#404295) --- .../sysmanage.sysmanage.installer.yaml | 31 +++ .../sysmanage.sysmanage.locale.en-US.yaml | 262 ++++++++++++++++++ .../3.2.0.5/sysmanage.sysmanage.yaml | 8 + 3 files changed, 301 insertions(+) create mode 100644 manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.installer.yaml create mode 100644 manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.locale.en-US.yaml create mode 100644 manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.yaml diff --git a/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.installer.yaml b/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.installer.yaml new file mode 100644 index 0000000000000..b8ec197d78a11 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage +PackageVersion: 3.2.0.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-windows-x64.msi + InstallerSha256: 99D708E17761DB5862D688B1A05F841B516810430073210B10ED219AF81F756C + ProductCode: '{75D2132C-42E3-4F3C-A66D-44EA17B6760C}' + AppsAndFeaturesEntries: + - ProductCode: '{75D2132C-42E3-4F3C-A66D-44EA17B6760C}' + UpgradeCode: '{F1E2D3C4-B5A6-4D7C-9E8F-1A2B3C4D5E6F}' +- Architecture: arm64 + InstallerUrl: https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-windows-arm64.msi + InstallerSha256: 5E6F0C1DA2D571EF9A0FA4F8219FE7C188FBDE85172F04D88E02E30AF7DA0272 + ProductCode: '{0027651B-B175-4BC3-81D2-5104CC3619F8}' + AppsAndFeaturesEntries: + - ProductCode: '{0027651B-B175-4BC3-81D2-5104CC3619F8}' + UpgradeCode: '{F1E2D3C4-B5A6-4D7C-9E8F-1A2B3C4D5E6F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.locale.en-US.yaml b/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.locale.en-US.yaml new file mode 100644 index 0000000000000..92a6a2798ed23 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.locale.en-US.yaml @@ -0,0 +1,262 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage +PackageVersion: 3.2.0.5 +PackageLocale: en-US +Publisher: SysManage +PublisherUrl: https://github.com/bceverly/sysmanage +PublisherSupportUrl: https://github.com/bceverly/sysmanage/issues +Author: Bryan Everly +PackageName: SysManage Server +PackageUrl: https://github.com/bceverly/sysmanage +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/bceverly/sysmanage/blob/HEAD/LICENSE +Copyright: Copyright (c) Bryan Everly +ShortDescription: Open-source fleet management server for SysManage. +Description: SysManage is the server-side component of an open-source fleet management platform. It accepts inventory from SysManage Agent hosts, dispatches declarative deployment plans (package install, firewall config, antivirus deployment, VM lifecycle), surfaces health and compliance dashboards, and exposes a REST + WebSocket API for orchestration. +Moniker: sysmanage +ReleaseNotes: |- + SysManage Server v3.2.0.5 + More phase 15 work + Multi-platform system management and monitoring server with web-based interface. + Installation Instructions + Ubuntu/Debian + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage_3.2.0.5-1_all.deb + sudo apt install ./sysmanage_3.2.0.5-1_all.deb + # Install nginx if not already installed + sudo apt install nginx + # Configure the server + sudo nano /etc/sysmanage.yaml + # Run database migrations + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the service + sudo systemctl enable --now sysmanage + OpenBSD + # Download the port tarball + wget https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-openbsd-port-3.2.0.5.tar.gz + # Extract to OpenBSD ports tree + cd /usr/ports/mystuff + mkdir -p www + tar xzf ~/sysmanage-openbsd-port-3.2.0.5.tar.gz -C www/ + # Generate checksums + cd /usr/ports/mystuff/www/sysmanage + doas make makesum + # Build and install + doas make install + # Initialize PostgreSQL (if not already done) + doas su - _postgresql + initdb -D /var/postgresql/data -U postgres -A scram-sha-256 -E UTF8 -W + exit + doas rcctl enable postgresql + doas rcctl start postgresql + # Create database and user + doas su - _postgresql -c "createuser -P sysmanage" + doas su - _postgresql -c "createdb -O sysmanage sysmanage" + # Configure SysManage + doas vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/local/libexec/sysmanage + doas python3 -m alembic upgrade head + # Enable and start the service + doas rcctl enable sysmanage + doas rcctl start sysmanage + FreeBSD + # Download and install + fetch https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5.pkg + sudo pkg add ./sysmanage-3.2.0.5.pkg + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize PostgreSQL (if not already done) + sudo sysrc postgresql_enable=YES + sudo service postgresql initdb + sudo service postgresql start + # Create database and user + sudo su - postgres -c "createuser sysmanage" + sudo su - postgres -c "createdb sysmanage -O sysmanage" + sudo su - postgres -c "psql -c \"ALTER USER sysmanage WITH PASSWORD 'your-password';\"" + # Configure SysManage + sudo vi /usr/local/etc/sysmanage/config.yaml + # Update the database connection string + # Run database migrations + cd /usr/local/lib/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Enable and start the services + sudo sysrc sysmanage_enable=YES + sudo sysrc nginx_enable=YES + sudo service sysmanage start + sudo service nginx start + macOS + # Download and install + curl -L -O https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-macos.pkg + sudo installer -pkg sysmanage-3.2.0.5-macos.pkg -target / + # The installer automatically creates the virtual environment and copies files + # Install PostgreSQL (if not already installed) + brew install postgresql@16 + brew services start postgresql@16 + # Create database + createdb sysmanage + # Configure SysManage + sudo cp /etc/sysmanage.yaml.example /etc/sysmanage.yaml + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Run database migrations + cd /usr/local/lib/sysmanage + .venv/bin/python -m alembic upgrade head + # Install and configure nginx (if not already installed) + brew install nginx + cp /usr/local/etc/sysmanage/sysmanage-nginx.conf /usr/local/etc/nginx/servers/ + brew services start nginx + # Load and start the service + sudo launchctl load /Library/LaunchDaemons/com.sysmanage.server.plist + NetBSD + # Download and verify + ftp https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-netbsd.tgz + ftp https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-netbsd.tgz.sha256 + sha256 -c sysmanage-3.2.0.5-netbsd.tgz.sha256 sysmanage-3.2.0.5-netbsd.tgz + # Install package + su - + pkg_add sysmanage-3.2.0.5-netbsd.tgz + # The package automatically installs PostgreSQL 16 and nginx as dependencies + # Initialize PostgreSQL (if not already done) + /etc/rc.d/pgsql initdb + echo "pgsql=YES" >> /etc/rc.conf + /etc/rc.d/pgsql start + # Create database and user + su - pgsql -c "createuser -P sysmanage" + su - pgsql -c "createdb -O sysmanage sysmanage" + # Configure SysManage + cp /usr/pkg/etc/sysmanage/sysmanage.yaml.example /usr/pkg/etc/sysmanage.yaml + vi /usr/pkg/etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/pkg/lib/sysmanage + python3.12 -m venv .venv + .venv/bin/pip install -r requirements-prod.txt + .venv/bin/python -m alembic upgrade head + # Configure nginx (optional) + cp /usr/pkg/share/examples/sysmanage/sysmanage-nginx.conf /usr/pkg/etc/nginx/sites-enabled/ + echo "nginx=YES" >> /etc/rc.conf + # Enable and start the services + cp /usr/pkg/share/examples/rc.d/sysmanage /etc/rc.d/ + chmod +x /etc/rc.d/sysmanage + echo "sysmanage=YES" >> /etc/rc.conf + /etc/rc.d/sysmanage start + /etc/rc.d/nginx start + CentOS/RHEL/Fedora/Rocky Linux/AlmaLinux + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-1.*.rpm + sudo dnf install ./sysmanage-3.2.0.5-1.*.rpm + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize PostgreSQL (if not already done) + sudo postgresql-setup --initdb + sudo systemctl enable --now postgresql + # Create database and user + sudo -u postgres createuser sysmanage + sudo -u postgres createdb sysmanage -O sysmanage + sudo -u postgres psql -c "ALTER USER sysmanage WITH PASSWORD 'your-password';" + # Configure SysManage + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the services + sudo systemctl enable --now sysmanage + sudo systemctl enable --now nginx + OpenSUSE/SLES + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-1.noarch.rpm + sudo zypper install ./sysmanage-3.2.0.5-1.noarch.rpm + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize and start PostgreSQL (if not already done) + sudo systemctl enable --now postgresql + # Create database and user + sudo -u postgres createuser sysmanage + sudo -u postgres createdb sysmanage -O sysmanage + sudo -u postgres psql -c "ALTER USER sysmanage WITH PASSWORD 'your-password';" + # Configure SysManage + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the services + sudo systemctl enable --now sysmanage + sudo systemctl enable --now nginx + Alpine Linux (3.19, 3.20, 3.21) + # Download the APK package for your Alpine version (e.g., alpine319, alpine320, alpine321) + wget https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-alpine320.apk + # Allow installation of unsigned packages (required for GitHub releases) + apk add --allow-untrusted ./sysmanage-3.2.0.5-alpine320.apk + # The package installs to /usr/libexec/sysmanage with pip packages in a subdirectory + # Dependencies: python3, nginx, postgresql are automatically installed + # Initialize and start PostgreSQL + rc-update add postgresql default + rc-service postgresql start + # Create database and user + su - postgres -c "createuser -P sysmanage" + su - postgres -c "createdb -O sysmanage sysmanage" + # Configure SysManage + cp /etc/sysmanage/sysmanage.yaml.example /etc/sysmanage/sysmanage.yaml + vi /etc/sysmanage/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/libexec/sysmanage + PYTHONPATH=/usr/libexec/sysmanage/pip-packages python3 -m alembic upgrade head + # Enable and start the services + rc-update add sysmanage default + rc-update add nginx default + rc-service sysmanage start + rc-service nginx start + Windows (x64 and ARM64) + # Download the MSI installer (choose your architecture) + # For x64: + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-windows-x64.msi" -OutFile "sysmanage-3.2.0.5-windows-x64.msi" + # For ARM64: + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage/releases/download/v3.2.0.5/sysmanage-3.2.0.5-windows-arm64.msi" -OutFile "sysmanage-3.2.0.5-windows-arm64.msi" + # Install the MSI package (run as Administrator) + # The installer will: + # - Check for and install Python 3.12 if needed + # - Install Visual C++ Redistributable if needed + # - Extract application files to C:\Program Files\SysManage Server + # - Create Python virtual environment and install dependencies + # - Create Windows Service "SysManageServer" + # - Start the service automatically + msiexec /i sysmanage-3.2.0.5-windows-x64.msi + # Configure SysManage (installer creates example config) + notepad "C:\ProgramData\SysManage\sysmanage.yaml" + # Update database connection string and other settings + # The service runs automatically. To manage it: + # Stop the service: + Stop-Service SysManageServer + # Start the service: + Start-Service SysManageServer + # Check service status: + Get-Service SysManageServer + # View service logs: + Get-Content "C:\ProgramData\SysManage\logs\sysmanage-service.log" -Tail 50 + # To uninstall: + # Use "Add or Remove Programs" or run: + msiexec /x sysmanage-3.2.0.5-windows-x64.msi + Note for Windows: The installer requires administrator privileges. Python 3.12 and Visual C++ Redistributable will be automatically installed if not present. The service runs on port 8080 by default (configurable in sysmanage.yaml). + Access the Web Interface + After configuration and starting the service: + - Frontend: http://localhost:3000 + - Backend API: http://localhost:8080 + Checksum Verification + All packages include SHA256 checksums. Download both files and verify: + Linux (Ubuntu/Debian): + sha256sum -c sysmanage_3.2.0.5-1_all.deb.sha256 + OpenBSD: + sha256 -C sysmanage-openbsd-port-3.2.0.5.tar.gz.sha256 sysmanage-openbsd-port-3.2.0.5.tar.gz + FreeBSD: + sha256 -c sysmanage-3.2.0.5.pkg.sha256 sysmanage-3.2.0.5.pkg + macOS: + shasum -a 256 -c sysmanage-3.2.0.5-macos.pkg.sha256 + NetBSD: +ReleaseNotesUrl: https://github.com/bceverly/sysmanage/releases/tag/v3.2.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.yaml b/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.yaml new file mode 100644 index 0000000000000..c794374bbaf71 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/3.2.0.5/sysmanage.sysmanage.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: sysmanage.sysmanage +PackageVersion: 3.2.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b36e3eb22f6e4e896f6826d2232ad9911ede2bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:11:05 +0200 Subject: [PATCH 39/75] New version: AmanHarwara.Altus version 5.8.1 (#404296) --- .../5.8.1/AmanHarwara.Altus.installer.yaml | 31 ++++++++++++++++++ .../5.8.1/AmanHarwara.Altus.locale.en-US.yaml | 32 +++++++++++++++++++ .../Altus/5.8.1/AmanHarwara.Altus.yaml | 8 +++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.installer.yaml create mode 100644 manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.locale.en-US.yaml create mode 100644 manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.yaml diff --git a/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.installer.yaml b/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.installer.yaml new file mode 100644 index 0000000000000..87dfcbae662f9 --- /dev/null +++ b/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.installer.yaml @@ -0,0 +1,31 @@ +# 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: AmanHarwara.Altus +PackageVersion: 5.8.1 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: be25d1f4-3999-55bd-a6b3-0abfff8cb898 +ReleaseDate: 2026-07-18 +AppsAndFeaturesEntries: +- DisplayName: Altus 5.8.1 + ProductCode: be25d1f4-3999-55bd-a6b3-0abfff8cb898 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/amanharwara/altus/releases/download/5.8.1/Altus-Setup-5.8.1.exe + InstallerSha256: D0118D6F3B846038847B45EE9FA90ED3B612C75F1D452B022B33A1E8DF1A9033 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/amanharwara/altus/releases/download/5.8.1/Altus-Setup-5.8.1.exe + InstallerSha256: D0118D6F3B846038847B45EE9FA90ED3B612C75F1D452B022B33A1E8DF1A9033 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.locale.en-US.yaml b/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.locale.en-US.yaml new file mode 100644 index 0000000000000..a6d27b198e40a --- /dev/null +++ b/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.locale.en-US.yaml @@ -0,0 +1,32 @@ +# 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: AmanHarwara.Altus +PackageVersion: 5.8.1 +PackageLocale: en-US +Publisher: Aman Harwara +PublisherUrl: https://github.com/amanharwara/altus +PublisherSupportUrl: https://github.com/amanharwara/altus/issues +Author: Aman Harwara +PackageName: Altus +PackageUrl: https://github.com/amanharwara/altus +License: GPL-3.0 +LicenseUrl: https://github.com/amanharwara/altus/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/amanharwara/altus/master/LICENSE +ShortDescription: Desktop client for WhatsApp Web with themes & multiple account support. +Tags: +- dark-theme +- electron +- electron-app +- electronjs +- javascript +- theme-customizer +- theme-support +- whatsapp +- whatsapp-web +ReleaseNotes: |- + Changes + - Add Korean (ko) translation (#392) (@moduvoice) +ReleaseNotesUrl: https://github.com/amanharwara/altus/releases/tag/5.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.yaml b/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.yaml new file mode 100644 index 0000000000000..49abca66fa621 --- /dev/null +++ b/manifests/a/AmanHarwara/Altus/5.8.1/AmanHarwara.Altus.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: AmanHarwara.Altus +PackageVersion: 5.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 02072b3af1ff4413d396136ea68a1d81dfda4ff9 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:11:19 +0200 Subject: [PATCH 40/75] New version: pinokiocomputer.pinokio version 8.0.35 (#404297) --- .../pinokiocomputer.pinokio.installer.yaml | 26 +++++++++++++ .../pinokiocomputer.pinokio.locale.en-US.yaml | 37 +++++++++++++++++++ .../8.0.35/pinokiocomputer.pinokio.yaml | 8 ++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.installer.yaml create mode 100644 manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.locale.en-US.yaml create mode 100644 manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.yaml diff --git a/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.installer.yaml b/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.installer.yaml new file mode 100644 index 0000000000000..b9751300ba76d --- /dev/null +++ b/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: pinokiocomputer.pinokio +PackageVersion: 8.0.35 +InstallerLocale: en-US +InstallerType: nullsoft +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: Pinokio Setup 3.9.0.exe +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: f78f0b07-434a-5120-b014-8caf2017cc1a +ReleaseDate: 2026-07-18 +AppsAndFeaturesEntries: +- DisplayName: Pinokio 8.0.35 + ProductCode: f78f0b07-434a-5120-b014-8caf2017cc1a +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pinokiocomputer/pinokio/releases/download/v8.0.35/Pinokio.exe + InstallerSha256: 9334F32AF7667D81DEA0E6EB54846DECD9D739D6FA00C94612C83CA93CD6DBDB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.locale.en-US.yaml b/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.locale.en-US.yaml new file mode 100644 index 0000000000000..89f71517c640e --- /dev/null +++ b/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: pinokiocomputer.pinokio +PackageVersion: 8.0.35 +PackageLocale: en-US +Publisher: https://twitter.com/cocktailpeanut +PublisherUrl: https://github.com/pinokiocomputer +PublisherSupportUrl: https://github.com/pinokiocomputer/pinokio/issues +Author: cocktailpeanut +PackageName: Pinokio +PackageUrl: https://github.com/pinokiocomputer/pinokio +License: MIT +LicenseUrl: https://github.com/pinokiocomputer/pinokio/blob/HEAD/LICENSE +Copyright: Copyright 2024 Pinokio +CopyrightUrl: https://github.com/pinokiocomputer/pinokio/blob/main/LICENSE +ShortDescription: AI Browser +Description: Pinokio is a browser that lets you install, run, and programmatically control ANY application, automatically. +ReleaseNotes: |- + 8.0.35 + 1. Ask Grok + Now you can ask Grok (via Grok Build) in the "Ask AI" panel, not to mention build apps using Grok. + grokb-panzoom.mp4 + 2. Fullscreen mode + Now you can hide the navbar + hide-navbar.mp4 + 3. Bugfix (README related) + The last release made a breaking change that affected some users who have been using customized UI (by changing the ~/pinokio/views folder, or by using apps like Customokio https://beta.pinokio.co/apps/github-com-wang-thunder-customokio + This has been fixed, and now everything should work fine. + Pinokio Release + Code Signing Policy + Free code signing provided by SignPath.io, certificate by SignPath Foundation. + Privacy Policy + This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it. +ReleaseNotesUrl: https://github.com/pinokiocomputer/pinokio/releases/tag/v8.0.35 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.yaml b/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.yaml new file mode 100644 index 0000000000000..67a4d1ee5a0da --- /dev/null +++ b/manifests/p/pinokiocomputer/pinokio/8.0.35/pinokiocomputer.pinokio.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: pinokiocomputer.pinokio +PackageVersion: 8.0.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 489d935845442d41df8d688f4356b04bec4a33ca Mon Sep 17 00:00:00 2001 From: Manfred Mueller Date: Sat, 18 Jul 2026 20:11:34 +0200 Subject: [PATCH 41/75] New version: NASS.Wrok version 1.0.1 (#404301) --- .../NASS/Wrok/1.0.1/NASS.Wrok.installer.yaml | 19 +++++++ .../Wrok/1.0.1/NASS.Wrok.locale.de-DE.yaml | 55 +++++++++++++++++++ .../Wrok/1.0.1/NASS.Wrok.locale.en-US.yaml | 52 ++++++++++++++++++ manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.yaml | 8 +++ 4 files changed, 134 insertions(+) create mode 100644 manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.installer.yaml create mode 100644 manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.de-DE.yaml create mode 100644 manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.en-US.yaml create mode 100644 manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.yaml diff --git a/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.installer.yaml b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.installer.yaml new file mode 100644 index 0000000000000..74cd2b1cbaa1e --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NASS.Wrok +PackageVersion: 1.0.1 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/manfred-mueller/Wrok/releases/download/v1.0.1/Wrok-Setup-1.0.1.exe + InstallerSha256: 9CD0E42A7C686D4EBFE191580E48744B3E5B96F0FE7F460B648D488953C0C053 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.de-DE.yaml b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.de-DE.yaml new file mode 100644 index 0000000000000..da5c884ce5576 --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.de-DE.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NASS.Wrok +PackageVersion: 1.0.1 +PackageLocale: de-DE +Publisher: NASS e.K. +PublisherUrl: https://github.com/manfred-mueller +PublisherSupportUrl: https://github.com/manfred-mueller/Wrok/issues +Author: Manfred Müller +PackageName: Wrok +PackageUrl: https://github.com/manfred-mueller/Wrok +License: GPL-2.0 +LicenseUrl: https://github.com/manfred-mueller/Wrok/blob/master/LICENSE.txt +Copyright: Copyright © Manfred Müller 2026 +ShortDescription: Moderner, portabler WebView2-basierter Grok-Client mit Makro-Hotkeys, Boss-Taste, Medienansicht und Tray-Menü. +Description: |- + Wrok ist ein moderner, portabler Client für grok.com auf Basis von WebView2. Er arbeitet + vollständig ohne API-Zugriff und nutzt die reguläre Anmeldung im eingebetteten Browser. + + Funktionen: + - Bis zu zehn frei belegbare Makros mit den Hotkeys Strg+1 bis Strg+0. Makrotexte können + Variablen enthalten: {input} fragt vor dem Senden nach einem Wert, außerdem {date}, + {time}, {username} und {clipboard}. + - Boss-Taste Strg+Leertaste blendet das Fenster sofort aus und wieder ein. + - Medienansicht: Bilder und Videos aus Grok lassen sich in einem eigenen Fenster öffnen, + das links auf voller Bildschirmhöhe erscheint, während Wrok den Rest einnimmt. Videos + laufen im Endlos-Loop. Strg+Umschalt+P öffnet die kopierte Medienadresse, ohne Adresse + das zuletzt geöffnete Medium. + - Automatische Fensterminimierung nach einstellbarer Inaktivität. + - Speichern von Fenstergröße, -position und Maximierungsstatus. + - Automatische Anpassung an den Dark- bzw. Light-Mode von Windows, inklusive Tray-Symbol + und Titelleiste. + - Gezieltes Löschen der Browserdaten, wahlweise nur Cache oder alles. + - Optionaler Start mit Windows. + + NASS e.K. und Wrok stehen in keiner Verbindung zu Grok, xAI oder X. Alle genannten + Markennamen sind Eigentum der jeweiligen Inhaber und dienen nur der Beschreibung. +Moniker: wrok +Tags: +- ai +- bosskey +- chat +- csharp +- dotnet +- grok +- macros +- privacy +- tray +- webclient +- webview2 +- windows +ReleaseNotesUrl: https://github.com/manfred-mueller/Wrok/releases/tag/v1.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.en-US.yaml b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.en-US.yaml new file mode 100644 index 0000000000000..9d2f88c984a7f --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NASS.Wrok +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: NASS e.K. +PublisherUrl: https://github.com/manfred-mueller +PublisherSupportUrl: https://github.com/manfred-mueller/Wrok/issues +Author: Manfred Müller +PackageName: Wrok +PackageUrl: https://github.com/manfred-mueller/Wrok +License: GPL-2.0 +LicenseUrl: https://github.com/manfred-mueller/Wrok/blob/master/LICENSE.txt +Copyright: Copyright © Manfred Müller 2026 +ShortDescription: Modern, portable WebView2-based Grok client with macro hotkeys, a boss key, a media viewer and a tray menu. +Description: |- + Wrok is a modern, portable client for grok.com built on WebView2. It works entirely + without API access and uses the regular sign-in inside the embedded browser. + + Features: + - Up to ten freely assignable macros on the hotkeys Ctrl+1 through Ctrl+0. Macro text may + contain variables: {input} prompts for a value before sending, plus {date}, {time}, + {username} and {clipboard}. + - Boss key Ctrl+Space instantly hides and restores the window. + - Media viewer: images and videos from Grok open in a separate window, placed on the left + at full screen height while Wrok fills the remaining space. Videos play in an endless + loop. Ctrl+Shift+P opens a copied media address, or the last media item if none. + - Automatic window minimization after a configurable idle period. + - Window size, position and maximized state are remembered. + - Automatic adaptation to the Windows dark and light modes, including tray icon and + title bar. + - Selective clearing of browsing data, either cache only or everything. + - Optional start with Windows. + + NASS e.K. and Wrok are not affiliated with Grok, xAI or X. All trademarks mentioned are + the property of their respective owners and are used for descriptive purposes only. +Tags: +- ai +- bosskey +- chat +- csharp +- dotnet +- grok +- macros +- privacy +- tray +- webclient +- webview2 +- windows +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.yaml b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.yaml new file mode 100644 index 0000000000000..0618248b966c8 --- /dev/null +++ b/manifests/n/NASS/Wrok/1.0.1/NASS.Wrok.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: NASS.Wrok +PackageVersion: 1.0.1 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.12.0 From 333a04a5403de45a9479dbcc4d0c3c4547378d3a Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:25:48 +0800 Subject: [PATCH 42/75] Fix: ImputNet.Helium version 0.12.4.1 (#404291) --- .../i/ImputNet/Helium/0.12.4.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.12.4.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.12.4.1/ImputNet.Helium.installer.yaml index 62acc2bdbffa3..5667b7dc9d0c1 100644 --- a/manifests/i/ImputNet/Helium/0.12.4.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.12.4.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-05-20 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From 0d2a3a0985db8af9466b29df33af1ec97014260d Mon Sep 17 00:00:00 2001 From: TJ Smith Date: Sat, 18 Jul 2026 11:26:01 -0700 Subject: [PATCH 43/75] New version: TJSmith.Anodizer version 0.22.1 (#404302) --- .../0.22.1/TJSmith.Anodizer.installer.yaml | 33 +++++++++++++++++++ .../0.22.1/TJSmith.Anodizer.locale.en-US.yaml | 30 +++++++++++++++++ .../Anodizer/0.22.1/TJSmith.Anodizer.yaml | 7 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.installer.yaml create mode 100644 manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.locale.en-US.yaml create mode 100644 manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.yaml diff --git a/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.installer.yaml b/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.installer.yaml new file mode 100644 index 0000000000000..9a39a5800ac92 --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.installer.yaml @@ -0,0 +1,33 @@ +# This file was generated by anodizer (https://github.com/tj-smith47/anodizer). DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.22.1 +InstallerLocale: en-US +InstallerType: zip +ProductCode: '{5F4A8A2B-236A-56AA-94FC-2A63EDC7314F}' +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/tj-smith47/anodizer/releases/download/v0.22.1/anodizer-0.22.1-windows-arm64.zip + InstallerSha256: 9bbe97c0189f894057131e8e6e04e409142e089bb782dd7d015ad5b4414661a3 + UpgradeBehavior: install + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: anodizer.exe + PortableCommandAlias: anodizer + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: x64 + InstallerUrl: https://github.com/tj-smith47/anodizer/releases/download/v0.22.1/anodizer-0.22.1-windows-amd64.zip + InstallerSha256: 04a85adb7019101c98e7d9ab0b800abbd8c9931b50218ac75cf64bbd2a4d07c3 + UpgradeBehavior: install + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: anodizer.exe + PortableCommandAlias: anodizer + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-18 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.locale.en-US.yaml b/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.locale.en-US.yaml new file mode 100644 index 0000000000000..ce4d729054267 --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.locale.en-US.yaml @@ -0,0 +1,30 @@ +# This file was generated by anodizer (https://github.com/tj-smith47/anodizer). DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.22.1 +PackageLocale: en-US +Publisher: TJ Smith +PublisherUrl: https://github.com/tj-smith47 +PublisherSupportUrl: https://github.com/tj-smith47/anodizer/issues +Author: TJ Smith +PackageName: anodizer +PackageUrl: https://github.com/tj-smith47/anodizer +License: MIT OR Apache-2.0 +Copyright: Copyright © 2026 TJ Smith +ShortDescription: Rust-native release automation +Description: A Rust-native release automation tool +Moniker: anodizer +Tags: +- release +- automation +- rust +ReleaseNotes: See release-notes URL for the full changelog. +ReleaseNotesUrl: https://github.com/tj-smith47/anodizer/releases/tag/v0.22.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://tj-smith47.github.io/anodizer +- DocumentLabel: Source + DocumentUrl: https://github.com/tj-smith47/anodizer +InstallationNotes: Run `anodizer --help` after installation. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.yaml b/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.yaml new file mode 100644 index 0000000000000..bfbf6002fc806 --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.22.1/TJSmith.Anodizer.yaml @@ -0,0 +1,7 @@ +# This file was generated by anodizer (https://github.com/tj-smith47/anodizer). DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.22.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From af19503ef08ad9e9f8c98db665828a27934900db Mon Sep 17 00:00:00 2001 From: Kevin Boss Date: Sat, 18 Jul 2026 20:26:15 +0200 Subject: [PATCH 44/75] New version: kevinboss.haus version 0.11.0 (#404308) --- .../haus/0.11.0/kevinboss.haus.installer.yaml | 15 +++++++++++ .../0.11.0/kevinboss.haus.locale.en-US.yaml | 27 +++++++++++++++++++ .../kevinboss/haus/0.11.0/kevinboss.haus.yaml | 8 ++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.installer.yaml create mode 100644 manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.locale.en-US.yaml create mode 100644 manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.yaml diff --git a/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.installer.yaml b/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.installer.yaml new file mode 100644 index 0000000000000..16d0b719eb7a6 --- /dev/null +++ b/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kevinboss.haus +PackageVersion: 0.11.0 +InstallerType: portable +Commands: +- haus +ReleaseDate: 2026-07-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kevinboss/haus/releases/download/v0.11.0/haus.exe + InstallerSha256: 8C373EFDC2EC430B236EA21F0F66A057FDBDF7F0BDDD2A932A02F08AC670AD41 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.locale.en-US.yaml b/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.locale.en-US.yaml new file mode 100644 index 0000000000000..7ecfd5285dd67 --- /dev/null +++ b/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.locale.en-US.yaml @@ -0,0 +1,27 @@ +# 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: kevinboss.haus +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: Kevin Boss +PublisherUrl: https://github.com/kevinboss +PublisherSupportUrl: https://github.com/kevinboss/haus/issues +PackageName: haus +PackageUrl: https://github.com/kevinboss/haus +License: GPL-3.0 +LicenseUrl: https://github.com/kevinboss/haus/blob/HEAD/LICENSE +ShortDescription: Command-line interface for Home Assistant. +Description: |- + A command-line interface for Home Assistant. + Provides commands to inspect states, call services, fire events, manage automations, and install updates against a Home Assistant instance. +Tags: +- automation +- cli +- home-assistant +- homeassistant +- smart-home +ReleaseNotes: 'Full Changelog: v0.10.0...v0.11.0' +ReleaseNotesUrl: https://github.com/kevinboss/haus/releases/tag/v0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.yaml b/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.yaml new file mode 100644 index 0000000000000..7d2915042e4cb --- /dev/null +++ b/manifests/k/kevinboss/haus/0.11.0/kevinboss.haus.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: kevinboss.haus +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5eac11c2b3bd88e90ac768474a3dfaa6548f9339 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:26:30 +0800 Subject: [PATCH 45/75] New version: LuisPater.CLIProxyAPI version 7.2.88 (#404310) --- .../LuisPater.CLIProxyAPI.installer.yaml | 8 ++++---- .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 15 ++++++++++----- .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 2 +- .../{7.2.86 => 7.2.88}/LuisPater.CLIProxyAPI.yaml | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) rename manifests/l/LuisPater/CLIProxyAPI/{7.2.86 => 7.2.88}/LuisPater.CLIProxyAPI.installer.yaml (70%) rename manifests/l/LuisPater/CLIProxyAPI/{7.2.86 => 7.2.88}/LuisPater.CLIProxyAPI.locale.en-US.yaml (75%) rename manifests/l/LuisPater/CLIProxyAPI/{7.2.86 => 7.2.88}/LuisPater.CLIProxyAPI.locale.zh-CN.yaml (97%) rename manifests/l/LuisPater/CLIProxyAPI/{7.2.86 => 7.2.88}/LuisPater.CLIProxyAPI.yaml (91%) diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.installer.yaml similarity index 70% rename from manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.installer.yaml rename to manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.installer.yaml index c0059c987c1d4..049b61408f20f 100644 --- a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.installer.yaml +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: LuisPater.CLIProxyAPI -PackageVersion: 7.2.86 +PackageVersion: 7.2.88 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: cli-proxy-api.exe Commands: - cli-proxy-api -ReleaseDate: 2026-07-17 +ReleaseDate: 2026-07-18 Installers: - Architecture: x64 - InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.86/CLIProxyAPI_7.2.86_windows_amd64.zip - InstallerSha256: 4D7B9A62070F6C95F139DD2B41EF4CC4F44AF9BB1A11897E928131BA42707E32 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.88/CLIProxyAPI_7.2.88_windows_amd64.zip + InstallerSha256: 426340530ACC2C24F77B3072C03252D344A426025FFDC3F39662A0D4A8F105AC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.locale.en-US.yaml similarity index 75% rename from manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.locale.en-US.yaml rename to manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.locale.en-US.yaml index e3578d61a0f87..c90ba97458ae5 100644 --- a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.locale.en-US.yaml +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: LuisPater.CLIProxyAPI -PackageVersion: 7.2.86 +PackageVersion: 7.2.88 PackageLocale: en-US Publisher: Luis Pater PublisherUrl: https://github.com/router-for-me @@ -37,9 +37,14 @@ ReleaseNotes: |- 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 - - feat(executor): add root union type normalization and extended tests (2f80cb9a) - - feat(executor): add normalization for parallel tool calls in Codex executors (81d70f5d) - Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.85...v7.2.86 -ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.86 + - fix(executor): normalize Kimi upstream model ID to canonical k3 (8bafd854) + - feat(kimi): route Claude requests through Claude executor in Kimi (70c4bd78) + - Merge pull request #4419 from mikewong23571/fix/kimi-upstream-model-normalization (93d74a89) + What's Changed + - fix(executor): normalize Kimi upstream model ID to canonical k3 by @mikewong23571 in https://github.com/router-for-me/CLIProxyAPI/pull/4419 + New Contributors + - @mikewong23571 made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/4419 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.87...v7.2.88 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.88 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.locale.zh-CN.yaml similarity index 97% rename from manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.locale.zh-CN.yaml rename to manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.locale.zh-CN.yaml index 81620a726030e..950805aaea18d 100644 --- a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.locale.zh-CN.yaml +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: LuisPater.CLIProxyAPI -PackageVersion: 7.2.86 +PackageVersion: 7.2.88 PackageLocale: zh-CN ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 Description: |- diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.yaml similarity index 91% rename from manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.yaml rename to manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.yaml index eeb91db28ba4e..da2778fe58058 100644 --- a/manifests/l/LuisPater/CLIProxyAPI/7.2.86/LuisPater.CLIProxyAPI.yaml +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.88/LuisPater.CLIProxyAPI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: LuisPater.CLIProxyAPI -PackageVersion: 7.2.86 +PackageVersion: 7.2.88 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 00dcf76f1adaa2a0750df4f82f5eaf37a1698830 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:26:45 +0800 Subject: [PATCH 46/75] New version: misxzaiz.Polaris version 10.1.2 (#404311) --- .../10.1.1/misxzaiz.Polaris.locale.zh-CN.yaml | 65 ---------------- .../misxzaiz.Polaris.installer.yaml | 10 +-- .../misxzaiz.Polaris.locale.en-US.yaml | 2 +- .../10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml | 75 +++++++++++++++++++ .../{10.1.1 => 10.1.2}/misxzaiz.Polaris.yaml | 2 +- 5 files changed, 82 insertions(+), 72 deletions(-) delete mode 100644 manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.locale.zh-CN.yaml rename manifests/m/misxzaiz/Polaris/{10.1.1 => 10.1.2}/misxzaiz.Polaris.installer.yaml (69%) rename manifests/m/misxzaiz/Polaris/{10.1.1 => 10.1.2}/misxzaiz.Polaris.locale.en-US.yaml (97%) create mode 100644 manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml rename manifests/m/misxzaiz/Polaris/{10.1.1 => 10.1.2}/misxzaiz.Polaris.yaml (91%) diff --git a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.locale.zh-CN.yaml b/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.locale.zh-CN.yaml deleted file mode 100644 index 5ca2f7f7523d5..0000000000000 --- a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.locale.zh-CN.yaml +++ /dev/null @@ -1,65 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.1 -PackageLocale: zh-CN -Publisher: polaris -PublisherUrl: https://github.com/misxzaiz -PublisherSupportUrl: https://github.com/misxzaiz/Polaris/issues -PackageName: polaris -PackageUrl: https://github.com/misxzaiz/Polaris -License: 免费软件 -ShortDescription: 多引擎 AI 编程助手的跨平台桌面客户端 -Description: Polaris 是一款基于 Tauri 2.x 构建的跨平台桌面应用,为多种 AI 编程 CLI 工具提供统一的图形化操作界面。支持 OpenAI Codex CLI、Claude Code CLI 和 OpenAI 兼容 API 三种引擎,让你无需命令行也能享受 AI 辅助编程的体验。 -Tags: -- claude-code -- codex -- 人工智能 -- 代码 -- 大语言模型 -- 智能体 -- 编程 -- 聊天机器人 -- 自主智能 -ReleaseNotes: |- - Polaris 10.1.1 发布说明 - 本次发布包含 Tauri 桌面端 + Web 独立服务双端产物。 - 优化与变更 - - a542f522 chore: release v10.1.1 - - 151afbbc fix(git): 采用 AI 提交建议时去除首尾空白 - - a092b11f refactor(chat): 精简 skill 和 mcp 的斜杠命令替换文本 - - 2d3c7ab8 style: cleanup duplicate code and unused MCP resources - - d7201b70 style: format SimpleAI engine code and add patchParser unit tests - - a343f97b feat(skill): Skill 读取路径默认支持数据存储路径(DataRoot) - - 5e20fde9 docs: add SimpleAI code review & optimization analysis - - 3bb9db7d feat(config): 添加 Skill 路径配置并增强斜杠命令搜索 - - 4acaeb04 feat(chat): 支持 / 命令调用 Skill 和 MCP 插件 - - d9abb31a feat(mobile): APK 默认复用完整 Web App 而非独立 MobileApp 壳 - - 87ccc929 fix(mobile): 缓存 selectTabSessions 引用避免 React #185 无限重渲染 - - 5081c5ab feat(mobile): 接入 MobileSessionRuntime 支持多 Tab 并行会话 - - bf910420 fix(auth): 空 token 字符串归一化为未设置,避免误触发鉴权 - - 1e380b4c fix(simple-ai): 替换 watch channel 而非 send(false) 修复 continue 卡死 - - 1f1be4d0 refactor(mobile): 多会话状态从 App 层下沉到独立 session 管理层 - - 95028c22 fix(simple-ai): 继续对话被 try_interrupt_all 永久 latch 卡死 - - d6c5f834 fix(proxy): 代理改为按 session_id 索引避免跨会话互相干扰 - - c91878b1 chore: 添加调试/构建产物到 .gitignore + 新增两份计划文档 - - ba89fced fix(agnes): invoke 调用传入 避免引用竞争 - - 0156046a refactor: 清理前端无用导入和未使用变量 - - d6110891 feat(mobile): 开发用移动端模拟 ?mobile=1 桌面浏览器预览 - - 8e564bd0 chore(engine): 移除 session_id 更新的冗余 tracing 日志 - - b3fd65ab fix(build): Android APK 交叉编译门控 — 条件编译移除 PTY - - 99770ad8 fix(race): 修复 continue_chat 中代理/进程 kill 顺序导致 ConnectionRefused - - ecdb58f1 fix(mobile): 修复移动端 Gate 竞态 + Permission 卡片空壳 - - d5155252 feat(mobile): 移动端完整重构 Phase 0-4 + APK 打包 - - 0cd58b4f feat: 新建会话工作区选择显示路径并支持关联工作区 - - eafef5d3 feat: add session-level model binding and SimpleAI model selector - - 6b5fbfec fix: add i18n keys for supplier multi-model feature - - c93c9e1e feat: supplier multi-model selection (supplier-first + dynamic model list) - - 31af62dc fix: prevent voice input from forcing TTS playback - - 8ca845fc fix: add error handling and diff refresh for tab refresh action - - 58cc1077 feat: add refresh tab context menu action - - 4d365059 feat: add selection/context menu speak (TTS) action -ReleaseNotesUrl: https://github.com/misxzaiz/Polaris/releases/tag/v10.1.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.installer.yaml b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.installer.yaml similarity index 69% rename from manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.installer.yaml rename to manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.installer.yaml index f58c8c496fd51..cac9666886713 100644 --- a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.installer.yaml +++ b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.1 +PackageVersion: 10.1.2 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" UpgradeBehavior: install -ProductCode: '{7891D2FC-FFA9-46AF-83FF-E1392AF16E15}' -ReleaseDate: 2026-07-12 +ProductCode: '{7C8F8D1D-5432-43B2-899A-DE14BD6C4823}' +ReleaseDate: 2026-07-18 AppsAndFeaturesEntries: - UpgradeCode: '{B90F6FC4-DDEE-59A6-9DE8-49A41A495360}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/misxzaiz/Polaris/releases/download/v10.1.1/polaris_10.1.1_x64_en-US.msi - InstallerSha256: 88F7E50EA19A2944CB8588D219D07042C28665E16F24DD9BC427F3A7A6396096 + InstallerUrl: https://github.com/misxzaiz/Polaris/releases/download/v10.1.2/polaris_10.1.2_x64_en-US.msi + InstallerSha256: D2CB72B93396ACA3ADD774BF81C6142E6AF976364C1CBBBFCF97735DEF84DF39 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.locale.en-US.yaml b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.en-US.yaml similarity index 97% rename from manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.locale.en-US.yaml rename to manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.en-US.yaml index 204f663f9bb6b..70d4a052aa112 100644 --- a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.locale.en-US.yaml +++ b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.1 +PackageVersion: 10.1.2 PackageLocale: en-US License: Freeware ShortDescription: Cross-platform desktop client for multi-engine AI coding assistants diff --git a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3af4e9e63dc2a --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: misxzaiz.Polaris +PackageVersion: 10.1.2 +PackageLocale: zh-CN +Publisher: polaris +PublisherUrl: https://github.com/misxzaiz +PublisherSupportUrl: https://github.com/misxzaiz/Polaris/issues +PackageName: polaris +PackageUrl: https://github.com/misxzaiz/Polaris +License: 免费软件 +ShortDescription: 多引擎 AI 编程助手的跨平台桌面客户端 +Description: Polaris 是一款基于 Tauri 2.x 构建的跨平台桌面应用,为多种 AI 编程 CLI 工具提供统一的图形化操作界面。支持 OpenAI Codex CLI、Claude Code CLI 和 OpenAI 兼容 API 三种引擎,让你无需命令行也能享受 AI 辅助编程的体验。 +Tags: +- claude-code +- codex +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + Polaris 10.1.2 发布说明 + 本次发布包含 Tauri 桌面端 + Web 独立服务双端产物。 + 优化与变更 + - 10b02c68 chore: release v10.1.2 + - ab430a34 Revert "feat(thinking): thinking 块增量流式 — 引入 open/delta/close 标记,消除思考显示卡顿" + - bed36fa6 feat(thinking): thinking 块增量流式 — 引入 open/delta/close 标记,消除思考显示卡顿 + - 9e65b7f1 fix(context-meter): 修复悬浮详情卡 hover 命中区断开问题 + - 20b337c4 feat(usage): 用量解析改用 modelUsage 累计口径 + 按模型维度展示 + - a429ab0b style(chat): 优化输入栏与状态栏视觉密度 — 圆角按钮 + 圆环水位条 + 响应式标签 + - eda8960b fix(prompt-optimize): 优化浮层增加滚动 + 按钮黏底,防内容太长溢出屏幕 + - 7253f983 feat(prompt-optimize): 补充快/深模式+高级选项的多语言翻译键 + - 8acba04e feat(prompt-optimize): 优化浮层增加快速/深度模式选择+高级选项(Profile/模型)+确认按钮 + - d3a18404 feat(prompt-optimize): 深度模式 Phase 2 — 只读工具上下文 + 配置持久化 + 类型完备 + - 861ff899 feat(context-meter): 上下文用量与成本仪表盘 Phase 1 — UsageEvent 全链路 + ContextMeter 状态栏 + - 232b9710 fix: 移除多窗口模式开启时触发按钮的实心蓝背景 + - 2fc85e3d feat(prompt-optimize): 提示词优化 Phase 1 — 版本栈 + 引擎选择 + 流式预览 + - 1ead805a docs: add prompt optimize plan + - 1221b37e feat(history): 会话历史体系重构 Phase 0-3 — 数据止损/SQLite 索引/统一时间线/续聊工作台 + - e4d56e4e fix(dispatch): 派发中心面板改用 fixed 定位并钳制视口 + - 09352d8d chore: 更新 dispatch phase2 计划文档与 chat 命令 + - cc2c097f feat: 派发中心/会话历史重构 + 状态管理更新 + - a82517a3 feat(dispatch): Phase 2 闭环 — 队员预设/续派/目标列表/内联卡片/结果回流 + - 07934c54 feat(dispatch): 后台 dispatch 任务框架 — 伴生进程 + MCP server + 前端服务 + - 13985093 feat(compact): Phase 2 滚动分段摘要(超窗历史也能原地压缩) + - 001cf395 chore: update model provider tab, session handoff, and add monitor-off script + - c847c230 feat(compact): 交接面板默认带入当前会话的供应商与模型 + - d089dc55 fix(compact): 取消时静默退出 + 窗口错配文档警告 + 下一代压缩规划 + - 96cbdf9e feat(chat): 压缩交接(compact & handoff)功能 + - fdc69b23 Revert "批量更新:AI 引擎、前端、后端服务及新文件" + - c960ea11 Revert "chore: update checkpoint, jsonl codec, dialog storage, and conversation store" + - 3e389ca0 Revert "refactor(ai): enhance simple_ai coordinator and mod logic" + - 57cd54df refactor(ai): enhance simple_ai coordinator and mod logic + - 24fa7643 chore: update checkpoint, jsonl codec, dialog storage, and conversation store + - 64f36ace 批量更新:AI 引擎、前端、后端服务及新文件 + - bb1ee8c2 Add chat-style revamp design plan + - 52fd0685 feat(chat): Claude CLI 斜杠命令一等支持 + - 6a0606f5 fix(ai): 将 Codex item.completed 级别 error 降级为 progress 避免误终止正常会话 + - 37cf4229 feat(ai): 重构上下文压缩逻辑并支持按 Profile 配置上下文窗口与输出上限 + - 07d9b42d fix(proxy): Anthropic 直通模式透传客户端请求头与 query + - 7072a968 Revert "feat(ai): 禁用 SimpleAI 自动上下文压缩 + 修复已知 bug" + - 344909fb feat(ai): 禁用 SimpleAI 自动上下文压缩 + 修复已知 bug + - 3be941a8 Revert "feat(ai): 实现 SimpleAI 混合式上下文压缩" + - a42d3463 feat(ai): 实现 SimpleAI 混合式上下文压缩 + - b25123bc docs: 添加 SimpleAI 混合式上下文交接压缩 ADR + - 7b67939e feat(bash): 改进 shell 检测和环境上下文注入,支持 Git Bash 登录 shell 模式 + - cee9f600 feat(bash): 增强 Windows shell 兼容性,支持 Bash 语法检测、GBK 输出解码及 Git Bash 安装路径兜底 + - 80490ded docs: add v10.1.1 build record +ReleaseNotesUrl: https://github.com/misxzaiz/Polaris/releases/tag/v10.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.yaml b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.yaml similarity index 91% rename from manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.yaml rename to manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.yaml index 36d62a61f9064..3c796415c7c11 100644 --- a/manifests/m/misxzaiz/Polaris/10.1.1/misxzaiz.Polaris.yaml +++ b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.1 +PackageVersion: 10.1.2 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 From 18fca318dc56e0f760f2a9d2cf6523a60ac691f0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:26:58 +0800 Subject: [PATCH 47/75] New version: Principle.FlowPrompter version 1.8.6 (#404314) --- .../Principle.FlowPrompter.installer.yaml | 8 ++++---- .../Principle.FlowPrompter.locale.en-US.yaml | 2 +- .../Principle.FlowPrompter.locale.zh-CN.yaml | 2 +- .../{1.8.0 => 1.8.6}/Principle.FlowPrompter.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename manifests/p/Principle/FlowPrompter/{1.8.0 => 1.8.6}/Principle.FlowPrompter.installer.yaml (76%) rename manifests/p/Principle/FlowPrompter/{1.8.0 => 1.8.6}/Principle.FlowPrompter.locale.en-US.yaml (97%) rename manifests/p/Principle/FlowPrompter/{1.8.0 => 1.8.6}/Principle.FlowPrompter.locale.zh-CN.yaml (97%) rename manifests/p/Principle/FlowPrompter/{1.8.0 => 1.8.6}/Principle.FlowPrompter.yaml (91%) diff --git a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.installer.yaml b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.installer.yaml similarity index 76% rename from manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.installer.yaml rename to manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.installer.yaml index 56a1eed15b725..7a5a2a76d0d26 100644 --- a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.installer.yaml +++ b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Principle.FlowPrompter -PackageVersion: 1.8.0 +PackageVersion: 1.8.6 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -11,10 +11,10 @@ UpgradeBehavior: install Protocols: - bgtcp ProductCode: a2e12094-de70-5fd8-a51b-e0af80e4a364 -ReleaseDate: 2026-07-09 +ReleaseDate: 2026-07-18 Installers: - Architecture: x64 - InstallerUrl: https://release.flowprompter.app/flowprompter/FlowPrompter_1.8.0.exe - InstallerSha256: 0CD73A737314D3093E4202D436F2BB127C117BBB542F2777E4A0644D4A80AB96 + InstallerUrl: https://release.flowprompter.app/flowprompter/FlowPrompter_1.8.6.exe + InstallerSha256: 55D2B179E8A430A4D4E4D8B8D1C970C163341FF31167D2C87CC43A9B2C1C2005 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.locale.en-US.yaml b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.locale.en-US.yaml similarity index 97% rename from manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.locale.en-US.yaml rename to manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.locale.en-US.yaml index 909fd427acfdd..380c92411a62e 100644 --- a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.locale.en-US.yaml +++ b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Principle.FlowPrompter -PackageVersion: 1.8.0 +PackageVersion: 1.8.6 PackageLocale: en-US Publisher: yuanze-dev PublisherUrl: https://flowprompter.app/ diff --git a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.locale.zh-CN.yaml b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.locale.zh-CN.yaml similarity index 97% rename from manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.locale.zh-CN.yaml rename to manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.locale.zh-CN.yaml index 0160a0f76e05e..4d87dfeedb13b 100644 --- a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.locale.zh-CN.yaml +++ b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Principle.FlowPrompter -PackageVersion: 1.8.0 +PackageVersion: 1.8.6 PackageLocale: zh-CN Publisher: yuanze-dev PublisherUrl: https://flowprompter.app/ diff --git a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.yaml b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.yaml similarity index 91% rename from manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.yaml rename to manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.yaml index 28475afa1dd74..57646c6242458 100644 --- a/manifests/p/Principle/FlowPrompter/1.8.0/Principle.FlowPrompter.yaml +++ b/manifests/p/Principle/FlowPrompter/1.8.6/Principle.FlowPrompter.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Principle.FlowPrompter -PackageVersion: 1.8.0 +PackageVersion: 1.8.6 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 6305889ac4765c60c101b0736af5bf765d8df1d5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:27:14 +0800 Subject: [PATCH 48/75] New version: Sourcegraph.Amp version 0.0.1784391370-g49c6a1 (#404315) --- .../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.1784376855-g11a52a => 0.0.1784391370-g49c6a1}/Sourcegraph.Amp.installer.yaml (63%) rename manifests/s/Sourcegraph/Amp/{0.0.1784376855-g11a52a => 0.0.1784391370-g49c6a1}/Sourcegraph.Amp.locale.en-US.yaml (97%) rename manifests/s/Sourcegraph/Amp/{0.0.1784376855-g11a52a => 0.0.1784391370-g49c6a1}/Sourcegraph.Amp.locale.zh-CN.yaml (96%) rename manifests/s/Sourcegraph/Amp/{0.0.1784376855-g11a52a => 0.0.1784391370-g49c6a1}/Sourcegraph.Amp.yaml (85%) diff --git a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.installer.yaml index 45dcd371b4ccc..36d8b375d03e2 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/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.1784376855-g11a52a +PackageVersion: 0.0.1784391370-g49c6a1 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.1784376855-g11a52a/amp-windows-x64-baseline.exe - InstallerSha256: B1CA67083A08382038723B76D62B1BFDF210083458839B53A287D8A854FD2A7F + InstallerUrl: https://static.ampcode.com/cli/0.0.1784391370-g49c6a1/amp-windows-x64-baseline.exe + InstallerSha256: EF0F9441F4F07B07DABE87587E35A7C57BCD82F93F5395E4B782382B2D51C9EF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.locale.en-US.yaml index 3b8369f63aed9..8758c972dc516 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/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.1784376855-g11a52a +PackageVersion: 0.0.1784391370-g49c6a1 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.locale.zh-CN.yaml index ad7d98e16cfaf..c824d9a43dc1a 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/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.1784376855-g11a52a +PackageVersion: 0.0.1784391370-g49c6a1 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/Sourcegraph.Amp.yaml index 835771cd5f122..f4142058e65e1 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1784376855-g11a52a/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1784391370-g49c6a1/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.1784376855-g11a52a +PackageVersion: 0.0.1784391370-g49c6a1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From b1b3254778c8a23644b8296297876f62d209652d Mon Sep 17 00:00:00 2001 From: Manfred Mueller Date: Sat, 18 Jul 2026 20:27:26 +0200 Subject: [PATCH 49/75] Remove version: NASS.Wrok version 1.0.0 (#404327) --- .../NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml | 19 ----- .../Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml | 71 ------------------- .../Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml | 69 ------------------ manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml | 8 --- 4 files changed, 167 deletions(-) delete mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml delete mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml delete mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml delete mode 100644 manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml deleted file mode 100644 index 2279f26848c8b..0000000000000 --- a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: NASS.Wrok -PackageVersion: 1.0.0 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Installers: -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/manfred-mueller/Wrok/releases/download/v1.0.0/Wrok-Setup-1.0.0.exe - InstallerSha256: 7C8E331AB69521B061E30D7F6BDE6D6018A787938C720A463595612C6298EB4E -ManifestType: installer -ManifestVersion: 1.12.0 -ReleaseDate: 2026-07-18 diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml deleted file mode 100644 index 48ed6779be2a8..0000000000000 --- a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.de-DE.yaml +++ /dev/null @@ -1,71 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: NASS.Wrok -PackageVersion: 1.0.0 -PackageLocale: de-DE -Publisher: NASS e.K. -PublisherUrl: https://github.com/manfred-mueller -PublisherSupportUrl: https://github.com/manfred-mueller/Wrok/issues -Author: Manfred Müller -PackageName: Wrok -PackageUrl: https://github.com/manfred-mueller/Wrok -License: GPL-2.0 -LicenseUrl: https://github.com/manfred-mueller/Wrok/blob/master/LICENSE.txt -Copyright: Copyright © Manfred Müller 2026 -ShortDescription: Moderner, portabler WebView2-basierter Grok-Client mit Makro-Hotkeys, Boss-Taste, Medienansicht und Tray-Menü. -Description: |- - Wrok ist ein moderner, portabler Client für grok.com auf Basis von WebView2. Er arbeitet - vollständig ohne API-Zugriff und nutzt die reguläre Anmeldung im eingebetteten Browser. - - Funktionen: - - Bis zu zehn frei belegbare Makros mit den Hotkeys Strg+1 bis Strg+0. Makrotexte können - Variablen enthalten: {input} fragt vor dem Senden nach einem Wert, außerdem {date}, - {time}, {username} und {clipboard}. - - Boss-Taste Strg+Leertaste blendet das Fenster sofort aus und wieder ein. - - Medienansicht: Bilder und Videos aus Grok lassen sich in einem eigenen Fenster öffnen, - das links auf voller Bildschirmhöhe erscheint, während Wrok den Rest einnimmt. Videos - laufen im Endlos-Loop. Strg+Umschalt+P öffnet die kopierte Medienadresse, ohne Adresse - das zuletzt geöffnete Medium. - - Automatische Fensterminimierung nach einstellbarer Inaktivität. - - Speichern von Fenstergröße, -position und Maximierungsstatus. - - Automatische Anpassung an den Dark- bzw. Light-Mode von Windows, inklusive Tray-Symbol - und Titelleiste. - - Gezieltes Löschen der Browserdaten, wahlweise nur Cache oder alles. - - Optionaler Start mit Windows. - - NASS e.K. und Wrok stehen in keiner Verbindung zu Grok, xAI oder X. Alle genannten - Markennamen sind Eigentum der jeweiligen Inhaber und dienen nur der Beschreibung. -Moniker: wrok -Tags: -- ai -- bosskey -- chat -- csharp -- dotnet -- grok -- macros -- privacy -- tray -- webclient -- webview2 -- windows -ReleaseNotes: |- - Erste stabile Version. - - Neu: - - Medienansicht für Bilder und Videos mit Nebeneinander-Anordnung; Videos im Endlos-Loop. - - Makrovariable {input} fragt vor dem Senden nach einer Eingabe. - - Start mit Windows über das Tray-Menü. - - Browserdaten löschen mit Auswahl zwischen nur Cache und allem. - - Aufgeräumtes Tray-Menü mit den Gruppen Einstellungen und Werkzeuge. - - Behoben: - - Die Bildansicht ließ sich nie öffnen, weil ExecuteScriptAsync keine Promises auflöst. - - Die Rate-Limit-Anzeige lieferte aus demselben Grund nie Daten. - - Sporadische GDI+-Fehler beim Anzeigen und Speichern von Bildern. - - Mausrad-Zoom in der Bildansicht. - - Dokumentation der Boss-Taste korrigiert (Strg+Leertaste). -ReleaseNotesUrl: https://github.com/manfred-mueller/Wrok/releases/tag/v1.0.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml deleted file mode 100644 index 423768182e63f..0000000000000 --- a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.locale.en-US.yaml +++ /dev/null @@ -1,69 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: NASS.Wrok -PackageVersion: 1.0.0 -PackageLocale: en-US -Publisher: NASS e.K. -PublisherUrl: https://github.com/manfred-mueller -PublisherSupportUrl: https://github.com/manfred-mueller/Wrok/issues -Author: Manfred Müller -PackageName: Wrok -PackageUrl: https://github.com/manfred-mueller/Wrok -License: GPL-2.0 -LicenseUrl: https://github.com/manfred-mueller/Wrok/blob/master/LICENSE.txt -Copyright: Copyright © Manfred Müller 2026 -ShortDescription: Modern, portable WebView2-based Grok client with macro hotkeys, a boss key, a media viewer and a tray menu. -Description: |- - Wrok is a modern, portable client for grok.com built on WebView2. It works entirely - without API access and uses the regular sign-in inside the embedded browser. - - Features: - - Up to ten freely assignable macros on the hotkeys Ctrl+1 through Ctrl+0. Macro text may - contain variables: {input} prompts for a value before sending, plus {date}, {time}, - {username} and {clipboard}. - - Boss key Ctrl+Space instantly hides and restores the window. - - Media viewer: images and videos from Grok open in a separate window, placed on the left - at full screen height while Wrok fills the remaining space. Videos play in an endless - loop. Ctrl+Shift+P opens a copied media address, or the last media item if none. - - Automatic window minimization after a configurable idle period. - - Window size, position and maximized state are remembered. - - Automatic adaptation to the Windows dark and light modes, including tray icon and - title bar. - - Selective clearing of browsing data, either cache only or everything. - - Optional start with Windows. - - NASS e.K. and Wrok are not affiliated with Grok, xAI or X. All trademarks mentioned are - the property of their respective owners and are used for descriptive purposes only. -Tags: -- ai -- bosskey -- chat -- csharp -- dotnet -- grok -- macros -- privacy -- tray -- webclient -- webview2 -- windows -ReleaseNotes: |- - First stable release. - - Added: - - Media viewer for images and videos with side-by-side layout; videos loop endlessly. - - Macro variable {input} prompts for a value before sending. - - Start with Windows via the tray menu. - - Clearing browsing data with a choice between cache only and everything. - - Reorganised tray menu with Settings and Tools groups. - - Fixed: - - The image viewer never opened because ExecuteScriptAsync does not resolve promises. - - The rate limit display never returned data for the same reason. - - Intermittent GDI+ errors when displaying and saving images. - - Mouse wheel zoom in the image viewer. - - Corrected the documented boss key (Ctrl+Space). -ReleaseNotesUrl: https://github.com/manfred-mueller/Wrok/releases/tag/v1.0.0 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml b/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml deleted file mode 100644 index 7620aa02232e6..0000000000000 --- a/manifests/n/NASS/Wrok/1.0.0/NASS.Wrok.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: NASS.Wrok -PackageVersion: 1.0.0 -DefaultLocale: de-DE -ManifestType: version -ManifestVersion: 1.12.0 From 3ed4fb8c946226e6c539b8448d7fb06cc571895f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:49:41 +0800 Subject: [PATCH 50/75] New version: nekohy.MeowCLI version 1.5.0 (#404312) --- .../{1.4.9 => 1.5.0}/nekohy.MeowCLI.installer.yaml | 12 ++++++------ .../nekohy.MeowCLI.locale.en-US.yaml | 2 +- .../nekohy.MeowCLI.locale.zh-CN.yaml | 6 +++--- .../MeowCLI/{1.4.9 => 1.5.0}/nekohy.MeowCLI.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) rename manifests/n/nekohy/MeowCLI/{1.4.9 => 1.5.0}/nekohy.MeowCLI.installer.yaml (60%) rename manifests/n/nekohy/MeowCLI/{1.4.9 => 1.5.0}/nekohy.MeowCLI.locale.en-US.yaml (98%) rename manifests/n/nekohy/MeowCLI/{1.4.9 => 1.5.0}/nekohy.MeowCLI.locale.zh-CN.yaml (96%) rename manifests/n/nekohy/MeowCLI/{1.4.9 => 1.5.0}/nekohy.MeowCLI.yaml (91%) diff --git a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.installer.yaml b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.installer.yaml similarity index 60% rename from manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.installer.yaml rename to manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.installer.yaml index c705a14dd790a..8c4d5eff4c877 100644 --- a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.installer.yaml +++ b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: nekohy.MeowCLI -PackageVersion: 1.4.9 +PackageVersion: 1.5.0 InstallerType: portable Commands: - meowcli -ReleaseDate: 2026-07-13 +ReleaseDate: 2026-07-18 Installers: - Architecture: x64 - InstallerUrl: https://github.com/nekohy/MeowCLI/releases/download/v1.4.9/meowcli-windows-amd64.exe - InstallerSha256: 231A2ACCAB7C715F641816B9F4D51F8F9D84163F85809D38E1FF8E3DA789894F + InstallerUrl: https://github.com/nekohy/MeowCLI/releases/download/v1.5.0/meowcli-windows-amd64.exe + InstallerSha256: 9FDF52DD680ACE7886C79566714F7BC73A7C7642F4D8E90D8E316A73CDFA0724 - Architecture: arm64 - InstallerUrl: https://github.com/nekohy/MeowCLI/releases/download/v1.4.9/meowcli-windows-arm64.exe - InstallerSha256: 92349D4B1DDF502B88B13F6F9C44B80F36D44539F7B6A2225DAD40594B58847B + InstallerUrl: https://github.com/nekohy/MeowCLI/releases/download/v1.5.0/meowcli-windows-arm64.exe + InstallerSha256: CB190A7C3F12AD073A7145047144B7C684C37B4FDE76DF8F6526E3C29971B942 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.locale.en-US.yaml b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.locale.en-US.yaml similarity index 98% rename from manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.locale.en-US.yaml rename to manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.locale.en-US.yaml index 2471e91064277..1c0089e680688 100644 --- a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.locale.en-US.yaml +++ b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: nekohy.MeowCLI -PackageVersion: 1.4.9 +PackageVersion: 1.5.0 PackageLocale: en-US ShortDescription: A project for CLI reverse proxy, pursuing higher performance and better scheduling Description: |- diff --git a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.locale.zh-CN.yaml b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.locale.zh-CN.yaml similarity index 96% rename from manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.locale.zh-CN.yaml rename to manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.locale.zh-CN.yaml index fd1e34ee27097..a4b6f44310caa 100644 --- a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.locale.zh-CN.yaml +++ b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: nekohy.MeowCLI -PackageVersion: 1.4.9 +PackageVersion: 1.5.0 PackageLocale: zh-CN Publisher: 花月喵梦 PublisherUrl: https://github.com/nekohy @@ -30,7 +30,7 @@ Tags: - 人工智能 - 代理 - 大语言模型 -ReleaseNotes: 'Full Changelog: https://github.com/nekohy/MeowCLI/compare/v1.4.8...v1.4.9' -ReleaseNotesUrl: https://github.com/nekohy/MeowCLI/releases/tag/v1.4.9 +ReleaseNotes: 'Full Changelog: https://github.com/nekohy/MeowCLI/compare/v1.4.9...v1.5.0' +ReleaseNotesUrl: https://github.com/nekohy/MeowCLI/releases/tag/v1.5.0 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.yaml b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.yaml similarity index 91% rename from manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.yaml rename to manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.yaml index dd40295ece59b..46297b0080123 100644 --- a/manifests/n/nekohy/MeowCLI/1.4.9/nekohy.MeowCLI.yaml +++ b/manifests/n/nekohy/MeowCLI/1.5.0/nekohy.MeowCLI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: nekohy.MeowCLI -PackageVersion: 1.4.9 +PackageVersion: 1.5.0 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 From 3e033ca19c157dcdad627224535b5ef065e455c5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:49:55 +0800 Subject: [PATCH 51/75] New version: Lingbao.EasyClaw.CN version 1.3.81 (#404313) --- .../CN/{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.installer.yaml | 4 ++-- .../{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.locale.en-US.yaml | 2 +- .../{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.locale.zh-CN.yaml | 2 +- .../EasyClaw/CN/{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/l/Lingbao/EasyClaw/CN/{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.installer.yaml (84%) rename manifests/l/Lingbao/EasyClaw/CN/{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.locale.en-US.yaml (95%) rename manifests/l/Lingbao/EasyClaw/CN/{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.locale.zh-CN.yaml (97%) rename manifests/l/Lingbao/EasyClaw/CN/{1.3.80 => 1.3.81}/Lingbao.EasyClaw.CN.yaml (91%) diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.installer.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.installer.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.installer.yaml index 6ffcd746f9ba7..6e3e924d12bb3 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclawcn Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.cn/public/package/easyclawcnsetup.exe - InstallerSha256: 015C502FA53BA1E84875E0E89915B3761A02A6CC7FF63019299DCDFA67445E47 + InstallerSha256: 19F433CE8323E68142817B54451920DC8D1373C4E30B3DFC9F137081EEA074A0 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.en-US.yaml similarity index 95% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.en-US.yaml index 4dc3cbd8e7db8..e5d46d3be6b78 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 PackageLocale: en-US Author: Beijing Lingbao Intelligent Technology Co., Ltd. License: Proprietary diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.zh-CN.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.zh-CN.yaml index 1602f1e68164c..7a4406456fc23 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 PackageLocale: zh-CN Publisher: EasyClaw Team PublisherUrl: https://easyclaw.cn/ diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.yaml index cc9d0abcff6c9..c85075c52a036 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.80/Lingbao.EasyClaw.CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 From 80a99404a5673070bd7d0e0e3dcd21e0d45137d6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:50:09 +0800 Subject: [PATCH 52/75] New version: XinTaoFei.Codeg version 0.21.0 (#404317) --- .../0.20.4/XinTaoFei.Codeg.locale.en-US.yaml | 35 ---------------- .../0.20.4/XinTaoFei.Codeg.locale.zh-CN.yaml | 25 ----------- .../XinTaoFei.Codeg.installer.yaml | 12 +++--- .../0.21.0/XinTaoFei.Codeg.locale.en-US.yaml | 42 +++++++++++++++++++ .../0.21.0/XinTaoFei.Codeg.locale.zh-CN.yaml | 32 ++++++++++++++ .../{0.20.4 => 0.21.0}/XinTaoFei.Codeg.yaml | 2 +- 6 files changed, 81 insertions(+), 67 deletions(-) delete mode 100644 manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.en-US.yaml delete mode 100644 manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.zh-CN.yaml rename manifests/x/XinTaoFei/Codeg/{0.20.4 => 0.21.0}/XinTaoFei.Codeg.installer.yaml (61%) create mode 100644 manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.locale.en-US.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.locale.zh-CN.yaml rename manifests/x/XinTaoFei/Codeg/{0.20.4 => 0.21.0}/XinTaoFei.Codeg.yaml (91%) diff --git a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.en-US.yaml b/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.en-US.yaml deleted file mode 100644 index f838c8b24cc50..0000000000000 --- a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: XinTaoFei.Codeg -PackageVersion: 0.20.4 -PackageLocale: en-US -Publisher: codeg -PublisherUrl: https://github.com/xintaofei -PublisherSupportUrl: https://github.com/xintaofei/codeg/issues -PackageName: codeg -PackageUrl: https://github.com/xintaofei/codeg -License: Apache-2.0 -LicenseUrl: https://github.com/xintaofei/codeg/blob/HEAD/LICENSE -ShortDescription: Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker. -Description: Codeg (Code Generation) is an enterprise-grade multi-agent coding workspace. It unifies local AI coding agents (Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, etc.) in a desktop app, standalone server, or Docker container — enabling remote development from any browser — with conversation aggregation, parallel git worktree development, MCP/Skills management, chat channel interactions (Telegram, Lark, iLink, etc.), and integrated Git/file/terminal workflows. -Tags: -- agent -- agentic -- ai -- chatbot -- claude-code -- code -- codex -- coding -- gemini-cli -- large-language-model -- llm -- programming -ReleaseNotes: |- - - fix(pet): Desktop pets with extra animations now install and display correctly. The marketplace's new "v2" pets add animation rows that codeg used to reject or render squished. It now adapts to each spritesheet's real size, keeping every pet sharp. - - fix(chat): Cleaner command and skill badges in sent messages. Badges now show just their name, dropping the leading / or $ to match the composer. What's sent to the agent is unchanged. - - chore(agents): Bundled agents refreshed. OpenCode (1.18.3), Cline (3.0.42), CodeBuddy Code (2.123.1), and Kimi Code (0.26.0) updated; Claude Code's ACP adapter pinned to 0.58.1. -ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.20.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.zh-CN.yaml b/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.zh-CN.yaml deleted file mode 100644 index 255972718c811..0000000000000 --- a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: XinTaoFei.Codeg -PackageVersion: 0.20.4 -PackageLocale: zh-CN -ShortDescription: 在一个地方聚合并浏览 AI 编程代理会话(如 Claude Code、Codex、Gemini CLI 等)。支持桌面应用、自建服务器或 Docker 部署。 -Description: Codeg(Code Generation,代码生成)是一款企业级多代理编码工作区。它将本地 AI 编程代理(包括 Claude Code、Codex CLI、OpenCode、Gemini CLI、OpenClaw、Cline 等)统一集成于桌面应用、独立服务器或 Docker 容器中,支持通过任意浏览器进行远程开发;具备对话聚合、并行 Git 工作树开发、MCP/技能管理、聊天频道交互(Telegram、飞书、iLink 等),以及集成的 Git/文件/终端工作流。 -Tags: -- claude-code -- codex -- gemini-cli -- 人工智能 -- 代码 -- 大语言模型 -- 智能体 -- 编程 -- 聊天机器人 -- 自主智能 -ReleaseNotes: |- - - 修复(宠物):带更多动作的桌面宠物现在能正确安装与显示。 市场新增的「v2」宠物带有额外动画行,过去会被拒绝安装或显示压扁。现在按每张精灵图的真实尺寸自适应,宠物随处都清晰。 - - 修复(聊天):已发送消息里的命令与技能徽章更清爽。 徽章只显示名称,去掉开头的 / 或 $,与编辑时一致。发送给智能体的内容保持不变。 - - 更新(智能体):内置智能体已刷新。 OpenCode(1.18.3)、Cline(3.0.42)、CodeBuddy Code(2.123.1)、Kimi Code(0.26.0)已更新;Claude Code 的 ACP 适配器固定到 0.58.1。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.installer.yaml b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.installer.yaml similarity index 61% rename from manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.installer.yaml rename to manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.installer.yaml index 68731a2c0c823..24ced57697157 100644 --- a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.installer.yaml +++ b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.installer.yaml @@ -2,18 +2,18 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: XinTaoFei.Codeg -PackageVersion: 0.20.4 +PackageVersion: 0.21.0 InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: codeg -ReleaseDate: 2026-07-16 +ReleaseDate: 2026-07-18 Installers: - Architecture: x64 - InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.20.4/codeg_0.20.4_x64-setup.exe - InstallerSha256: 21F95E63630D1B705A5C67BA7B385473222B252801761DE77417C91D19ECDC8F + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.21.0/codeg_0.21.0_x64-setup.exe + InstallerSha256: 074ECB166FD61838EDE6CFE1B238921DBFA3CE3D7DE9E2143CC93DB2B478368C - Architecture: arm64 - InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.20.4/codeg_0.20.4_arm64-setup.exe - InstallerSha256: B5552C636071BEC8D6917B7C6DFA6E28492DB1FE149F4FEA801A844E67AAC342 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.21.0/codeg_0.21.0_arm64-setup.exe + InstallerSha256: AB6CA7BC65FBC23CFFA8629ABDB4D27EE09DEA4B01D92D9BC7CF4AEA23D9D519 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.locale.en-US.yaml b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.locale.en-US.yaml new file mode 100644 index 0000000000000..f26752c477acc --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.21.0 +PackageLocale: en-US +Publisher: codeg +PublisherUrl: https://github.com/xintaofei +PublisherSupportUrl: https://github.com/xintaofei/codeg/issues +PackageName: codeg +PackageUrl: https://github.com/xintaofei/codeg +License: Apache-2.0 +LicenseUrl: https://github.com/xintaofei/codeg/blob/HEAD/LICENSE +ShortDescription: Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker. +Description: Codeg (Code Generation) is an enterprise-grade multi-agent coding workspace. It unifies local AI coding agents (Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, etc.) in a desktop app, standalone server, or Docker container — enabling remote development from any browser — with conversation aggregation, parallel git worktree development, MCP/Skills management, chat channel interactions (Telegram, Lark, iLink, etc.), and integrated Git/file/terminal workflows. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + - feat(workspace): A redesigned four-column desktop workspace. Sidebar, conversation, file, and aux panel each get a full-height column with its own top bar; tabs move into the title bar, and new conversation and file detail headers carry quick actions. + - feat(aux-panel): A new Session Details tab. The right panel now shows the active conversation's metadata and live token usage, and hosts the Git branch and command selectors moved out of the title bar. + - feat(appearance): Custom workspace background image with frosted surfaces. Set an image in Appearance settings and tune its blur and opacity; chrome surfaces turn to frosted glass while editors and overlays go transparent. + - feat(appearance): Accent themes now color the whole interface. Muted panels, the sidebar, borders, the light canvas, and the editor background all carry the theme's hue instead of staying gray. + - feat(file-tree): Drag tree entries to move them, or into the composer to reference them. Drop a file or folder onto another folder to move it, or into the chat box to insert a reference. + - feat(workspace): Custom folder aliases. Set an alias from a folder's context menu; the sidebar and header show "alias [ name ]". + - feat(grok): Grok's built-in ask_user_question is now interactive. Its questions render as codeg's question card and your answer goes back to Grok, instead of a dead, unanswerable card. + - fix(sync): A reply that finishes on another device now appears for everyone watching. It syncs into your open conversation instead of showing up only after a reload. + - fix(chat): A clearer composer border and selected quick-action tab. The resting border stays visible in every theme and over a background image, and the active tab now stands out. + - chore(agents): Bundled agents refreshed. Cline 3.0.44, CodeBuddy Code 2.124.0, Kimi Code 0.27.0, and Grok 0.2.103. +ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.locale.zh-CN.yaml b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1929b0e3db29f --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.21.0 +PackageLocale: zh-CN +ShortDescription: 在一个地方聚合并浏览 AI 编程代理会话(如 Claude Code、Codex、Gemini CLI 等)。支持桌面应用、自建服务器或 Docker 部署。 +Description: Codeg(Code Generation,代码生成)是一款企业级多代理编码工作区。它将本地 AI 编程代理(包括 Claude Code、Codex CLI、OpenCode、Gemini CLI、OpenClaw、Cline 等)统一集成于桌面应用、独立服务器或 Docker 容器中,支持通过任意浏览器进行远程开发;具备对话聚合、并行 Git 工作树开发、MCP/技能管理、聊天频道交互(Telegram、飞书、iLink 等),以及集成的 Git/文件/终端工作流。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + - 功能(工作台):全新四列式桌面工作台。 侧边栏、会话、文件、辅助面板各占一条全高列并拥有独立顶栏;标签移入标题栏,新增的会话与文件详情头附带快捷操作。 + - 功能(辅助面板):新增「会话详情」标签。 右侧面板现在展示当前会话的元数据与实时 token 用量,并接管了从标题栏移出的 Git 分支与命令选择器。 + - 功能(外观):自定义工作台背景图,配以磨砂表面。 在外观设置中选择背景图并调节模糊与不透明度;界面表面变为磨砂玻璃,而编辑器与浮层则透明。 + - 功能(外观):强调色主题现在贯穿整个界面。 柔和面板、侧边栏、边框、浅色画布与编辑器背景都带上主题色相,不再是灰色。 + - 功能(文件树):拖动文件树条目即可移动,或拖入输入框即可引用。 将文件或文件夹拖到另一个文件夹即可移动,或拖入聊天框即可插入引用。 + - 功能(工作台):自定义文件夹别名。 在文件夹右键菜单中设置别名后,侧边栏与详情头会显示「别名 [ 原名 ]」。 + - 功能(Grok):Grok 内置的 ask_user_question 现在可交互作答。 它的提问会渲染为 codeg 的问题卡片,你的回答会回传给 Grok,不再是无法作答的死卡片。 + - 修复(同步):在其它设备上完成的回复,现在会呈现给所有正在查看的人。 它会同步进你打开的会话,而不必等到重新加载后才出现。 + - 修复(聊天):更清晰的输入框边框与选中的快捷操作标签。 静息边框在任何主题下及背景图之上都清晰可见,当前标签也更突出。 + - 更新(智能体):内置智能体已刷新。 Cline 3.0.44、CodeBuddy Code 2.124.0、Kimi Code 0.27.0、Grok 0.2.103。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.yaml b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.yaml similarity index 91% rename from manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.yaml rename to manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.yaml index eee526176a19d..8a7e3a9637c8c 100644 --- a/manifests/x/XinTaoFei/Codeg/0.20.4/XinTaoFei.Codeg.yaml +++ b/manifests/x/XinTaoFei/Codeg/0.21.0/XinTaoFei.Codeg.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: XinTaoFei.Codeg -PackageVersion: 0.20.4 +PackageVersion: 0.21.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From d2515de024f4172813465a6ed94acf37ee8fc1c3 Mon Sep 17 00:00:00 2001 From: nkotixwolf <65995863+nkotixwolf@users.noreply.github.com> Date: Sat, 18 Jul 2026 14:50:23 -0400 Subject: [PATCH 53/75] Update: Morpheusly.SecureConnections to 20260711.1722-1 (#404319) --- .../Morpheusly.SecureConnections.installer.yaml | 15 +++++++++++++++ ...Morpheusly.SecureConnections.locale.en-US.yaml | 12 ++++++++++++ .../Morpheusly.SecureConnections.yaml | 8 ++++++++ 3 files changed, 35 insertions(+) create mode 100644 manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.installer.yaml create mode 100644 manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.locale.en-US.yaml create mode 100644 manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.yaml diff --git a/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.installer.yaml b/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.installer.yaml new file mode 100644 index 0000000000000..15ca94604e851 --- /dev/null +++ b/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Morpheusly.SecureConnections +PackageVersion: 20260711.1722-1 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://app.morpheusly.com/agents/download/windows20260711.1722-1/morpheusly-windows-agent.exe + InstallerSha256: fc783b162fa65bfff0a0a0cf9f2701007df45ecdd85adda35f604d181edd8962 +- Architecture: arm64 + InstallerUrl: https://app.morpheusly.com/agents/download/windows20260711.1722-1/morpheusly-windows-agent.exe + InstallerSha256: fc783b162fa65bfff0a0a0cf9f2701007df45ecdd85adda35f604d181edd8962 +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.locale.en-US.yaml b/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.locale.en-US.yaml new file mode 100644 index 0000000000000..9423af1e5347e --- /dev/null +++ b/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.locale.en-US.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Morpheusly.SecureConnections +PackageVersion: 20260711.1722-1 +PackageLocale: en-US +Publisher: Morpheusly Inc. +PackageName: "Morpheusly: Secure Connections" +License: "Various, see: https://gitlab.com/morpheusly-labs/morpheusly-client/-/blob/main/REUSE.toml" +ShortDescription: VPN agent for connecting between VPN nodes managed by Morpheusly. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.yaml b/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.yaml new file mode 100644 index 0000000000000..8bd42e3c454c4 --- /dev/null +++ b/manifests/m/Morpheusly/SecureConnections/20260711.1722-1/Morpheusly.SecureConnections.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Morpheusly.SecureConnections +PackageVersion: 20260711.1722-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + From bf92fdd0aae3253f424039303ee9f8258ef8557d Mon Sep 17 00:00:00 2001 From: LoxSmoke <34951331+loxsmoke@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:50:37 -0700 Subject: [PATCH 54/75] New version: LoxSmoke.OpenLogiNet version 0.14.1 (#404322) --- .../LoxSmoke.OpenLogiNet.installer.yaml | 22 +++++++++++++ .../LoxSmoke.OpenLogiNet.locale.en-US.yaml | 31 +++++++++++++++++++ .../0.14.1/LoxSmoke.OpenLogiNet.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.installer.yaml create mode 100644 manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.locale.en-US.yaml create mode 100644 manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.yaml diff --git a/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.installer.yaml b/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.installer.yaml new file mode 100644 index 0000000000000..76ead281ce20d --- /dev/null +++ b/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.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: LoxSmoke.OpenLogiNet +PackageVersion: 0.14.1 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /NORESTART + SilentWithProgress: /SILENT /NORESTART +AppsAndFeaturesEntries: +- DisplayName: OpenLogi.net + Publisher: LoxSmoke + DisplayVersion: 0.14.1 + ProductCode: '{8E0F7A12-BFB3-4FE8-B9A5-48FD50A15A9A}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/loxsmoke/openlogi-net/releases/download/v0.14.1/OpenLogi.net-0.14.1-setup.exe + InstallerSha256: 201EBCE2DEF324CB9885AF07A0E7E6D80F6966A7D88AE8C7A1876B1646F63043 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.locale.en-US.yaml b/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.locale.en-US.yaml new file mode 100644 index 0000000000000..5938f588561c1 --- /dev/null +++ b/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LoxSmoke.OpenLogiNet +PackageVersion: 0.14.1 +PackageLocale: en-US +Publisher: LoxSmoke +PublisherUrl: https://github.com/loxsmoke +PublisherSupportUrl: https://github.com/loxsmoke/openlogi-net/issues +PackageName: OpenLogiNet +PackageUrl: https://github.com/loxsmoke/openlogi-net +License: MIT +ShortDescription: OpenLogiNet Setup +Tags: +- avalonia +- csharp +- dotnet +- hid +- hidpp +- keyboard +- logitech +- logitech-options +- mouse +- rgb +- windows +ReleaseNotesUrl: https://github.com/loxsmoke/openlogi-net/releases/tag/v0.14.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/loxsmoke/openlogi-net/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.yaml b/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.yaml new file mode 100644 index 0000000000000..7b8a72e9da11b --- /dev/null +++ b/manifests/l/LoxSmoke/OpenLogiNet/0.14.1/LoxSmoke.OpenLogiNet.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: LoxSmoke.OpenLogiNet +PackageVersion: 0.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8c7a128274a810bf3f253b097e2721805f902eed Mon Sep 17 00:00:00 2001 From: Shah Faisal <49835509+ShahFaisalGfG@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:50:50 +0500 Subject: [PATCH 55/75] New version: gfgRoyal.gfgLock version 3.0.1 (#404323) --- .../3.0.1/gfgRoyal.gfgLock.installer.yaml | 18 +++++++++++ .../3.0.1/gfgRoyal.gfgLock.locale.en-US.yaml | 31 +++++++++++++++++++ .../gfgLock/3.0.1/gfgRoyal.gfgLock.yaml | 8 +++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.installer.yaml create mode 100644 manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.locale.en-US.yaml create mode 100644 manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.yaml diff --git a/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.installer.yaml b/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.installer.yaml new file mode 100644 index 0000000000000..9ea8c9cce421c --- /dev/null +++ b/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gfgRoyal.gfgLock +PackageVersion: 3.0.1 +InstallerType: inno +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ShahFaisalGfG/gfgLock/releases/download/v3.0.1/gfgLock_3.0.1_user_installer.exe + InstallerSha256: C13FA91879CB441BD6FB61B2126731C49442BA2D5A6BAD3A74D5A39EC8256E1E +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ShahFaisalGfG/gfgLock/releases/download/v3.0.1/gfgLock_3.0.1_system_installer.exe + InstallerSha256: 3269548A9F5A465FF50F34FAF027D4C2ADF1311B5989989FF707B6FABD5A776D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.locale.en-US.yaml b/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.locale.en-US.yaml new file mode 100644 index 0000000000000..9cb13f1eccdfd --- /dev/null +++ b/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gfgRoyal.gfgLock +PackageVersion: 3.0.1 +PackageLocale: en-US +Publisher: gfgRoyal +PublisherUrl: https://github.com/ShahFaisalGfG +PublisherSupportUrl: https://github.com/ShahFaisalGfG/gfgLock/issues +PackageName: gfgLock +PackageUrl: https://github.com/ShahFaisalGfG/gfgLock +License: Proprietary +ShortDescription: Secure AES-256 file encryption and decryption — fast, simple, reliable +Tags: +- encryption +- file-encryption +- file-encryption-decryption +- file-lock +- folder-encryption +- folder-lock +- gui-application +- gui-tool +- inno-setup +- open-source +- python-gui +ReleaseNotesUrl: https://github.com/ShahFaisalGfG/gfgLock/releases/tag/v3.0.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ShahFaisalGfG/gfgLock/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.yaml b/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.yaml new file mode 100644 index 0000000000000..e3deab5997007 --- /dev/null +++ b/manifests/g/gfgRoyal/gfgLock/3.0.1/gfgRoyal.gfgLock.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: gfgRoyal.gfgLock +PackageVersion: 3.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 387b88bdfe2f96b2f76036b5269ed9c22a686a73 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:51:05 +0800 Subject: [PATCH 56/75] New version: IvanCharapanau.Harbor version 0.5.3 (#404325) --- .../IvanCharapanau.Harbor.locale.en-US.yaml | 30 ------------- .../IvanCharapanau.Harbor.installer.yaml | 14 +++--- .../IvanCharapanau.Harbor.locale.en-US.yaml | 43 +++++++++++++++++++ .../IvanCharapanau.Harbor.locale.zh-CN.yaml | 4 +- .../IvanCharapanau.Harbor.yaml | 2 +- 5 files changed, 53 insertions(+), 40 deletions(-) delete mode 100644 manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.locale.en-US.yaml rename manifests/i/IvanCharapanau/Harbor/{0.5.2 => 0.5.3}/IvanCharapanau.Harbor.installer.yaml (67%) create mode 100644 manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.locale.en-US.yaml rename manifests/i/IvanCharapanau/Harbor/{0.5.2 => 0.5.3}/IvanCharapanau.Harbor.locale.zh-CN.yaml (96%) rename manifests/i/IvanCharapanau/Harbor/{0.5.2 => 0.5.3}/IvanCharapanau.Harbor.yaml (91%) diff --git a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.locale.en-US.yaml b/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.locale.en-US.yaml deleted file mode 100644 index edc1c67897702..0000000000000 --- a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: IvanCharapanau.Harbor -PackageVersion: 0.5.2 -PackageLocale: en-US -Publisher: harbor -PublisherUrl: https://av.codes/ -PublisherSupportUrl: https://github.com/av/harbor/issues -Author: Ivan Charapanau -PackageName: Harbor -PackageUrl: https://github.com/av/harbor -License: Apache-2.0 -LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE -ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command. -Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease. -Tags: -- ai -- large-language-model -- llm -- ollama -ReleaseNotes: |- - Misc - - .env no longer collapses into a corrupted stub when several Harbor commands run at once (for example when the app loads its CLI page). - - An empty or 0-byte .env now self-repairs from the default profile instead of leaving later commands to crash. - - harbor doctor no longer hangs when run with non-interactive stdin; its SELinux AVC probe reads audit logs directly. - Full Changelog: https://github.com/av/harbor/compare/v0.5.1...v0.5.2 -ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.5.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.installer.yaml b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.installer.yaml similarity index 67% rename from manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.installer.yaml rename to manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.installer.yaml index 3fc01b9c3f9fe..ea7a1b3a49a5d 100644 --- a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.installer.yaml +++ b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.installer.yaml @@ -2,24 +2,24 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: IvanCharapanau.Harbor -PackageVersion: 0.5.2 +PackageVersion: 0.5.3 UpgradeBehavior: install -ReleaseDate: 2026-06-14 +ReleaseDate: 2026-07-18 Installers: - Architecture: x64 InstallerType: nullsoft Scope: user - InstallerUrl: https://github.com/av/harbor/releases/download/v0.5.2/Harbor_0.5.2_x64-setup.exe - InstallerSha256: 729796652395849AAF607DAB0DFDB8BB9D80CE6944B67A6B78A1999C9D2BECD9 + InstallerUrl: https://github.com/av/harbor/releases/download/v0.5.3/Harbor_0.5.3_x64-setup.exe + InstallerSha256: B960EAB03429FA6FFCC96B097D1B9A8C927231A2BF92E97D4E0235E7585F88DF ProductCode: Harbor - Architecture: x64 InstallerType: wix Scope: machine - InstallerUrl: https://github.com/av/harbor/releases/download/v0.5.2/Harbor_0.5.2_x64_en-US.msi - InstallerSha256: 6A95494595A1163A21002AA02136393CF74545B2C372312308D1A57E508274EC + InstallerUrl: https://github.com/av/harbor/releases/download/v0.5.3/Harbor_0.5.3_x64_en-US.msi + InstallerSha256: 81D48EEA41C38BE7B6D43877EBEF804712178029892B4EDA91E234DD29B8D9D3 InstallerSwitches: InstallLocation: INSTALLDIR="" - ProductCode: '{A3F4C5F7-07AF-4B70-B3EA-FF62D264E397}' + ProductCode: '{DC923F8B-FD74-44D4-A3C2-575A75E6A929}' AppsAndFeaturesEntries: - UpgradeCode: '{8389C8AD-7952-5AB4-B907-63255087F027}' ManifestType: installer diff --git a/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.locale.en-US.yaml b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.locale.en-US.yaml new file mode 100644 index 0000000000000..f1067f2226e3c --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.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: IvanCharapanau.Harbor +PackageVersion: 0.5.3 +PackageLocale: en-US +Publisher: harbor +PublisherUrl: https://av.codes/ +PublisherSupportUrl: https://github.com/av/harbor/issues +Author: Ivan Charapanau +PackageName: Harbor +PackageUrl: https://github.com/av/harbor +License: Apache-2.0 +LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE +ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command. +Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease. +Tags: +- ai +- large-language-model +- llm +- ollama +ReleaseNotes: |- + Misc + - Harbor Boost gains agentic modules: quickhop and deephop for web research, autocheck for deliverable audits, and diffscope for scoped file-change checks, with caveman and ponytail as response style modules. + - harbor launch --workflow routes coding agents through Boost module chains. + - harbor launch supports the grok CLI as a host tool. + - Faster Hugging Face downloads via hf_transfer. + - harbor hf cache is renamed to harbor hf cachedir, freeing hf cache to pass through to the official HF CLI. + - HF cache scans now rescue models the hub library misses, keep listing models when the cache scan throws, and llamacpp models without a slash in their ID can be removed. + - Boost read_url now validates every redirect hop, closing an SSRF vector in web research modules. + - Boost autocheck keeps failed or spoofed page reads out of its evidence, and the /caveman and /ponytail style commands only trigger in their own module. + - Boost token counting no longer stalls on multi-megabyte pathological inputs. + - harbor pull and other compose-backed commands now fail with a clear error when compose resolution fails, instead of running a bare docker subcommand. + - harbor up a b -t now tails logs for all requested services, not just the first. + - Assorted CLI fixes: doctor --check ordering, up --open target, and ui.main resolution for open/url/tunnel/qr. + - harbor pull handles mixed service/model/flag arguments correctly, routing flags like --no-defaults to the compose resolver instead of misreading them as model names. + - Host Deno runs no longer show update-check nags or send telemetry. + - The container test runner auto-runs the install suite when needed and works on Alpine, Arch, and Rocky; compose files can waive lint rules via x-harbor-lint-ignore. + Breaking: built-in Boost workflow presets and the keel/sightline modules were removed; the former caveman/ponytail research workflows are now quickhop/deephop. + Full Changelog: https://github.com/av/harbor/compare/v0.5.2...v0.5.3 +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.5.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.locale.zh-CN.yaml b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.locale.zh-CN.yaml similarity index 96% rename from manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.locale.zh-CN.yaml rename to manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.locale.zh-CN.yaml index 9ddc796cec83c..f7d9a4253bfd6 100644 --- a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.locale.zh-CN.yaml +++ b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: IvanCharapanau.Harbor -PackageVersion: 0.5.2 +PackageVersion: 0.5.3 PackageLocale: zh-CN ShortDescription: 只需一个命令,即可轻松运行 LLM 后端、API、前端和服务。 Description: Harbor 是一个容器化 LLM 工具包,帮助您运行 LLM 和附加服务。它由 CLI 和配套应用程序组成,帮助您轻松管理和运行人工智能服务。 @@ -11,6 +11,6 @@ Tags: - ollama - 人工智能 - 大语言模型 -ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.5.2 +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.5.3 ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.yaml b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.yaml similarity index 91% rename from manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.yaml rename to manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.yaml index c57c79b9c18ab..d7bfd1ad042c3 100644 --- a/manifests/i/IvanCharapanau/Harbor/0.5.2/IvanCharapanau.Harbor.yaml +++ b/manifests/i/IvanCharapanau/Harbor/0.5.3/IvanCharapanau.Harbor.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: IvanCharapanau.Harbor -PackageVersion: 0.5.2 +PackageVersion: 0.5.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From a6874b3f182b887eccdc79748781e9a44855c393 Mon Sep 17 00:00:00 2001 From: Tomas Fecko Date: Sat, 18 Jul 2026 21:14:19 +0200 Subject: [PATCH 57/75] New version: Feci.ParleyDeckSkill version 1.4.5 (#404262) Co-authored-by: Tomas Fecko --- .../1.4.5/Feci.ParleyDeckSkill.installer.yaml | 15 +++++++++++ .../Feci.ParleyDeckSkill.locale.en-US.yaml | 27 +++++++++++++++++++ .../1.4.5/Feci.ParleyDeckSkill.yaml | 6 +++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.installer.yaml create mode 100644 manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.locale.en-US.yaml create mode 100644 manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.yaml diff --git a/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.installer.yaml b/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.installer.yaml new file mode 100644 index 0000000000000..6435b17ab165b --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 1.4.5 +InstallerType: portable +Commands: +- parley-deck-skill +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/feci/parley-deck-skill/releases/download/v1.4.5/parley-deck-skill-v1.4.5-windows-x64.exe + InstallerSha256: 08D9B0FF0EDB5F885181C50DF16AFDC2663F02E688EAC07646FD34DE5BB32E23 +- Architecture: arm64 + InstallerUrl: https://github.com/feci/parley-deck-skill/releases/download/v1.4.5/parley-deck-skill-v1.4.5-windows-arm64.exe + InstallerSha256: 5AF84DC1D3CFF7FF4D296C4E3B60CFF896BBA3A87DEDCC58499586C85962C2C0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.locale.en-US.yaml b/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.locale.en-US.yaml new file mode 100644 index 0000000000000..69cee7e91cf31 --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 1.4.5 +PackageLocale: en-US +Publisher: Feci +PublisherUrl: https://github.com/feci +PackageName: Parley Deck Skill +PackageUrl: https://github.com/feci/parley-deck-skill +License: Apache-2.0 +LicenseUrl: https://github.com/feci/parley-deck-skill/blob/main/LICENSE +ShortDescription: Installer for the Parley Deck multi-agent cooperation skill. +Description: "Installs the vendor-neutral Parley Deck AI cooperation skill into Codex, Claude Code, Antigravity CLI, legacy Gemini CLI, Hermes, Kimi Code, or a custom skill directory. v1.4.5 fixes the Kimi target so the skill installs into Kimi Code's canonical user skills root (~/.kimi-code/skills, or KIMI_CODE_HOME/skills) instead of the legacy kimi-cli tree that Kimi Code does not read at runtime, and keys auto-detection on real Kimi Code evidence rather than the ambiguous kimi command shared with the older kimi-cli. Ships two opt-in companion add-on skills installed by default (use --no-addons or --only to choose): parley-worktrees (parallel sessions over one git repo via worktrees) and parley-tracker (vendor-neutral epic/story/subtask authoring readable by business, technical, and AI readers, with a tool-enforced gap-scan)." +ReleaseNotesUrl: https://github.com/feci/parley-deck-skill/releases/tag/v1.4.5 +Tags: +- ai +- agents +- agy +- antigravity +- cli +- codex +- claude +- gemini +- kimi +- multi-agent +- skill +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.yaml b/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.yaml new file mode 100644 index 0000000000000..1aa8de50fc1ca --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/1.4.5/Feci.ParleyDeckSkill.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 1.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 34416bc23931956591f0f195deaecf2f5741a211 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sun, 19 Jul 2026 03:14:42 +0800 Subject: [PATCH 58/75] Fix: ImputNet.Helium version 0.10.8.1 (#404278) --- .../i/ImputNet/Helium/0.10.8.1/ImputNet.Helium.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/i/ImputNet/Helium/0.10.8.1/ImputNet.Helium.installer.yaml b/manifests/i/ImputNet/Helium/0.10.8.1/ImputNet.Helium.installer.yaml index 1ddb538c8598c..63d91829443e2 100644 --- a/manifests/i/ImputNet/Helium/0.10.8.1/ImputNet.Helium.installer.yaml +++ b/manifests/i/ImputNet/Helium/0.10.8.1/ImputNet.Helium.installer.yaml @@ -38,7 +38,7 @@ FileExtensions: ProductCode: imput Helium ReleaseDate: 2026-04-01 AppsAndFeaturesEntries: -- DisplayVersion: "" +- InstallerType: exe Installers: - Architecture: x64 Scope: user From ff10cb318481e97070374fc6298f083fd07a86b8 Mon Sep 17 00:00:00 2001 From: Chapman <118159308+QwerProg@users.noreply.github.com> Date: Sun, 19 Jul 2026 03:14:45 +0800 Subject: [PATCH 59/75] Add QwerProg.bt 0.1.5 (#404300) Co-authored-by: github-actions[bot] --- .../QwerProg/bt/0.1.5/QwerProg.bt.installer.yaml | 14 ++++++++++++++ .../bt/0.1.5/QwerProg.bt.locale.en-US.yaml | 15 +++++++++++++++ manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.yaml | 6 ++++++ 3 files changed, 35 insertions(+) create mode 100644 manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.installer.yaml create mode 100644 manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.locale.en-US.yaml create mode 100644 manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.yaml diff --git a/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.installer.yaml b/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.installer.yaml new file mode 100644 index 0000000000000..005de0e0b4980 --- /dev/null +++ b/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: QwerProg.bt +PackageVersion: 0.1.5 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: bt.exe +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/QwerProg/bili-tools/releases/download/v0.1.5/bt-x86_64-windows.zip + InstallerSha256: 7c99180a65d3e9780985322dbe1b1619c3a3582d329a054e70c7677063ae3deb +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.locale.en-US.yaml b/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.locale.en-US.yaml new file mode 100644 index 0000000000000..c83919737c700 --- /dev/null +++ b/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.locale.en-US.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: QwerProg.bt +PackageVersion: 0.1.5 +PackageLocale: en-US +Publisher: QwerProg +PackageName: bt +License: MIT +ShortDescription: Bilibili live streaming CLI tool - one-command start/stop stream +Tags: + - bilibili + - live + - stream + - cli +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.yaml b/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.yaml new file mode 100644 index 0000000000000..3bd88eb71437e --- /dev/null +++ b/manifests/q/QwerProg/bt/0.1.5/QwerProg.bt.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: QwerProg.bt +PackageVersion: 0.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 0025ce3313d862b4efab2a63f1c86ed124174f02 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 18 Jul 2026 15:14:59 -0400 Subject: [PATCH 60/75] New version: Microsoft.SafetyScanner version 1.455.208.0 (#404326) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.455.208.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..3acf76ac6319b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.208.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.208.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.208.0&arch=x86 + InstallerSha256: 4867492F2D6668360CDD5FB0162E05EFB19FC229EB3398D8FD69A8A33ABFB3C6 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.208.0&arch=amd64 + InstallerSha256: A487BA5808A316A6D7CE5A10360FAB194B931916BB068AF083E730EFA2357969 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..bb48e27d6a66a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.208.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.208.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.208.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.208.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..765740491b166 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.208.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.208.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 84b12b1f2cd63aa54e88db31fc31eca6901ff216 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Sat, 18 Jul 2026 21:15:13 +0200 Subject: [PATCH 61/75] New version: GnOuGo.Agent version 0.12.2 (#404328) --- .../Agent/0.12.2/GnOuGo.Agent.installer.yaml | 21 +++++++++++++++++ .../0.12.2/GnOuGo.Agent.locale.en-US.yaml | 23 +++++++++++++++++++ .../g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.yaml | 8 +++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.installer.yaml create mode 100644 manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.locale.en-US.yaml create mode 100644 manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.yaml diff --git a/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.installer.yaml b/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.installer.yaml new file mode 100644 index 0000000000000..3b81e93b1929a --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GnOuGo.Agent +PackageVersion: 0.12.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GnOuGo.Agent.exe + PortableCommandAlias: gnougo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.12.2/gnougo-win-x64.zip + InstallerSha256: F2FE8CABD778B91DA5C83688C81593F72E4133EAE4B1F072F543D5B05D0AC372 +- Architecture: arm64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.12.2/gnougo-win-arm64.zip + InstallerSha256: DC95BE69A4C3695ED6F8AC45CEE73D44CC587B7791BBD88E896BF11C05C31692 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.locale.en-US.yaml b/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..a4bba45fcbcdd --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GnOuGo.Agent +PackageVersion: 0.12.2 +PackageLocale: en-US +Publisher: GnOuGo +PublisherUrl: https://github.com/GnouGo +PublisherSupportUrl: https://github.com/GnouGo/GnouGo/issues +PackageName: GnOuGo +PackageUrl: https://github.com/GnouGo/GnouGo +License: Apache-2.0 +LicenseUrl: https://github.com/GnouGo/GnouGo/blob/main/LICENSE.md +ShortDescription: The Friendly Bear AI Agent +Description: The Friendly Bear AI Agent +Moniker: gnougo +Tags: +- agent +- ai +- desktop +ReleaseNotesUrl: https://github.com/GnouGo/GnouGo/releases/tag/v0.12.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.yaml b/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.yaml new file mode 100644 index 0000000000000..16238ef6f8fb5 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.12.2/GnOuGo.Agent.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: GnOuGo.Agent +PackageVersion: 0.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a4ca61c5967aefb8b96f56d5a9e354f155fab147 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 18 Jul 2026 15:15:27 -0400 Subject: [PATCH 62/75] New version: LivestreamingTools.Crntly version 0.10.0 (#404329) --- .../LivestreamingTools.Crntly.installer.yaml | 24 +++++++++++ ...ivestreamingTools.Crntly.locale.en-US.yaml | 43 +++++++++++++++++++ .../0.10.0/LivestreamingTools.Crntly.yaml | 8 ++++ 3 files changed, 75 insertions(+) create mode 100644 manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.installer.yaml create mode 100644 manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.locale.en-US.yaml create mode 100644 manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.yaml diff --git a/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.installer.yaml b/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.installer.yaml new file mode 100644 index 0000000000000..fc9cb21941aed --- /dev/null +++ b/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.installer.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LivestreamingTools.Crntly +PackageVersion: 0.10.0 +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Crntly +ReleaseDate: 2026-07-18 +AppsAndFeaturesEntries: +- ProductCode: Crntly +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Crntly' +Installers: +- Architecture: x64 + InstallerUrl: https://canvas.livestreaming.tools/updates/Crntly_0.10.0_x64-setup.exe + InstallerSha256: B2D142A56B889683529D9BAD014CF19DCBBBC1CE644FD30F9ED5B66FA7A699ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.locale.en-US.yaml b/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.locale.en-US.yaml new file mode 100644 index 0000000000000..94c187d489a27 --- /dev/null +++ b/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LivestreamingTools.Crntly +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: livestreaming.tools +PublisherUrl: https://livestreaming.tools/ +PublisherSupportUrl: https://discord.gg/WNPJ4Uep7B +PrivacyUrl: https://zomlit.com/privacy +Author: livestreaming.tools +PackageName: Crntly +PackageUrl: https://livestreaming.tools/ +License: MIT +Copyright: Copyright (C) 2026 livestreaming.tools +ShortDescription: Streaming overlay studio with widgets, scenes, and integrated streaming. +Description: |- + Crntly is a desktop streaming studio for Twitch, YouTube, and Kick. + + Build canvases out of widgets — Twitch chat, alerts, Spotify now-playing, + subscriber goals, viewer counts, custom HTML — and stream them directly + from the app. Scenes, transitions, audio mixing, screen capture, and + game capture are all built in. + + Web-based collaboration: invite editors to your canvas, share live + widget URLs, and design once / use everywhere. +Moniker: crntly +Tags: +- broadcasting +- canvas +- kick +- obs +- overlay +- stream-overlay +- streaming +- twitch +- widgets +- youtube +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://livestreaming.tools/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.yaml b/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.yaml new file mode 100644 index 0000000000000..8f823a48ef902 --- /dev/null +++ b/manifests/l/LivestreamingTools/Crntly/0.10.0/LivestreamingTools.Crntly.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: LivestreamingTools.Crntly +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a37d900e2672928b4b843f2fbd275067d04d6f76 Mon Sep 17 00:00:00 2001 From: "Victor M. Varela" Date: Sat, 18 Jul 2026 21:39:43 +0200 Subject: [PATCH 63/75] New version: vmvarela.sql-pipe version 0.21.0 (#404275) --- .../0.21.0/vmvarela.sql-pipe.installer.yaml | 21 +++++++++++++ .../vmvarela.sql-pipe.locale.en-US.yaml | 30 +++++++++++++++++++ .../sql-pipe/0.21.0/vmvarela.sql-pipe.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.installer.yaml create mode 100644 manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.locale.en-US.yaml create mode 100644 manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.yaml diff --git a/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.installer.yaml b/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.installer.yaml new file mode 100644 index 0000000000000..a3524a43251d9 --- /dev/null +++ b/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.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: vmvarela.sql-pipe +PackageVersion: 0.21.0 +InstallerType: portable +Commands: +- sql-pipe +ReleaseDate: 2026-07-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vmvarela/sql-pipe/releases/download/v0.21.0/sql-pipe-x86-windows.exe + InstallerSha256: 0947904B9690E0819A8F9F0D18B93385CD83F1BB0704F5A185D32395223CD49A +- Architecture: x64 + InstallerUrl: https://github.com/vmvarela/sql-pipe/releases/download/v0.21.0/sql-pipe-x86_64-windows.exe + InstallerSha256: DDD95A3A63B47E1A12940D71ECD354EE8E0A9AE3F01F72764123F84D3E5D1545 +- Architecture: arm64 + InstallerUrl: https://github.com/vmvarela/sql-pipe/releases/download/v0.21.0/sql-pipe-aarch64-windows.exe + InstallerSha256: 6527AE584BA08AFD8BB008EAD3F8B8AB22BD1C5CF0DEDDB61CC06306ECE14AB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.locale.en-US.yaml b/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.locale.en-US.yaml new file mode 100644 index 0000000000000..292373eefb374 --- /dev/null +++ b/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.locale.en-US.yaml @@ -0,0 +1,30 @@ +# 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: vmvarela.sql-pipe +PackageVersion: 0.21.0 +PackageLocale: en-US +Publisher: vmvarela +PublisherUrl: https://github.com/vmvarela +PublisherSupportUrl: https://github.com/vmvarela/sql-pipe/issues +PackageName: sql-pipe +PackageUrl: https://github.com/vmvarela/sql-pipe +License: MPL-2.0 +LicenseUrl: https://github.com/vmvarela/sql-pipe/blob/HEAD/LICENSE +ShortDescription: Read CSV from stdin, query with SQL, write CSV to stdout +Description: sql-pipe reads CSV from stdin, loads it into an in-memory SQLite database, runs a SQL query, and prints the results as CSV. No server, no schema files, no setup. If you know SQL and work with CSV in the terminal, this is the tool you have been reaching for. +Tags: +- cli +- csv +- data +- pipe +- sql +- sqlite +ReleaseNotes: |- + What's Changed + 🚀 Features + - feat: support multiple --url arguments with per-URL format and headers (#211) @vmvarela + Full Changelog: v0.20.0...v0.21.0 +ReleaseNotesUrl: https://github.com/vmvarela/sql-pipe/releases/tag/v0.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.yaml b/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.yaml new file mode 100644 index 0000000000000..b6dd5e9c05167 --- /dev/null +++ b/manifests/v/vmvarela/sql-pipe/0.21.0/vmvarela.sql-pipe.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: vmvarela.sql-pipe +PackageVersion: 0.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 93d65b7b74a8ad2f676d97f778ccb905dc16bd20 Mon Sep 17 00:00:00 2001 From: "Zhao.MA" Date: Sat, 18 Jul 2026 21:40:07 +0200 Subject: [PATCH 64/75] New version: xarthurx.Whisperi version 0.8.2 (#404332) --- .../0.8.2/xarthurx.Whisperi.installer.yaml | 13 ++++++++++++ .../0.8.2/xarthurx.Whisperi.locale.en-US.yaml | 20 +++++++++++++++++++ .../Whisperi/0.8.2/xarthurx.Whisperi.yaml | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.installer.yaml create mode 100644 manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.locale.en-US.yaml create mode 100644 manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.yaml diff --git a/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.installer.yaml b/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.installer.yaml new file mode 100644 index 0000000000000..2a2ff5b26490c --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.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: xarthurx.Whisperi +PackageVersion: 0.8.2 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xarthurx/whisperi/releases/download/v0.8.2/Whisperi_0.8.2_x64-setup.exe + InstallerSha256: 33098CAD97929B4B0EF397668941CF3E713549BDE00125455737D82E52863098 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.locale.en-US.yaml b/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.locale.en-US.yaml new file mode 100644 index 0000000000000..805bd84076f16 --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xarthurx.Whisperi +PackageVersion: 0.8.2 +PackageLocale: en-US +Publisher: xarthurx +PublisherUrl: https://github.com/xarthurx +PublisherSupportUrl: https://github.com/xarthurx/whisperi/issues +PackageName: Whisperi +PackageUrl: https://github.com/xarthurx/whisperi +License: MIT +LicenseUrl: https://github.com/xarthurx/whisperi/blob/main/LICENSE +ShortDescription: Fast local & cloud speech-to-text dictation for Windows +ReleaseNotesUrl: https://github.com/xarthurx/whisperi/releases/tag/v0.8.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/xarthurx/whisperi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.yaml b/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.yaml new file mode 100644 index 0000000000000..a83f86d46018c --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.8.2/xarthurx.Whisperi.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: xarthurx.Whisperi +PackageVersion: 0.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7f67674d8a5e7cbfa5d537009c248f015de757e4 Mon Sep 17 00:00:00 2001 From: Marco Dalla Tiezza <47104118+AresValley@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:08:11 +0200 Subject: [PATCH 65/75] New version: AresValley.Artemis version 4.2.0 (#404276) --- .../4.2.0/AresValley.Artemis.installer.yaml | 55 +++++++++++++++++++ .../AresValley.Artemis.locale.en-US.yaml | 28 ++++++++++ .../Artemis/4.2.0/AresValley.Artemis.yaml | 8 +++ 3 files changed, 91 insertions(+) create mode 100644 manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.installer.yaml create mode 100644 manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.locale.en-US.yaml create mode 100644 manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.yaml diff --git a/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.installer.yaml b/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.installer.yaml new file mode 100644 index 0000000000000..488f29f909ecf --- /dev/null +++ b/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AresValley.Artemis +PackageVersion: 4.2.0 +InstallerLocale: en-US +InstallerType: wix +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/AresValley/Artemis/releases/download/v4.2.0/Artemis-Windows-arm64-4.2.0.msi + InstallerSha256: 37C0BBC54CEAF8D274A62B3EB85556F41F3A977E5A95EF77C38926669853C221 + ProductCode: '{998C89FD-E63C-4435-8C15-47ABDD494406}' + AppsAndFeaturesEntries: + - DisplayName: Artemis + Publisher: AresValley + DisplayVersion: 4.2.0 + ProductCode: '{998C89FD-E63C-4435-8C15-47ABDD494406}' + UpgradeCode: '{90C01527-6065-5B0F-8014-4DF480FD7DBD}' +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AresValley/Artemis/releases/download/v4.2.0/Artemis-Windows-x86_64-4.2.0.msi + InstallerSha256: A62512CF479C48DB245C9CCC872FFFB13A08E7DE7AABF711CD81B742EE4A35D9 + InstallerSwitches: + Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 + ProductCode: '{A17ED285-97BB-4140-A8F9-B735D6C1671F}' + AppsAndFeaturesEntries: + - DisplayName: Artemis + Publisher: AresValley + DisplayVersion: 4.2.0 + ProductCode: '{A17ED285-97BB-4140-A8F9-B735D6C1671F}' + UpgradeCode: '{90C01527-6065-5B0F-8014-4DF480FD7DBD}' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AresValley/Artemis/releases/download/v4.2.0/Artemis-Windows-x86_64-4.2.0.msi + InstallerSha256: A62512CF479C48DB245C9CCC872FFFB13A08E7DE7AABF711CD81B742EE4A35D9 + InstallerSwitches: + Custom: ALLUSERS=1 + ProductCode: '{A17ED285-97BB-4140-A8F9-B735D6C1671F}' + AppsAndFeaturesEntries: + - DisplayName: Artemis + Publisher: AresValley + DisplayVersion: 4.2.0 + ProductCode: '{A17ED285-97BB-4140-A8F9-B735D6C1671F}' + UpgradeCode: '{90C01527-6065-5B0F-8014-4DF480FD7DBD}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Artemis' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.locale.en-US.yaml b/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.locale.en-US.yaml new file mode 100644 index 0000000000000..083da42ce3c83 --- /dev/null +++ b/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AresValley.Artemis +PackageVersion: 4.2.0 +PackageLocale: en-US +Publisher: AresValley +PublisherUrl: https://github.com/AresValley +PublisherSupportUrl: https://github.com/AresValley/Artemis/issues +Author: AresValley +PackageName: Artemis +PackageUrl: https://github.com/AresValley/Artemis +License: GPL-3.0 +LicenseUrl: https://github.com/AresValley/Artemis/blob/HEAD/LICENSE +Copyright: AresValley +ShortDescription: Radio Signals Recognition Manual +Description: Artemis is a software designed to assist radio frequency (RF) signal identification and storage. It simplifies real-time spectrum analysis by leveraging one of the most extensive and community-driven databases, containing over 500 recognized signals. This comprehensive software solution allows users to collect RF signals with specific parameters such as frequency, bandwidth, modulation, etc. Users can also store spectrum waterfalls, audio samples, and all types of documents for future reference. Artemis provides a robust platform to manage a wide range of RF data with precision and ease. +Moniker: artemis +Tags: +- radio +- rf +- sdr +- sdr-rtl +- sigid +- signals +ReleaseNotesUrl: https://github.com/AresValley/Artemis/releases/tag/v4.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.yaml b/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.yaml new file mode 100644 index 0000000000000..ea0eba50d6e2b --- /dev/null +++ b/manifests/a/AresValley/Artemis/4.2.0/AresValley.Artemis.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: AresValley.Artemis +PackageVersion: 4.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f3fb356ae89e21adc029992bb42623e7c4d3e397 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:08:26 +0200 Subject: [PATCH 66/75] New version: JanDeDobbeleer.Aliae version 1.4.1 (#404331) --- .../1.4.1/JanDeDobbeleer.Aliae.installer.yaml | 23 ++++++++++++ .../JanDeDobbeleer.Aliae.locale.en-US.yaml | 36 +++++++++++++++++++ .../Aliae/1.4.1/JanDeDobbeleer.Aliae.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.installer.yaml create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.locale.en-US.yaml create mode 100644 manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.yaml diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.installer.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.installer.yaml new file mode 100644 index 0000000000000..fad01d76ca446 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.4.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: msix +UpgradeBehavior: uninstallPrevious +PackageFamilyName: aliae.cli_96v55e8n804z4 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v1.4.1/install-x64.msix + InstallerSha256: DD98645E6CD812A66F4F74B137D250133093AE6987BBB669EEED1226A842D281 + SignatureSha256: 5DD15E8362F854CB8530362C87A3345B03F14CE8B93D2E673CCF2C69E4E89195 +- Architecture: arm64 + InstallerUrl: https://github.com/JanDeDobbeleer/aliae/releases/download/v1.4.1/install-arm64.msix + InstallerSha256: AB31CBF5FB1CF97E96D82B5A92523CEA4EB603E7EAEB5FA25CC7B6FDE38FF40D + SignatureSha256: E1EA75E243D3310FC980F08CF368F4543F73273F118FF409720C9658C07D3E66 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.locale.en-US.yaml new file mode 100644 index 0000000000000..2577dd7d0e37d --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer/aliae/ +PublisherSupportUrl: https://github.com/JanDeDobbeleer/aliae/issues +Author: Jan De Dobbeleer +PackageName: Aliae +PackageUrl: https://aliae.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/aliae/raw/main/LICENSE +ShortDescription: Cross platform shell management +Moniker: aliae +Tags: +- console +- command-line +- shell +- powershell +- wsl +- developer-tools +- utilities +- cli +- cmd +- ps +- terminal +- aliae +- dotfiles +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/aliae/releases/tag/v1.4.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JanDeDobbeleer/aliae/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.yaml b/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.yaml new file mode 100644 index 0000000000000..21d24a4447b39 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/Aliae/1.4.1/JanDeDobbeleer.Aliae.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: JanDeDobbeleer.Aliae +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 99e01c86604e44e7d113ceb9ae28ed1411670b1a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:08:41 +0800 Subject: [PATCH 67/75] New version: misxzaiz.Polaris version 10.1.3 (#404333) --- .../10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml | 75 ------------------- .../misxzaiz.Polaris.installer.yaml | 8 +- .../misxzaiz.Polaris.locale.en-US.yaml | 2 +- .../10.1.3/misxzaiz.Polaris.locale.zh-CN.yaml | 34 +++++++++ .../{10.1.2 => 10.1.3}/misxzaiz.Polaris.yaml | 2 +- 5 files changed, 40 insertions(+), 81 deletions(-) delete mode 100644 manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml rename manifests/m/misxzaiz/Polaris/{10.1.2 => 10.1.3}/misxzaiz.Polaris.installer.yaml (72%) rename manifests/m/misxzaiz/Polaris/{10.1.2 => 10.1.3}/misxzaiz.Polaris.locale.en-US.yaml (97%) create mode 100644 manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.locale.zh-CN.yaml rename manifests/m/misxzaiz/Polaris/{10.1.2 => 10.1.3}/misxzaiz.Polaris.yaml (91%) diff --git a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml b/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml deleted file mode 100644 index 3af4e9e63dc2a..0000000000000 --- a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.zh-CN.yaml +++ /dev/null @@ -1,75 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.2 -PackageLocale: zh-CN -Publisher: polaris -PublisherUrl: https://github.com/misxzaiz -PublisherSupportUrl: https://github.com/misxzaiz/Polaris/issues -PackageName: polaris -PackageUrl: https://github.com/misxzaiz/Polaris -License: 免费软件 -ShortDescription: 多引擎 AI 编程助手的跨平台桌面客户端 -Description: Polaris 是一款基于 Tauri 2.x 构建的跨平台桌面应用,为多种 AI 编程 CLI 工具提供统一的图形化操作界面。支持 OpenAI Codex CLI、Claude Code CLI 和 OpenAI 兼容 API 三种引擎,让你无需命令行也能享受 AI 辅助编程的体验。 -Tags: -- claude-code -- codex -- 人工智能 -- 代码 -- 大语言模型 -- 智能体 -- 编程 -- 聊天机器人 -- 自主智能 -ReleaseNotes: |- - Polaris 10.1.2 发布说明 - 本次发布包含 Tauri 桌面端 + Web 独立服务双端产物。 - 优化与变更 - - 10b02c68 chore: release v10.1.2 - - ab430a34 Revert "feat(thinking): thinking 块增量流式 — 引入 open/delta/close 标记,消除思考显示卡顿" - - bed36fa6 feat(thinking): thinking 块增量流式 — 引入 open/delta/close 标记,消除思考显示卡顿 - - 9e65b7f1 fix(context-meter): 修复悬浮详情卡 hover 命中区断开问题 - - 20b337c4 feat(usage): 用量解析改用 modelUsage 累计口径 + 按模型维度展示 - - a429ab0b style(chat): 优化输入栏与状态栏视觉密度 — 圆角按钮 + 圆环水位条 + 响应式标签 - - eda8960b fix(prompt-optimize): 优化浮层增加滚动 + 按钮黏底,防内容太长溢出屏幕 - - 7253f983 feat(prompt-optimize): 补充快/深模式+高级选项的多语言翻译键 - - 8acba04e feat(prompt-optimize): 优化浮层增加快速/深度模式选择+高级选项(Profile/模型)+确认按钮 - - d3a18404 feat(prompt-optimize): 深度模式 Phase 2 — 只读工具上下文 + 配置持久化 + 类型完备 - - 861ff899 feat(context-meter): 上下文用量与成本仪表盘 Phase 1 — UsageEvent 全链路 + ContextMeter 状态栏 - - 232b9710 fix: 移除多窗口模式开启时触发按钮的实心蓝背景 - - 2fc85e3d feat(prompt-optimize): 提示词优化 Phase 1 — 版本栈 + 引擎选择 + 流式预览 - - 1ead805a docs: add prompt optimize plan - - 1221b37e feat(history): 会话历史体系重构 Phase 0-3 — 数据止损/SQLite 索引/统一时间线/续聊工作台 - - e4d56e4e fix(dispatch): 派发中心面板改用 fixed 定位并钳制视口 - - 09352d8d chore: 更新 dispatch phase2 计划文档与 chat 命令 - - cc2c097f feat: 派发中心/会话历史重构 + 状态管理更新 - - a82517a3 feat(dispatch): Phase 2 闭环 — 队员预设/续派/目标列表/内联卡片/结果回流 - - 07934c54 feat(dispatch): 后台 dispatch 任务框架 — 伴生进程 + MCP server + 前端服务 - - 13985093 feat(compact): Phase 2 滚动分段摘要(超窗历史也能原地压缩) - - 001cf395 chore: update model provider tab, session handoff, and add monitor-off script - - c847c230 feat(compact): 交接面板默认带入当前会话的供应商与模型 - - d089dc55 fix(compact): 取消时静默退出 + 窗口错配文档警告 + 下一代压缩规划 - - 96cbdf9e feat(chat): 压缩交接(compact & handoff)功能 - - fdc69b23 Revert "批量更新:AI 引擎、前端、后端服务及新文件" - - c960ea11 Revert "chore: update checkpoint, jsonl codec, dialog storage, and conversation store" - - 3e389ca0 Revert "refactor(ai): enhance simple_ai coordinator and mod logic" - - 57cd54df refactor(ai): enhance simple_ai coordinator and mod logic - - 24fa7643 chore: update checkpoint, jsonl codec, dialog storage, and conversation store - - 64f36ace 批量更新:AI 引擎、前端、后端服务及新文件 - - bb1ee8c2 Add chat-style revamp design plan - - 52fd0685 feat(chat): Claude CLI 斜杠命令一等支持 - - 6a0606f5 fix(ai): 将 Codex item.completed 级别 error 降级为 progress 避免误终止正常会话 - - 37cf4229 feat(ai): 重构上下文压缩逻辑并支持按 Profile 配置上下文窗口与输出上限 - - 07d9b42d fix(proxy): Anthropic 直通模式透传客户端请求头与 query - - 7072a968 Revert "feat(ai): 禁用 SimpleAI 自动上下文压缩 + 修复已知 bug" - - 344909fb feat(ai): 禁用 SimpleAI 自动上下文压缩 + 修复已知 bug - - 3be941a8 Revert "feat(ai): 实现 SimpleAI 混合式上下文压缩" - - a42d3463 feat(ai): 实现 SimpleAI 混合式上下文压缩 - - b25123bc docs: 添加 SimpleAI 混合式上下文交接压缩 ADR - - 7b67939e feat(bash): 改进 shell 检测和环境上下文注入,支持 Git Bash 登录 shell 模式 - - cee9f600 feat(bash): 增强 Windows shell 兼容性,支持 Bash 语法检测、GBK 输出解码及 Git Bash 安装路径兜底 - - 80490ded docs: add v10.1.1 build record -ReleaseNotesUrl: https://github.com/misxzaiz/Polaris/releases/tag/v10.1.2 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.installer.yaml b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.installer.yaml similarity index 72% rename from manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.installer.yaml rename to manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.installer.yaml index cac9666886713..d12e895ba594b 100644 --- a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.installer.yaml +++ b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.2 +PackageVersion: 10.1.3 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" UpgradeBehavior: install -ProductCode: '{7C8F8D1D-5432-43B2-899A-DE14BD6C4823}' +ProductCode: '{F155464B-B935-46C5-9EB9-EBAC4F3F1C9B}' ReleaseDate: 2026-07-18 AppsAndFeaturesEntries: - UpgradeCode: '{B90F6FC4-DDEE-59A6-9DE8-49A41A495360}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/misxzaiz/Polaris/releases/download/v10.1.2/polaris_10.1.2_x64_en-US.msi - InstallerSha256: D2CB72B93396ACA3ADD774BF81C6142E6AF976364C1CBBBFCF97735DEF84DF39 + InstallerUrl: https://github.com/misxzaiz/Polaris/releases/download/v10.1.3/polaris_10.1.3_x64_en-US.msi + InstallerSha256: BB278A84C9DFF307A40194E1E4920FB87FE4480721FBADCA5EBEFAEC78C6D87C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.en-US.yaml b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.locale.en-US.yaml similarity index 97% rename from manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.en-US.yaml rename to manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.locale.en-US.yaml index 70d4a052aa112..9e8be0645282a 100644 --- a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.locale.en-US.yaml +++ b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.2 +PackageVersion: 10.1.3 PackageLocale: en-US License: Freeware ShortDescription: Cross-platform desktop client for multi-engine AI coding assistants diff --git a/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.locale.zh-CN.yaml b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1af06a2dcdc43 --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: misxzaiz.Polaris +PackageVersion: 10.1.3 +PackageLocale: zh-CN +Publisher: polaris +PublisherUrl: https://github.com/misxzaiz +PublisherSupportUrl: https://github.com/misxzaiz/Polaris/issues +PackageName: polaris +PackageUrl: https://github.com/misxzaiz/Polaris +License: 免费软件 +ShortDescription: 多引擎 AI 编程助手的跨平台桌面客户端 +Description: Polaris 是一款基于 Tauri 2.x 构建的跨平台桌面应用,为多种 AI 编程 CLI 工具提供统一的图形化操作界面。支持 OpenAI Codex CLI、Claude Code CLI 和 OpenAI 兼容 API 三种引擎,让你无需命令行也能享受 AI 辅助编程的体验。 +Tags: +- claude-code +- codex +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + Polaris 10.1.3 发布说明 + 本次发布包含 Tauri 桌面端 + Web 独立服务双端产物。 + 优化与变更 + - 6a8dfdba chore: release v10.1.3 + - fbe37367 fix(context-meter): 用量解析修复与文档补充 + - 5237f69d fix(context-meter): 用量解析双口径 — turn 单轮快照(水位) vs cumulative 累计(成本) +ReleaseNotesUrl: https://github.com/misxzaiz/Polaris/releases/tag/v10.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.yaml b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.yaml similarity index 91% rename from manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.yaml rename to manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.yaml index 3c796415c7c11..f467b2e276235 100644 --- a/manifests/m/misxzaiz/Polaris/10.1.2/misxzaiz.Polaris.yaml +++ b/manifests/m/misxzaiz/Polaris/10.1.3/misxzaiz.Polaris.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: misxzaiz.Polaris -PackageVersion: 10.1.2 +PackageVersion: 10.1.3 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 From a6803b1dd596d42d36927382ce1965ae9c4af199 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:08:56 +0800 Subject: [PATCH 68/75] New version: Tonec.InternetDownloadManager version 6.43.6 (643build6) (#404334) --- .../Tonec.InternetDownloadManager.installer.yaml | 8 ++++---- .../Tonec.InternetDownloadManager.locale.en-US.yaml | 7 ++----- .../Tonec.InternetDownloadManager.locale.zh-CN.yaml | 2 +- .../{6.43.5 => 6.43.6}/Tonec.InternetDownloadManager.yaml | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) rename manifests/t/Tonec/InternetDownloadManager/{6.43.5 => 6.43.6}/Tonec.InternetDownloadManager.installer.yaml (78%) rename manifests/t/Tonec/InternetDownloadManager/{6.43.5 => 6.43.6}/Tonec.InternetDownloadManager.locale.en-US.yaml (80%) rename manifests/t/Tonec/InternetDownloadManager/{6.43.5 => 6.43.6}/Tonec.InternetDownloadManager.locale.zh-CN.yaml (98%) rename manifests/t/Tonec/InternetDownloadManager/{6.43.5 => 6.43.6}/Tonec.InternetDownloadManager.yaml (91%) diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.installer.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.installer.yaml similarity index 78% rename from manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.installer.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.installer.yaml index 3768894bc34de..f8259aea005ac 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.installer.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.5 +PackageVersion: 6.43.6 InstallerType: exe Scope: machine InstallModes: @@ -13,10 +13,10 @@ InstallerSwitches: SilentWithProgress: /skipdlgs UpgradeBehavior: install ProductCode: Internet Download Manager -ReleaseDate: 2026-07-11 +ReleaseDate: 2026-07-18 Installers: - Architecture: x86 - InstallerUrl: https://download.internetdownloadmanager.com/idman643build5.exe - InstallerSha256: 0ED6E7E1615B7A21F83803F5BCA81E3C0918B72FDB113977DC2AE9DA60B2DE0A + InstallerUrl: https://download.internetdownloadmanager.com/idman643build6.exe + InstallerSha256: 5F2215B9C145C89EBFBB2192D087E0A044B24D0602007437EBF79D94E8E38940 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.locale.en-US.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.locale.en-US.yaml similarity index 80% rename from manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.locale.en-US.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.locale.en-US.yaml index 3154a6e25012f..eeff0b2ea191d 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.locale.en-US.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.5 +PackageVersion: 6.43.6 PackageLocale: en-US Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ @@ -19,10 +19,7 @@ Moniker: idm Tags: - download - downloader -ReleaseNotes: |- - - Fixed a bug that sometimes caused Windows Explorer to crash - - Fixed a problem causing IDM download panel not to appear on some websites - - Resolved Proxy/VPN related issues that caused "Download this video" panel not to appear or caused 403 errors on some websites +ReleaseNotes: '- Fixed a bug when converting TS video to MP4' ReleaseNotesUrl: https://www.internetdownloadmanager.com/news.html PurchaseUrl: https://secure.internetdownloadmanager.com/buy_idm.html Documentations: diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.locale.zh-CN.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.locale.zh-CN.yaml similarity index 98% rename from manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.locale.zh-CN.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.locale.zh-CN.yaml index 8c908a6bdae4d..429637f02d2bd 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.locale.zh-CN.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.5 +PackageVersion: 6.43.6 PackageLocale: zh-CN Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.yaml similarity index 91% rename from manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.yaml index b0c02c5022d6f..5377e9258a5b9 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.5/Tonec.InternetDownloadManager.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.6/Tonec.InternetDownloadManager.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.5 +PackageVersion: 6.43.6 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 46f11370124f0c943f9aeb3f844847691e128628 Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Sat, 18 Jul 2026 22:09:11 +0200 Subject: [PATCH 69/75] New version: mikf.gallery-dl.Nightly version 2026.07.18 (#404335) --- .../mikf.gallery-dl.Nightly.installer.yaml | 12 ++++++------ .../mikf.gallery-dl.Nightly.locale.en-US.yaml | 6 +++--- .../mikf.gallery-dl.Nightly.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) rename manifests/m/mikf/gallery-dl/Nightly/{2026.06.25 => 2026.07.18}/mikf.gallery-dl.Nightly.installer.yaml (67%) rename manifests/m/mikf/gallery-dl/Nightly/{2026.06.25 => 2026.07.18}/mikf.gallery-dl.Nightly.locale.en-US.yaml (86%) rename manifests/m/mikf/gallery-dl/Nightly/{2026.06.25 => 2026.07.18}/mikf.gallery-dl.Nightly.yaml (86%) diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.installer.yaml similarity index 67% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.installer.yaml index aae329e796c64..76c0ec6e98990 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.installer.yaml @@ -2,24 +2,24 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.25 +PackageVersion: 2026.07.18 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-06-25 +ReleaseDate: 2026-07-18 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.25/gallery-dl_windows_x86.exe - InstallerSha256: 6557B6057F373E44BE4CD60341C3F67D94E261CB1550CBC51B7160372F9D3C5A + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.07.18/gallery-dl_windows_x86.exe + InstallerSha256: AB9BF8420118E59A038671EF4726F1C28C6514ECA68A31981B8B9123AC8E658A Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.25/gallery-dl_windows.exe - InstallerSha256: ED003176443BD7B5F31169FD43D58436F519990530498F0907DE190D73E7DEA9 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.07.18/gallery-dl_windows.exe + InstallerSha256: EE8EF853CB942B1A939A881EC17B3F5B7B12963C5F2E2B812B2E53C96ABB96A9 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 86% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.locale.en-US.yaml index 3178f9285c319..4763a83bc8e36 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.25 +PackageVersion: 2026.07.18 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: 0a3c8f9e50 [toyhouse] extract detail & status metadata (cb#209) -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.06.25 +ReleaseNotes: '9fa31850a6 merge pr#268: [kagane] add chapter & manga extractors (cb#243 gh#8292)' +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.07.18 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.yaml similarity index 86% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.yaml index e2845bdbccfc0..9108a2c4607e0 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.25/mikf.gallery-dl.Nightly.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.07.18/mikf.gallery-dl.Nightly.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.25 +PackageVersion: 2026.07.18 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From f5927cfd575da13c724adcfb415607103b3c414d Mon Sep 17 00:00:00 2001 From: Tabea Distelkamp Date: Sat, 18 Jul 2026 22:09:24 +0200 Subject: [PATCH 70/75] New version: Tadis.ILens version 8 (#404339) --- .../Tadis/ILens/8/Tadis.ILens.installer.yaml | 17 +++++++++++ .../ILens/8/Tadis.ILens.locale.en-US.yaml | 30 +++++++++++++++++++ manifests/t/Tadis/ILens/8/Tadis.ILens.yaml | 8 +++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/t/Tadis/ILens/8/Tadis.ILens.installer.yaml create mode 100644 manifests/t/Tadis/ILens/8/Tadis.ILens.locale.en-US.yaml create mode 100644 manifests/t/Tadis/ILens/8/Tadis.ILens.yaml diff --git a/manifests/t/Tadis/ILens/8/Tadis.ILens.installer.yaml b/manifests/t/Tadis/ILens/8/Tadis.ILens.installer.yaml new file mode 100644 index 0000000000000..3ed9ba71485f1 --- /dev/null +++ b/manifests/t/Tadis/ILens/8/Tadis.ILens.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: Tadis.ILens +PackageVersion: "8" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ILens.exe + PortableCommandAlias: ilens +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tadis174/ILens/releases/download/v8/ILens-windows-x64.zip + InstallerSha256: 6ED70ECCE95E6166BD67D57C98A59D0CD7AAD41580F79B73602BFBEE83BDBCDE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-18 diff --git a/manifests/t/Tadis/ILens/8/Tadis.ILens.locale.en-US.yaml b/manifests/t/Tadis/ILens/8/Tadis.ILens.locale.en-US.yaml new file mode 100644 index 0000000000000..3e1b19a196924 --- /dev/null +++ b/manifests/t/Tadis/ILens/8/Tadis.ILens.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tadis.ILens +PackageVersion: "8" +PackageLocale: en-US +Publisher: Tadis +PublisherUrl: https://github.com/tadis174 +PublisherSupportUrl: https://github.com/tadis174/ILens/issues +PackageName: ILens +PackageUrl: https://github.com/tadis174/ILens +License: MIT +LicenseUrl: https://github.com/tadis174/ILens/blob/main/LICENSE +ShortDescription: MCP server for inspecting compiled .NET assemblies. +Description: |- + ILens is a Model Context Protocol (MCP) server that lets AI agents inspect + compiled .NET assemblies — list types or members, search by name or method + signature, decompile to C#, summarize public APIs, and run cross-reference + analysis. Built on ICSharpCode.Decompiler and ICSharpCode.ILSpyX. +Moniker: ilens +Tags: +- mcp +- dotnet +- decompiler +- assembly-inspection +- claude-code +- ai-tools +ReleaseNotesUrl: https://github.com/tadis174/ILens/releases/tag/v8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tadis/ILens/8/Tadis.ILens.yaml b/manifests/t/Tadis/ILens/8/Tadis.ILens.yaml new file mode 100644 index 0000000000000..b70b7c3f4640f --- /dev/null +++ b/manifests/t/Tadis/ILens/8/Tadis.ILens.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: Tadis.ILens +PackageVersion: "8" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 080e2799896bb98f9ea603a7d2a2c990f40dbcbd Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Sat, 18 Jul 2026 22:33:38 +0200 Subject: [PATCH 71/75] New version: Mozilla.Firefox.Nightly.MSIX version 154.2607.1809.0 (#404336) --- ...ozilla.Firefox.Nightly.MSIX.installer.yaml | 28 +++++++++---------- ...lla.Firefox.Nightly.MSIX.locale.en-US.yaml | 2 +- .../Mozilla.Firefox.Nightly.MSIX.yaml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{154.2606.2604.0 => 154.2607.1809.0}/Mozilla.Firefox.Nightly.MSIX.installer.yaml (55%) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{154.2606.2604.0 => 154.2607.1809.0}/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml (94%) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{154.2606.2604.0 => 154.2607.1809.0}/Mozilla.Firefox.Nightly.MSIX.yaml (85%) diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 55% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index d0b2d903ff257..9eff1fa9261b7 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 154.2606.2604.0 +PackageVersion: 154.2607.1809.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.17763.0 @@ -25,28 +25,28 @@ FileExtensions: PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 RestrictedCapabilities: - runFullTrust -ReleaseDate: 2026-06-26 +ReleaseDate: 2026-07-18 AppsAndFeaturesEntries: - DisplayName: Firefox Nightly Publisher: Mozilla Corporation Installers: - Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-26-04-09-54-mozilla-central/firefox-154.0a1.multi.win32.installer.msix - InstallerSha256: 172FEE6BCE42751D3DC411682E5432A0AFDB552C624C6E8EDDDCADBC81B53023 - SignatureSha256: 3694DC2B21214FE3FE2417C0E4FFFFE49934C370AD8F88D804057F3027EBB904 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-18-09-07-21-mozilla-central/firefox-154.0a1.multi.win32.installer.msix + InstallerSha256: 12F392F11D80BBA9E10501EC2362E5F9B6E996937311ED4DEC706A19F5170009 + SignatureSha256: 9FEFF467CBD7466F8FD2DCD67953597D61F9A3A5FDF04DA3361870E857815D4D InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2604.0_x86__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2607.1809.0_x86__jag0gd4e3s9p2' - Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-26-04-09-54-mozilla-central/firefox-154.0a1.multi.win64.installer.msix - InstallerSha256: EA97C9AB676F8CAA73BDD564FA8D131C60D8EF3B31A0D37A27E6478A456985F4 - SignatureSha256: 85756DB46C1A5D9042D5118425A558A01B0EDFD10BB89220CC3990756C7D943D + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-18-09-07-21-mozilla-central/firefox-154.0a1.multi.win64.installer.msix + InstallerSha256: B60D98F0B8E9BF9531BCCAE9DF9EF3F289CC423B60BFE33D3099E77746E15EED + SignatureSha256: D8C6B47BA93ADAD1869EF92CB8E969EA2C3DD634B165ECFDC5011AF0529878A6 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2604.0_x64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2607.1809.0_x64__jag0gd4e3s9p2' - Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-26-04-09-54-mozilla-central/firefox-154.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: 5EBDF9489850C45D013E52BA0AAB8CFC3E9689C060856341CCF2863DDA5DA3DE - SignatureSha256: 4F1FB90A73B9DD020D3E174356DB27E31B7433D77CA8192E752924CE58196F8E + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-18-09-07-21-mozilla-central/firefox-154.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: 02EE4C123E9CE5ED5F7B835BF32B7E353AEA51AE63A42C62CED9C82ED69CF2B6 + SignatureSha256: D6506903CC88DFD6440D18A248940A31C75935B3DECD01F5D608C878B4A6A736 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2604.0_arm64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2607.1809.0_arm64__jag0gd4e3s9p2' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 94% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index 0edfe36830cd0..c33b68753a31e 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 154.2606.2604.0 +PackageVersion: 154.2607.1809.0 PackageLocale: en-US Publisher: Mozilla PublisherUrl: https://www.mozilla.org/ diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.yaml similarity index 85% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.yaml index 5254c00c92456..ffe3766aaa1ce 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2604.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1809.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 154.2606.2604.0 +PackageVersion: 154.2607.1809.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 9212c53705d61bca570d688c02d8b257f796d7ed Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Sat, 18 Jul 2026 13:34:03 -0700 Subject: [PATCH 72/75] New version: dune-admin 0.46.2 (#404338) Co-authored-by: goreleaserbot --- .../0.46.2/Icehunter.dune-admin.installer.yaml | 18 ++++++++++++++++++ .../Icehunter.dune-admin.locale.en-US.yaml | 17 +++++++++++++++++ .../0.46.2/Icehunter.dune-admin.yaml | 7 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.installer.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.locale.en-US.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.yaml diff --git a/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.installer.yaml new file mode 100644 index 0000000000000..60b923c00d278 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.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: Icehunter.dune-admin +PackageVersion: 0.46.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-18" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.46.2/dune-admin_windows_amd64.zip + InstallerSha256: 4137853e506fe3e266c84e9af76200e1f66c200628461551ce448e2be608049d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 0000000000000..6e162e2596503 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# 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: Icehunter.dune-admin +PackageVersion: 0.46.2 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.yaml b/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.yaml new file mode 100644 index 0000000000000..858dd831825d4 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.46.2/Icehunter.dune-admin.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: Icehunter.dune-admin +PackageVersion: 0.46.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3e1fc0b4c71d7a50233f9a0af7f05d46e0fb6d5c Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Sat, 18 Jul 2026 22:34:16 +0200 Subject: [PATCH 73/75] New version: SimonSchubert.Kai version 2.8.2 (#404340) --- .../2.8.2/SimonSchubert.Kai.installer.yaml | 22 ++++++++++++ .../2.8.2/SimonSchubert.Kai.locale.en-US.yaml | 36 +++++++++++++++++++ .../Kai/2.8.2/SimonSchubert.Kai.yaml | 8 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.installer.yaml create mode 100644 manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.locale.en-US.yaml create mode 100644 manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.yaml diff --git a/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.installer.yaml b/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.installer.yaml new file mode 100644 index 0000000000000..d601a4d1f49f5 --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.installer.yaml @@ -0,0 +1,22 @@ +# 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: SimonSchubert.Kai +PackageVersion: 2.8.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{5351BC0D-FB97-3FBF-9A0D-D6F1F32B968A}' +ReleaseDate: 2026-07-18 +AppsAndFeaturesEntries: +- Publisher: Unknown + ProductCode: '{5351BC0D-FB97-3FBF-9A0D-D6F1F32B968A}' + UpgradeCode: '{A36B4F52-2742-3A54-A7CC-AE3694C3AA17}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Kai' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SimonSchubert/Kai/releases/download/v2.8.2/Kai-2.8.2-windows.msi + InstallerSha256: 6A3F8F9E116C9A5EB809979167DA954378A81E60CF634396D62CCF5ED4487371 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.locale.en-US.yaml b/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.locale.en-US.yaml new file mode 100644 index 0000000000000..f7da454e9c89b --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.locale.en-US.yaml @@ -0,0 +1,36 @@ +# 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: SimonSchubert.Kai +PackageVersion: 2.8.2 +PackageLocale: en-US +Publisher: Simon Schubert +PublisherUrl: https://github.com/SimonSchubert +PublisherSupportUrl: https://github.com/SimonSchubert/Kai/issues +Author: Simon Schubert +PackageName: Kai +PackageUrl: https://github.com/SimonSchubert/Kai +License: Apache-2.0 +LicenseUrl: https://github.com/SimonSchubert/Kai/blob/HEAD/LICENSE.txt +ShortDescription: An open-source AI assistant with persistent memory +Tags: +- ai +- assistant +- chat +- cross-platform +- open-source +ReleaseNotes: |- + Features + - Save copies of sent emails to the IMAP Sent folder + - Resolve email tool accounts by id, address, or single account + Fixes + - Fix heartbeat CompletionHandlerException + - Add java.sql to desktop jlink runtime modules + Improvements + - Increase chat request timeout to 180 seconds + - Auto-install bash package during Alpine Linux install + - Update model catalog (Kimi K3, Inkling, Elo scores) + - Upgrade dependencies +ReleaseNotesUrl: https://github.com/SimonSchubert/Kai/releases/tag/v2.8.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.yaml b/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.yaml new file mode 100644 index 0000000000000..be3a9d4863e1f --- /dev/null +++ b/manifests/s/SimonSchubert/Kai/2.8.2/SimonSchubert.Kai.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: SimonSchubert.Kai +PackageVersion: 2.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3b87c4be163788eb25bc415b715387594a2ed927 Mon Sep 17 00:00:00 2001 From: Marko Koljancic <80520293+marko-koljancic@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:34:30 +0200 Subject: [PATCH 74/75] Koljam.Solarxy version 0.7.1 (#404341) --- .../0.7.1/Koljam.Solarxy.installer.yaml | 27 +++++++++++++ .../0.7.1/Koljam.Solarxy.locale.en-US.yaml | 38 +++++++++++++++++++ .../Koljam/Solarxy/0.7.1/Koljam.Solarxy.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.installer.yaml create mode 100644 manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.locale.en-US.yaml create mode 100644 manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.yaml diff --git a/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.installer.yaml b/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.installer.yaml new file mode 100644 index 0000000000000..fa8b575a4eb73 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.7.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- solarxy +FileExtensions: +- obj +- stl +- ply +- gltf +- glb +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/marko-koljancic/solarxy/releases/download/v0.7.1/solarxy-x86_64-pc-windows-msvc.msi + InstallerSha256: 57E4AC2964953C00A0C1A92C3AE66B6FF78B7613DF20E46DDF0CA2011793EED6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.locale.en-US.yaml b/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.locale.en-US.yaml new file mode 100644 index 0000000000000..540a344d17a20 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.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.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.7.1 +PackageLocale: en-US +Publisher: Marko Koljancic +PublisherUrl: https://github.com/marko-koljancic +PublisherSupportUrl: https://github.com/marko-koljancic/solarxy/issues +Author: Marko Koljancic +PackageName: Solarxy +PackageUrl: https://github.com/marko-koljancic/solarxy +License: MIT +LicenseUrl: https://github.com/marko-koljancic/solarxy/blob/main/LICENSE +Copyright: Copyright (c) 2026 Marko Koljancic +CopyrightUrl: https://github.com/marko-koljancic/solarxy/blob/main/LICENSE +ShortDescription: 3D model viewer, visual debugger, and validator +Description: | + Solarxy is a cross-platform 3D model viewer, visual debugger, and + validator built in Rust with wgpu (WebGPU). Inspect 3D models in a + real-time graphical viewer with PBR rendering, multiple inspection + modes (Material ID, Texel Density, Depth, Overdraw, AO Preview), + validation overlays, and split-viewport comparison. Includes a CLI + companion (`solarxy-cli`) for terminal-based analysis. +Moniker: solarxy +Tags: +- 3d +- viewer +- validator +- gltf +- obj +- stl +- ply +- wgpu +- pbr +ReleaseNotesUrl: https://github.com/marko-koljancic/solarxy/wiki/Release-Notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.yaml b/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.yaml new file mode 100644 index 0000000000000..5295f632a5dd8 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.7.1/Koljam.Solarxy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 8b7396a8dc394d5d729d2621036381f12b8aa913 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:34:41 -0700 Subject: [PATCH 75/75] Automatic deletion of 360.360File 1.0.0.1210 (#404344) --- .../1.0.0.1210/360.360File.installer.yaml | 25 ---------------- .../1.0.0.1210/360.360File.locale.en-US.yaml | 29 ------------------- .../1.0.0.1210/360.360File.locale.zh-CN.yaml | 27 ----------------- .../3/360/360File/1.0.0.1210/360.360File.yaml | 8 ----- 4 files changed, 89 deletions(-) delete mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml delete mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml delete mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml delete mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.yaml diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml deleted file mode 100644 index 65d588efc196a..0000000000000 --- a/manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: 360.360File -PackageVersion: 1.0.0.1210 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /S - SilentWithProgress: /S -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://down.360safe.com/pcnewapp/360FileSetup.exe - InstallerSha256: 997834D6D8B0F297CF00FD1C5DC847F394DE40B53C8CC937BFAD057DC85CEC3B - ProductCode: 360FileBrowser -- Architecture: x64 - InstallerUrl: https://down.360safe.com/pcnewapp/360FileSetup.exe - InstallerSha256: 997834D6D8B0F297CF00FD1C5DC847F394DE40B53C8CC937BFAD057DC85CEC3B - ProductCode: 360FileBrowser -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml deleted file mode 100644 index 24cd8aa9b7eb8..0000000000000 --- a/manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: 360.360File -PackageVersion: 1.0.0.1210 -PackageLocale: en-US -Publisher: 360.cn -PublisherUrl: https://www.360.cn/ -PublisherSupportUrl: https://bbs.360.cn/thread-16040300-1-1.html -Author: Beijing Qihoo Technology Co., Ltd. -PackageName: 360文件夹 -PackageUrl: https://bbs.360.cn/thread-16040300-1-1.html -License: Freeware -Copyright: (C) 360.cn All Rights Reserved. -CopyrightUrl: https://www.360.cn/about/banquanshengming.html -ShortDescription: Multi-tab File Explorer -Description: 360 File is a single-window, multi-tab file explorer that improves the efficiency of using various types of folders. -Tags: -- directory -- explorer -- file -- file-explorer -- folder -- manage -- management -- system -ReleaseNotesUrl: https://bbs.360.cn/thread-16040300-1-1.html -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml deleted file mode 100644 index 769a2622f02b5..0000000000000 --- a/manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: 360.360File -PackageVersion: 1.0.0.1210 -PackageLocale: zh-CN -Publisher: 360.cn -PublisherUrl: https://www.360.cn/ -PublisherSupportUrl: https://bbs.360.cn/thread-16040300-1-1.html -Author: 北京奇虎科技有限公司 -PackageName: 360文件夹 -PackageUrl: https://bbs.360.cn/thread-16040300-1-1.html -License: 免费软件 -Copyright: (C) 360.cn All Rights Reserved. -CopyrightUrl: https://www.360.cn/about/banquanshengming.html -ShortDescription: 多标签文件管理器 -Description: 360 文件是一款单窗口多标签的资源管理器,提高了使用各类文件夹操作效率。 -Tags: -- 文件 -- 文件夹 -- 文件资源管理器 -- 目录 -- 管理 -- 系统 -ReleaseNotesUrl: https://bbs.360.cn/thread-16040300-1-1.html -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.yaml deleted file mode 100644 index 18a6ed2021ba9..0000000000000 --- a/manifests/3/360/360File/1.0.0.1210/360.360File.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: 360.360File -PackageVersion: 1.0.0.1210 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0