diff --git a/.github/policies/labelManagement.issueUpdated.yml b/.github/policies/labelManagement.issueUpdated.yml index 62f993667595..68c2430a3dcd 100644 --- a/.github/policies/labelManagement.issueUpdated.yml +++ b/.github/policies/labelManagement.issueUpdated.yml @@ -144,16 +144,6 @@ configuration: then: - labelSync: pattern: Blocking-Issue - - labelSync: - pattern: Hardware - - labelSync: - pattern: Area-External - - labelSync: - pattern: Installer-Issue - - labelSync: - pattern: Interactive-Only-Installer - - inPrLabel: - label: In-PR - description: Remove "Help-Wanted" and "Needs-Triage" labels when an issue goes into PR if: - payloadType: Issues diff --git a/.github/policies/moderatorTriggers.yml b/.github/policies/moderatorTriggers.yml index 16b32978839c..3ad841ad6bc6 100644 --- a/.github/policies/moderatorTriggers.yml +++ b/.github/policies/moderatorTriggers.yml @@ -302,6 +302,14 @@ configuration: then: - addLabel: label: Manifest-Singleton-Deprecated + # Manifest-Validation-Error + - if: + - commentContains: + pattern: '(?in)\[Policy\]\s+Manifest[\s-]Validation[\s-]Error' + isRegex: True + then: + - addLabel: + label: Manifest-Validation-Error # Moderator-Approved - if: - commentContains: diff --git a/doc/Moderation.md b/doc/Moderation.md index ff33479ec97b..965c512e8431 100644 --- a/doc/Moderation.md +++ b/doc/Moderation.md @@ -168,6 +168,7 @@ Moderators are often the first to see and triage new issues, and so they have th * `Last-Version-Removal` * `License-Blocks-Install` * `Manifest-Singleton-Deprecated` +* `Manifest-Validation-Error` * `Moderator-Approved` * `Needs-Attention` * `Needs-Author-Feedback` diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 000000000000..42e875f6d211 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.104 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.104/OpenCowork-win-amd64-setup.exe + InstallerSha256: D9A4D7BC30067C34800B5789372DA973262A41CE2E3929A2C0405B1756145303 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.104/OpenCowork-win-amd64-setup.exe + InstallerSha256: D9A4D7BC30067C34800B5789372DA973262A41CE2E3929A2C0405B1756145303 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.104/OpenCowork-win-arm64-setup.exe + InstallerSha256: BEF7EC049088229FAD47EE196A74407CA9EA9DFEABB817892269E5FF95B8A066 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 000000000000..41937a50e442 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.104 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Changed + - Docs IA restructure: Reorganized documentation from flat "Getting Started / Core Concepts / Features / Plugins / Providers / Architecture / Development" into task-oriented navigation: Start, Install, Channels, Agents, Capabilities, Skills, Models, Platforms, Ops, Reference, and Help. Added index pages and meta.json for each section, with redirects preserving all legacy URLs. + - Rewrote docs landing page with streamlined layout, new DocsComponents and CopyCommandButton components, and improved Mermaid diagram rendering. + - Refactored chat-store (441 lines changed) with enhanced session management and state flow. + - Expanded fs-tool (402 lines changed) and bash-tool (128 lines changed) with richer file system and shell execution capabilities. + - Enhanced fs-handlers (279 lines), db-handlers (102 lines), ssh-handlers (81 lines), and shell-handlers (28 lines) in the main process for more robust IPC. + - Refactored messages-dao data access layer for improved message persistence. + - Redesigned GoalSessionControls component with better goal session UX. + - Enhanced InputArea with improved input handling and SkillsMenu with richer skill browsing. + Added + - Code-compatible tool (code-compatible-tool.ts, 321 lines): New tool providing code-agent-compatible aliases for OpenCowork's tool system, enabling seamless interoperability. + - Tool input sanitizer (tool-input-sanitizer.ts, 72 lines): Input validation and sanitization layer for all tool calls. + - New channels.ts IPC channel definitions for extended renderer-main communication. + - Enhanced cron-tool, search-tool, and plan-tool with additional capabilities. + - Expanded tool-types with new tool interfaces and type definitions. + - Docs application screenshot added to public assets. + Fixed + - Updated i18n strings in English and Chinese chat locales for consistency. + - Improved dynamic-context and memory-files agent runtime modules. + - Enhanced use-chat-actions and use-plugin-auto-reply hooks for edge cases. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.104 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 000000000000..16b43d7c1f51 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.104 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.104 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.yaml new file mode 100644 index 000000000000..b9266d7a409b --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.104/AIDotNet.OpenCowork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.104 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.installer.yaml b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.installer.yaml new file mode 100644 index 000000000000..66c6e043041a --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 1.1.2 +UpgradeBehavior: install +Protocols: +- scalar +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar%20Setup%201.1.2%20-%20Build%20260522f2lg01mi6-x64.exe + InstallerSha256: 0B305283D4099BC292E3E3EEBA59BDF7524C316579644D137E00FC0FD3DCEE96 + InstallerSwitches: + Upgrade: --updated + ProductCode: e9dd711d-c676-5095-8529-f41d327b2a3a +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar-1.1.2-build-260522f2lg01mi6-x64.msi + InstallerSha256: A13B2211BFAB894F804E62F1C8043AB0F670B4AAA3D31C1F0BD4893ECB6E0D45 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{82561D49-1747-4727-ADF4-1EA576784780}' + AppsAndFeaturesEntries: + - ProductCode: '{82561D49-1747-4727-ADF4-1EA576784780}' + UpgradeCode: '{AFBD09A8-1E98-5D6D-9359-BA480727D943}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.locale.en-US.yaml b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.locale.en-US.yaml new file mode 100644 index 000000000000..359083ca7fcd --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 1.1.2 +PackageLocale: en-US +Publisher: Scalar +PublisherUrl: https://scalar.com/ +PublisherSupportUrl: https://github.com/scalar/scalar/issues +PrivacyUrl: https://scalar.com/privacy-policy +Author: API Documentation Inc. +PackageName: Scalar +PackageUrl: https://scalar.com/download +License: MIT +LicenseUrl: https://github.com/scalar/scalar/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026-present Scalar +CopyrightUrl: https://scalar.com/terms-and-conditions +ShortDescription: An offline first API Client built for OpenAPI. +Tags: +- api +- automation +- debug +- develop +- development +- document +- documentation +- interface +- internet +- network +- request +- response +ReleaseNotesUrl: https://scalar.com/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://guides.scalar.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.locale.zh-CN.yaml b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.locale.zh-CN.yaml new file mode 100644 index 000000000000..6fd41c151157 --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 1.1.2 +PackageLocale: zh-CN +ShortDescription: 为 OpenAPI 打造的本地优先 API 客户端。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 文档 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://guides.scalar.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.yaml b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.yaml new file mode 100644 index 000000000000..32275cf3926a --- /dev/null +++ b/manifests/a/APIDocumentation/Scalar/1.1.2/APIDocumentation.Scalar.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: APIDocumentation.Scalar +PackageVersion: 1.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.installer.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.installer.yaml new file mode 100644 index 000000000000..dc1a7f6e4bb6 --- /dev/null +++ b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.installer.yaml @@ -0,0 +1,16 @@ +# 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: Ajax.AjaxPRODesktop +PackageVersion: "5.48" +InstallerType: inno +Scope: machine +Protocols: +- ajax-pro-desktop +ProductCode: '{2FFA2EDA-2BB7-453D-81B5-AECEED5735A0}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://desktop-app.ajax.systems/app/resources/downloads/windows64/AjaxSetup64.exe + InstallerSha256: 277E8EA5A55C0A024AAB9FE8281CC3AA8173B50EBCA7574A8A055C465CC513D1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.locale.en-US.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.locale.en-US.yaml new file mode 100644 index 000000000000..567e22e8dcc2 --- /dev/null +++ b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.locale.en-US.yaml @@ -0,0 +1,26 @@ +# 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: Ajax.AjaxPRODesktop +PackageVersion: "5.48" +PackageLocale: en-US +Publisher: Ajax Systems Inc. +PublisherUrl: https://ajax.systems/ +PublisherSupportUrl: https://support.ajax.systems/ +PrivacyUrl: https://ajax.systems/privacy-policy/ +Author: AJAX SYSTEMS CH +PackageName: Ajax PRO Desktop +PackageUrl: https://ajax.systems/pro-desktop/ +License: Proprietary +LicenseUrl: https://ajax.systems/end-user-agreement/ +Copyright: © 2026 AJAX SYSTEMS CH. All rights reserved. +CopyrightUrl: https://ajax.systems/end-user-agreement/ +ShortDescription: Installation, monitoring, and facility and staff management in a single interface +Description: |- + Ajax PRO Desktop is the app for monitoring and administering Ajax systems. Allows you to configure and test devices, manage user access, and monitor and process events and alarms of an unlimited number of Ajax systems. + Ajax PRO Desktop can be used in parallel with the PRO mobile app. Installation and service companies can use the app to set up and connect security systems, while security and monitoring companies can use it to organize a Central Monitoring Station (CMS). +Tags: +- camera +- surveillance +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.locale.zh-CN.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..594ed3c9de05 --- /dev/null +++ b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# 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: Ajax.AjaxPRODesktop +PackageVersion: "5.48" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在同一界面内即可实现安装、监控、设施及人员管理 +Description: |- + Ajax PRO Desktop 是用于监控和管理 Ajax 系统的应用程序,支持配置与测试设备、管理用户访问权限,可监控并处理不限数量的 Ajax 系统的事件和告警。 + Ajax PRO Desktop 可与 PRO 移动端应用并行使用。安装及服务公司可使用该应用设置并接入安防系统,安保及监控公司可借助它搭建中央监控站(CMS)。 +Tags: +- 摄像头 +- 监控 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.yaml b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.yaml new file mode 100644 index 000000000000..738050746e78 --- /dev/null +++ b/manifests/a/Ajax/AjaxPRODesktop/5.48/Ajax.AjaxPRODesktop.yaml @@ -0,0 +1,8 @@ +# 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: Ajax.AjaxPRODesktop +PackageVersion: "5.48" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.installer.yaml b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.installer.yaml new file mode 100644 index 000000000000..5421ba6fd50d --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.Quark +PackageVersion: 6.8.2.847 +InstallerType: inno +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: '{FB7670C2-7F99-426D-B687-21BB585A5C73}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://umcdn.quark.cn/download/37212/quarkpc/pcquark@homepage_oficial/QuarkPC_V6.8.2.847_pc_pf30002_(zh-cn)_release_(Build2984965-1000-x64).exe + InstallerSha256: 18B80EE4025A918CFBA5F28C10CCAE4A146B2E6D01CDEDF60E23D83726B81702 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://umcdn.quark.cn/download/37212/quarkpc/pcquark@homepage_oficial/QuarkPC_V6.8.2.847_pc_pf30002_(zh-cn)_release_(Build2984965-1000-x64).exe + InstallerSha256: 18B80EE4025A918CFBA5F28C10CCAE4A146B2E6D01CDEDF60E23D83726B81702 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Quark' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.locale.en-US.yaml b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.locale.en-US.yaml new file mode 100644 index 000000000000..2377e9c3db34 --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.Quark +PackageVersion: 6.8.2.847 +PackageLocale: en-US +Publisher: Quark +PublisherUrl: https://www.quark.cn/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727184418287/20230727184418287.html +Author: Guangzhou Dongyue Information Technology Co., Ltd. +PackageName: 夸克 +PackageUrl: https://www.quark.cn/ +License: Freeware +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727183841535/20230727183841535.html +Copyright: Copyright © 2026 The Quark Authors. All rights reserved. +ShortDescription: Quark is a browser that integrates search, cloud drive, utilities and more, providing users with fast, intelligent and efficient experience. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.locale.zh-CN.yaml b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.locale.zh-CN.yaml new file mode 100644 index 000000000000..3478b2ac4e2c --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.Quark +PackageVersion: 6.8.2.847 +PackageLocale: zh-CN +Publisher: Quark +PublisherUrl: https://www.quark.cn/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727184418287/20230727184418287.html +Author: 广州市动悦信息技术有限公司 +PackageName: 夸克 +PackageUrl: https://www.quark.cn/ +License: 免费软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/c_end_product_protocol/20230727183841535/20230727183841535.html +Copyright: 版权所有 2026 The Quark Authors。保留所有权利。 +ShortDescription: 夸克是一款集搜索、网盘、工具等功能于一体的浏览器,为用户提供极速、智能、高效的体验。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.yaml b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.yaml new file mode 100644 index 000000000000..04ebd3fb2cd8 --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.2.847/Alibaba.Quark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.Quark +PackageVersion: 6.8.2.847 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.installer.yaml new file mode 100644 index 000000000000..d738b0977f72 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.53 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{9D9E73D4-CC2E-4648-9C2B-3C3F92334F71}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + ProductCode: '{9D9E73D4-CC2E-4648-9C2B-3C3F92334F71}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.34.53.msi + InstallerSha256: 5121640AD936B07ED42D01BF4DF78FF4F5286BF912F6A855F0A7BE921801FC56 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 000000000000..31b7ed5aeab0 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.53 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..e7395da875cb --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.53 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.yaml new file mode 100644 index 000000000000..3cf26dd59486 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.53/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.53 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.installer.yaml new file mode 100644 index 000000000000..5bc9788303f1 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.installer.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.8555.1 +Protocols: +- claude +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.8555.1/Claude-cfe7d45eddd3d919d9d47913fd7b4f5f685d3044.msix + InstallerSha256: BC4AA26204753EE012C0D9D0282B99415769AE05BCD0AFE01E0F70E1CF9087C2 + SignatureSha256: 8F303161AD5607920C30CEF56A6860920C95B887265962087E906EF356FC242F + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.8555.1/Claude-cfe7d45eddd3d919d9d47913fd7b4f5f685d3044.msix + InstallerSha256: CACF4C7B99CF4DB8F35A42F7F8577361D7E85DF7791CB2DF938AE7116E2DC043 + SignatureSha256: FE538E98FD234E3B134730CE015BB734B6DBC8E77227AFBF589DDDC227FD8FE3 + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.8555.1/Claude-cfe7d45eddd3d919d9d47913fd7b4f5f685d3044.exe + InstallerSha256: 614199FFED253131A06BD4009E13BC87112D969933A6F78E4DD1894F43F51C90 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.8555.1/Claude-cfe7d45eddd3d919d9d47913fd7b4f5f685d3044.exe + InstallerSha256: D757F2B6088A1C62E7B3B57E18A151AA7D8CC62910439DCE399C1FCB612FF8CA + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 000000000000..fde99cc3bcee --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.8555.1 +PackageLocale: en-US +Publisher: Anthropic, PBC +PublisherSupportUrl: https://docs.google.com/document/d/11rLWQYaReoZrRaoyPU3_gbgmDgLOKBVjEa-lvPDiWXE/edit +Author: Anthropic PBC +PackageName: Claude +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Your AI partner on desktop. Fast, focused, and designed for deep work. +Moniker: claude +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- chatbot +- large-language-model +- llm +PurchaseUrl: https://www.anthropic.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 000000000000..6a897f7a112b --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.8555.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 您电脑上的 AI 伙伴。快速、专注,专为深度工作而设计。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.yaml new file mode 100644 index 000000000000..92a3cf298d79 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8555.1/Anthropic.Claude.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.8555.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..0ec80ecc5a47 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.148 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.148/win32-x64/claude.exe + InstallerSha256: 1BB46BDB06EF092B0AF29CAFBFEC6AB73251EA34562CFE1D3A5BDF67FE3A5F93 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.148/win32-arm64/claude.exe + InstallerSha256: D86EEB4D84A2BBEE253913843A4A507192A37512A2D918A4C91E3F583CB310A5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..cdf978cbef9b --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.148 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: '- Fixed the Bash tool returning exit code 127 on every command for some users (a regression introduced in 2.1.147)' +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21148 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..9110ce669764 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.148 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.yaml new file mode 100644 index 000000000000..d9e4864e03ac --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.148/Anthropic.ClaudeCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.148 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.installer.yaml b/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.installer.yaml new file mode 100644 index 000000000000..775a09ac9f07 --- /dev/null +++ b/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.installer.yaml @@ -0,0 +1,20 @@ +# 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: AsimAftab.Odin +PackageVersion: 0.5.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Scope: user +Commands: +- odin +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AsimAftab/Project-Odin/releases/download/v0.5.0/odin.exe + InstallerSha256: CEC4FBAC327A0E90800D47602AC113FD3EB86F79E726B0C11504327EE324B60D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.locale.en-US.yaml b/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.locale.en-US.yaml new file mode 100644 index 000000000000..3eea480b2866 --- /dev/null +++ b/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.locale.en-US.yaml @@ -0,0 +1,57 @@ +# 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: AsimAftab.Odin +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: Asim Aftab +PublisherUrl: https://github.com/AsimAftab +PublisherSupportUrl: https://github.com/AsimAftab/Project-Odin/issues +Author: Asim Aftab +PackageName: Odin +PackageUrl: https://github.com/AsimAftab/Project-Odin +License: MIT +LicenseUrl: https://github.com/AsimAftab/Project-Odin/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Odin contributors +ShortDescription: Windows developer workstation snapshot, restore, sync, and diagnostics CLI. +Description: |- + Odin is a Windows-first developer environment management CLI. It snapshots the tools, + package managers, shell profiles, Git settings, VS Code extensions, terminal settings, + environment variables, and PATH state needed to recreate a workstation - then restores, + diffs, syncs to a private GitHub repo, and reports diagnostics. Includes process/port + management (ports, ps, kill) and a time-machine history (history, rollback). +Moniker: odin +Tags: +- backup +- cli +- developer-tools +- restore +- snapshot +- windows +ReleaseNotes: |- + Odin v0.5.0 + Installation + winget (recommended) + winget install AsimAftab.Odin + PowerShell (CI/automation) + irm https://github.com/AsimAftab/Project-Odin/releases/latest/download/bootstrap.ps1 | iex + Or download install.ps1 from this release and run: + .\install.ps1 -Repository AsimAftab/Project-Odin -Scope User + Included artifacts + - odin.exe + - odin-windows-x64.zip + - install.ps1 + - uninstall.ps1 + - bootstrap.ps1 + - checksums.txt + Checksums + See checksums.txt in this release. +ReleaseNotesUrl: https://github.com/AsimAftab/Project-Odin/releases/tag/v0.5.0 +InstallationNotes: |- + Odin is now on PATH. Open a new terminal and run any odin command - the + workspace at %USERPROFILE%\.odin will be created automatically on first use. + For interactive setup with PATH validation and dependency checks, run: + + odin init +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.yaml b/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.yaml similarity index 73% rename from manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.yaml rename to manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.yaml index dc42823077d8..f1f272c79298 100644 --- a/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.yaml +++ b/manifests/a/AsimAftab/Odin/0.5.0/AsimAftab.Odin.yaml @@ -1,8 +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: JustinNguyen.YTDown -PackageVersion: 2026.5.9.4 +PackageIdentifier: AsimAftab.Odin +PackageVersion: 0.5.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.installer.yaml b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.installer.yaml new file mode 100644 index 000000000000..45a6724176e2 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.0 +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-05-22 +InstallerType: portable +Installers: + # From GitHub repository + - Architecture: x64 + InstallerUrl: https://github.com/abgox/InputTip/releases/download/v3.1.0/InputTip.exe + InstallerSha256: b2b072ca76c911cdfcb4b8c44db53a9c7115bdb9698293eeee441b43cf78de31 + # From Gitee repository + - Architecture: x64 + InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v3.1.0/InputTip.exe + InstallerSha256: b2b072ca76c911cdfcb4b8c44db53a9c7115bdb9698293eeee441b43cf78de31 + InstallerLocale: zh-CN +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.locale.en-US.yaml b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.locale.en-US.yaml new file mode 100644 index 000000000000..254b18792c1f --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.locale.en-US.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: "Input Method State Manager: Real-time Tip + State Switching" +Tags: + - autohotkey + - cursor + - mouse + - mouse pointer + - ime + - inputmethod + - input + - tip + - state + - switch + - hotkey +ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v3.1.0 +Documentations: + - DocumentLabel: Documentation + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: locale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.locale.zh-CN.yaml b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.locale.zh-CN.yaml new file mode 100644 index 000000000000..1eb667fc9c7f --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.0 +PackageLocale: zh-CN +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: "输入法状态管理: 实时提示 + 状态切换" +Tags: + - autohotkey + - 光标 + - 鼠标 + - 鼠标指针 + - 输入 + - 输入法 + - 状态 + - 提示 + - 状态切换 + - 快捷键 + - 实时 + - 工具 +ReleaseNotesUrl: https://gitee.com/abgox/InputTip/releases/tag/v3.1.0 +Documentations: + - DocumentLabel: 文档 + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.yaml b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.yaml new file mode 100644 index 000000000000..5ccf9336bdcf --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.0/abgox.InputTip.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.installer.yaml b/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.installer.yaml new file mode 100644 index 000000000000..bb2c8260cdc6 --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.15.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ruff.exe +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.15.14/ruff-i686-pc-windows-msvc.zip + InstallerSha256: C746D60BCCD1A38E78893F683BB8B3043E1C6CD4EBE7FC4D7C11EAD639808634 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.15.14/ruff-x86_64-pc-windows-msvc.zip + InstallerSha256: C589A77B0E112C374E9A5E0C42A7FB18D8725C5322AE261E343F66D1C87F0A5E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ruff/releases/download/0.15.14/ruff-aarch64-pc-windows-msvc.zip + InstallerSha256: 2F7A3FC221CA307C441306EB8F66740BFA129835A921862D124474080311933E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-21 diff --git a/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.locale.en-US.yaml b/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.locale.en-US.yaml new file mode 100644 index 000000000000..1295e535633d --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.locale.en-US.yaml @@ -0,0 +1,67 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.15.14 +PackageLocale: en-US +Publisher: Astral +PublisherUrl: https://github.com/astral-sh +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: Ruff +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/astral-sh/ruff/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: An extremely fast Python linter, written in Rust. +# Description: +# Moniker: +Tags: +- linter +- pep8 +- python +- python3 +- ruff +- rust +- rustpython +- static-analysis +- static-code-analysis +- styleguide +- style-guide +ReleaseNotes: |- + Released on 2026-05-21. + + Preview features + - [airflow] Implement `airflow-task-implicit-multiple-outputs` (AIR202) (#25152) + - [flake8-use-pathlib] Mark PTH101 fix as unsafe when first argument is a class attribute annotated as `int` (#25086) + - [pylint] Implement `too-many-try-statements` (W0717) (#23970) + - [ruff] Add `incorrect-decorator-order` (RUF074) (#23461) + - [ruff] Add `fallible-context-manager` (RUF075) (#22844) + + Bug fixes + - Fix lambda formatting in interpolated string expressions (#25144) + - Treat generic `frozenset` annotations as immutable (#25251) + - [flake8-type-checking] Avoid `strict` behavior when `future-annotations` are enabled (TC001, TC002, TC003) (#25035) + - [pylint] Avoid false positives in `else` clause (PLR1733) (#25177) + + Rule changes + - [flake8-comprehensions] Skip C417 for lambdas with positional-only parameters (#25272) + - [flake8-simplify] Preserve f-string source verbatim in SIM101 fix (#25061) + + Performance + - Avoid unnecessary parser lookahead for operators (#25290) + + Documentation + - Update code example setting Neovim LSP log level (#25284) + + Other changes + - Add full PEP 798 support (#25104) + - Add a parser recursion limit (#24810) + - Update various `ruff_python_stdlib` APIs (#25273) +ReleaseNotesUrl: https://github.com/astral-sh/ruff/releases/tag/0.15.14 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.yaml b/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.yaml new file mode 100644 index 000000000000..a1c0db5ee35e --- /dev/null +++ b/manifests/a/astral-sh/ruff/0.15.14/astral-sh.ruff.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: astral-sh.ruff +PackageVersion: 0.15.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.installer.yaml b/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.installer.yaml new file mode 100644 index 000000000000..2960a76b181f --- /dev/null +++ b/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.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: barkure.Orayo +PackageVersion: 26.5.18-r2 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/barkure/Orayo/releases/download/v26.5.18-r2/Orayo-v26.5.18-r2-Setup.exe + InstallerSha256: B626DB0255B01C4F28DB67A33C4A803FB05324870E7006605BA8BE7508BCF10C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.locale.en-US.yaml b/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.locale.en-US.yaml new file mode 100644 index 000000000000..2ad8ff7a96e2 --- /dev/null +++ b/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: barkure.Orayo +PackageVersion: 26.5.18-r2 +PackageLocale: en-US +Publisher: barkure +PackageName: Orayo +License: GPL-3.0 +Copyright: Copyright © 2026 barkure +ShortDescription: Orayo is a modern Windows Xray client built with WinUI 3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.yaml b/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.yaml new file mode 100644 index 000000000000..e23dd1da8096 --- /dev/null +++ b/manifests/b/barkure/Orayo/26.5.18-r2/barkure.Orayo.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: barkure.Orayo +PackageVersion: 26.5.18-r2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.installer.yaml new file mode 100644 index 000000000000..99640341b673 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.684 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-22" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.684/ipsw_3.1.684_windows_arm64.zip + InstallerSha256: adfe591a6834810372cfc63c5084f9a4018beb5c20cab45522ea248d6f31613d + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.684/ipsw_3.1.684_windows_x86_64.zip + InstallerSha256: 9b79a5422041c67ef17f3ede2d3b4b0e5df2fbae0d08901d70e898c16b87c3be + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 000000000000..a073b2370202 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: blacktop.ipsw +PackageVersion: 3.1.684 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.yaml new file mode 100644 index 000000000000..8d64d59c5361 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.684/blacktop.ipsw.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: blacktop.ipsw +PackageVersion: 3.1.684 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.installer.yaml new file mode 100644 index 000000000000..6ed928d1b310 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.684 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-22" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.684/ipswd_3.1.684_windows_arm64.zip + InstallerSha256: 40b43bfe0de619b6ed225de2d75ff631ae81504b38e472e7a68c3dc3da9e4e4a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.684/ipswd_3.1.684_windows_x86_64.zip + InstallerSha256: 98f55c2a968fc5d5b1e29c121358643e98def733e5740c260fb39183934c87b8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 000000000000..3bead4dc4c78 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.684 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.yaml new file mode 100644 index 000000000000..08dbaf0cfe57 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.684/blacktop.ipswd.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: blacktop.ipswd +PackageVersion: 3.1.684 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.installer.yaml b/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.installer.yaml new file mode 100644 index 000000000000..f6ce7a7a9fb6 --- /dev/null +++ b/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.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: CESNET.UltraGrid +PackageVersion: 1.10.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: UltraGrid-1.10.5-win64/uv.exe + PortableCommandAlias: uv +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-22 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CESNET/UltraGrid/releases/download/v1.10.5/UltraGrid-1.10.5-win64.zip + InstallerSha256: B6346CD3DA530921D015FA71A2742E89C7518CC019838AD27FB6B2AD6B8F3BF5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.locale.en-US.yaml b/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.locale.en-US.yaml new file mode 100644 index 000000000000..79ebb100552d --- /dev/null +++ b/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.locale.en-US.yaml @@ -0,0 +1,81 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CESNET.UltraGrid +PackageVersion: 1.10.5 +PackageLocale: en-US +Publisher: Czech Educational and Research Network +PublisherUrl: https://github.com/CESNET +PublisherSupportUrl: https://github.com/CESNET/UltraGrid/issues +PackageName: UltraGrid +PackageUrl: https://github.com/CESNET/UltraGrid +License: Proprietary +LicenseUrl: https://github.com/CESNET/UltraGrid/blob/master/COPYRIGHT +Copyright: |- + Copyright (c) 2001-2004 University of Southern California + Copyright (c) 2003-2004 University of Glasgow + Copyright (c) 2013-2014 Fundació i2CAT, Internet I Innovació Digital a Catalunya + Copyright (c) 2005-2023 CESNET z.s.p.o. +CopyrightUrl: https://github.com/CESNET/UltraGrid/blob/master/COPYRIGHT +ShortDescription: UltraGrid low-latency audio and video network transmission system +ReleaseNotes: |- + Built 2026-05-22T12:08+00:00 + Changes: + - added reflector wrapper handling both audio+video + - Cineform can be decoded through lavd (if native not compiled) + - vo_pp,cf/text performance improved + - AJA: use new libajantv2 open-source library instead of old ntv2 one + - enable multithreading for some less common lavc encoders (eg. OpenH264) + - vcap/decklink: improve profile handling, support for topological ID + - cmpto_j2k: support for CPU implementation, added R12L CUDA conversion + - vcap/dshow: support for OBS virtual camera + - add audio filter channel_remap for remapping on sender + - improve FEC resilliancy if traffic is low + - vcap/rtsp: support for authentization, stability fixes + - vcap/rtsp (recv), rxtx/rtsp (send): support for HEVC and JPEG + - SDL3 support + - full Wayland support, including GUI, OGL, Vulkan [Linux] + - GUI: support for server/client mode + - support for DeckLink IP features + - audio conference mode supports passive (listen-only) participants + - compilation supported on BSD systems + - support for Samsung's Advanced Professional Video (via FFmpeg) + - updated DELTACAST codebase (support for new cards, formats) + Fixes since last release: + 1.10.5 + - fix seldom audio corruption + - fix presentation of portaudio devices in help + - add configure (user doesn't need autoconf/automake) + 1.10.4 + - fix default VP9 on x86-64 pre v3 (wo AVX2). But the libvpx-vp9 seem to be better encoder than libsvt_vp9 in any case. + - fix crash on querying directshow devices (GH-493) + - compilation fixes of various seldom used modules + 1.10.3 + - screen_avf: fix swapped name/dev in probe (for GUI) + - compliance with Apple Dev Program (explicit recording notice + if screen capture or Core Audio device is used) + - reenable CFHD decoding fallback with lavd + - fixed some small lavd regression when some decoders unavail + 1.10.2 + - fix Vulkan display crashing on keypresses in console + - fix GL display show/hide cursor keybind + - fix control port argument in hd-rum-translator (GH-482) + - added 2 conversions for Videotoolbox 10b encode (GH-479, GH-480) + - modified hevc_videotoolbox not to default to 4:2:0 (GH-480) + - bundle libdecor so that the windows (GL/SDL/Vulkan) have decorations in Wayland + - make SPOUT running again (GH-487) + - fix VDPAU being advertised/used with GL even when undesirable + - fix GPUJPEG subsampling detection (probe, by updated GJ upstream) + - ported AV Foundation vcap from master so that it can be used as a screen capture for macOS Intel builds (the old Core Graphics cannot be built anymore) (GH-485) + 1.10.1 + - fix temporarily broken r12l_to_gbrp16le (GH-476) + - missing arm64 macOS dependency on brotlicommon (GH-478) + - add libOpenGL.0.so library fallback to Linux AppImage + - fix Pipewire screen capture not starting + - build fixes + - reenable AV Foundation (not being enabled on macOS) + - fix decoding ProRes (GH-481) + Full changelog: https://github.com/CESNET/UltraGrid/commits/v1.10.5 +ReleaseNotesUrl: https://github.com/CESNET/UltraGrid/releases/tag/v1.10.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.yaml b/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.yaml similarity index 71% rename from manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.yaml rename to manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.yaml index c90bbcfbbecb..677f45f63c8f 100644 --- a/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.yaml +++ b/manifests/c/CESNET/UltraGrid/1.10.5/CESNET.UltraGrid.yaml @@ -1,8 +1,8 @@ # Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: ETHZurich.SafeExamBrowser -PackageVersion: 3.10.2 +PackageIdentifier: CESNET.UltraGrid +PackageVersion: 1.10.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.installer.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.installer.yaml new file mode 100644 index 000000000000..9001c6ed72cd --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 6.5.20.0 +InstallerType: msi +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +Protocols: +- scribehow +ProductCode: '{77684c30-bbc5-4b75-9b86-b3feb5fece49}' +AppsAndFeaturesEntries: +- UpgradeCode: '{351EF756-3AF5-4117-8697-53AB61427040}' +Installers: +- Architecture: x64 + InstallerUrl: https://colony-labs-public.s3.us-east-2.amazonaws.com/Scribe_6.5.20.msi + InstallerSha256: 1BE35E155FB97E0B913CD428CC29B1FF22B5CC21A04B82931C2927B8236B0727 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml new file mode 100644 index 000000000000..3d675301f06c --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 6.5.20.0 +PackageLocale: en-US +Publisher: Colony Labs, Inc +PublisherUrl: https://scribehow.com/ +PublisherSupportUrl: https://support.scribehow.com/ +PrivacyUrl: https://scribehow.com/legal/privacy +Author: Colony Labs, Inc. +PackageName: Scribe +PackageUrl: https://scribehow.com/get-desktop +License: Proprietary +LicenseUrl: https://scribehow.com/legal/terms +Copyright: ©2026-All rights reserved. +CopyrightUrl: https://scribehow.com/legal/terms +ShortDescription: Turn any process into a step-by-step guide, instantly. +Description: Scribe automatically generates how-to guides and serves them to your team when they need them most. +Moniker: scribe +Tags: +- documentation +- steps-recorder +PurchaseUrl: https://scribehow.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.locale.zh-CN.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.locale.zh-CN.yaml new file mode 100644 index 000000000000..c72e65349ecc --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 6.5.20.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将任何流程转化为分步指南,即刻实现。 +Description: Scribe 自动生成操作指南,并在团队最需要的时刻提供给他们。 +Tags: +- 文档 +- 步骤记录器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.yaml b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.yaml new file mode 100644 index 000000000000..28f47ed4fbd4 --- /dev/null +++ b/manifests/c/ColonyLabs/ScribeDesktopCapture/6.5.20.0/ColonyLabs.ScribeDesktopCapture.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ColonyLabs.ScribeDesktopCapture +PackageVersion: 6.5.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.installer.yaml b/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.installer.yaml new file mode 100644 index 000000000000..c03e4fcf5015 --- /dev/null +++ b/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.installer.yaml @@ -0,0 +1,16 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Crossplane.CrossplaneCli +PackageVersion: 2.3.1 +InstallerType: portable +UpgradeBehavior: uninstallPrevious +Commands: +- crossplane +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.crossplane.io/stable/v2.3.1/bin/windows_amd64/crossplane.exe + InstallerSha256: 9A5CFBD5E7EDAB14EF912D4F600BB1F32F05CF3B2CA01C3F885AEC4BD59F42C6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.locale.en-US.yaml b/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.locale.en-US.yaml new file mode 100644 index 000000000000..6f73c4d50393 --- /dev/null +++ b/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Crossplane.CrossplaneCli +PackageVersion: 2.3.1 +PackageLocale: en-US +Publisher: Crossplane +PublisherUrl: https://www.crossplane.io/ +Author: Crossplane Authors +PackageName: Crossplane CLI +License: Apache-2.0 +LicenseUrl: https://github.com/crossplane/crossplane/blob/HEAD/LICENSE +Copyright: Crossplane Authors +ShortDescription: CLI for the Crossplane - The Cloud Native Control Plane +Description: Crossplane is a framework for building cloud native control planes without needing to write code. It has a highly extensible backend that enables you to build a control plane that can orchestrate applications and infrastructure no matter where they run, and a highly configurable frontend that puts you in control of the schema of the declarative API it offers. +Moniker: crossplane +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.crossplane.io/latest/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.yaml b/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.yaml new file mode 100644 index 000000000000..64f85254a8f2 --- /dev/null +++ b/manifests/c/Crossplane/CrossplaneCli/2.3.1/Crossplane.CrossplaneCli.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: Crossplane.CrossplaneCli +PackageVersion: 2.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.installer.yaml b/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.installer.yaml new file mode 100644 index 000000000000..38f457ebc47d --- /dev/null +++ b/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.installer.yaml @@ -0,0 +1,18 @@ +# 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: CycloneDX.cdxgen +PackageVersion: 12.4.2 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CycloneDX/cdxgen/releases/download/v12.4.2/cdxgen-windows-amd64.exe + InstallerSha256: 0B1A4A7D07BD1BFCEB57D36715392F11A5921058FE3091B4C9A2EE7C540490B9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.locale.en-US.yaml b/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.locale.en-US.yaml new file mode 100644 index 000000000000..05cac50106e0 --- /dev/null +++ b/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.locale.en-US.yaml @@ -0,0 +1,41 @@ +# 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: CycloneDX.cdxgen +PackageVersion: 12.4.2 +PackageLocale: en-US +Publisher: OWASP Foundation +PublisherUrl: https://owasp.org/ +PublisherSupportUrl: https://github.com/CycloneDX/cdxgen/issues +Author: CycloneDX +PackageName: CycloneDX Generator (cdxgen) +PackageUrl: https://github.com/CycloneDX/cdxgen +License: Apache-2.0 +LicenseUrl: https://github.com/CycloneDX/cdxgen/blob/HEAD/LICENSE +ShortDescription: A polyglot tool and a library for generating various Bill of Materials in CycloneDX specification. +Description: Generate Software Bill of Materials (SBOM) for most applications and container images with a single command. Generate Operations Bill of Materials (OBOM) for Linux and Windows hosts. Integrate with any CI/CD pipeline. Automatically submit the generated BOM to your dependency track server for analysis. +Moniker: cdxgen +Tags: +- bom +- cbom +- containers +- cyclonedx +- docker +- oci +- owasp +- package-url +- purl +- saasbom +- sbom +- sca +- software-bill-of-materials +- supply-chain +ReleaseNotes: |- + What's Changed + 🤖 AI-auto Changes + - Handle object-form GitHub Actions runs-on by @Copilot in #4057 + - Upgrade to dosai v3 by @prabhu in #4058 + Full Changelog: v12.4.1...v12.4.2 +ReleaseNotesUrl: https://github.com/cdxgen/cdxgen/releases/tag/v12.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.yaml b/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.yaml new file mode 100644 index 000000000000..2ce6e046dbef --- /dev/null +++ b/manifests/c/CycloneDX/cdxgen/12.4.2/CycloneDX.cdxgen.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: CycloneDX.cdxgen +PackageVersion: 12.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.installer.yaml b/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.installer.yaml new file mode 100644 index 000000000000..1bc35dbd4d6e --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.installer.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: cst8t.gitmun +PackageVersion: 0.6.0 +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/cst8t/gitmun/releases/download/v0.6.0/Gitmun_0.6.0_x64-setup.exe + InstallerSha256: 1AB590B83C463A89B2B1F5876186FFB161BF4612F82FD242671D6FAF5330A402 + InstallerSwitches: + Custom: /SkipGitCheck + ProductCode: Gitmun + AppsAndFeaturesEntries: + - ProductCode: Gitmun + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Gitmun' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/cst8t/gitmun/releases/download/v0.6.0/Gitmun_0.6.0_x64.msi + InstallerSha256: 7E6EA01B5D99F09ACF91371649794354F3C92619C9514BE4D8389D0B87048F47 + ProductCode: '{C5F7013B-EC32-446B-93E6-D39065E14CBF}' + AppsAndFeaturesEntries: + - ProductCode: '{C5F7013B-EC32-446B-93E6-D39065E14CBF}' + UpgradeCode: '{CFD38D6F-06D8-500B-8162-2815A511EBAF}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Gitmun' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.locale.en-GB.yaml b/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.locale.en-GB.yaml new file mode 100644 index 000000000000..f5683969ff63 --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.locale.en-GB.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: cst8t.gitmun +PackageVersion: 0.6.0 +PackageLocale: en-GB +Publisher: cst8t +PublisherUrl: https://github.com/cst8t +PublisherSupportUrl: https://github.com/cst8t/gitmun/issues +Author: cst8t +PackageName: Gitmun +PackageUrl: https://github.com/cst8t/gitmun +License: GPL-3.0 +LicenseUrl: https://github.com/cst8t/gitmun/blob/HEAD/LICENSE +ShortDescription: A cross-platform Git GUI client +Description: Gitmun is a crossplatform desktop Git client built with Tauri +Moniker: gitmun +ReleaseNotes: |- + What's Changed + Open in File Manager, Terminal, or Git Bash + - New "Open in..." button to launch repository in File Explorer, Finder, Terminal, or Git Bash directly + Improved Error Interpretation & Guidance + - Git errors now categorized with clear summaries and suggested actions + - Network, authentication, merge conflicts, and upstream issues display helpful guidance + - Localized action labels in Result Log + Enhanced Push Failure Handling + - Network errors and authentication failures display in toasts with actionable advice + - Force-with-lease support for rebased branches + Linux & Package Improvements + - AppImage builds now available through OBS alongside DEB and RPM packages + - Improved Flatpak environment variable handling + UI/UX Improvements + - Responsive titlebar that hides labels on narrow windows + - Warning icon for push rejection dialogs + - Result Log shows expandable details for Git errors + - Updated About window website link (gitmun.org now live) + Dependencies + - Updated to gix 0.83.0 with improved diff and merge handling + - Git output locked to machine locale for consistency + Full Changelog: v0.5.4...v0.6.0 +ReleaseNotesUrl: https://github.com/cst8t/gitmun/releases/tag/v0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.yaml b/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.yaml new file mode 100644 index 000000000000..40568ec9c92d --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.6.0/cst8t.gitmun.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: cst8t.gitmun +PackageVersion: 0.6.0 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.installer.yaml b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.installer.yaml new file mode 100644 index 000000000000..578d2ad0597b --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.1.210 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- deezer +- dzr +ProductCode: 67490f87-0893-5593-ae76-b1e5d0acd13f +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x86 + InstallerUrl: https://www.deezer.com/desktop/update/artifact-win32-x86-7.1.210 + InstallerSha256: 567FE009F67F5249FDEF81D1F6555B9A45DAF81C93863F1FCB12987C92A257D1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.locale.en-US.yaml b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.locale.en-US.yaml new file mode 100644 index 000000000000..0ebfe56e5ff0 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.1.210 +PackageLocale: en-US +Publisher: Deezer +PublisherUrl: https://www.deezer.com/ +PublisherSupportUrl: https://support.deezer.com/ +PrivacyUrl: https://www.deezer.com/legal/personal-datas +Author: Deezer S.A. +PackageName: Deezer +PackageUrl: https://www.deezer.com/explore/download/ +License: Proprietary +LicenseUrl: https://www.deezer.com/legal/cgu +Copyright: © 2026 Deezer +CopyrightUrl: https://www.deezer.com/legal/cgu +ShortDescription: A French online music streaming service. +Moniker: deezer +Tags: +- 9nblggh6j7vv +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +PurchaseUrl: https://www.deezer.com/offers +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.locale.zh-CN.yaml b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.locale.zh-CN.yaml new file mode 100644 index 000000000000..c79a215b4407 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.1.210 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 来自法国的在线音乐流媒体服务 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.yaml b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.yaml new file mode 100644 index 000000000000..1702715710a8 --- /dev/null +++ b/manifests/d/Deezer/Deezer/7.1.210/Deezer.Deezer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Deezer.Deezer +PackageVersion: 7.1.210 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.installer.yaml b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.installer.yaml new file mode 100644 index 000000000000..50f5bab4d7d4 --- /dev/null +++ b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DigitalScholar.Zotero +PackageVersion: 9.0.4 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- zotero +FileExtensions: +- bib +- bibtex +- csl +- isi +- marc +- mods +- rdf +- ris +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x86 + InstallerUrl: https://download.zotero.org/client/release/9.0.4/Zotero-9.0.4_win32_setup.exe + InstallerSha256: 23C5A2A5DC8E3E881722F59304111BBD50274E8D3327641A4E9B706AAFBDB2A8 +- Architecture: x64 + InstallerUrl: https://download.zotero.org/client/release/9.0.4/Zotero-9.0.4_x64_setup.exe + InstallerSha256: 73BABEB15196017BAFAAB7C0EFF2E719A8CCBB651417D5E797250E554C7E43EA +- Architecture: arm64 + InstallerUrl: https://download.zotero.org/client/release/9.0.4/Zotero-9.0.4_arm64_setup.exe + InstallerSha256: 24E2C441CDD9D7820020F1A1A22C28373F5A83AA9AE031E9CD947705190E2AB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.locale.en-US.yaml b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.locale.en-US.yaml new file mode 100644 index 000000000000..9fed4ca2fa32 --- /dev/null +++ b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DigitalScholar.Zotero +PackageVersion: 9.0.4 +PackageLocale: en-US +Publisher: Corporation for Digital Scholarship +PublisherUrl: https://digitalscholar.org/ +PublisherSupportUrl: https://www.zotero.org/support/ +PrivacyUrl: https://www.zotero.org/support/privacy +Author: Corporation for Digital Scholarship +PackageName: Zotero +PackageUrl: https://www.zotero.org/ +License: AGPL-3.0 +LicenseUrl: https://www.zotero.org/support/licensing +Copyright: © Corporation for Digital Scholarship +CopyrightUrl: https://www.zotero.org/support/terms/trademark +ShortDescription: Your personal research assistant +Description: Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research. +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- research +- thesis +ReleaseNotes: |- + - Fixed broken search/indexing after app had been open for a while + - Citation dialog: Restored sorting of libraries by number of cited items + - Read Aloud: Increased maximum reading speed to 3x + - [Mac/Safari] Fixed error in Google Doc with edited citations + - Reader fixes + - Fixed shortcut keys on keyboards with alternative layouts + - EPUB: Fixed outline navigation for some files + - EPUB: Fixed page number not being recognized for some files +ReleaseNotesUrl: https://www.zotero.org/support/changelog#changes_in_904_may_22_2026 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.locale.zh-CN.yaml b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.locale.zh-CN.yaml new file mode 100644 index 000000000000..6b3ce722aef6 --- /dev/null +++ b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DigitalScholar.Zotero +PackageVersion: 9.0.4 +PackageLocale: zh-CN +Publisher: Corporation for Digital Scholarship +PublisherUrl: https://digitalscholar.org/ +PublisherSupportUrl: https://www.zotero.org/support/ +PrivacyUrl: https://www.zotero.org/support/privacy +Author: Corporation for Digital Scholarship +PackageName: Zotero +PackageUrl: https://www.zotero.org/ +License: AGPL-3.0 +LicenseUrl: https://www.zotero.org/support/licensing +Copyright: © Corporation for Digital Scholarship +CopyrightUrl: https://www.zotero.org/support/terms/trademark +ShortDescription: 你的个人研究助理 +Description: Zotero 是一款免费易用的工具,帮助您收集、组织、注释、引用和分享研究。 +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +ReleaseNotesUrl: https://www.zotero.org/support/changelog#changes_in_904_may_22_2026 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.yaml b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.yaml new file mode 100644 index 000000000000..f298b9b51bd5 --- /dev/null +++ b/manifests/d/DigitalScholar/Zotero/9.0.4/DigitalScholar.Zotero.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DigitalScholar.Zotero +PackageVersion: 9.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.installer.yaml b/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.installer.yaml deleted file mode 100644 index 824a2109ad1b..000000000000 --- a/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ETHZurich.SafeExamBrowser -PackageVersion: 3.10.2 -InstallerType: burn -Scope: machine -ReleaseDate: 2026-05-08 -AppsAndFeaturesEntries: -- DisplayVersion: 3.10.2.904 - ProductCode: '{423bc4d0-0fe7-4973-8498-dd125d730a08}' - UpgradeCode: '{26C1045A-99CC-4479-987B-376390379441}' - InstallerType: burn -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/SafeExamBrowser/seb-win-refactoring/releases/download/v3.10.2/SEB_3.10.2.904_SetupBundle.exe - InstallerSha256: 9180566E407555FD8BE9F7A022AA35A595E629ED9C9F81DAF2CDD65DDB9646B6 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.locale.en-US.yaml b/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.locale.en-US.yaml deleted file mode 100644 index ca6c90cbdaa2..000000000000 --- a/manifests/e/ETHZurich/SafeExamBrowser/3.10.2/ETHZurich.SafeExamBrowser.locale.en-US.yaml +++ /dev/null @@ -1,59 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ETHZurich.SafeExamBrowser -PackageVersion: 3.10.2 -PackageLocale: en-US -Publisher: ETH Zürich -PublisherUrl: https://github.com/SafeExamBrowser -PublisherSupportUrl: https://github.com/SafeExamBrowser/seb-win-refactoring/issues -PackageName: Safe Exam Browser -PackageUrl: https://github.com/SafeExamBrowser/seb-win-refactoring -License: MPL-2.0 -LicenseUrl: https://github.com/SafeExamBrowser/seb-win-refactoring/blob/HEAD/LICENSE.txt -Copyright: Copyright (c) ETH Zürich. All rights reserved. -ShortDescription: Safe Exam Browser is a web browser environment to carry out e-assessments safely. -Tags: -- chromium -- e-assessment -- exams -- kiosk-software -- live-proctoring -- lockdown -- lockdown-browser -- proctoring -- remote-exams -- remote-proctoring -- safe-exam-browser -- seb -ReleaseNotes: |- - Summary - This patch update improves security and integrity aspects, resolves an issue with the display monitoring and provides other minor bug fixes and improvements. - Note - Safe Exam Browser for Windows requires a minimum operating system version of Windows 10 version 1803. - Important - The Browser Exam Key of Safe Exam Browser for Windows is platform-specific, i.e. its value is different for the 32-bit (x86) and 64-bit (x64) build of the same version! - Changes - - Fixed issue with display monitoring by acquiring session lock. - - Improved window monitoring. - - Improved remote session detection. - - Added terminal service client to default list of prohibited applications. - - Implemented basic runtime integrity verification. - - Added ToDesk to default list of prohibited applications (#1441). - - Browser engine version 147.0.100 (Chromium version 147.0.7727.118). - The following optional features and changes are disabled by default and need to be configured individually: - - Ensured that also the server API endpoint is correctly sanitized. - Known Issues - - Screen readers NVDA and JAWS are not compatible with kiosk mode Create New Desktop. If their usage is required, please use kiosk mode Disable Explorer Shell where they should work as expected. - Requirements - SEB 3.10.2 requires the prerequisites listed below in order to work correctly. These are automatically installed with the setup bundle and need only be manually installed when using the MSI packages. - - .NET Framework 4.8 Runtime: https://dotnet.microsoft.com/download/dotnet-framework/net48 - - Visual C++ 2022 Redistributable: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist - Installation - Please use the setup bundle for installation! The platform-specific setups are mainly provided for system administrators who require MSI packages for their automated installation procedures. -ReleaseNotesUrl: https://github.com/SafeExamBrowser/seb-win-refactoring/releases/tag/v3.10.2 -Documentations: -- DocumentLabel: Wiki - DocumentUrl: https://github.com/SafeExamBrowser/seb-win-refactoring/wiki -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 000000000000..8db1253fa441 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.709.2.6223 +InstallerType: burn +Scope: machine +InstallerSwitches: + Silent: /passive /norestart + SilentWithProgress: /passive /norestart + InstallLocation: InstallFolder="" + Custom: /norestart +UpgradeBehavior: uninstallPrevious +Protocols: +- ealink +- link2ea +- origin +- origin2 +ProductCode: '{089d17a9-4ee6-47ab-85fa-0fbce27ba9a5}' +AppsAndFeaturesEntries: +- ProductCode: '{089d17a9-4ee6-47ab-85fa-0fbce27ba9a5}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x86 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.709.2.6223-964.exe + InstallerSha256: 56A5FDC6A9D1BD379B7C55350EFBC2CAAF9DDD24E4178051E355F3EA16C45BEE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 000000000000..98ad9e9740eb --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.709.2.6223 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/en/PC/ +Copyright: © 2026 Electronic Arts Inc. +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..79d10dfb7bdd --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.709.2.6223 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/sc/PC/ +Copyright: © 2026 Electronic Arts Inc. +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.yaml new file mode 100644 index 000000000000..85afa0e1080b --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.709.2.6223/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.709.2.6223 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.installer.yaml b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.installer.yaml new file mode 100644 index 000000000000..8df31021f0d3 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.14+4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- lmstudio +ProductCode: c6dbe996-22a9-5998-b542-7abe33da3b83 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://installers.lmstudio.ai/win32/x64/0.4.14-4/LM-Studio-0.4.14-4-x64.exe + InstallerSha256: DA20FBD536360D3956BE1A87834364F86B2E7F894B9EDBC1C92C3089EA7E9464 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://installers.lmstudio.ai/win32/x64/0.4.14-4/LM-Studio-0.4.14-4-x64.exe + InstallerSha256: DA20FBD536360D3956BE1A87834364F86B2E7F894B9EDBC1C92C3089EA7E9464 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://installers.lmstudio.ai/win32/arm64/0.4.14-4/LM-Studio-0.4.14-4-arm64.exe + InstallerSha256: D4FBD954AC91DFD88E815291979E888BADA26922FCA307AA546107181F998A38 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://installers.lmstudio.ai/win32/arm64/0.4.14-4/LM-Studio-0.4.14-4-arm64.exe + InstallerSha256: D4FBD954AC91DFD88E815291979E888BADA26922FCA307AA546107181F998A38 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.locale.en-US.yaml b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.locale.en-US.yaml new file mode 100644 index 000000000000..eb9ea0ef017e --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.14+4 +PackageLocale: en-US +Publisher: LM Studio +PublisherUrl: https://lmstudio.ai/ +Author: Element Labs, Inc. +PackageName: LM Studio +PackageUrl: https://lmstudio.ai/ +License: Freeware +LicenseUrl: https://lmstudio.ai/terms +Copyright: © LM Studio 2023 - 2026 +CopyrightUrl: https://lmstudio.ai/terms +ShortDescription: Discover, download, and run local LLMs +Description: LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs). The LM Studio cross platform desktop app allows you to download and run any ggml-compatible model from Hugging Face, and provides a simple yet powerful model configuration and inferencing UI. The app leverages your GPU when possible. +Tags: +- ai +- chatbot +- deepseek +- gemma +- kimi +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + - Stable release of MTP Speculative Decoding! + - Speeds up generation with models that include built-in multi-token prediction heads + - To try it out, download an MTP-capable model + - Fixed an issue with non-MTP speculative decoding error while MTP was enabled + - Fixed a bug where lms get gemma4 would not show any results + - lms chat now shows which LM Link device each remote model is on +ReleaseNotesUrl: https://lmstudio.ai/blog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.locale.zh-CN.yaml b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.locale.zh-CN.yaml new file mode 100644 index 000000000000..a9dd67da8ee3 --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.14+4 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 发现、下载和运行本地大语言模型 +Description: LM Studio 是一款易用的桌面应用,用于对本地开源大语言模型(LLM)进行实验。LM Studio 跨平台桌面应用允许您从 Hugging Face 下载并运行任何兼容 ggml 的模型,并提供简单而强大的模型配置和推理用户界面。该应用程序尽可能利用 GPU。 +Tags: +- gemma +- kimi +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lmstudio.ai/docs/welcome +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.yaml b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.yaml new file mode 100644 index 000000000000..c30c3221052a --- /dev/null +++ b/manifests/e/ElementLabs/LMStudio/0.4.14+4/ElementLabs.LMStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ElementLabs.LMStudio +PackageVersion: 0.4.14+4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.installer.yaml b/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.installer.yaml new file mode 100644 index 000000000000..fcff8493135f --- /dev/null +++ b/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.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: Espressif.EIM-CLI +PackageVersion: 0.12.5 +InstallerType: portable +Commands: +- eim +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/espressif/idf-im-ui/releases/download/v0.12.5/eim-cli-windows-x64.exe + InstallerSha256: 75D90A8FC9A686BE330B02F7F01C22AFC05F2AC32DC43B6C47183EEE5EAD0B38 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.locale.en-US.yaml b/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.locale.en-US.yaml new file mode 100644 index 000000000000..fea285173eb9 --- /dev/null +++ b/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Espressif.EIM-CLI +PackageVersion: 0.12.5 +PackageLocale: en-US +Publisher: Espressif Systems +PublisherUrl: https://github.com/espressif/idf-im-ui +PublisherSupportUrl: https://github.com/espressif/idf-im-ui/issues +Author: petr.gadorek@espressif.com +PackageName: ESP-IDF Installation Manager CLI +PackageUrl: https://github.com/espressif/idf-im-ui/ +License: Apache-2.0 +LicenseUrl: https://github.com/espressif/idf-im-ui/blob/HEAD/LICENSE +Copyright: Espressif Systems +ShortDescription: CLI tool for managing ESP-IDF installations +Description: CLI tool for installing and managing ESP-IDF installations +Moniker: eim +Tags: +- Espressif, IDF, EIM, ESP-IDF +ReleaseNotes: |- + What's Changed + - Fix malformed activation script by @Hahihula in #810 + Full Changelog: v0.12.4...v0.12.5 +ReleaseNotesUrl: https://github.com/espressif/idf-im-ui/releases/tag/v0.12.5 +InstallationNotes: Installation complete. Now you can install ESP-IDF by running `eim install`. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.yaml b/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.yaml new file mode 100644 index 000000000000..f3f1cb982654 --- /dev/null +++ b/manifests/e/Espressif/EIM-CLI/0.12.5/Espressif.EIM-CLI.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Espressif.EIM-CLI +PackageVersion: 0.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/eim/0.12.5/Espressif.eim.installer.yaml b/manifests/e/Espressif/eim/0.12.5/Espressif.eim.installer.yaml new file mode 100644 index 000000000000..8872fd1d5939 --- /dev/null +++ b/manifests/e/Espressif/eim/0.12.5/Espressif.eim.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: Espressif.eim +PackageVersion: 0.12.5 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{BFFDD2EC-B865-4338-B839-C8E4FC2DE49E}' +ReleaseDate: 2026-05-22 +AppsAndFeaturesEntries: +- ProductCode: '{BFFDD2EC-B865-4338-B839-C8E4FC2DE49E}' + UpgradeCode: '{F76D9627-6E0E-5956-86E2-C847A3D8A984}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/eim' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/espressif/idf-im-ui/releases/download/v0.12.5/eim-gui-windows-x64.msi + InstallerSha256: 4215EA0110F16052D665D4C4A1808B8F42D6C8AE5EF0A84FD050570EA896207A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/eim/0.12.5/Espressif.eim.locale.en-US.yaml b/manifests/e/Espressif/eim/0.12.5/Espressif.eim.locale.en-US.yaml new file mode 100644 index 000000000000..10c2aa525271 --- /dev/null +++ b/manifests/e/Espressif/eim/0.12.5/Espressif.eim.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: Espressif.eim +PackageVersion: 0.12.5 +PackageLocale: en-US +Publisher: espressif +PublisherUrl: https://github.com/espressif +PublisherSupportUrl: https://github.com/espressif/idf-im-ui/issues +PackageName: eim +PackageUrl: https://github.com/espressif/idf-im-ui +License: Apache-2.0 +LicenseUrl: https://github.com/espressif/idf-im-ui/blob/HEAD/LICENSE +ShortDescription: 'EIM GUI: Cross-Platform ESP-IDF Installation Manager' +ReleaseNotes: |- + What's Changed + - Fix malformed activation script by @Hahihula in #810 + Full Changelog: v0.12.4...v0.12.5 +ReleaseNotesUrl: https://github.com/espressif/idf-im-ui/releases/tag/v0.12.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Espressif/eim/0.12.5/Espressif.eim.yaml b/manifests/e/Espressif/eim/0.12.5/Espressif.eim.yaml new file mode 100644 index 000000000000..0d00ca2ded7f --- /dev/null +++ b/manifests/e/Espressif/eim/0.12.5/Espressif.eim.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: Espressif.eim +PackageVersion: 0.12.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.installer.yaml b/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.installer.yaml new file mode 100644 index 000000000000..4f89dcaca9a5 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.6.3-beta' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: anvil.exe + PortableCommandAlias: anvil +Installers: + - Architecture: x64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.6.3-beta/eddacraft-anvil-x86_64-pc-windows-msvc.zip' + InstallerSha256: '4106F653198C73C27FE965A935490ED66A2F5B145AF6DA59B93687F6C0C616DA' + - Architecture: arm64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.6.3-beta/eddacraft-anvil-aarch64-pc-windows-msvc.zip' + InstallerSha256: 'B5E45668BEAE86228B04639F8DA90B4E109D3038CB62903ECCFC7B085B953304' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.locale.en-US.yaml b/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.locale.en-US.yaml new file mode 100644 index 000000000000..cd24988427ac --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.6.3-beta' +PackageLocale: en-US +Publisher: eddacraft +PublisherUrl: https://eddacraft.ai +PackageName: Anvil +PackageUrl: https://github.com/eddacraft/anvil +License: Proprietary +ShortDescription: Deterministic guardrails for AI-assisted development workflows +Tags: + - ai + - cli + - developer-tools + - guardrails +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.yaml b/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.yaml new file mode 100644 index 000000000000..1a60aad49e28 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.6.3-beta/eddacraft.anvil.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.6.3-beta' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.installer.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.installer.yaml new file mode 100644 index 000000000000..47e61124ffe6 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.063 +InstallerType: wix +InstallerSwitches: + InstallLocation: FACTSET_PROGRAMDIR="" +UpgradeBehavior: install +Protocols: +- ec +- fdschart +- fdsup +FileExtensions: +- ecx +ProductCode: '{D1F3DE7C-FAC8-4CF8-AA09-0ABCBC40AA20}' +AppsAndFeaturesEntries: +- UpgradeCode: '{36A5E6F0-5C4B-429A-9A60-F5BCD50FCD6C}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.factset.com/software/workstation/FactSet_Workstation_2016_71H_x64.msi + InstallerSha256: 76717D33719BBBDF642E10CA8E45D08D68F972676BFE540607796D82A50F0E8D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.locale.en-US.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.locale.en-US.yaml new file mode 100644 index 000000000000..4f15afb4458b --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.063 +PackageLocale: en-US +Publisher: FactSet Research Systems Inc. +PublisherUrl: https://www.factset.com/ +PublisherSupportUrl: https://www.factset.com/client-support +PrivacyUrl: https://www.factset.com/legal +Author: FactSet Research Systems Inc. +PackageName: FactSet Workstation +PackageUrl: https://www.factset.com/marketplace/catalog/product/factset-workstation +License: Proprietary +LicenseUrl: https://www.factset.com/legal +Copyright: Copyright © 2026 FactSet +CopyrightUrl: https://www.factset.com/legal +ShortDescription: Seamlessly combine hundreds of data sources in one user-friendly research solution, and surface fresh insights and opportunities with unique datasets, customizable charting, and sophisticated screening options. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.locale.zh-CN.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.locale.zh-CN.yaml new file mode 100644 index 000000000000..9753898832b4 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.063 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 无缝整合数百种数据源于一体化的用户友好研究方案中,通过独特数据集、可定制图表及高级筛选功能,精准捕捉新洞察与投资机遇。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.yaml new file mode 100644 index 000000000000..b8aa287ddd21 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.063/FactSet.FactSetWorkstation.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.063 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firstversionist/Polypane/10.0.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/10.0.1/Firstversionist.Polypane.locale.en-US.yaml index 1c5a1c0607db..417cd033e0d3 100644 --- a/manifests/f/Firstversionist/Polypane/10.0.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/10.0.1/Firstversionist.Polypane.locale.en-US.yaml @@ -8,22 +8,22 @@ Publisher: Firstversionist PublisherUrl: https://firstversionist.com/ PublisherSupportUrl: https://polypane.app/support/ PrivacyUrl: https://polypane.app/privacy/ -# Author: +# Author: PackageName: Polypane PackageUrl: https://polypane.app/ License: Proprietary LicenseUrl: https://polypane.app/legal/ Copyright: Copyright © 2022 Firstversionist -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The browser for ambitious developers. -# Description: -Moniker: polyplane -# Tags: -# Agreements: +# Description: +Moniker: polypane +# Tags: +# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/firstversionist/polypane/releases/tag/v10.0.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.1.0 diff --git a/manifests/f/Firstversionist/Polypane/13.1.2/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/13.1.2/Firstversionist.Polypane.locale.en-US.yaml index 41fe52e5c672..d5797c395849 100644 --- a/manifests/f/Firstversionist/Polypane/13.1.2/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/13.1.2/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- - Improved Outline panel: non-landmarks are now hidden when "show warnings" is turned off - Improved Command palette can now be opened from View menu diff --git a/manifests/f/Firstversionist/Polypane/23.1.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/23.1.0/Firstversionist.Polypane.locale.en-US.yaml index d636ec959574..ee9284da289c 100644 --- a/manifests/f/Firstversionist/Polypane/23.1.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/23.1.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 23.1 Improvements to the Elements panel, screenshot editor and JSON viewer. full release notes diff --git a/manifests/f/Firstversionist/Polypane/23.1.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/23.1.1/Firstversionist.Polypane.locale.en-US.yaml index 0731685cfa63..aa6ec0dd2cab 100644 --- a/manifests/f/Firstversionist/Polypane/23.1.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/23.1.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 23.1.1 This is a debug release Full 23.1 release notes diff --git a/manifests/f/Firstversionist/Polypane/24.0.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/24.0.0/Firstversionist.Polypane.locale.en-US.yaml index 5d69661c1a53..996dcc2aee5e 100644 --- a/manifests/f/Firstversionist/Polypane/24.0.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/24.0.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 24 We're introducing a new recording feature, a 3D stacking context visualization, you can customize tab titles and colors so you never confuse local and production again, the elements panel lets you edit HTML while preserving events, and we've updated Chromium to version 136. Full release notes diff --git a/manifests/f/Firstversionist/Polypane/24.0.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/24.0.1/Firstversionist.Polypane.locale.en-US.yaml index 979095fb72d9..80ac598c63b8 100644 --- a/manifests/f/Firstversionist/Polypane/24.0.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/24.0.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 24.0.1 This is a bugfix release. Full release notes diff --git a/manifests/f/Firstversionist/Polypane/24.0.2/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/24.0.2/Firstversionist.Polypane.locale.en-US.yaml index 8c6be9e0b08c..8a4192aea114 100644 --- a/manifests/f/Firstversionist/Polypane/24.0.2/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/24.0.2/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 24.0.2 This is a bugfix release. Full release notes. diff --git a/manifests/f/Firstversionist/Polypane/24.1.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/24.1.0/Firstversionist.Polypane.locale.en-US.yaml index fcd440778593..473f2da44eec 100644 --- a/manifests/f/Firstversionist/Polypane/24.1.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/24.1.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 24.1.0 A new measure overlay lets you drag out a rectangle on the page and measure arbitrary parts of the page and screenshot the selected area. The XML viewer lets you inspect and filter XML files like RSS or OPML files and the Find by CSS selector has a new inspection option. Full release notes. diff --git a/manifests/f/Firstversionist/Polypane/24.1.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/24.1.1/Firstversionist.Polypane.locale.en-US.yaml index 4402240c3a2b..439159c2b010 100644 --- a/manifests/f/Firstversionist/Polypane/24.1.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/24.1.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 24.1.1 This is a bugfix release. diff --git a/manifests/f/Firstversionist/Polypane/24.1.2/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/24.1.2/Firstversionist.Polypane.locale.en-US.yaml index d680f8ca6435..7bf73a0f9afe 100644 --- a/manifests/f/Firstversionist/Polypane/24.1.2/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/24.1.2/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 24.1.2 This is a bugfix release. diff --git a/manifests/f/Firstversionist/Polypane/25.0.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/25.0.0/Firstversionist.Polypane.locale.en-US.yaml index 2e2ddbd261ec..355d1b76089a 100644 --- a/manifests/f/Firstversionist/Polypane/25.0.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/25.0.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 25 We've updated our browser extension implementation to support Manifest v3 so we support a ton more extensions, there's a new Form outline view that shows you the structure of your forms, and we've updated to Chromium 138 along with many fixes and updates to existing features. Full release notes. diff --git a/manifests/f/Firstversionist/Polypane/25.0.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/25.0.1/Firstversionist.Polypane.locale.en-US.yaml index aaf8cbfa66ac..81b6679a3db4 100644 --- a/manifests/f/Firstversionist/Polypane/25.0.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/25.0.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 25.0.1 This is a bugfix release. Full release notes. diff --git a/manifests/f/Firstversionist/Polypane/25.1.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/25.1.0/Firstversionist.Polypane.locale.en-US.yaml index 97ef57964395..997579755429 100644 --- a/manifests/f/Firstversionist/Polypane/25.1.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/25.1.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 25.1 Polypane 25.1 is now available, and it brings DRM support through Widevine, a new reopen last closed tab feature and a number of improvements and fixes. Full release notes. diff --git a/manifests/f/Firstversionist/Polypane/25.1.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/25.1.1/Firstversionist.Polypane.locale.en-US.yaml index 961fcabbc531..d82dd0db0436 100644 --- a/manifests/f/Firstversionist/Polypane/25.1.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/25.1.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 25.1.1 This is a bugfix release. Full release notes for 25.1 and 25.1.1. diff --git a/manifests/f/Firstversionist/Polypane/26.0.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/26.0.0/Firstversionist.Polypane.locale.en-US.yaml index 72c23964757d..045f47268aa3 100644 --- a/manifests/f/Firstversionist/Polypane/26.0.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/26.0.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 26 Polypane 26 brings the most accurate device emulation available anywhere. We now emulate small viewport units (svh) and device-specific safe area insets, two critical factors that affect every mobile layout but were impossible to emulate until now. This means layout bugs that previously only surfaced on real devices can now be caught and fixed fast during development. Full release notes. diff --git a/manifests/f/Firstversionist/Polypane/26.0.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/26.0.1/Firstversionist.Polypane.locale.en-US.yaml index 42ae8515c821..d9efd3220222 100644 --- a/manifests/f/Firstversionist/Polypane/26.0.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/26.0.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 26.0.1 This is a bugfix release Full 26.0.0 release notes. diff --git a/manifests/f/Firstversionist/Polypane/27.0.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/27.0.0/Firstversionist.Polypane.locale.en-US.yaml index 26f13992c5c4..72f57937c020 100644 --- a/manifests/f/Firstversionist/Polypane/27.0.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/27.0.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 27 This release brings a new project-focused workflow, a new snippets panel, improved DOM editing and is built on Chromium 142. Full changelog diff --git a/manifests/f/Firstversionist/Polypane/27.0.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/27.0.1/Firstversionist.Polypane.locale.en-US.yaml index f995292603d4..db05f805e07c 100644 --- a/manifests/f/Firstversionist/Polypane/27.0.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/27.0.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 27.0.1 Changelog This is a bugfix release. Polypane 27 brings a new project-focused workflow, a new snippets panel, improved DOM editing and is built on Chromium 142. Full changelog diff --git a/manifests/f/Firstversionist/Polypane/27.0.2/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/27.0.2/Firstversionist.Polypane.locale.en-US.yaml index 76d95712b727..1769dcfe52a1 100644 --- a/manifests/f/Firstversionist/Polypane/27.0.2/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/27.0.2/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 27.0.2 Changelog This is a bugfix release. Polypane 27 brings a new project-focused workflow, a new snippets panel, improved DOM editing and is built on Chromium 142. Full changelog diff --git a/manifests/f/Firstversionist/Polypane/27.1.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/27.1.0/Firstversionist.Polypane.locale.en-US.yaml index d8954f75eb83..c16e0c04aee9 100644 --- a/manifests/f/Firstversionist/Polypane/27.1.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/27.1.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 27.1 Polypane 27.1 is here and Polypane Portal has expanded! The Polypane console will now show the console messages from all connected browsers so you get instant feedback on errors and your own logs. Snippets are now also injected and ran in connected portals. This combination makes Polypane's Portal an even more powerful tool for testing and debugging across multiple browser and real devices. The elements panel and projects have also received a lot of quality of life improvements in this release. Full release notes diff --git a/manifests/f/Firstversionist/Polypane/28.0.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/28.0.0/Firstversionist.Polypane.locale.en-US.yaml index 4e7cf460f868..33a94f5f6822 100644 --- a/manifests/f/Firstversionist/Polypane/28.0.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/28.0.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 28 The first release of 2026 comes with plenty of improvements to Projects, the new Environments feature prevents you from confusing production for localhost, the Elements panel is faster and more powerful than ever, and Polypane now runs on Chromium 146. Full Release Notes diff --git a/manifests/f/Firstversionist/Polypane/28.0.1/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/28.0.1/Firstversionist.Polypane.locale.en-US.yaml index 7f939ff4e7ea..79636da626d0 100644 --- a/manifests/f/Firstversionist/Polypane/28.0.1/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/28.0.1/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 28.0.1 This is a bugfix release. Full 28 Release Notes diff --git a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml index 44a6bca78aef..e6153922d08d 100644 --- a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 28.0.2 This is a bugfix release. Full 28 Release Notes diff --git a/manifests/f/Firstversionist/Polypane/28.0.3/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/28.0.3/Firstversionist.Polypane.locale.en-US.yaml index 5e02c01c14b6..0a4d57309be3 100644 --- a/manifests/f/Firstversionist/Polypane/28.0.3/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/28.0.3/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- Polypane 28.0.3 This is a bugfix release. Full 28 Release Notes diff --git a/manifests/f/Firstversionist/Polypane/29.0.0/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/29.0.0/Firstversionist.Polypane.locale.en-US.yaml index 329a4fd51e09..5dba1741e379 100644 --- a/manifests/f/Firstversionist/Polypane/29.0.0/Firstversionist.Polypane.locale.en-US.yaml +++ b/manifests/f/Firstversionist/Polypane/29.0.0/Firstversionist.Polypane.locale.en-US.yaml @@ -14,7 +14,7 @@ License: Proprietary LicenseUrl: https://polypane.app/legal Copyright: Copyright © 2022 Firstversionist ShortDescription: The browser for ambitious developers. -Moniker: polyplane +Moniker: polypane ReleaseNotes: |- **Polypane 29** Polypane 29 introduces a redesigned panel UI that feels more familiar, a new network panel for inspecting requests, a new snippet store for discovering and installing snippets, and a custom selectors overview in the outline panel, plus many other improvements and fixes. [Full release notes](https://polypane.app/blog/polypane-29-new-network-panel-snippet-store-and-chromium-148/) diff --git a/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.installer.yaml b/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.installer.yaml new file mode 100644 index 000000000000..8d918ba0d327 --- /dev/null +++ b/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: floatpane.matcha +PackageVersion: 0.39.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-21" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: matcha.exe + PortableCommandAlias: matcha + InstallerUrl: https://github.com/floatpane/matcha/releases/download/v0.39.0/matcha_0.39.0_windows_amd64.zip + InstallerSha256: 0f47b16c3ab9b9f1f09a7775d6eb9626242ae62a8ac78604dfd8fc755ab53302 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: matcha.exe + PortableCommandAlias: matcha + InstallerUrl: https://github.com/floatpane/matcha/releases/download/v0.39.0/matcha_0.39.0_windows_arm64.zip + InstallerSha256: ccefd8b8255b6c8593e25c2fd64c80f1450985f05a757e30a23ec5e7c95feaa5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.locale.en-US.yaml b/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.locale.en-US.yaml new file mode 100644 index 000000000000..6a51b2138642 --- /dev/null +++ b/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.locale.en-US.yaml @@ -0,0 +1,58 @@ +# 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: floatpane.matcha +PackageVersion: 0.39.0 +PackageLocale: en-US +Publisher: floatpane +PublisherUrl: https://matcha.email +PublisherSupportUrl: https://github.com/floatpane/matcha/issues +PackageName: matcha +PackageUrl: https://matcha.email +License: MIT +ShortDescription: A beautiful and functional email client for your terminal. +Description: | + A beautiful and functional email client for your terminal, built with Go and the charming Bubble Tea TUI library. + Never leave your command line to check your inbox or send an email again! +Moniker: matcha +Tags: + - email + - terminal + - tui +ReleaseNotes: | + + + ## What's Changed + ### New Features + * feat: in-memory LRU email body cache by @mavonx in https://github.com/floatpane/matcha/pull/1281 + * feat(inbox): add detailed dates by @FromSi in https://github.com/floatpane/matcha/pull/1295 + * feat: prevent auto read and mark unread by @andrinoff in https://github.com/floatpane/matcha/pull/1298 + * feat(cli): add log verbosity flags by @mvanhorn in https://github.com/floatpane/matcha/pull/1311 + ### Bug Fixes + * ci: correct nix pr bump by @andrinoff in https://github.com/floatpane/matcha/pull/1294 + * fix(clib): escape markdown fallback by @FromSi in https://github.com/floatpane/matcha/pull/1290 + * fix: mailing-list addresses in a slice by @mvanhorn in https://github.com/floatpane/matcha/pull/1277 + * test: check daemon unmarshal errors by @mturac in https://github.com/floatpane/matcha/pull/1296 + * fix: SMTP HELO hostname by @nanookclaw in https://github.com/floatpane/matcha/pull/1284 + * fix(reply): use send-as envelope by @FromSi in https://github.com/floatpane/matcha/pull/1279 + * fix: Ghostty image hyperlink bug by @andrinoff in https://github.com/floatpane/matcha/pull/1297 + * fix(composer): validate recipients by @FromSi in https://github.com/floatpane/matcha/pull/1310 + * fix: close split view by @andrinoff in https://github.com/floatpane/matcha/pull/1315 + * fix(pop3): wrap underlying errors by @mvanhorn in https://github.com/floatpane/matcha/pull/1320 + * fix(i18n): wrap parse error cause by @resolvicomai in https://github.com/floatpane/matcha/pull/1319 + * fix: keep empty part path by @resolvicomai in https://github.com/floatpane/matcha/pull/1321 + ### Documentation + * docs: update feature screenshots by @floatpanebot in https://github.com/floatpane/matcha/pull/1289 + * docs: update demo.gif by @floatpanebot in https://github.com/floatpane/matcha/pull/1288 + ### Chores + * chore: sync gomod2nix.toml by @floatpanebot in https://github.com/floatpane/matcha/pull/1287 + * chore: update flake.lock by @floatpanebot in https://github.com/floatpane/matcha/pull/1286 + ### Other Changes + * fix(sender): handle qp errors by @resolvicomai in https://github.com/floatpane/matcha/pull/1318 + + ## New Contributors + * @mturac made their first contribution in https://github.com/floatpane/matcha/pull/1296 + * @resolvicomai made their first contribution in https://github.com/floatpane/matcha/pull/1318 + + **Full Changelog**: https://github.com/floatpane/matcha/compare/v0.38.0...v0.39.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.yaml b/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.yaml new file mode 100644 index 000000000000..d49914fa6dd7 --- /dev/null +++ b/manifests/f/floatpane/matcha/0.39.0/floatpane.matcha.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: floatpane.matcha +PackageVersion: 0.39.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.installer.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.installer.yaml new file mode 100644 index 000000000000..b43e9948efe4 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.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: GitHub.Copilot.Prerelease +PackageVersion: v1.0.52-2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.52-2/copilot-win32-x64.zip + InstallerSha256: 0BB20620A5A66358E57089FAE30D9212C9252CFBF152DCEE8693214CF064B5FF +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.52-2/copilot-win32-arm64.zip + InstallerSha256: 87B1BE43292F3C517CCFDE4C700A1127BF0DB2C77CAABF38651560DDEC245C73 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-22 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.locale.en-US.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.locale.en-US.yaml new file mode 100644 index 000000000000..4661917efe42 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.52-2 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI (Preview) +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot-prerelease +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.52-2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.yaml new file mode 100644 index 000000000000..ac915f66cbf7 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.52-2/GitHub.Copilot.Prerelease.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.52-2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.installer.yaml b/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.installer.yaml index da6b07bc870e..916afaf34805 100644 --- a/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.installer.yaml +++ b/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Created with YamlCreate.ps1 v2.7.2 $debug=AUSU.CRLF.7-5-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: GiulioSorrentino.WinDateFrom @@ -7,14 +7,15 @@ InstallerType: wix Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 -ProductCode: '{A2941143-09E9-45AD-8017-0DB4298D90D4}' +ReleaseDate: 2026-04-21 Installers: - Architecture: x64 InstallerUrl: https://github.com/GiulianoSpaghetti/WinDateFrom.avalonia/releases/download/6.0.1/WinDateFrom.Avalonia-6.0.1.1-amd64.msi - InstallerSha256: 8D5F0B8E4F76836975FCABE1EFA5A58DF0B692666FACE2F359F8D8C54046AE04 + InstallerSha256: E1FF6E48C20EB549B6D9BC19023BB67CEB848364EC046F1AFE464E7784360B1A + ProductCode: '{A2941143-09E9-45AD-8017-0DB4298D90D4}' - Architecture: arm64 InstallerUrl: https://github.com/GiulianoSpaghetti/WinDateFrom.avalonia/releases/download/6.0.1/WinDateFrom.Avalonia-6.0.1.1-arm64.msi - InstallerSha256: 7B83F2330CBBB6DDB520B779DB64C9298D7174C56E5614333604F72EDE3B47A6 + InstallerSha256: A13EAF1DF13EF7554704AA1CE0E62952095E277A941550DD7163F4EB6D45EA73 + ProductCode: '{A2941143-09E9-45AD-8017-0DB4298D90D4}' ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-04-21 diff --git a/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.locale.en-US.yaml b/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.locale.en-US.yaml index c731ffe46b6b..e1a1d80b7b55 100644 --- a/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Created with YamlCreate.ps1 v2.7.2 $debug=AUSU.CRLF.7-5-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: GiulioSorrentino.WinDateFrom @@ -7,15 +7,22 @@ PackageLocale: en-US Publisher: Giulio Sorrentino PublisherUrl: https://numerone.altervista.org PublisherSupportUrl: https://github.com/numerunix/WinDateFrom.avalonia/issues +# PrivacyUrl: Author: Giulio Sorrentino PackageName: WinDateFrom PackageUrl: https://github.com/numerunix/WinDateFrom.avalonia/releases/download/4.6/WinDateFrom.Avalonia-4.6-amd64.msi License: GPLv3+ LicenseUrl: https://github.com/numerunix/WinDateFrom.avalonia/blob/master/LICENSE.txt Copyright: 2023 Giulio Sorrentino +# CopyrightUrl: ShortDescription: An app for calculating how mutch time passed from an event Description: Questa app mostra quanto tempo è passato da una data ben definita che dovrebbe rappresentare un evento, tipo l'incontro con una persona amata, e mostra quanto tempo è passato da quella data. Se volete approcciare le madame e non le p... vi serve qualcosa in più. Le madame amano essere pensate e ci tengono agli anniversari, ma il logorio della vita moderna fa sì che si scordino il nome delle persone con cui si vogliono vedere col vestito da sposa. Per cui io ho creato un software per appuntare la data ed il nome, poi quano vedete una madama vi segnate la data e poi la seconda volta che la reincontrate, con molta probabilità, molto casualmente le dite "noi due ci siamo già visti il..., mi dici il tuo nome? Oh che bel nome ce lo prendiamo un caffé insieme?" e vedete che è un grandissimo aiuto per fare conquiste. Se avete un computer con NPU potete augurare direttamente col microfono i mesiverari e gli anniversari o corteggiare ricordando il numero di giorni dal primo incontro non dalla prima... con l'IA. +# Moniker: +# Tags: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/GiulianoSpaghetti/WinDateFrom.avalonia/releases/tag/6.0.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/GiulianoSpaghetti/WinDateFrom.avalonia/wiki diff --git a/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.yaml b/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.yaml index 3291ff794255..336ace5452e6 100644 --- a/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.yaml +++ b/manifests/g/GiulioSorrentino/WinDateFrom/6.0.1.1/GiulioSorrentino.WinDateFrom.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.12.8.0 +# Created with YamlCreate.ps1 v2.7.2 $debug=AUSU.CRLF.7-5-5.Win32NT # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: GiulioSorrentino.WinDateFrom diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.installer.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.installer.yaml new file mode 100644 index 000000000000..016c068331b3 --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GlobalRelay.GlobalRelay +PackageVersion: 4.2.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b86e6ee0-6af8-552c-a43a-e5159b27b85f +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.globalrelay.com/windows/auto-update/64/GlobalRelay-4.2.0.3-Setup.exe + InstallerSha256: 67F872859C8BFAFB3454F9AD7851326EBA20A267DBC8DC5E10EB55817502E0AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.locale.en-US.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.locale.en-US.yaml new file mode 100644 index 000000000000..3ee7068304f4 --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GlobalRelay.GlobalRelay +PackageVersion: 4.2.0 +PackageLocale: en-US +Publisher: GlobalRelay +PublisherUrl: https://www.globalrelay.com/ +PublisherSupportUrl: https://community.globalrelay.com/ +PrivacyUrl: https://www.globalrelay.com/policies/online-privacy-policy/ +Author: Global Relay Communications Inc. +PackageName: Global Relay +PackageUrl: https://community.globalrelay.com/help/s/global-relay-message +License: Proprietary +LicenseUrl: https://www.globalrelay.com/policies/master-terms-of-service/ +Copyright: Copyright © 2026 Global Relay Communications Inc. All Rights Reserved. +CopyrightUrl: https://www.globalrelay.com/policies/master-terms-of-service/ +ShortDescription: Collaborate with your colleagues and peers across the finance world +Description: |- + Collaborate with your colleagues and peers across the finance world with Global Relay App, Global Relay’s enterprise messaging platform. + Designed for business and built for compliance, Global Relay App provides counter-party authentication, guaranteed delivery, read receipts and FINRA, GDPR & MiFID2 compliance as part of a unified cloud-based service. +Tags: +- chat +- collaborate +- collaboration +- im +- instant-messaging +- message +- secure +- security +- send +- talk +ReleaseNotesUrl: https://community.globalrelay.com/help/s/article/What-s-New-in-Global-Relay-Message-for-Desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.locale.zh-CN.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.locale.zh-CN.yaml new file mode 100644 index 000000000000..b406f581415e --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GlobalRelay.GlobalRelay +PackageVersion: 4.2.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 与金融界的同事和同行展开协作 +Description: |- + 通过 Global Relay 应用程序(Global Relay 的企业级消息平台),与金融界的同事和同行展开协作。 + 该应用专为商业设计,符合合规要求,提供对手方认证、消息必达、已读回执等功能,并满足 FINRA、GDPR 及 MiFID2 等监管要求,所有服务均基于统一云端平台实现。 +Tags: +- 信息 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.yaml b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.yaml new file mode 100644 index 000000000000..90ff9d910d9c --- /dev/null +++ b/manifests/g/GlobalRelay/GlobalRelay/4.2.0/GlobalRelay.GlobalRelay.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GlobalRelay.GlobalRelay +PackageVersion: 4.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 000000000000..e3bb0dcb7d66 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2026.1.2.2 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: deny +ReleaseDate: 2026-05-21 +RequireExplicitUpgrade: true +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://edgedl.me.gvt1.com/android/studio/install/2026.1.2.2/android-studio-quail2-canary2-windows.exe + InstallerSha256: 66F5A43A6E106FAE4310879CBE6900240494C8E1F42CD01E3C5AB2417B7589E3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..b9f998a8f451 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2026.1.2.2 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +Agreements: +- AgreementLabel: Android Software Development Kit License Agreement + AgreementUrl: https://developer.android.com/studio/terms +ReleaseNotesUrl: https://androidstudio.googleblog.com/ +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.yaml new file mode 100644 index 000000000000..85b6e6d8c608 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2026.1.2.2/Google.AndroidStudio.Canary.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2026.1.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.installer.yaml b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.installer.yaml new file mode 100644 index 000000000000..d77add441b37 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.6 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- antigravity +ProductCode: 121a0be4-63bd-531e-acf8-fc3924c7e984 +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.6-5413878570549248/windows-x64/Antigravity-x64.exe + InstallerSha256: 6BE1F449426AD92880E55C49158F3DFD3DBD7BAC050C1A83DE5ABC3C2FEBF4CF +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.6-5413878570549248/windows-arm/Antigravity-arm64.exe + InstallerSha256: 0E68FB5CED0B09560F3424836A1A9CCE207B099F9B1E28948EA1C70D3119C53D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.locale.en-US.yaml b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.locale.en-US.yaml new file mode 100644 index 000000000000..e75c5b8a31b6 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.6 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Experience liftoffwith the next-gen agent platform +Description: |- + Antigravity 2.0 serves as your AI agents' central command center, providing a unified platform to launch, monitor, and orchestrate their activities. Unlike its predecessor, the Agent Manager, Antigravity 2.0 is a standalone application that functions independently of an IDE. + Within this interface, you can orchestrate agents both synchronously and asynchronously to: + - Execute system commands + - Perform file read/write operations + - Conduct web searches + - Integrate with external tools via skills and MCP servers + - Manage subagents + - Interact with Chrome + - Create artifacts / implementation plans + Whether you are performing deep research or building new applications, Antigravity offers a streamlined interface for all types of knowledge work. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.locale.zh-CN.yaml b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.locale.zh-CN.yaml new file mode 100644 index 000000000000..105717cf085f --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.6 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 体验次世代智能体平台,开启飞跃之旅 +Description: |- + Antigravity 2.0 是您 AI 智能体的中央指挥中心,提供了一个统一的平台来启动、监控和编排它们的活动。与前身 Agent Manager 不同,Antigravity 2.0 是一个独立于 IDE 运行的应用程序。 + 通过该界面,您可以同步或异步地编排智能体,以实现以下功能: + - 执行系统命令 + - 进行文件读写操作 + - 开展网页搜索 + - 通过技能(Skills)和 MCP 服务器集成外部工具 + - 管理子智能体(Subagents) + - 与 Chrome 浏览器交互 + - 创建制品(Artifacts)/ 实施计划 + 无论您是进行深入研究还是构建新应用,Antigravity 都能为各类知识型工作提供流线型的操作界面。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.yaml b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.yaml new file mode 100644 index 000000000000..039e36bf60c0 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.6/Google.Antigravity.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.installer.yaml b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.installer.yaml new file mode 100644 index 000000000000..3859a771921c --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gravitational.Teleport +PackageVersion: 18.8.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tbot.exe +- RelativeFilePath: tctl.exe +- RelativeFilePath: tsh.exe +Commands: +- tbot +- tctl +- tsh +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.teleport.dev/teleport-v18.8.2-windows-amd64-bin.zip + InstallerSha256: 25FE9C2DE02CE225F7A090CAA484EA02DE55C4A4192FDD8F7D9862ED058E5908 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.locale.en-US.yaml b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.locale.en-US.yaml new file mode 100644 index 000000000000..49faa87d63bb --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gravitational.Teleport +PackageVersion: 18.8.2 +PackageLocale: en-US +Publisher: Gravitational, Inc. +Author: Gravitational, Inc. +PackageName: Teleport +License: AGPL-3.0 +LicenseUrl: https://github.com/gravitational/teleport/blob/HEAD/LICENSE +Copyright: © 2026 Gravitational Inc.; all rights reserved. +ShortDescription: Teleport provides connectivity, authentication, access controls and audit for infrastructure. +Description: |- + Teleport includes an identity-aware access proxy, a CA that issues short-lived certificates, a unified access control system and a tunneling system to access resources behind the firewall. + We have implemented Teleport as a single Go binary that integrates with multiple protocols and cloud services: + - SSH nodes. + - Kubernetes clusters + - PostgreSQL, MongoDB, CockroachDB and MySQL databases. + - Internal Web apps. + - Windows Hosts. + - Networked servers. + You can set up Teleport as a Linux daemon or a Kubernetes deployment. + Teleport focuses on best practices for infrastructure security: + - No need to manage shared secrets such as SSH keys or Kubernetes tokens: it uses certificate-based auth with certificate expiration for all protocols. + - Two-factor authentication (2FA) for everything. + - Collaboratively troubleshoot issues through session sharing. + - Single sign-on (SSO) for everything via GitHub Auth, OpenID Connect, or SAML with endpoints like Okta or Microsoft Entra ID. + - Infrastructure introspection: Use Teleport via the CLI or Web UI to view the status of every SSH node, database instance, Kubernetes cluster, or internal web app. + Teleport uses Go crypto. It is fully compatible with OpenSSH, sshd servers, and ssh clients, Kubernetes clusters and more. +ReleaseNotes: |- + - Fixed tsh aws, tsh gcp, tsh azure, and tsh proxy app failing with certificate errors. #66962 + - Fixed a regression introduced in v18.7.6 affecting connectivity to resources via approved just-in-time resource access requests when the cluster is running agents older than v18.7.6. #66933 + - Teleport Connect now remembers recently used clusters after logout. #66781 + - Fixed an issue where Windows desktop LDAP discovery could conflict with dynamic registration causing desktops to be removed from the cluster. #66743 + - Windows desktop controls in Teleport Connect now reside in the status bar in order to allocate more screen real estate to the RDP session. #66726 + Enterprise: + - SCIM-synced access lists will now have a badge displayed next to them in the web UI. + - Fixed access monitoring graph data handling in the Web UI when the amount of results exceeds the display maximum - now hides earlier instead of later data. + - Restricted user traits preserved during a SAML logon to those created by the Okta or SCIM integrations. + - Improved reliability of Okta assignments processing. +ReleaseNotesUrl: https://github.com/gravitational/teleport/releases/tag/v18.8.2 +PurchaseUrl: https://goteleport.com/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://goteleport.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.locale.zh-CN.yaml b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.locale.zh-CN.yaml new file mode 100644 index 000000000000..58207b3b6c8f --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Gravitational.Teleport +PackageVersion: 18.8.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Teleport 提供连接、身份验证、访问控制和审计功能,适用于基础设施。 +Description: |- + Teleport 包含一个具备身份识别能力的访问代理、签发短期证书的 CA(证书颁发机构)、统一的访问控制系统以及穿透防火墙访问资源的隧道系统。 + 我们已将 Teleport 实现为单一 Go 二进制程序,可集成多种协议和云服务: + - SSH 节点 + - Kubernetes 集群 + - PostgreSQL、MongoDB、CockroachDB 和 MySQL 数据库 + - 内部 Web 应用 + - Windows 主机 + - 联网服务器 + 您可以将 Teleport 部署为 Linux 守护进程或 Kubernetes 应用。 + Teleport 专注于基础设施安全的最佳实践: + - 无需管理 SSH 密钥或 Kubernetes 令牌等共享密钥:所有协议均采用带过期时间的证书认证 + - 全面支持双因素认证(2FA) + - 通过会话共享协作排查问题 + - 通过 GitHub 认证、OpenID Connect 或与 Okta/Microsoft Entra ID 等端点对接的 SAML 实现统一单点登录(SSO) + - 基础设施可视化:通过 CLI 或 Web 界面查看每个 SSH 节点、数据库实例、Kubernetes 集群或内部 Web 应用的状态 + Teleport 采用 Go 加密库,完全兼容 OpenSSH、sshd 服务器、ssh 客户端、Kubernetes 集群等系统。 +ReleaseNotesUrl: https://github.com/gravitational/teleport/releases/tag/v18.8.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://goteleport.com/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.yaml b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.yaml new file mode 100644 index 000000000000..e4c12d012d73 --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.8.2/Gravitational.Teleport.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gravitational.Teleport +PackageVersion: 18.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.installer.yaml b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.installer.yaml new file mode 100644 index 000000000000..1251a10ea642 --- /dev/null +++ b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gravitational.TeleportConnect +PackageVersion: 18.8.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- teleport +ProductCode: 22539266-67e8-54a3-83b9-dfdca7b33ee1 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.teleport.dev/Teleport%20Connect%20Setup-18.8.2.exe + InstallerSha256: 45504165636582024467C1651E21CD9DD2849157E375BE60A15C43E1DCCC3601 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.locale.en-US.yaml b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.locale.en-US.yaml new file mode 100644 index 000000000000..ead093204a37 --- /dev/null +++ b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gravitational.TeleportConnect +PackageVersion: 18.8.2 +PackageLocale: en-US +Publisher: Gravitational, Inc. +Author: Gravitational, Inc. +PackageName: Teleport Connect +License: Proprietary +Copyright: © 2026 Gravitational Inc.; all rights reserved. +ShortDescription: Teleport Connect provides easy and secure access to SSH servers, databases, applications, Windows desktops, and Kubernetes clusters. +ReleaseNotes: |- + - Fixed tsh aws, tsh gcp, tsh azure, and tsh proxy app failing with certificate errors. #66962 + - Fixed a regression introduced in v18.7.6 affecting connectivity to resources via approved just-in-time resource access requests when the cluster is running agents older than v18.7.6. #66933 + - Teleport Connect now remembers recently used clusters after logout. #66781 + - Fixed an issue where Windows desktop LDAP discovery could conflict with dynamic registration causing desktops to be removed from the cluster. #66743 + - Windows desktop controls in Teleport Connect now reside in the status bar in order to allocate more screen real estate to the RDP session. #66726 + Enterprise: + - SCIM-synced access lists will now have a badge displayed next to them in the web UI. + - Fixed access monitoring graph data handling in the Web UI when the amount of results exceeds the display maximum - now hides earlier instead of later data. + - Restricted user traits preserved during a SAML logon to those created by the Okta or SCIM integrations. + - Improved reliability of Okta assignments processing. +PurchaseUrl: https://goteleport.com/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://goteleport.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.locale.zh-CN.yaml b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.locale.zh-CN.yaml new file mode 100644 index 000000000000..dee7a21b37b9 --- /dev/null +++ b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Gravitational.TeleportConnect +PackageVersion: 18.8.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Teleport Connect 提供简便且安全的访问方式,可连接 SSH 服务器、数据库、应用程序、Windows 桌面及 Kubernetes 集群。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://goteleport.com/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.yaml b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.yaml new file mode 100644 index 000000000000..5879aaf40719 --- /dev/null +++ b/manifests/g/Gravitational/TeleportConnect/18.8.2/Gravitational.TeleportConnect.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gravitational.TeleportConnect +PackageVersion: 18.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 000000000000..3460924d7d93 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 1.0.4 +InstallerType: portable +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt +Commands: +- terragrunt +ReleaseDate: 2026-05-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v1.0.4/terragrunt_windows_386.exe + InstallerSha256: 9A47C50BD4BB2814CFF3BC867C777F7C5549E645C18D1DF607EA3285BD7553AA +- Architecture: x64 + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v1.0.4/terragrunt_windows_amd64.exe + InstallerSha256: A668F2EA379A5BBD3AB858B4C03AAE84476D6286D3AC54081430E04F1F681C87 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 000000000000..db4591c7a005 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,101 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io/ +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.68.9 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/HEAD/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- IaC +- Infrastructure as Code +- Terraform +- Terraform Wrapper +- terragrunt +ReleaseNotes: |- + 🏎️ Performance Improvements + run_cmd and Git repo-root results memoized without the Provider Cache Server + Within a single command, repeated run_cmd(...) calls and repeated Git repo-root lookups across units used to share their cached results only when the Provider Cache Server was running. Commands invoked without --provider-cache (the common case for find, list, and run --all against estates that do not need provider caching) re-evaluated each run_cmd and re-shelled to git rev-parse --show-toplevel for every unit. + Both caches are now active for every command, so identical run_cmd arguments and repeated repo-root lookups are reused across units regardless of whether the Provider Cache Server is enabled. + fast-copy strict control + With the new fast-copy strict control enabled, Terragrunt compiles each include_in_copy and exclude_from_copy pattern once and evaluates it inline during a single copy walk. This avoids re-walking subdirectories for every pattern, which should result in noticeable speed improvements for large source modules. + terragrunt run plan --strict-control fast-copy + The new matcher does not collapse ** to zero path segments when a neighbor is a wildcard, so a/**/*.tf matches a/sub/main.tf but not a/main.tf. Patterns that relied on the old collapsing behavior should use brace alternation like {*.tf,**/*.tf} to cover both depths. + Fewer git rev-parse invocations on large estates + The get_repo_root() HCL function, the runner, and the find and list discovery commands all ask Git for the enclosing repository root. Previously, two units in the same repository each triggered their own git rev-parse --show-toplevel, even when the answer was identical. On large estates this added up to one fork per unit (and sometimes more) for a value that never changed. + A repository discovered for one working directory is now reused for any other working directory inside it, for the duration of the command. Nested repositories (a checkout vendored inside another) still resolve to their own root. + 🐛 Bug Fixes + --auth-provider-cmd no longer runs once per dependency cache directory + Resolving dependency outputs ran the configured --auth-provider-cmd again from inside each .terragrunt-cache working directory, on top of the call already made for the unit. + Terragrunt now reuses the credentials already obtained for the dependency when reading outputs from a cached working directory, so --auth-provider-cmd is invoked once per dependency instead of twice. + Fixed exclude block being dropped when defined only in an included parent + A unit that pulled in an exclude block from an include that did not declare its own exclude block saw the include's exclude configurations ignored. + Included exclude blocks now get properly merged into unit configurations. + Reported in #5089. Thanks to @HeikoNeblung for contributing this fix! + Fixed terragrunt find --include failing on relative include paths + Running terragrunt find --include against units whose include blocks reference parent configs with relative paths (../root.hcl, ./common.hcl, bare filenames, etc.) emitted errors like Rel: can't make ../root.hcl relative to /abs/working-dir and dropped those entries from the output. + Relative include paths are now resolved against the unit's directory before being made relative to the working directory, matching how the rest of Terragrunt interprets the path attribute on an include block. + find and list no longer hard-fail when a path cannot be made relative to its base. The condition is logged as a warning and the path is emitted as-is, so output stays complete and the command exits zero. + Tolerate non-JSON warnings in tofu/terraform output -json + Resolving dependency outputs no longer fails when the underlying tofu/terraform output -json invocation prints a deprecation warning to stdout alongside the JSON payload. Terraform 1.15.0 introduced a backend deprecation warning for the S3 dynamodb_table parameter that is emitted on stdout after the JSON object, which broke parsing with errors like invalid character 'W' after top-level value and the misleading downstream message There is no variable named "dependency". + Terragrunt now isolates the first JSON object in the captured stdout, so leading log lines (for example, the long-standing AWS Client Side Monitoring Enabling CSM line) and trailing warning blocks are both ignored when reading dependency outputs. + Resolves #6001. Thanks to @jpke for contributing this fix! + get_repo_root() returns OS-native separators on Windows + git rev-parse --show-toplevel always emits forward-slash paths, even on Windows. Terragrunt returned that string unchanged from get_repo_root(), so configurations that compared the result against path/filepath-style paths or fed it back into helpers expecting OS-native separators saw spurious mismatches and broken joins on Windows. + The output is now normalized to OS-native separators before being returned, so get_repo_root() produces C:\repo\path on Windows and /repo/path on Linux and macOS. + Reported in #5976. + Hardened module manifest handling + Terragrunt now bounds .terragrunt-module-manifest cleanup to the manifest's own folder, skips paths with symlinked parents, and removes invalid manifests after reading any valid entries. Existing manifests keep the same gob format. + Provider Cache Server now supports custom host blocks + Running terragrunt with the Provider Cache Server enabled against a private registry declared via a host block in .terraformrc (or a file referenced by TF_CLI_CONFIG_FILE) failed with errors such as provider registry.opentofu.org// was not found, because the cache server proxy did not recognize the custom registry and rewrote requests to registry.opentofu.org. + Terragrunt now registers each custom host block with the cache server, seeds its service discovery from the services map so registries that do not serve .well-known/terraform.json still work, and forwards OPENTOFU_NETRC_* / TF_TOKEN_* credentials so authenticated registries continue to authenticate through the proxy. + # .terraformrc + host "registry.example.com" { + services = { + "providers.v1" = "https://registry.example.com/repository/terraform-hosted/v1/providers/" + } + } + Resolves #5916. Thanks to @elkh510 for contributing this fix! + 🧪 Experiments Updated + stack-dependencies — Stricter validation and clearer parse errors for autoinclude + Malformed configuration inside an autoinclude block previously produced misleading messages or, in some cases, was silently ignored during stack discovery. + Two changes tighten this up: + - A dependency block inside autoinclude must declare exactly one label. Zero labels (dependency {}) and multiple labels (dependency "a" "b" {}) are now rejected at parse time with a diagnostic that points at the offending block. + - Parse failures encountered while expanding autoinclude files during stack generate, find, and list are surfaced with the underlying HCL diagnostic instead of being swallowed or remapped to a generic discovery error. + Reported in #5980. + cas — Local paths supported as stack component sources + CAS-backed stack generation now accepts a local filesystem path as the source of a consumer stack or unit block, in addition to a remote Git URL. Terragrunt copies the referenced directory into a temporary directory, computes a content-addressed root hash over the copy, and applies the same update_source_with_cas rewriting as the remote flow. The original directory is left untouched. + # live/terragrunt.stack.hcl + stack "service" { + source = "../catalog//stacks/service" + path = "service" + } + This makes a catalog usable against a local checkout under the same update_source_with_cas = true attributes that already work for Git URLs, which is helpful when iterating on a catalog before tagging a release. + See the CAS documentation and Explicit Stacks: Local catalog sources for details. + catalog-redesign — Units and stacks, scaffolded values, and key-binding cleanup + The redesigned terragrunt catalog TUI gains two new component kinds, a guided scaffolding flow for placing them, and a small key-binding cleanup. + Units and stacks join modules and templates + Catalog discovery now classifies units (directories containing a terragrunt.hcl) and stacks (directories containing a terragrunt.stack.hcl) as first-class component kinds, alongside OpenTofu/Terraform modules and boilerplate templates. The list view picks them up automatically and they appear under their own tabs; press tab and shift+tab to cycle. + When more than one classification could apply to the same directory (for example, a stack directory that also contains a unit), Terragrunt resolves it to a single kind under a fixed precedence: template, stack, unit, module. + Copy and scaffolded values + Selecting a unit or stack from the catalog now offers a copy action that materializes the component into your working directory. Terragrunt walks the copied component for values. references and, if it finds any, writes a sibling terragrunt.values.hcl stub. Names referenced outside a try(...) are listed as required with a "TODO" placeholder; names referenced through a try(...) are listed as optional, pre-populated with the literal default from the fallback. An existing terragrunt.values.hcl is left alone. + After the TUI exits, Terragrunt prints a short callout pointing at the directory it wrote to and any follow-up command you need to run, instead of leaving you to find the new directory yourself. + Catalog key bindings + The ctrl+j binding on the catalog list has been removed in favor of enter alone for choosing a focused entry, and dropped from the navigation set used while filtering. The mini help footer is updated to match. + stack-dependencies - Separate filenames for unit vs stack autoincludes + Generated autoinclude files now use distinct filenames depending on the component kind, so tooling (LSP, read_terragrunt_config(), indexers) can identify a file's purpose from its name alone: +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/gruntwork-io/terragrunt/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.yaml new file mode 100644 index 000000000000..d0daafd653aa --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/1.0.4/Gruntwork.Terragrunt.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: Gruntwork.Terragrunt +PackageVersion: 1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.installer.yaml new file mode 100644 index 000000000000..fe1033ba6b99 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9245 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-20 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9245/llama-b9245-bin-win-vulkan-x64.zip + InstallerSha256: F1F6B699D680CD0CFB8A0564837BBB50868A61464039BA8BFFBF76E8AB456A1A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 000000000000..94f78b46f49a --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9245 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + ggml-cuda: tune RDNA3 Q6_K MMVQ nwarps (#23349) + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.1 DLLs + - Windows x64 (Vulkan) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b9245 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.yaml new file mode 100644 index 000000000000..36deb7895f61 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9245/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9245 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.installer.yaml b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.installer.yaml new file mode 100644 index 000000000000..8f43991e3064 --- /dev/null +++ b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hashicorp.Nomad +PackageVersion: 2.0.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: nomad.exe +Commands: +- nomad +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.hashicorp.com/nomad/2.0.2/nomad_2.0.2_windows_amd64.zip + InstallerSha256: 1080879C1F6B99EAF4D86D2FA815E81F64277917F67FB3608E030567019B65D9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.locale.en-US.yaml b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.locale.en-US.yaml new file mode 100644 index 000000000000..77cdc59af23d --- /dev/null +++ b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hashicorp.Nomad +PackageVersion: 2.0.2 +PackageLocale: en-US +Publisher: HashiCorp +PublisherSupportUrl: https://github.com/hashicorp/nomad/issues +Author: HashiCorp, Inc. +PackageName: HashiCorp Nomad +PackageUrl: https://github.com/hashicorp/nomad +License: BUSL-1.1 +LicenseUrl: https://github.com/hashicorp/nomad/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 HashiCorp, Inc. +ShortDescription: An easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. +Description: |- + Nomad is a simple and flexible workload orchestrator to deploy and manage containers (docker, podman), non-containerized applications (executable, Java), and virtual machines (qemu) across on-prem and clouds at scale. + Nomad provides several key features: + - Deploy Containers and Legacy Applications: Nomad’s flexibility as an orchestrator enables an organization to run containers, legacy, and batch applications together on the same infrastructure. Nomad brings core orchestration benefits to legacy applications without needing to containerize via pluggable task drivers. + - Simple & Reliable: Nomad runs as a single binary and is entirely self contained - combining resource management and scheduling into a single system. Nomad does not require any external services for storage or coordination. Nomad automatically handles application, node, and driver failures. Nomad is distributed and resilient, using leader election and state replication to provide high availability in the event of failures. + - Device Plugins & GPU Support: Nomad offers built-in support for GPU workloads such as machine learning (ML) and artificial intelligence (AI). Nomad uses device plugins to automatically detect and utilize resources from hardware devices such as GPU, FPGAs, and TPUs. + - Federation for Multi-Region, Multi-Cloud: Nomad was designed to support infrastructure at a global scale. Nomad supports federation out-of-the-box and can deploy applications across multiple regions and clouds. + - Proven Scalability: Nomad is optimistically concurrent, which increases throughput and reduces latency for workloads. Nomad has been proven to scale to clusters of 10K+ nodes in real-world production environments. + - HashiCorp Ecosystem: Nomad integrates seamlessly with Terraform, Consul, Vault for provisioning, service discovery, and secrets management. +ReleaseNotes: |- + BREAKING CHANGES: + - logging: The allocation logs directory is bind-mounted read-only for task drivers that support with filesystem isolation [GH-27918] + SECURITY: + - dynamic host volumes: Prevent unintended code execution outside the plugin directory (CVE-2026-7474) [GH-27919] + - logging: Protect logging FIFO from symlink swap attacks (CVE-2026-6959) [GH-27918] + - sentinel: require sentinel-override ACL capability for overriding soft-mandatory policies on volumes + - ui: Upgraded Ember to 6.10 [GH-27674] + IMPROVEMENTS: + - acl: Downscoped AllowClientOp to node pool [GH-27718] + - api: Add "latest" flag for tagging the latest version of a job [GH-27764] + - build: Update Go toolchain to 1.26.3 [GH-27924] + - cli: Added retry for nomad job run monitoring [GH-27887] + - cli: Automatically expand nomad exec -it to -i -t [GH-27906] + - cli: job plan now propagates -hcl2-strict=false into the suggested nomad job run -check-index invocation when the user passed it on the plan command line [GH-23656] + - cli: add monitoring and verbose option to job dispatch [GH-27541] + - drivers: include volume RequestName within mount config information if available [GH-27710] + - scheduler: Add a configuration field for the number of nodes that the scheduler considers when spread or affinity is in use. This can improve scheduler performance for some cluster shapes. [GH-27650] + - server: RPC dial timeout is configurable [GH-27862] + - services: warn on job submit when job has services but no shutdown_delay [GH-27782] + BUG FIXES: + - acl: fix rpc permission denied error when using node_pool="all" [GH-27973] + - api: Fix a bug where the Create Job, Update Job, and Scale Job APIs could fail to respect EnforceIndex under concurrent requests [GH-27832] + - core: avoid setting job to dead while waiting for allocations to reschedule [GH-27852] + - csi: improve check of StagePublishBaseDir being subdirectory of MountDir [GH-27717] + - deployments: reset ProgressDeadline after pausing and do not fail while paused [GH-27804] + - drivers: kill plugin instance on dispense failure [GH-27711] + - plugins: Fixed a bug where plugin clients would continuously leak file descriptors when the agent was restarted [GH-27885] + - scheduler: Fixed a bug where preemption of allocations by tasks that require devices could incorrectly fail placement [GH-27880] + - ui: Fixed a bug where the evaluation detail panel would render improperly [GH-27987] +ReleaseNotesUrl: https://github.com/hashicorp/nomad/releases/tag/v2.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.locale.zh-CN.yaml b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.locale.zh-CN.yaml new file mode 100644 index 000000000000..0b6e183be457 --- /dev/null +++ b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hashicorp.Nomad +PackageVersion: 2.0.2 +PackageLocale: zh-CN +ShortDescription: 一个易于使用、灵活且高性能的工作负载编排器,能够部署微服务、批处理、容器化及非容器化应用的混合组合。 +Description: |- + Nomad 是一款简洁灵活的工作负载编排工具,可大规模跨本地环境与云端部署管理容器(Docker、Podman)、非容器化应用(可执行文件、Java)及虚拟机(QEMU)。 + 其核心特性包括: + - 混合部署能力:作为编排器,Nomad 的灵活性允许企业在同一基础设施上同时运行容器化应用、传统应用和批处理任务。通过可插拔的任务驱动机制,无需容器化改造即可为传统应用提供核心编排优势。 + - 轻量可靠:Nomad 以单体二进制文件运行,集资源管理与调度于一体,无需依赖外部存储或协调服务。具备自动故障处理能力,通过分布式架构、领导者选举和状态复制实现高可用,可应对应用、节点及驱动层面的故障。 + - 硬件加速支持:内置对机器学习(ML)和人工智能(AI)等 GPU 工作负载的原生支持,通过设备插件自动识别并调用 GPU、FPGA 和 TPU 等硬件资源。 + - 多云多区域联邦:专为全球化基础设施设计,开箱即用的联邦功能支持跨多区域、多云平台的应用部署。 + - 生产级扩展性:采用乐观并发机制提升吞吐量并降低延迟,实际生产环境中已验证可支撑万级节点集群。 + - HashiCorp 生态集成:与 Terraform、Consul 和 Vault 无缝协作,实现资源供给、服务发现与密钥管理。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.yaml b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.yaml new file mode 100644 index 000000000000..4dcb7a921df7 --- /dev/null +++ b/manifests/h/Hashicorp/Nomad/2.0.2/Hashicorp.Nomad.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Hashicorp.Nomad +PackageVersion: 2.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.installer.yaml b/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.installer.yaml new file mode 100644 index 000000000000..fc0d25db376f --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.18.0 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayVersion: 1.18.0 +Installers: +- Architecture: x64 + InstallerUrl: https://apt.hubdev.io/v1.18.0/HubDev_1.18.0_Setup.exe + InstallerSha256: DF7890A2B44C543F36829CE274D015A044562B09AEB371FA4BED8B0F36C2763B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.locale.en-US.yaml b/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.locale.en-US.yaml new file mode 100644 index 000000000000..e359ac1dcf35 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.18.0 +PackageLocale: en-US +Publisher: HubDev +PublisherUrl: https://hubdev.io +PackageName: HubDev +License: Proprietary +Copyright: Copyright......... +ShortDescription: Hybrid Development Environment Manager +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.yaml b/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.yaml new file mode 100644 index 000000000000..b0beb03f9257 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.18.0/HubDev.HubDev.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: HubDev.HubDev +PackageVersion: 1.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.installer.yaml b/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.installer.yaml new file mode 100644 index 000000000000..3217dbf08002 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.19.0 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayVersion: 1.19.0 +Installers: +- Architecture: x64 + InstallerUrl: https://apt.hubdev.io/v1.19.0/HubDev_1.19.0_Setup.exe + InstallerSha256: A58CE1F6FDAE662CA27A233C80C1EBF4EAC4C788EAA6BF9EE005269D8502AE98 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.locale.en-US.yaml b/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.locale.en-US.yaml new file mode 100644 index 000000000000..d508ca5ba0f2 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.19.0 +PackageLocale: en-US +Publisher: HubDev +PublisherUrl: https://hubdev.io +PackageName: HubDev +License: Proprietary +Copyright: Copyright......... +ShortDescription: Hybrid Development Environment Manager +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.yaml b/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.yaml new file mode 100644 index 000000000000..1cb48178848b --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.19.0/HubDev.HubDev.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: HubDev.HubDev +PackageVersion: 1.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.installer.yaml b/manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.installer.yaml similarity index 72% rename from manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.installer.yaml rename to manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.installer.yaml index e7e0349034e6..5e067786ec86 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.installer.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.05.14-26cebac +PackageVersion: 2026.05.22-c731d18 InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: Hypixel StudiosHytale Launcher -ReleaseDate: 2026-05-15 +ReleaseDate: 2026-05-22 AppsAndFeaturesEntries: - ProductCode: Hypixel StudiosHytale Launcher InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Hypixel Studios\Hytale Launcher' Installers: - Architecture: x64 - InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.05.14-26cebac.exe - InstallerSha256: 0E1F96DFD54753D9A542F7C15592A850F6AE107EB3B3E1F86914F64FFB1EDD82 + InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.05.22-c731d18.exe + InstallerSha256: 26530A403A7167E1F79D32A6A78BDAA8068702D8E319A8F2A1FBC4F11EE3938F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.locale.en-US.yaml b/manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.locale.en-US.yaml similarity index 96% rename from manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.locale.en-US.yaml rename to manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.locale.en-US.yaml index 2a778b1616ce..18e6fd30937f 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.locale.en-US.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.05.14-26cebac +PackageVersion: 2026.05.22-c731d18 PackageLocale: en-US Publisher: Hypixel Studios Canada inc. PublisherUrl: https://hytale.com/ diff --git a/manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.yaml b/manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.yaml similarity index 84% rename from manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.yaml rename to manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.yaml index f2b0d5883a3c..a216e7afaab7 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.05.14-26cebac/HypixelStudios.Hytale.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.05.22-c731d18/HypixelStudios.Hytale.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.05.14-26cebac +PackageVersion: 2026.05.22-c731d18 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.installer.yaml b/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.installer.yaml new file mode 100644 index 000000000000..284055defd5c --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.installer.yaml @@ -0,0 +1,27 @@ +# 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: Insomnia.Insomnia +PackageVersion: 12.6.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: insomnia +ReleaseDate: 2026-05-22 +AppsAndFeaturesEntries: +- ProductCode: insomnia +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\insomnia' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kong/insomnia/releases/download/core@12.6.0/Insomnia.Core-12.6.0.exe + InstallerSha256: BEC143ADC50FCC78A838641AF6593F585874856629FB5F1B8A6B62BE058BE714 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.locale.en-US.yaml b/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.locale.en-US.yaml new file mode 100644 index 000000000000..fa3f6544b026 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.locale.en-US.yaml @@ -0,0 +1,25 @@ +# 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: Insomnia.Insomnia +PackageVersion: 12.6.0 +PackageLocale: en-US +Publisher: Kong +PublisherUrl: https://github.com/Kong/insomnia +PublisherSupportUrl: https://github.com/Kong/insomnia/issues +Author: Kong +PackageName: Insomnia +PackageUrl: https://insomnia.rest/ +License: Apache-2.0 +LicenseUrl: https://github.com/Kong/insomnia/blob/HEAD/LICENSE +Copyright: Copyright (c) Insomnia REST Client +CopyrightUrl: https://raw.githubusercontent.com/Kong/insomnia/develop/LICENSE +ShortDescription: The Desktop API client for REST and GraphQL. Make requests, inspect responses. +Moniker: insomnia +Tags: +- insomnia +- insomnia-core +ReleaseNotes: 'Full Changelog: https://github.com/Kong/insomnia/compare/core@12.6.0-beta.0...core@12.6.0' +ReleaseNotesUrl: https://github.com/Kong/insomnia/releases/tag/core@12.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.yaml b/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.yaml new file mode 100644 index 000000000000..a978d462bea2 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/12.6.0/Insomnia.Insomnia.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: Insomnia.Insomnia +PackageVersion: 12.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.installer.yaml b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.installer.yaml new file mode 100644 index 000000000000..5125b466ef3f --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.11.3 +InstallerType: inno +Scope: machine +Protocols: +- hcks +ProductCode: '{6BD03139-BBF4-44E0-ABA3-6D0461958CEC}_is1' +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://s3-eu-west-1.amazonaws.com/hackolade/previous/v8.11.3/Hackolade-win64-setup-signed.exe + InstallerSha256: 60C8BAB9035A195BE572C2D2E1FB46C6FFFAEAFC867E1F652682369D6223C1C0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.locale.en-US.yaml b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.locale.en-US.yaml new file mode 100644 index 000000000000..b5a1aa705a07 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.11.3 +PackageLocale: en-US +Publisher: Hackolade +PublisherUrl: https://hackolade.com/ +PublisherSupportUrl: https://hackolade.com/help/index.html +PrivacyUrl: https://hackolade.com/privacy.html +Author: IntegrIT SA/NV +PackageName: Hackolade +PackageUrl: https://hackolade.com/download.html +License: Proprietary +LicenseUrl: https://hackolade.com/eulas.html +Copyright: Copyright © 2016-2026 Hackolade. All rights reserved. +CopyrightUrl: https://hackolade.com/eulas.html +ShortDescription: Polyglot Data Modeling for SQL and NoSQL databases, APIs, and storage formats +Description: |- + Hackolade Studio is an intuitive yet powerful application to perform the visually data modeling and schema design of many SQL and NoSQL databases, APIS, and storage formats. + Hackolade Studio combines the graphical representation of collections in an Entity Relationship Diagram, with the graphical representation of the JSON Schema definition of each collection in a hierarchical schema view. Together, these graphical representations provide the schema model for data-at-rest and data-in-motion, plus the documentation of that model. The application is specifically designed around the powerful nature of JSON nested sub-objects and denormalization. + The software facilitates the work of, and the dialog between analysts, architects, designers, developers, testers, DBAs, and operators of systems that are based on such technologies. It also can generate schema scripts and documentation in a variety of machine-readable formats (DDLs, JSON Schema, Avro, Parquet, Protobuf, ...) as well as database instances, or human-readable formats such as HTML, Markdown, and PDF reports. + Instead of having to find data structures tacitly described in the application code, the creation of a database model helps to evaluate design options beforehand, think through the implications of different alternatives, and recognize potential hurdles before committing sizable amounts of development effort. A database model helps plan ahead, in order to minimize later rework. In the end, the modeling process accelerates development, increases quality of the application, and reduces execution risks. +Tags: +- database +- db +- modeling +ReleaseNotes: |- + - Tech refresh of ElectronJS (v41.7.0), NodeJS (v24.15.0), Chromium (v146.0.7680.216), V8 engine (v14.6.202.34), and related modules + - Tech refresh: migrated storage from Storage.json to hck.dat + - ERDV: ensured appropriate coordinates for restored relationships + - Object Browser: added safeguard for a potential exception in rendering + - Polyglot: prioritized reference descriptions, if present, over definition descriptions in derived models + - Properties Pane validation: avoided false alert badges for enums and samples + - Workgroup: avoided infinite spinner when pulling remote changes while having unsaved changed on a model opened from remote + - BigQuery, CosmosDB-with-Gremlin-API, CosmosDB-with-Mongo-API, CosmosDB-with-SQL-API, JanusGraph, Neptune-Gremlin,Tinkerpop: updated brace-expansion and ws libraries + - DeltaLake/Databricks: added support for reverse-engineering of columns with reserved names hour, minute, and second + - Snowflake: added support for Hybrid tables + - SQLServer: added support for reverse-engineering the ENCRYPTED WITH clause on table columns +ReleaseNotesUrl: https://hackolade.com/versionInfo/ReadMe.txt +PurchaseUrl: https://hackolade.com/pricing.html +Documentations: +- DocumentLabel: Videos + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: FAQ + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.locale.zh-CN.yaml b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.locale.zh-CN.yaml new file mode 100644 index 000000000000..090b2b2ef4d8 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.11.3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 涵盖 SQL 与 NoSQL 数据库、API 及存储格式的多语言数据建模 +Description: |- + Hackolade Studio 是一款直观而强大的应用程序,用于对多种 SQL 和 NoSQL 数据库、API 及存储格式进行可视化数据建模与模式设计。 + Hackolade Studio 将实体关系图中集合的图形化表示,与层次化模式视图中每个集合的 JSON Schema 定义图形化表示相结合。这些图形化表示共同构成了静态数据和动态数据的模式模型,并附带该模型的文档说明。该应用专门围绕 JSON 嵌套子对象和非规范化的强大特性进行设计。 + 该软件促进了基于此类技术的系统分析师、架构师、设计师、开发人员、测试人员、数据库管理员和运维人员之间的工作协作与对话。它还能生成多种机器可读格式(DDL、JSON Schema、Avro、Parquet、Protobuf 等)的模式脚本和文档,以及数据库实例;同时支持 HTML、Markdown 和 PDF 报告等人可读格式的输出。 + 通过创建数据库模型,用户无需从应用程序代码中隐式推导数据结构,即可预先评估设计方案、深入思考不同替代方案的影响,并在投入大量开发工作前识别潜在障碍。数据库模型有助于提前规划,从而最大限度减少后期返工。最终,建模过程能加速开发进度、提升应用质量并降低实施风险。 +Tags: +- 建模 +- 数据库 +Documentations: +- DocumentLabel: 视频 + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: 常见问题 + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.yaml b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.yaml new file mode 100644 index 000000000000..c5c8a60fe04f --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.11.3/IntegrIT.Hackolade.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.11.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/infisical/infisical/0.43.86/infisical.infisical.installer.yaml b/manifests/i/infisical/infisical/0.43.86/infisical.infisical.installer.yaml new file mode 100644 index 000000000000..2a673f95a546 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.86/infisical.infisical.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.86 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-22" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.86/cli_0.43.86_windows_arm64.zip + InstallerSha256: 9520326f9d5877a9b2eb118756416632c982941c2ac79c90049b8566b7d87a39 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.86/cli_0.43.86_windows_amd64.zip + InstallerSha256: d9570fa47cd2b0d5f2e5be0d89c6767fd4f49367d8db149721c5883d93512491 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.86/infisical.infisical.locale.en-US.yaml b/manifests/i/infisical/infisical/0.43.86/infisical.infisical.locale.en-US.yaml new file mode 100644 index 000000000000..d7041d012a7d --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.86/infisical.infisical.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.86 +PackageLocale: en-US +Publisher: infisical +PackageName: infisical +PackageUrl: https://infisical.com +License: MIT +ShortDescription: The official Infisical CLI +Moniker: infisical +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.86/infisical.infisical.yaml b/manifests/i/infisical/infisical/0.43.86/infisical.infisical.yaml new file mode 100644 index 000000000000..fb3adcf53fb5 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.86/infisical.infisical.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.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.86 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.installer.yaml b/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.installer.yaml new file mode 100644 index 000000000000..3d765bf81f3a --- /dev/null +++ b/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.installer.yaml @@ -0,0 +1,51 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: JRSoftware.InnoSetup.7 +PackageVersion: 7.0.0-beta +MinimumOSVersion: 6.1.0.0 +InstallerType: inno +FileExtensions: +- iss +RepairBehavior: installer +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/jrsoftware/issrc/releases/download/is-7_0_0/innosetup-7.0.0-beta-x64.exe + InstallerSha256: bc8e6f13af0f912b5384bbc7068df30cfe3a57bb5f0f5ab3eaa89675629ec797 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: Inno Setup 7_is1 + AppsAndFeaturesEntries: + - DisplayName: Inno Setup version 7.0.0-beta + ProductCode: Inno Setup 7_is1 +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/jrsoftware/issrc/releases/download/is-7_0_0/innosetup-7.0.0-beta-x64.exe + InstallerSha256: bc8e6f13af0f912b5384bbc7068df30cfe3a57bb5f0f5ab3eaa89675629ec797 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: Inno Setup 7_is1 + AppsAndFeaturesEntries: + - DisplayName: Inno Setup version 7.0.0-beta + ProductCode: Inno Setup 7_is1 +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/jrsoftware/issrc/releases/download/is-7_0_0/innosetup-7.0.0-beta-x86.exe + InstallerSha256: 4eaface3ada21af8985d1b4be21c0b2ed68d317e42416f20237c63fc82a3b066 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: Inno Setup 7 (32-bit)_is1 + AppsAndFeaturesEntries: + - DisplayName: Inno Setup version 7.0.0-beta (32-bit) + ProductCode: Inno Setup 7 (32-bit)_is1 +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/jrsoftware/issrc/releases/download/is-7_0_0/innosetup-7.0.0-beta-x86.exe + InstallerSha256: 4eaface3ada21af8985d1b4be21c0b2ed68d317e42416f20237c63fc82a3b066 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: Inno Setup 7 (32-bit)_is1 + AppsAndFeaturesEntries: + - DisplayName: Inno Setup version 7.0.0-beta (32-bit) + ProductCode: Inno Setup 7 (32-bit)_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.locale.en-US.yaml b/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.locale.en-US.yaml new file mode 100644 index 000000000000..a512f716f448 --- /dev/null +++ b/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.locale.en-US.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: JRSoftware.InnoSetup.7 +PackageVersion: 7.0.0-beta +PackageLocale: en-US +Publisher: jrsoftware.org +# PublisherUrl: +# PublisherSupportUrl: +PrivacyUrl: https://jrsoftware.org/isorder-privacy.php +Author: Jordan Russell and Martijn Laan +PackageName: Inno Setup 7 +PackageUrl: https://jrsoftware.org/isinfo.php +License: Inno Setup License +LicenseUrl: https://jrsoftware.org/files/is/license.txt +Copyright: |- + Copyright (C) 1997-2026 Jordan Russell. All rights reserved. + Portions Copyright (C) 2000-2026 Martijn Laan. All rights reserved. +# CopyrightUrl: +ShortDescription: > + Inno Setup is an open-source installation builder for Windows applications. + Since its introduction in 1997, Inno Setup has been trusted by developers and + organizations of all sizes to reliably deploy software to millions of PCs + worldwide. +# Description: +# Moniker: +Tags: +- inno +- setup +# ReleaseNotes: +ReleaseNotesUrl: https://jrsoftware.org/files/is7-whatsnew.htm#:~:text=7.0.0-beta +PurchaseUrl: https://jrsoftware.org/isorder.php +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.yaml b/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.yaml new file mode 100644 index 000000000000..824af3a3e16f --- /dev/null +++ b/manifests/j/JRSoftware/InnoSetup/7/7.0.0-beta/JRSoftware.InnoSetup.7.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: JRSoftware.InnoSetup.7 +PackageVersion: 7.0.0-beta +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.installer.yaml new file mode 100644 index 000000000000..cc25846ff9a3 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 262.6228.43 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ProductCode: JetBrains Rider 262.6228.43 +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.2-EAP3-262.6228.43.Checked.exe + InstallerSha256: 147959D92A28520D78E926A71F65939960E636A1834844BA8095F80F2037DA73 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.2-EAP3-262.6228.43.Checked.exe + InstallerSha256: 147959D92A28520D78E926A71F65939960E636A1834844BA8095F80F2037DA73 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.2-EAP3-262.6228.43.Checked-aarch64.exe + InstallerSha256: A5FF53047353EB4CAF026F54FB105455A29EDD827BA6BF153D0EB0E9A3591BEC +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2026.2-EAP3-262.6228.43.Checked-aarch64.exe + InstallerSha256: A5FF53047353EB4CAF026F54FB105455A29EDD827BA6BF153D0EB0E9A3591BEC + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.locale.en-US.yaml new file mode 100644 index 000000000000..bff43ce7763f --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 262.6228.43 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Rider (EAP) +PackageUrl: https://www.jetbrains.com/rider/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: Fast & powerful cross-platform .NET IDE +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux +Tags: +- .net +- asp.net +- c# +- code +- coding +- develop +- development +- dotnet +- ide +- programming +- unity +- xamarin +ReleaseNotes: |- + Rider 2026.2 EAP 3 is out with the following changes: + - New AI agent skill to reduce token use for test generation + - The ability to preview suggested code changes + - Project templates for Godot and CMake + - Improved experience in the NuGet tool window + - Backend memory usage improvements + For more information please see our blog post. + For the full list of resolved issues and improvements, please refer to the release notes. +ReleaseNotesUrl: https://www.jetbrains.com/rider/whatsnew/ +Documentations: +- DocumentLabel: Learning Rider + DocumentUrl: https://www.jetbrains.com/rider/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.locale.zh-CN.yaml new file mode 100644 index 000000000000..65994ffe0958 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 262.6228.43 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageName: JetBrains Rider(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/rider/nextversion/ +License: 免费软件 +ShortDescription: 快速且强大的跨平台 .NET IDE +Description: 在 Windows、Mac 和 Linux 上开发 .NET、ASP.NET、.NET Core、Xamarin 或 Unity 应用程序 +Tags: +- .net +- asp.net +- c# +- dotnet +- unity +- xamarin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/rider/whatsnew/ +Documentations: +- DocumentLabel: 学习 Rider + DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.yaml new file mode 100644 index 000000000000..719f73b62cb6 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/262.6228.43/JetBrains.Rider.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.Rider.EAP +PackageVersion: 262.6228.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.installer.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.installer.yaml deleted file mode 100644 index 111284168667..000000000000 --- a/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.installer.yaml +++ /dev/null @@ -1,22 +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: JustinNguyen.YTDown -PackageVersion: 2026.5.9.4 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -ProductCode: YTDownYTDown -ReleaseDate: 2026-05-09 -AppsAndFeaturesEntries: -- Publisher: YTDown - DisplayVersion: 2026.4.13 - ProductCode: YTDownYTDown -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\YTDown\YTDown' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/JustinNguyen9979/YTDown/releases/download/2026.5.9.4/YTDown-2026.5.9.4-Windows-Setup.exe - InstallerSha256: 6044167016F019B839BD738AB8A6D7363DCC7CBD1482781FC74422D1F4BA8750 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.locale.en-US.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.locale.en-US.yaml deleted file mode 100644 index 8a9ed6a3c378..000000000000 --- a/manifests/j/JustinNguyen/YTDown/2026.5.9.4/JustinNguyen.YTDown.locale.en-US.yaml +++ /dev/null @@ -1,18 +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: JustinNguyen.YTDown -PackageVersion: 2026.5.9.4 -PackageLocale: en-US -Publisher: JustinNguyen -PublisherUrl: https://github.com/JustinNguyen9979 -PublisherSupportUrl: https://github.com/JustinNguyen9979/YTDown/issues -PackageName: YTDown -PackageUrl: https://github.com/JustinNguyen9979/YTDown -License: MIT -Copyright: Copyright © 2026 -ShortDescription: A cross-platform video and media downloader -ReleaseNotes: 'Full Changelog: 2026.4.25...2026.5.9.4' -ReleaseNotesUrl: https://github.com/JustinNguyen9979/YTDown/releases/tag/2026.5.9.4 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.5.13/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.5.13/jdx.mise.installer.yaml new file mode 100644 index 000000000000..dc225a337ca0 --- /dev/null +++ b/manifests/j/jdx/mise/2026.5.13/jdx.mise.installer.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.5.13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe + PortableCommandAlias: mise-shim +- RelativeFilePath: mise/bin/mise.exe + PortableCommandAlias: mise +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.5.13/mise-v2026.5.13-windows-x64.zip + InstallerSha256: E6FCF5F3E3816BE9DC78BC4684C53D278ECB35783A59B5ADE06170C0496EB11F +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.5.13/mise-v2026.5.13-windows-arm64.zip + InstallerSha256: 8022C4D4B62027773B7DC42E0AB07E1ABA3CD4E8105167C30A665DEF28557A32 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.5.13/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.5.13/jdx.mise.locale.en-US.yaml new file mode 100644 index 000000000000..b8275cd212dc --- /dev/null +++ b/manifests/j/jdx/mise/2026.5.13/jdx.mise.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.5.13 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://en.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.en.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Jeff Dickey +CopyrightUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Your dev env, already prepped. +Description: Your dev env, already prepped. One tool to manage languages, env vars, and tasks per project, reproducibly. +Moniker: mise +Tags: +- cli +- dev-tool +- env +- environment +- task +ReleaseNotes: |- + A focused release that tightens npm install safety by default, removes network calls from shell completion generation, and fixes asset picking so primary release binaries beat related sub-archives. + Added + - (npm) The npm backend now passes --ignore-scripts=true by default when installing through npm, and no longer adds Bun's --trust flag automatically. npm_args and bun_args remain the user escape hatches and are appended after the defaults, so you can opt back in per tool (#9913 by @risu729): + [tools] + # opt back into npm lifecycle scripts for one tool + "npm:some-tool" = { version = "latest", npm_args = "--ignore-scripts=false" } + # opt into Bun's broad install-time script trust + "npm:other-tool" = { version = "latest", bun_args = "--trust" } + For dependency build approvals, prefer aube or pnpm with --allow-build=; see the refreshed npm backend docs. + + Fixed + - (completion) mise completion is often invoked on shell init. It no longer refreshes remote version metadata while building the toolset, so slow networks and timeouts don't delay every new shell (#10010 by @sargunv-headway). + - (github) Auto-detection scoring now gives a small bonus to assets whose platform-stripped filename matches the repo/tool name, and treats manylinux* / musllinux* asset names as Linux with the right glibc/musl libc. This fixes installs like opengrep/opengrep, where opengrep-core_linux_aarch64.tar.gz was previously winning over the primary opengrep_* binary. Explicit asset_pattern configuration is unchanged (#10008 by @risu729). + - (shim) Optioned tool aliases (e.g. GitHub tool_alias entries with per-alias asset_pattern / bin_path) are now visible to runtime symlink and shim rebuilds. Previously these alias backends bypassed the global backend cache and could be missed after install, leaving latest symlinks or executable shims unbuilt (#9848 by @risu729). + - (release) The embedded mise-plugins vfox plugin set now includes vfox-groovy, vfox-php, and vfox-scala as fallbacks after the default asdf backend (#9832 by @risu729). + - (doctor) The mise doctor version-check request now uses the regular HTTP client and the configured http_timeout (controllable via MISE_HTTP_TIMEOUT), instead of an unconfigurable 3s timeout. Timeout error messages now point at the real setting (#9977 by @risu729). + - (config) Tool options coming from the install manifest are tracked as their own source layer, kept below config and inline backend args in precedence, and no longer serialized back out as inline backend args (#9958 by @risu729). + + Changed + - (registry) vector now uses the aqua backend, which has Vector-specific vdev-* release filtering. This avoids resolving stray vdev-* GitHub releases as the latest Vector (#10011 by @jdx). + - (registry) vale now tracks its updated aqua-registry location (#10002 by @eread). + - (dotnet) The .NET backend reads prerelease (and other tool options) through a local typed option reader, with the legacy package-flag fallback preserved (#9962 by @risu729). + + 💚 Sponsor mise + mise is built by @jdx under en.dev — an independent studio making developer tooling (mise, aube, and more). Development is funded by sponsors. + If mise saves you or your team time, please consider sponsoring at en.dev. Individual and company sponsorships keep mise fast, free, and independent. +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.5.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.5.13/jdx.mise.yaml b/manifests/j/jdx/mise/2026.5.13/jdx.mise.yaml new file mode 100644 index 000000000000..88b9a182345e --- /dev/null +++ b/manifests/j/jdx/mise/2026.5.13/jdx.mise.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: jdx.mise +PackageVersion: 2026.5.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Akregator/6.7.40/KDE.Akregator.installer.yaml b/manifests/k/KDE/Akregator/6.7.40/KDE.Akregator.installer.yaml index 3a5c0cb866c1..6c04d818237c 100644 --- a/manifests/k/KDE/Akregator/6.7.40/KDE.Akregator.installer.yaml +++ b/manifests/k/KDE/Akregator/6.7.40/KDE.Akregator.installer.yaml @@ -9,14 +9,14 @@ ProductCode: akregator Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2654-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 30EBBA8120C0C7EEF0CA346EA5BC5F47165664CA8B1ACAB435FBC81E80549508 + InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2664-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 339C64BB9BC70899F475DEE23DCB1B478D5A4B83A9CFBA71E667011BC3254EE3 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2654-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 30EBBA8120C0C7EEF0CA346EA5BC5F47165664CA8B1ACAB435FBC81E80549508 + InstallerUrl: https://cdn.kde.org/ci-builds/pim/akregator/master/windows/akregator-master-2664-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 339C64BB9BC70899F475DEE23DCB1B478D5A4B83A9CFBA71E667011BC3254EE3 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.installer.yaml b/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.installer.yaml new file mode 100644 index 000000000000..5f0c7a7887a3 --- /dev/null +++ b/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-5-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KeepSolid.VPNUnlimited +PackageVersion: 9.5.1 +InstallerType: inno +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://geo.keepsolidcdn.com/soft/vpn/Win/VPN_Unlimited_v9.5.1.exe + InstallerSha256: FD5169997D87A7A8078C41D4D0140CDE73A0B211145512B2AA6B3458D4067C67 + ProductCode: '{DC24521E-872B-41AF-93EA-FE477902D6FB}}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.locale.en-US.yaml b/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.locale.en-US.yaml new file mode 100644 index 000000000000..c70340cc92b7 --- /dev/null +++ b/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-5-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KeepSolid.VPNUnlimited +PackageVersion: 9.5.1 +PackageLocale: en-US +Publisher: KeepSolid Inc. +PublisherUrl: https://www.keepsolid.com +PublisherSupportUrl: https://www.keepsolid.com/contacts +PrivacyUrl: https://www.keepsolid.com/privacy-policy +# Author: +PackageName: VPN Unlimited +PackageUrl: https://www.vpnunlimited.com/downloads/windows +License: Proprietary +LicenseUrl: https://www.keepsolid.com/eua +# Copyright: +# CopyrightUrl: +ShortDescription: VPN Unlimited is a solution that encrypts and reroutes all your internet traffic through VPN servers. +Description: VPN Unlimited is a solution that encrypts and reroutes all your internet traffic through VPN servers. This allows you to protect your online activity from tracking by third parties and helps to bypass geographic restrictions on the web. VPN Unlimited offers 3000+ super-fast VPN servers in 80+ locations worldwide. +# Moniker: +Tags: +- subscription +- vpn +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://www.vpnunlimited.com/order/pickup +# InstallationNotes: +Documentations: + - DocumentLabel: FAQ + DocumentUrl: https://www.vpnunlimited.com/help/faq + - DocumentLabel: Manuals + DocumentUrl: https://www.vpnunlimited.com/help/manuals#to_windows +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.yaml b/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.yaml new file mode 100644 index 000000000000..d5854002021c --- /dev/null +++ b/manifests/k/KeepSolid/VPNUnlimited/9.5.1/KeepSolid.VPNUnlimited.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-5-5.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KeepSolid.VPNUnlimited +PackageVersion: 9.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.installer.yaml b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.installer.yaml new file mode 100644 index 000000000000..3b08c1474e83 --- /dev/null +++ b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kubus.BCFManager.Revit.2026 +PackageVersion: 7.2.7 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2010.x86 + - PackageIdentifier: Microsoft.VCRedist.2010.x64 + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.8 +ProductCode: '{7A68BFAB-3255-42AE-8590-0887625B48AA}' +AppsAndFeaturesEntries: +- UpgradeCode: '{1f33cd02-4f1e-482d-9cd8-f3d2b921e5af}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.bimcollab.com/BCF%20Manager%207.2%20build%207%20RVT2026.msi + InstallerSha256: 29726562C9BF1628EEEF3257BDA9BFC6304E07E330C9B61E7BBDF3A611047716 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.locale.en-US.yaml b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.locale.en-US.yaml new file mode 100644 index 000000000000..314c029050a1 --- /dev/null +++ b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kubus.BCFManager.Revit.2026 +PackageVersion: 7.2.7 +PackageLocale: en-US +Publisher: KUBUS BV +PublisherUrl: https://www.bimcollab.com/ +PublisherSupportUrl: https://helpcenter.bimcollab.com/ +PrivacyUrl: https://www.bimcollab.com/terms-conditions/privacy-policy/ +Author: Kubus B.V. +PackageName: BCF Manager - Revit 2026 +PackageUrl: https://www.bimcollab.com/downloads/ +License: Proprietary +LicenseUrl: https://www.bimcollab.com/terms-conditions/software-license-agreement +Copyright: © 2013-2026 KUBUS BV +CopyrightUrl: https://www.bimcollab.com/terms-conditions/software-license-agreement +ShortDescription: BCF Manager for Revit 2026 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.locale.zh-CN.yaml b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.locale.zh-CN.yaml new file mode 100644 index 000000000000..73adb4eb4524 --- /dev/null +++ b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kubus.BCFManager.Revit.2026 +PackageVersion: 7.2.7 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于 Revit 2026 的 BCF Manager +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.yaml b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.yaml new file mode 100644 index 000000000000..75ed67eb0bb3 --- /dev/null +++ b/manifests/k/Kubus/BCFManager/Revit/2026/7.2.7/Kubus.BCFManager.Revit.2026.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kubus.BCFManager.Revit.2026 +PackageVersion: 7.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.installer.yaml b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.installer.yaml new file mode 100644 index 000000000000..e93c76f969c7 --- /dev/null +++ b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kayapater.VideoDownloader +PackageVersion: 1.6.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + MinimumVersion: 8.0.0 +ProductCode: '{38989DF8-10D3-45FE-BA1F-E8D60525FEE3}' +AppsAndFeaturesEntries: +- DisplayName: Video Downloader + Publisher: kayapater + DisplayVersion: 1.6.1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kayapater/video-downloader/releases/download/v1.6.1/VideoDownloader-v1.6.1-Setup.msi + InstallerSha256: C42D8CF7A1D3D7A40B4F68A366A182C4E5FFF65BEECA3FF9778EEBA6B0222C04 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-21 diff --git a/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.locale.en-US.yaml b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.locale.en-US.yaml new file mode 100644 index 000000000000..86dff68a1f39 --- /dev/null +++ b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.locale.en-US.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: kayapater.VideoDownloader +PackageVersion: 1.6.1 +PackageLocale: en-US +Publisher: kayapater +PublisherUrl: https://github.com/kayapater +PublisherSupportUrl: https://github.com/kayapater/video-downloader/issues +Author: kayapater +PackageName: Video Downloader +PackageUrl: https://github.com/kayapater/video-downloader +License: MIT +LicenseUrl: https://github.com/kayapater/video-downloader/blob/main/LICENSE +Copyright: Copyright (c) 2026 kayapater +CopyrightUrl: https://github.com/kayapater/video-downloader/blob/main/LICENSE +ShortDescription: Professional video downloader for YouTube, Twitter, and Instagram with 4K quality support +Description: |- + Video Downloader is a professional desktop application for downloading videos from YouTube, Twitter, Instagram, and many other platforms. + + Features: + - 4K Ultra HD video downloads (2160p, 1440p, 1080p, 720p, 480p, 360p) + - Multi-platform support (YouTube, Twitter, Instagram, TikTok, Facebook, and 1000+ sites) + - Subtitle downloads in multiple languages + - Audio extraction to MP3 + - Real-time download progress with speed monitoring + - Modern UI with 8 beautiful themes (Light, Dark, Ocean, Forest, Sunset, Purple, Rose, Midnight) + - Multi-language interface (English and Turkish) + - Pause and resume downloads + - Automatic FFmpeg installation and configuration + - Privacy-focused with zero data collection + + Technical: + - Built with .NET 8.0 Windows Forms + - Powered by yt-dlp and FFmpeg + - Automatic dependency management + - Advanced resolution verification with FFprobe +Moniker: video-downloader +Tags: +- video +- downloader +- youtube +- instagram +- twitter +- 4k +- yt-dlp +- ffmpeg +- video-converter +- media-downloader +ReleaseNotesUrl: https://github.com/kayapater/video-downloader/releases/tag/v1.6.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/kayapater/video-downloader/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.locale.tr-TR.yaml b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.locale.tr-TR.yaml new file mode 100644 index 000000000000..643f4393f654 --- /dev/null +++ b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.locale.tr-TR.yaml @@ -0,0 +1,50 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kayapater.VideoDownloader +PackageVersion: 1.6.1 +PackageLocale: tr-TR +Publisher: kayapater +PublisherUrl: https://github.com/kayapater +PublisherSupportUrl: https://github.com/kayapater/video-downloader/issues +Author: kayapater +PackageName: Video İndirici +PackageUrl: https://github.com/kayapater/video-downloader +License: MIT +LicenseUrl: https://github.com/kayapater/video-downloader/blob/main/LICENSE +Copyright: Telif Hakkı (c) 2026 kayapater +CopyrightUrl: https://github.com/kayapater/video-downloader/blob/main/LICENSE +ShortDescription: YouTube, Twitter ve Instagram için 4K kalite desteği ile profesyonel video indirici +Description: |- + Video İndirici, YouTube, Twitter, Instagram ve birçok platformdan video indirmek için profesyonel bir masaüstü uygulamasıdır. + + Özellikler: + - 4K Ultra HD video indirme (2160p, 1440p, 1080p, 720p, 480p, 360p) + - Çoklu platform desteği (YouTube, Twitter, Instagram, TikTok, Facebook ve 1000+ site) + - Çoklu dilde altyazı indirme + - MP3 formatında ses çıkarma + - Hız izleme ile gerçek zamanlı indirme ilerlemesi + - 8 güzel tema ile modern arayüz (Açık, Koyu, Okyanus, Orman, Gün Batımı, Mor, Gül, Gece Mavisi) + - Çok dilli arayüz (İngilizce ve Türkçe) + - İndirmeleri duraklat ve devam ettir + - Otomatik FFmpeg kurulumu ve yapılandırması + - Sıfır veri toplama ile gizlilik odaklı + + Teknik: + - .NET 8.0 Windows Forms ile geliştirildi + - yt-dlp ve FFmpeg destekli + - Otomatik bağımlılık yönetimi + - FFprobe ile gelişmiş çözünürlük doğrulama +Tags: +- video +- indirici +- youtube +- instagram +- twitter +- 4k +- yt-dlp +- ffmpeg +- video-dönüştürücü +- medya-indirici +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.yaml b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.yaml new file mode 100644 index 000000000000..d20eae3379bc --- /dev/null +++ b/manifests/k/kayapater/VideoDownloader/1.6.1/kayapater.VideoDownloader.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: kayapater.VideoDownloader +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.installer.yaml b/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.installer.yaml new file mode 100644 index 000000000000..370827d3680d --- /dev/null +++ b/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.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: kiloscheffer.dbxignore +PackageVersion: 1.0.2 +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dbxignore.exe + PortableCommandAlias: dbxignore + - RelativeFilePath: dbxignorew.exe + PortableCommandAlias: dbxignorew + InstallerUrl: https://github.com/kiloscheffer/dbxignore/releases/download/v1.0.2/dbxignore-windows-x86_64.zip + InstallerSha256: 0262A1B2F66248E986E32ACFA54AC17EBCF00016E48FEF5C359887AB1EC17D99 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-18 diff --git a/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.locale.en-US.yaml b/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.locale.en-US.yaml new file mode 100644 index 000000000000..dce31ef8d156 --- /dev/null +++ b/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kiloscheffer.dbxignore +PackageVersion: 1.0.2 +PackageLocale: en-US +Publisher: Kilo Scheffer +PublisherUrl: https://github.com/kiloscheffer +PublisherSupportUrl: https://github.com/kiloscheffer/dbxignore/issues +Author: Kilo Scheffer +PackageName: dbxignore +PackageUrl: https://github.com/kiloscheffer/dbxignore +License: MIT +LicenseUrl: https://github.com/kiloscheffer/dbxignore/blob/main/LICENSE +Copyright: Copyright (c) 2026 Kilo Scheffer +ShortDescription: Hierarchical .dropboxignore files for Dropbox +Description: dbxignore applies the Dropbox ignore marker to paths that match a .dropboxignore file. .dropboxignore files use gitignore syntax and can be placed in any folder under a Dropbox root; matching paths are excluded from Dropbox sync. Markers are written using NTFS alternate data streams on Windows. +Moniker: dbxignore +Tags: +- cli +- dropbox +- gitignore +- ignore +- sync +ReleaseNotesUrl: https://github.com/kiloscheffer/dbxignore/releases/tag/v1.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.yaml b/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.yaml new file mode 100644 index 000000000000..1a75ae13680c --- /dev/null +++ b/manifests/k/kiloscheffer/dbxignore/1.0.2/kiloscheffer.dbxignore.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: kiloscheffer.dbxignore +PackageVersion: 1.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.installer.yaml b/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.installer.yaml new file mode 100644 index 000000000000..a96499cb0bf3 --- /dev/null +++ b/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.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: krypdoh.MLB-TCKR +PackageVersion: 1.6.5 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/krypdoh/MLB-TCKR/releases/download/v1.6.5/MLB-TCKR-v1.6.5-setup.exe + InstallerSha256: 505F8A2ED997B37F530AFD34135CE012A6F7651C244EA63281CEC77FC84483FA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-22 diff --git a/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.locale.en-US.yaml b/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.locale.en-US.yaml new file mode 100644 index 000000000000..648fc95860de --- /dev/null +++ b/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: krypdoh.MLB-TCKR +PackageVersion: 1.6.5 +PackageLocale: en-US +Publisher: Paul R. Charovkine +PublisherUrl: https://github.com/krypdoh +PublisherSupportUrl: https://github.com/krypdoh/MLB-TCKR/issues +PackageName: MLB-TCKR +PackageUrl: https://github.com/krypdoh/MLB-TCKR +License: AGPL-3.0 +ShortDescription: MLB-TCKR Setup +ReleaseNotesUrl: https://github.com/krypdoh/MLB-TCKR/releases/tag/v1.6.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/krypdoh/MLB-TCKR/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.yaml b/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.yaml new file mode 100644 index 000000000000..2766fc7bfcfd --- /dev/null +++ b/manifests/k/krypdoh/MLB-TCKR/1.6.5/krypdoh.MLB-TCKR.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: krypdoh.MLB-TCKR +PackageVersion: 1.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.installer.yaml index 1bd733c699e8..2c4e77b44424 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.53 +PackageVersion: 1.3.54 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclaw Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: 11AD5887E926B14214F18F6D24A9BB4A38335BD55F280925F9D08EED535CAC68 + InstallerSha256: 75500F6C7A067342E2BBB9D11FD70AD02A7A6DB2DF6195D0E8AB448EE4FEB7B1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.locale.en-US.yaml index a63b43b07895..a2cf7ec6e82e 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.53 +PackageVersion: 1.3.54 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.locale.zh-CN.yaml index 1df5112407a5..ea9232314f45 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.53 +PackageVersion: 1.3.54 PackageLocale: zh-CN PublisherUrl: https://easyclaw.com/zh-cn PrivacyUrl: https://easyclaw.com/zh-cn/privacy diff --git a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.yaml index 903781a0671c..f51a70f68ee4 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.54/Lingbao.EasyClaw.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.53 +PackageVersion: 1.3.54 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.installer.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.installer.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.installer.yaml index d6bf4eb5bdf9..262b73d7488a 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/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.51 +PackageVersion: 1.3.54 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: C7112B966DC4F130EABF24520EA347EA3C47B661C1E66B689D69670E1CBB0305 + InstallerSha256: 4A1987050D96D8A5D0850128A5DA501F8C3FC428D327DF78F763C61416310A97 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.locale.en-US.yaml similarity index 95% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.locale.en-US.yaml index c2772dfa8f98..c71f924e2dea 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/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.51 +PackageVersion: 1.3.54 PackageLocale: en-US Author: Beijing Lingbao Intelligent Technology Co., Ltd. License: Proprietary diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.locale.zh-CN.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.locale.zh-CN.yaml index b965a7fc6725..7b0c14423a1d 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/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.51 +PackageVersion: 1.3.54 PackageLocale: zh-CN Publisher: EasyClaw Team PublisherUrl: https://easyclaw.cn/ diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.54/Lingbao.EasyClaw.CN.yaml index b6625a728d9b..e30abce4ffba 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.51/Lingbao.EasyClaw.CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.54/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.51 +PackageVersion: 1.3.54 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.installer.yaml b/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.installer.yaml new file mode 100644 index 000000000000..964ff2aa767f --- /dev/null +++ b/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.installer.yaml @@ -0,0 +1,26 @@ +# 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: Livebook.Livebook +PackageVersion: 0.19.8 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Silent: /S +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: Livebook +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- Publisher: livebook + ProductCode: Livebook +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Livebook' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/livebook-dev/livebook/releases/download/v0.19.8/Livebook-windows-x64.exe + InstallerSha256: A40C7B705A9BE4FBDA6B70A96D00B77B17639DD097FE98CADF09035794CAE106 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.locale.en-US.yaml b/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.locale.en-US.yaml new file mode 100644 index 000000000000..56d6dc77fb83 --- /dev/null +++ b/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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: Livebook.Livebook +PackageVersion: 0.19.8 +PackageLocale: en-US +Publisher: Livebook +PublisherUrl: https://github.com/livebook-dev +PublisherSupportUrl: https://github.com/livebook-dev/livebook/issues +PackageName: Livebook +PackageUrl: https://github.com/livebook-dev/livebook +License: Apache-2.0 +LicenseUrl: https://github.com/livebook-dev/livebook/blob/HEAD/LICENSE +ShortDescription: Automate code & data workflows with interactive Elixir notebooks +Tags: +- charts +- collaborative +- distributed-computing +- elixir +- liveview +- markdown +- math +- notebooks +- phoenix +- realtime +- visualization +ReleaseNotes: |- + Added + - App folder permalinks (#3190) + Changed + - Made user info available for personal workspaces through Kino.Workspace (#3191) + Removed + - Disabled Teams org creation (#3193) + Fixed + - Upgraded deps with known vulnerabilities (#3192) +ReleaseNotesUrl: https://github.com/livebook-dev/livebook/releases/tag/v0.19.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.yaml b/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.yaml new file mode 100644 index 000000000000..c5a2d76db5d1 --- /dev/null +++ b/manifests/l/Livebook/Livebook/0.19.8/Livebook.Livebook.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: Livebook.Livebook +PackageVersion: 0.19.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 000000000000..fb0df35b991b --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 14.6.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: HardwareMon_is1 +ReleaseDate: 2026-05-22 +AppsAndFeaturesEntries: +- ProductCode: HardwareMon_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v14.6.0/HardwareMonSetup-x64-14.6.0.exe + InstallerSha256: 28E1CD2BD73E003DE2E1132B6C71F830061F3B4AC5109AD09DFF35691C065321 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 000000000000..d07e0ca9ef54 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 14.6.0 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +ReleaseNotes: 'Full Changelog: v14.5.9...v14.6.0' +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v14.6.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 000000000000..6a9fe7a91e18 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.6.0/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 14.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 000000000000..fdc62cefad46 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 14.6.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: HardwareMon_is1 +ReleaseDate: 2026-05-22 +AppsAndFeaturesEntries: +- ProductCode: HardwareMon_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v14.6.2/HardwareMonSetup-x64-14.6.2.exe + InstallerSha256: 1AFBB7F1194FDA9816C8E34AA6DDEA5148C151E547433EED9EEBDFF31D6E43C5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 000000000000..ab485ecd6927 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 14.6.2 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +ReleaseNotes: 'Full Changelog: v14.6.1...v14.6.2' +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v14.6.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 000000000000..823eb5d45cc4 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.6.2/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 14.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.8.38/loonghao.vx.installer.yaml b/manifests/l/loonghao/vx/0.8.38/loonghao.vx.installer.yaml new file mode 100644 index 000000000000..04ed99752e32 --- /dev/null +++ b/manifests/l/loonghao/vx/0.8.38/loonghao.vx.installer.yaml @@ -0,0 +1,25 @@ +# 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: loonghao.vx +PackageVersion: 0.8.38 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vx.exe + PortableCommandAlias: vx +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/loonghao/vx/releases/download/v0.8.38/vx-x86_64-pc-windows-msvc.zip + InstallerSha256: 2DC0B3D5E230D80466218DCDCD4FF453B86C59D4E25116DC9B8B8C353E792085 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.8.38/loonghao.vx.locale.en-US.yaml b/manifests/l/loonghao/vx/0.8.38/loonghao.vx.locale.en-US.yaml new file mode 100644 index 000000000000..bc0c8ab8b018 --- /dev/null +++ b/manifests/l/loonghao/vx/0.8.38/loonghao.vx.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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: loonghao.vx +PackageVersion: 0.8.38 +PackageLocale: en-US +Publisher: loonghao +PublisherUrl: https://github.com/loonghao +PublisherSupportUrl: https://github.com/loonghao/vx/issues +PackageName: vx +PackageUrl: https://github.com/loonghao/vx +License: MIT +LicenseUrl: https://github.com/loonghao/vx/blob/HEAD/LICENSE +ShortDescription: Universal Development Tool Manager +Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest. +Tags: +- cli +- development +- go +- nodejs +- python +- rust +- tool-manager +- version-manager +ReleaseNotes: |- + 0.8.38 (2026-05-22) + Bug Fixes + - avoid msvc repair for unrelated commands (bb6b292) + - deps: update rust crate toon-format to 0.5 (bb23093) + Documentation + - add missing tools (actrun, ctlptl, gws) to documentation (b8cf5ac) + - add missing tools to documentation (da73262) + - fix dead links in docs build (c18fa9b) + - update version to v0.8.37 (149b0ba) + - update version to v0.8.37 in AGENTS.md and README.md (4a323eb) +ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/v0.8.38 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.8.38/loonghao.vx.yaml b/manifests/l/loonghao/vx/0.8.38/loonghao.vx.yaml new file mode 100644 index 000000000000..a70de5073967 --- /dev/null +++ b/manifests/l/loonghao/vx/0.8.38/loonghao.vx.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: loonghao.vx +PackageVersion: 0.8.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.installer.yaml b/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.installer.yaml new file mode 100644 index 000000000000..a87270086230 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.7.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgain.exe +ReleaseDate: 2026-05-22 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.7.1/mp3rgain-v2.7.1-windows-x86_64.zip + InstallerSha256: 6044816729C520B2DBC9A17FE61AAA187AF264E01C5E30749049AD846C14D3DB + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.7.1/mp3rgain-v2.7.1-windows-arm64.zip + InstallerSha256: E2E8DB9FEE86F97BB778874BF57FD5C84A922358AA800A0E204D54881FDF793D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.locale.en-US.yaml new file mode 100644 index 000000000000..d014f1454daf --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.7.1 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgain +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgain adjusts MP3 volume without re-encoding by modifying the global_gain field in each frame's side information. + This preserves audio quality while achieving permanent volume changes. + Features include ReplayGain analysis, AAC/M4A support, and full mp3gain command-line compatibility. +Moniker: mp3rgain +Tags: + - audio + - cli + - flac + - gain + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.yaml b/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.yaml new file mode 100644 index 000000000000..ef37c7072af6 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.7.1/M-Igashi.mp3rgain.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.installer.yaml b/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.installer.yaml new file mode 100644 index 000000000000..cf45ba6fb88e --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.7.8 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/markolo10/convo-releases/releases/download/v1.7.8/convo-setup.exe + InstallerSha256: DE7153B046A62AE4E5E333E9AB4AB4CDBCD2FAA28D2AFB2D76022CC4DDEDE0E3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-22 diff --git a/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.locale.en-US.yaml b/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.locale.en-US.yaml new file mode 100644 index 000000000000..205c589d16f6 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.7.8 +PackageLocale: en-US +Publisher: Markus Kellermann +PublisherUrl: https://itsconvo.com +PublisherSupportUrl: https://github.com/markolo10/convo-releases/issues +PackageName: Convo +PackageUrl: https://itsconvo.com +License: Proprietary +LicenseUrl: https://itsconvo.com/terms +ShortDescription: AI-powered conversation and meeting assistant +Tags: +- ai +- meeting +- productivity +- conversation +- assistant +ReleaseNotesUrl: https://github.com/markolo10/convo-releases/releases/tag/v1.7.8 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/markolo10/convo-releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.yaml b/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.yaml new file mode 100644 index 000000000000..4115254bf395 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.7.8/MarkusKellermann.Convo.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.7.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.installer.yaml b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.installer.yaml old mode 100755 new mode 100644 diff --git a/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.locale.en-US.yaml b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.locale.en-US.yaml old mode 100755 new mode 100644 diff --git a/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.yaml b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.yaml old mode 100755 new mode 100644 diff --git a/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml b/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml index 1f3a4eb10ee2..b16a62f36a48 100644 --- a/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml +++ b/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml @@ -13,9 +13,9 @@ ReleaseDate: 2026-04-25 Installers: - Architecture: x86 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader.exe - InstallerSha256: 067BD3C9F1CCD7422FA91B5D6D8A30BC6866F705004A2F0349CFD8C8F707C986 + InstallerSha256: 7A8BE64D64B67FD353C23912E0C6DB96E4AC401CF5B09BB6ADEF3C7BC5AE020C - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader-x64.exe - InstallerSha256: 33F7CEE264D28CBE4C29CF25A565AB61AC9ED89795D0F1E705434A0161748B0B + InstallerSha256: C5351E021BB72E80EF9370F6F5A6051BBAE2DADA65747312048C9641A1D5D23F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml b/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml index 1d801f8ef11d..0ca073f7dd4d 100644 --- a/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml +++ b/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml @@ -11,9 +11,9 @@ ReleaseDate: 2026-04-25 Installers: - Architecture: x86 InstallerUrl: https://www.mediahuman.com/files/YouTubeToMP3.exe - InstallerSha256: 33BB5BDBFE92D7EB1DA628310DCFB31A0D16AF92FFAACC92D56E3A142C90A16C + InstallerSha256: 12B1E7F9D0A4B6CD80AEB21F3B3B6B89128ADFFA232B6695717DD6E0FDBCF7F8 - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/YouTubeToMP3-x64.exe - InstallerSha256: 07C26D9281393201A3CF7B16BA4485FE87810FD304DCB2CDDC77A44CC8E281C2 + InstallerSha256: 9F68EDB566EE081ED5FEE98D7F71B8A6898BCAA9A83F14354109E7AEBF0A8DA8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.installer.yaml b/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.installer.yaml new file mode 100644 index 000000000000..12b51729f009 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.14.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: apm-windows-x86_64/apm.exe +UpgradeBehavior: install +ReleaseDate: 2026-05-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/apm/releases/download/v0.14.0/apm-windows-x86_64.zip + InstallerSha256: 51E3D439863620EA51E00BAB09DCF22CEB2F8E83A1E70CB0EB50E5A02578F728 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.locale.en-US.yaml b/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.locale.en-US.yaml new file mode 100644 index 000000000000..70b1091790b1 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.14.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/apm +PublisherSupportUrl: https://github.com/microsoft/apm/issues +Author: Microsoft Corporation +PackageName: APM – Agent Package Manager +PackageUrl: https://microsoft.github.io/apm/ +License: MIT +LicenseUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +ShortDescription: The package manager for AI-Native Development. +Description: |- + An open-source, community-driven dependency manager for AI agents. + Think package.json, requirements.txt, or Cargo.toml — but for AI agent configuration. +Moniker: apm +Tags: +- ai-agents +- claude-code +- codex-cli +- context-engineering +- github-copilot +- package-manager +- prompt-engineering +ReleaseNotes: |- + What's Changed + 🔧 Other Changes + - docs: full rewrite -- persona-led ramps + 3-promise narrative by @danielmeppiel in #1252 + - docs: fix all redirect destinations to include /apm base path by @danielmeppiel in #1284 + - fix: marketplace install auth host on *.ghe.com (closes #1285) by @edenfunf in #1292 + - fix(ci): use audit-only pattern to prevent install overwriting tamper (closes #1202) by @sergio-sisternes-epam in #1291 + - fix(policy): layer dependencies.require through extends: org (closes #1201) by @sergio-sisternes-epam in #1290 + - fix: warn when apm.yml is missing but APM artifacts exist (closes #1056) by @sergio-sisternes-epam in #1255 + - fix(build): keep Click command docstrings in release binaries by @edenfunf in #1307 + - fix(audit): drift check skip-with-info on cache miss (closes #1200) by @sergio-sisternes-epam in #1289 + - feat(install): air-gapped / GHE env vars for install.ps1 by @abhinavgautam01 in #1246 + - test(integration): regression trap for *.ghe.com marketplace auth routing (closes #1304) by @edenfunf in #1312 + - feat(marketplace): support multi-profile marketplace outputs by @henrydennis in #1281 + - fix: apm install no longer permanently blocked by policy after lockfile wipe (required-packages-deployed catch-22) by @danielmeppiel in #1313 + - fix: preserve Claude stdio MCP env by @imk1t in #1224 + - feat(marketplace): filter-driven CLI, map-based manifest, JSON output by @danielmeppiel in #1324 + - fix(policy): inherit parent unmanaged_files when child omits block by @abhinavgautam01 in #1248 + - refactor(integration): extract MCPIntegrator.install by @abhinavgautam01 in #1245 + - fix: hint to host-qualify cross-repo on *.ghe.com (closes #1305) by @edenfunf in #1319 + - fix(adapters): route Gemini config through project_root and user_scope by @edenfunf in #1306 + - chore: add pylint R0801 duplicate code guardrail (Phase 0) by @sergio-sisternes-epam in #1320 + - fix(registry): migrate SimpleRegistryClient to MCP Registry v0.1 spec (#1210) by @danielmeppiel in #1337 + - fix: respect targets: whitelist for all runtimes during MCP install by @danielmeppiel in #1336 + - feat(pack,doctor,init): vendor-neutral producer first-run UX by @danielmeppiel in #1362 + - fix: stop writing _apm_source into Claude settings.json by @sergio-sisternes-epam in #1359 + - fix: skip direct GitHub API validation when PROXY_REGISTRY_ONLY is set by @sergio-sisternes-epam in #1357 + - fix: propagate target to intermediate CompilationConfig in single-file path by @sergio-sisternes-epam in #1355 + - fix: resolve hook paths to absolute in settings.json for --target claude by @sergio-sisternes-epam in #1354 + - refactor: eliminate duplicate code blocks (phases 1-3) by @sergio-sisternes-epam in #1360 + - feat(pack): add --check-versions and --check-clean release gates by @danielmeppiel in #1365 + - fix: add --target flag to apm update command by @sergio-sisternes-epam in #1358 + - fix(compile): forward target to watch-mode recompile (closes #1345) by @danielmeppiel in #1349 + - feat: support marketplace notation in apm uninstall by @sergio-sisternes-epam in #1325 + - fix: prefer APM-managed runtimes over system PATH and warn on codex/GitHub Models incompatibility by @sergio-sisternes-epam in #1356 + - feat(cli): introduce apm plugin init noun-verb surface by @danielmeppiel in #1370 + - Fix shared/apm.md matrix secret-stripping; add empirical verify workflow by @danielmeppiel in #1373 + - perf(resolver): tiered git ref resolver collapses redundant clones (#1369) by @danielmeppiel in #1376 + - fix: allow tilde in repository path components for Bitbucket DC personal repos (#1375) by @danielmeppiel in #1377 + - test(windows): make path assertions and chmod tests OS-aware by @danielmeppiel in #1378 + - chore: cut 0.14.0 by @danielmeppiel in #1372 + New Contributors + - @abhinavgautam01 made their first contribution in #1246 + - @henrydennis made their first contribution in #1281 + - @imk1t made their first contribution in #1224 + Full Changelog: v0.13.0...v0.14.0 +ReleaseNotesUrl: https://github.com/microsoft/apm/releases/tag/v0.14.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.yaml b/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.yaml new file mode 100644 index 000000000000..3df9b046d03d --- /dev/null +++ b/manifests/m/Microsoft/APM/0.14.0/Microsoft.APM.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: Microsoft.APM +PackageVersion: 0.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.installer.yaml b/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.installer.yaml new file mode 100644 index 000000000000..e0cc52e3cdd7 --- /dev/null +++ b/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azure.Az +PackageVersion: 15.6.1.40772 +ReleaseDate: 2026-05-06 +InstallerType: msi +ProductCode: '{F86AAF40-6218-4B8E-9284-0A8CFD68A3A7}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Azure/azure-powershell/releases/download/v15.6.1-May2026/Az-Cmdlets-15.6.1.40772-x64.msi + InstallerSha256: dcd55932dee87ac15982952acbc4888eed1f15fc3fa6848dc55d14c97a08f86b +# - Architecture: x86 (Commented out due to https://github.com/Azure/azure-powershell/issues/28375) +# InstallerUrl: https://github.com/Azure/azure-powershell/releases/download/v15.6.1-May2026/Az-Cmdlets-15.6.1.40772-x86.msi +# InstallerSha256: f39a76491c77c6cafc928b5eacee033d2f4a14f00e48d583e2f38207035edc02 +ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.locale.en-US.yaml b/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.locale.en-US.yaml new file mode 100644 index 000000000000..0bbf21f54cb8 --- /dev/null +++ b/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.locale.en-US.yaml @@ -0,0 +1,29 @@ +#yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azure.Az +PackageVersion: 15.6.1.40772 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Az +PackageUrl: https://github.com/Azure/azure-powershell +License: Apache-2.0 +ShortDescription: PowerShell cmdlets for developers and administrators to develop, deploy, administer, and manage Microsoft Azure resources. +Tags: +- microsoftazureaz +- microsoft-azure-az +- azcmdlets +- az-cmdlets +- microsoftazurepowershell +- microsoft-azure-powershell +- azuresdk +- powershellgallery +- powershell-gallery +- psgallery +- az.accounts az.aks az.batch az.compute +- az.containerregistry az.frontdoor +- az.migrate az.netappfiles az.network +- az.datalakestore az.policyinsights +- az.recoveryservices az.signalr +- az.keyvault az.sql az.stackhci +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.yaml b/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.yaml new file mode 100644 index 000000000000..97904114065a --- /dev/null +++ b/manifests/m/Microsoft/Azure/Az/15.6.1.40772/Microsoft.Azure.Az.yaml @@ -0,0 +1,7 @@ +#yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azure.Az +PackageVersion: 15.6.1.40772 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml index 1386c4a6aba1..0f79b03c476a 100644 --- a/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml +++ b/manifests/m/Microsoft/DSC/Preview/3.2.13/Microsoft.DSC.Preview.installer.yaml @@ -53,7 +53,7 @@ Installers: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 AppsAndFeaturesEntries: - - DisplayVersion: 3.2.0-preview.2 + - DisplayVersion: 3.2.0-preview.13 ManifestType: installer ManifestVersion: 1.12.0 ReleaseDate: 2026-03-19 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.44.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.44.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..bd786d808722 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.44.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.451.44.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.44.0&arch=x86 + InstallerSha256: 2D469918B43F6051BFD1938E024C5CD40C8609EE365D7900CC6486E0A88AA3E9 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.44.0&arch=amd64 + InstallerSha256: 4F658906BF808A3D68CF9DC7B79ED6297557D27E83A67D1819187E8E8A7623F3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.44.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.44.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..5722c2d3c777 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.44.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.451.44.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.451.44.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.44.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..0c28a8607905 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.44.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.451.44.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.45.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.45.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..36fc671cd085 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.45.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.451.45.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.45.0&arch=x86 + InstallerSha256: E493F8741D6C48C4A5F3B73B806DB271DEC1F35BF56762B2AFB182949749171C +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.45.0&arch=amd64 + InstallerSha256: 4C900D7B5E71D806514CA3D3DB78669A03212B84BD40C4DAEB82674493CE793E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.45.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.45.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..c08766111893 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.45.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.451.45.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.451.45.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.45.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..3af05ba6fd7e --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.45.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.451.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/8/1.8.8/Microsoft.WindowsAppRuntime.1.8.installer.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/8/1.8.8/Microsoft.WindowsAppRuntime.1.8.installer.yaml index 7f9e4b1d4bbf..d29a9aa6c32b 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/8/1.8.8/Microsoft.WindowsAppRuntime.1.8.installer.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/8/1.8.8/Microsoft.WindowsAppRuntime.1.8.installer.yaml @@ -3,83 +3,30 @@ PackageIdentifier: Microsoft.WindowsAppRuntime.1.8 PackageVersion: 1.8.8 +InstallerType: exe InstallModes: - silent - silentWithProgress +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --quiet +UpgradeBehavior: install PackageFamilyName: Microsoft.WindowsAppRuntime.1.8_8wekyb3d8bbwe +AppsAndFeaturesEntries: +- DisplayName: WindowsAppRuntime.1.8 + DisplayVersion: 8000.859.21.0 + InstallerType: msix +ElevationRequirement: elevationRequired Installers: -- Platform: - - Windows.Universal - - Windows.Desktop - Architecture: x64 - InstallerType: zip - NestedInstallerType: msix - NestedInstallerFiles: - - RelativeFilePath: MSIX\win10-x64\Microsoft.WindowsAppRuntime.1.8.msix - InstallerUrl: https://download.microsoft.com/download/9dd9de00-6b17-4777-a3b8-693cdfaaf85b/Microsoft.WindowsAppRuntime.Redist.1.8.260508005.zip - InstallerSha256: 2D291D290E34376F98BFCBD07E917134CD3B2F1E8FC364B1032752822387AC1D - SignatureSha256: A01A40A59F7273490CE21BB352499F0C541F92E01130B0EBFB8CBDE9E14C8C50 - Architecture: x64 - InstallerType: exe InstallerUrl: https://download.microsoft.com/download/eab8bdb8-8bad-4057-a315-7a88372e689b/WindowsAppRuntimeInstall-x64.exe InstallerSha256: B271A789809D15E57D49EF4518CEEF90B8614626DC04FF5D89906CCA8843CDF3 - InstallerSwitches: - Silent: --quiet - SilentWithProgress: --quiet - UpgradeBehavior: install - AppsAndFeaturesEntries: - - DisplayName: WindowsAppRuntime.1.8 - DisplayVersion: 8000.859.21.0 - InstallerType: msix - ElevationRequirement: elevationRequired -- Platform: - - Windows.Universal - - Windows.Desktop - Architecture: arm64 - InstallerType: zip - NestedInstallerType: msix - NestedInstallerFiles: - - RelativeFilePath: MSIX\win10-arm64\Microsoft.WindowsAppRuntime.1.8.msix - InstallerUrl: https://download.microsoft.com/download/9dd9de00-6b17-4777-a3b8-693cdfaaf85b/Microsoft.WindowsAppRuntime.Redist.1.8.260508005.zip - InstallerSha256: 2D291D290E34376F98BFCBD07E917134CD3B2F1E8FC364B1032752822387AC1D - SignatureSha256: 7BA0B21BDA9EC047A650DE0DE33AE75ACDC2A7DBB1122410F7AC59A0348693EB - Architecture: arm64 - InstallerType: exe InstallerUrl: https://download.microsoft.com/download/7599003c-b5c3-4470-a470-329066069ae6/WindowsAppRuntimeInstall-arm64.exe InstallerSha256: 62F6E635121EFD529C20944BCFF3328455AFD6A8130CBFA0410D8E4E26490C31 - InstallerSwitches: - Silent: --quiet - SilentWithProgress: --quiet - UpgradeBehavior: install - AppsAndFeaturesEntries: - - DisplayName: WindowsAppRuntime.1.8 - DisplayVersion: 8000.859.21.0 - InstallerType: msix - ElevationRequirement: elevationRequired -- Platform: - - Windows.Universal - - Windows.Desktop - Architecture: x86 - InstallerType: zip - NestedInstallerType: msix - NestedInstallerFiles: - - RelativeFilePath: MSIX\win10-x86\Microsoft.WindowsAppRuntime.1.8.msix - InstallerUrl: https://download.microsoft.com/download/9dd9de00-6b17-4777-a3b8-693cdfaaf85b/Microsoft.WindowsAppRuntime.Redist.1.8.260508005.zip - InstallerSha256: 2D291D290E34376F98BFCBD07E917134CD3B2F1E8FC364B1032752822387AC1D - SignatureSha256: CF40D66FE0DD3B0EF87E1A69F2D26AD27E69DDB0EAA1321A554C30651C047D49 - Architecture: x86 - InstallerType: exe InstallerUrl: https://download.microsoft.com/download/6b9c35ec-d08e-43c3-9d17-83286877973e/WindowsAppRuntimeInstall-x86.exe InstallerSha256: 0A53DD83BB5D0738B25D31F2367D65749DD2FD2BEB530D638742D1027F5597EF - InstallerSwitches: - Silent: --quiet - SilentWithProgress: --quiet - UpgradeBehavior: install - AppsAndFeaturesEntries: - - DisplayName: WindowsAppRuntime.1.8 - DisplayVersion: 8000.859.21.0 - InstallerType: msix - ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.10.0 ReleaseDate: 2026-05-12 diff --git a/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.installer.yaml b/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.installer.yaml new file mode 100644 index 000000000000..63088f22e3c4 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.5.5 +InstallerType: portable +Commands: +- mockzilla +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.5.5/mockzilla-v2.5.5-windows-amd64.exe + InstallerSha256: A93A05D36A60C220CA9D0B5DBBEDE7E4314EE3ACF3F4346ADBC2D7DA5ABD9B1F +- Architecture: arm64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.5.5/mockzilla-v2.5.5-windows-arm64.exe + InstallerSha256: DA3B6075787E0EA4434CE4270EECB58E2D4F254696900AE2B709E50A39456786 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.locale.en-US.yaml b/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.locale.en-US.yaml new file mode 100644 index 000000000000..55a8e8203bc9 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.5.5 +PackageLocale: en-US +Publisher: Mockzilla +PublisherUrl: https://github.com/mockzilla +PublisherSupportUrl: https://github.com/mockzilla/mockzilla/issues +PackageName: Mockzilla +PackageUrl: https://github.com/mockzilla/mockzilla +License: MIT +LicenseUrl: https://github.com/mockzilla/mockzilla/blob/main/LICENSE +ShortDescription: Generate API mocks with meaningful responses, configurable latency, error codes and more +Description: Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more. +Moniker: mockzilla +Tags: +- api +- mock +- mocking +- openapi +- testing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.yaml b/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.yaml new file mode 100644 index 000000000000..5ef5196f8ed6 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.5.5/Mockzilla.Mockzilla.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.installer.yaml b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.installer.yaml new file mode 100644 index 000000000000..0e065ffc1ef1 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.pt-PT +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/pt-PT/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 98D725AC7BBDC5271405C34B2D9C138B9E6DABE2A772F1D300D71E0C9C81A835 + ProductCode: Mozilla Thunderbird 151.0 (x86 pt-PT) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/pt-PT/Thunderbird%20Setup%20151.0.exe + InstallerSha256: CF82AACDB191D33BFC677F6F5813652A6A9AFCBB17AF02385DF14B3BB1CF55CB + ProductCode: Mozilla Thunderbird 151.0 (x64 pt-PT) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.locale.en-US.yaml new file mode 100644 index 000000000000..7cfc47b0274d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.pt-PT +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (pt-PT) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.locale.zh-CN.yaml new file mode 100644 index 000000000000..d4a3b0d4c319 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.pt-PT +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (pt-PT) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.yaml b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.yaml new file mode 100644 index 000000000000..2f554ac14a11 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-PT/151.0/Mozilla.Thunderbird.pt-PT.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.pt-PT +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.installer.yaml b/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.installer.yaml new file mode 100644 index 000000000000..513082543878 --- /dev/null +++ b/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.VPN +PackageVersion: 2.37.0 +InstallerType: wix +Scope: machine +InstallerSuccessCodes: +- 1641 +- 3010 +ProductCode: '{54F3BFCA-A844-462C-B993-59258FE284E3}' +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- ProductCode: '{54F3BFCA-A844-462C-B993-59258FE284E3}' + UpgradeCode: '{ABD1AA2B-11D7-4C4D-85EE-CC987D82A443}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Mozilla/Mozilla VPN/System64' +Installers: +- Architecture: x64 + InstallerUrl: https://archive.mozilla.org/pub/vpn/releases/2.37.0/windows/MozillaVPN.msi + InstallerSha256: 9814A90B4159DA111EE70EBBDD39453C0C1C70E57597A5E3903C2F0FA4DE276D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.locale.en-US.yaml b/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.locale.en-US.yaml new file mode 100644 index 000000000000..cd09269d5fb9 --- /dev/null +++ b/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.VPN +PackageVersion: 2.37.0 +PackageLocale: en-US +Publisher: Mozilla Corporation +PublisherUrl: https://www.mozilla.org/en-US/ +PublisherSupportUrl: https://support.mozilla.org/en-US/products/firefox-private-network-vpn +PrivacyUrl: https://www.mozilla.org/en-US/privacy/mozilla-vpn/ +PackageName: Mozilla VPN +PackageUrl: https://www.mozilla.org/en-US/products/vpn/ +License: MPL-2.0 +LicenseUrl: https://github.com/mozilla-mobile/mozilla-vpn-client/blob/main/LICENSE.md +ShortDescription: Security, reliability and speed — on every device, anywhere you go. +Moniker: mozilla-vpn +Tags: +- mozilla +- vpn +- wireguard +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.yaml b/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.yaml new file mode 100644 index 000000000000..7bda3e117417 --- /dev/null +++ b/manifests/m/Mozilla/VPN/2.37.0/Mozilla.VPN.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: Mozilla.VPN +PackageVersion: 2.37.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.installer.yaml b/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.installer.yaml new file mode 100644 index 000000000000..75635dd21e35 --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: max-sixty.worktrunk +PackageVersion: v0.53.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: git-wt.exe + PortableCommandAlias: git-wt +- RelativeFilePath: wt.exe + PortableCommandAlias: wt +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/max-sixty/worktrunk/releases/download/v0.53.0/worktrunk-x86_64-pc-windows-msvc.zip + InstallerSha256: D33E0647D523B027E8DF9370391BFC4E696DBD2BC7E89B4CBCD1D6607445CF36 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.locale.en-US.yaml b/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.locale.en-US.yaml new file mode 100644 index 000000000000..3147cee37dd3 --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.locale.en-US.yaml @@ -0,0 +1,55 @@ +# 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: max-sixty.worktrunk +PackageVersion: v0.53.0 +PackageLocale: en-US +Publisher: max-sixty +PublisherUrl: https://github.com/max-sixty +PublisherSupportUrl: https://github.com/max-sixty/worktrunk/issues +PackageName: worktrunk +PackageUrl: https://github.com/max-sixty/worktrunk +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/max-sixty/worktrunk/blob/HEAD/LICENSE +ShortDescription: A Git worktree manager for trunk-based development +Description: |- + worktrunk (wt) is a Git worktree manager designed for trunk-based development workflows. + It simplifies creating, switching between, and managing Git worktrees, making it easy to + work on multiple features or branches simultaneously without the overhead of stashing + or switching branches in a single working directory. +Tags: +- cli +- git +- git-worktree +- rust +- terminal +- worktree +ReleaseNotes: |- + Release Notes + Improved + - wt switch --execute deprecates shell command lines: A future release will switch --execute (-x) to an argv input model — a single program, with arguments after --, run with no implicit shell. This release is the warn phase: -x now warns when its value is a shell command line, multiple words, or template markup, and the hint shows a copy-pasteable migration (--execute sh -- -c '…') plus a link to comment on the cutover if the new form would regress a workflow. A single program name stays silent. (#2852, #2863) + - wt config show reports the project identifier: The PROJECT CONFIG section now prints the project identifier (// from the primary remote, or the canonical repo path), so you can find the key for a [projects."…"] block in your user config without deriving it by hand. wt config show --format=json gains a matching identifier field. Closes #2826. (#2827, thanks @airtonix for the request) + - Gemini CLI extension detection: wt config show now renders a GEMINI CLI section reporting whether the worktrunk Gemini extension is installed. The agent-integration docs gained install instructions for OpenCode and Gemini CLI alongside Claude Code and Codex. (#2819) + - pre-create/post-create hook aliases: The worktree-creation hooks pre-start/post-start now also accept pre-create/post-create as silent aliases — in config (top-level, [hooks.*], and per-project sections, in string, table, and array-of-tables form) and on the wt hook command line. Docs continue to recommend pre-start/post-start; the canonical names may switch in a later release. Full plan: #2838. (#2840, #2857) + Fixed + - Hooks resolve project config from the invoking worktree: Worktrunk resolved each hook's .config/wt.toml from a different worktree depending on the hook, and wt switch --create read the base ref's committed config via git show — so an uncommitted or branch-local .config/wt.toml silently failed to fire creation hooks, and wt config show disagreed with what actually ran. Every hook now resolves its commands from the .config/wt.toml of the worktree wt ran in — the same file wt config show displays. In the common case of a committed, repo-wide config this is unchanged; it diverges only when a branch carries its own working-tree edits. Fixes #2856 and #2818. (#2873, thanks @Oxygen66 and @sirianni for reporting) + - Picker prompts for approval before running project pre-switch hooks: Selecting a worktree in the interactive picker (wt switch with no argument) ran a project-defined pre-switch hook from .config/wt.toml without the approval prompt that gates every other hook — unapproved code from a freshly cloned repo executing silently. The picker now routes pre-switch hooks through the same approval gate as wt switch and as its own post-switch/pre-start/post-start hooks. (#2858) + - Interactive picker switches with cd = false: With [switch] cd = false (or wt switch --no-cd), opening the picker (wt switch with no branch argument) and selecting a worktree printed the branch name and exited — no switch, no hooks, and Alt-c created nothing. The picker now runs the same switch pipeline as wt switch , suppressing only the cd directive: pre-switch/post-switch hooks fire and Alt-c creates the worktree. --format=json works in the picker too, and replaces the old print-only output for scripting — it both switches and prints a structured result (action, branch, path) to stdout. (#2845, thanks @endigma for the discussion in #2837) + - alt-r in the picker removes the right worktree: The interactive picker identified each row by branch name for its alt-r removal signal; detached worktrees all report (detached), so two detached rows collided and alt-r could remove the wrong worktree. Rows backed by a worktree now carry a unique path-based identity. (#2866) + - --clobber backs up blocked paths atomically: wt switch --clobber and wt step relocate --clobber back up a path blocking the target before clobbering it. Both used an exists() check followed by std::fs::rename, which silently overwrites an existing destination — a time-of-check/time-of-use race that could destroy a just-created backup. They now share one helper that moves the blocker with an atomic no-overwrite rename and counts up through -2, -3, … suffixes on a name collision instead of failing. (wt step relocate's backup name changes from .bak- to the extension-aware .bak. form.) (#2849, #2865) + - Squash-merge detection ignores diff.* git config: Worktrunk's squash-merge integration check compared git patch-id hashes computed from two different diff generators — one plumbing (ignores diff.* config), one porcelain (honors it). For anyone with a non-default diff.context or diff.algorithm, the two never agreed, so a genuinely squash-merged branch was reported as not integrated — breaking wt remove ("Branch unmerged"), the wt list integration symbol, and wt step prune. Both sides now use plumbing, immune to every diff.* setting. (#2821) + - Wedged and orphaned fsmonitor daemons are reaped: With core.fsmonitor=true, git runs a per-worktree git fsmonitor--daemon; a wedged one stops answering its IPC socket — which hangs git status and wt list — and ignores the stop request wt remove sends, so it leaks once its worktree is gone (dozens can accumulate). wt remove now resolves the daemon's PID from its IPC socket and force-terminates it (SIGTERM, brief wait, SIGKILL) when stop doesn't take, and its background internal sweep additionally reaps any daemon whose socket no longer resolves to a live worktree — covering daemons orphaned by git worktree remove, a manual rm, or a crashed wt. A daemon serving a live worktree is never reaped. (#2813, #2814) + - Config migration no longer silently drops deprecated config: A deprecated section ([commit-generation], [select], …) was discarded without writing its canonical replacement when the canonical key already existed as a scalar or an inline-table value — real data loss, now fixed for both shapes. Deprecated template variables are rewritten only inside {{ }}/{% %} tags, so literal command text and {% set %} locals are left intact. System config now passes through the same deprecation-warning gate as user config. (#2788, #2851) + - Hook filtering and the command-approval store are hardened: --only project:deploy user:lint matched filter names across the project/user split, so a name given for one source could select an unintended hook from the other; the approval gate and executor now share one source-scoped predicate. Template variables are detected by parsing the template rather than substring matching ({{ vars["env"] }} and bare {{ vars }} were missed), and an undefined variable in a {% if %} predicate is now a clear error instead of being silently ignored. The approvals trust store is written atomically, rejects unknown keys instead of silently dropping approvals, and its migration is locked and validated before it runs. (#2841) + - wt no longer panics on non-UTF-8 arguments, and --format passed to a config-state write action now reports the conflict through normal error handling instead of exiting before diagnostics and output run. (#2788) + - Picker, wt switch, and statusline correctness: The picker now plans each alt-r removal against fresh repository state rather than a cache left stale by the previous removal. wt switch prefers an exact local branch over stripping a remote prefix (a local branch literally named origin/foo was retargeted), and fails closed on a malformed forge.platform instead of silently falling back to GitHub. A single-row statusline skips the repo-wide ahead/behind scan, a speedup on large repositories. (#2842) + - Shell-correct escaping for the --execute payload: wt switch -x builds its payload as a shell-escaped string evaluated by the active shell wrapper. POSIX single-quote escaping was applied unconditionally, but PowerShell (Invoke-Expression) and fish (eval) don't share POSIX quoting — under fish a backslash in the payload was silently dropped and a trailing backslash aborted evaluation, and under PowerShell the '\'' idiom is invalid. Escaping now keys on the active directive shell. Separately, every other shell_escape call site is pinned to POSIX escaping rather than the crate's platform-sensitive entry point, which on Windows could pick cmd-style quoting that mis-escapes arguments spliced into a POSIX shell. (#2843, #2815) + - wt hook show lists per-project user hooks: wt hook show displayed only global user hooks, omitting per-project hooks defined under [projects."…"] in the user config; it now merges both, matching what actually runs. (#2844) + - Statusline reserves a fixed margin instead of 20% of width: When wt list statusline runs as a Claude Code subprocess it can't detect the terminal directly and walks the process tree for a TTY; that fallback reserved 20% of the detected width for Claude Code's own UI, giving up 40 columns on a 200-column terminal. It now reserves a fixed 5 columns. (#2871) + - User-output consistency: An audit against the project's output conventions corrected six messages — state-acknowledging messages ("All shells already configured", the version-check "Up to date") use the info marker rather than success; the wt step relocate summary keys its message type on whether anything was relocated; "Diagnostic saved" reports as a success with the @-path convention; and a stray trailing period and a cross-message pronoun were removed. (#2867) + - Repo-wide internal hook logs are written as top-level files: Branch-agnostic internal-operation logs were written into a top-level internal/ directory, which wt config state then misclassified as a branch; they now write to internal-{op}.log files alongside the other shared logs. (#2851) + - Nix flake includes gemini-extension.json: The flake's source filter omitted gemini-extension.json, so a Nix build produced a package missing the Gemini CLI extension manifest. (#2834) + Documentation +ReleaseNotesUrl: https://github.com/max-sixty/worktrunk/releases/tag/v0.53.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.yaml b/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.yaml new file mode 100644 index 000000000000..3bc2ba97851c --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.53.0/max-sixty.worktrunk.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: max-sixty.worktrunk +PackageVersion: v0.53.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.installer.yaml similarity index 65% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.installer.yaml index b73f5db4a22b..005dd5134e8a 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.installer.yaml @@ -1,25 +1,25 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.02 +PackageVersion: 2026.05.22 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-05-02 +ReleaseDate: 2026-05-22 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.02/gallery-dl_windows_x86.exe - InstallerSha256: 810797A1FEB076E2CAB78350E1FAC27FB001EC3E2A751453599CB159FC71A5E5 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.22/gallery-dl_windows_x86.exe + InstallerSha256: AED1324E741CDF674C6AF8FE4517D23C620A02EAA8408D63676714AEA310DAC5 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.02/gallery-dl_windows.exe - InstallerSha256: 6D6B031290E36D3F11AD1ABD473E4F9B58A295E74D838688988A16E7823DA298 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.22/gallery-dl_windows.exe + InstallerSha256: B5F042166553A76273A6A0BE8C3DB3A812B5939CCC9ABC7151177E8CACF0E1F4 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 83% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.locale.en-US.yaml index f4bb8522f3a8..5b8d5f892bf6 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.02 +PackageVersion: 2026.05.22 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: '56081f42 merge #76: [twitter] fix AttributeError when extended user metadata fetch fails' -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.05.02 +ReleaseNotes: f164e48088 [twitter] support poll_choice_images cards (gh#9511) +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.05.22 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.yaml similarity index 75% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.yaml index 59d9768d9b7c..fb5d6d4eb249 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.02/mikf.gallery-dl.Nightly.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.02 +PackageVersion: 2026.05.22 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.installer.yaml b/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.installer.yaml new file mode 100644 index 000000000000..d2bc359119d5 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '217' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-swap.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v217/llama-swap_217_windows_amd64.zip + InstallerSha256: 0A1D1D80DA9A88AE0A3540F753B40D15BE86E980D7A2CD2AF3416C0533E29691 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.locale.en-US.yaml b/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.locale.en-US.yaml new file mode 100644 index 000000000000..af19c7b0a6f7 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '217' +PackageLocale: en-US +Publisher: mostlygeek +PublisherUrl: https://mostlygeek.com/ +PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues +PackageName: llama-swap +PackageUrl: https://github.com/mostlygeek/llama-swap +License: MIT +LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2024 Benson Wong +ShortDescription: Model swapping for llama.cpp +Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server. +Moniker: llama-swap +Tags: +- golang +- llama +- llamacpp +- localllama +- localllm +- openai +- openai-api +- vllm +ReleaseNotes: |- + Changelog + - 636b53e Improve rocm-smi performance monitoring (#775) + - 59cd3b6 Added Windows performance monitoring using nvidia-smi (#773) + - 5d1e62d Disable auto review feature in coderabbit config + - dbb869d Increase inactivity thresholds for stale issues + - 26bb17e config.example.yaml: Improve matrix vs groups info +ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v217 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.yaml b/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.yaml new file mode 100644 index 000000000000..f72cc6c35988 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/217/mostlygeek.llama-swap.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: mostlygeek.llama-swap +PackageVersion: '217' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.installer.yaml b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.installer.yaml new file mode 100644 index 000000000000..81b156627bbf --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.5.22 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 63515710-f48a-5414-a457-1d6072fae8c4 +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.5.22/LobsterAI--win-x64.exe + InstallerSha256: AC6F918E71537A2662385C68AF6197A7E358F947E01C7A1AE13D2E9FE5F5EBCF + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.5.22/LobsterAI--win-x64.exe + InstallerSha256: AC6F918E71537A2662385C68AF6197A7E358F947E01C7A1AE13D2E9FE5F5EBCF + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.locale.en-US.yaml b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.locale.en-US.yaml new file mode 100644 index 000000000000..51d02b907e92 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.5.22 +PackageLocale: en-US +Author: NetEase Youdao Information Technology (Beijing) Co., Ltd. +PackageUrl: https://lobsterai.youdao.com/#/en/index +ShortDescription: A 24/7 personal assistant Agent that gets things done +Description: |- + LobsterAI is an all-in-one personal assistant Agent developed by NetEase Youdao. It works around the clock to handle your everyday tasks — data analysis, making presentations, generating videos, writing documents, searching the web, sending emails, scheduling tasks, and more. + At its core is Cowork mode — it executes tools, manipulates files, and runs commands in a local or sandboxed environment, all under your supervision. You can also chat with agent via Telegram, Discord, DingTalk or Feishu (Lark) and get work done from your phone anytime, anywhere. + Key Features + - All-in-One Productivity Assistant — Data analysis, PPT creation, video generation, document writing, web search, email — covers the full range of daily work + - Local + Sandbox Execution — Run tasks directly on your machine or in an isolated Alpine Linux sandbox + - Built-in Skills — Office document generation, web search, Playwright automation, Remotion video generation, and more + - Windows Built-in Python Runtime — Windows packages bundle a ready-to-use Python interpreter runtime; Python skill dependencies can be installed on demand + - Scheduled Tasks — Create recurring tasks via conversation or the GUI — daily news digests, inbox cleanup, periodic report generation, and more + - Persistent Memory — Automatically extracts user preferences and personal facts from conversations, remembers your habits across sessions, and gets smarter the more you use it + - Mobile via IM — Control your Agent remotely from your phone through Telegram, Discord, DingTalk, or Feishu + - Permission Gating — All tool invocations require explicit user approval before execution + - Cross-Platform — macOS (Intel + Apple Silicon), Windows, Linux desktop, plus mobile coverage via IM + - Local Data — SQLite storage keeps your chat history and configuration on your device +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://lobsterai.youdao.com/#/en/changelog +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://lobsterai.youdao.com/#/en/docs/lobsterai_user_manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.locale.zh-CN.yaml b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.locale.zh-CN.yaml new file mode 100644 index 000000000000..295fd7b6b989 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.locale.zh-CN.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.5.22 +PackageLocale: zh-CN +Publisher: LobsterAI +PublisherUrl: https://www.youdao.com/ +PublisherSupportUrl: https://github.com/netease-youdao/LobsterAI/issues +Author: 网易有道信息技术(北京)有限公司 +PackageName: LobsterAI +PackageUrl: https://lobsterai.youdao.com/ +License: MIT +LicenseUrl: https://github.com/netease-youdao/LobsterAI/blob/HEAD/LICENSE +Copyright: © 2026 NetEase Youdao +CopyrightUrl: https://c.youdao.com/dict/hardware/lobsterai/lobsterai_service.html +ShortDescription: 一个 7×24 小时帮你干活的全场景个人助理 Agent +Description: |- + LobsterAI 是由网易有道开发的全场景个人助理 Agent。它 7×24 小时待命,能够帮你完成日常办公中的各类事务 —— 数据分析、制作 PPT、生成视频、撰写文档、搜索信息、收发邮件、定时任务,以及更多。 + LobsterAI 的核心是 Cowork 模式,它能在本地或沙箱环境中执行工具、操作文件、运行命令,一切都在你的监督下自主完成。此外,LobsterAI 支持通过钉钉、飞书、Telegram、Discord 等 IM 平台远程触发,让你在手机上也能随时指挥 Agent 工作。 + 核心特性 + - 全场景办公助理 — 数据分析、PPT 制作、视频生成、文档撰写、Web 搜索、邮件收发,覆盖日常办公全流程 + - 本地 + 沙箱执行 — 任务执行支持本地直接运行或隔离的 Alpine Linux 沙箱 + - 内置技能 — 包括 Office 文档生成、Web 搜索、Playwright 自动化、Remotion 视频生成等 + - Windows 内置 Python 运行时 — Windows 安装包内置可直接使用的 Python 解释器运行时;Python 技能依赖可按需安装 + - 定时任务 — 支持对话式发起或 GUI 界面添加定时任务,如每日新闻收集、邮箱整理、周期性报告生成等 + - 持久记忆 — 自动从对话中提取用户偏好与个人信息,跨会话记住你的习惯,越用越懂你 + - IM 远程操控 — 通过钉钉、飞书、Telegram、Discord 在手机端随时触发 Agent + - 权限门控 — 所有敏感工具调用需用户明确批准后执行 + - 跨平台 — macOS(Intel + Apple Silicon)、Windows、Linux 桌面端,配合 IM 实现移动端覆盖 + - 数据本地化 — SQLite 本地存储,聊天记录和配置不离开你的设备 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + What's Changed + - feat: subagent session sidebar display and detail view by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2011 + - feat: model custom params + thinking block display by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2019 + - feat(cowork): Optimized preview tags and browser annotation experiences by @liugang519 in https://github.com/netease-youdao/LobsterAI/pull/2012 + - feat: support contextWindow for package models by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2021 + - feat: Improve the stability and success rate of browser and webfetch. by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2023 + - feat: persist subagent session messages to local DB by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2034 + - fix: weixin qr gaateway restart by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2014 + - fix: context window slider snap-to-preset and K/M text input by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2013 + - fix: handle openclaw compaction retries and tool result gaps by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2015 + - fix(cowork): avoid openclaw gateway restart on token refresh by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2018 + - fix: prevent small window on Windows with cross-DPI multi-monitor by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2020 + - fix(artifacts): 优化 HTML 预览与源码展示体验 by @liugang519 in https://github.com/netease-youdao/LobsterAI/pull/2022 + - optimize: optimize gateway restart in settings by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2024 + - refactor(im): redesign im bot management UI by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2025 + - fix: remove unsupported dreaming config properties causing gateway crash by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2026 + - fix: subagent page sidebar toggle, draggable header, and Mac padding by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2027 + - chore: update ui by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2028 + - fix: subagent sidebar style, duplicate tracking, and missing tool results by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2029 + - refactor: subagent session reuse main conversation rendering pipeline by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2030 + - fix: fix browswer config invalid by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2031 + - fix: fix model switch error when custom models by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2032 + - fix: subagent session bugs by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2033 + - fix: fix qwen coding plan for qwen 3.6 plus by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2035 + - chore: optimize IM-related copywriting by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2037 + Full Changelog: https://github.com/netease-youdao/LobsterAI/compare/2026.5.18...2026.5.22 +ReleaseNotesUrl: https://github.com/netease-youdao/LobsterAI/releases/tag/2026.5.22 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://lobsterai.youdao.com/#/docs/lobsterai_user_manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.yaml b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.yaml new file mode 100644 index 000000000000..b60b9b026c2b --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.5.22/NetEase.LobsterAI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.5.22 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.installer.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.installer.yaml similarity index 70% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.installer.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.installer.yaml index 84451f78f58a..a4a1b548ce7e 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.installer.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.installer.yaml @@ -2,20 +2,20 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.0.7 +PackageVersion: 16.0.9 InstallerType: nullsoft Scope: machine FileExtensions: - har - hwl ProductCode: '{01B845D4-B73E-4CF7-A377-94BC7BB4F77B}' -ReleaseDate: 2026-04-28 +ReleaseDate: 2026-05-22 Installers: - Architecture: x86 InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 2056E0E415F5EB932B27F9AFC3606A52D142626B041D523A7BD8668BBF7E478F + InstallerSha256: 0D4A342FBE049C15419AFADF67BBCF703728FEECCEDEB0D3D9A52CF11E919B08 - Architecture: x64 InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 2056E0E415F5EB932B27F9AFC3606A52D142626B041D523A7BD8668BBF7E478F + InstallerSha256: 0D4A342FBE049C15419AFADF67BBCF703728FEECCEDEB0D3D9A52CF11E919B08 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.locale.en-US.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.locale.en-US.yaml similarity index 84% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.locale.en-US.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.locale.en-US.yaml index 52a84ec8440b..f5ebfe43a49c 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.locale.en-US.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.0.7 +PackageVersion: 16.0.9 PackageLocale: en-US Publisher: Neumetrix Limited PublisherUrl: https://www.httpwatch.com/ @@ -25,7 +25,10 @@ Tags: - performance - web - webpage -ReleaseNotes: "- Fixed: An 'IsWindow' error could occur when opening HttpWatch" +ReleaseNotes: |- + - Fixed: An HttpWatch process could be left in the background after all browser windows were closed - forcing a reboot when installing a new version + - Fixed: Negative timing offsets could occur when using automatic recording + - Updated: The installer now includes the latest CRX files for the extensions in the Google Chrome and Microsoft Edge stores ReleaseNotesUrl: https://www.httpwatch.com/download/versionhistory/ PurchaseUrl: https://www.httpwatch.com/buy/ Documentations: diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml similarity index 98% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml index 682fa9428788..fde0f83b4bf9 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.0.7 +PackageVersion: 16.0.9 PackageLocale: zh-CN License: 专有软件 ShortDescription: 使用浏览器内 HTTP 嗅探工具,成为调试与网页性能大师。 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.yaml similarity index 91% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.yaml index 4353599069dc..f86d2a332660 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.0.7/Neumetrix.HttpWatch.Basic.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.0.9/Neumetrix.HttpWatch.Basic.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.0.7 +PackageVersion: 16.0.9 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.installer.yaml b/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.installer.yaml new file mode 100644 index 000000000000..beb8be609880 --- /dev/null +++ b/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.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: nabdev.iloader +PackageVersion: 2.2.6 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Apple.iTunes + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ProductCode: '{AD6E7853-7D79-40FF-B504-1AB936BE40BB}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nab138/iloader/releases/download/v2.2.6/iloader-windows-x64.msi + InstallerSha256: 08C3AC3C0D30CC986DD8BD60229CB8DB52A39A5FFD88F3A1C37057CA6B5868B3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-11 diff --git a/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.locale.en-US.yaml b/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.locale.en-US.yaml new file mode 100644 index 000000000000..74223d33e6b8 --- /dev/null +++ b/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nabdev.iloader +PackageVersion: 2.2.6 +PackageLocale: en-US +Publisher: nabdev +PublisherUrl: https://github.com/nab138 +PublisherSupportUrl: https://github.com/nab138/iloader/issues +PackageName: iloader +PackageUrl: https://github.com/nab138/iloader +License: MIT +ShortDescription: User friendly sideloader +Tags: +- idevice +- ios +- sideloading +- sidestore +ReleaseNotesUrl: https://github.com/nab138/iloader/releases/tag/v2.2.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/nab138/iloader/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.yaml b/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.yaml new file mode 100644 index 000000000000..fb8f9c07dd30 --- /dev/null +++ b/manifests/n/nabdev/iloader/2.2.6/nabdev.iloader.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: nabdev.iloader +PackageVersion: 2.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.installer.yaml b/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.installer.yaml new file mode 100644 index 000000000000..729ebff5c0a6 --- /dev/null +++ b/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.installer.yaml @@ -0,0 +1,16 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nginxinc.nginx +PackageVersion: 1.31.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: nginx-1.31.1/nginx.exe +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://nginx.org/download/nginx-1.31.1.zip + InstallerSha256: F0D674C529623F678B272E66FFA40C1F9E72763E21E323D3DFAD465D8B10ABB1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.locale.en-US.yaml b/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.locale.en-US.yaml new file mode 100644 index 000000000000..86e81fbab205 --- /dev/null +++ b/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nginxinc.nginx +PackageVersion: 1.31.1 +PackageLocale: en-US +Publisher: nginx +PublisherUrl: https://nginx.org/ +PublisherSupportUrl: https://nginx.org/en/donation.html +Author: nginx +PackageName: nginx +PackageUrl: https://nginx.org/ +License: BSD-2-Clause +LicenseUrl: https://github.com/nginx/nginx/blob/HEAD/LICENSE +ShortDescription: NGINX is the world's most popular Web Server, high performance Load Balancer, Reverse Proxy, API Gateway and Content Cache. +Description: NGINX is the world's most popular Web Server, high performance Load Balancer, Reverse Proxy, API Gateway and Content Cache. +Moniker: nginx +ReleaseNotes: '* Security: a heap memory buffer overflow might occur in a worker process when using a configuration with overlapping captures in ngx_http_rewrite_module, potentially resulting in arbitrary code execution (CVE-2026-9256). Thanks to Mufeed VH of Winfunc Research.' +ReleaseNotesUrl: https://nginx.org/en/CHANGES +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://nginx.org/en/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.yaml b/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.yaml new file mode 100644 index 000000000000..2e40ee54c887 --- /dev/null +++ b/manifests/n/nginxinc/nginx/1.31.1/nginxinc.nginx.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: nginxinc.nginx +PackageVersion: 1.31.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.installer.yaml b/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.installer.yaml new file mode 100644 index 000000000000..49d5a13d01a1 --- /dev/null +++ b/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nukeop.nuclear +PackageVersion: 1.37.4 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: Nuclear +ReleaseDate: 2026-05-22 +AppsAndFeaturesEntries: +- DisplayName: Nuclear + Publisher: nuclearplayer + ProductCode: Nuclear +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Nuclear' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nukeop/nuclear/releases/download/player@1.37.4/Nuclear_1.37.4_x64-setup.exe + InstallerSha256: BC9302C8C424C9B2F4EF15B71520F92B334FCCBD73D0E7113BA3DAA1CF5D4A49 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.locale.en-US.yaml b/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.locale.en-US.yaml new file mode 100644 index 000000000000..942c9ab04536 --- /dev/null +++ b/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.locale.en-US.yaml @@ -0,0 +1,55 @@ +# 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: nukeop.nuclear +PackageVersion: 1.37.4 +PackageLocale: en-US +Publisher: nukeop +PublisherUrl: https://github.com/nukeop +PublisherSupportUrl: https://github.com/nukeop/nuclear/issues +Author: nukeop +PackageName: nuclear +PackageUrl: https://github.com/nukeop/nuclear +License: AGPL-3.0 +LicenseUrl: https://github.com/nukeop/nuclear/blob/HEAD/LICENSE +Copyright: Copyright (c) nukeop 2021 +CopyrightUrl: https://raw.githubusercontent.com/nukeop/nuclear/master/LICENSE +ShortDescription: Streaming music player that finds free music for you. +Description: |- + nuclear is a free music streaming program that pulls content from free sources all over the internet. + Features + • Searching for and playing music from YouTube (including integration with playlists and SponsorBlock), Jamendo, Audius and SoundCloud + • Searching for albums (powered by Last.fm and Discogs), album view, automatic song lookup based on artist and track name (in progress, can be dodgy sometimes) + • Song queue, which can be exported as a playlist + • Loading saved playlists (stored in json files) + • Scrobbling to last.fm (along with updating the 'now playing' status) + • Newest releases with reviews - tracks and albums + • Browsing by genre + • Radio mode (automatically queue similar tracks) + • Unlimited downloads (powered by youtube) + • Realtime lyrics + • Browsing by popularity + • List of favorite tracks + • Listening from local library + • No accounts + • No ads + • No CoC + • No CLA +Moniker: nuclear-music +Tags: +- cross-platform +- electron +- foss +- music +- music-player +- stream +- streaming +- youtube +ReleaseNotes: |- + What's New in v1.37.4 + - Fix: Fix HLS tracks getting stuck at 0:00 when the queue advances Streaming - @nukeop + - Fix: Fix tracks failing to play in saved playlists and in queues restored after restart by re-resolving stream URLs when they expire Streaming - @nukeop + > macOS: If the app won't open, run sudo xattr -r -d com.apple.quarantine /Applications/Nuclear.app in Terminal. +ReleaseNotesUrl: https://github.com/nukeop/nuclear/releases/tag/player@1.37.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.yaml b/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.yaml new file mode 100644 index 000000000000..66945fa78f58 --- /dev/null +++ b/manifests/n/nukeop/nuclear/1.37.4/nukeop.nuclear.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: nukeop.nuclear +PackageVersion: 1.37.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.installer.yaml b/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.installer.yaml new file mode 100644 index 000000000000..456e4f67a0d5 --- /dev/null +++ b/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/May/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pingman.PingPlotter +PackageVersion: 5.27.6.1388 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +UpgradeBehavior: install +ReleaseDate: 2025-10-06 +AppsAndFeaturesEntries: +- DisplayName: PingPlotter 5 +Installers: +- Architecture: x86 + InstallerUrl: https://www.pingplotter.com/downloads/pingplotter_install.exe + InstallerSha256: 29A1492072C5DD9631FD2AA5AF1DFCA6101EE17E74923DD3A6C6A2C537AB98C0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.locale.en-US.yaml b/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.locale.en-US.yaml new file mode 100644 index 000000000000..14b2cc7e0ece --- /dev/null +++ b/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2026/May/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pingman.PingPlotter +PackageVersion: 5.27.6.1388 +PackageLocale: en-US +Publisher: Pingman Tools, LLC +PublisherUrl: https://pingman.com/ +PublisherSupportUrl: https://pingplotter.com/support +PrivacyUrl: https://www.pingman.com/privacypolicy.html +Author: Pingman Tools, LLC +PackageName: PingPlotter +PackageUrl: https://www.pingplotter.com/ +License: Proprietary +LicenseUrl: https://www.pingman.com/licenseagreement.html +Copyright: Copyright 1998-2025 Pingman Tools, LLC. +CopyrightUrl: https://www.pingman.com/licenseagreement.html +ShortDescription: PingPlotter is a network diagnostic tool for engineers, sysadmins, and other people with above-average tech skills. +Description: |- + PingPlotter is a network diagnostic tool for engineers, sysadmins, and other people with above-average tech skills. + + Identify bandwidth bottlenecks, wireless interference, or faulty hardware impacting your internet. + - Trace as many as 250 targets from any Windows or macOS computer. + - Identify problematic routes quickly with dynamic overviews. + - Measure latency, packet loss, jitter, and MOS scores and share with stakeholders. + - Show results to anyone by posting online or exporting historical data. + - Scan your local network and list every connected device. + - Get alerted the moment problems happen. Integrate with REST API. +Tags: +- Diagnostic +- Network +- Ping +ReleaseNotesUrl: https://www.pingplotter.com/download/release-notes/ +PurchaseUrl: https://www.pingplotter.com/products/ +Documentations: +- DocumentLabel: PingPlotter Manual + DocumentUrl: https://www.pingplotter.com/manual/ +- DocumentLabel: Get Started with PingPlotter + DocumentUrl: https://www.pingplotter.com/fix-your-network/getting-started/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.yaml b/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.yaml new file mode 100644 index 000000000000..578b72ccdad0 --- /dev/null +++ b/manifests/p/Pingman/PingPlotter/5.27.6.1388/Pingman.PingPlotter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/22 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Pingman.PingPlotter +PackageVersion: 5.27.6.1388 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.installer.yaml b/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.installer.yaml new file mode 100644 index 000000000000..40bac099ab54 --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.2.3.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' +ReleaseDate: 2026-04-17 +AppsAndFeaturesEntries: +- Publisher: Shenzhen Shendu Tujing Technology Co., Ltd. + ProductCode: '{506270E7-E3B5-4157-B53A-3BFFE8E418DB}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PixPin' +Installers: +- Architecture: x64 + InstallerUrl: https://download.pixpinapp.com/PixPin_cn_zh-cn_3.2.3.1.exe + InstallerSha256: 78B72241B92E38EB977E9115521B7F4BA07735C66F0C355289B670A9B83E5F8A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.locale.zh-CN.yaml b/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.locale.zh-CN.yaml new file mode 100644 index 000000000000..47f79db82752 --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.locale.zh-CN.yaml @@ -0,0 +1,82 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.2.3.1 +PackageLocale: zh-CN +Publisher: 深圳市深度图景科技有限公司 +PublisherUrl: https://viewdepth.cn/#/ +PrivacyUrl: https://pixpin.cn/docs/policy/privacy_zh_CN +PackageName: PixPin (Beta) +PackageUrl: https://pixpin.cn/ +License: 专有软件 +Copyright: © 2026 深圳市深度图景科技有限公司 +ShortDescription: 功能强大使用简单的截图/贴图工具,帮助你提高效率。 +Description: 随心截图, 随意贴图 - 屏幕截图,录制屏幕,长截图,文字识别,贴图,以及更多功能。 +Agreements: +- AgreementLabel: PixPin 服务协议 + AgreementUrl: https://pixpin.cn/docs/policy/tos_zh_CN.html +ReleaseNotes: |- + PixPin 3.2 增加了超长截图模式,多选贴图增加了对齐功能,屏幕录制增加了 30FPS 的选项,还增加了许多配置选项,帮助用户打造一个更适合自己的截图工具,同时也修复了许多已知的 bug。 + 3.2.3.1 + 【标注】序列号标注增加纯数字样式 + 【标注】现在文字标注也支持按 Alt+拖动鼠标复制了 + 【修复】隐藏贴图组后重启软件无法显示当前贴图组的贴图 + 【修复】在多选贴图下按 G 无法同时移动到新分组的问题 + 【会员】「设置」-「全局鼠标」增加「清除全部」按钮 + 3.2.2.3 + 【配置】「标注」-「水印」-「截图时自动添加水印」 + 【配置】保存变量增加时间戳,包括秒级和毫秒级两种格式 + 【配置】「保存」-「快速保存」-「通知按钮:定位文件/复制文件/复制路径」 + 【修复】 无法隐藏截图工具栏的“...”按钮 + 【优化】视频回放窗口不再置顶 + 【优化】在配置的保存页面可以查看当前支持的保存变量列表和说明 + 【修复】录屏导出为 webp 可能会出现卡顿 + 【修复】关闭截图时会误触发记录历史截图 + 【修复】长截图预览窗位置不正确 + 【修复】鼠标动画速率过低 + 【修复】截图「未选区域颜色」没有在长截图中生效 + 【会员】鼠标动画可以设置速率 + 3.2.1.3 + 【长截图】增加超出截图模式,最大可支持截取 200 万像素长度的图片 + 【屏幕录制】增加 30FPS 的录制选项 + 【贴图】多选贴图后可以右键菜单选择“自动对齐”功能 + 【贴图】现在隐藏/显示贴图窗口时会记住相贴图的层级 + 【标注】水印增加居中显示选项 + 【标注】箭头文本增加方向和文字背景颜色的配置选项 + 【标注】文字标注增加箭头 + 【保存】MacOS 图像保存界面增加支持触摸板双指缩放的功能 + 【配置】「贴图」-「启用鼠标穿透时显示工具栏」 + 【配置】「标注」-「箭头」-「双击箭头不出现评论」 + 【配置】「系统」-「文本识别」-「语言」-增加轻量简体中文模型选项,此选项会提高识别速度但可能会降低识别准确率 + 【配置】「截图」-「元素检测边距」 + 【配置】「标注」-「快速标注内边距」 + 【配置】自动保存增加保存类型选项,可以设置自动保存的时机 + 【配置】「动作/快捷键」-增加“清除所有快捷键”按钮 + 【配置】账号页面可以隐藏个人信息 + 【配置】「截图」-「平滑缩放显示放大镜内容」 + 【配置】增加识别二维码并复制的预设动作 + 【配置】「截图」-「二维码检测模式」增加直接显示内容的选项 + 【配置】「标注」-「自动马赛克」-「自动处理隐私马赛克」 + 【优化】悬浮球可以收缩一半至屏幕边缘,以免阻挡屏幕 + 【优化】设置贴图透明度之后,保存和复制的图片也会带上透明度 + 【优化】适配录制移动窗口时边框会变细以避免边框被录进画面中 + 【优化】快速录制在保存时默认路径改为上一次保存路径 + 【会员】屏幕录制时可以画中画的形式录制摄像头 + 【会员】保存为 PDF 增加页边距 + 【会员】保存为 PDF 增加分页选项 + 【会员】支持翻译为“印尼文”、“马来文”、“意大利文”、“俄罗斯文”、“泰文”、“越南文”、“阿拉伯文”、“土耳其文”八种语言类型 + 【修复】录制编码点击最小化后无法重新打开界面 + 【修复】在录制视频回放的时候无法调用截图功能 + 【修复】二维码识别无法复制部分内容 + 【修复】切换贴图组时缩略图重新展开后内容位置异常 + 【修复】MacOS 配置界面中图标在高 DPR 显示屏上模糊 + 【修复】设置快捷键时 ui 显示异常 + 【修复】Opacity 的翻译不正确 +ReleaseNotesUrl: https://pixpin.cn/docs/change-log/3.2.3.1 +PurchaseUrl: https://pixpin.cn/docs/policy/member_policy_zh_CN.html +Documentations: +- DocumentLabel: 使用文档 + DocumentUrl: https://pixpin.cn/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.yaml b/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.yaml new file mode 100644 index 000000000000..7df6a07fea78 --- /dev/null +++ b/manifests/p/PixPin/PixPin/Beta/3.2.3.1/PixPin.PixPin.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PixPin.PixPin.Beta +PackageVersion: 3.2.3.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/.validation b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/.validation new file mode 100644 index 000000000000..d1dd8677b807 --- /dev/null +++ b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"f80222e5-7abe-4434-8af9-724c899ad74a","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0","CommitId":"f29114c90ac8f8b7e13f024adadfa9ba95b8e600"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.installer.yaml b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.installer.yaml new file mode 100644 index 000000000000..0344653b76d4 --- /dev/null +++ b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.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: paolosalvatori.ServiceBusExplorer.Preview +PackageVersion: 6.3.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./ServiceBusExplorer.exe + PortableCommandAlias: servicebusexplorer +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/6.3.0-preview/ServiceBusExplorer-6.3.0-preview.zip + InstallerSha256: 48CD5CB753C4871BC8CF5EF1E8FF2C487166FAE38FBDC488F63524EFA9CB5D8E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-28 diff --git a/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.locale.en-US.yaml b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..e870e8d42c92 --- /dev/null +++ b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: paolosalvatori.ServiceBusExplorer.Preview +PackageVersion: 6.3.0 +PackageLocale: en-US +Publisher: PaoloSalvatori +PublisherUrl: https://github.com/paolosalvatori +PublisherSupportUrl: https://github.com/paolosalvatori/ServiceBusExplorer/issues +PackageName: ServiceBusExplorer Preview +PackageUrl: https://github.com/paolosalvatori/ServiceBusExplorer +License: MIT +ShortDescription: The Service Bus Explorer allows users to administer messaging entities. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs. +Tags: +- azure +- azure-event-hub +- azure-event-hubs +- azure-eventhub +- azure-notification-hubs +- azure-notificationhub +- azure-relay +- azure-service-bus +- azure-servicebus +- dotnet +- messaging-entities +- notification-hubs +- service-bus +- windows-forms +ReleaseNotesUrl: https://github.com/paolosalvatori/ServiceBusExplorer/releases/tag/6.3.0-preview +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/paolosalvatori/ServiceBusExplorer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.yaml b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.yaml new file mode 100644 index 000000000000..44041f08f4a5 --- /dev/null +++ b/manifests/p/paolosalvatori/ServiceBusExplorer/Preview/6.3.0/paolosalvatori.ServiceBusExplorer.Preview.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: paolosalvatori.ServiceBusExplorer.Preview +PackageVersion: 6.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.installer.yaml b/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.installer.yaml new file mode 100644 index 000000000000..60094145bb6b --- /dev/null +++ b/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SERGEYDJUM.dwmEOTFrs +PackageVersion: 0.11.0 +InstallerType: portable +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ElevationRequirement: elevationRequired +ReleaseDate: 2026-05-14 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SERGEYDJUM/dwm_eotf_rs/releases/download/v0.11.0/dwm_eotf_rs.exe + InstallerSha256: 5B503AB34C7715DCA7DAE824685195F463C1E63E4B9781517782B4DD1563AE16 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.locale.en-US.yaml b/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.locale.en-US.yaml new file mode 100644 index 000000000000..3096cfc72099 --- /dev/null +++ b/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SERGEYDJUM.dwmEOTFrs +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: SERGEYDJUM +PublisherUrl: https://github.com/SERGEYDJUM +PublisherSupportUrl: https://github.com/SERGEYDJUM/dwm_eotf_rs/issues +Author: Sergey Dzhumageldiev +PackageName: dwm_eotf_rs +PackageUrl: https://github.com/SERGEYDJUM/dwm_eotf_rs +License: MIT +LicenseUrl: https://github.com/SERGEYDJUM/dwm_eotf_rs/blob/master/LICENSE +Copyright: Copyright (c) 2026 Sergey Dzhumageldiev +CopyrightUrl: https://github.com/SERGEYDJUM/dwm_eotf_rs/blob/master/LICENSE +ShortDescription: Utility that fixes Windows sRGB to scRGB "gamma" by patching DWM shaders +Description: |- + An alternative implementation of the same idea that is behind dwm_eotf. + + It has additional features, such as system tray controls, autostart and shader dumping. This version + is also more reliable, as it does not require multiple tries for it to work (as far as I can tell). + + dwm_eotf_rs works by reading memory of the loaded dwmcore.dll module, patching shaders that are + responsible for incorrect SDR to HDR conversions there and writing it back. +ReleaseNotes: |- + ## What's Changed + + - feat: added automatic startup on user logon (uses PowerShell to create Task Scheduler entry + \Users\\dwm_eotf_rs) + - feat: reworked CLI: moved secondary functionality to subcommands and improved help output + - feat: added configurable delay to initial patching in tray mode (to prevent crashes when using + autostart, presumably) + + ## Notes + + - This app requires admin rights (it is somewhat of a debugger, after all). + - Starting with this release, the PowerShell is used, making the app look even more suspicious to AVs. +ReleaseNotesUrl: https://github.com/SERGEYDJUM/dwm_eotf_rs/releases/tag/v0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.yaml b/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.yaml new file mode 100644 index 000000000000..c84559f327d3 --- /dev/null +++ b/manifests/s/SERGEYDJUM/dwmEOTFrs/0.11.0/SERGEYDJUM.dwmEOTFrs.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: SERGEYDJUM.dwmEOTFrs +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.installer.yaml b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.installer.yaml new file mode 100644 index 000000000000..3d27c12fbc9d --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.4.3 +InstallerType: portable +Commands: +- sentry +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/3.4.3/sentry-cli-Windows-i686.exe + InstallerSha256: FB795C6EBF1B248FC28BF72A9BBEC69C0A4CB0AC6AD9BFEA5464BC27B9D339AB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/3.4.3/sentry-cli-Windows-x86_64.exe + InstallerSha256: 63239374B27FFEC95799562BEEBC88925319C18C2372D4D24B885D16250F1E2B + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.locale.en-US.yaml b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.locale.en-US.yaml new file mode 100644 index 000000000000..7e1c20ba7861 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.4.3 +PackageLocale: en-US +Publisher: Sentry +PublisherUrl: https://sentry.io/ +PublisherSupportUrl: https://github.com/getsentry/sentry-cli/issues +PrivacyUrl: https://sentry.io/privacy/ +Author: Functional Software, Inc. +PackageName: sentry-cli +PackageUrl: https://github.com/getsentry/sentry-cli +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/getsentry/sentry-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Sentry (https://sentry.io/) and individual contributors. All rights reserved. +ShortDescription: A command line utility to work with Sentry. +Moniker: sentry-cli +Tags: +- sentry +ReleaseNotes: |- + Security Fixes + - Behavior-breaking: Disable Xcode Info.plist preprocessing by default to avoid passing project-controlled compiler settings to cc during release auto-discovery. This affects sentry-cli releases propose-version, sentry-cli send-event and sentry-cli bash-hook --send-event release inference, and sentry-cli react-native xcode auto-release detection. Use --allow-xcode-infoplist-preprocessing only for trusted projects that require preprocessing. + - Ensure restrictive file permissions maintained when sentry-cli login updates existing config files. + - Disable TLS verification only when http.verify_ssl is set to false, case-insensitively. + - Shell-escape generated bash-hook arguments, including paths, tags, release names, and the CLI path. + - Stop sending environment variables in sentry-cli bash-hook events. + - Verify the downloaded binary checksum before replacing the current executable in sentry-cli update. + Performance + - (snapshots) Skip uploading images that already exist in objectstore by batch-checking with HEAD requests first (#3305) + Fixes + - (snapshots) Reject snapshot uploads that have a PR number but no base SHA, since comparisons cannot work without a base reference (#3300) +ReleaseNotesUrl: https://github.com/getsentry/sentry-cli/releases/tag/3.4.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.sentry.io/cli/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.locale.zh-CN.yaml b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.locale.zh-CN.yaml new file mode 100644 index 000000000000..96820a0b1787 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.4.3 +PackageLocale: zh-CN +Publisher: Sentry +PublisherUrl: https://sentry.io/ +PublisherSupportUrl: https://github.com/getsentry/sentry-cli/issues +PrivacyUrl: https://sentry.io/privacy/ +Author: Functional Software, Inc. +PackageName: sentry-cli +PackageUrl: https://github.com/getsentry/sentry-cli +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/getsentry/sentry-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Sentry (https://sentry.io/) and individual contributors. All rights reserved. +ShortDescription: 用于 Sentry 的命令行实用程序。 +Tags: +- sentry +ReleaseNotesUrl: https://github.com/getsentry/sentry-cli/releases/tag/3.4.3 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.sentry.io/cli/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.yaml b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.yaml new file mode 100644 index 000000000000..56398fd2616f --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.4.3/Sentry.sentry-cli.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.installer.yaml b/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.installer.yaml new file mode 100644 index 000000000000..d1988ef88d09 --- /dev/null +++ b/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.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: SmartSoft.SmartFTP +PackageVersion: 10.0.3324.0 +MinimumOSVersion: 10.0.17763.0 +Installers: +- InstallerLocale: en-US + Platform: + - Windows.Desktop + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://static.smartftp.com/static/Products/Client/10.0.3324.0/x64/SmartFTP.msi + InstallerSha256: CF0E0AC59BA0DF042B828D6C9901EC4BB7481729E58CA00062FEF472FF85CDBF + ProductCode: '{08D63521-762D-453D-BB14-DE38CFB0F27B}' + UnsupportedOSArchitectures: + - arm64 + AppsAndFeaturesEntries: + - UpgradeCode: '{2119EFC7-B9BF-445D-9DB9-A9052E8391C5}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-22 diff --git a/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.locale.en-US.yaml b/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.locale.en-US.yaml new file mode 100644 index 000000000000..07f340755670 --- /dev/null +++ b/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SmartSoft.SmartFTP +PackageVersion: 10.0.3324.0 +PackageLocale: en-US +Publisher: SmartSoft Ltd. +PublisherUrl: https://www.smartftp.com +PublisherSupportUrl: https://www.smartftp.com/support +Author: SmartSoft Ltd. +PackageName: SmartFTP Client +PackageUrl: https://www.smartftp.com +License: Commercial +LicenseUrl: https://www.smartftp.com/static/Products/Client/License.txt +ShortDescription: SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface. +Moniker: smartftp +Tags: +- ftp +- sftp +- webdav +- onedrive +- gdrive +- ssh +ReleaseNotesUrl: https://www.smartftp.com/en-us/changelog/1 +PurchaseUrl: https://www.smartftp.com/client/purchase/buy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.yaml b/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.yaml new file mode 100644 index 000000000000..a143131c41d0 --- /dev/null +++ b/manifests/s/SmartSoft/SmartFTP/10.0.3324.0/SmartSoft.SmartFTP.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: SmartSoft.SmartFTP +PackageVersion: 10.0.3324.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..cb26e00c9d08 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779469266-geb3cba +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779469266-geb3cba/amp-windows-x64-baseline.exe + InstallerSha256: 33499FE05E92EADFF388836F02A8CDA1EAAAC6379F0319B430CCF9DD5118842E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..c263db44015f --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779469266-geb3cba +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..be65c39cd609 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779469266-geb3cba +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..a634471c70f7 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779469266-geb3cba/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779469266-geb3cba +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..7c6dd1ede5c5 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779472071-g128112 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779472071-g128112/amp-windows-x64-baseline.exe + InstallerSha256: 5B9D7FC262A36F6A98D23D96259708AF09310B7E20732497BF474658705EA15A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..47f680f4eda8 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779472071-g128112 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..8757ed00cffc --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779472071-g128112 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..206a30e600fb --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779472071-g128112/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779472071-g128112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..15f05e2a74e9 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779481807-ge7719a +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779481807-ge7719a/amp-windows-x64-baseline.exe + InstallerSha256: BFF76BA94086F2DD9842C1EE29229B45037028E6A21D8AE367C09E9A6659880C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..d3058b4579c8 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779481807-ge7719a +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..f94b6eae0fe7 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779481807-ge7719a +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..ae7a637aa8f3 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779481807-ge7719a/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779481807-ge7719a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/0.37.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.37.1/StirlingTools.StirlingPDF.installer.yaml index 2bd9f4ea7f61..e6ecc0e71a1e 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.37.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.37.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.37.1 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.45.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.45.0/StirlingTools.StirlingPDF.installer.yaml index 7d61fa321448..0bde902da879 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.45.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.45.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.45.0 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.45.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.45.2/StirlingTools.StirlingPDF.installer.yaml index 7b00906c3a41..ed872b15f798 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.45.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.45.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.45.2 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.45.3/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.45.3/StirlingTools.StirlingPDF.installer.yaml index 5605d332548e..82145e4bea5d 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.45.3/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.45.3/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.45.3 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.45.4/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.45.4/StirlingTools.StirlingPDF.installer.yaml index c646a320f04c..ceceed126388 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.45.4/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.45.4/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.45.4 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.45.5/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.45.5/StirlingTools.StirlingPDF.installer.yaml index c6525f01d58d..c38c60866c89 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.45.5/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.45.5/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.45.5 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.45.6/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.45.6/StirlingTools.StirlingPDF.installer.yaml index a0c2ef2640b5..cc3922df59f9 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.45.6/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.45.6/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.45.6 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.46.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.46.0/StirlingTools.StirlingPDF.installer.yaml index 556b7fb3c581..c3e12698bad0 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.46.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.46.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.46.0 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.46.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.46.1/StirlingTools.StirlingPDF.installer.yaml index b13c22f122c3..0a7391a01f1c 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.46.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.46.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.46.1 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/0.46.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/0.46.2/StirlingTools.StirlingPDF.installer.yaml index 1dd675e00c90..24516efbbd83 100644 --- a/manifests/s/StirlingTools/StirlingPDF/0.46.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/0.46.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 0.46.2 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.0.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.0.0/StirlingTools.StirlingPDF.installer.yaml index a44466b6cb21..1698407c920b 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.0.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.0.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.0.0 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.0.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.0.1/StirlingTools.StirlingPDF.installer.yaml index e6933cedb00c..c37b5a0d53cd 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.0.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.0.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.0.1 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.0.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.0.2/StirlingTools.StirlingPDF.installer.yaml index 1bd8c5329c4e..80fed71bdf64 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.0.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.0.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.0.2 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.1.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.1.0/StirlingTools.StirlingPDF.installer.yaml index 3c97b5d3c361..f88a11da8490 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.1.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.1.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.1.0 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.1.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.1.1/StirlingTools.StirlingPDF.installer.yaml index 1d5fe956f25d..a2634511491e 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.1.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.1.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.1.1 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.2.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.2.0/StirlingTools.StirlingPDF.installer.yaml index 208c002cdc0b..84cdb26cc567 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.2.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.2.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.2.0 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.3.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.3.1/StirlingTools.StirlingPDF.installer.yaml index 7514ff6bc4d7..e71ab4aeecf0 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.3.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.3.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.3.1 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.3.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.3.2/StirlingTools.StirlingPDF.installer.yaml index 491cc6e077c0..b0bcb225f5c6 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.3.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.3.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.3.2 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.4.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.4.0/StirlingTools.StirlingPDF.installer.yaml index 1ba60dcc2fd8..16e047813151 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.4.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.4.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.4.0 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/1.5.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/1.5.0/StirlingTools.StirlingPDF.installer.yaml index 8138092f5456..368445fa444c 100644 --- a/manifests/s/StirlingTools/StirlingPDF/1.5.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/1.5.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 1.5.0 -InstallerLocale: en-US InstallerType: burn Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.installer.yaml deleted file mode 100644 index cb9f285c4a6a..000000000000 --- a/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: StirlingTools.StirlingPDF -PackageVersion: 2.1.1 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -UpgradeBehavior: install -ProductCode: '{6A686EC3-7AC1-4920-B3C0-EFA4AC61FA23}' -ReleaseDate: 2025-12-06 -AppsAndFeaturesEntries: -- Publisher: pdf - DisplayVersion: 2.0.0 - ProductCode: '{6A686EC3-7AC1-4920-B3C0-EFA4AC61FA23}' - UpgradeCode: '{3305FBA9-7E5E-5C09-BC71-ECA0A65F4FEE}' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Stirling-PDF' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.1.1/Stirling-PDF-windows-x86_64.msi - InstallerSha256: B2BB70B46EDC587A07DB59FB59ACE55683019ECA1254329ACBADA16EB8A1E6B8 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.locale.en-US.yaml b/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.locale.en-US.yaml deleted file mode 100644 index f9eef5d3b9f0..000000000000 --- a/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: StirlingTools.StirlingPDF -PackageVersion: 2.1.1 -PackageLocale: en-US -Publisher: Stirling-Software -PublisherUrl: https://www.stirlingpdf.com/ -PublisherSupportUrl: https://github.com/Stirling-Tools/Stirling-PDF/issues -PackageName: Stirling-PDF -PackageUrl: https://github.com/Stirling-Tools/Stirling-PDF -License: MIT -LicenseUrl: https://github.com/Stirling-Tools/Stirling-PDF/blob/HEAD/LICENSE -Copyright: Copyright (c) 2025 Stirling PDF Inc. -ShortDescription: A locally hosted one-stop shop for all your PDF needs -Description: Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements. -Tags: -- docker -- java -- pdf -- pdf-converter -- pdf-editor -- pdf-manipulation -- pdf-merger -- pdf-ocr -- pdf-tools -- pdf-web-apps -- pdfmerger -ReleaseNotes: |- - A quick hotfix update for general UI tweaks and bugs and possible fix for SSO issues - I would also like to take this time to apologise for any of the issues users have been seeing with SSO in our 2.0 update, we are doing the best we can to identify and resolve! - What's Changed - Minor Enhancements - - Desktop to match normal login screens by @ConnorYoh in #5122 - - SSO login fix by @DarioGii in #5167 - Other Changes - - More fixes for automate by @jbrunton96 in #5168 - - Update OCR setup guide link in LanguagePicker by @keonchennl in #5162 - - add enum SERVER to list of valid licenses by @EthanHealy01 in #5172 - - Chore/bump gradle version number by @EthanHealy01 in #5176 - New Contributors - - @keonchennl made their first contribution in #5162 - Full Changelog: v2.1.0...v2.1.1 -ReleaseNotesUrl: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.1.1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.yaml b/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.yaml deleted file mode 100644 index 872a8ad0fa63..000000000000 --- a/manifests/s/StirlingTools/StirlingPDF/2.1.1/StirlingTools.StirlingPDF.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: StirlingTools.StirlingPDF -PackageVersion: 2.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.1.3/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.1.3/StirlingTools.StirlingPDF.installer.yaml index d28636138074..34e1d5ae065b 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.1.3/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.1.3/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.1.3 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.1.4/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.1.4/StirlingTools.StirlingPDF.installer.yaml index 6dab7c6a0455..014f258b36cd 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.1.4/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.1.4/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.1.4 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.1.5/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.1.5/StirlingTools.StirlingPDF.installer.yaml index 8c054b5ee207..921eb5597216 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.1.5/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.1.5/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.1.5 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.10.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.10.0/StirlingTools.StirlingPDF.installer.yaml index acedf73454cf..e64b59811a25 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.10.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.10.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.10.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.10.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.10.1/StirlingTools.StirlingPDF.installer.yaml index 808861f032c8..e23d52335c2f 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.10.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.10.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.10.1 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.11.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.11.0/StirlingTools.StirlingPDF.installer.yaml index 8f20ffb57a6a..6480f900d5fc 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.11.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.11.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.11.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.2.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.2.0/StirlingTools.StirlingPDF.installer.yaml index d9770a0f6ccf..58e608105861 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.2.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.2.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.2.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.2.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.2.1/StirlingTools.StirlingPDF.installer.yaml index 2264b13bcc55..5efea654de73 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.2.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.2.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.2.1 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.3.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.3.0/StirlingTools.StirlingPDF.installer.yaml index 44b76af8463f..9d168fab7beb 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.3.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.3.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.3.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.3.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.3.1/StirlingTools.StirlingPDF.installer.yaml index 74b999770764..edb5cb72af3d 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.3.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.3.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.3.1 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.4.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.4.0/StirlingTools.StirlingPDF.installer.yaml index ddc9659d9c49..6fdfa439d1b1 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.4.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.4.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.4.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.4.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.4.1/StirlingTools.StirlingPDF.installer.yaml index 8c448b9e98a6..f763c7ba4084 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.4.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.4.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.4.1 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.4.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.4.2/StirlingTools.StirlingPDF.installer.yaml index b9f76a6e8a84..f37baad3095f 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.4.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.4.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.4.2 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.4.3/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.4.3/StirlingTools.StirlingPDF.installer.yaml index 0b4b1d982507..253919968237 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.4.3/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.4.3/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.4.3 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.4.4/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.4.4/StirlingTools.StirlingPDF.installer.yaml index a137f236c28f..eb90ff5f234c 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.4.4/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.4.4/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.4.4 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.4.5/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.4.5/StirlingTools.StirlingPDF.installer.yaml index a2f0d0d7cded..42c587ed36b3 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.4.5/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.4.5/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.4.5 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.4.6/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.4.6/StirlingTools.StirlingPDF.installer.yaml index 3572894111cd..e2c0b74840ce 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.4.6/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.4.6/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.4.6 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.5.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.5.0/StirlingTools.StirlingPDF.installer.yaml index e72486ea8d02..3c9dffe80eab 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.5.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.5.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.5.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.5.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.5.1/StirlingTools.StirlingPDF.installer.yaml index 58b9ebf8dd44..ad59c8304154 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.5.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.5.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.5.1 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.5.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.5.2/StirlingTools.StirlingPDF.installer.yaml index 2c744b4ee44f..e026d7cd5c90 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.5.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.5.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.5.2 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.5.3/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.5.3/StirlingTools.StirlingPDF.installer.yaml index fb5cc7d6b5d8..280ed948886e 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.5.3/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.5.3/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.5.3 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.installer.yaml index 4413f22f06a1..924b5b15fc46 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.6.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.7.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.7.0/StirlingTools.StirlingPDF.installer.yaml index be7750255351..dc3efb86a7ed 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.7.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.7.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.7.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.7.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.7.1/StirlingTools.StirlingPDF.installer.yaml index 6987183cffe2..be1cf5f5d893 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.7.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.7.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.7.1 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.7.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.7.2/StirlingTools.StirlingPDF.installer.yaml index 27355cd46eae..b3a329b337d1 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.7.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.7.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.7.2 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.7.3/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.7.3/StirlingTools.StirlingPDF.installer.yaml index 1eda0a07e803..d7b990b60ec4 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.7.3/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.7.3/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.7.3 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.8.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.8.0/StirlingTools.StirlingPDF.installer.yaml index 5052b75d3735..7296f7a65129 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.8.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.8.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.8.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.9.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.9.0/StirlingTools.StirlingPDF.installer.yaml index 3dbcc538c8c1..44757c36c0da 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.9.0/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.9.0/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.9.0 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.9.1/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.9.1/StirlingTools.StirlingPDF.installer.yaml index fc92ce3995fe..840c406988dc 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.9.1/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.9.1/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.9.1 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/StirlingTools/StirlingPDF/2.9.2/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.9.2/StirlingTools.StirlingPDF.installer.yaml index 9eed09f076df..2cc01d3f3542 100644 --- a/manifests/s/StirlingTools/StirlingPDF/2.9.2/StirlingTools.StirlingPDF.installer.yaml +++ b/manifests/s/StirlingTools/StirlingPDF/2.9.2/StirlingTools.StirlingPDF.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: StirlingTools.StirlingPDF PackageVersion: 2.9.2 -InstallerLocale: en-US InstallerType: wix Scope: machine UpgradeBehavior: install diff --git a/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.installer.yaml b/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.installer.yaml new file mode 100644 index 000000000000..ba4b38b5149f --- /dev/null +++ b/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Streetwriters.Notesnook +PackageVersion: 3.3.20 +UpgradeBehavior: install +Commands: +- notesnook +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.20/notesnook_win_x64.exe + InstallerSha256: F17013F26D4F9BF2361D51F04AC93BDB7903497503F10C044F878EBD14D9B97C + ProductCode: a05a6719-4910-5e6c-a2aa-9af71cd1063b + AppsAndFeaturesEntries: + - DisplayName: Notesnook 3.3.20 + ProductCode: a05a6719-4910-5e6c-a2aa-9af71cd1063b +- Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.20/notesnook_win_x64_portable.exe + InstallerSha256: 8F30BE2DCE939454F0AEA64734AE26D31B321181C20B37175C61CE844D98B4F8 +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.20/notesnook_win_arm64.exe + InstallerSha256: 8F898FBC445BD2EF51B1F0CB0AEB5EAA28E0C94B8AB1711B66283BB00D01438E + ProductCode: a05a6719-4910-5e6c-a2aa-9af71cd1063b + AppsAndFeaturesEntries: + - DisplayName: Notesnook 3.3.20 + ProductCode: a05a6719-4910-5e6c-a2aa-9af71cd1063b +- Architecture: arm64 + InstallerType: portable + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.20/notesnook_win_arm64_portable.exe + InstallerSha256: 3F0BE837348A61202CFCEF98ACB98314C777C3BAB0D5FE7D1BB3C245F761B01E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.locale.en-US.yaml b/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.locale.en-US.yaml new file mode 100644 index 000000000000..c0346ccec910 --- /dev/null +++ b/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Streetwriters.Notesnook +PackageVersion: 3.3.20 +PackageLocale: en-US +Publisher: Streetwriters +PublisherUrl: https://streetwriters.co/ +PublisherSupportUrl: https://github.com/streetwriters/notesnook/issues +PrivacyUrl: https://notesnook.com/privacy +Author: Streetwriters +PackageName: Notesnook +PackageUrl: https://notesnook.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/streetwriters/notesnook/blob/HEAD/LICENSE +Copyright: (c) Copyright 2026 Streetwriters (Private) Ltd. +ShortDescription: A fully end-to-end encrypted note taking alternative to Evernote. +Description: |- + Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2. + + Notesnook is our proof that privacy does not (always) have to come at the cost of convenience. We aim to provide users peace of mind & 100% confidence that their notes are safe and secure. The decision to go fully open source is one of the most crucial steps towards that. +Moniker: notesnook +Tags: +- asp-net-core +- dotnet-core +- electron +- foss +- note-management +- note-taking +- note-taking-app +- notebook +- notes +- notes-app +- productivity +- react +- react-native +- reactjs +- self-hosted +ReleaseNotes: Read about what's new in Notesnook Desktop v3.3.20 on Notesnook's blog +ReleaseNotesUrl: https://github.com/streetwriters/notesnook/releases/tag/v3.3.20 +PurchaseUrl: https://notesnook.com/pricing/ +Documentations: +- DocumentLabel: Notesnook Help + DocumentUrl: https://help.notesnook.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.yaml b/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.yaml new file mode 100644 index 000000000000..94e1fdb0f88f --- /dev/null +++ b/manifests/s/Streetwriters/Notesnook/3.3.20/Streetwriters.Notesnook.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: Streetwriters.Notesnook +PackageVersion: 3.3.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.installer.yaml b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.installer.yaml new file mode 100644 index 000000000000..948d4283f7e4 --- /dev/null +++ b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SuperUltra.superwhisper +PackageVersion: 1.3.13 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- superwhisper +ProductCode: superwhisper +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://fresh.superwhisper.com/download?asset=427235848&filename=superwhisper_1.3.13_x64-setup.exe + InstallerSha256: 04D7EE1A60D2FEE8B63D1F2B1E0473B30AAF0C640B84B62D717132EFD96F1D27 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: KhronosGroup.VulkanRT +- Architecture: arm64 + InstallerUrl: https://fresh.superwhisper.com/download?asset=427215970&filename=superwhisper_1.3.13_arm64-setup.exe + InstallerSha256: 4896C68B1D6CD88F760065C50773C2D60FEDB7771D7F959C4EE0BEF5A0B786BA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + - PackageIdentifier: KhronosGroup.VulkanRT +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.locale.en-US.yaml b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.locale.en-US.yaml new file mode 100644 index 000000000000..8eea79bbd7c4 --- /dev/null +++ b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SuperUltra.superwhisper +PackageVersion: 1.3.13 +PackageLocale: en-US +Publisher: superwhisper +PublisherUrl: https://superwhisper.com/ +PrivacyUrl: https://superwhisper.com/privacy +Author: SuperUltra, Inc. +PackageName: superwhisper +PackageUrl: https://superwhisper.com/ +License: Proprietary +LicenseUrl: https://superwhisper.com/terms +Copyright: © 2026 +CopyrightUrl: https://superwhisper.com/terms +ShortDescription: Turn your voice into polished text. +Description: Ultra-fast AI powered dictation that understands what you want to say and how you want to say it. Instantly turn speech into perfect emails, crisp notes, clear messages, professional communication, and more. +Tags: +- ai +- audio +- speech +- speech-to-text +- stt +- transcribe +- transcription +- voice +- whisper +ReleaseNotes: |- + Features and Fixes + - Mode specific keyboard shortcuts + - All model files downloaded from Superwhisper host + - Implement license email change requests + - Move dynamic normalization to sound settings + - Mode change keyboard shortcut helper at bottom of modes list + - Advanced settings UI rework + - Add Opus 4.6 and 4.7 to custom model setup + - History search and multi select UI rework + - Fix bug with disabled but still clickable speaker separation toggle +ReleaseNotesUrl: https://superwhisper.com/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://superwhisper.com/docs/get-started/introduction +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.locale.zh-CN.yaml b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.locale.zh-CN.yaml new file mode 100644 index 000000000000..0f0f343afa4b --- /dev/null +++ b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SuperUltra.superwhisper +PackageVersion: 1.3.13 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将你的语音转换为润色后的文本。 +Description: AI 驱动的超高速听写功能,既能精准理解你想表达的内容,也能适配你想要的表达风格,可即时将语音转换为完美邮件、简洁笔记、清晰消息、专业沟通文案等各类内容。 +Tags: +- speech-to-text +- whisper +- 声音 +- 字幕 +- 语音 +- 语音转文本 +- 转写 +- 音频 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://superwhisper.com/docs/get-started/introduction +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.yaml b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.yaml new file mode 100644 index 000000000000..7794ea7f0495 --- /dev/null +++ b/manifests/s/SuperUltra/superwhisper/1.3.13/SuperUltra.superwhisper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SuperUltra.superwhisper +PackageVersion: 1.3.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.installer.yaml b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.installer.yaml new file mode 100644 index 000000000000..4de9c15a4d37 --- /dev/null +++ b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Synology.BeeStation +PackageVersion: 1.4.3-675 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /nolaunch + SilentWithProgress: /S /nolaunch + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ff788799-daf8-5751-a74d-cb3986014e5a +ReleaseDate: 2026-04-28 +Installers: +- Architecture: x64 + InstallerUrl: https://global.synologydownload.com/download/Utility/BeeStationClient/1.4.3-0675/Windows/BeeStation-1.4.3-0675.exe + InstallerSha256: 7FE10B61B56707622D3AE183ACFC5D565A8E124125B2E75FE3F4262E6D1E844C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.locale.en-US.yaml b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.locale.en-US.yaml new file mode 100644 index 000000000000..e4cdef8ed00e --- /dev/null +++ b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Synology.BeeStation +PackageVersion: 1.4.3-675 +PackageLocale: en-US +Publisher: Synology Inc. +PublisherUrl: https://www.synology.com/ +PublisherSupportUrl: https://www.synology.com/company/contact_us +PrivacyUrl: https://www.synology.com/company/legal/privacy +Author: Synology Inc. +PackageName: BeeStation +PackageUrl: https://bee.synology.com/BeeStation/downloads +License: Proprietary +LicenseUrl: https://www.synology.com/company/legal/terms_EULA +Copyright: Copyright © 2026 Synology Inc. All rights reserved. +CopyrightUrl: https://www.synology.com/company/legal/terms_EULA +ShortDescription: Sync or back up your folders on your Windows PC or Mac for easy access anytime, anywhere +Tags: +- cloud +- cloud-drive +- download +- drive +- file +- nas +- netdisk +- storage +- sync +- upload +ReleaseNotes: |- + Fixed issues + - Fixed an issue where users might not receive two-factor authentication codes on iOS and macOS 26.4 when enabling iCloud Photos backup. + macOS + - Fixed an issue on macOS where uploading large files via "Stream My Files" might result in excessive memory usage. +ReleaseNotesUrl: https://www.synology.com/releaseNote/BeeStationClient +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.locale.zh-CN.yaml b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.locale.zh-CN.yaml new file mode 100644 index 000000000000..1845dc366ab8 --- /dev/null +++ b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Synology.BeeStation +PackageVersion: 1.4.3-675 +PackageLocale: zh-CN +PublisherUrl: https://www.synology.cn/zh-cn +PublisherSupportUrl: https://www.synology.cn/zh-cn/company/contact_us +PrivacyUrl: https://www.synology.cn/zh-cn/company/legal/privacy +PackageUrl: https://bee.synology.cn/zh-cn/BeeStation/downloads +License: 专有软件 +LicenseUrl: https://www.synology.cn/zh-cn/company/legal/terms_EULA +Copyright: 版权所有 © 2026 Synology Inc. 保留一切权利。 +CopyrightUrl: https://www.synology.cn/zh-cn/company/legal/terms_EULA +ShortDescription: 同步或备份 Windows PC 或 Mac 上的文件夹,方便随时随地存取。 +Tags: +- nas +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 存储 +- 文件 +- 网盘 +ReleaseNotes: |- + 问题修复 + - 修复在 iOS 与 macOS 26.4 上启用 iCloud 照片备份时,用户可能无法接收双重验证码的问题。 + macOS + - 修复在 macOS 上通过「串流我的文件」上传大型文件时,可能导致内存使用过高的问题。 +ReleaseNotesUrl: https://www.synology.cn/zh-cn/releaseNote/BeeStationClient +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.yaml b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.yaml new file mode 100644 index 000000000000..5b05ba203ed0 --- /dev/null +++ b/manifests/s/Synology/BeeStation/1.4.3-675/Synology.BeeStation.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Synology.BeeStation +PackageVersion: 1.4.3-675 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.installer.yaml b/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.installer.yaml new file mode 100644 index 000000000000..c9a5f272cd11 --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sparrowwallet.sparrow +PackageVersion: 2.5.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{13D07BA1-51B2-384F-8A51-9E246333BEF7}' +ReleaseDate: 2026-05-22 +AppsAndFeaturesEntries: +- DisplayName: Sparrow + Publisher: Unknown + ProductCode: '{13D07BA1-51B2-384F-8A51-9E246333BEF7}' + UpgradeCode: '{B63FF068-2808-3D04-B314-A745FF02151C}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Sparrow' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sparrowwallet/sparrow/releases/download/2.5.1/Sparrow-2.5.1.msi + InstallerSha256: AEB7F4FA08BD6D819F5BBC1A01E8BEA97839C691AE9BA3A949332C3A1961223A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.locale.en-US.yaml b/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.locale.en-US.yaml new file mode 100644 index 000000000000..478df09a770a --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sparrowwallet.sparrow +PackageVersion: 2.5.1 +PackageLocale: en-US +Publisher: Sparrow Wallet +PublisherUrl: https://github.com/sparrowwallet +PublisherSupportUrl: https://github.com/sparrowwallet/sparrow/issues +PackageName: Sparrow Bitcoin Wallet +PackageUrl: https://github.com/sparrowwallet/sparrow +License: Apache-2.0 +LicenseUrl: https://github.com/sparrowwallet/sparrow/blob/HEAD/LICENSE +ShortDescription: Desktop Bitcoin Wallet focused on security and privacy. Free and open source. +Description: |- + Sparrow is a modern desktop Bitcoin wallet application supporting most hardware wallets and built + on common standards such as PSBT, with an emphasis on transparency and usability. +Tags: +- bitcoin +- bitcoin-wallet +ReleaseNotes: |- + - Update the BIP322 implementation to match the Completed specification + - Bug fix: Fix incorrect script type selected in the Settings tab on loading a wallet with a non-default script type + - Bug fix: Fix a potential NPE on the transaction entry tooltip +ReleaseNotesUrl: https://github.com/sparrowwallet/sparrow/releases/tag/2.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.yaml b/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.yaml new file mode 100644 index 000000000000..3526913675ea --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.5.1/sparrowwallet.sparrow.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: sparrowwallet.sparrow +PackageVersion: 2.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.28.3/stacklok.thv.installer.yaml b/manifests/s/stacklok/thv/0.28.3/stacklok.thv.installer.yaml new file mode 100644 index 000000000000..b2d1124ba461 --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.3/stacklok.thv.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-22" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.28.3/toolhive_0.28.3_windows_arm64.zip + InstallerSha256: da91a11a7de7f8d0935675ac0b383f6d5536d0e9757a0f15fac5adb649f1cb3c + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.28.3/toolhive_0.28.3_windows_amd64.zip + InstallerSha256: a6c2aea6bf4f3226ea6225d7bbd6c72cc7835e2d4bdeb2e86819cc5b0e1c1063 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.28.3/stacklok.thv.locale.en-US.yaml b/manifests/s/stacklok/thv/0.28.3/stacklok.thv.locale.en-US.yaml new file mode 100644 index 000000000000..9bcf921b73cd --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.3/stacklok.thv.locale.en-US.yaml @@ -0,0 +1,32 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.3 +PackageLocale: en-US +Publisher: stacklok +PublisherSupportUrl: https://github.com/stacklok/toolhive/issues/new/choose +PackageName: thv +PackageUrl: https://stacklok.com +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/toolhive/blob/main/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers +Moniker: thv +Tags: + - golang + - cli + - mcp + - toolhive + - stacklok + - model-context-protocol + - mcp-server +ReleaseNotes: | + ## Changelog + * b9ec5920e30b5f40a9e0e93cc650033c5043ceb5: Enable Renovate vulnerability alerts to trigger immediately (#5367) (@amirejaz) + * e37e33670f3cb43dc305d2bb3ce56b94268cda50: Mirror MCPExternalAuthConfig Valid=False onto consumer CR conditions (#5354) (@tgrunnagle) + * 61202ff8f44cc41870d8aed21b2aeea10714d821: Release v0.28.3 (#5370) (@toolhive-release-app[bot]) + * 9a28521c43c85711c66dcd70646da7339008bae7: Resolve authz `ConfigMap` for `VirtualMCPServer` (#5290) (@blkt) + * 686eb1b21308f148f380efbace150f295a8c332d: Restore ServerBuilder.WithMiddleware and WithRoute (#5369) (@reyortiz3) + * 391f4f26c1494ada439d32e538bf8161d06d8ba6: Upgrade golang.org/x/crypto to v0.52.0 (#5366) (@amirejaz) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.28.3/stacklok.thv.yaml b/manifests/s/stacklok/thv/0.28.3/stacklok.thv.yaml new file mode 100644 index 000000000000..79c452ac0c38 --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.3/stacklok.thv.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.installer.yaml b/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.installer.yaml new file mode 100644 index 000000000000..dd7625cda1a2 --- /dev/null +++ b/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: steipete.gogcli +PackageVersion: 0.19.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gog.exe + PortableCommandAlias: gog +Commands: +- gog +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/gogcli/releases/download/v0.19.0/gogcli_0.19.0_windows_amd64.zip + InstallerSha256: E443D0027F9A5BDB7A3B9C556A6D0A6645F248F1B921811994A1CD25CE255253 +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/gogcli/releases/download/v0.19.0/gogcli_0.19.0_windows_arm64.zip + InstallerSha256: 02733F6AA1DE9511C18F60AA337DF7BB0ABA84D929C8A0A8BD5EF5D62A0D7B18 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.locale.en-US.yaml b/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.locale.en-US.yaml new file mode 100644 index 000000000000..4ac717353314 --- /dev/null +++ b/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: steipete.gogcli +PackageVersion: 0.19.0 +PackageLocale: en-US +Publisher: Peter Steinberger +PublisherUrl: https://steipete.me/ +PublisherSupportUrl: https://github.com/steipete/gogcli/issues +Author: Peter Steinberger +PackageName: gogcli +PackageUrl: https://gogcli.sh/ +License: MIT +LicenseUrl: https://github.com/openclaw/gogcli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Peter Steinberger +CopyrightUrl: https://github.com/steipete/gogcli/blob/HEAD/LICENSE +ShortDescription: gog unifies Gmail, Calendar, Drive, Contacts, Tasks, Sheets, Docs, Slides, and People under one CLI — with JSON output and sane defaults. +Description: |- + gog unifies Gmail, Calendar, Drive, Contacts, Tasks, Sheets, Docs, Slides, and People under one CLI — with JSON output and sane defaults. + + Features + - Gmail + - Search threads, send mail, manage labels, drafts, filters, settings, and watch (Pub/Sub push). + - Calendar + - List/create/update events, respond to invites, detect conflicts, and check free/busy. + - Drive + - List/search/upload/download, export Docs formats, permissions, folders, URLs. + - Sheets / Docs / Slides + - Read/write Sheets; export Docs/Slides/Sheets to PDF/DOCX/PPTX/XLSX/CSV via Drive. + - Contacts / People + - Personal contacts, “other contacts”, Workspace directory, and your profile. + - Tasks + - Tasklists + tasks: add/update/done/undo/delete/clear with paging and JSON output. +Moniker: gogcli +Tags: +- gcal +- gcontacts +- gdrive +- gmail +- google +ReleaseNotes: |- + 0.19.0 + + Added + - Auth: store Google OAuth client_secret values in the keyring by default while leaving only client metadata on disk; legacy plaintext credentials still read and auth credentials set --insecure preserves the old write shape. (#596) + - Auth: add auth credentials set --expand-env for strict environment placeholder expansion in OAuth client JSON. (#599) + - Auth: let auth import seed an initial access token and expiry, and round-trip cached access tokens through token export/import. (#598) + - CLI: add XDG kind-aware config/data/state/cache paths with GOG_HOME, per-kind GOG_*_DIR overrides, and --home while preserving legacy auth/keyring/service-account reads. (#621, #622) — thanks @alexminza. + - Docs: add explicit --page-width, --page-height, and page margin flags to docs write and docs page-layout, keeping --pageless width unchanged unless requested. (#629, #630) — thanks @sebsnyk. + + Fixed + - People: fall back to token identity when gog me / gog whoami hit a disabled People API on the OAuth client project. (#460, #461) + - Docs: drop all-whitespace Markdown table header rows during Docs markdown writes, and rewrite same-document #heading-slug links to native Google Docs heading links after Drive markdown import. (#632, #633) — thanks @sebsnyk. + - Gmail: include attachment metadata in gmail messages search --include-body --json results. (#620) + - Auth: let auth service-account set read service account keys from stdin (--key=- or --key-stdin) or an environment variable (--key-env). (#600) + - Auth: serialize file-keyring reads and writes with a shared lock so concurrent gog processes cannot observe partial keyring entries or clobber multi-key token updates. (#597) + - Release: verify the OpenClaw Homebrew tap checkout when checking gogcli formula assets. +ReleaseNotesUrl: https://github.com/openclaw/gogcli/releases/tag/v0.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.yaml b/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.yaml new file mode 100644 index 000000000000..8f3755f650d6 --- /dev/null +++ b/manifests/s/steipete/gogcli/0.19.0/steipete.gogcli.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: steipete.gogcli +PackageVersion: 0.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.installer.yaml b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.installer.yaml new file mode 100644 index 000000000000..b70cbbc931c7 --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TheBrowserCompany.Arc +PackageVersion: 1.106.1.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.5 +PackageFamilyName: TheBrowserCompany.Arc_ttt1ap7aakyb4 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.arc.net/windows/prod/1.106.1.3/Arc.x64.msix + InstallerSha256: 47B67B2A4F852FD6932392E186AF54132C438C06619438DC8F498BB19C444413 + SignatureSha256: E4E0A94279461CE512D4539D5DDBC3165C8289F8C96A124C3BB4B9BA9B607E2E +- Architecture: arm64 + InstallerUrl: https://releases.arc.net/windows/prod/1.106.1.3/Arc.arm64.msix + InstallerSha256: A7524CB1EE809846518067F7D710092739F4C927C342A5698553CB263AE4E89A + SignatureSha256: 0034D1722E653673507B53BEDFB8C7E650BDD71E317D84D4EE3E2FC971C5F923 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.locale.en-US.yaml b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.locale.en-US.yaml new file mode 100644 index 000000000000..546d3db4e5a4 --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TheBrowserCompany.Arc +PackageVersion: 1.106.1.3 +PackageLocale: en-US +Publisher: The Browser Company of New York +PublisherUrl: https://arc.net/ +PublisherSupportUrl: https://resources.arc.net/ +PrivacyUrl: https://arc.net/privacy +Author: THE BROWSER COMPANY OF NEW YORK INC. +PackageName: Arc +PackageUrl: https://arc.net/ +License: Proprietary +Copyright: Copyright 2026 The Browser Company. All rights reserved. +ShortDescription: Arc is a new browser that shapes itself to how you use the internet. It offers Spaces, Profiles, Split View, Themes, and more to organize and customize your online experience. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotesUrl: https://arc.net/windows/release-notes +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://arc.net/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.locale.zh-CN.yaml b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.locale.zh-CN.yaml new file mode 100644 index 000000000000..1ad1d9b6a0de --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TheBrowserCompany.Arc +PackageVersion: 1.106.1.3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Arc 是一款全新的浏览器,可以根据您使用互联网的方式进行调整。它提供“空间”、“配置文件”、“拆分视图”、“主题”等功能,组织和定制您的冲浪体验。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://arc.net/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.yaml b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.yaml new file mode 100644 index 000000000000..087927e99e30 --- /dev/null +++ b/manifests/t/TheBrowserCompany/Arc/1.106.1.3/TheBrowserCompany.Arc.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TheBrowserCompany.Arc +PackageVersion: 1.106.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.installer.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.installer.yaml new file mode 100644 index 000000000000..2e1b24a4d379 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.32 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- mht +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Vivaldi +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.32.x64.exe + InstallerSha256: 6B73AE51740C41F6A27563E8286C7394DE08BBDDE91663D258C95334E6CC5C9C + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.32.x64.exe + InstallerSha256: 6B73AE51740C41F6A27563E8286C7394DE08BBDDE91663D258C95334E6CC5C9C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.32.arm64.exe + InstallerSha256: E61A893BB1F09461A73A451346FF98BA4F5EF0AB3C7EEFDF220F38DBCFBDE919 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.0.4033.32.arm64.exe + InstallerSha256: E61A893BB1F09461A73A451346FF98BA4F5EF0AB3C7EEFDF220F38DBCFBDE919 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml new file mode 100644 index 000000000000..dca162b31d2a --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.32 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi (Snapshot) +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + - [AutoHide] Add padding on vertical toolbar VB-127955 + - [Freeze] When Razer Chroma is enabled VB-128005 + - [Settings][Policies] Any managed policy causes settings to scroll to top when moving focus VB-127125 + - [Tabs][Panels] Stack names are lost if the stack is moved with the windows panel VB-109131 + - [Tabs] When opening links from the right/bottom-most tab in a stack only the first child tab opens inside + - [Themes] Previews lack blur effect VB-127887 + - [Tile] Active border is incorrectly applied to multiple tiled tabs VB-128053 + - [Workspaces] Opening workspace in a new window opens new window without focus VB-127916 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/snapshot/8.0.4033.32.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml new file mode 100644 index 000000000000..d2d62373ddfe --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.32 +PackageLocale: zh-CN +PublisherUrl: https://vivaldi.com/zh-hans/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +PackageName: Vivaldi(快照版) +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.yaml new file mode 100644 index 000000000000..e75bd2d5c8d7 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.0.4033.32/Vivaldi.Vivaldi.Snapshot.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.0.4033.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.installer.yaml b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.installer.yaml new file mode 100644 index 000000000000..ff23dda82921 --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wondershare.Repairit +PackageVersion: 6.6.5.13 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{92A6E5FF-9CF6-47bf-BB78-ABEE552A7DA2}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/repairit_64bit_6.6.5_full5913.exe + InstallerSha256: B9BC7A93C76D1482241D4EE9054B582FED7701440C45AE780C8866A8E3CCEA6F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.locale.en-US.yaml b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.locale.en-US.yaml new file mode 100644 index 000000000000..6cff7b4b24cb --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.Repairit +PackageVersion: 6.6.5.13 +PackageLocale: en-US +Publisher: Wondershare Software Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://repairit.wondershare.com/support.html +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare Repairit +PackageUrl: https://repairit.wondershare.com/ +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: One stop solution to fix broken files +Description: What to do when your videos, photos, files or audios get corrupted or fail to open? Don't worry! Here is a one-stop solution to repair corrupted videos, photos, files and audios regardless of their level of damage. +Tags: +- docs +- document +- file +- fix +- repair +ReleaseNotes: |- + 1. Upgraded AI image repair performance. + 2. Upgraded MKV format repair performance. + 3. Fixed some bugs. +PurchaseUrl: https://repairit.wondershare.com/buy/store.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.locale.zh-CN.yaml b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.locale.zh-CN.yaml new file mode 100644 index 000000000000..294b22e02ccc --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.Repairit +PackageVersion: 6.6.5.13 +PackageLocale: zh-CN +Publisher: Wondershare Software Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://repairit.wondershare.com/support.html +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare Repairit +PackageUrl: https://repairit.wondershare.com/ +License: 专有软件 +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: 一站式破损文件修复解决方案 +Description: 视频、照片、文件或音频损坏或打不开怎么办?莫慌!这里有一站式解决方案,无论其损坏程度如何,都能对损坏的视频、照片、文件和音频进行修复。 +Tags: +- 修复 +- 文件 +- 文档 +PurchaseUrl: https://repairit.wondershare.com/buy/store.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.yaml b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.yaml new file mode 100644 index 000000000000..44e77b93d2ed --- /dev/null +++ b/manifests/w/Wondershare/Repairit/6.6.5.13/Wondershare.Repairit.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wondershare.Repairit +PackageVersion: 6.6.5.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.installer.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.installer.yaml new file mode 100644 index 000000000000..a92518b2546c --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wanshuiyin.ARIS-Code +PackageVersion: 0.4.12 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aris.exe +Commands: +- aris +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/releases/download/v0.4.12/aris-code-windows-x64.zip + InstallerSha256: 93DB5171622F578E4AEB286F230311278C0DBDB4B80DF41256806B1B2AF5D7CC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.locale.en-US.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.locale.en-US.yaml new file mode 100644 index 000000000000..5c501908cc93 --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wanshuiyin.ARIS-Code +PackageVersion: 0.4.12 +PackageLocale: en-US +Publisher: Yang Ruofeng +PublisherUrl: https://github.com/wanshuiyin +PublisherSupportUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/issues +Author: Yang Ruofeng +PackageName: ARIS-Code +PackageUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep +License: MIT +LicenseUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/blob/aris-code/LICENSE +Copyright: Copyright (c) 2026 wanshuiyin +ShortDescription: A terminal-based AI research assistant built for academic researchers +Description: |- + ARIS-Code (Auto Research in Sleep) is a terminal-based AI research assistant built for academic researchers. Its core philosophy: + - 🤖 Executor: The primary LLM — writes code, surveys literature, drafts papers, plans experiments + - 🔍 Reviewer: An independent LLM that adversarially critiques the Executor's output via the LlmReview tool + - 🔄 Iterate: Executor writes → Reviewer critiques → Executor revises → loop until quality converges + With 42 bundled research skills, ARIS covers the full pipeline from idea discovery to paper submission. +Tags: +- academic +- ai +- large-language-model +- llm +- paper +- research +ReleaseNotes: 'Full Changelog: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/compare/v0.4.11...v0.4.12' +ReleaseNotesUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/releases/tag/v0.4.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.locale.zh-CN.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.locale.zh-CN.yaml new file mode 100644 index 000000000000..2d04e1706dfd --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: wanshuiyin.ARIS-Code +PackageVersion: 0.4.12 +PackageLocale: zh-CN +ShortDescription: 一款为学术研究人员打造的、基于终端的人工智能研究助手 +Description: |- + ARIS-Code(Auto Research in Sleep)是一款为学术研究人员打造的、基于终端的人工智能研究助手。它的核心理念如下: + - 🤖 执行者:作为核心大语言模型,可完成代码编写、文献调研、论文草拟、实验规划工作 + - 🔍 审核者:独立的大语言模型,通过 LlmReview 工具对执行者的输出提出对抗性批评意见 + - 🔄 迭代:执行者编写→审核者批评→执行者修改,循环往复直至输出质量达标 + ARIS 捆绑了 42 项研究技能,覆盖从想法发起到论文投稿的完整研究流程。 +Tags: +- 人工智能 +- 大语言模型 +- 学术 +- 研究 +- 科研 +- 论文 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.yaml new file mode 100644 index 000000000000..db4e21e43bcf --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.12/wanshuiyin.ARIS-Code.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: wanshuiyin.ARIS-Code +PackageVersion: 0.4.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.installer.yaml b/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.installer.yaml new file mode 100644 index 000000000000..ba8218656634 --- /dev/null +++ b/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wnunezc.CodexChatVault +PackageVersion: 1.0.1 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wnunezc/codex-chat-vault/releases/download/v1.0.1/codex-chat-vault-1.0.1-x86_64.msi + InstallerSha256: 8207BE115D36CEBA54BEFA8A0DD2A158E49F77C7B3BC2D60A15D136E145717B0 + ProductCode: '{99C2F785-B3B4-4FF4-9CCC-E208CC77CB94}' + AppsAndFeaturesEntries: + - DisplayName: Codex Chat Vault + Publisher: wnunezc + ProductCode: '{99C2F785-B3B4-4FF4-9CCC-E208CC77CB94}' + UpgradeCode: '{57C97B1E-B974-4BB2-857A-ADBFF1210F54}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.locale.en-US.yaml b/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.locale.en-US.yaml new file mode 100644 index 000000000000..716be5c387ff --- /dev/null +++ b/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.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: wnunezc.CodexChatVault +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: wnunezc +PublisherUrl: https://github.com/wnunezc +PublisherSupportUrl: https://github.com/wnunezc/codex-chat-vault/issues +PackageName: Codex Chat Vault +PackageUrl: https://github.com/wnunezc/codex-chat-vault +License: MIT +LicenseUrl: https://github.com/wnunezc/codex-chat-vault/blob/main/LICENSE +ShortDescription: Windows desktop utility to inspect, back up, and clean local Codex chat and session files. +Tags: +- codex +- backup +- cleanup +- jsonl +- desktop +ReleaseNotesUrl: https://github.com/wnunezc/codex-chat-vault/releases/tag/v1.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.yaml b/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.yaml new file mode 100644 index 000000000000..df1ba2a9f98f --- /dev/null +++ b/manifests/w/wnunezc/CodexChatVault/1.0.1/wnunezc.CodexChatVault.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: wnunezc.CodexChatVault +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.installer.yaml b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.installer.yaml new file mode 100644 index 000000000000..7a3e5d49279d --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.5.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- zcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 268ce9e6-a30b-5890-ad18-d4b3ebba5377 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.5.0/ZCode-2.5.0-win-x64.exe + InstallerSha256: B16A952CAA9230B82C9D2B4B62778F3154330F709702570F5BB5F721E1DF7EBB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.5.0/ZCode-2.5.0-win-x64.exe + InstallerSha256: B16A952CAA9230B82C9D2B4B62778F3154330F709702570F5BB5F721E1DF7EBB + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.locale.en-US.yaml b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.locale.en-US.yaml new file mode 100644 index 000000000000..e8043b2d3864 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.5.0 +PackageLocale: en-US +Publisher: Z.AI +PublisherUrl: https://z.ai/ +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +PackageName: Z Code +PackageUrl: https://zcode-ai.com/ +License: Proprietary +Copyright: © 2026 Z Code. All rights reserved. +ShortDescription: Z Code combines the best AI agents with your existing tools so you can plan, code, review, and deploy without friction. +Description: Z Code is a lightweight AI code editor designed to address the high operational barrier of command-line AI programming tools (such as Claude Code, Codex, Gemini, etc.). By providing a unified and user-friendly visual desktop interface, it seamlessly integrates the capabilities of these Agents, allowing smooth switching and experience across multiple Agent programming tools with just one API key. Additionally, it offers a series of features including secure file version management, efficient code review, task agents, MCP protocol management, and more, delivering you an all-in-one AI-assisted development experience. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Document + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.locale.zh-CN.yaml b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..00cd3f4dfcfd --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.5.0 +PackageLocale: zh-CN +Author: 北京智谱华章科技有限公司 +License: 专有软件 +ShortDescription: Z Code 将最佳的 AI 代理与您现有的工具相结合,让您能够顺畅地进行规划、编码、审查和部署。 +Description: Z Code 是一款轻量级的 AI 代码编辑器,旨在解决命令行 AI 编程工具(如 Claude Code、Codex、Gemini 等)操作门槛高的问题。它通过提供一个统一、友好的可视化桌面,将这些 Agent 的能力无缝集成,仅使用一个 api key 就能丝滑切换体验多个 Agent 编程工具。此外,还提供安全的文件版本管理、高效代码审查、任务 Agent、MCP 协议管理等一系列特性,为你打造一站式的 AI 辅助开发体验。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 新功能 + - 长聊天记录和历史详情加载更流畅,打开大量对话时更不容易卡顿。 + - 优化了侧边栏的用量与剩余额度展示,查看当前使用情况更直观。 + - 改进了用量统计图表和套餐分析展示,帮助你更清楚地了解消耗情况。 + - AI 回复中的 Markdown 内容会更平滑地逐步显示,阅读体验更自然。 + 问题修复 + - 修复了切换模型或智能体后,部分设置、快捷命令或任务模型可能丢失的问题。 + - 提升了自定义服务商和 Claude 相关配置的稳定性,切换模型时更不容易出现配置异常。 + - 修复了 Linux 上登录授权链接无法正确唤起应用的问题。 + - 改进了远程工作区的初始化和配置同步,减少插件、技能、命令不可用或配置不同步的情况。 + - 修复了部分远程运行环境不完整或缓存异常导致功能不可用的问题。 + - 修复了窗口缩放后界面可能没有及时刷新的问题。 + - 优化了套餐与用量相关文案和展示逻辑,避免显示不准确或标签含义不清。 + - 修复了插件启用状态保存不稳定的问题,重启后状态更可靠。 + - 改进了内置命令行工具的识别与加载,减少找不到工具的情况。 + - 修复了移动端远程输入时 Enter 键行为不符合预期的问题,现在更适合输入换行。 + - 修复了聊天时间线和流式回复展示中的一些边界问题,消息分隔和操作入口更清晰。 + - 禁止部分工具自动更新,避免后台更新带来不可预期的变化。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.yaml b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.yaml new file mode 100644 index 000000000000..6a4b97a5c929 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.5.0/ZhipuAI.ZCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.installer.yaml b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.installer.yaml new file mode 100644 index 000000000000..7f7f31c7c018 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.6.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- zcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 268ce9e6-a30b-5890-ad18-d4b3ebba5377 +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.6.0/ZCode-2.6.0-win-x64.exe + InstallerSha256: 8CE78542E306A4B6775F25FAD4033949B7D973300B7D7B0C1F22957DFCEC1CE3 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.6.0/ZCode-2.6.0-win-x64.exe + InstallerSha256: 8CE78542E306A4B6775F25FAD4033949B7D973300B7D7B0C1F22957DFCEC1CE3 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.locale.en-US.yaml b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.locale.en-US.yaml new file mode 100644 index 000000000000..630aba0369df --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: Z.AI +PublisherUrl: https://z.ai/ +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +PackageName: Z Code +PackageUrl: https://zcode-ai.com/ +License: Proprietary +Copyright: © 2026 Z Code. All rights reserved. +ShortDescription: Z Code combines the best AI agents with your existing tools so you can plan, code, review, and deploy without friction. +Description: Z Code is a lightweight AI code editor designed to address the high operational barrier of command-line AI programming tools (such as Claude Code, Codex, Gemini, etc.). By providing a unified and user-friendly visual desktop interface, it seamlessly integrates the capabilities of these Agents, allowing smooth switching and experience across multiple Agent programming tools with just one API key. Additionally, it offers a series of features including secure file version management, efficient code review, task agents, MCP protocol management, and more, delivering you an all-in-one AI-assisted development experience. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Document + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.locale.zh-CN.yaml b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..4b8ad639d7b4 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.6.0 +PackageLocale: zh-CN +Author: 北京智谱华章科技有限公司 +License: 专有软件 +ShortDescription: Z Code 将最佳的 AI 代理与您现有的工具相结合,让您能够顺畅地进行规划、编码、审查和部署。 +Description: Z Code 是一款轻量级的 AI 代码编辑器,旨在解决命令行 AI 编程工具(如 Claude Code、Codex、Gemini 等)操作门槛高的问题。它通过提供一个统一、友好的可视化桌面,将这些 Agent 的能力无缝集成,仅使用一个 api key 就能丝滑切换体验多个 Agent 编程工具。此外,还提供安全的文件版本管理、高效代码审查、任务 Agent、MCP 协议管理等一系列特性,为你打造一站式的 AI 辅助开发体验。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 新功能 + - 支持在命令列表中使用 Claude 的 /clear 命令。 + - Git 状态会根据工作区文件变化自动刷新,文件改动后的状态展示更及时。 + - 聊天内容中的 Mermaid 图表现在可以直接渲染展示,查看流程图、时序图等更直观。 + 问题修复 + - 修复部分本地命令执行后状态不同步的问题,使用命令时更稳定。 + - 修复任务回退后模型选择可能丢失或显示不正确的问题。 + - 优化 Codex 相关模式的显示与保存逻辑,避免模式名称、权限提示或选择状态异常。 + - 修复 Claude 1M 相关模型在选择、恢复和代理场景下可能不正确的问题。 + - 修复部分代码修改内容无法正常展示的问题。 + - 修复 Mermaid 图表渲染失败时的兼容处理,避免影响消息展示。 + - 修复已完成的 Markdown 内容可能反复渲染、导致界面卡住的问题。 + - 修复消息界面在某些情况下可能陷入死循环的问题。 + - 修复 Git 状态自动刷新范围过大的问题,减少不必要的刷新和干扰。 + - 修复编码计划和用量图表在部分情况下显示不稳定的问题。 + - 修复恢复任务后模型显示可能不稳定的问题。 + - 修复远程连接二维码刷新时可能导致链接或登录状态异常的问题。 + - 修复命令列表中可能显示不兼容命令的问题。 + - 增加配置项,避免 OpenCode 被自动更新。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.yaml b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.yaml new file mode 100644 index 000000000000..a11ef7f04542 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.6.0/ZhipuAI.ZCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.installer.yaml b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.installer.yaml new file mode 100644 index 000000000000..fa153bcd745d --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.8.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- zcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 268ce9e6-a30b-5890-ad18-d4b3ebba5377 +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.8.0/ZCode-2.8.0-win-x64.exe + InstallerSha256: 3116A915F171663B1F3F04FCEF6C3294FAF8ABFDDF4DA9AB17D6C8FEF33FB6AB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.8.0/ZCode-2.8.0-win-x64.exe + InstallerSha256: 3116A915F171663B1F3F04FCEF6C3294FAF8ABFDDF4DA9AB17D6C8FEF33FB6AB + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.locale.en-US.yaml b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.locale.en-US.yaml new file mode 100644 index 000000000000..3e054a04613e --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.8.0 +PackageLocale: en-US +Publisher: Z.AI +PublisherUrl: https://z.ai/ +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +PackageName: Z Code +PackageUrl: https://zcode-ai.com/ +License: Proprietary +Copyright: © 2026 Z Code. All rights reserved. +ShortDescription: Z Code combines the best AI agents with your existing tools so you can plan, code, review, and deploy without friction. +Description: Z Code is a lightweight AI code editor designed to address the high operational barrier of command-line AI programming tools (such as Claude Code, Codex, Gemini, etc.). By providing a unified and user-friendly visual desktop interface, it seamlessly integrates the capabilities of these Agents, allowing smooth switching and experience across multiple Agent programming tools with just one API key. Additionally, it offers a series of features including secure file version management, efficient code review, task agents, MCP protocol management, and more, delivering you an all-in-one AI-assisted development experience. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Document + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.locale.zh-CN.yaml b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..ec66507f3929 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.8.0 +PackageLocale: zh-CN +Author: 北京智谱华章科技有限公司 +License: 专有软件 +ShortDescription: Z Code 将最佳的 AI 代理与您现有的工具相结合,让您能够顺畅地进行规划、编码、审查和部署。 +Description: Z Code 是一款轻量级的 AI 代码编辑器,旨在解决命令行 AI 编程工具(如 Claude Code、Codex、Gemini 等)操作门槛高的问题。它通过提供一个统一、友好的可视化桌面,将这些 Agent 的能力无缝集成,仅使用一个 api key 就能丝滑切换体验多个 Agent 编程工具。此外,还提供安全的文件版本管理、高效代码审查、任务 Agent、MCP 协议管理等一系列特性,为你打造一站式的 AI 辅助开发体验。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 新功能 + - 白板侧边栏现在支持查看和使用附件,整理内容时更方便。 + - 在终端中点击网页链接时,可以直接在内置浏览器中打开,查看内容更顺手。 + - 远程环境中的斜杠命令现在会直接显示在输入区,可用功能更直观。 + 问题修复 + - 优化了聊天消息自动跟随到底部的体验,减少流式输出时跟随失效、内容显示滞后或无法顺畅上滑查看历史消息的问题。 + - 修复了部分目标描述更新不及时的问题,信息展示更准确。 + - 已完成的目标面板会自动隐藏,界面更简洁。 + - 本地地址在浏览器中打开时会更智能地补全协议,减少无法访问的情况。 + - 移动端远程报错时,现已提供反馈入口,方便快速上报问题。 + - 优化了 Windows 下部分会话处理的稳定性,减少偶发异常。 + - 部分权限说明文字已更新为中文,理解更轻松。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.yaml b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.yaml new file mode 100644 index 000000000000..bc62a26a8043 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.8.0/ZhipuAI.ZCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0