From e400b02245bda8e1d9e6bfe6033b604435004bcc Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Fri, 15 May 2026 11:10:36 +0800 Subject: [PATCH 01/88] New version: t8y2.DBX version 0.5.6 (#374493) --- .../t/t8y2/DBX/0.5.6/t8y2.DBX.installer.yaml | 26 ++++ .../t8y2/DBX/0.5.6/t8y2.DBX.locale.en-US.yaml | 113 ++++++++++++++++++ manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.yaml | 8 ++ 3 files changed, 147 insertions(+) create mode 100644 manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.installer.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.locale.en-US.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.yaml diff --git a/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.installer.yaml new file mode 100644 index 000000000000..de69b04a618d --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.6 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-05-14 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.6/DBX_0.5.6_x64-setup.exe + InstallerSha256: 48D6FAC51508C14961DF526ACE7E3F0473FBC3B5D051E823BD2811A2AA965AB3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 000000000000..01e51d1d5039 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,113 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.6 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: AGPL-3.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - 驱动一键全部升级 — 驱动管理器新增「全部升级」按钮,可一键批量升级所有有可用更新的驱动,实时显示每个驱动的升级进度 + - 驱动安装提示可点击 — 连接时的驱动未安装提示现在可直接点击跳转到驱动管理器 + - 更新提醒徽章 — 每小时自动检查更新,有新版本时在界面显示提醒徽章 + - 系统 Java 运行时 — 驱动管理器支持选择系统 PATH 中的 Java 运行时,无需 DBX 托管 JRE + - MCP 数据桥接 — 新增 MCP bridge 数据端点,支持所有数据库类型 + - 转置面板拖拽调整 — 数据表格转置面板支持拖拽调整大小 + - Ctrl+F 搜索浮层 — 数据表格工具栏搜索替换为 Ctrl+F 浮动搜索框 + - 导出选中行 — 支持导出数据表格中选中的行,支持批量恢复 (contributed by @Abeautifulsnow) + 改进 + - Redis 键扫描加速 — 优化 Redis 键浏览器的扫描性能 (contributed by @yavon007) + - 连接错误信息翻译 — 连接失败时的后端错误信息现在会翻译为当前语言显示 + - 数据库能力集中管理 — 前后端数据库特性能力检测重构为集中式管理 + 修复 + - 驱动安装提示 — 已安装驱动不再显示安装提示 + - Informix 表格编辑 — 支持 Informix 表格直接编辑 + - Neo4j 查询与编辑 — 修复 Neo4j 表查询和编辑功能 + - Hive 查询兼容 — 修复 Hive 反引号引用、行编辑权限和事务支持检测 + - Trino 浏览与编辑 — 支持 Trino schema 感知的表浏览和插入 + - H2 侧边栏结构 — 修复 H2 数据库的侧边栏树形结构 + - 达梦连接导入 — 修复 Navicat 导入时达梦/DM 连接的识别 + - 虚拟列表闪烁 — 通过 CSS containment 减少树形虚拟列表的闪烁 + - 表格行定位 — 提交后保持行位置并保留脏单元格颜色 + - 表头控件宽度 — 修复表头控件宽度预留不足的问题 + - Agent 非 UTF-8 输出 — 修复驱动进程非 UTF-8 输出导致的错误 + - MongoDB 编辑刷新 — 修复 MongoDB 文档编辑后 JSON 查看器未刷新 + - 侧边栏分组刷新 — 修复分组对象节点的刷新问题 + 下载安装 + 系统要求 + ────────┬──────────────────────────────┬─────────────────────────────────── + 操作系统│最低版本 │架构 + ────────┼──────────────────────────────┼─────────────────────────────────── + Windows │Windows 10 或更高版本 │x64 + ────────┼──────────────────────────────┼─────────────────────────────────── + macOS │macOS 12 (Monterey) 或更高版本│Intel (x64) / Apple Silicon (arm64) + ────────┼──────────────────────────────┼─────────────────────────────────── + Linux │见下表 │x64 + ────────┴──────────────────────────────┴─────────────────────────────────── + Windows + ───────────────────────┬──────────────────────────────── + 文件 │说明 + ───────────────────────┼──────────────────────────────── + DBX_0.5.6_x64-setup.exe│推荐 — NSIS 安装包,支持自动更新 + ───────────────────────┼──────────────────────────────── + DBX_0.5.6_x64_en-US.msi│MSI 安装包,适用于企业部署 + ───────────────────────┴──────────────────────────────── + Scoop: + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + 更新: + scoop update dbx + macOS + ─────────────────────┬───────────────────────────────────────── + 文件 │说明 + ─────────────────────┼───────────────────────────────────────── + DBX_0.5.6_aarch64.dmg│推荐 — 适用于 Apple Silicon (M1/M2/M3/M4) + ─────────────────────┼───────────────────────────────────────── + DBX_0.5.6_x64.dmg │适用于 Intel Mac + ─────────────────────┴───────────────────────────────────────── + Homebrew: + brew install --cask t8y2/tap/dbx + 更新: + brew upgrade --cask t8y2/tap/dbx + Linux + ──────────────────────────────────────┬─────────┬───────────────────────────────────────────────────── + 发行版 │推荐格式 │安装方式 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Ubuntu / Debian / Linux Mint / Pop!_OS│.deb │sudo dpkg -i DBX_*.deb 或 sudo apt install + │ │./DBX_*.deb + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Fedora / RHEL / CentOS / Rocky Linux │.rpm │sudo rpm -i DBX-*.rpm 或 sudo dnf install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + openSUSE │.rpm │sudo zypper install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Arch Linux / Manjaro │.AppImage│添加执行权限后运行 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + 其他发行版 │.AppImage│chmod +x DBX_*.AppImage && ./DBX_*.AppImage + ──────────────────────────────────────┴─────────┴───────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.yaml new file mode 100644 index 000000000000..ceba1365c69a --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.6/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d1568b6318ed7ef5f8033f70df06aad7c52472b9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 11:10:49 +0800 Subject: [PATCH 02/88] New version: ChristianThoeing.PasswordTech version 3.6.0 (#374601) --- ...ristianThoeing.PasswordTech.installer.yaml | 29 ++++++++ ...tianThoeing.PasswordTech.locale.en-US.yaml | 71 +++++++++++++++++++ ...tianThoeing.PasswordTech.locale.zh-CN.yaml | 42 +++++++++++ .../3.6.0/ChristianThoeing.PasswordTech.yaml | 8 +++ 4 files changed, 150 insertions(+) create mode 100644 manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.installer.yaml create mode 100644 manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.en-US.yaml create mode 100644 manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.zh-CN.yaml create mode 100644 manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.yaml diff --git a/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.installer.yaml b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.installer.yaml new file mode 100644 index 000000000000..c978b7242f57 --- /dev/null +++ b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.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: ChristianThoeing.PasswordTech +PackageVersion: 3.6.0 +InstallerType: inno +UpgradeBehavior: install +ProductCode: '{F2074AC4-1897-470C-A160-EF5C74F76763}_is1' +ReleaseDate: 2026-05-14 +AppsAndFeaturesEntries: +- ProductCode: '{F2074AC4-1897-470C-A160-EF5C74F76763}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/cthoeing/passwordtech/releases/download/v.3.6.0/PwTech-3.6.0-Setup.exe + InstallerSha256: 245A5F60A20CB5FBD64C2F02F4B023D966E2D288586445EC6E20E2932A93E806 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/cthoeing/passwordtech/releases/download/v.3.6.0/PwTech-3.6.0-Setup.exe + InstallerSha256: 245A5F60A20CB5FBD64C2F02F4B023D966E2D288586445EC6E20E2932A93E806 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Password Tech' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.en-US.yaml b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.en-US.yaml new file mode 100644 index 000000000000..e1a6d25b9acd --- /dev/null +++ b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.en-US.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: ChristianThoeing.PasswordTech +PackageVersion: 3.6.0 +PackageLocale: en-US +Publisher: Christian Thöing +PublisherUrl: https://pwgen-win.sourceforge.io/ +PublisherSupportUrl: https://pwgen-win.sourceforge.io/contact/ +Author: Christian Thöing +PackageName: Password Tech +PackageUrl: https://pwgen-win.sourceforge.io/ +License: GPL-2.0-or-later +LicenseUrl: https://github.com/cthoeing/passwordtech/blob/HEAD/license.txt +Copyright: Copyright © 2002-2026 Christian Thöing +ShortDescription: Professional password generator and password manager with full Unicode support, formerly known as PWGen for Windows. 100% free and open source. +Description: |- + Passwords are virtually ubiquitous in the digital world. Whenever you create a user account for a website, you need a secure password. When you have to change your computer or network login password, you need a secure password. Also, when protecting personal data and private communication by strong encryption, you should better use a secure password. + + Password Tech is a Windows application that can help you generate secure passwords and generally any kind of secure key for access control and data protection. To this end, it uses a cryptographically secure pseudo-random number generator based on strong cryptographic algorithms: + - Random number generation through a combination of the one-way hash function BLAKE2s and the encryption algorithm Advanced Encryption Standard (AES) or ChaCha20/ChaCha8 with a 256-bit key. + - Entropy accumulation by collecting volatile system parameters and exploiting indeterministic timing from user input such as keystrokes, mouse clicks, and mouse movements. + + Password Tech is capable of generating a large variety of passwords and passphrases, which may be composed of purely random characters or words, or follow certain rules, so that they can be memorized more easily: + - Passwords composed of random characters from a character set. + - Passphrases composed of random words from a word list. + - Phonetic (pronounceable) passwords based on language-specific trigram (3-letter) frequencies. + - Passwords based on user-defined patterns (formatted passwords) using a variety of placeholders for different character sets. + - Execution of Lua scripts with a programming interface to Password Tech allows full control over the process of password generation. + - Generation of large amounts of passwords at once, which can be displayed in a window, stored in a file, or output on the console. + - Full Unicode support in the entire application. Unicode encodings UTF-8 and UTF-16 (both LE and BE) are supported (conversion to non-Unicode ANSI character encoding is also possible, in case Unicode is not needed). + + Apart from generating secure passwords, Password Tech provides many useful functionalities related to password usage and storage: + - Password manager functionality through databases encrypted with a master password, containing passwords associated with a title, user name, URL, etc. + - Strong encryption using AES or ChaCha20 with a 256-bit key. Data integrity and authentication accomplished through HMAC-SHA-512. + - Database protection by regular passwords and/or key files. The content of a key file is transformed into a 256-bit key and appended to the password (if both are specified). + - In addition to the conventional master password, a recovery password (password and/or key file) can be configured, which allows accessing the database in case the master password is lost (e.g., forgotten). + - Automatic insertion of passwords in website forms and other applications through an “autotype” functionality. + - “Password hasher” that generates passwords from a master password and a variable parameter (similar to Hashapass). + - Encryption of clipboard text and password lists using AES with a 256-bit key. +Tags: +- credential +- password +- protect +- protection +- pwgen +- security +- vault +ReleaseNotes: |- + New Features + - Added option to estimate password quality (along with password quality bar) + to "Enter password" dialog + - PassCube: Added database name/description box to password settings + - PassCube: Password confirmation can be skipped by pressing "Skip" button in + "Enter password" dialog + Changes & Improvements + - Redesigned password quality bar: Color (ranging from red over yellow to + green) and length (full length = 128 bits) indicate password strength + - Password database format version 1.8: (a) Use Encrypt-then-MAC scheme, + (b) use different keys for encryption and HMAC, (c) always use salt (random + 32-byte sequence) to derive encryption key when recovery key is set + - Support for base32-encoded Donor Keys + Fixes + - PassCube: Adding/modifying database entry: Changed password accepted when + pressing "Cancel" button in "Confirm password" dialog +ReleaseNotesUrl: https://github.com/cthoeing/passwordtech/releases/tag/v.3.6.0 +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://pwgen-win.sourceforge.io/assets/files/manual.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.zh-CN.yaml b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.zh-CN.yaml new file mode 100644 index 000000000000..a5dd69e94a4c --- /dev/null +++ b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ChristianThoeing.PasswordTech +PackageVersion: 3.6.0 +PackageLocale: zh-CN +ShortDescription: 专业密码生成器及密码管理器,全面支持 Unicode 字符集(前身为PWGen for Windows)。100% 免费开源。 +Description: |- + 密码在数字世界中几乎无处不在。每当您为网站创建用户账户时,都需要一个安全密码;当您需要更改计算机或网络登录密码时,也需要一个安全密码;此外,在通过强加密保护个人数据和私人通信时,最好使用安全密码。 + + Password Tech 是一款 Windows 应用程序,可帮助您生成安全密码以及任何用于访问控制和数据保护的安全密钥。为此,它采用了基于强加密算法的加密安全伪随机数生成器: + - 通过单向哈希函数 BLAKE2s 与加密算法高级加密标准(AES)或 256 位密钥的 ChaCha20/ChaCha8 相结合生成随机数。 + - 通过收集易变的系统参数并利用用户输入(如击键、鼠标点击和鼠标移动)的非确定性时间进行熵累积。 + + Password Tech 能够生成多种密码和口令,这些密码可以由纯随机字符或单词组成,或遵循特定规则以便更易于记忆: + - 由字符集中的随机字符组成的密码。 + - 由单词列表中随机单词组成的口令。 + - 基于语言特定三字母组合(3-letter)频率的语音(可发音)密码。 + - 基于用户定义模式(格式化密码)的密码,使用不同字符集的各种占位符。 + - 通过 Password Tech 的编程接口执行 Lua 脚本,可完全控制密码生成过程。 + - 一次性生成大量密码,可在窗口中显示、存储在文件中或在控制台输出。 + - 整个应用程序完全支持 Unicode,支持 UTF-8 和 UTF-16(包括 LE 和 BE)编码(如不需要 Unicode,也可转换为非 Unicode ANSI 字符编码)。 + + 除了生成安全密码外,Password Tech 还提供许多与密码使用和存储相关的实用功能: + - 通过主密码加密的数据库实现密码管理器功能,包含与标题、用户名、URL 等关联的密码。 + - 使用 256 位密钥的 AES 或 ChaCha20 进行强加密,通过 HMAC-SHA-512 实现数据完整性和身份验证。 + - 通过常规密码和/或密钥文件保护数据库。密钥文件内容将转换为 256 位密钥并附加到密码(如果两者都指定)。 + - 除了传统的主密码外,还可配置恢复密码(密码和/或密钥文件),以便在主密码丢失(如遗忘)时访问数据库。 + - 通过“自动输入”功能在网站表单和其他应用程序中自动插入密码。 + - “密码哈希器”可根据主密码和可变参数生成密码(类似于 Hashapass)。 + - 使用 256 位密钥的 AES 加密剪贴板文本和密码列表。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ReleaseNotesUrl: https://github.com/cthoeing/passwordtech/releases/tag/v.3.6.0 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://pwgen-win.sourceforge.io/assets/files/manual.pdf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.yaml b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.yaml new file mode 100644 index 000000000000..92f64ec0c798 --- /dev/null +++ b/manifests/c/ChristianThoeing/PasswordTech/3.6.0/ChristianThoeing.PasswordTech.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: ChristianThoeing.PasswordTech +PackageVersion: 3.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From af903b86b73ddbae28e4a8c980ca2f1320a67b33 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 11:11:01 +0800 Subject: [PATCH 03/88] New version: ghost-him.ZeroLaunch-rs version 0.6.13 (#374697) --- .../ghost-him.ZeroLaunch-rs.installer.yaml | 23 +++++++ .../ghost-him.ZeroLaunch-rs.locale.en-US.yaml | 27 ++++++++ .../ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml | 62 +++++++++++++++++++ .../0.6.13/ghost-him.ZeroLaunch-rs.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.installer.yaml create mode 100644 manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.en-US.yaml create mode 100644 manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml create mode 100644 manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.yaml diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.installer.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.installer.yaml new file mode 100644 index 000000000000..bb066c4b4b4f --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.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: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.13 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ReleaseDate: 2026-05-14 +AppsAndFeaturesEntries: +- UpgradeCode: '{0D8E70B2-4DC8-584D-88B0-7A83BA565C03}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/download/v0.6.13/zerolaunch-rs_0.6.13_x64_en-US.msi + InstallerSha256: 5E4ACC0CD66F87BBBC925A59673139818B9706871147864E480CA517AF13ABF7 + ProductCode: '{82257CBA-0FF9-45E2-88E7-B140BD68598E}' +- Architecture: arm64 + InstallerUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/download/v0.6.13/zerolaunch-rs_0.6.13_arm64_en-US.msi + InstallerSha256: 978E37497F279274032E120F73ECD627B1E085A393CA4BAE5B37794EDC88C45F + ProductCode: '{8A25C4C3-7E85-4EA3-B2CD-C79F905FD57F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.en-US.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.en-US.yaml new file mode 100644 index 000000000000..0658c0d2b1df --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.13 +PackageLocale: en-US +ShortDescription: A Windows smart launcher that understands your typing! +Description: ZeroLaunch is a Windows smart launcher that understands your typing. It excels at Pinyin and fuzzy matching, and can optionally add AI semantic understanding—so typos and vague queries still get instant results. Clean, offline, and built for speed. +Tags: +- fast +- fuzzy-search +- launcher +- launchy +- listary +- pinyin +- powertoys +- productivity +- qidongqi +- rust +- search +- tauri +- utility +- utools +- wox +InstallationNotes: Welcome to ZeroLaunch-rs! If you encounter any issues during use, feel free to ask questions in GitHub Issues! +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml new file mode 100644 index 000000000000..7a2e982028e8 --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.13 +PackageLocale: zh-CN +Publisher: ghost-him +PublisherUrl: https://github.com/ghost-him +PublisherSupportUrl: https://github.com/ghost-him/ZeroLaunch-rs/issues +PrivacyUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/PRIVACY.md +Author: ghost-him +PackageName: ZeroLaunch-rs +PackageUrl: https://github.com/ghost-him/ZeroLaunch-rs +License: GPL-3.0 +LicenseUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2024-2026 ghost-him +CopyrightUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/LICENSE.txt +ShortDescription: 一个可以容忍错别字的 Windows 应用程序启动器! +Description: 打错字照样秒开应用!ZeroLaunch 是一款纯粹专注的 Windows 应用程序启动器,拥有智能纠错能力和毫秒级的极速响应。它基于 Rust、Tauri 和 Vue.js 构建,旨在提供极致的性能和纯粹的体验。主要特性包括:高效智能搜索,得益于独创的算法,程序在全称/拼音/首字母三重匹配的基础上具备卓越的拼写纠错能力,并支持中英文混合查询;隐私至上,软件完全离线运行,零数据采集,您的所有数据和设置都严格保留在本地设备中;轻巧纯粹,专注于应用程序搜索与启动,无任何冗余复杂的功能,开箱即用;高度可定制,外观界面支持高度自定义,包括背景、颜色、字体、窗口大小等,并支持微调搜索算法以满足个性化需求。核心功能还包括:快速搜索并启动普通应用及 UWP 应用,智能唤醒已打开的程序窗口,支持自定义添加程序、文件、网页搜索和系统命令,智能加载程序和 Steam 游戏图标,以及防止游戏时误触的游戏模式。 +Moniker: zerolaunch +Tags: +- launchy +- listary +- powertoys +- rust +- tauri +- utools +- wox +- 启动器 +- 工具 +- 快速 +- 拼音 +- 搜索 +- 模糊搜索 +- 生产力 +ReleaseNotes: |- + What's Changed + - build: 发布 v0.6.13 版本 (9dcde8d) + - fix: use raw_arg to handle spaces in file path when opening file location (5f7c7f2) + - docs: 更新 readme (be91794) + - fix: 将 webview 中的默认右键菜单禁用 (bec3755) + Contributors + - @ghost-him + - @Whtfck + Full Changelog: https://github.com/ghost-him/ZeroLaunch-rs/compare/v0.6.12...v0.6.13 + 📦 版本说明 + - 安装版 (.exe/.msi): 提供传统的安装体验。 + - 便携版 (.zip): 无需安装,解压即用,适合移动或绿色版爱好者。 + - .exe 与 .msi: 推荐使用 .msi 安装。.exe 安装包受平台限制,没有进行深层签名。 + 完整版包含 AI 智能搜索功能,而 精简版 (lite) 不含 AI 功能,体积更小。 + + 🤖 关于 AI 功能 + 重要提示:AI 智能搜索功能需要单独下载模型权重文件才能使用。 + 模型下载地址: + - GitHub: https://github.com/ghost-him/ZeroLaunch-rs/releases/tag/model + - Gitee: https://gitee.com/ghost-him/ZeroLaunch-rs/releases/tag/model + - GitCode: https://gitcode.com/ghost-him/ZeroLaunch-rs/releases/model + 请根据模型发布页中的说明进行配置。 +ReleaseNotesUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/tag/v0.6.13 +InstallationNotes: 欢迎使用 ZeroLaunch-rs !如果使用过程中遇到什么问题,欢迎到 Issue 中提问! +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.yaml new file mode 100644 index 000000000000..43a4751809a5 --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.13/ghost-him.ZeroLaunch-rs.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: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.13 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 7d3d71c78f33375a41fb3e7dc9b58df8c2f41941 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 14 May 2026 20:11:13 -0700 Subject: [PATCH 04/88] New version: MBrassey.agtop version 2.4.23 (#374847) --- .../2.4.23/MBrassey.agtop.installer.yaml | 17 +++++++ .../2.4.23/MBrassey.agtop.locale.en-US.yaml | 48 +++++++++++++++++++ .../MBrassey/agtop/2.4.23/MBrassey.agtop.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.installer.yaml create mode 100644 manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.locale.en-US.yaml create mode 100644 manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.yaml diff --git a/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.installer.yaml b/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.installer.yaml new file mode 100644 index 000000000000..a74ab9e8c96c --- /dev/null +++ b/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.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: MBrassey.agtop +PackageVersion: 2.4.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: agtop-windows-x86_64\agtop.exe + PortableCommandAlias: agtop +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MBrassey/agtop/releases/download/v2.4.23/agtop-windows-x86_64.zip + InstallerSha256: 833D11033B80089D771B4F1466B87AF9E1C287DD74091C486DED36A974BE0E54 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.locale.en-US.yaml b/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.locale.en-US.yaml new file mode 100644 index 000000000000..fefcf3599655 --- /dev/null +++ b/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MBrassey.agtop +PackageVersion: 2.4.23 +PackageLocale: en-US +Publisher: Matt Brassey +PublisherUrl: https://github.com/MBrassey +PublisherSupportUrl: https://github.com/MBrassey/agtop/issues +Author: Matt Brassey +PackageName: agtop +PackageUrl: https://github.com/MBrassey/agtop +License: MIT +LicenseUrl: https://github.com/MBrassey/agtop/blob/main/LICENSE +ShortDescription: Process monitor for AI coding agents (Claude Code, Codex, Aider, Gemini, Goose). +Description: |- + agtop is a top-style ratatui TUI that walks /proc on Linux + (sysinfo on Windows / macOS / *BSD) plus the on-disk session + transcripts of Claude Code, OpenAI Codex, Block Goose, Aider, + and Google Gemini. For each detected agent it reports CPU, + RSS, status, current tool / task, in-flight subagents, + cumulative token usage, estimated cost, context-window fill, + loaded skills, and a live transcript preview. + + On Windows, writable-FD enumeration uses NtQuerySystemInformation + + DuplicateHandle to surface what files each agent has open. + Per-process IO byte counters come from sysinfo's disk_usage(). +Moniker: agtop +Tags: +- agent +- ai +- aider +- claude +- cli +- codex +- gemini +- goose +- htop +- monitor +- process +- top +- tui +ReleaseNotesUrl: https://github.com/MBrassey/agtop/releases/tag/v2.4.23 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/MBrassey/agtop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.yaml b/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.yaml new file mode 100644 index 000000000000..1de824d0a5a3 --- /dev/null +++ b/manifests/m/MBrassey/agtop/2.4.23/MBrassey.agtop.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: MBrassey.agtop +PackageVersion: 2.4.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ab5aa6841c2101992173d78972487dfa51106923 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 11:11:25 +0800 Subject: [PATCH 05/88] New version: Letta.LettaCode version 0.25.8 (#374850) --- .../0.25.8/Letta.LettaCode.installer.yaml | 18 ++++ .../0.25.8/Letta.LettaCode.locale.en-US.yaml | 99 +++++++++++++++++++ .../0.25.8/Letta.LettaCode.locale.zh-CN.yaml | 20 ++++ .../LettaCode/0.25.8/Letta.LettaCode.yaml | 8 ++ 4 files changed, 145 insertions(+) create mode 100644 manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.installer.yaml create mode 100644 manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.en-US.yaml create mode 100644 manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.zh-CN.yaml create mode 100644 manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.yaml diff --git a/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.installer.yaml b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.installer.yaml new file mode 100644 index 000000000000..f3bf9bd5c0e2 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.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: Letta.LettaCode +PackageVersion: 0.25.8 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fec40bfe-4762-5274-81d6-9a919b7c5853 +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x64 + InstallerUrl: https://download.letta.com/builds/260514c1m1gcyql/windows/nsis/x64 + InstallerSha256: 2A8E6581CF462BBB25BB32BD9057712D84619DDD316709DC85E0F67FA73F89FB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.en-US.yaml b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.en-US.yaml new file mode 100644 index 000000000000..b7923c2ece08 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.25.8 +PackageLocale: en-US +Publisher: Letta +PublisherUrl: https://www.letta.com/ +PublisherSupportUrl: https://github.com/letta-ai/letta-code/issues +PrivacyUrl: https://www.letta.com/privacy-policy +Author: Letta Inc. +PackageName: Letta Code +PackageUrl: https://www.letta.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/letta-ai/letta-code/blob/HEAD/LICENSE +Copyright: Copyright 2026, Letta authors +CopyrightUrl: https://www.letta.com/terms-of-service +ShortDescription: The memory-first coding agent +Description: |- + Letta Code is a memory-first coding harness, designed for long-lived agents that can learn from experience. + Instead of working in independent sessions, you work with a persisted agent whose memory is portable across models (Claude, GPT, Gemini, GLM, Kimi, and more). +Tags: +- ai +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - fix(local): skip hosted Auto quota fallback by @just-cameron in https://github.com/letta-ai/letta-code/pull/2192 + - feat(ci): add eyes/rocket reactions to review bot, gate review on lint pass by @carenthomas in https://github.com/letta-ai/letta-code/pull/2196 + - feat(cli): add ANSI color parsing to statusline by @kianjones9 in https://github.com/letta-ai/letta-code/pull/2199 + - feat(permissions): rename permission modes for clarity, make unrestricted the default by @carenthomas in https://github.com/letta-ai/letta-code/pull/2197 + - chore(ci): review workflow conversation persistence via Letta API by @carenthomas in https://github.com/letta-ai/letta-code/pull/2204 + - revert: conversation persistence via Letta API by @carenthomas in https://github.com/letta-ai/letta-code/pull/2207 + - fix(ci): conversation persistence with correct API param by @carenthomas in https://github.com/letta-ai/letta-code/pull/2208 + - feat(cli): smaller prompt and bullet characters by @carenthomas in https://github.com/letta-ai/letta-code/pull/2209 + - fix(local): settle interrupted tool calls by @cpacker in https://github.com/letta-ai/letta-code/pull/2211 + - feat: pierre experimental flag by @AriWebb in https://github.com/letta-ai/letta-code/pull/2215 + - feat(cli): drop parens from tool call headers, add │ continuation by @carenthomas in https://github.com/letta-ai/letta-code/pull/2219 + - docs(tools): clarify Read file_path is literal, no env var expansion by @kl2806 in https://github.com/letta-ai/letta-code/pull/2220 + - feat(ci): outcome-based emoji reactions for review bot by @carenthomas in https://github.com/letta-ai/letta-code/pull/2221 + - feat(cli): drop offset/limit from Read tool display by @carenthomas in https://github.com/letta-ai/letta-code/pull/2222 + - fix(cli): align │ and └ glyphs, replace ⎿ with └ by @carenthomas in https://github.com/letta-ai/letta-code/pull/2224 + - Support /goal command by @sarahwooders in https://github.com/letta-ai/letta-code/pull/2177 + - feat(cli): Search shows "query in path" instead of "path:" by @carenthomas in https://github.com/letta-ai/letta-code/pull/2225 + - fix(slack): keep message list markers ASCII-safe by @just-cameron in https://github.com/letta-ai/letta-code/pull/2206 + - fix(channels): include CLI pairing instructions by @just-cameron in https://github.com/letta-ai/letta-code/pull/2195 + - fix(channels): clarify interactive question prompts by @just-cameron in https://github.com/letta-ai/letta-code/pull/2193 + - fix(local): interleave assistant text with tool calls in backfill projection by @carenthomas in https://github.com/letta-ai/letta-code/pull/2230 + - fix(local): recover from interrupted turns that leave text after tool calls by @carenthomas in https://github.com/letta-ai/letta-code/pull/2229 + - fix(cli): prevent missing space between tool name and args by @carenthomas in https://github.com/letta-ai/letta-code/pull/2226 + - feat(cli): memory tool shows "reason" in file_path by @carenthomas in https://github.com/letta-ai/letta-code/pull/2227 + - feat(channels): add Discord default permission mode by @just-cameron in https://github.com/letta-ai/letta-code/pull/2194 + - fix(channels): clarify MessageChannel reply contract by @just-cameron in https://github.com/letta-ai/letta-code/pull/2231 + - fix(cli): skip deferred commit for tool calls that already have a result by @carenthomas in https://github.com/letta-ai/letta-code/pull/2236 + - fix(cli): drop blank "in" when Glob/Search path is cwd by @carenthomas in https://github.com/letta-ai/letta-code/pull/2239 + - fix(cli): drop "path:" label from shell semantic List/Read/Search summaries by @carenthomas in https://github.com/letta-ai/letta-code/pull/2240 + - chore: bump version to 0.25.8 by @github-actions[bot] in https://github.com/letta-ai/letta-code/pull/2241 + Full Changelog: https://github.com/letta-ai/letta-code/compare/v0.25.7...v0.25.8 + What's Changed + - fix(local): skip hosted Auto quota fallback by @just-cameron in https://github.com/letta-ai/letta-code/pull/2192 + - feat(ci): add eyes/rocket reactions to review bot, gate review on lint pass by @carenthomas in https://github.com/letta-ai/letta-code/pull/2196 + - feat(cli): add ANSI color parsing to statusline by @kianjones9 in https://github.com/letta-ai/letta-code/pull/2199 + - feat(permissions): rename permission modes for clarity, make unrestricted the default by @carenthomas in https://github.com/letta-ai/letta-code/pull/2197 + - chore(ci): review workflow conversation persistence via Letta API by @carenthomas in https://github.com/letta-ai/letta-code/pull/2204 + - revert: conversation persistence via Letta API by @carenthomas in https://github.com/letta-ai/letta-code/pull/2207 + - fix(ci): conversation persistence with correct API param by @carenthomas in https://github.com/letta-ai/letta-code/pull/2208 + - feat(cli): smaller prompt and bullet characters by @carenthomas in https://github.com/letta-ai/letta-code/pull/2209 + - fix(local): settle interrupted tool calls by @cpacker in https://github.com/letta-ai/letta-code/pull/2211 + - feat: pierre experimental flag by @AriWebb in https://github.com/letta-ai/letta-code/pull/2215 + - feat(cli): drop parens from tool call headers, add │ continuation by @carenthomas in https://github.com/letta-ai/letta-code/pull/2219 + - docs(tools): clarify Read file_path is literal, no env var expansion by @kl2806 in https://github.com/letta-ai/letta-code/pull/2220 + - feat(ci): outcome-based emoji reactions for review bot by @carenthomas in https://github.com/letta-ai/letta-code/pull/2221 + - feat(cli): drop offset/limit from Read tool display by @carenthomas in https://github.com/letta-ai/letta-code/pull/2222 + - fix(cli): align │ and └ glyphs, replace ⎿ with └ by @carenthomas in https://github.com/letta-ai/letta-code/pull/2224 + - Support /goal command by @sarahwooders in https://github.com/letta-ai/letta-code/pull/2177 + - feat(cli): Search shows "query in path" instead of "path:" by @carenthomas in https://github.com/letta-ai/letta-code/pull/2225 + - fix(slack): keep message list markers ASCII-safe by @just-cameron in https://github.com/letta-ai/letta-code/pull/2206 + - fix(channels): include CLI pairing instructions by @just-cameron in https://github.com/letta-ai/letta-code/pull/2195 + - fix(channels): clarify interactive question prompts by @just-cameron in https://github.com/letta-ai/letta-code/pull/2193 + - fix(local): interleave assistant text with tool calls in backfill projection by @carenthomas in https://github.com/letta-ai/letta-code/pull/2230 + - fix(local): recover from interrupted turns that leave text after tool calls by @carenthomas in https://github.com/letta-ai/letta-code/pull/2229 + - fix(cli): prevent missing space between tool name and args by @carenthomas in https://github.com/letta-ai/letta-code/pull/2226 + - feat(cli): memory tool shows "reason" in file_path by @carenthomas in https://github.com/letta-ai/letta-code/pull/2227 + - feat(channels): add Discord default permission mode by @just-cameron in https://github.com/letta-ai/letta-code/pull/2194 + - fix(channels): clarify MessageChannel reply contract by @just-cameron in https://github.com/letta-ai/letta-code/pull/2231 + - fix(cli): skip deferred commit for tool calls that already have a result by @carenthomas in https://github.com/letta-ai/letta-code/pull/2236 + - fix(cli): drop blank "in" when Glob/Search path is cwd by @carenthomas in https://github.com/letta-ai/letta-code/pull/2239 + - fix(cli): drop "path:" label from shell semantic List/Read/Search summaries by @carenthomas in https://github.com/letta-ai/letta-code/pull/2240 + - chore: bump version to 0.25.8 by @github-actions[bot] in https://github.com/letta-ai/letta-code/pull/2241 + Full Changelog: https://github.com/letta-ai/letta-code/compare/v0.25.7...v0.25.8 +ReleaseNotesUrl: https://github.com/letta-ai/letta-code/releases/tag/v0.25.8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.letta.com/letta-code +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.zh-CN.yaml b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..eb13cf8278a8 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.25.8 +PackageLocale: zh-CN +ShortDescription: 以记忆为先的编码智能体 +Description: |- + Letta Code 是一种以记忆为先的编码框架,专为能够从经验中学习的长生命周期智能体而设计。 + 它无需独立会话,而是与一个持久化的智能体协作,其记忆可在不同模型之间迁移(包括 Claude、GPT、Gemini、GLM、Kimi 等)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.letta.com/letta-code +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.yaml b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.yaml new file mode 100644 index 000000000000..94d3962a2201 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.25.8/Letta.LettaCode.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: Letta.LettaCode +PackageVersion: 0.25.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 759fa39e848b5266655895136ab4bdba1603024f Mon Sep 17 00:00:00 2001 From: Gavin Grob Date: Thu, 14 May 2026 20:36:37 -0700 Subject: [PATCH 06/88] New version: PortX.ptx version 1.0.24 (#374790) --- .../PortX/ptx/1.0.24/PortX.ptx.installer.yaml | 20 +++++++++++ .../ptx/1.0.24/PortX.ptx.locale.en-US.yaml | 33 +++++++++++++++++++ manifests/p/PortX/ptx/1.0.24/PortX.ptx.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/p/PortX/ptx/1.0.24/PortX.ptx.installer.yaml create mode 100644 manifests/p/PortX/ptx/1.0.24/PortX.ptx.locale.en-US.yaml create mode 100644 manifests/p/PortX/ptx/1.0.24/PortX.ptx.yaml diff --git a/manifests/p/PortX/ptx/1.0.24/PortX.ptx.installer.yaml b/manifests/p/PortX/ptx/1.0.24/PortX.ptx.installer.yaml new file mode 100644 index 000000000000..caa8266c32a5 --- /dev/null +++ b/manifests/p/PortX/ptx/1.0.24/PortX.ptx.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PortX.ptx +PackageVersion: 1.0.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ptx.exe + PortableCommandAlias: ptx +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/portx-labs/ptx-cli/releases/download/v1.0.24/ptx-cli-windows-amd64.zip + InstallerSha256: 4C8A3F80254047261ED80131CBBBEFC3090645EDD079FB81B0F85AAF6F9FE04A +- Architecture: arm64 + InstallerUrl: https://github.com/portx-labs/ptx-cli/releases/download/v1.0.24/ptx-cli-windows-arm64.zip + InstallerSha256: 1266DD73060EEE367AF4BCE5A1D999F602B27209921774CF4CAB6DEA7F37D484 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-14 diff --git a/manifests/p/PortX/ptx/1.0.24/PortX.ptx.locale.en-US.yaml b/manifests/p/PortX/ptx/1.0.24/PortX.ptx.locale.en-US.yaml new file mode 100644 index 000000000000..287fa9036a78 --- /dev/null +++ b/manifests/p/PortX/ptx/1.0.24/PortX.ptx.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PortX.ptx +PackageVersion: 1.0.24 +PackageLocale: en-US +Publisher: PortX +PublisherUrl: https://github.com/portx-labs +PublisherSupportUrl: https://github.com/portx-labs/ptx-cli/issues +PackageName: ptx +PackageUrl: https://github.com/portx-labs/ptx-cli +License: MIT +LicenseUrl: https://github.com/portx-labs/ptx-cli/blob/main/LICENSE +ShortDescription: PortX Platform CLI for connecting to clusters, managing applications, and port forwarding +Description: |- + PTX CLI is the command-line interface for the PortX platform. It provides: + - Authentication via OIDC device flow + - EKS cluster access and kubeconfig management + - SSM-based port forwarding to databases and services + - Project provisioning and management +Tags: +- cli +- kubernetes +- aws +- eks +- port-forwarding +- devops +ReleaseNotesUrl: https://github.com/portx-labs/ptx-cli/releases/tag/v1.0.24 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/portx-labs/ptx-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PortX/ptx/1.0.24/PortX.ptx.yaml b/manifests/p/PortX/ptx/1.0.24/PortX.ptx.yaml new file mode 100644 index 000000000000..77c0335e9a82 --- /dev/null +++ b/manifests/p/PortX/ptx/1.0.24/PortX.ptx.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: PortX.ptx +PackageVersion: 1.0.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a0a30bbe6666616038afc4e18ec601ee0d90e25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Tavares?= <34795195+JohnPitter@users.noreply.github.com> Date: Fri, 15 May 2026 00:36:48 -0300 Subject: [PATCH 07/88] New version: Luxview.AgainstMe version 0.5.122 (#374848) Co-authored-by: againstme-release-bot --- .../0.5.122/Luxview.AgainstMe.installer.yaml | 15 ++++++ .../Luxview.AgainstMe.locale.en-US.yaml | 47 +++++++++++++++++++ .../AgainstMe/0.5.122/Luxview.AgainstMe.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.installer.yaml create mode 100644 manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.locale.en-US.yaml create mode 100644 manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.yaml diff --git a/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.installer.yaml b/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.installer.yaml new file mode 100644 index 000000000000..38e6e3d252a1 --- /dev/null +++ b/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.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: Luxview.AgainstMe +PackageVersion: 0.5.122 +InstallerType: portable +Commands: +- againstme +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JohnPitter/againstme-oficial/releases/download/v0.5.122/againstme-app.exe + InstallerSha256: 979FC1C57D710A4E62317BCAC7381B8D797B626CC84D1FA100299B2364B007C8 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.locale.en-US.yaml b/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.locale.en-US.yaml new file mode 100644 index 000000000000..8b3c6738db46 --- /dev/null +++ b/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Luxview.AgainstMe +PackageVersion: 0.5.122 +PackageLocale: en-US +Publisher: LuxView +PublisherUrl: https://againstme.app +PublisherSupportUrl: https://againstme.app +PrivacyUrl: https://againstme.app/privacy +Author: Joao Pedro Tavares +PackageName: AgainstMe +PackageUrl: https://againstme.app +License: Proprietary +LicenseUrl: https://againstme.app/eula +Copyright: Copyright (c) 2026 LuxView LTDA +CopyrightUrl: https://againstme.app/eula +ShortDescription: Real-time tactical companion for Valorant — opponent intel, tactical death maps, AI coaching, and smurf detection. +Description: |- + AgainstMe is a desktop companion for Valorant that turns the seconds + between rounds into a tactical edge. Click any enemy to see their top + agents, K/D, win rate per map, and smurf risk; read aggregated death + heatmaps across the lobby's recent matches; and get round-by-round + coaching tuned to your rank. + + 100% local: match data and in-game stats are processed on your PC and + never transmitted. The narrow exceptions (AI coaching, opt-in Party + Sync, account sign-in) are documented in the privacy policy. + + Free tier covers enemy intel, round timeline, and basic coaching. + Premium and Premium+ unlock AI debriefs, win-probability, tactical + death map overlay, party sync, and higher coaching quotas. +Moniker: againstme +Tags: +- valorant +- gaming +- esports +- tactical +- coaching +- companion +- riot +ReleaseNotesUrl: https://github.com/JohnPitter/againstme-oficial/releases/tag/v0.5.122 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JohnPitter/againstme-oficial/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.yaml b/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.yaml new file mode 100644 index 000000000000..12981620a666 --- /dev/null +++ b/manifests/l/Luxview/AgainstMe/0.5.122/Luxview.AgainstMe.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: Luxview.AgainstMe +PackageVersion: 0.5.122 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ff21d8f0568b15db23d8dac8bef8fd0df110403a Mon Sep 17 00:00:00 2001 From: Mystyle48 Date: Thu, 14 May 2026 22:36:59 -0500 Subject: [PATCH 08/88] New version: OpenGOAL.Launcher version 2.10.0 (#374855) --- .../2.10.0/OpenGOAL.Launcher.installer.yaml | 24 +++++++++++++ .../OpenGOAL.Launcher.locale.en-US.yaml | 36 +++++++++++++++++++ .../Launcher/2.10.0/OpenGOAL.Launcher.yaml | 8 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.installer.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.locale.en-US.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.yaml diff --git a/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.installer.yaml b/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.installer.yaml new file mode 100644 index 000000000000..5019dd7d4eac --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{C197F34C-16F1-405D-A2BC-9D46E11BD91C}' +ReleaseDate: 2026-05-03 +AppsAndFeaturesEntries: +- DisplayName: OpenGOAL-Launcher + Publisher: OpenGOAL-Launcher + ProductCode: '{C197F34C-16F1-405D-A2BC-9D46E11BD91C}' + UpgradeCode: '{6E8B0752-982A-5FF3-8F7F-C94CFC03B313}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenGOAL-Launcher' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-goal/launcher/releases/download/v2.10.0/OpenGOAL-Launcher_2.10.0_x64_en-US.msi + InstallerSha256: 683AFBC089D16259EB6F0F471ADA84D2934C099F5C691A9AD683869FA97D41F7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.locale.en-US.yaml b/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.locale.en-US.yaml new file mode 100644 index 000000000000..e5f12b3f3482 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.0 +PackageLocale: en-US +Publisher: OpenGOAL +PublisherUrl: https://opengoal.dev/ +PublisherSupportUrl: https://opengoal.dev/docs/faq +Author: OpenGOAL +PackageName: OpenGOAL Launcher +PackageUrl: https://opengoal.dev/ +License: ISC +LicenseUrl: https://github.com/open-goal/launcher/blob/HEAD/LICENSE +Copyright: Copyright © 2026 OpenGOAL +ShortDescription: A launcher for the OpenGOAL Project to simplify usage and installation +Moniker: opengoal +Tags: +- daxter +- decompilation +- goal +- jak +- lisp +ReleaseNotes: |- + What's Changed + - remove splash, add a startup route, prune dependencies by @trippjoe in #977 + - chore: bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #915 + - build(deps): bump EndBug/add-and-commit from 9 to 10 by @dependabot[bot] in #956 + - Update image for support package by @dallmeyer in #982 + - add a new component to the versions tab in settings by @trippjoe in #983 + - add: startup route styling by @trippjoe in #984 + - add a dedicated mods route by @trippjoe in #986 + Full Changelog: v2.9.1...v2.10.0 +ReleaseNotesUrl: https://github.com/open-goal/launcher/releases/tag/v2.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.yaml b/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.yaml new file mode 100644 index 000000000000..6f8e896140de --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.0/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 40d8fb8b966c84e488e31fcb19f7c867453f2289 Mon Sep 17 00:00:00 2001 From: Mystyle48 Date: Thu, 14 May 2026 22:37:10 -0500 Subject: [PATCH 09/88] New version: OpenGOAL.Launcher version 2.10.1 (#374856) --- .../2.10.1/OpenGOAL.Launcher.installer.yaml | 24 ++++++++++++++ .../OpenGOAL.Launcher.locale.en-US.yaml | 33 +++++++++++++++++++ .../Launcher/2.10.1/OpenGOAL.Launcher.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.installer.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.locale.en-US.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.yaml diff --git a/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.installer.yaml b/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.installer.yaml new file mode 100644 index 000000000000..61554ff111c2 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{191CA4E2-CF91-4F15-AE9A-45AF8B97E682}' +ReleaseDate: 2026-05-03 +AppsAndFeaturesEntries: +- DisplayName: OpenGOAL-Launcher + Publisher: OpenGOAL-Launcher + ProductCode: '{191CA4E2-CF91-4F15-AE9A-45AF8B97E682}' + UpgradeCode: '{6E8B0752-982A-5FF3-8F7F-C94CFC03B313}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenGOAL-Launcher' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-goal/launcher/releases/download/v2.10.1/OpenGOAL-Launcher_2.10.1_x64_en-US.msi + InstallerSha256: EA9FBB7667FD3046126E88B424275D87DD7BC92CA40DE93304360466C8BB67A0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.locale.en-US.yaml b/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.locale.en-US.yaml new file mode 100644 index 000000000000..fcd99220785d --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenGOAL.Launcher +PackageVersion: 2.10.1 +PackageLocale: en-US +Publisher: OpenGOAL +PublisherUrl: https://opengoal.dev/ +PublisherSupportUrl: https://opengoal.dev/docs/faq +Author: OpenGOAL +PackageName: OpenGOAL Launcher +PackageUrl: https://opengoal.dev/ +License: ISC +LicenseUrl: https://github.com/open-goal/launcher/blob/HEAD/LICENSE +Copyright: Copyright © 2026 OpenGOAL +ShortDescription: A launcher for the OpenGOAL Project to simplify usage and installation +Moniker: opengoal +Tags: +- daxter +- decompilation +- goal +- jak +- lisp +ReleaseNotes: |- + What's Changed + - Bump the "tauri" group with 2 updates across multiple ecosystems by @dependabot[bot] in #985 + - fix duplicate cargo dependency by @trippjoe in #988 + - manually bump tauri versions to ensure parity by @trippjoe in #989 + - fix minor ui issues by @trippjoe in #992 + Full Changelog: v2.10.0...v2.10.1 +ReleaseNotesUrl: https://github.com/open-goal/launcher/releases/tag/v2.10.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.yaml b/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.yaml new file mode 100644 index 000000000000..8094b835c0cb --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.1/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c6acaf76005097c0a0f94e0712fea2d4292f129a Mon Sep 17 00:00:00 2001 From: Mystyle48 Date: Thu, 14 May 2026 22:37:21 -0500 Subject: [PATCH 10/88] New version: OpenGOAL.Launcher version 2.10.2 (#374857) --- .../2.10.2/OpenGOAL.Launcher.installer.yaml | 24 ++++++++++++++ .../OpenGOAL.Launcher.locale.en-US.yaml | 31 +++++++++++++++++++ .../Launcher/2.10.2/OpenGOAL.Launcher.yaml | 8 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.installer.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.locale.en-US.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.yaml diff --git a/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.installer.yaml b/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.installer.yaml new file mode 100644 index 000000000000..9e43a3eaed07 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{0EC71148-C3AF-4018-A95D-1BA3343F18F6}' +ReleaseDate: 2026-05-03 +AppsAndFeaturesEntries: +- DisplayName: OpenGOAL-Launcher + Publisher: OpenGOAL-Launcher + ProductCode: '{0EC71148-C3AF-4018-A95D-1BA3343F18F6}' + UpgradeCode: '{6E8B0752-982A-5FF3-8F7F-C94CFC03B313}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenGOAL-Launcher' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-goal/launcher/releases/download/v2.10.2/OpenGOAL-Launcher_2.10.2_x64_en-US.msi + InstallerSha256: 5D664280B8F29A00F4B7592A11C2240813A37282BB006C7E97AD0730D8F6748E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.locale.en-US.yaml b/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.locale.en-US.yaml new file mode 100644 index 000000000000..3ce2e4091ab5 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenGOAL.Launcher +PackageVersion: 2.10.2 +PackageLocale: en-US +Publisher: OpenGOAL +PublisherUrl: https://opengoal.dev/ +PublisherSupportUrl: https://opengoal.dev/docs/faq +Author: OpenGOAL +PackageName: OpenGOAL Launcher +PackageUrl: https://opengoal.dev/ +License: ISC +LicenseUrl: https://github.com/open-goal/launcher/blob/HEAD/LICENSE +Copyright: Copyright © 2026 OpenGOAL +ShortDescription: A launcher for the OpenGOAL Project to simplify usage and installation +Moniker: opengoal +Tags: +- daxter +- decompilation +- goal +- jak +- lisp +ReleaseNotes: |- + What's Changed + - fix mod card image styling by @trippjoe in #994 + - Support per-game mod name/desc overrides by @dallmeyer in #995 + Full Changelog: v2.10.1...v2.10.2 +ReleaseNotesUrl: https://github.com/open-goal/launcher/releases/tag/v2.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.yaml b/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.yaml new file mode 100644 index 000000000000..d572a87b5d31 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.2/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c38f6b602c69675754a206ad30183c79d7daaa5f Mon Sep 17 00:00:00 2001 From: Mystyle48 Date: Thu, 14 May 2026 22:37:32 -0500 Subject: [PATCH 11/88] New version: OpenGOAL.Launcher version 2.10.3 (#374858) --- .../2.10.3/OpenGOAL.Launcher.installer.yaml | 24 ++++++++++++ .../OpenGOAL.Launcher.locale.en-US.yaml | 37 +++++++++++++++++++ .../Launcher/2.10.3/OpenGOAL.Launcher.yaml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.installer.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.locale.en-US.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.yaml diff --git a/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.installer.yaml b/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.installer.yaml new file mode 100644 index 000000000000..25df01565e6c --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{D24C9F9D-6A6F-4FCE-BAB1-D3F652CC90EB}' +ReleaseDate: 2026-05-07 +AppsAndFeaturesEntries: +- DisplayName: OpenGOAL-Launcher + Publisher: OpenGOAL-Launcher + ProductCode: '{D24C9F9D-6A6F-4FCE-BAB1-D3F652CC90EB}' + UpgradeCode: '{6E8B0752-982A-5FF3-8F7F-C94CFC03B313}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenGOAL-Launcher' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-goal/launcher/releases/download/v2.10.3/OpenGOAL-Launcher_2.10.3_x64_en-US.msi + InstallerSha256: 58B3994787B515489EBCD8F58FAD196C6208C5D02C1855DA1FC296144D976A26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.locale.en-US.yaml b/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.locale.en-US.yaml new file mode 100644 index 000000000000..72c62f63cc27 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenGOAL.Launcher +PackageVersion: 2.10.3 +PackageLocale: en-US +Publisher: OpenGOAL +PublisherUrl: https://opengoal.dev/ +PublisherSupportUrl: https://opengoal.dev/docs/faq +Author: OpenGOAL +PackageName: OpenGOAL Launcher +PackageUrl: https://opengoal.dev/ +License: ISC +LicenseUrl: https://github.com/open-goal/launcher/blob/HEAD/LICENSE +Copyright: Copyright © 2026 OpenGOAL +ShortDescription: A launcher for the OpenGOAL Project to simplify usage and installation +Moniker: opengoal +Tags: +- daxter +- decompilation +- goal +- jak +- lisp +ReleaseNotes: |- + What's Changed + - Fix "Authors" dropdown for English by @dallmeyer in #996 + - ui: make the back buttons function as expected by @trippjoe in #997 + - fix: confirm dialog for uninstall broken on linux by @trippjoe in #1000 + - refactor config (part 1) by @trippjoe in #998 + - fix mod install bug by @trippjoe in #1001 + - refactor config (part 2) by @trippjoe in #1002 + - add options to hide playtime and game titles from the ui by @trippjoe in #1003 + - Tighten bypass requirements handling by @trippjoe in #1005 + Full Changelog: v2.10.2...v2.10.3 +ReleaseNotesUrl: https://github.com/open-goal/launcher/releases/tag/v2.10.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.yaml b/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.yaml new file mode 100644 index 000000000000..068c15940efc --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.3/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03c07511c1bce410d6584ce2310d1da71e6fccd5 Mon Sep 17 00:00:00 2001 From: Mystyle48 Date: Thu, 14 May 2026 22:37:43 -0500 Subject: [PATCH 12/88] New version: OpenGOAL.Launcher version 2.10.4 (#374860) --- .../2.10.4/OpenGOAL.Launcher.installer.yaml | 24 ++++++++++++++ .../OpenGOAL.Launcher.locale.en-US.yaml | 31 +++++++++++++++++++ .../Launcher/2.10.4/OpenGOAL.Launcher.yaml | 8 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.installer.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.locale.en-US.yaml create mode 100644 manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.yaml diff --git a/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.installer.yaml b/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.installer.yaml new file mode 100644 index 000000000000..73e4ec883e5e --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{F6664B39-A632-48C6-8CF9-6BCE2864C346}' +ReleaseDate: 2026-05-14 +AppsAndFeaturesEntries: +- DisplayName: OpenGOAL-Launcher + Publisher: OpenGOAL-Launcher + ProductCode: '{F6664B39-A632-48C6-8CF9-6BCE2864C346}' + UpgradeCode: '{6E8B0752-982A-5FF3-8F7F-C94CFC03B313}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OpenGOAL-Launcher' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-goal/launcher/releases/download/v2.10.4/OpenGOAL-Launcher_2.10.4_x64_en-US.msi + InstallerSha256: FA93F8521462570864159E9476545E1351D311C69AF42EBE972D02F264133219 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.locale.en-US.yaml b/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.locale.en-US.yaml new file mode 100644 index 000000000000..b4f55036d697 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenGOAL.Launcher +PackageVersion: 2.10.4 +PackageLocale: en-US +Publisher: OpenGOAL +PublisherUrl: https://opengoal.dev/ +PublisherSupportUrl: https://opengoal.dev/docs/faq +Author: OpenGOAL +PackageName: OpenGOAL Launcher +PackageUrl: https://opengoal.dev/ +License: ISC +LicenseUrl: https://github.com/open-goal/launcher/blob/HEAD/LICENSE +Copyright: Copyright © 2026 OpenGOAL +ShortDescription: A launcher for the OpenGOAL Project to simplify usage and installation +Moniker: opengoal +Tags: +- daxter +- decompilation +- goal +- jak +- lisp +ReleaseNotes: |- + What's Changed + - fix auto update games option by @trippjoe in #1006 + - ui: refresh individual mod page styling by @trippjoe in #1007 + Full Changelog: v2.10.3...v2.10.4 +ReleaseNotesUrl: https://github.com/open-goal/launcher/releases/tag/v2.10.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.yaml b/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.yaml new file mode 100644 index 000000000000..11266c635755 --- /dev/null +++ b/manifests/o/OpenGOAL/Launcher/2.10.4/OpenGOAL.Launcher.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: OpenGOAL.Launcher +PackageVersion: 2.10.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 027dff9cb3995b77ccec46b1700628335b899ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Fri, 15 May 2026 11:53:18 +0800 Subject: [PATCH 13/88] New package: ozone10.7zip.Dark version 26.01-0.61.0 (#372919) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com> --- .../ozone10.7zip.Dark.installer.yaml | 32 +++++++++++++++ .../ozone10.7zip.Dark.locale.en-US.yaml | 39 +++++++++++++++++++ .../Dark/26.01-0.61.0/ozone10.7zip.Dark.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.installer.yaml create mode 100644 manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.locale.en-US.yaml create mode 100644 manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.yaml diff --git a/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.installer.yaml b/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.installer.yaml new file mode 100644 index 000000000000..cbffde2e5309 --- /dev/null +++ b/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ozone10.7zip.Dark +PackageVersion: 26.01-0.61.0 +InstallerType: zip +NestedInstallerType: exe +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D="" +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-05-01 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\7-Zip' +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: 7z2601-dark-x64.exe + InstallerUrl: https://github.com/ozone10/7zip-Dark7zip/releases/download/v26.01-v0.61.0/7z26.01-v0.61.0-x64-fluent-installer.zip + InstallerSha256: B1C5BE7B8B5F0BE9C6F574D17C49932582E8FE36EC307133C2E9E61CE012A4DF +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: 7z2601-dark-arm64.exe + InstallerUrl: https://github.com/ozone10/7zip-Dark7zip/releases/download/v26.01-v0.61.0/7z26.01-v0.61.0-arm64-fluent-installer.zip + InstallerSha256: 4D690D3BBCA1C5F7666C9764523BEE1E11C6BC6E33100C05B4B145A3A043C5AF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.locale.en-US.yaml b/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.locale.en-US.yaml new file mode 100644 index 000000000000..483f0c9d01b4 --- /dev/null +++ b/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ozone10.7zip.Dark +PackageVersion: 26.01-0.61.0 +PackageLocale: en-US +Publisher: ozone10 +PublisherUrl: https://github.com/ozone10 +PublisherSupportUrl: https://github.com/ozone10/7zip-Dark7zip/issues +Author: ozone10 +PackageName: Dark7zip +PackageUrl: https://github.com/ozone10/7zip-Dark7zip +License: Complex +LicenseUrl: https://github.com/ozone10/7zip-Dark7zip/blob/main/LICENSE.md +ShortDescription: Dark mode for 7-Zip and 7-Zip-zstd +Description: > + Dark7zip is project to experiment with dark mode via darkmodelib library for 7-Zip and its fork + 7-Zip-zstd. +Tags: +- 7-zip +- 7z +- 7zip +- darkmode +- undocumented +- windows +ReleaseNotes: |- + Release note: + + - Update 7z to v26.01 + - Update darkmodelib to v0.61.0 + - Tweaks + + > [!NOTE] + > + > Installer is released only with fluent toolbar icons, to use original icons use manual + > non-installer installation. +ReleaseNotesUrl: https://github.com/ozone10/7zip-Dark7zip/releases/tag/v26.01-v0.61.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.yaml b/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.yaml new file mode 100644 index 000000000000..5ce1eef09fad --- /dev/null +++ b/manifests/o/ozone10/7zip/Dark/26.01-0.61.0/ozone10.7zip.Dark.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: ozone10.7zip.Dark +PackageVersion: 26.01-0.61.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From acfb0603ccbf08f28aa4866fdfddfb1eef9579df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=5FNguy=E1=BB=85n?= <48463154+JustinNguyen9979@users.noreply.github.com> Date: Fri, 15 May 2026 11:00:56 +0700 Subject: [PATCH 14/88] JustinNguyen.YTDown version 2026.5.10.15 (#372671) --- .../JustinNguyen.YTDown.installer.yaml | 26 +++++++++++++++++++ .../JustinNguyen.YTDown.locale.en-US.yaml | 19 ++++++++++++++ .../2026.5.10.15/JustinNguyen.YTDown.yaml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.installer.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.locale.en-US.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.yaml diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.installer.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.installer.yaml new file mode 100644 index 000000000000..cc5c525ad214 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JustinNguyen.YTDown +PackageVersion: 2026.5.10.15 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Gyan.FFmpeg + - PackageIdentifier: yt-dlp.yt-dlp + - PackageIdentifier: mikf.gallery-dl +ProductCode: YTDownYTDown +AppsAndFeaturesEntries: +- Publisher: YTDown + DisplayVersion: 2026.5.10.15 + ProductCode: YTDownYTDown +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\YTDown\YTDown' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JustinNguyen9979/YTDown/releases/download/2026.5.10.15/YTDown-2026.5.10.15-Windows-Setup.exe + InstallerSha256: 9463C27B6560EAE87948C6CD57AACB862E072608B3FCEC8631643D1AF8D2A973 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.locale.en-US.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.locale.en-US.yaml new file mode 100644 index 000000000000..b99f54664416 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.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: JustinNguyen.YTDown +PackageVersion: 2026.5.10.15 +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 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JustinNguyen9979/YTDown/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.yaml new file mode 100644 index 000000000000..f55904ada79a --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.10.15/JustinNguyen.YTDown.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: JustinNguyen.YTDown +PackageVersion: 2026.5.10.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 77fe751d1d067fa4b3e9e48e46f95b5d307dd084 Mon Sep 17 00:00:00 2001 From: Alex Gorischek Date: Thu, 14 May 2026 21:01:06 -0700 Subject: [PATCH 15/88] Update: DollarLint.DollarLint to 0.1.10 (#374462) Co-authored-by: dollarlint-release --- .../DollarLint.DollarLint.installer.yaml | 26 +++++++++++ .../DollarLint.DollarLint.locale.en-US.yaml | 44 +++++++++++++++++++ .../0.1.10/DollarLint.DollarLint.yaml | 7 +++ 3 files changed, 77 insertions(+) create mode 100644 manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.installer.yaml create mode 100644 manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.locale.en-US.yaml create mode 100644 manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.yaml diff --git a/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.installer.yaml b/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.installer.yaml new file mode 100644 index 000000000000..616b5e899c32 --- /dev/null +++ b/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.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: DollarLint.DollarLint +PackageVersion: 0.1.10 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-14" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dollarlint.exe + PortableCommandAlias: dollarlint + InstallerUrl: https://github.com/dollarlint/dollarlint/releases/download/v0.1.10/dollarlint_0.1.10_windows_arm64.zip + InstallerSha256: 2fbefe5a7955b897981fd1b937ba8038f049b62b23fe04ecfc6aa66305cf783a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dollarlint.exe + PortableCommandAlias: dollarlint + InstallerUrl: https://github.com/dollarlint/dollarlint/releases/download/v0.1.10/dollarlint_0.1.10_windows_amd64.zip + InstallerSha256: 11e09643bc243e9db7b86a28c03633c873e01cb8a93772edd9c87f103ffe7b07 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.locale.en-US.yaml b/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.locale.en-US.yaml new file mode 100644 index 000000000000..fd7f4625e327 --- /dev/null +++ b/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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: DollarLint.DollarLint +PackageVersion: 0.1.10 +PackageLocale: en-US +Publisher: DollarLint +PublisherUrl: https://github.com/dollarlint +PublisherSupportUrl: https://github.com/dollarlint/dollarlint/issues +PackageName: DollarLint +PackageUrl: https://github.com/dollarlint/dollarlint +License: MIT +LicenseUrl: https://github.com/dollarlint/dollarlint/blob/main/LICENSE +ShortDescription: Validate JSON-family, YAML, and TOML files against their declared JSON Schemas. +Description: DollarLint validates JSON, JSONC, JSON5, JSON Lines, YAML, and TOML files against JSON Schemas. +Moniker: DollarLint +Tags: + - cli + - json-schema + - json + - yaml + - toml + - validation +ReleaseNotes: | + ## Release Notes + + ### Enhancements + - Added support for generating commented init config during dollarlint setup. + - Implemented manual validation workflow for WinGet package. + - Allowed WinGet validation warnings to be shown. + - Automated updating PR body for WinGet package. + - Automated WinGet manifest validation process. + - Improved clarity on agentic output publishing path. + - Improved WinGet validation argument handling. + - Improved WinGet validation source prompts. + - Streamlined WinGet validation into release workflow. + - Improved product testing workflow based on MCP guidance. + - Made repo MCP command shell portable. + - Preserved MCP toolchain path in agentic runs. + - Scoped WinGet script package queries for enhanced performance. + - Utilized GitHub SDK for candidate discovery. + - Enhanced WinGet validation process with named parameters. +ReleaseNotesUrl: https://github.com/dollarlint/dollarlint/releases/tag/v0.1.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.yaml b/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.yaml new file mode 100644 index 000000000000..3b9a1f1eb58a --- /dev/null +++ b/manifests/d/DollarLint/DollarLint/0.1.10/DollarLint.DollarLint.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: DollarLint.DollarLint +PackageVersion: 0.1.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fc7a64bc9299c9f8bd0a6dc8c670217787f19a6c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 12:01:19 +0800 Subject: [PATCH 16/88] New version: Unity.Unity.6000 version 6000.4.7f1 (#374704) --- .../Unity.Unity.6000.installer.yaml | 22 +++++ .../Unity.Unity.6000.locale.en-US.yaml | 88 +++++++++++++++++++ .../Unity.Unity.6000.locale.zh-CN.yaml | 31 +++++++ .../6000/6000.4.7f1/Unity.Unity.6000.yaml | 8 ++ 4 files changed, 149 insertions(+) create mode 100644 manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.installer.yaml create mode 100644 manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.locale.en-US.yaml create mode 100644 manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.locale.zh-CN.yaml create mode 100644 manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.yaml diff --git a/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.installer.yaml b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.installer.yaml new file mode 100644 index 000000000000..c570f6978668 --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.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: Unity.Unity.6000 +PackageVersion: 6000.4.7f1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- unity +- unitypackage +ProductCode: Unity 6000.4.7f1 +ReleaseDate: 2026-05-13 +Installers: +- Architecture: x64 + InstallerUrl: https://download.unity3d.com/download_unity/f3c3c4248748/Windows64EditorInstaller/UnitySetup64-6000.4.7f1.exe + InstallerSha256: 503F3AB8A097718D4A9216B7BFE831C08EF0E54A929047E756DE6F0BD045EFC1 +- Architecture: arm64 + InstallerUrl: https://download.unity3d.com/download_unity/f3c3c4248748/WindowsArm64EditorInstaller/UnitySetupArm64-6000.4.7f1.exe + InstallerSha256: 4B8457B2A92CDD7A1FED21FDA2F8872378BD662E960A4BAE56A6CD2535FF98CE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.locale.en-US.yaml b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.locale.en-US.yaml new file mode 100644 index 000000000000..16f97075d529 --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.locale.en-US.yaml @@ -0,0 +1,88 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.4.7f1 +PackageLocale: en-US +Publisher: Unity Technologies ApS +PublisherUrl: https://unity.com +PublisherSupportUrl: https://support.unity.com +PrivacyUrl: https://unity.com/legal/privacy-policy +Author: Unity Technologies ApS +PackageName: Unity 6000 +PackageUrl: https://unity.com/download +License: Proprietary +LicenseUrl: https://unity.com/legal/terms-of-service +Copyright: © 2026 Unity Technologies ApS. All rights reserved. +CopyrightUrl: https://unity.com/legal/trademarks +ShortDescription: The world’s leading platform for real-time content creation +Description: |- + Unity is the ultimate game development platform. + Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers. +Tags: +- develop +- development +- game +- unity +- unity3d +ReleaseNotes: |- + Known Issues in 6000.4.7f1 + - 6000.0.61f1: Crash on tlsf_free when generating Font Atlas with SDF16 or SDF32 (UUM-141061) + - 6000.0.6f1: [RenderGraph][D3D12] Crash on D3D12SwapChain::Present when using AddComputePass with EnableAsyncCompute(true) and UseTexture (UUM-140183) + - 6000.4.0a4: Freeze/Crash on core::base_hash_set when compiling shader variants during a build of a specific project (UUM-139283) + - 6000.5.0a8,6000.4.0b10: Crash on UserList::AddUser when opening a project with specific animation assets (UUM-141640) + - 6000.6.0a1,6000.5.0b1,6000.4.1f1: Inspector fails to render and NRE errors thrown when Domain is reloaded after code changes and Image component is visible in Inspector (UUM-139557) + - 6000.6.0a2,6000.4.4f1,6000.5.0b5: 'AudioSampleProvider buffer overflow' warnings are thrown when any video is played in Play Mode (UUM-140747) + - Metal: macOS stutters in a minimal project in the Editor in Play Mode (UUM-85256) + 6000.4.7f1 Release Notes + Improvements + - Build System: Renamed "Convert All Built-In Materials to HDRP" and "Convert Selected Built-In Materials to HDRP" to "Convert All Built-In Materials to Current SRP" and "Convert Selected Built-In Materials to Current SRP". + - Editor: Removed the warning under Canvas component when Normal or Tangent are enabled in Overlay mode. (UUM-137367) + Fixes + - 2D: Fixed a shader warning in Hidden/Light2D. (UUM-134522) + - 2D: Fixed an exception when selecting a Tile in Play mode while the Tile Palette overlay is open in the Scene View in Edit mode. (UUM-137165) + - 2D: Fixed an issue where the Tile Palette shows an empty grid when the user drags and drops Sprite assets for the Tile Palette but cancels the operation to create Tile assets. (UUM-132388) + - 2D: Fixed an issue with 2D shadow volumetric strength. (UUM-136056) + - 2D: Fixed the Inspector Preview window showing black sprites. (UUM-140770) + - 2D: Improve performance of TilemapPerformanceTests.EditorPreview_SetTile. (UUM-134576) + - AI: Fixed NavMeshAgent getting stuck on corner of a box obstacle when moved with navAgent.Move. (UUM-136684) + - Android: Fixed problem with MediaPlayer pause when app is suspended. (UUM-140840) + - Android: Toggling "Run without focus" to enabled now ensures Unity activity continues running when another activity is launched, including Android activities launched from Unity. (UUM-120304) + - Audio: Fixed crash when entering Play Mode if a Timeline with an AudioTrack is loaded from an AssetBundle and the audio clip fails to allocate an FMOD channel. (UUM-136551) + - Editor: Fixed a crash when rendering Custom Lighting ShaderGraph material while Forward+ is enabled and Keep Lighting Variants is disabled. (UUM-137255) + - Editor: Fixed an ArgumentException when opening the object picker for fields that accept any UnityEngine.Object type, such as entries in the Preloaded Assets list. (UUM-135060) + - Editor: Memoryless RenderGraph RenderTargets can now be viewed in FrameDebugger. (UUM-133585) + - Entities: Fixed unnecessary rebakes during live baking. (UUM-122684) + - Entities Graphics: Fixed an issue where changing render mesh properties during incremental baking would cause incorrect mesh/material assignment. (UUM-122094) + - Entities Graphics: Fixed an issue where materials and/or meshes would be assigned to the wrong object during live baking. (UUM-139663) + - Input: Fixed an instability in StaleSignalingTest by relaxing requirements which were too strict for CI/VM execution. (UUM-139665) + - Input: Reduced chance of sporadic failures in PeriodicTimerTests caused by too strict asserts that cannot be guaranteed by CI environment. (UUM-138596) + - iOS: Further improvements to UIScene lifecycle events - universal deep link handling, moved AbsoluteURL set earlier to not miss it in Awake(). (UUM-140746) + - macOS: Fixed occasional crash on exit. (UUM-136306) + - Plugins: Fixed an issue where native plugins for Linux were unable to specify their CPU architecture. (UUM-131765) + - Scripting: Fixed integer overflow crash in container. (UUM-134628) + - Shaders: Fixed ShaderVariantCollection returning 0 when accessing the shaderCount and variantCount in player builds. (UUM-137398) + - SRP Core: Render Pipeline Converter - Fixing min height on Convert and Scan buttons. (UUM-139128) + - uGUI: Fixed InputField fails to get the last character of a Hangul(IME) (Korean character) text when focus is shifted with the Tab key. (UUM-126213) + - UI Toolkit: Fixed "Attempted to release an invalid texture (index=-1)." error logged when building a Player or switching scenes with a VisualElement using Painter2D.fillGradient. (UUM-140738) + - UI Toolkit: Fixed RenderSpriteToTexture2D to use local package shaders when available. (UUM-140566) + - URP: Fixed increased build time caused by missing point sampling upscaling variant stripping in UberPost shader. (UUM-138256) + - Video: Added a Console warning when opening Segmented MP4 file on Windows-based platforms, as this media type is not supported. (UUM-132004) + Package changes in 6000.4.7f1 + Packages updated + - com.unity.netcode: 1.13.0 to 1.13.1 + - com.unity.2d.animation: 14.0.3 to 14.0.4 + - com.unity.2d.common: 13.0.1 to 13.0.2 + - com.unity.2d.psdimporter: 13.0.2 to 13.0.3 + - com.unity.2d.aseprite: 4.0.1 to 4.0.2 + - com.unity.2d.tooling: 2.0.1 to 2.0.2 + - com.unity.ide.rider: 3.0.39 to 3.0.40 + - com.unity.services.cloud-build: 2.0.7 to 2.0.8 + - com.unity.netcode.gameobjects: 2.11.1 to 2.11.2 +ReleaseNotesUrl: https://unity.com/releases/editor/whats-new/6000.4.7 +PurchaseUrl: https://store.unity.com/ +Documentations: +- DocumentLabel: Unity User Manual + DocumentUrl: https://docs.unity3d.com/6000.4/Documentation/Manual/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.locale.zh-CN.yaml b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.locale.zh-CN.yaml new file mode 100644 index 000000000000..757445c052ff --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.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: Unity.Unity.6000 +PackageVersion: 6000.4.7f1 +PackageLocale: zh-CN +Publisher: Unity Technologies ApS +PublisherUrl: https://unity.com/cn +PublisherSupportUrl: https://support.unity.com +PrivacyUrl: https://unity.com/cn/legal/privacy-policy +Author: Unity Technologies ApS +PackageName: Unity 6000 +PackageUrl: https://unity.com/cn/download +License: 专有软件 +LicenseUrl: https://unity.com/cn/legal/terms-of-service +Copyright: © 2026 Unity Technologies ApS. All rights reserved. +CopyrightUrl: https://unity.com/cn/legal/trademarks +ShortDescription: 全球领先的实时内容创作平台 +Description: Unity 是旗舰游戏开发平台。使用 Unity 构建高质量的 3D 和 2D 游戏,将其部署至手机、桌面、VR/AR、游戏机或网页,并连接忠实热情的玩家与客户。 +Tags: +- unity +- unity3d +- 开发 +- 游戏 +ReleaseNotesUrl: https://unity.com/releases/editor/whats-new/6000.4.7 +PurchaseUrl: https://store.unity.com/cn +Documentations: +- DocumentLabel: Unity 用户手册 + DocumentUrl: https://docs.unity3d.com/6000.4/Documentation/Manual/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.yaml b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.yaml new file mode 100644 index 000000000000..8aa6318bbaaa --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.4.7f1/Unity.Unity.6000.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: Unity.Unity.6000 +PackageVersion: 6000.4.7f1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 27112d3f99a493ae006738d0cf8817fb865d4b2b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 12:01:31 +0800 Subject: [PATCH 17/88] New version: Anthropic.ClaudeCode version 2.1.142 (#374800) --- .../Anthropic.ClaudeCode.installer.yaml | 18 +++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 66 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 +++++++++ .../2.1.142/Anthropic.ClaudeCode.yaml | 8 +++ 4 files changed, 123 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..52a45cfae6b9 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.142/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.142 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.142/win32-x64/claude.exe + InstallerSha256: 0778B1C607EE3282BA8EA3F0C684EDB05F597454CC0D21386A84576B5434B1C7 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.142/win32-arm64/claude.exe + InstallerSha256: 95A966B0729F9F7C28C68DF3D63E7F5AC6AC72ABAB209392800E9A40292F3BFC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..b0a981ba6af1 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,66 @@ +# 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.142 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - Added new claude agents flags: --add-dir, --settings, --mcp-config, --plugin-dir, --permission-mode, --model, --effort, and --dangerously-skip-permissions to configure dispatched background sessions + - Fast mode now uses Opus 4.7 by default (previously Opus 4.6). Set CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE=1 to pin fast mode to Opus 4.6 + - Plugins with a root-level SKILL.md and no skills/ subdirectory are now surfaced as a skill + - The /plugin details pane and claude plugin details now show LSP servers a plugin provides + - /web-setup warns before replacing an existing GitHub App connection + - Fixed MCP_TOOL_TIMEOUT not raising the per-request fetch timeout for remote HTTP and SSE MCP servers, which capped tool calls at 60 seconds regardless of the configured value + - Fixed background sessions not recognizing pre-existing git worktrees, blocking Edit while EnterWorktree refused to create a duplicate + - Fixed background sessions disappearing and daemon reconnect failing after macOS sleep/wake — the daemon now detects clock jumps instead of treating them as elapsed idle time + - Fixed daemon not exiting cleanly after the binary is upgraded (e.g. brew upgrade), causing dispatched agents to crash-loop on the deleted path + - Fixed background agents crash-looping when the Claude-in-Chrome extension is connected without a shared tab + - Fixed clicking links in an attached claude agents session — the background worker's headless browser shim no longer applies while attached + - Fixed claude agents "v to open in editor" using the daemon's default editor instead of your shell's $EDITOR/$VISUAL + - Fixed claude agents deadlocking on Windows with network-drive working directories; Ctrl+C now works during startup + - Fixed background-color bleed when attaching to a claude agents session from Apple Terminal or other 256-color-only terminals + - Fixed claude --bg --dangerously-skip-permissions not persisting across retire/wake + - Fixed session titles being derived from the URL when the first message is a link + - Fixed redundant set_model requests from remote clients injecting duplicate /model breadcrumbs into the transcript + - Fixed plugins using skills: ["./"] showing a false "path escapes plugin directory" error + - Fixed plugin cache cleanup deleting the active plugin version directory when no installation metadata is present + - Fixed /plugin browse pane showing "0 installs" for newly published plugins + - Fixed plugin advisories not naming every plugin.json key that shadows a default folder + - Improved reactive compaction: the first summarize attempt now seeds from the original request's overflow size, avoiding a wasted near-full-context retry + - Improved hook configuration error: configuring a prompt- or agent-type hook for SessionStart/Setup/SubagentStart now shows a clear "use a command-type hook instead" error + - Removed stale /model claude-sonnet-4-20250514 suggestion from Usage Policy refusal messages +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21142 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..572a54d94d53 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.142/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.142 +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.142/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.142/Anthropic.ClaudeCode.yaml new file mode 100644 index 000000000000..2052be57a247 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.142/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.142 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 92b09a65157fa41847bca79b2a0a6182cc5cb426 Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Fri, 15 May 2026 14:01:41 +1000 Subject: [PATCH 18/88] New version: CirclebackAI.Circleback version 2.9.2 (#374845) --- .../{2.9.0 => 2.9.2}/CirclebackAI.Circleback.installer.yaml | 4 ++-- .../CirclebackAI.Circleback.locale.en-US.yaml | 2 +- .../Circleback/{2.9.0 => 2.9.2}/CirclebackAI.Circleback.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename manifests/c/CirclebackAI/Circleback/{2.9.0 => 2.9.2}/CirclebackAI.Circleback.installer.yaml (82%) rename manifests/c/CirclebackAI/Circleback/{2.9.0 => 2.9.2}/CirclebackAI.Circleback.locale.en-US.yaml (94%) rename manifests/c/CirclebackAI/Circleback/{2.9.0 => 2.9.2}/CirclebackAI.Circleback.yaml (88%) diff --git a/manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.installer.yaml b/manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.installer.yaml similarity index 82% rename from manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.installer.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.installer.yaml index addac0250c03..232f8f297d9c 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.installer.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.0 +PackageVersion: 2.9.2 InstallerLocale: en-US InstallerType: nullsoft InstallModes: @@ -17,6 +17,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://download.circleback.ai/windows/nsis/x64 - InstallerSha256: 43ED6C211E3AF6AE58C2252CF6AB5A5255C4293B6E990485606EB36DBD1C57D0 + InstallerSha256: 9CC6D3A9767035EB283FC9E7C1C0B02D9F59FE1480EBA2CAEB139223B12495C5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.locale.en-US.yaml b/manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.locale.en-US.yaml similarity index 94% rename from manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.locale.en-US.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.locale.en-US.yaml index 06cfc11db721..33724c6db7fe 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.locale.en-US.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.0 +PackageVersion: 2.9.2 PackageLocale: en-US Publisher: Circleback AI, Inc. PublisherUrl: https://circleback.ai/ diff --git a/manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.yaml b/manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.yaml similarity index 88% rename from manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.yaml rename to manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.yaml index 5ecadf4f6009..edf9f8b05492 100644 --- a/manifests/c/CirclebackAI/Circleback/2.9.0/CirclebackAI.Circleback.yaml +++ b/manifests/c/CirclebackAI/Circleback/2.9.2/CirclebackAI.Circleback.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CirclebackAI.Circleback -PackageVersion: 2.9.0 +PackageVersion: 2.9.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From ce718c9928c599f35760a104134f349e7ca368da Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 12:01:54 +0800 Subject: [PATCH 19/88] New version: SST.opencode version 1.14.51 (#374851) --- .../1.14.51/SST.opencode.installer.yaml | 21 +++++ .../1.14.51/SST.opencode.locale.en-US.yaml | 76 +++++++++++++++++++ .../1.14.51/SST.opencode.locale.zh-CN.yaml | 25 ++++++ .../s/SST/opencode/1.14.51/SST.opencode.yaml | 8 ++ 4 files changed, 130 insertions(+) create mode 100644 manifests/s/SST/opencode/1.14.51/SST.opencode.installer.yaml create mode 100644 manifests/s/SST/opencode/1.14.51/SST.opencode.locale.en-US.yaml create mode 100644 manifests/s/SST/opencode/1.14.51/SST.opencode.locale.zh-CN.yaml create mode 100644 manifests/s/SST/opencode/1.14.51/SST.opencode.yaml diff --git a/manifests/s/SST/opencode/1.14.51/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.14.51/SST.opencode.installer.yaml new file mode 100644 index 000000000000..a6fe236ed776 --- /dev/null +++ b/manifests/s/SST/opencode/1.14.51/SST.opencode.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: SST.opencode +PackageVersion: 1.14.51 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.51/opencode-windows-x64.zip + InstallerSha256: AA5CEED1E2397047CAE1EBCC7A59E23F7D7C6EF21516866052684E8E49DB6367 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.51/opencode-windows-arm64.zip + InstallerSha256: 0D0241522E45A38E9CAFAAF6E2EB97B78600FECB7188210F8BBA542A3D9C5414 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.14.51/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.14.51/SST.opencode.locale.en-US.yaml new file mode 100644 index 000000000000..f7510917775f --- /dev/null +++ b/manifests/s/SST/opencode/1.14.51/SST.opencode.locale.en-US.yaml @@ -0,0 +1,76 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.14.51 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + Improvements + - Added experimental background subagents so tasks can keep running while you continue working. + - Added the required billing origin header for NVIDIA endpoints. (@nv-kasikritc) + Bugfixes + - Fixed worktree creation requests that omitted the POST body. + - Fixed sessions getting stuck with interrupted assistant messages after cancellation. + - Fixed repeated auto-compaction in sessions after compaction reordered messages. + - Updated LiteLLM compatibility to require v1.85.0-rc.2+ for current GPT-5 and tool-call behavior. (@Sameerlite) + - Fixed truncated shell output streams closing cleanly. + - Stopped exposing internal named defect details from the HTTP API. + - Fixed Azure gpt-5.5 requests through the completions API. (@frederiknsgo) + - Restored automatic image resizing for oversized image attachments. + TUI + Bugfixes + - Preserved text selection when clicking question prompt options. (@nikhil-patel-whatnot) + Desktop + Improvements + - Added MCP connection status for client registration and authentication, with direct re-auth flows in the app. (@OpeOginni) + Bugfixes + - Fixed Windows app detection by reading where output correctly. + Extensions + Bugfixes + - Fixed DigitalOcean OAuth to request only the GenAI scopes it needs. (@Spherrrical) + Thank you to 7 community contributors: + - @nikhil-patel-whatnot: + - fix(tui): preserve text selection on question prompt options (#24988) + - @frederiknsgo: + - fix: bug encountered when using azure gpt-5.5 w/ completions api (#26222) + - @OpeOginni: + - feat(desktop): add mcp client registration status and authentication handling (#27525) + - @Sameerlite: + - fix(provider): remove LiteLLM workarounds ported upstream, requires LiteLLM v1.85.0-rc.2+ (#26819) + - @bo-tato: + - docs(app): stale reference to removed multi-edit tool (#27579) + - @Spherrrical: + - fix(plugin): scope digitalocean oauth to genai (#27599) + - @nv-kasikritc: + - feat(provider): add NVIDIA endpoints origin header (#27394) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.14.51 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.14.51/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.14.51/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 000000000000..78e033f8eca3 --- /dev/null +++ b/manifests/s/SST/opencode/1.14.51/SST.opencode.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: SST.opencode +PackageVersion: 1.14.51 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.14.51/SST.opencode.yaml b/manifests/s/SST/opencode/1.14.51/SST.opencode.yaml new file mode 100644 index 000000000000..774b4672bf85 --- /dev/null +++ b/manifests/s/SST/opencode/1.14.51/SST.opencode.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: SST.opencode +PackageVersion: 1.14.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fb19f2b0fd91984042399aec7b6fe304b7d2ebac Mon Sep 17 00:00:00 2001 From: "Eugenio A. Naselli" Date: Fri, 15 May 2026 06:02:06 +0200 Subject: [PATCH 20/88] New version: AzaharEmu.Azahar version 2125.1.2 (#374862) --- .../2125.1.2/AzaharEmu.Azahar.installer.yaml | 24 +++++++++++ .../AzaharEmu.Azahar.locale.en-US.yaml | 42 +++++++++++++++++++ .../Azahar/2125.1.2/AzaharEmu.Azahar.yaml | 8 ++++ 3 files changed, 74 insertions(+) create mode 100644 manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.installer.yaml create mode 100644 manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.locale.en-US.yaml create mode 100644 manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.yaml diff --git a/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.installer.yaml b/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.installer.yaml new file mode 100644 index 000000000000..4a534447eb85 --- /dev/null +++ b/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.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: AzaharEmu.Azahar +PackageVersion: 2125.1.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: Azahar +ReleaseDate: 2026-05-14 +AppsAndFeaturesEntries: +- Publisher: Azahar Emulator Developers + ProductCode: Azahar +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Azahar' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/azahar-emu/azahar/releases/download/2125.1.2/azahar-windows-msvc-2125.1.2-installer.exe + InstallerSha256: 860340711FFCC4A7421F473944F2496A132A0D982FB53ADA6EBBAE7E2C935B5D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.locale.en-US.yaml b/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.locale.en-US.yaml new file mode 100644 index 000000000000..cd2d44e70dd4 --- /dev/null +++ b/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AzaharEmu.Azahar +PackageVersion: 2125.1.2 +PackageLocale: en-US +Publisher: Azahar +PublisherUrl: https://github.com/azahar-emu/ +PublisherSupportUrl: https://github.com/azahar-emu/azahar/issues +Author: OpenSauce04 & PabloMK7 +PackageName: Azahar +PackageUrl: https://github.com/azahar-emu/azahar +License: GPL-2.0 +LicenseUrl: https://github.com/azahar-emu/azahar/blob/HEAD/license.txt +ShortDescription: Azahar is an open-source 3DS emulator project based on Citra. +Moniker: AzaharEmu.Azahar +Tags: +- 3ds +- emu +- emulator +- games +ReleaseNotes: |- + This is an unscheduled release to put into action new security policies we have enabled for Azahar after the recent TeamPCP supply chain attacks, which affected big open source projects like CEMU Emulator. + This release contains no user-facing changes when compared with 2125.1.1 outside of the security policy changes. We decided to publish this release now so that the new policies are applied as soon as possible. Users may choose to skip this release if they wish. + Please keep in mind that Azahar was NOT compromised by the attacks and our users are safe. We are just being proactive and adding security measures to our release distribution process as a preventative measure. + Azahar 2125.1.2 Changelog + All + - Enabled Attestation and Software Bill Of Materials for release assets to increase release security. | @PabloMK7 #2117 + - From now on, Azahar releases are immutable. This means that once we publish a release, the assets linked to it cannot be changed in any way. This prevents token stealers from modifying release assets after they are published. You are able to know if a release is immutable if it shows a padlock icon with the word Immutable at the top left of the page. + - Starting from this release, Azahar release binaries are attested. This means that all of the official Azahar assets have now signed claims that specify where they were produced (CI jobs), the exact commit and timestamp, and other metadata. + - Users should be able to verify the validity of azahar binaries using the GitHub Cli. For example: gh attestation verify --owner azahar-emu --predicate-type "https://spdx.dev/Document/v2.3" . This command will only succeed if the file was not tampered with, which is useful when downloading assets from secondary sources, such as our Internet Archive page. + - While plain sha256 hashes serve to verify integrity, attestations also allow to include the aforementioned metadata. + - You can view the attestations for all of our binaries in the Attestations page. + - Also starting from this release, Azahar binaries have a Sofware Bill Of Materials, which consists in a JSON that (in theory) contains all dependencies Azahar relies upon, which should help tracking vulnerabilities. In practice, this technology is rather new, so not all dependencies are fully detected. You can read more about this in #2117. + - A verify-release bash script is now provided in our source code that helps verifying the validity of Azahar releases. This allows users to better audit our releases as well as easily obtain the software bill of materials. Example usage is as follows: ./tools/verify-release.sh azahar-emu/azahar 2125.1.2. You can learn more about this tool in #2117. + Technical + - Added EXCLUDE_FROM_ALL to CMake targets where applicable, speeding up build times for certain non-standard build configurations. | @OpenSauce04 #2088 + - All libretro core binaries are now stripped, greatly reducing filesize (primarily for the Android core) without affecting functionality in any way. | @OpenSauce04 #2111 + - This is only relevant for the core binaries distributed by us; The cores used by the RetroArch core downloader were already doing this. +ReleaseNotesUrl: https://github.com/azahar-emu/azahar/releases/tag/2125.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.yaml b/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.yaml new file mode 100644 index 000000000000..4faaa0c46465 --- /dev/null +++ b/manifests/a/AzaharEmu/Azahar/2125.1.2/AzaharEmu.Azahar.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: AzaharEmu.Azahar +PackageVersion: 2125.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7d06558d8349a08ab437bba47895c88ee135fa98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Fri, 15 May 2026 06:25:19 +0200 Subject: [PATCH 21/88] New version: Martchus.syncthingtray version 2.1.0 (#374604) --- .../Martchus.syncthingtray.installer.yaml | 28 ++++++++++++++ .../Martchus.syncthingtray.locale.en-US.yaml | 37 +++++++++++++++++++ .../Martchus.syncthingtray.locale.pt-BR.yaml | 32 ++++++++++++++++ .../2.1.0/Martchus.syncthingtray.yaml | 8 ++++ 4 files changed, 105 insertions(+) create mode 100644 manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.installer.yaml create mode 100644 manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.en-US.yaml create mode 100644 manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.pt-BR.yaml create mode 100644 manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.yaml diff --git a/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.installer.yaml b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.installer.yaml new file mode 100644 index 000000000000..9e434d6cdf04 --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.installer.yaml @@ -0,0 +1,28 @@ +# 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: Martchus.syncthingtray +PackageVersion: 2.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: syncthingtray-cli.exe + PortableCommandAlias: syncthingtray-cli +- RelativeFilePath: syncthingtray.exe + PortableCommandAlias: syncthingtray +UpgradeBehavior: uninstallPrevious +Commands: +- syncthingtray +- syncthingtray-cli +FileExtensions: +- stignore +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Martchus/syncthingtray/releases/download/v2.1.0/syncthingtray-2.1.0-x86_64-w64-mingw32.exe.zip + InstallerSha256: 403EF92172F9ABE2672ACB9F2973C07AE5BE4DED8BC50D529FF475E829F34286 +- Architecture: arm64 + InstallerUrl: https://github.com/Martchus/syncthingtray/releases/download/v2.1.0/syncthingtray-2.1.0-aarch64-w64-mingw32.exe.zip + InstallerSha256: 2C7BB2E48FA702B315FD0031C270FC366F477D36D9B64708485C77063D98FDB5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.en-US.yaml b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.en-US.yaml new file mode 100644 index 000000000000..6199ff63e2a6 --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Martchus.syncthingtray +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: Martchus +PublisherUrl: https://martchus.github.io/ +PublisherSupportUrl: https://github.com/Martchus/syncthingtray/issues +Author: Marius Kittler +PackageName: Syncthing Tray +PackageUrl: https://martchus.github.io/syncthingtray/ +License: GPL-2.0 +LicenseUrl: https://github.com/Martchus/syncthingtray/blob/HEAD/LICENSE +Copyright: Copyright © 2016-2024 Marius Kittler +CopyrightUrl: https://github.com/Martchus/syncthingtray/blob/v1.7.1/README.md#copyright-notice-and-license +ShortDescription: Tray application for Syncthing +Description: Syncthing Tray provides a tray icon and further platform integration for Syncthing. +Moniker: syncthingtray +Tags: +- dolphin +- icon +- plasma +- plasmoid +- qt +- qt-widgets +- qt6 +- synchronization +- syncthing +- tray +- tray-application +ReleaseNotes: |- + The built-in Syncthing library was updated to 2.1.0. So be sure to read about the major changes in 2.1 on https://github.com/syncthing/syncthing/releases/tag/v2.1.0 if you are using the built-in Syncthing library. + Full Changelog: v2.0.10...v2.1.0 +ReleaseNotesUrl: https://github.com/Martchus/syncthingtray/releases/tag/v2.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.pt-BR.yaml b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.pt-BR.yaml new file mode 100644 index 000000000000..6a7975ece8a2 --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.locale.pt-BR.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Martchus.syncthingtray +PackageVersion: 2.1.0 +PackageLocale: pt-BR +Publisher: Martchus +PublisherUrl: https://martchus.github.io/ +PublisherSupportUrl: https://github.com/Martchus/syncthingtray/issues +Author: Marius Kittler +PackageName: Syncthing Tray +PackageUrl: https://martchus.github.io/syncthingtray/ +License: GPL-2.0 +LicenseUrl: https://github.com/Martchus/syncthingtray/blob/v1.7.1/LICENSES-windows-distribution.md +Copyright: Copyright © 2016-2024 Marius Kittler +CopyrightUrl: https://github.com/Martchus/syncthingtray/blob/v1.7.1/README.md#copyright-notice-and-license +ShortDescription: Aplicação de bandeja para sincronização +Description: Syncthing Tray fornece um ícone de bandeja e mais integração de plataforma para Syncthing +Tags: +- dolphin +- icon +- plasma +- plasmoid +- qt +- qt-widgets +- qt6 +- synchronization +- syncthing +- tray +- tray-application +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.yaml b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.yaml new file mode 100644 index 000000000000..4ebdbc3779a5 --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.1.0/Martchus.syncthingtray.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: Martchus.syncthingtray +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 72f94ba7088748d20d9f1bf0a0776bc93264e25d Mon Sep 17 00:00:00 2001 From: Gavin Grob Date: Thu, 14 May 2026 21:25:29 -0700 Subject: [PATCH 22/88] New version: PortX.ptx version 1.0.25 (#374799) --- .../PortX/ptx/1.0.25/PortX.ptx.installer.yaml | 20 +++++++++++ .../ptx/1.0.25/PortX.ptx.locale.en-US.yaml | 33 +++++++++++++++++++ manifests/p/PortX/ptx/1.0.25/PortX.ptx.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/p/PortX/ptx/1.0.25/PortX.ptx.installer.yaml create mode 100644 manifests/p/PortX/ptx/1.0.25/PortX.ptx.locale.en-US.yaml create mode 100644 manifests/p/PortX/ptx/1.0.25/PortX.ptx.yaml diff --git a/manifests/p/PortX/ptx/1.0.25/PortX.ptx.installer.yaml b/manifests/p/PortX/ptx/1.0.25/PortX.ptx.installer.yaml new file mode 100644 index 000000000000..4c4349d9ac41 --- /dev/null +++ b/manifests/p/PortX/ptx/1.0.25/PortX.ptx.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PortX.ptx +PackageVersion: 1.0.25 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ptx.exe + PortableCommandAlias: ptx +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/portx-labs/ptx-cli/releases/download/v1.0.25/ptx-cli-windows-amd64.zip + InstallerSha256: EB39F86A361AA6AAC35A210C73AD5F86DA47BDE187259A69854929DB293BB336 +- Architecture: arm64 + InstallerUrl: https://github.com/portx-labs/ptx-cli/releases/download/v1.0.25/ptx-cli-windows-arm64.zip + InstallerSha256: DB3920BB30381DBE54369B0DD523CD54B90F50E950982A13193F32F357301181 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-14 diff --git a/manifests/p/PortX/ptx/1.0.25/PortX.ptx.locale.en-US.yaml b/manifests/p/PortX/ptx/1.0.25/PortX.ptx.locale.en-US.yaml new file mode 100644 index 000000000000..7b45d903d597 --- /dev/null +++ b/manifests/p/PortX/ptx/1.0.25/PortX.ptx.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PortX.ptx +PackageVersion: 1.0.25 +PackageLocale: en-US +Publisher: PortX +PublisherUrl: https://github.com/portx-labs +PublisherSupportUrl: https://github.com/portx-labs/ptx-cli/issues +PackageName: ptx +PackageUrl: https://github.com/portx-labs/ptx-cli +License: MIT +LicenseUrl: https://github.com/portx-labs/ptx-cli/blob/main/LICENSE +ShortDescription: PortX Platform CLI for connecting to clusters, managing applications, and port forwarding +Description: |- + PTX CLI is the command-line interface for the PortX platform. It provides: + - Authentication via OIDC device flow + - EKS cluster access and kubeconfig management + - SSM-based port forwarding to databases and services + - Project provisioning and management +Tags: +- cli +- kubernetes +- aws +- eks +- port-forwarding +- devops +ReleaseNotesUrl: https://github.com/portx-labs/ptx-cli/releases/tag/v1.0.25 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/portx-labs/ptx-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PortX/ptx/1.0.25/PortX.ptx.yaml b/manifests/p/PortX/ptx/1.0.25/PortX.ptx.yaml new file mode 100644 index 000000000000..6b7537fe2731 --- /dev/null +++ b/manifests/p/PortX/ptx/1.0.25/PortX.ptx.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: PortX.ptx +PackageVersion: 1.0.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dab943b23db09b365464ea0114919ad45f15cc26 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 12:25:41 +0800 Subject: [PATCH 23/88] New version: ByteDance.Trae version 3.5.57 (2.3.25938) (#374864) --- .../Trae/3.5.57/ByteDance.Trae.installer.yaml | 165 ++++++++++++++++++ .../3.5.57/ByteDance.Trae.locale.en-US.yaml | 34 ++++ .../3.5.57/ByteDance.Trae.locale.zh-CN.yaml | 24 +++ .../ByteDance/Trae/3.5.57/ByteDance.Trae.yaml | 8 + 4 files changed, 231 insertions(+) create mode 100644 manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.installer.yaml create mode 100644 manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.yaml diff --git a/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.installer.yaml b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.installer.yaml new file mode 100644 index 000000000000..78b7bea99aba --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.57 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{1082AAEF-E2C3-4ABD-8789-9861082B709F}_is1' +ReleaseDate: 2026-05-10 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.25938/win32/Trae-Setup-x64.exe + InstallerSha256: 0F9D6A976F19EC2EC9FAECEBDE196F2332C58574BDF0303FCF7BA34ECFB2D016 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.25938/win32/Trae-Setup-x64.exe + InstallerSha256: 0F9D6A976F19EC2EC9FAECEBDE196F2332C58574BDF0303FCF7BA34ECFB2D016 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.locale.en-US.yaml b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.locale.en-US.yaml new file mode 100644 index 000000000000..2861e1521d82 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.57 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD +PublisherUrl: https://www.trae.ai/ +PublisherSupportUrl: https://discord.gg/NV3MF24tAe +PrivacyUrl: https://www.trae.ai/privacy-policy +Author: SPRING (SG) PTE. LTD. +PackageName: Trae +PackageUrl: https://www.trae.ai/ +License: Proprietary +LicenseUrl: https://www.trae.ai/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.locale.zh-CN.yaml new file mode 100644 index 000000000000..f49c39c26530 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.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: ByteDance.Trae +PackageVersion: 3.5.57 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自适应的 AI 集成开发环境,改变您的工作方式,从而与您协作,提高速度。 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.yaml b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.yaml new file mode 100644 index 000000000000..5ff0c81c33b6 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.57/ByteDance.Trae.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.57 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6286129b1c823894cfa8368868635d5690ba6e07 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 15 May 2026 00:52:53 -0400 Subject: [PATCH 24/88] New version: Amazon.SAM-CLI version 1.160.1 (#374852) --- .../1.160.1/Amazon.SAM-CLI.installer.yaml | 29 +++++++++ .../1.160.1/Amazon.SAM-CLI.locale.en-US.yaml | 63 +++++++++++++++++++ .../SAM-CLI/1.160.1/Amazon.SAM-CLI.yaml | 8 +++ 3 files changed, 100 insertions(+) create mode 100644 manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.installer.yaml create mode 100644 manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.locale.en-US.yaml create mode 100644 manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.yaml diff --git a/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.installer.yaml b/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.installer.yaml new file mode 100644 index 000000000000..486b5935b643 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.installer.yaml @@ -0,0 +1,29 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.160.1 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- sam +ProductCode: '{9E60556A-117B-4109-B201-FFFB2CE78A7E}' +ReleaseDate: 2026-05-15 +AppsAndFeaturesEntries: +- ProductCode: '{9E60556A-117B-4109-B201-FFFB2CE78A7E}' + UpgradeCode: '{869D7B3B-A7C9-4E19-AC94-190305391ED1}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Amazon/AWSSAMCLI' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/aws-sam-cli/releases/download/v1.160.1/AWS_SAM_CLI_64_PY3.msi + InstallerSha256: 07A8324874E6011F48EEC1683656195E306352DFC4FA1B355627B90EEDCAABDD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.locale.en-US.yaml b/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.locale.en-US.yaml new file mode 100644 index 000000000000..ff7bbbabdbf9 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.160.1 +PackageLocale: en-US +Publisher: AWS Serverless Applications +PublisherUrl: https://github.com/aws/aws-sam-cli +PublisherSupportUrl: https://github.com/aws/aws-sam-cli/issues +Author: AWS Serverless Applications +PackageName: AWS SAM Command Line Interface +PackageUrl: https://aws.amazon.com/serverless/sam +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. +CopyrightUrl: https://raw.githubusercontent.com/aws/aws-sam-cli/master/LICENSE +ShortDescription: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +Moniker: aws-sam-cli +Tags: +- amazon +- aws +- cli +- sam +- serverless +ReleaseNotes: |- + Changes: + ef9f2ac - chore(deps-dev): bump types-chevron (#9003) + 1de55d9 - chore(deps-dev): bump types-setuptools (#9001) + e56f4a3 - chore(deps-dev): bump types-jsonschema (#9000) + 5cf1a5a - chore(deps-dev): bump mypy from 1.19.1 to 2.1.0 (#8999) + 7dcaab3 - chore(deps): bump requests from 2.34.0 to 2.34.1 in the requests group (#8996) + a5bcf8a - chore(deps): bump the boto group with 4 updates (#8995) + 2ef8ad8 - chore(deps): bump pyinstaller from 6.19.0 to 6.20.0 (#9002) + 4113a20 - ci: declare contents: read on validate_pyinstaller workflow (#8992) + c406852 - chore(deps-dev): bump types-pyyaml (#8998) + 9006343 - fix(cfn-lang-ext): preserve template-time intrinsics with unresolved param Refs in PARTIAL mode (#9004) (#9010) + a486922 - fix(cfn-lang-ext): unify packageable resource properties (#9005) (#9009) + 9ffa5ed - chore: bump version to 1.160.1 (#9011) + + Hashes: + ────────────────────────────────┬──────────────────────────────────────────────────────────────── + Filename │SHA256 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + AWS_SAM_CLI_64_PY3.msi │07a8324874e6011f48eec1683656195e306352dfc4fa1b355627b90eedcaabdd + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-x86_64.zip │1ef94fecfbd6c7ec0db897027918b9efe7897b58ef82845d90e952a0476a845b + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-x86_64.zip.sig│eaf58142d6a7a8bdd82d2be523659294ec284d2d91a9715d6356bd87d2a264ad + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-arm64.zip │859650e5078d60cc83ad0b325e55240b2b8f3b1b883da64d5095e450429e2bec + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-linux-arm64.zip.sig │60ac47b4e62ab50d118478c2005f012969c6050f6a2f2955bf9100f367f2fdd4 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-macos-x86_64.pkg │9cc4a6353d33e9b09d27b24ad8a246c0cc574f95c1bfc67a0c0c1e7c41647e36 + ────────────────────────────────┼──────────────────────────────────────────────────────────────── + aws-sam-cli-macos-arm64.pkg │af64980f9e6fe1022cd388770b4524cc683a38e04daa5cb9045b7dda312223d8 + ────────────────────────────────┴──────────────────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/aws/aws-sam-cli/releases/tag/v1.160.1 +Documentations: +- DocumentLabel: Using the AWS SAM CLI + DocumentUrl: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.yaml b/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.yaml new file mode 100644 index 000000000000..2cbea4578b6c --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.160.1/Amazon.SAM-CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.160.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 689c6d21a08b0b5e5c98731be1163c605d07831a Mon Sep 17 00:00:00 2001 From: Brian Adams Date: Fri, 15 May 2026 00:53:03 -0400 Subject: [PATCH 25/88] New version: RedEyeNetworks.Logivore version 0.12.1 (#374865) --- .../RedEyeNetworks.Logivore.installer.yaml | 34 +++++++++++++++ .../RedEyeNetworks.Logivore.locale.en-US.yaml | 41 +++++++++++++++++++ .../0.12.1/RedEyeNetworks.Logivore.yaml | 7 ++++ 3 files changed, 82 insertions(+) create mode 100644 manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.installer.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.locale.en-US.yaml create mode 100644 manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.yaml diff --git a/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.installer.yaml b/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.installer.yaml new file mode 100644 index 000000000000..a456ed6d44ab --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 0.12.1 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivore +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.12.1/logivore-win-x64-setup.exe + InstallerSha256: C95E13ED311185F3419451D536DAE16B214874349C26DE9EA2FC576D12878D25 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.12.1/logivore-win-x64-machine-setup.exe + InstallerSha256: 05DFA1B0608C76BEBFAF615A7262BB98E8F83E9B5C4E7087E6402D60DFED4664 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.12.1/logivore-win-arm64-setup.exe + InstallerSha256: 8A12409604589182992D8FB2694C2E97A4E9899D2C5F1ED9C8D11877EB7AD2B3 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/0.12.1/logivore-win-arm64-machine-setup.exe + InstallerSha256: 0BB524753A7E14B19C0EC045B1E580FB099240D7E449B876BFD24DA2D0F7F594 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.locale.en-US.yaml b/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.locale.en-US.yaml new file mode 100644 index 000000000000..128758a79144 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 0.12.1 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Cross-platform desktop log analyzer with LILA, an AI assistant for log triage +Description: |- + Logivore is a local-first, cross-platform desktop log analyzer for Windows, + macOS, and Linux. Parses dozens of log formats (plaintext, syslog, EVTX, + PAN-OS TSF, Veeam VBR, GlobalProtect, pcap), correlates events across + sources, and surfaces findings via LILA — an AI assistant that runs locally + with optional Anthropic Claude or Google Gemini provider integration. + Memory-tier-adaptive (Flash / Hybrid / Indexed) so any log size works on + any hardware. Trust-gated LLM boundary keeps PII tokenized before it leaves + the machine. +Moniker: logivore +Tags: +- log-analysis +- log-viewer +- syslog +- evtx +- pan-os +- veeam +- pcap +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.yaml b/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.yaml new file mode 100644 index 000000000000..f94662d5cbea --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/0.12.1/RedEyeNetworks.Logivore.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 0.12.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ac3e89b09c3f4bd82f6d5310725868dd2fc51e85 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 12:53:14 +0800 Subject: [PATCH 26/88] New version: Ramplio.CatLight version 3.9.7 (#374869) --- .../3.9.7/Ramplio.CatLight.installer.yaml | 21 +++++++++ .../3.9.7/Ramplio.CatLight.locale.en-US.yaml | 47 +++++++++++++++++++ .../3.9.7/Ramplio.CatLight.locale.zh-CN.yaml | 31 ++++++++++++ .../CatLight/3.9.7/Ramplio.CatLight.yaml | 8 ++++ 4 files changed, 107 insertions(+) create mode 100644 manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.installer.yaml create mode 100644 manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.locale.en-US.yaml create mode 100644 manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.locale.zh-CN.yaml create mode 100644 manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.yaml diff --git a/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.installer.yaml b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.installer.yaml new file mode 100644 index 000000000000..9abd8be05fee --- /dev/null +++ b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.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: Ramplio.CatLight +PackageVersion: 3.9.7 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: CatLight +Installers: +- Architecture: x64 + InstallerUrl: https://download.catlight.io/rel/win/beta/CatLightSetup-3.9.7.exe + InstallerSha256: 6183936F05F850C17723FAAAD5349CE0CB252666EF29E06CB68B47D3C43BB4F1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.locale.en-US.yaml b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.locale.en-US.yaml new file mode 100644 index 000000000000..2b3250979204 --- /dev/null +++ b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ramplio.CatLight +PackageVersion: 3.9.7 +PackageLocale: en-US +Publisher: Catlight.io +PublisherUrl: https://www.catlight.io/ +PublisherSupportUrl: https://support.catlight.io/ +PrivacyUrl: https://www.catlight.io/Home/Privacy +Author: Ramplio Inc. +PackageName: Catlight build notifications +PackageUrl: https://catlight.io/downloads +License: Proprietary +LicenseUrl: https://www.catlight.io/Home/License +Copyright: © 2026 Ramplio Inc +CopyrightUrl: https://www.catlight.io/Home/License +ShortDescription: Action center for developers +Description: |- + Stay on top of your work with CatLight + Get actionable alerts about your builds, tasks, and pull requests + + 1. Choose items to monitor + CatLight can monitor your CI/CD pipelines, PRs, and issues. + With CatLight you don't need to keep refreshing your server dashboards or dig through a pile of emails. + + 2. See the current status in the tray + The CatLight icon will show the status of items that you monitor. + It will change color when your attention is needed. + + 3. Get notified about changes + Get a notification when a build breaks down, you got a PR to review, or an urgent bug appears. + + 4. Have a prioritized action list + The CatLight dashboard combines action items from all sources into a single action list for you. See all pending pull requests, urgent issues, failed builds, or release pipelines. + Use a watch list to keep an eye on builds that you've started and outgoing pull requests. + + 5. Collaborate with the team + Let the team know that you are investigating the problem. Provide status updates in comments. +ReleaseNotes: |- + We have several improvements in this release: + - CatLight will now detect PRs that are assigned to security groups (in addition to teams) + - Cancelled builds will be ignored in the dashboard + - ADO connection flow now provides better troubleshooting information +ReleaseNotesUrl: https://support.catlight.io/i580-catlight-3-9-azure-devops-improvements +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.locale.zh-CN.yaml b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.locale.zh-CN.yaml new file mode 100644 index 000000000000..a871fe2223f2 --- /dev/null +++ b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.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: Ramplio.CatLight +PackageVersion: 3.9.7 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 开发者操作中心 +Description: |- + 使用 CatLight 随时掌控您的工作 + 获取关于构建、任务和拉取请求的可操作提醒 + + 1. 选择要监控的项目 + CatLight 可监控您的 CI/CD 流水线、拉取请求(PR)和问题。 + 有了 CatLight,您无需不断刷新服务器仪表板,也无需在大量邮件中翻找信息。 + + 2. 在系统托盘中查看当前状态 + CatLight 图标会显示您所监控项目的状态。 + 当需要您关注时,图标颜色将发生变化。 + + 3. 接收变更通知 + 当构建失败、有待您审查的拉取请求或出现紧急缺陷时,您将收到通知。 + + 4. 拥有优先排序的行动清单 + CatLight 仪表板将所有来源的行动项整合为一份统一的行动清单。您可以查看所有待处理的拉取请求、紧急问题、失败的构建或发布流水线。 + 使用关注列表,持续跟踪您已启动的构建和已发出的拉取请求。 + + 5. 与团队协作 + 让团队知道您正在调查问题,并通过评论提供状态更新。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.yaml b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.yaml new file mode 100644 index 000000000000..5b9d71a580f9 --- /dev/null +++ b/manifests/r/Ramplio/CatLight/3.9.7/Ramplio.CatLight.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: Ramplio.CatLight +PackageVersion: 3.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 777659ad835ad6b6feb32fbdb13933e21f58eb42 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 12:53:26 +0800 Subject: [PATCH 27/88] New version: xpf0000.FlyEnv version 4.15.1 (#374874) --- .../4.15.1/xpf0000.FlyEnv.installer.yaml | 26 +++++++++++++++++ .../4.15.1/xpf0000.FlyEnv.locale.en-US.yaml | 28 +++++++++++++++++++ .../4.15.1/xpf0000.FlyEnv.locale.zh-CN.yaml | 21 ++++++++++++++ .../xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.yaml | 8 ++++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.installer.yaml create mode 100644 manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.locale.en-US.yaml create mode 100644 manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.locale.zh-CN.yaml create mode 100644 manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.yaml diff --git a/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.installer.yaml b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.installer.yaml new file mode 100644 index 000000000000..0cb1d83bc9d4 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.15.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 58e103f9-7c07-5ccc-9a52-ce8faf14c36b +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.15.1/FlyEnv-Setup-4.15.1.exe + InstallerSha256: 2D35F5E2094AE6624F4CA6DD31783B28F190E24A23B600635793837E53883B2E + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.15.1/FlyEnv-Setup-4.15.1.exe + InstallerSha256: 2D35F5E2094AE6624F4CA6DD31783B28F190E24A23B600635793837E53883B2E + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.locale.en-US.yaml b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.locale.en-US.yaml new file mode 100644 index 000000000000..a9314ef25370 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.15.1 +PackageLocale: en-US +Publisher: pengfei xu +PublisherUrl: https://github.com/xpf0000 +PublisherSupportUrl: https://github.com/xpf0000/FlyEnv/issues +Author: Xu Pengfei +PackageName: FlyEnv +PackageUrl: https://www.macphpstudy.com/ +License: BSD-3-Clause +LicenseUrl: https://github.com/xpf0000/FlyEnv/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026, Xu Pengfei +ShortDescription: Powerful Web Server and Environment Manager +Description: |- + FlyEnv is an all-in-one Web Server / Database Server / Development environment management GUI App + In short, FlyEnv provides a complete set of operating environments. Help users develop and debug PHP/NodeJS/Java/Go/Python applications such as laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask... +Tags: +- server +ReleaseNotes: 'v4.15.1: Flutter And Git Module' +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.15.1 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.macphpstudy.com/guide/what-is-flyenv.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.locale.zh-CN.yaml b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.locale.zh-CN.yaml new file mode 100644 index 000000000000..f42224676412 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.15.1 +PackageLocale: zh-CN +Author: 徐鹏飞 +PackageUrl: https://www.macphpstudy.com/zh/ +Copyright: Copyright (c) 2026, 徐鹏飞 +ShortDescription: 功能强大的 Web 服务器和环境管理器 +Description: |- + FlyEnv 是一个集 Web 服务器/数据库服务器/开发环境管理于一体的 GUI 应用程序 + 简而言之,FlyEnv 提供了一套完整的运行环境。帮助用户开发和调试 PHP/NodeJS/Java/Go/Python 程序,如 laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask…… +Tags: +- 服务器 +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.15.1 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://www.macphpstudy.com/zh/guide/what-is-flyenv.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.yaml b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.yaml new file mode 100644 index 000000000000..ba75e126730a --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.15.1/xpf0000.FlyEnv.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: xpf0000.FlyEnv +PackageVersion: 4.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6a63f5f28459ed800130cf64d55e16d696c4ddb1 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Fri, 15 May 2026 13:19:38 +0800 Subject: [PATCH 28/88] New version: Diorser.LiteMonitor version 1.3.5 (#374804) --- .../1.3.5/Diorser.LiteMonitor.installer.yaml | 16 ++++++++ .../Diorser.LiteMonitor.locale.en-US.yaml | 37 +++++++++++++++++++ .../1.3.5/Diorser.LiteMonitor.yaml | 8 ++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.installer.yaml create mode 100644 manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.locale.en-US.yaml create mode 100644 manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.yaml diff --git a/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.installer.yaml b/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.installer.yaml new file mode 100644 index 000000000000..bf2daa335d2c --- /dev/null +++ b/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.installer.yaml @@ -0,0 +1,16 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Diorser.LiteMonitor +PackageVersion: 1.3.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: LiteMonitor_v1.3.5-win-x64/LiteMonitor.exe +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Diorser/LiteMonitor/releases/download/v1.3.5/LiteMonitor_v1.3.5-win-x64.zip + InstallerSha256: 8A1F532107C3CBD3D2E936334F52A042C28DE9601F5000016615DB1FA742B5DC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.locale.en-US.yaml b/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.locale.en-US.yaml new file mode 100644 index 000000000000..2b6574a900d5 --- /dev/null +++ b/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Diorser.LiteMonitor +PackageVersion: 1.3.5 +PackageLocale: en-US +Publisher: Diorser +PublisherUrl: https://github.com/Diorser +PublisherSupportUrl: https://github.com/Diorser/LiteMonitor/issues +Author: Diorser +PackageName: LiteMonitor +PackageUrl: https://github.com/Diorser/LiteMonitor +License: MIT +Copyright: Diorser +ShortDescription: A lightweight and fully customizable Windows hardware monitor +Description: LiteMonitor is a modern Windows desktop system monitoring tool. It supports horizontal/vertical display, multiple languages, theme switching, transparency, adaptive DPI scaling, and three-level color alerts — in a clean and highly configurable interface. +Moniker: zip +Tags: +- hardware monitor +- monitor +- system monitor +ReleaseNotes: |- + Changelog: + 1,新增监控历史,可查看温度、负载、功耗、频率、FPS 等历史趋势 + 2,支持多显卡切换 + 3,更新硬件核心库到最新正式版 + 4,优化并修复部分已知问题 + Release Date: + 2026-05-15 + ⬇️国内镜像网站下载 + ⬇️Gitee Release下载 + image + 一款轻量、可定制的开源桌面硬件监控工具 — 实时监测 CPU、GPU、内存、磁盘、网络等系统性能。 + A lightweight and customizable desktop hardware monitoring tool — real-time monitoring of system performance such as CPU, GPU, memory, disk, and network. +ReleaseNotesUrl: https://github.com/Diorser/LiteMonitor/releases/tag/v1.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.yaml b/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.yaml new file mode 100644 index 000000000000..46736e5a4141 --- /dev/null +++ b/manifests/d/Diorser/LiteMonitor/1.3.5/Diorser.LiteMonitor.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Diorser.LiteMonitor +PackageVersion: 1.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b638f60feac9ef6875165e5640eb7dfacd2cfc9a Mon Sep 17 00:00:00 2001 From: "github@warp.dev" <108495044+warpmachineuser@users.noreply.github.com> Date: Fri, 15 May 2026 01:19:50 -0400 Subject: [PATCH 29/88] New version: Warp.Warp version v0.2026.05.13.09.15.stable_01 (#374861) --- .../Warp.Warp.installer.yaml | 48 +++++++++++++++++++ .../Warp.Warp.locale.en-US.yaml | 35 ++++++++++++++ .../Warp.Warp.locale.zh-CN.yaml | 24 ++++++++++ .../Warp.Warp.yaml | 8 ++++ 4 files changed, 115 insertions(+) create mode 100644 manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.installer.yaml create mode 100644 manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.en-US.yaml create mode 100644 manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.zh-CN.yaml create mode 100644 manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.yaml diff --git a/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.installer.yaml b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.installer.yaml new file mode 100644 index 000000000000..1e53210b138d --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.05.13.09.15.stable_01 +InstallerType: inno +Protocols: +- warp +ProductCode: warp-terminal-stable_is1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.13.09.15.stable_01&arch=x86_64 + InstallerSha256: 49D97ACFD10E820A10AD8806009DB7618B6CF21D4F0641E6051DDA4E25D69A9F + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.13.09.15.stable_01&arch=x86_64 + InstallerSha256: 49D97ACFD10E820A10AD8806009DB7618B6CF21D4F0641E6051DDA4E25D69A9F + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.13.09.15.stable_01&arch=arm64 + InstallerSha256: 8A899ED5205451BA5E7E5E209D741288AEF3E497FCB0BB209B0261F568E033DC + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.13.09.15.stable_01&arch=arm64 + InstallerSha256: 8A899ED5205451BA5E7E5E209D741288AEF3E497FCB0BB209B0261F568E033DC + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.en-US.yaml b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.en-US.yaml new file mode 100644 index 000000000000..8541ebf48573 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.05.13.09.15.stable_01 +PackageLocale: en-US +Publisher: Denver Technologies, Inc. +PublisherUrl: https://www.warp.dev/ +PublisherSupportUrl: https://www.warp.dev/contact +PrivacyUrl: https://www.warp.dev/privacy-policy +Author: Denver Technologies, Inc. +PackageName: Warp +PackageUrl: https://www.warp.dev/windows-terminal +License: Proprietary +LicenseUrl: https://www.warp.dev/terms-of-service +Copyright: Copyright 2025 Warp +CopyrightUrl: https://www.warp.dev/terms-of-service +ShortDescription: Warp is the intelligent terminal with AI and your dev team’s knowledge built-in. Warp brings AI, collaboration, and a modern-UX to this essential developer tool to help you become even more powerful. +Description: |- + Warp is the intelligent terminal with AI and your dev team's knowledge built-in. + Key Features: + - Warp AI: AI integrated in your terminal for natural language input, autofill, and intelligent suggestions. + - Warp Drive: Notebooks, workflows, and environment variables for you to use personally or with your team. + - Modern UX and Text Editing: Commands and outputs are grouped into easy to use Blocks, and you can use your cursor or customizable keybindings to easily navigate Warp’s input editor. + You can fully customize Warp's appearance, prompts, settings, and keybindings to fit your preferences. Warp works with zsh, bash, fish, and PowerShell, and is built with Rust for high performance. +Tags: +- ai +- console +- terminal +PurchaseUrl: https://www.warp.dev/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.warp.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.zh-CN.yaml b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.zh-CN.yaml new file mode 100644 index 000000000000..89f116b52141 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.05.13.09.15.stable_01 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Warp 是一款内置 AI 和开发团队知识的智能终端。Warp 为这款重要的开发工具带来了 AI、协作和现代用户体验,让您变得更加出色。 +Description: |- + Warp 是一款内置 AI 和开发团队知识的智能终端。 + 主要功能: + - Warp AI:AI 集成在你的终端中,用于自然语言输入、自动填充和智能建议。 + - Warp Drive:笔记本、工作流和环境变量,供个人或团队使用。 + - 现代用户体验和文本编辑:将命令和输出归类到易用的“块”(Block)中,您可以使用光标或自定义组合键来轻松浏览 Warp 的输入编辑器。 + 您可以完全自定义 Warp 的外观、提示、设置和组合键,以满足自己的喜好。Warp 可与 zsh、bash、fish 和 PowerShell 配合使用,并采用 Rust 构建,性能卓越。 +Tags: +- console +- terminal +- 人工智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.warp.dev/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.yaml b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.yaml new file mode 100644 index 000000000000..a47e88f2f004 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.13.09.15.stable_01/Warp.Warp.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: Warp.Warp +PackageVersion: v0.2026.05.13.09.15.stable_01 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b036cc86df8e90b60930227d2bf20778a074cfeb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 13:20:02 +0800 Subject: [PATCH 30/88] New version: MoganLab.Mogan version 2026.2.5 (#374867) --- .../2026.2.5/MoganLab.Mogan.installer.yaml | 20 +++++ .../2026.2.5/MoganLab.Mogan.locale.en-US.yaml | 87 +++++++++++++++++++ .../2026.2.5/MoganLab.Mogan.locale.zh-CN.yaml | 33 +++++++ .../Mogan/2026.2.5/MoganLab.Mogan.yaml | 8 ++ 4 files changed, 148 insertions(+) create mode 100644 manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.installer.yaml create mode 100644 manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.locale.en-US.yaml create mode 100644 manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.locale.zh-CN.yaml create mode 100644 manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.yaml diff --git a/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.installer.yaml b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.installer.yaml new file mode 100644 index 000000000000..7b11071b7bcf --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.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: MoganLab.Mogan +PackageVersion: 2026.2.5 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- tm +- tp +- ts +ProductCode: MoganResearch +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MoganLab/mogan/releases/download/v2026.2.5/MoganSTEM-v2026.2.5-64bit-installer.exe + InstallerSha256: B4BE065AB822694BA58F5382C8F8FE5A0FB0BF68C56535B2F9F99B51D939AD2B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.locale.en-US.yaml b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.locale.en-US.yaml new file mode 100644 index 000000000000..79b5315a918b --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.locale.en-US.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoganLab.Mogan +PackageVersion: 2026.2.5 +PackageLocale: en-US +Publisher: XmacsLabs +PublisherUrl: https://github.com/MoganLab +PublisherSupportUrl: https://github.com/MoganLab/mogan/issues +Author: Darcy Shen +PackageName: Mogan Research +PackageUrl: https://mogan.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/MoganLab/mogan/blob/branch-1.2/LICENSE +Copyright: © 2020-2026 by Xmacs Labs +CopyrightUrl: https://github.com/MoganLab/mogan/blob/branch-1.2/COPYING +ShortDescription: A structured editor based on GNU TeXmacs +Description: |- + Mogan Editor is a structure editor delivered by the Xmacs Labs. + Mogan Editor is a libre software forked from GNU TeXmacs. +Tags: +- article +- docs +- document +- editing +- editor +- latex +- tex +- texmacs +- writing +ReleaseNotes: |- + What's Changed + - [0100] 改进页面渲染选项的名称与翻译 by @da-liii in https://github.com/MoganLab/mogan/pull/3299 + - [204_31] 书籍模式的页面渲染优化 by @da-liii in https://github.com/MoganLab/mogan/pull/3287 + - [0600] 修复 smart-ref 对 corollary 和 assumption 无效的问题 by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3304 + - [0601] 将缩进段落从页面布局菜单移除 by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3307 + - [0401] 表格单元格边框添加斜线选项 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3308 + - [222_84] 极简模式:隐藏模式工具栏、焦点工具栏 by @da-liii in https://github.com/MoganLab/mogan/pull/3292 + - [200_64] Telemetry 优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3301 + - [200_64] 纠正埋点相关 devel 错误部分,修改 buffer-size 初始值 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3312 + - [0102] bin/format 加入 gf fix TeXmacs/progs/kernel/boot by @da-liii in https://github.com/MoganLab/mogan/pull/3313 + - [0402] 升级会员按钮对接登录 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3310 + - [0103] 修复文档级 par-first 导致页眉页脚缩进 by @da-liii in https://github.com/MoganLab/mogan/pull/3314 + - [0800] 图片/表格 preview-ref 的编号不正确 by @AXeonV in https://github.com/MoganLab/mogan/pull/3315 + - [0105] 修复文件打开对话框中 LaTeX 名称显示 by @da-liii in https://github.com/MoganLab/mogan/pull/3318 + - [1000] 修复标签页悬浮提示中文路径乱码 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3319 + - [0106] 修复文档->页面中页面种类大小写显示 by @da-liii in https://github.com/MoganLab/mogan/pull/3320 + - [0104] 解决 U+200B 无法正确渲染的问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3321 + - [11_42] 补充文档 by @da-liii in https://github.com/MoganLab/mogan/pull/3324 + - [1001] 修复 tmu 文档直接启动时没有启动页和文件打开不加进 recent 的问题 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3322 + - [201_35] 修复嵌套环境中的编号泄露 by @AXeonV in https://github.com/MoganLab/mogan/pull/3311 + - [0403] 修复合并单元格后编辑线条重叠问题 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3317 + - [0101] 修复 Latin Modern Math 数学模式下希腊字母斜体问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3316 + - [0107] 修复导出 PDF 时链接图片路径解析错误 by @da-liii in https://github.com/MoganLab/mogan/pull/3327 + - [0603] 修复边注直接编辑交互 by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3326 + - [1002] 重命名 qt_file_page 为 qt_home_page,打开文件功能从侧边栏迁移到主页 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3325 + - [0108] 主页 Open 卡片打开文件时默认定位到最近文档目录 by @da-liii in https://github.com/MoganLab/mogan/pull/3328 + - [209_21] 修复 algorithm 环境中 listing 对条件结构缺失行号的问题 by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3276 + - [0110] 移除失效快捷键提示并调整 tab 键提示文案 by @da-liii in https://github.com/MoganLab/mogan/pull/3330 + - [0800] 图片/表格 preview-ref 的编号不正确 by @AXeonV in https://github.com/MoganLab/mogan/pull/3331 + - [0405] 修复主页 New 卡片使用无效样式导致模式工具栏图标缺失 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3333 + - [0109] 修复子表格与外部表格边框重叠及间隙问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3332 + - [0111] 修复 TFM 字体 get_xpositions 字距计算错误 by @da-liii in https://github.com/MoganLab/mogan/pull/3334 + - [1003] 首页新建文件和打开文件图标添加 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3335 + - [0112] 移除数学模式中 m m 的默认快捷键绑定 by @da-liii in https://github.com/MoganLab/mogan/pull/3336 + - [0114] 页面边白输入框改为原生 QSpinBox 数字调节框 by @da-liii in https://github.com/MoganLab/mogan/pull/3338 + - [0113] 修复子表格 env_rects 与父单元格边框重叠问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3340 + - [1004] telemetry 代码优化 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3339 + - [0406] 优化页边距术语翻译 by @yinyuscloor in https://github.com/MoganLab/mogan/pull/3337 + - [0604] 修复三栏点击后不显示 checkmark 的 bug by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3341 + - [0116] text-bg-color 改为在 concat_box 层级统一绘制圆角背景 by @da-liii in https://github.com/MoganLab/mogan/pull/3345 + - [0117] 修复单元格内 cell-hyphen 开启后无法换行的问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3346 + - [0605] 修复 stack 结构的 LaTeX 导出为 \substack by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3342 + - [0119] 插入表格时默认开启所有单元格的 cell-hyphen by @da-liii in https://github.com/MoganLab/mogan/pull/3349 + - [0606] 添加 \to 命令支持 by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3348 + - [0607] 修复 APPENDIX 下公式编号前缀显示为 0 的问题 by @JackYansongLi in https://github.com/MoganLab/mogan/pull/3350 + - [0607] Revert "修复 APPENDIX 下公式编号前缀显示为 0 的问题" by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3353 + - [1005] 模版打开相关修复 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3344 + - [1006] 修复附录的公式前缀显示大写字母 by @Yuki-Nagori in https://github.com/MoganLab/mogan/pull/3354 + - [0121] 修复绘图区域数学模式中光标左移导致的死循环 by @da-liii in https://github.com/MoganLab/mogan/pull/3356 + - [0123] 移除截图工具和 qhotkey 依赖以修复 Debian 13 CI by @da-liii in https://github.com/MoganLab/mogan/pull/3355 + - [0117] 修复多列表格中 cell-hyphen 列宽超出页面宽度的问题 by @da-liii in https://github.com/MoganLab/mogan/pull/3352 + - [1005] 模板打开默认保存到 Documents/LiiiSTEM 目录 by @da-liii in https://github.com/MoganLab/mogan/pull/3357 + Full Changelog: https://github.com/MoganLab/mogan/compare/v2026.2.4...v2026.2.5 +ReleaseNotesUrl: https://github.com/MoganLab/mogan/releases/tag/v2026.2.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.locale.zh-CN.yaml b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.locale.zh-CN.yaml new file mode 100644 index 000000000000..7754337da1f1 --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.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: MoganLab.Mogan +PackageVersion: 2026.2.5 +PackageLocale: zh-CN +Publisher: XmacsLabs +PublisherUrl: https://gitee.com/MoganLab +Author: 沈浪熊猫儿 +PackageName: Mogan Research +PackageUrl: https://mogan.app/ +License: GPL-3.0 +LicenseUrl: https://gitee.com/MoganLab/mogan/blob/branch-1.2/LICENSE +Copyright: © 2020-2026 by Xmacs Labs +CopyrightUrl: https://gitee.com/MoganLab/mogan/blob/branch-1.2/COPYING +ShortDescription: 基于 GNU TeXmacs 的结构化编辑器 +Description: |- + 墨干编辑器是墨者实验室旗下的结构化编辑器。 + 墨干编辑器基于 GNU TeXmacs 研发定制的自由软件。 +Tags: +- latex +- tex +- texmacs +- 写作 +- 文档 +- 文稿 +- 文章 +- 编辑 +- 编辑器 +- 墨干编辑器 +ReleaseNotesUrl: https://github.com/MoganLab/mogan/releases/tag/v2026.2.5 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.yaml b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.yaml new file mode 100644 index 000000000000..ebe5bfe0938a --- /dev/null +++ b/manifests/m/MoganLab/Mogan/2026.2.5/MoganLab.Mogan.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: MoganLab.Mogan +PackageVersion: 2026.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9a6586b347dbaff884e709f07702f143b0a14894 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 13:20:12 +0800 Subject: [PATCH 31/88] Update: VisualParadigm.VisualParadigm.Community version 18.0 (18.0.20260503) (#374872) --- .../18.0/VisualParadigm.VisualParadigm.Community.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml b/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml index f58cbfda58be..beaad99cc0be 100644 --- a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml @@ -21,6 +21,6 @@ ProductCode: 1106-5897-7327-6550-2 Installers: - Architecture: x64 InstallerUrl: https://www.visual-paradigm.com/downloads/vpce/Visual_Paradigm_CE_Win64.exe - InstallerSha256: CE8B5F37E8D9E703D0DA7C909CB8E065E9E44DB4B788CA8B69C46A39E763E087 + InstallerSha256: 167963C5B5BEDEAC1BF613629FE32999EF6D06A64DB751DE73148C4E38765E5C ManifestType: installer ManifestVersion: 1.12.0 From 3dba9e68170c1724c186c1ea3d0e153b629fbbdf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 13:20:22 +0800 Subject: [PATCH 32/88] Update: VisualParadigm.VisualParadigmViewer version 18.0 (18.0.20260503) (#374873) --- .../18.0/VisualParadigm.VisualParadigmViewer.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml b/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml index a63e2d03cf9c..8fff698cf976 100644 --- a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml @@ -21,6 +21,6 @@ ProductCode: 1106-5897-7327-6550 Installers: - Architecture: x64 InstallerUrl: https://www.visual-paradigm.com/downloads/vpviewer/Visual_Paradigm_Project_Viewer_Win64.exe - InstallerSha256: 73B5359D820ADE8BB3E08050E499AE04848EFB7E483797E9C6D91251F65F2992 + InstallerSha256: C3ED3192C7C054B59C9D0DB4E3736A9C2DF0F23B6F612306AD2B45D2E112BF99 ManifestType: installer ManifestVersion: 1.12.0 From 76ace2520eab80e2a7a91f467c7fbaec3a1647c2 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 15 May 2026 13:45:35 +0800 Subject: [PATCH 33/88] Move JetBrains.IntelliJIDEA.Ultimate.EAP 261.20362.25 to JetBrains.IntelliJIDEA.EAP 261.20362.25 (#374186) --- .../JetBrains.IntelliJIDEA.EAP.installer.yaml | 38 +++++++++++++++++++ ...tBrains.IntelliJIDEA.EAP.locale.en-US.yaml | 33 ++++++++++++++++ ...tBrains.IntelliJIDEA.EAP.locale.zh-CN.yaml | 26 +++++++++++++ .../JetBrains.IntelliJIDEA.EAP.yaml | 8 ++++ 4 files changed, 105 insertions(+) create mode 100644 manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.installer.yaml create mode 100644 manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.yaml diff --git a/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.installer.yaml b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.installer.yaml new file mode 100644 index 000000000000..b10d4ca2150a --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.EAP +PackageVersion: 261.20362.25 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- groovy +- ipr +- java +- kt +- kts +ProductCode: IntelliJ IDEA 261.20362.25 +ReleaseDate: 2026-02-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/idea-261.20362.25.exe + InstallerSha256: E86FE50E9328037BDE95D05CDBCBCF8B708B5B0CCA24EB0536D541187CC71AEB +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/idea-261.20362.25.exe + InstallerSha256: E86FE50E9328037BDE95D05CDBCBCF8B708B5B0CCA24EB0536D541187CC71AEB + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/idea-261.20362.25-aarch64.exe + InstallerSha256: 9E3EAB0217B9D3EE2000F2B240623C0B604BF5E98CEC6DD2F3C0BC2921B2339E +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/idea-261.20362.25-aarch64.exe + InstallerSha256: 9E3EAB0217B9D3EE2000F2B240623C0B604BF5E98CEC6DD2F3C0BC2921B2339E + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.locale.en-US.yaml b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.locale.en-US.yaml new file mode 100644 index 000000000000..525688a20235 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.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.10.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.EAP +PackageVersion: 261.20362.25 +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: IntelliJ IDEA (EAP) +PackageUrl: https://www.jetbrains.com/idea/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: The Leading Java and Kotlin IDE +Description: IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. +Tags: +- code +- coding +- develop +- development +- java +- kotlin +- programming +ReleaseNotes: IntelliJ IDEA 2026.1 EAP 3 is out! For the list of changes included in this build, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662619/IntelliJ-IDEA-2026.1-EAP-3-261.20362.25-build-Release-Notes +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/idea/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.locale.zh-CN.yaml new file mode 100644 index 000000000000..6f60248be066 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.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.10.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.EAP +PackageVersion: 261.20362.25 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageName: IntelliJ IDEA Ultimate Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/idea/nextversion/ +License: 免费软件 +ShortDescription: 领先的 Java 和 Kotlin IDE +Description: IntelliJ IDEA 毫无疑问是软件开发者的首选 IDE,让 Java 和 Kotlin 开发更高效、更愉快。 +Tags: +- java +- kotlin +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/IDEA-A-2100662619/IntelliJ-IDEA-2026.1-EAP-3-261.20362.25-build-Release-Notes +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/idea/resources +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.yaml b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.yaml new file mode 100644 index 000000000000..3f6c9856d164 --- /dev/null +++ b/manifests/j/JetBrains/IntelliJIDEA/EAP/261.20362.25/JetBrains.IntelliJIDEA.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JetBrains.IntelliJIDEA.EAP +PackageVersion: 261.20362.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From b92e7a5e6954fbf069d4f3ccb4b6b07830e07e71 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 15 May 2026 13:45:47 +0800 Subject: [PATCH 34/88] Move JetBrains.PyCharm.Professional.EAP 253.27864.50 to JetBrains.PyCharm.EAP 253.27864.50 (#374206) --- .../JetBrains.PyCharm.EAP.installer.yaml | 33 +++++++++++++++++++ .../JetBrains.PyCharm.EAP.locale.en-US.yaml | 33 +++++++++++++++++++ .../JetBrains.PyCharm.EAP.locale.zh-CN.yaml | 31 +++++++++++++++++ .../253.27864.50/JetBrains.PyCharm.EAP.yaml | 8 +++++ 4 files changed, 105 insertions(+) create mode 100644 manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.installer.yaml create mode 100644 manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.yaml diff --git a/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.installer.yaml new file mode 100644 index 000000000000..11819a4400a2 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 253.27864.50 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ProductCode: PyCharm 253.27864.50 +ReleaseDate: 2025-10-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-253.27864.50.exe + InstallerSha256: 89CFCE0F15CF553A45CCF9E694BA274D69E0F1D94821BA8B3AD40FBE21BFD189 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-253.27864.50.exe + InstallerSha256: 89CFCE0F15CF553A45CCF9E694BA274D69E0F1D94821BA8B3AD40FBE21BFD189 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-253.27864.50-aarch64.exe + InstallerSha256: 4CD9028F3E4BDD4ACB69DAD0BC3CA37DB9913D161F939A07D73967A4DC67A0F4 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-253.27864.50-aarch64.exe + InstallerSha256: 4CD9028F3E4BDD4ACB69DAD0BC3CA37DB9913D161F939A07D73967A4DC67A0F4 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.locale.en-US.yaml new file mode 100644 index 000000000000..68beb1671aed --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.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.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 253.27864.50 +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: PyCharm (EAP) +PackageUrl: https://www.jetbrains.com/pycharm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: Check out all the new features in the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538486/PyCharm-2025.3-EAP-5-253.27864.50-build-Release-Notes +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.locale.zh-CN.yaml new file mode 100644 index 000000000000..391aad6d6dc4 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.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.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 253.27864.50 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538486/PyCharm-2025.3-EAP-5-253.27864.50-build-Release-Notes +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.yaml b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.yaml new file mode 100644 index 000000000000..bbc00fb453f9 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/253.27864.50/JetBrains.PyCharm.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 253.27864.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 39337092dc5acdc3e852e464768f9e465d8441fb Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 15 May 2026 13:45:58 +0800 Subject: [PATCH 35/88] Move JetBrains.PyCharm.Professional.EAP 261.19799.40 to JetBrains.PyCharm.EAP 261.19799.40 (#374230) --- .../JetBrains.PyCharm.EAP.installer.yaml | 33 +++++++++++++ .../JetBrains.PyCharm.EAP.locale.en-US.yaml | 47 +++++++++++++++++++ .../JetBrains.PyCharm.EAP.locale.zh-CN.yaml | 31 ++++++++++++ .../261.19799.40/JetBrains.PyCharm.EAP.yaml | 8 ++++ 4 files changed, 119 insertions(+) create mode 100644 manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.installer.yaml create mode 100644 manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.yaml diff --git a/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.installer.yaml new file mode 100644 index 000000000000..b64a7c6f257c --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 261.19799.40 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ProductCode: PyCharm 261.19799.40 +ReleaseDate: 2026-02-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-261.19799.40.exe + InstallerSha256: 4847FAF219B9D9A3CE51AA0094C66133A01BF7BCECC2384F54125908105B2EBA +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-261.19799.40.exe + InstallerSha256: 4847FAF219B9D9A3CE51AA0094C66133A01BF7BCECC2384F54125908105B2EBA +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-261.19799.40-aarch64.exe + InstallerSha256: C333309D36C831101C7C87B346E471CD84BDFDEB66A501583EF74E0A26F23D31 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-261.19799.40-aarch64.exe + InstallerSha256: C333309D36C831101C7C87B346E471CD84BDFDEB66A501583EF74E0A26F23D31 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.locale.en-US.yaml new file mode 100644 index 000000000000..f54f9f3943ed --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 261.19799.40 +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: PyCharm (EAP) +PackageUrl: https://www.jetbrains.com/pycharm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: The Python IDE for Professional Developers +Description: The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more... +Tags: +- code +- coding +- develop +- development +- django +- programming +- python +ReleaseNotes: |- + This build focuses on refined type inference, enhanced uv integration, and critical debugger stability. Highlights include: + Type Checking & Code Insight + - Intersection Types: Initial support for Intersection Types - PY-76922. + - Async & Pattern Matching Fixes: Resolved false-positive argument warnings in async for loops (PY-86655) and when accessing attributes in case clauses (PY-86653). + - Refined Inference: Improved recognition of quoted union types in legacy aliases (PY-87012). + - Linter Accuracy: Fixed a bug where code was incorrectly marked as unreachable after a return statement within an if condition - PY-83625. + Environment & Package Management + - uv Ecosystem: Restored auto-configuration and quick-fixes for uv interpreters (PY-81376) and resolved false-positive missing dependency warnings for uv projects (PY-85212). + - Editable Packages: You can now add editable packages to a project directly through the PyCharm UI - PY-86345. + - Interpreter Suggestions: The interpreter list now proactively suggests existing interpreters found in the project's .venv folder - PY-76668. + Jupyter & Debugging + - debugpy Enhancements: Added support for the Just my code setting (PY-87019). + - Stability Fixes: Resolved Jupyter UI regressions on macOS (PY-86812) and WSL JupyterLab startup (PY-87124). + See the full list of PyCharm-specific changes. Also, this release includes improvements from IntelliJ Platform. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538510/PyCharm-2026.1-EAP-2-261.19799.40-build-Release-Notes +Documentations: +- DocumentLabel: Learn PyCharm + DocumentUrl: https://www.jetbrains.com/pycharm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.locale.zh-CN.yaml new file mode 100644 index 000000000000..71d46ef49df6 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.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.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 261.19799.40 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PyCharm Professional Edition(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/pycharm/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: 面向专业开发者的 Python IDE +Description: Python 与 Django IDE,支持智能代码补全、实时错误检查和快速修复,等等… +Tags: +- django +- python +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538510/PyCharm-2026.1-EAP-2-261.19799.40-build-Release-Notes +Documentations: +- DocumentLabel: 学习 PyCharm + DocumentUrl: https://www.jetbrains.com/zh-cn/pycharm/learn/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.yaml b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.yaml new file mode 100644 index 000000000000..676e096ca1a2 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/EAP/261.19799.40/JetBrains.PyCharm.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JetBrains.PyCharm.EAP +PackageVersion: 261.19799.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 668ffd7f3bd88035181615e47ea931c56d7ba8d0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 13:46:10 +0800 Subject: [PATCH 36/88] New version: Revopoint.RevoMeasure version 1.1.1.0509 (#374870) --- .../Revopoint.RevoMeasure.installer.yaml | 18 +++++++++++ .../Revopoint.RevoMeasure.locale.en-US.yaml | 30 +++++++++++++++++++ .../Revopoint.RevoMeasure.locale.zh-CN.yaml | 28 +++++++++++++++++ .../1.1.1.0509/Revopoint.RevoMeasure.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.installer.yaml create mode 100644 manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.locale.en-US.yaml create mode 100644 manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.locale.zh-CN.yaml create mode 100644 manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.yaml diff --git a/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.installer.yaml b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.installer.yaml new file mode 100644 index 000000000000..76a1d2532035 --- /dev/null +++ b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.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: Revopoint.RevoMeasure +PackageVersion: 1.1.1.0509 +InstallerType: inno +Scope: machine +FileExtensions: +- revomeasure +- tplmeasure +ProductCode: '{17E357D3-E1B5-46E8-97F8-9C88E3C7ABDB}_is1' +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://download.revopoint3d.com/soft/RevoMeasure-1.1.1.0509-windows-x86_64.exe + InstallerSha256: A8EEF1A1BA6A08FBD6FE57BA61EB0F6A0E67B95A71BC75CE7FD1FE10C81C25EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.locale.en-US.yaml b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.locale.en-US.yaml new file mode 100644 index 000000000000..d6a399a3306d --- /dev/null +++ b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Revopoint.RevoMeasure +PackageVersion: 1.1.1.0509 +PackageLocale: en-US +Publisher: Revopoint +PublisherUrl: https://www.revopoint3d.com/ +PublisherSupportUrl: https://www.revopoint3d.com/pages/support +PrivacyUrl: https://www.revopoint3d.com/pages/privacy-policy +Author: Revopoint 3D Technologies Inc. +PackageName: Revo Measure +PackageUrl: https://www.revopoint3d.com/pages/support-download +License: Proprietary +LicenseUrl: https://www.revopoint3d.com/pages/user-agreement +Copyright: © 2026 Revopoint 3D Technologies Inc. All rights reserved. +CopyrightUrl: https://www.revopoint3d.com/pages/user-agreement +ShortDescription: Expert metrology software for effortless and rapid 3D scan data capture. +Description: Revo Measure is a professional 3D metrology software for accurate and quick scan-to-CAD comparisons and deviation analysis for quality control, reverse engineering, and industrial design applications. +Tags: +- 3d +- capture +- model +- scan +ReleaseNotesUrl: https://www.revopoint3d.com/pages/support-download#UpdateHistory +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://revopedia.revopoint3d.com/en/RevoMeasure/usermanual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.locale.zh-CN.yaml b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.locale.zh-CN.yaml new file mode 100644 index 000000000000..556d4e5f6ede --- /dev/null +++ b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.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: Revopoint.RevoMeasure +PackageVersion: 1.1.1.0509 +PackageLocale: zh-CN +PublisherUrl: https://www.revopoint3d.com.cn/ +PublisherSupportUrl: https://www.revopoint3d.com.cn/support_center.html +PrivacyUrl: https://www.revopoint3d.com.cn/yszc.html +Author: 西安知象光电科技有限公司 +PackageUrl: https://www.revopoint3d.com.cn/download.html +License: 专有软件 +LicenseUrl: https://www.revopoint3d.com.cn/index.php?c=category&id=81 +Copyright: © 版权归知象光电所有 +CopyrightUrl: https://www.revopoint3d.com.cn/index.php?c=category&id=81 +ShortDescription: 强大的测量软件 +Description: Revo Measure 是一款专业的三维测量软件,可快速精准地实现扫描数据与 CAD 模型的比对及偏差分析,适用于质量控制、逆向工程与工业设计等领域。 +Tags: +- 3d +- 建模 +- 扫描 +- 模型 +ReleaseNotesUrl: https://www.revopoint3d.com/pages/support-download#UpdateHistory +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://revopedia.revopoint3d.com/zh/RevoMeasure/usermanual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.yaml b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.yaml new file mode 100644 index 000000000000..fdf33504586a --- /dev/null +++ b/manifests/r/Revopoint/RevoMeasure/1.1.1.0509/Revopoint.RevoMeasure.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: Revopoint.RevoMeasure +PackageVersion: 1.1.1.0509 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9afca9f55c5e803733415cf2e641bfcb478efa2d Mon Sep 17 00:00:00 2001 From: 5c0 <93293719+5c0@users.noreply.github.com> Date: Fri, 15 May 2026 01:46:21 -0400 Subject: [PATCH 37/88] 5c0.Metropolis version 0.1.3 (#374876) --- .../0.1.3/5c0.Metropolis.installer.yaml | 15 ++++++++++ .../0.1.3/5c0.Metropolis.locale.en-US.yaml | 29 +++++++++++++++++++ .../5c0/Metropolis/0.1.3/5c0.Metropolis.yaml | 8 +++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.installer.yaml create mode 100644 manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.locale.en-US.yaml create mode 100644 manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.yaml diff --git a/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.installer.yaml b/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.installer.yaml new file mode 100644 index 000000000000..2bd5d000e800 --- /dev/null +++ b/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.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: 5c0.Metropolis +PackageVersion: 0.1.3 +InstallerType: portable +Commands: +- metropolis +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/5c0/metropolis/releases/download/v0.1.3/metropolis.exe + InstallerSha256: 7E9915A1141BB77D3705A4E0177F654E197B2003EFFFBB2EE680083B5B74C911 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.locale.en-US.yaml b/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.locale.en-US.yaml new file mode 100644 index 000000000000..705044194e55 --- /dev/null +++ b/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.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: 5c0.Metropolis +PackageVersion: 0.1.3 +PackageLocale: en-US +Publisher: 5c0 +PublisherUrl: https://github.com/5c0 +PublisherSupportUrl: https://github.com/5c0/metropolis/issues +PackageName: Metropolis +PackageUrl: https://github.com/5c0/metropolis +License: MIT +ShortDescription: Cyberpunk TUI system monitor +Tags: +- cli +- cyberpunk +- ratatui +- retro +- rust +- system-monitor +- terminal-graphics +- tui +- visualization +ReleaseNotesUrl: https://github.com/5c0/metropolis/releases/tag/v0.1.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/5c0/metropolis/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.yaml b/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.yaml new file mode 100644 index 000000000000..d55c46ee5ca2 --- /dev/null +++ b/manifests/5/5c0/Metropolis/0.1.3/5c0.Metropolis.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: 5c0.Metropolis +PackageVersion: 0.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a299876636e266ef7b97142b870074b3a803f781 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 15 May 2026 01:46:32 -0400 Subject: [PATCH 38/88] New version: SST.OpenCodeDesktop version 1.15.0 (#374879) --- .../1.15.0/SST.OpenCodeDesktop.installer.yaml | 23 +++++++ .../SST.OpenCodeDesktop.locale.en-US.yaml | 62 +++++++++++++++++++ .../1.15.0/SST.OpenCodeDesktop.yaml | 8 +++ 3 files changed, 93 insertions(+) create mode 100644 manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.installer.yaml create mode 100644 manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.locale.en-US.yaml create mode 100644 manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.yaml diff --git a/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 000000000000..3f4cb3b939d7 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.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: SST.OpenCodeDesktop +PackageVersion: 1.15.0 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-05-15 +AppsAndFeaturesEntries: +- DisplayName: OpenCode 1.15.0 + ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.15.0/opencode-desktop-win-x64.exe + InstallerSha256: E4E8AD94E0FC1EC9EFECD7D39E6FC722036BE4F1EEE808D0B6FF7D08DDB670B5 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.15.0/opencode-desktop-win-arm64.exe + InstallerSha256: 9DEAD768387DBF70B4F5B8EF217940BB757E5AF5FEA755F92E81D873E0441FE1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..8cf022b76167 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.15.0 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + + Improvements + - Added an Effect-based core event system for more complete event delivery across sessions and integrations. + + Bugfixes + - Ignored invalid exports in custom tool modules instead of failing tool loading. + - Ignored project instruction lookup errors so sessions keep loading when project instruction discovery fails. + - Fixed versioned event projector lookups so event replay uses the right handlers. + + Desktop + + Improvements + - Auto-hide the menu bar on Linux and Windows. (@shi-gg) + + Bugfixes + - Fixed archived sessions being reprocessed when their archive state did not change. + + SDK + + Bugfixes + - Restored missing event types in the JavaScript SDK, including session and message events. + Thank you to 1 community contributor: + - @shi-gg: + - feat(desktop): auto-hide menu bar on Linux and Windows (#27618) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.15.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.yaml new file mode 100644 index 000000000000..9b767483a9d5 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.15.0/SST.OpenCodeDesktop.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: SST.OpenCodeDesktop +PackageVersion: 1.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cb89f3f972ba88fc73d39ae38d277f1de42ce714 Mon Sep 17 00:00:00 2001 From: Rouchant Date: Fri, 15 May 2026 01:46:43 -0400 Subject: [PATCH 39/88] Rouchant.Zenit version 1.3.1 (#374880) --- .../Zenit/1.3.1/Rouchant.Zenit.installer.yaml | 15 ++++++++++ .../1.3.1/Rouchant.Zenit.locale.es-ES.yaml | 28 +++++++++++++++++++ .../Rouchant/Zenit/1.3.1/Rouchant.Zenit.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.installer.yaml create mode 100644 manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.locale.es-ES.yaml create mode 100644 manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.yaml diff --git a/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.installer.yaml b/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.installer.yaml new file mode 100644 index 000000000000..133accca151e --- /dev/null +++ b/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.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: Rouchant.Zenit +PackageVersion: 1.3.1 +InstallerType: nullsoft +Scope: machine +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Rouchant/Zenit-Tauri/releases/download/v1.3.1/Zenit_1.3.1_x64-setup.exe + InstallerSha256: D2F1CC2906F0EA24EE4A6A1D6E587FA309526DC9B161AFB9BDCD3547ACC9D328 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.locale.es-ES.yaml b/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.locale.es-ES.yaml new file mode 100644 index 000000000000..1a4dd13a20ea --- /dev/null +++ b/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.locale.es-ES.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rouchant.Zenit +PackageVersion: 1.3.1 +PackageLocale: es-ES +Publisher: Rouchant +PublisherUrl: https://github.com/Rouchant +PublisherSupportUrl: https://github.com/Rouchant/Zenit-Tauri/issues +Author: Rouchant +PackageName: Zenit +PackageUrl: https://github.com/Rouchant/Zenit-Tauri +License: MIT +ShortDescription: Aplicación de Kiosco interactiva para hardware +Description: Zenit es una potente aplicación de kiosco diseñada para demostraciones interactivas en entornos retail. Cuenta con detección automática de especificaciones de hardware, integración dinámica de marcas (Asus, HP, Samsung) y reproducción de contenido promocional optimizado. +Tags: +- kiosk +- retail +- hardware +- specs +- tauri +- asus +ReleaseNotesUrl: https://github.com/Rouchant/Zenit-Tauri/releases/tag/v1.3.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Rouchant/Zenit-Tauri/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.yaml b/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.yaml new file mode 100644 index 000000000000..9d5708861fe8 --- /dev/null +++ b/manifests/r/Rouchant/Zenit/1.3.1/Rouchant.Zenit.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: Rouchant.Zenit +PackageVersion: 1.3.1 +DefaultLocale: es-ES +ManifestType: version +ManifestVersion: 1.12.0 From 3ad3e01aa53075b26edc59eebf52efcfeaaf21fa Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:09:55 +0800 Subject: [PATCH 40/88] Update: VisualParadigm.VisualParadigm version 18.0 (18.0.20260503) (#374871) --- .../18.0/VisualParadigm.VisualParadigm.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/v/VisualParadigm/VisualParadigm/18.0/VisualParadigm.VisualParadigm.installer.yaml b/manifests/v/VisualParadigm/VisualParadigm/18.0/VisualParadigm.VisualParadigm.installer.yaml index 480b0cab4e5f..1a141b035c13 100644 --- a/manifests/v/VisualParadigm/VisualParadigm/18.0/VisualParadigm.VisualParadigm.installer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigm/18.0/VisualParadigm.VisualParadigm.installer.yaml @@ -21,6 +21,6 @@ ProductCode: 1106-5897-7327-6550-1 Installers: - Architecture: x64 InstallerUrl: https://www.visual-paradigm.com/downloads/vp18.0/Visual_Paradigm_Win64.exe - InstallerSha256: 4437B40E084D781718E79457ED9D4B26ADD3DDC7361C5042910DACCFD7F3E558 + InstallerSha256: D0F1EBBC41289AF08DCC6354EB0B90AF980F88E5F438D24A6332879B04492C58 ManifestType: installer ManifestVersion: 1.12.0 From 941467fc814c4491f30728e6b818012ba40c7ba9 Mon Sep 17 00:00:00 2001 From: mulham <97831705+mulhamna@users.noreply.github.com> Date: Fri, 15 May 2026 13:10:06 +0700 Subject: [PATCH 41/88] Add version: mulhamna.jirac version 0.37.1 (#374878) --- .../0.37.1/mulhamna.jirac.installer.yaml | 15 ++++++++++++ .../0.37.1/mulhamna.jirac.locale.en-US.yaml | 23 +++++++++++++++++++ .../mulhamna/jirac/0.37.1/mulhamna.jirac.yaml | 6 +++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.installer.yaml create mode 100644 manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.locale.en-US.yaml create mode 100644 manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.yaml diff --git a/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.installer.yaml b/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.installer.yaml new file mode 100644 index 000000000000..0880088b2446 --- /dev/null +++ b/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 0.37.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: jirac-windows-x86_64.exe + PortableCommandAlias: jirac +ReleaseDate: 2026-05-15 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/mulhamna/jira-commands/releases/download/v0.37.1/jirac-windows-x86_64.zip + InstallerSha256: 3638d67df3077ecca943766bebd2e8ee22ba89c116ed7506fb87606fd55ac5a3 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.locale.en-US.yaml b/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.locale.en-US.yaml new file mode 100644 index 000000000000..7e0301e511cd --- /dev/null +++ b/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 0.37.1 +PackageLocale: en-US +Publisher: mulhamna +PublisherUrl: https://github.com/mulhamna +PublisherSupportUrl: https://github.com/mulhamna/jira-commands/issues +Author: mulhamna +PackageName: jirac +PackageUrl: https://github.com/mulhamna/jira-commands +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/mulhamna/jira-commands/blob/main/LICENSE +ShortDescription: Jira terminal client with TUI, MCP support, and release archives for Windows, macOS, and Linux. +Description: jirac is a Rust-based Jira CLI with interactive TUI flows, issue transitions, comments, worklogs, attachments, and jirac-mcp for editor and agent integrations. +Moniker: jirac +Tags: + - jira + - atlassian + - cli + - tui + - mcp +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.yaml b/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.yaml new file mode 100644 index 000000000000..37f20d326974 --- /dev/null +++ b/manifests/m/mulhamna/jirac/0.37.1/mulhamna.jirac.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 0.37.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From d504af8eece02dd314d5b87654a243f3cd447bb2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:10:19 +0800 Subject: [PATCH 42/88] New version: Alibaba.Quark version 6.8.0.837 (#374886) --- .../6.8.0.837/Alibaba.Quark.installer.yaml | 41 +++++++++++++++++++ .../6.8.0.837/Alibaba.Quark.locale.en-US.yaml | 24 +++++++++++ .../6.8.0.837/Alibaba.Quark.locale.zh-CN.yaml | 23 +++++++++++ .../Quark/6.8.0.837/Alibaba.Quark.yaml | 8 ++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.installer.yaml create mode 100644 manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.yaml diff --git a/manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.installer.yaml b/manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.installer.yaml new file mode 100644 index 000000000000..ad74eece1ee4 --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.0.837/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.0.837 +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.0.837_pc_pf30002_(zh-cn)_release_(Build2972182-1000-x64).exe + InstallerSha256: 6654CA6CAB34C88B00687AC84BD7E0E776F05C95C70A48D4649DDB50A0570AC6 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://umcdn.quark.cn/download/37212/quarkpc/pcquark@homepage_oficial/QuarkPC_V6.8.0.837_pc_pf30002_(zh-cn)_release_(Build2972182-1000-x64).exe + InstallerSha256: 6654CA6CAB34C88B00687AC84BD7E0E776F05C95C70A48D4649DDB50A0570AC6 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Quark' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.locale.en-US.yaml b/manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.locale.en-US.yaml new file mode 100644 index 000000000000..0b47c9573b83 --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.0.837/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.0.837 +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.0.837/Alibaba.Quark.locale.zh-CN.yaml b/manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.locale.zh-CN.yaml new file mode 100644 index 000000000000..63f8488983ca --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.0.837/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.0.837 +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.0.837/Alibaba.Quark.yaml b/manifests/a/Alibaba/Quark/6.8.0.837/Alibaba.Quark.yaml new file mode 100644 index 000000000000..e7037deebc20 --- /dev/null +++ b/manifests/a/Alibaba/Quark/6.8.0.837/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.0.837 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From db17fdf80576d0f13f036b97a746286bbc3f02d2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:10:31 +0800 Subject: [PATCH 43/88] New version: Dialpad.Dialpad version 2605.0.4 (#374887) --- .../2605.0.4/Dialpad.Dialpad.installer.yaml | 27 +++++++++++++++ .../Dialpad.Dialpad.locale.en-US.yaml | 34 +++++++++++++++++++ .../Dialpad.Dialpad.locale.zh-CN.yaml | 22 ++++++++++++ .../Dialpad/2605.0.4/Dialpad.Dialpad.yaml | 8 +++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.installer.yaml create mode 100644 manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.locale.en-US.yaml create mode 100644 manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.locale.zh-CN.yaml create mode 100644 manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.yaml diff --git a/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.installer.yaml b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.installer.yaml new file mode 100644 index 000000000000..3bb074c86a74 --- /dev/null +++ b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dialpad.Dialpad +PackageVersion: 2605.0.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- dialpad +- tel +ProductCode: dialpad +Installers: +- Architecture: x86 + InstallerUrl: https://storage.googleapis.com/dialpad_native/stable/win32/ia32/DialpadSetup-2605.0.4.exe + InstallerSha256: 9E11C57E1D1AFB92C59CEAD0D72BECA518199FAC2310C81D6A4E5BC838828D34 +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/dialpad_native/stable/win32/x64/DialpadSetup-2605.0.4_x64.exe + InstallerSha256: 2C2DF8760E5CB95F1CB0AF7EE1E0F75D060ABB588503C8782F97830D178A8022 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.locale.en-US.yaml b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.locale.en-US.yaml new file mode 100644 index 000000000000..b4033dbd5245 --- /dev/null +++ b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dialpad.Dialpad +PackageVersion: 2605.0.4 +PackageLocale: en-US +Publisher: Dialpad +PublisherUrl: https://www.dialpad.com/ +PublisherSupportUrl: https://help.dialpad.com/ +PrivacyUrl: https://www.dialpad.com/legal/#privacy +Author: Dialpad, Inc. +PackageName: Dialpad +PackageUrl: https://www.dialpad.com/download/ +License: Proprietary +LicenseUrl: https://www.dialpad.com/legal/#terms-of-service +Copyright: © 2026 DIALPAD, INC. +CopyrightUrl: https://www.dialpad.com/legal/#terms-of-service +ShortDescription: All in one AI-powered customer communications platform +Description: With Dialpad, you can connect to customers, coach customer-facing teams, & deliver amazing experiences—all with one AI-powered communications platform. +Moniker: dialpad +Tags: +- bussiness +- communicate +- communication +- crm +- customer +- customer-service +- enterprise +- marketing +- opertion +- service +PurchaseUrl: https://www.dialpad.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.locale.zh-CN.yaml b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.locale.zh-CN.yaml new file mode 100644 index 000000000000..81aa348c9661 --- /dev/null +++ b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.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: Dialpad.Dialpad +PackageVersion: 2605.0.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一体化 AI 驱动的客户通信平台 +Description: 借助 Dialpad,您可以通过一个 AI 驱动的通信平台连接客户、指导面向客户的团队,并提供卓越的体验。 +Tags: +- crm +- 企业 +- 商务 +- 客户 +- 客服 +- 服务 +- 沟通 +- 营销 +- 运营 +- 销售 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.yaml b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.yaml new file mode 100644 index 000000000000..a1e1792f3b96 --- /dev/null +++ b/manifests/d/Dialpad/Dialpad/2605.0.4/Dialpad.Dialpad.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: Dialpad.Dialpad +PackageVersion: 2605.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dca52a9d634694ad29ef7e64d3790502536953b2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:10:43 +0800 Subject: [PATCH 44/88] New version: PIKCLOUD.PikPak version 2.9.12 (2.9.12.5594) (#374892) --- .../PikPak/{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.installer.yaml | 4 ++-- .../{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.locale.en-US.yaml | 2 +- .../{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.locale.zh-CN.yaml | 2 +- .../p/PIKCLOUD/PikPak/{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/p/PIKCLOUD/PikPak/{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.installer.yaml (82%) rename manifests/p/PIKCLOUD/PikPak/{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.locale.en-US.yaml (98%) rename manifests/p/PIKCLOUD/PikPak/{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.locale.zh-CN.yaml (98%) rename manifests/p/PIKCLOUD/PikPak/{2.9.11 => 2.9.12}/PIKCLOUD.PikPak.yaml (91%) diff --git a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.installer.yaml b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.installer.yaml similarity index 82% rename from manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.installer.yaml rename to manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.installer.yaml index aa258043d503..9e2c85f2fd3c 100644 --- a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.installer.yaml +++ b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: PIKCLOUD.PikPak -PackageVersion: 2.9.11 +PackageVersion: 2.9.12 InstallerType: nullsoft Scope: machine InstallerSwitches: @@ -16,6 +16,6 @@ ProductCode: PikPak Installers: - Architecture: x64 InstallerUrl: https://download.mypikpak.net/desktop/official_PikPak.exe - InstallerSha256: A6951FFD5B7385AAE9B296D341F273E7D084FE6E7042D1C830DB2CC855F67F2B + InstallerSha256: 35B50B6D72FD78718A43CAC10208D1426A18909502ACA5A7BDD81E6BD259FB2E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.locale.en-US.yaml b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.locale.en-US.yaml similarity index 98% rename from manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.locale.en-US.yaml rename to manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.locale.en-US.yaml index 79db69872441..bbe613ce2322 100644 --- a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.locale.en-US.yaml +++ b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: PIKCLOUD.PikPak -PackageVersion: 2.9.11 +PackageVersion: 2.9.12 PackageLocale: en-US Publisher: PIKCLOUD PTE.LTD. PublisherUrl: https://mypikpak.com/ diff --git a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.locale.zh-CN.yaml b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.locale.zh-CN.yaml similarity index 98% rename from manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.locale.zh-CN.yaml rename to manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.locale.zh-CN.yaml index 2b717811d92c..ed01bb6ea7f8 100644 --- a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.locale.zh-CN.yaml +++ b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: PIKCLOUD.PikPak -PackageVersion: 2.9.11 +PackageVersion: 2.9.12 PackageLocale: zh-CN Publisher: PIKCLOUD PTE.LTD. PublisherUrl: https://mypikpak.com/ diff --git a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.yaml b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.yaml similarity index 91% rename from manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.yaml rename to manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.yaml index 19bfd8cedba4..f0bc71284473 100644 --- a/manifests/p/PIKCLOUD/PikPak/2.9.11/PIKCLOUD.PikPak.yaml +++ b/manifests/p/PIKCLOUD/PikPak/2.9.12/PIKCLOUD.PikPak.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: PIKCLOUD.PikPak -PackageVersion: 2.9.11 +PackageVersion: 2.9.12 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From ca705ae8f6bbb8c6123369283d13f01a98b27cb5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:10:55 +0800 Subject: [PATCH 45/88] New version: UpNote.UpNote version 9.18.10 (#374896) --- .../{9.18.9 => 9.18.10}/UpNote.UpNote.installer.yaml | 8 ++++---- .../{9.18.9 => 9.18.10}/UpNote.UpNote.locale.en-US.yaml | 6 ++++-- .../{9.18.9 => 9.18.10}/UpNote.UpNote.locale.zh-CN.yaml | 2 +- .../UpNote/UpNote/{9.18.9 => 9.18.10}/UpNote.UpNote.yaml | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) rename manifests/u/UpNote/UpNote/{9.18.9 => 9.18.10}/UpNote.UpNote.installer.yaml (75%) rename manifests/u/UpNote/UpNote/{9.18.9 => 9.18.10}/UpNote.UpNote.locale.en-US.yaml (87%) rename manifests/u/UpNote/UpNote/{9.18.9 => 9.18.10}/UpNote.UpNote.locale.zh-CN.yaml (94%) rename manifests/u/UpNote/UpNote/{9.18.9 => 9.18.10}/UpNote.UpNote.yaml (90%) diff --git a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.installer.yaml b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.installer.yaml similarity index 75% rename from manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.installer.yaml rename to manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.installer.yaml index 6622f2808c71..a565fed87dd1 100644 --- a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.installer.yaml +++ b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.installer.yaml @@ -2,25 +2,25 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.9 +PackageVersion: 9.18.10 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated Protocols: - upnote ProductCode: 25d6aa7b-585b-5b4c-8403-aece86b972ea -ReleaseDate: 2026-05-06 +ReleaseDate: 2026-05-15 Installers: - Architecture: x64 Scope: user InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 8A4046795FE7AEE5FC426CED9DB08EA0A1FB4E6E59FD14A5AF0ECB07102227E6 + InstallerSha256: A856C55C898A72B52C45ABA00E1A994A6191F6176CE72C2149549A017E4AD59C InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 8A4046795FE7AEE5FC426CED9DB08EA0A1FB4E6E59FD14A5AF0ECB07102227E6 + InstallerSha256: A856C55C898A72B52C45ABA00E1A994A6191F6176CE72C2149549A017E4AD59C InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.locale.en-US.yaml b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.locale.en-US.yaml similarity index 87% rename from manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.locale.en-US.yaml rename to manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.locale.en-US.yaml index 5166ff93656f..bccaee4556c0 100644 --- a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.locale.en-US.yaml +++ b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.9 +PackageVersion: 9.18.10 PackageLocale: en-US Publisher: UpNote Pte. Ltd. PublisherUrl: https://getupnote.com/ @@ -20,7 +20,9 @@ Tags: - memo - memorandum - notes -ReleaseNotes: '- Fixed a bug where exporting notes to PDF does not work.' +ReleaseNotes: |- + - Fixed a rare issue with unable to sign out. + - Improved performance when editing large notes. ReleaseNotesUrl: https://help.getupnote.com/more/release-notes/mac-windows-and-linux-apps PurchaseUrl: https://getupnote.com/#pricing Documentations: diff --git a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.locale.zh-CN.yaml b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.locale.zh-CN.yaml similarity index 94% rename from manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.locale.zh-CN.yaml rename to manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.locale.zh-CN.yaml index 1de0eb331da4..d8ceb31975e2 100644 --- a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.locale.zh-CN.yaml +++ b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.9 +PackageVersion: 9.18.10 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款强大而优雅的笔记整理应用 diff --git a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.yaml b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.yaml similarity index 90% rename from manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.yaml rename to manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.yaml index b9d22c70e8fd..e95d095c8d5b 100644 --- a/manifests/u/UpNote/UpNote/9.18.9/UpNote.UpNote.yaml +++ b/manifests/u/UpNote/UpNote/9.18.10/UpNote.UpNote.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.9 +PackageVersion: 9.18.10 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 9ae38ca78b1037d640005fc7f3f1b76d25785307 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:11:07 +0800 Subject: [PATCH 46/88] New version: Wondershare.FamiSafe version 8.2.20.97 (8.2.20) (#374897) --- .../Wondershare.FamiSafe.installer.yaml | 15 +++++++ .../Wondershare.FamiSafe.locale.en-US.yaml | 39 +++++++++++++++++++ .../Wondershare.FamiSafe.locale.zh-CN.yaml | 38 ++++++++++++++++++ .../8.2.20.97/Wondershare.FamiSafe.yaml | 8 ++++ 4 files changed, 100 insertions(+) create mode 100644 manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.installer.yaml create mode 100644 manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.en-US.yaml create mode 100644 manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.zh-CN.yaml create mode 100644 manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.yaml diff --git a/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.installer.yaml b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.installer.yaml new file mode 100644 index 000000000000..2160520c6b61 --- /dev/null +++ b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.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.FamiSafe +PackageVersion: 8.2.20.97 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{735E280F-A09B-4F1B-9325-D53BAEDAE1E2}_is1' +Installers: +- Architecture: x86 + InstallerUrl: https://download.wondershare.com/cbs_down/famisafe_8.2.20_full7740.exe + InstallerSha256: 9779EA6F01F3318A1451CC9E1D84DC8B81E3F475DECBBEFCF10FABB1C0EF0581 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.en-US.yaml b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.en-US.yaml new file mode 100644 index 000000000000..4bb88181bb83 --- /dev/null +++ b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.FamiSafe +PackageVersion: 8.2.20.97 +PackageLocale: en-US +Publisher: Wondershare Technology Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/famisafe/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare FamiSafe +PackageUrl: https://famisafe.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: The Most Reliable Parental Control App +Description: FamiSafe lets parents control screen time, track real-time location and detect inappropriate content on kids' devices. +Tags: +- child +- children +- family +- home +- kids +- locate +- location +- monitor +- parent +- parental-control +- screen-time +- track +ReleaseNotes: fixed some bugs. +PurchaseUrl: https://famisafe.wondershare.com/store/family.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://famisafe.wondershare.com/user-guide/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.zh-CN.yaml b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.zh-CN.yaml new file mode 100644 index 000000000000..0364f962e137 --- /dev/null +++ b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.FamiSafe +PackageVersion: 8.2.20.97 +PackageLocale: zh-CN +Publisher: Wondershare Technology Co.,Ltd. +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/famisafe/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare FamiSafe +PackageUrl: https://famisafe.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: 最可靠的家长控制 App +Description: FamiSafe 帮助家长控制屏幕使用时间,跟踪实时位置,并检测孩子设备上的不当内容。 +Tags: +- 位置 +- 儿童 +- 孩子 +- 定位 +- 家庭 +- 家长 +- 家长控制 +- 小孩 +- 屏幕使用时间 +- 屏幕时间 +- 监控 +- 跟踪 +PurchaseUrl: https://famisafe.wondershare.com/store/family.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://famisafe.wondershare.com/user-guide/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.yaml b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.yaml new file mode 100644 index 000000000000..f0f85aa74c99 --- /dev/null +++ b/manifests/w/Wondershare/FamiSafe/8.2.20.97/Wondershare.FamiSafe.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.FamiSafe +PackageVersion: 8.2.20.97 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 693c7721ab513abd17bcbc4015108540106c11e1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:11:20 +0800 Subject: [PATCH 47/88] New version: Ximalaya.Ximalaya version 4.0.11 (#374898) --- .../4.0.11/Ximalaya.Ximalaya.installer.yaml | 22 ++++++++++++++ .../Ximalaya.Ximalaya.locale.en-US.yaml | 28 ++++++++++++++++++ .../Ximalaya.Ximalaya.locale.zh-CN.yaml | 29 +++++++++++++++++++ .../Ximalaya/4.0.11/Ximalaya.Ximalaya.yaml | 8 +++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.installer.yaml create mode 100644 manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.locale.en-US.yaml create mode 100644 manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.locale.zh-CN.yaml create mode 100644 manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.yaml diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.installer.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.installer.yaml new file mode 100644 index 000000000000..c9a31ded33a3 --- /dev/null +++ b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.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: Ximalaya.Ximalaya +PackageVersion: 4.0.11 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- iting +FileExtensions: +- xm +ProductCode: e2371ebd-7734-58dc-97bd-f6c9d997b351 +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x86 + InstallerUrl: https://fdfs.xmcdn.com/storages/d2b8-audiofreehighqps/5C/6D/GKwRIJIN3EXXACAAAASZYNpo.exe + InstallerSha256: 08A980D464883E81665BABE2175C5A4CED83C3717600EC73C73623E7B1047FF1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.locale.en-US.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.locale.en-US.yaml new file mode 100644 index 000000000000..19205b7bc808 --- /dev/null +++ b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.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: Ximalaya.Ximalaya +PackageVersion: 4.0.11 +PackageLocale: en-US +Publisher: www.ximalaya.com +PublisherUrl: https://www.ximalaya.com/ +PublisherSupportUrl: https://m.ximalaya.com/cs-bridge-web/page/contact-cs?appId=30 +PrivacyUrl: https://passport.ximalaya.com/page/privacy_policy +Author: Shanghai Zhengda Himalaya Network Technology Co., Ltd. +PackageName: 喜马拉雅 +PackageUrl: https://www.ximalaya.com/download/ +License: Proprietary +LicenseUrl: https://passport.ximalaya.com/page/register_rule +Copyright: Copyright © 2026 www.ximalaya.com +ShortDescription: Professional audio sharing platform +Description: Ximalaya is a professional audio sharing platform with hundreds of millions of audios such as audio novels, audiobooks, bedtime stories, comic dialogues, sketches, horror story, etc. You can listen to what you want anytime, anywhere. +Tags: +- audio +- audiobook +- ebook +- podcast +- radio +- sound +- voice +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.locale.zh-CN.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.locale.zh-CN.yaml new file mode 100644 index 000000000000..9d2a35b89761 --- /dev/null +++ b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ximalaya.Ximalaya +PackageVersion: 4.0.11 +PackageLocale: zh-CN +Publisher: www.ximalaya.com +PublisherUrl: https://www.ximalaya.com/ +PublisherSupportUrl: https://m.ximalaya.com/cs-bridge-web/page/contact-cs?appId=30 +PrivacyUrl: https://passport.ximalaya.com/page/privacy_policy +Author: 上海喜马拉雅科技有限公司 +PackageName: 喜马拉雅 +PackageUrl: https://www.ximalaya.com/download/ +License: 专有软件 +LicenseUrl: https://passport.ximalaya.com/page/register_rule +Copyright: Copyright © 2026 www.ximalaya.com +ShortDescription: 专业的音频分享平台 +Description: 喜马拉雅是专业的音频分享平台,汇集了有声小说、有声读物、有声书、儿童睡前故事、相声小品、鬼故事等数亿条音频。随时随地,听我想听。 +Tags: +- 声音 +- 播客 +- 有声书 +- 电台 +- 电子书 +- 语音 +- 音频 +ReleaseNotes: '- 修复一些已知问题' +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.yaml new file mode 100644 index 000000000000..b8023b6ed41c --- /dev/null +++ b/manifests/x/Ximalaya/Ximalaya/4.0.11/Ximalaya.Ximalaya.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: Ximalaya.Ximalaya +PackageVersion: 4.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 829c18c79c58efbc85a8ca51ae43730d2d0548ea Mon Sep 17 00:00:00 2001 From: Christian Lauinger Date: Fri, 15 May 2026 08:11:31 +0200 Subject: [PATCH 48/88] New version: ChrisLauinger77.QontrolPanel version 1.15.3 (#374899) --- ...hrisLauinger77.QontrolPanel.installer.yaml | 21 +++++++++++++++ ...sLauinger77.QontrolPanel.locale.en-US.yaml | 27 +++++++++++++++++++ .../1.15.3/ChrisLauinger77.QontrolPanel.yaml | 8 ++++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.installer.yaml create mode 100644 manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.locale.en-US.yaml create mode 100644 manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.yaml diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.installer.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.installer.yaml new file mode 100644 index 000000000000..ad6cfff59566 --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.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: ChrisLauinger77.QontrolPanel +PackageVersion: 1.15.3 +InstallerLocale: en-US +InstallerType: inno +Scope: user +ProductCode: '{8A9C6942-5CA3-4A02-B701-E7B4E862D635}}_is1' +ReleaseDate: 2026-05-15 +AppsAndFeaturesEntries: +- DisplayName: QontrolPanel 1.15.3 + ProductCode: '{8A9C6942-5CA3-4A02-B701-E7B4E862D635}}_is1' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\QontrolPanel' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ChrisLauinger77/QontrolPanel/releases/download/1.15.3/QontrolPanel_Installer.exe + InstallerSha256: 2A96E5A07A5E2FF315E16AC3F3AA0845B41A483C8E509B344ECE8D7F1269BB29 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.locale.en-US.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.locale.en-US.yaml new file mode 100644 index 000000000000..5988c8ff04c7 --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ChrisLauinger77.QontrolPanel +PackageVersion: 1.15.3 +PackageLocale: en-US +Publisher: ChrisLauinger77 +PublisherUrl: https://github.com/ChrisLauinger77 +PublisherSupportUrl: https://github.com/ChrisLauinger77/QontrolPanel/issues +PackageName: QontrolPanel +PackageUrl: https://github.com/ChrisLauinger77/QontrolPanel +License: GPL-3.0 +LicenseUrl: https://github.com/ChrisLauinger77/QontrolPanel/blob/HEAD/LICENSE +Copyright: (c) 2026 ChrisLauinger77 +ShortDescription: An enhanced audio panel for Windows +Tags: +- headset +- headsetcontrol +- settings +- sound +ReleaseNotes: |- + What's Changed + - Set default endpoint for Console and Multimedia roles in setDefaultDevice and improve logging by @ChrisLauinger77 in #76 + Full Changelog: 1.15.2...1.15.3 +ReleaseNotesUrl: https://github.com/ChrisLauinger77/QontrolPanel/releases/tag/1.15.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.yaml b/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.yaml new file mode 100644 index 000000000000..31819dd2cee4 --- /dev/null +++ b/manifests/c/ChrisLauinger77/QontrolPanel/1.15.3/ChrisLauinger77.QontrolPanel.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: ChrisLauinger77.QontrolPanel +PackageVersion: 1.15.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9ce0392c011544b83e85f557b225a5d79d43d537 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 14:32:42 +0800 Subject: [PATCH 49/88] Update: Alibaba.Qoder version 1.106.3 (1.0.0) (#374885) --- .../a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml index e366f2a6f2f2..d0a08e033b3a 100644 --- a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml +++ b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{943D6004-554E-4B49-A1D5-52F999A1B3C9}_is1' -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-05-15 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/0.18.0/QoderUserSetup-x64.exe - InstallerSha256: 9247661CF312F345876A4A4840518D26FFC3C546478EFBA834AC80CF50CB9234 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.0.0/QoderUserSetup-x64.exe + InstallerSha256: FE5AD0953F8A2197C2A90BE54334C97F9354E493733AEDA22C85FF919012AD2D ManifestType: installer ManifestVersion: 1.12.0 From 7b0acc7d729a8917bf426df0b1067a506fe0323f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:01:54 +0800 Subject: [PATCH 50/88] Update: MCHOSE.MCHOSEHUB version 1.0.0 (#374891) --- .../m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml | 2 +- .../m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.locale.en-US.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml b/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml index 0867d50b6725..f9e4a05d8aeb 100644 --- a/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml +++ b/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml @@ -15,6 +15,6 @@ ProductCode: 5ad0d43b-ed6f-5476-88e8-78111c6ef75f Installers: - Architecture: x64 InstallerUrl: https://cdn.mchose.com.cn/MCHOSE_HUB_installer.zip - InstallerSha256: B1CA7F6B0949F84A099680997FB2BBC752823EB379F3C3E2821F1D0A1E76405D + InstallerSha256: BE4C23060357135BB08C39EE85847B1A4F5A498633B22351F5816C263A31175A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.locale.en-US.yaml b/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.locale.en-US.yaml index e943abc1016a..ff8362a3f441 100644 --- a/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.locale.en-US.yaml +++ b/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.locale.en-US.yaml @@ -20,11 +20,11 @@ Description: |- MCHOSE HUB is a multifunctional peripheral management software by MCHOSE, mainly used for managing and configuring MCHOSE brand devices, such as key remap, lighting effects, and polling rate settings. The software currently supports the following product categories: keyboard, mouse, headphone, and magnetic switch keyboards. Tags: +- china - headphone - keyboard - mchose - mouse - prc -- china ManifestType: defaultLocale ManifestVersion: 1.12.0 From 81d79e9f956e3400c4b6fa517612df826cd1efed Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:02:06 +0800 Subject: [PATCH 51/88] New version: Sourcegraph.Amp version 0.0.1778818387-g2c3c01 (#374893) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..a4d91549183b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/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.1778818387-g2c3c01 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1778818387-g2c3c01/amp-windows-x64-baseline.exe + InstallerSha256: B3014B4E3641F47076F77064230161140314E97403A9282488CFF5513E0BED31 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..2140129c7b1f --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/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.1778818387-g2c3c01 +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.1778818387-g2c3c01/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..ad98dfe7711e --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/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.1778818387-g2c3c01 +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.1778818387-g2c3c01/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..00e2acdfa763 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778818387-g2c3c01/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.1778818387-g2c3c01 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dc000a65cb9d7573106e3aee131ce58406abed70 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:29:29 +0800 Subject: [PATCH 52/88] Update: KDE.Parley version 26.07.70 (937) (#374803) --- manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml index ee2db48ebd2c..f2f5dd286c74 100644 --- a/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml +++ b/manifests/k/KDE/Parley/26.07.70/KDE.Parley.installer.yaml @@ -9,14 +9,14 @@ ProductCode: parley Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-935-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 1D196738E7181C9CFB5A147E39EE1394821144D5AD75561FA94210CAA73490F1 + InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-937-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 203F43E856CF775637515DF6B74B7762F10472E78FCC171D53D729A3E5B07961 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-935-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 1D196738E7181C9CFB5A147E39EE1394821144D5AD75561FA94210CAA73490F1 + InstallerUrl: https://cdn.kde.org/ci-builds/education/parley/master/windows/parley-master-937-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 203F43E856CF775637515DF6B74B7762F10472E78FCC171D53D729A3E5B07961 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 487500c33dae97005e680d4e7f29b12d1c84b1f1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:29:39 +0800 Subject: [PATCH 53/88] Update: KDE.Bovo version master (828) (#374888) --- manifests/k/KDE/Bovo/master/KDE.Bovo.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Bovo/master/KDE.Bovo.installer.yaml b/manifests/k/KDE/Bovo/master/KDE.Bovo.installer.yaml index c2931262d88d..d5de554790c0 100644 --- a/manifests/k/KDE/Bovo/master/KDE.Bovo.installer.yaml +++ b/manifests/k/KDE/Bovo/master/KDE.Bovo.installer.yaml @@ -9,14 +9,14 @@ ProductCode: bovo Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/bovo/master/windows/bovo-master-826-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 2654B90FAB6E0FB44E15093AD0938E6FBF706CD3DB54FBCF9095AC2553E1CE09 + InstallerUrl: https://cdn.kde.org/ci-builds/games/bovo/master/windows/bovo-master-828-windows-cl-msvc2022-x86_64.exe + InstallerSha256: F2B9AF3D5E85C93592CE5C7505419327374480CA41FA55663E62FEE7CE174B93 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/bovo/master/windows/bovo-master-826-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 2654B90FAB6E0FB44E15093AD0938E6FBF706CD3DB54FBCF9095AC2553E1CE09 + InstallerUrl: https://cdn.kde.org/ci-builds/games/bovo/master/windows/bovo-master-828-windows-cl-msvc2022-x86_64.exe + InstallerSha256: F2B9AF3D5E85C93592CE5C7505419327374480CA41FA55663E62FEE7CE174B93 InstallerSwitches: Custom: /AllUsers ManifestType: installer From acd6355fb60e1fbbfb14875341ebba0d3dcf76a1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:29:49 +0800 Subject: [PATCH 54/88] Update: KDE.Bomber version master (841) (#374889) --- manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml b/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml index 9754dd2ee06e..aeac20290755 100644 --- a/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml +++ b/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml @@ -9,14 +9,14 @@ ProductCode: bomber Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-839-windows-cl-msvc2022-x86_64.exe - InstallerSha256: F0E26B305E9405BB1F1A256229709758476F14E1FA5C229AADFF6626723FA774 + InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-841-windows-cl-msvc2022-x86_64.exe + InstallerSha256: ED0AF1F79F8CCCAE46767807DBD5C3F522541479D1B3D522A5DE2195E18E03F0 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-839-windows-cl-msvc2022-x86_64.exe - InstallerSha256: F0E26B305E9405BB1F1A256229709758476F14E1FA5C229AADFF6626723FA774 + InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-841-windows-cl-msvc2022-x86_64.exe + InstallerSha256: ED0AF1F79F8CCCAE46767807DBD5C3F522541479D1B3D522A5DE2195E18E03F0 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 6cfd21320aa271858072da8b7e2aaa10869d6138 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:29:59 +0800 Subject: [PATCH 55/88] Update: KDE.Granatier version master (892) (#374890) --- .../k/KDE/Granatier/master/KDE.Granatier.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml index 93beafb6270f..94bc3ad02983 100644 --- a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml +++ b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml @@ -9,14 +9,14 @@ ProductCode: granatier Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-890-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3876E98CE20ADF3D35F9F311A9AA07AA11BFC74E87DE0B98B28E8E644819918A + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-892-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 42334A82A0FB0C9802972D07D4EBACA1ADACE8AC2E5C838E2527A3A20E2DD228 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-890-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3876E98CE20ADF3D35F9F311A9AA07AA11BFC74E87DE0B98B28E8E644819918A + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-892-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 42334A82A0FB0C9802972D07D4EBACA1ADACE8AC2E5C838E2527A3A20E2DD228 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 0a56709983f4e2a3dad51b4f2d9c97cfd5ca5995 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 15 May 2026 08:30:14 +0100 Subject: [PATCH 56/88] New version: Jackett.Jackett version 0.24.1866 (#374903) --- .../0.24.1866/Jackett.Jackett.installer.yaml | 26 +++++++++++ .../Jackett.Jackett.locale.en-US.yaml | 45 +++++++++++++++++++ .../Jackett/0.24.1866/Jackett.Jackett.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.installer.yaml create mode 100644 manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.locale.en-US.yaml create mode 100644 manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.yaml diff --git a/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.installer.yaml new file mode 100644 index 000000000000..01090df09e31 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1866 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-05-15 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.1866/Jackett.Installer.Windows.exe + InstallerSha256: 594F0837CA05165E53839BF260E5FD8A543958DB432927826796AF185D7666D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 000000000000..1efb55e0e992 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1866 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 2e9a368 xingtag: drop cats and use a single default. resolves #16823 + - 559c0dd add Milnueve a Spanish private site. resolves #16789 (#16817) + - 65c3332 add pornbytes a Private site. resolves #16821 + - f5b0380 new_team: update cats + - 6cd78f3 funzone-api: fix cat id + - 62243cb xingtan: forgot to update MR MST #14427 + - a4b50df Update README.md + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.1866 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.yaml new file mode 100644 index 000000000000..5bee8ee99df3 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1866/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1866 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1088765b5b1943eae04597cd8982d765a082d86f Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Fri, 15 May 2026 09:30:24 +0200 Subject: [PATCH 57/88] Tested even more FileExtensions: SublimeHQ.SublimeText.4 version 4.0.0.420000 (#374904) --- .../SublimeHQ.SublimeText.4.installer.yaml | 104 +++++++++++++++++- 1 file changed, 101 insertions(+), 3 deletions(-) diff --git a/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml b/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml index 432ed2fa9f47..717530bb2c45 100644 --- a/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml +++ b/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml @@ -36,7 +36,9 @@ Installers: AppsAndFeaturesEntries: - DisplayName: Sublime Text (Portable) FileExtensions: +- ac - action +- adgsettings - adml - admx - adoc @@ -54,23 +56,32 @@ FileExtensions: - applescript - appraisals - ar4w +- arguments - as - asa +- asc - ash - asm - asp - atb +- atm - attributes +- au3 +- audtun - awk - bash +- bash_profile - bashrc - bat - bazel - bdf - berksfile +- bfc - bfs - bib +- bml - brewfile +- bsd - bsh - build - builder @@ -80,7 +91,9 @@ FileExtensions: - capfile - cc - cdxml +- cer - cfg +- cgc - cgi - cheffile - cl @@ -90,6 +103,7 @@ FileExtensions: - cljs - cls - cmd +- comments - commit_editmsg - conf - config.ru @@ -102,12 +116,18 @@ FileExtensions: - css.erb - css.liquid - csx +- ct +- ctb +- cti +- cube +- cueprofile - cxx - d - ddl - def - deliverfile - deny +- deploymentlocation - desktop - di - dif-f @@ -118,20 +138,30 @@ FileExtensions: - dtd - dtml - edn +- egi - el - ent - erb - erbsql - erl - escript +- esi - exclude +- f90 - fasl - fastfile - fcgi +- files - filters - fish +- flow +- forms - frag +- fsc - fx +- gcc +- gdl +- gdntool - gemfile - gemspec - git @@ -141,11 +171,14 @@ FileExtensions: - gitignore - gitlog - gitmodules +- glade - glsl - gnumakefile - go +- gpd - gradle - groovy +- gthr - guardfile - gv - gvy @@ -154,26 +187,38 @@ FileExtensions: - h - h++ - haml +- har +- hash - hh +- hhk +- hkf +- hlsl +- hlsli - hosts - hpp +- hrc - hrl - hs +- hsi +- ht_ - htc - htm - html - html.erb - hxx -- Idl - idl +- idx - in - inc - inf_loc +- info +- ini - inl - inx - ipp - ipset - irbrc +- iss - item - java - jbuilder @@ -184,13 +229,19 @@ FileExtensions: - jsp - jst - jsx +- keep - l +- la +- lang - layout -- LDF +- ldf +- lesshst - lhs - lisp - list - lm +- lng +- loc - log - lsp - lsrules @@ -211,10 +262,13 @@ FileExtensions: - markdown - matlab - md +- md5 - mdown - merge_msg +- mf - mfl - milk +- min - mjs - mk - ml @@ -224,17 +278,28 @@ FileExtensions: - mm - mod - mof +- moz_log - mud - mum - nanorc +- natvis +- new +- note +- nsh - nuspec +- nvx +- ny - ocamlmakefile +- opf - opml +- out - p - p2p +- pal - pas - patch - pc +- phar - php - php3 - php4 @@ -252,19 +317,26 @@ FileExtensions: - podspec - policy - pom +- ppd - prawn +- profile - properties - props - pryrc - ps -- PSF +- psf +- psmdcp +- pth - pxd - pxi - py - py3 +- pyf - pyi +- python_history - pyw - pyx +- qm - qml - qmltypes - r @@ -277,21 +349,27 @@ FileExtensions: - rbx - rd - re +- rels - res - resjson - rest - resw +- rgs - rhtml - rjs - rng +- rpad - rprofile - rpy - rs +- rsc - rsrc - rss - rst - ruby.rail - rxml +- sam +- sarif - sass - sbt - sc @@ -301,26 +379,41 @@ FileExtensions: - sconscript - sconstruct - script +- sep +- ses +- sf - sh +- sha1 +- sha256 - shtml - slang - slangp - snakefile - snapfile +- snr - soc - sor - sparse-checkout - sql - sql.erb +- src - ss - str +- strings - sty - subtxt - svg +- swidtag +- symbols - t +- tab - tag_editmsg - targets +- tbres +- tbx +- tcc - tcl +- terms - tex - textile - thor @@ -332,6 +425,9 @@ FileExtensions: - tsx - txt - ui +- uri +- utb +- v4sdmeta - validation - vbs - vdf @@ -341,6 +437,7 @@ FileExtensions: - vert - vim - viv +- vivaldi_reporting_data - vkm - vmoptions - vmx @@ -359,6 +456,7 @@ FileExtensions: - wflow - wprp - wscript +- wslconfig - wup - wxs - xaml From 47238de9dd3d4a9daa9724e8ea18fd8852288f23 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:30:37 +0800 Subject: [PATCH 58/88] New version: 360.360Chrome.X version 23.1.1233.64 (#374905) --- .../360.360Chrome.X.installer.yaml | 52 +++++++++++++++++++ .../360.360Chrome.X.locale.en-US.yaml | 33 ++++++++++++ .../360.360Chrome.X.locale.zh-CN.yaml | 32 ++++++++++++ .../X/23.1.1233.64/360.360Chrome.X.yaml | 8 +++ 4 files changed, 125 insertions(+) create mode 100644 manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.installer.yaml create mode 100644 manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.locale.en-US.yaml create mode 100644 manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.locale.zh-CN.yaml create mode 100644 manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.yaml diff --git a/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.installer.yaml b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.installer.yaml new file mode 100644 index 000000000000..99ab55481d98 --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.installer.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 23.1.1233.64 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent-install + SilentWithProgress: --silent-install + InstallLocation: --install-path="" + Log: --enable-logging --verbose-logging --log-file="" + Upgrade: --full-install-update +InstallerSuccessCodes: +- 1 +ExpectedReturnCodes: +- InstallerReturnCode: 405 + ReturnResponse: installInProgress +- InstallerReturnCode: 406 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 5042 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- 360chromexurl +- ftp +- htmlfile +- http +- https +FileExtensions: +- crx +- htm +- html +- mht +- mhtm +- mhtml +- pdf +- shtm +- shtml +- xht +- xhtml +ProductCode: 360ChromeX +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://sedl.360tpcdn.com/cse/360csex_23.1.1233.64.exe + InstallerSha256: 1926A707E1491AFAEBB05F9BC7E0822610D660EAC00852AA85AFE54CE13F16B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.locale.en-US.yaml b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.locale.en-US.yaml new file mode 100644 index 000000000000..9ef888a5e691 --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.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: 360.360Chrome.X +PackageVersion: 23.1.1233.64 +PackageLocale: en-US +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: https://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: Freeware +LicenseUrl: https://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: New Chromium-based 64-bit dual-core browser for higher performance and better experience +Description: 360 Chrome X is the first 64-bit dual-core browser from 360 that integrates the latest Chromium kernel, providing a 50% performance boost over traditional 32-bit browsers. In addition to a more enjoyable browsing experience, we also provide you with new simple interface, new tab with thousands of HD wallpapers, and many optimized browsing tools. +Moniker: 360csex +Tags: +- browser +- chromium +- ie +- internet-explorer +- web +- webpage +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.locale.zh-CN.yaml b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.locale.zh-CN.yaml new file mode 100644 index 000000000000..b9c581739f34 --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: 360.360Chrome.X +PackageVersion: 23.1.1233.64 +PackageLocale: zh-CN +Publisher: 360安全中心 +PublisherUrl: https://browser.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/forum-142-1.html +PrivacyUrl: https://www.360.cn/privacy/v3/bps360jsllqWindowsb.html +Author: 北京奇虎科技有限公司 +PackageName: 360 极速浏览器X +PackageUrl: https://browser.360.cn/ee/ +License: 免费软件 +LicenseUrl: https://www.360.cn/xukexieyi.html#jisu +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: 全新 Chromium 内核,64 位双核浏览器,性能更高,体验更佳 +Description: 360 极速浏览器 X 是 360 推出的首款融合了最新 Chromium 内核的 64 位双核浏览器,较传统的 32 位浏览器,性能提升超 50%。在带给您更加畅快的底层浏览体验同时,我们也还为您提供了全新的极简风格操作界面、可以更换上千款高清壁纸的新标签页及众多精心优化过的浏览工具。 +Tags: +- chromium +- ie +- internet-explorer +- 浏览器 +- 网页 +ReleaseNotes: 1. 修复一个网页引起的崩溃 +ReleaseNotesUrl: https://bbs.360.cn/thread-16123706-1-1.html +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://faq.bbs.360.cn/#/question/280 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.yaml b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.yaml new file mode 100644 index 000000000000..4af1dfd01933 --- /dev/null +++ b/manifests/3/360/360Chrome/X/23.1.1233.64/360.360Chrome.X.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: 360.360Chrome.X +PackageVersion: 23.1.1233.64 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ad6929f7ad2e6694949f6f62948b9d404ecdcc80 Mon Sep 17 00:00:00 2001 From: Rouchant Date: Fri, 15 May 2026 03:30:48 -0400 Subject: [PATCH 59/88] Rouchant.Zenit version 1.3.2 (#374914) --- .../Zenit/1.3.2/Rouchant.Zenit.installer.yaml | 15 ++++++++++ .../1.3.2/Rouchant.Zenit.locale.es-ES.yaml | 28 +++++++++++++++++++ .../Rouchant/Zenit/1.3.2/Rouchant.Zenit.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.installer.yaml create mode 100644 manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.locale.es-ES.yaml create mode 100644 manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.yaml diff --git a/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.installer.yaml b/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.installer.yaml new file mode 100644 index 000000000000..863aebe391f3 --- /dev/null +++ b/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.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: Rouchant.Zenit +PackageVersion: 1.3.2 +InstallerType: nullsoft +Scope: machine +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Rouchant/Zenit-Tauri/releases/download/v1.3.2/Zenit_1.3.2_x64-setup.exe + InstallerSha256: 35B2E810F24B99DF93E754EEDF23360BF5D3959DC63097A8D8CA131F5ADCC879 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.locale.es-ES.yaml b/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.locale.es-ES.yaml new file mode 100644 index 000000000000..ec17f4578a1c --- /dev/null +++ b/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.locale.es-ES.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rouchant.Zenit +PackageVersion: 1.3.2 +PackageLocale: es-ES +Publisher: Rouchant +PublisherUrl: https://github.com/Rouchant +PublisherSupportUrl: https://github.com/Rouchant/Zenit-Tauri/issues +Author: Rouchant +PackageName: Zenit +PackageUrl: https://github.com/Rouchant/Zenit-Tauri +License: MIT +ShortDescription: Aplicación de Kiosco interactiva para hardware +Description: Zenit es una potente aplicación de kiosco diseñada para demostraciones interactivas en entornos retail. Cuenta con detección automática de especificaciones de hardware, integración dinámica de marcas (Asus, HP, Samsung) y reproducción de contenido promocional optimizado. +Tags: +- kiosk +- retail +- hardware +- specs +- tauri +- asus +ReleaseNotesUrl: https://github.com/Rouchant/Zenit-Tauri/releases/tag/v1.3.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Rouchant/Zenit-Tauri/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.yaml b/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.yaml new file mode 100644 index 000000000000..a7e57ea13f87 --- /dev/null +++ b/manifests/r/Rouchant/Zenit/1.3.2/Rouchant.Zenit.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: Rouchant.Zenit +PackageVersion: 1.3.2 +DefaultLocale: es-ES +ManifestType: version +ManifestVersion: 1.12.0 From ba95f7673e67e02019834d815c79f1f512967d4f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:53:07 +0800 Subject: [PATCH 60/88] New version: Alibaba.AlibabaCloudCLI version 3.3.15 (#374884) --- .../Alibaba.AlibabaCloudCLI.installer.yaml | 17 +++++++++ .../Alibaba.AlibabaCloudCLI.locale.en-US.yaml | 38 +++++++++++++++++++ .../Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml | 23 +++++++++++ .../3.3.15/Alibaba.AlibabaCloudCLI.yaml | 8 ++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.installer.yaml create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.yaml diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 000000000000..bf166664b02f --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.3.15 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.3.15/aliyun-cli-windows-3.3.15-amd64.zip + InstallerSha256: 63583E92E00CDCEFA4F043D22F769BE52BEFF83ED0B870F12708D036683FB2E3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 000000000000..0bf28047e08d --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.3.15 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - feat add saectl by @Beimingx in https://github.com/aliyun/aliyun-cli/pull/1319 + - 云监控 2.0 版本:独立二进制方式接入,aliyun cms2 子命令 by @thinkbetter18 in https://github.com/aliyun/aliyun-cli/pull/1322 + - feat(otel): integrate OpenTelemetry support with environment variable… by @CodeSpaceiiii in https://github.com/aliyun/aliyun-cli/pull/1324 + - aliyuncms 改为 aliyuncms2。增加 COMPAT_MODE、USER_AGENT、AI_USER_AGENT、OTEL 头。修复业务参数传递问题。 by @tingbin-ctb in https://github.com/aliyun/aliyun-cli/pull/1325 + New Contributors + - @Beimingx made their first contribution in https://github.com/aliyun/aliyun-cli/pull/1319 + - @thinkbetter18 made their first contribution in https://github.com/aliyun/aliyun-cli/pull/1322 + - @tingbin-ctb made their first contribution in https://github.com/aliyun/aliyun-cli/pull/1325 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.3.14...v3.3.15 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.3.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..374e884a5377 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.3.15 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +Tags: +- 阿里云 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.3.15 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 000000000000..c8c9c7168ade --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.15/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.3.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From abbfb9dc063200d15be39291b0e26a4e3604c639 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:53:22 +0800 Subject: [PATCH 61/88] New version: Seafile.Seadrive version 3.0.22 (#374915) --- .../3.0.22/Seafile.Seadrive.installer.yaml | 25 ++++++++++ .../3.0.22/Seafile.Seadrive.locale.en-US.yaml | 47 +++++++++++++++++++ .../3.0.22/Seafile.Seadrive.locale.zh-CN.yaml | 35 ++++++++++++++ .../Seadrive/3.0.22/Seafile.Seadrive.yaml | 8 ++++ 4 files changed, 115 insertions(+) create mode 100644 manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.installer.yaml create mode 100644 manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.en-US.yaml create mode 100644 manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.zh-CN.yaml create mode 100644 manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.yaml diff --git a/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.installer.yaml b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.installer.yaml new file mode 100644 index 000000000000..62a7b46bd300 --- /dev/null +++ b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.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: Seafile.Seadrive +PackageVersion: 3.0.22 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{1A3583FB-8795-4CBD-827C-B8AE32E1380B}' +ReleaseDate: 2026-05-15 +AppsAndFeaturesEntries: +- UpgradeCode: '{08C8A5A3-9003-4F16-8BC7-FDA7FE9629F6}' +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://sos-ch-dk-2.exo.io/seafile-downloads/seadrive-3.0.22-en.msi + InstallerSha256: 565363A302A0D23B6FF9A5A705A1C74A8EDC23532C5757B391A8E7AE4F657128 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://seafile-downloads.oss-cn-shanghai.aliyuncs.com/seadrive-3.0.22.msi + InstallerSha256: 9253FEBD0EE48535065B69888724B4227FF7C45B6BD4F662EC9843ECFA2D223A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.en-US.yaml b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.en-US.yaml new file mode 100644 index 000000000000..e972688daac0 --- /dev/null +++ b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Seafile.Seadrive +PackageVersion: 3.0.22 +PackageLocale: en-US +Publisher: HaiWenHuZhi ltd. +PublisherUrl: https://www.seafile.com/en/home/ +PublisherSupportUrl: https://www.seafile.com/en/support/ +PrivacyUrl: https://www.seafile.com/en/privacy_policy/ +Author: Seafile Ltd. +PackageName: SeaDrive +PackageUrl: https://www.seafile.com/en/download/ +License: Apache-2.0 +LicenseUrl: https://github.com/haiwen/seadrive-gui/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Seafile Ltd. +CopyrightUrl: https://www.seafile.com/en/terms_of_service/ +ShortDescription: The Drive client enables you to access files on the server without syncing to local disk. It works like a network drive. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +ReleaseNotes: |- + - [win] Fix filename encoding handling when open file from web browser + - Record network errors when server is offline, instead of server error. Such errors can now auto-recover when server is online. + - [win] Avoid misleading index error when writing to a large file + - [mac] Support moving downloaded files to system trash + - [win] Improve download speed for 10Gb networks + - [linux] Disallow updating file attributes in read-only folder + - [win] Avoid unintended file deletions when syncing fast "remove then create" operation sequence from the server + - [mac] Don't display files in the root folder if root folder is set to invisible + - [win/mac] Don't upload new folders when they're created in read-only folders +ReleaseNotesUrl: https://manual.seafile.com/latest/changelog/drive-client-changelog/ +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://help.seafile.com/ +- DocumentLabel: FAQ and Known-Issues + DocumentUrl: https://cloud.seatable.io/dtable/external-links/7b976c85f504491cbe8e/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.zh-CN.yaml b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.zh-CN.yaml new file mode 100644 index 000000000000..f0b1c382d704 --- /dev/null +++ b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Seafile.Seadrive +PackageVersion: 3.0.22 +PackageLocale: zh-CN +Publisher: 北京海文互知网络技术有限公司 +PublisherUrl: https://www.seafile.com/ +PublisherSupportUrl: https://bbs.seafile.com/ +PrivacyUrl: https://www.seafile.com/privacy/ +Author: 北京海文互知网络技术有限公司 +PackageName: SeaDrive +PackageUrl: https://www.seafile.com/download/ +License: Apache-2.0 +LicenseUrl: https://github.com/haiwen/seadrive-gui/blob/HEAD/LICENSE +Copyright: Copyright © 2026 海文互知 +ShortDescription: 挂载盘客户端让你可以通过本地虚拟磁盘直接访问服务器上的文件,无需同步。不占用本地磁盘。支持视频直接播放。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 微云 +- 文件 +- 网盘 +ReleaseNotesUrl: https://manual.seafile.com/latest/changelog/drive-client-changelog/ +Documentations: +- DocumentLabel: 使用帮助 + DocumentUrl: https://cloud.seafile.com/wiki/publish/seafile-user-manual/38rI/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.yaml b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.yaml new file mode 100644 index 000000000000..d7c192502706 --- /dev/null +++ b/manifests/s/Seafile/Seadrive/3.0.22/Seafile.Seadrive.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: Seafile.Seadrive +PackageVersion: 3.0.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 72859297ef2a329eff9d8dcead179dfecb4dcb84 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 15 May 2026 15:53:38 +0800 Subject: [PATCH 62/88] New version: xiaoyifang.GoldenDict-ng version 26.5.5 (#374917) --- .../xiaoyifang.GoldenDict-ng.installer.yaml | 20 +++++ ...xiaoyifang.GoldenDict-ng.locale.en-US.yaml | 79 +++++++++++++++++++ ...xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml | 29 +++++++ .../26.5.5/xiaoyifang.GoldenDict-ng.yaml | 8 ++ 4 files changed, 136 insertions(+) create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.installer.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.en-US.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.yaml diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.installer.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.installer.yaml new file mode 100644 index 000000000000..cf413850a960 --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xiaoyifang.GoldenDict-ng +PackageVersion: 26.5.5 +InstallerType: nullsoft +Scope: machine +Protocols: +- goldendict +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: GoldenDict-ng +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xiaoyifang/goldendict-ng/releases/download/v26.5.5/GoldenDict-ng-26.5.5-Qt6.8.3-Windows-installer.exe + InstallerSha256: 8179C033DE20D3B34513C3E637395793CD59AD2828E0D696E7BAF45A5E117523 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.en-US.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.en-US.yaml new file mode 100644 index 000000000000..87571a1c4ccc --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.en-US.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xiaoyifang.GoldenDict-ng +PackageVersion: 26.5.5 +PackageLocale: en-US +Publisher: Humanity +PublisherUrl: https://github.com/xiaoyifang +PublisherSupportUrl: https://github.com/xiaoyifang/goldendict-ng/issues +PackageName: goldendict-ng +PackageUrl: https://xiaoyifang.github.io/goldendict-ng/ +License: GPL-3.0-or-later +LicenseUrl: https://github.com/xiaoyifang/goldendict-ng/blob/HEAD/LICENSE.txt +Copyright: |- + © 2008-2013 Konstantin Isakov (ikm@goldendict.org) + © 2009-2023 The GoldenDict Developers + © 2021-2026 The GoldenDict-ng Community +ShortDescription: The Next Generation GoldenDict. A feature-rich open-source dictionary lookup program, supporting multiple dictionary formats and online dictionaries. +Description: |- + GoldenDict-ng is an advanced dictionary lookup program. + Features + - Supports many dictionary formats, such as MDX, DSL, StarDict, Zim... + - Presents lookup results of multiple dictionaries in the same page + - Supports special types of "dictionaries", such as external program, website, audio files... + - Lots of auxiliary features + - Popup window + - Full text search + - Anki integration + - Transliteration for some languages + - Word stemming and spelling correction via Hunspell's morphology analysis + - Unicode case, diacritics, punctuation and whitespace folding (e.g. typing 'Grussen' would yield 'grüßen' in German dictionaries). + - ... +Tags: +- dict +- dictionary +- goldendict +- mdict +- translate +- translation +ReleaseNotes: |- + Install instructions for Windows, macOS and Linux. + Filename pattern: GoldenDict-ng-[version]-[Qt version]-[system name]... + For Linux, the released version is on Flathub → io.github.xiaoyifang.goldendict_ng. + Based on branch: master + What's Changed + - Correct typo in the preferences (tack → track) by @eldad in https://github.com/xiaoyifang/goldendict-ng/pull/2836 + - fix: allow devtools navigation requests to fix image saving by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2835 + - UI: ensure resource viewer windows are closed on application quit by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2837 + - New Crowdin updates by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2838 + - ci: automate metainfo.xml updates and prune old records by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2840 + - docs: Add --no-config option to mpv command by @escape0707 in https://github.com/xiaoyifang/goldendict-ng/pull/2841 + - security: fix security scan alert by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2843 + - opt: change tag_name replace - with _ underline by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2844 + - opt: tag name changed to pattern v26.5.0 etc. by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2845 + - New Crowdin updates by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2842 + - opt: replace two classic icons by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2846 + - Fix: Python package manager script execution warning in deploy_website.yml (#36) by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2848 + - Update deploy_website.yml by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2850 + - action: upgrade checkout version to 6.0.2 by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2851 + - action: manual workflow by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2852 + - New Crowdin updates by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2854 + - style: replace old-arrow and old-downarrow PNGs with SVGs by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2858 + - Add Release-chaos workflow by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2857 + - ci(workflows): fix Ubuntu dependency installation issues by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2862 + - feat: allow qrc resources to be viewed in inspect dialog by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2859 + - CI: Separate artifact uploads for Windows build by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2861 + - ci: rename Windows artifact in Manual-Build-Action by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2864 + - CI: Release Chaos workflow improvements by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2865 + - CI: fix lmdb dependency and tag search logic by @xiaoyifang in https://github.com/xiaoyifang/goldendict-ng/pull/2866 + New Contributors + - @eldad made their first contribution in https://github.com/xiaoyifang/goldendict-ng/pull/2836 + - @escape0707 made their first contribution in https://github.com/xiaoyifang/goldendict-ng/pull/2841 + Full Changelog: https://github.com/xiaoyifang/goldendict-ng/compare/v26.5.4-Release.ea1a9803...v26.5.5 +ReleaseNotesUrl: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.5.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/xiaoyifang/goldendict-ng/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml new file mode 100644 index 000000000000..143cb68ccbdd --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: xiaoyifang.GoldenDict-ng +PackageVersion: 26.5.5 +PackageLocale: zh-CN +ShortDescription: 新一代 GoldenDict。一款功能丰富的开源词典查询工具,支持多种词典格式及在线词典服务。 +Description: |- + GoldenDict-ng 是一款高级词典查询工具。 + 功能特点 + - 支持多种词典格式,如 MDX、DSL、StarDict、Zim... + - 在同一页面展示多部词典的查询结果 + - 支持特殊类型的“词典”,如外部程序、网站、音频文件... + - 丰富的辅助功能 + - 弹出窗口 + - 全文检索 + - Anki 集成 + - 部分语言的音译转换 + - 通过 Hunspell 形态分析实现的词干提取和拼写校正 + - Unicode 大小写、变音符号、标点和空格折叠(例如在德语词典中输入“Grussen”会显示“grüßen”) + - ... +Tags: +- goldendict +- mdict +- 翻译 +- 词典 +ReleaseNotesUrl: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.5.5 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.yaml new file mode 100644 index 000000000000..f1969c022c5a --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.5/xiaoyifang.GoldenDict-ng.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: xiaoyifang.GoldenDict-ng +PackageVersion: 26.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 679ce2679a0018b934b89fac33935831d9e6abb3 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Fri, 15 May 2026 15:53:50 +0800 Subject: [PATCH 63/88] IObit.IObitSoftwareUpdater version 8.5.0.17 (#374918) --- .../IObit.IObitSoftwareUpdater.installer.yaml | 6 +++--- .../IObit.IObitSoftwareUpdater.locale.en-US.yaml | 8 ++++---- .../IObit.IObitSoftwareUpdater.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) rename manifests/i/IObit/IObitSoftwareUpdater/{8.4.1.15 => 8.5.0.17}/IObit.IObitSoftwareUpdater.installer.yaml (80%) rename manifests/i/IObit/IObitSoftwareUpdater/{8.4.1.15 => 8.5.0.17}/IObit.IObitSoftwareUpdater.locale.en-US.yaml (82%) rename manifests/i/IObit/IObitSoftwareUpdater/{8.4.1.15 => 8.5.0.17}/IObit.IObitSoftwareUpdater.yaml (88%) diff --git a/manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.installer.yaml b/manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.installer.yaml similarity index 80% rename from manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.installer.yaml rename to manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.installer.yaml index a6677d13c342..3b51788a6f03 100644 --- a/manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.installer.yaml +++ b/manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: IObit.IObitSoftwareUpdater -PackageVersion: 8.4.1.15 +PackageVersion: 8.5.0.17 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -20,7 +20,7 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://cdn.iobit.com/dl/iobit-software-updater-setup.exe - InstallerSha256: 28EE713DB22C7A4D4AC4D1D49C94FFD8E2C9F6D991108EA8D4E1ED382439E9A5 + InstallerSha256: 407FA3E4C4490A0426EC0466E1EA03FE4F45B8AA2681E89A29373AE75089E263 ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-03-31 +ReleaseDate: 2026-05-14 diff --git a/manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.locale.en-US.yaml b/manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.locale.en-US.yaml similarity index 82% rename from manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.locale.en-US.yaml rename to manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.locale.en-US.yaml index cf151f233cd1..af47abd6311b 100644 --- a/manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.locale.en-US.yaml +++ b/manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: IObit.IObitSoftwareUpdater -PackageVersion: 8.4.1.15 +PackageVersion: 8.5.0.17 PackageLocale: en-US Publisher: IObit PublisherUrl: https://www.iobit.com/ @@ -21,10 +21,10 @@ Tags: - updater - security ReleaseNotes: | - v8.4 (2026-03-20) - - Added update support for 20+ popular programs such as Aegisub, Amazon Kindle, AnyBurn, Ant Download Manager, and AnyToISO + v8.5 (2026-05-14) + - Added update support for 30+ popular programs, including Bitwig Studio, Bandicam, Bluebeam Revu, Atomic Wallet, and Balsamiq Wireframes - Fixed incorrect update detections for some software - - Fixed all known bugs + - General performance improvements and bug fixes Documentations: - DocumentLabel: FAQ DocumentUrl: https://www.iobit.com/faq.php diff --git a/manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.yaml b/manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.yaml similarity index 88% rename from manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.yaml rename to manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.yaml index 88a983341ac6..557ffdb56d13 100644 --- a/manifests/i/IObit/IObitSoftwareUpdater/8.4.1.15/IObit.IObitSoftwareUpdater.yaml +++ b/manifests/i/IObit/IObitSoftwareUpdater/8.5.0.17/IObit.IObitSoftwareUpdater.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: IObit.IObitSoftwareUpdater -PackageVersion: 8.4.1.15 +PackageVersion: 8.5.0.17 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From f30416e4274d2fbe3bfd97de758f2f626a1c1e70 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Fri, 15 May 2026 15:54:07 +0800 Subject: [PATCH 64/88] Modify: IObit.DriverBooster version 13.4.0.234 (#374919) --- .../IObit.DriverBooster.locale.en-GB.yaml | 21 ++++++++++--------- .../IObit.DriverBooster.locale.en-IN.yaml | 21 ++++++++++--------- .../IObit.DriverBooster.locale.en-US.yaml | 15 +++++++------ 3 files changed, 31 insertions(+), 26 deletions(-) diff --git a/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-GB.yaml b/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-GB.yaml index 060e7ec8d340..d4910ccb6b5c 100644 --- a/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-GB.yaml +++ b/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-GB.yaml @@ -1,10 +1,11 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: IObit.DriverBooster -PackageVersion: 13.4.0.234 -PackageLocale: en-GB -PackageName: Driver Booster -ShortDescription: No.1 free driver updater. Automatically scan and update 9,500,000+ device drivers for a smoother PC. -Description: Driver Booster is a free Windows software that scans your computer and updates over 9.5 million device drivers to improve performance. This software detects and installs newer versions of outdated, missing, or faulty drivers, and can also uninstall and reinstall problematic display drivers. The software includes a Game Boost feature to optimise your computer for better gaming and creates a restore point before making major updates. -ManifestType: locale -ManifestVersion: 1.12.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IObit.DriverBooster +PackageVersion: 13.4.0.234 +PackageLocale: en-GB +PackageName: Driver Booster +ShortDescription: No.1 free driver updater. Automatically scan and update 9,500,000+ device drivers for a smoother PC. +Description: Driver Booster is a free Windows software that scans your computer and updates over 9.5 million device drivers to improve performance. This software detects and installs newer versions of outdated, missing, or faulty drivers, and can also uninstall and reinstall problematic display drivers. The software includes a Game Boost feature to optimise your computer for better gaming and creates a restore point before making major updates. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-IN.yaml b/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-IN.yaml index b1743c550979..f1ee4448d4ae 100644 --- a/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-IN.yaml +++ b/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-IN.yaml @@ -1,10 +1,11 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: IObit.DriverBooster -PackageVersion: 13.4.0.234 -PackageLocale: en-IN -PackageName: Driver Booster -ShortDescription: No.1 free driver updater. Automatically scan and update 95,00,000+ device drivers for a smoother PC. -Description: Driver Booster is a free Windows software that scans your computer and updates over 9.5 million device drivers to improve performance. This software detects and installs newer versions of outdated, missing, or faulty drivers, and can also uninstall and reinstall problematic display drivers. The software includes a Game Boost feature to optimise your computer for better gaming and creates a restore point before making major updates. -ManifestType: locale -ManifestVersion: 1.12.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IObit.DriverBooster +PackageVersion: 13.4.0.234 +PackageLocale: en-IN +PackageName: Driver Booster +ShortDescription: No.1 free driver updater. Automatically scan and update 95,00,000+ device drivers for a smoother PC. +Description: Driver Booster is a free Windows software that scans your computer and updates over 9.5 million device drivers to improve performance. This software detects and installs newer versions of outdated, missing, or faulty drivers, and can also uninstall and reinstall problematic display drivers. The software includes a Game Boost feature to optimise your computer for better gaming and creates a restore point before making major updates. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-US.yaml b/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-US.yaml index 7ea8cb0f3121..552be7977d04 100644 --- a/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-US.yaml +++ b/manifests/i/IObit/DriverBooster/13.4.0.234/IObit.DriverBooster.locale.en-US.yaml @@ -18,17 +18,20 @@ ShortDescription: No.1 free driver updater. Automatically scan and update 9,500, Description: Driver Booster is a free Windows software that scans your computer and updates over 9.5 million device drivers to improve performance. This software detects and installs newer versions of outdated, missing, or faulty drivers, and can also uninstall and reinstall problematic display drivers. The software includes a Game Boost feature to optimize your computer for better gaming and creates a restore point before making major updates. Moniker: driver-booster Tags: +- driver +- updater +- booster - driver-booster - driver-updater - driverupdater ReleaseNotes: |- v13.4 (2026-04-20) - • Supported updating more game drivers to improve gaming performance, including:Crimson Desert, Halo Infinite, HITMAN World of Assassination, The Ascent, Total War, FINAL FANTASY XII The Zodiac Age, Call of Duty Modern Warfare (2019), Quantum Break, Total War:Three Kingdoms, Resident Evil Requiem, Star Citizen, and DEATH STRANDING 2:ON THE BEACH - • Boosted professional design software (like SolidWorks 2008) performance by up to 32% with driver updates - • Added driver update support for new hardware, such as RYZEN 9 9950X3D2 - • Optimized program registration logic - • Optimized software installation process - • Fixed minor issues + - Supported updating more game drivers to improve gaming performance, including: Crimson Desert, Halo Infinite, HITMAN World of Assassination, The Ascent, Total War, FINAL FANTASY XII The Zodiac Age, Call of Duty Modern Warfare (2019), Quantum Break, Total War: Three Kingdoms, Resident Evil Requiem, Star Citizen, and DEATH STRANDING 2: ON THE BEACH + - Boosted professional design software (like SolidWorks 2008) performance by up to 32% with driver updates + - Added driver update support for new hardware, such as RYZEN 9 9950X3D2 + - Optimized program registration logic + - Optimized software installation process + - Fixed minor issues Documentations: - DocumentLabel: FAQ DocumentUrl: https://www.iobit.com/faq.php From d1a175491222a398033622b2d1390a6c154fd47f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:02:26 -0700 Subject: [PATCH 65/88] Automatic deletion of IDMComputerSolutions,Inc.UEStudio 25.2.0.8 (#370436) --- ...puterSolutions,Inc.UEStudio.installer.yaml | 20 ------------------- ...erSolutions,Inc.UEStudio.locale.en-US.yaml | 16 --------------- .../IDMComputerSolutions,Inc.UEStudio.yaml | 8 -------- 3 files changed, 44 deletions(-) delete mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.installer.yaml delete mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml delete mode 100644 manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.yaml diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.installer.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.installer.yaml deleted file mode 100644 index cc3f9547be3f..000000000000 --- a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: IDMComputerSolutions,Inc.UEStudio -PackageVersion: 25.2.0.8 -InstallerLocale: en-US -InstallerType: exe -InstallerSwitches: - Silent: /S /SUPPRESSMSGBOXES - SilentWithProgress: /S /SUPPRESSMSGBOXES -ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' -ReleaseDate: 2026-01-29 -AppsAndFeaturesEntries: -- ProductCode: '{ED4DEBF8-0F73-4A93-82F5-4DA8BADA4595}' -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.ultraedit.com/main/ues/win/ues_allinone.exe - InstallerSha256: 19D728B0291026BB270B575BADE20E10C8A027DC8D3A58A3ACD470C770AC6139 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml deleted file mode 100644 index a70c7c02f735..000000000000 --- a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.locale.en-US.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: IDMComputerSolutions,Inc.UEStudio -PackageVersion: 25.2.0.8 -PackageLocale: en-US -Publisher: IDM Computer Solutions, Inc. -PublisherUrl: https://www.ultraedit.com/company/about-us -PublisherSupportUrl: https://www.ultraedit.com/support/ -PrivacyUrl: https://www.ideracorp.com/Legal/PrivacyShield -PackageName: UEStudio -PackageUrl: https://www.ultraedit.com/products/uestudio/ -License: Commercial -ShortDescription: A Git-flavored rendition of UltraEdit. UEStudio features native integration of all your Git branches and team collaboration features. Integrates fully with other UltraEdit products. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.yaml b/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.yaml deleted file mode 100644 index 9f5a84e3edd7..000000000000 --- a/manifests/i/IDMComputerSolutions,Inc/UEStudio/25.2.0.8/IDMComputerSolutions,Inc.UEStudio.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: IDMComputerSolutions,Inc.UEStudio -PackageVersion: 25.2.0.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From e69a1e5371a67c910f39ed8a1748fb8c685473e6 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:02:42 -0700 Subject: [PATCH 66/88] Automatic deletion of PremiumSoft.NavicatPostgreSQL 17.3.7 (#370534) --- ...emiumSoft.NavicatPostgreSQL.installer.yaml | 175 ------------------ ...umSoft.NavicatPostgreSQL.locale.en-US.yaml | 39 ---- .../17.3.7/PremiumSoft.NavicatPostgreSQL.yaml | 8 - 3 files changed, 222 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.yaml diff --git a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.installer.yaml b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.installer.yaml deleted file mode 100644 index ff5ca9266487..000000000000 --- a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatPostgreSQL -PackageVersion: 17.3.7 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat 17 for PostgreSQL_is1 -ReleaseDate: 2025-08-11 -AppsAndFeaturesEntries: -- ProductCode: Navicat 17 for PostgreSQL_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for PostgreSQL' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_es_x64.exe - InstallerSha256: 0C11C3C57C2F41CFA4BC465675B4A10696BF66A948BF30F5FD3FC2CD3621DCC0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_es_x64.exe - InstallerSha256: 0C11C3C57C2F41CFA4BC465675B4A10696BF66A948BF30F5FD3FC2CD3621DCC0 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_en_x64.exe - InstallerSha256: 2C3FB1EF96D05A853B299D1D21F08E6F2044E5074596D45352BF163C4258C99F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_en_x64.exe - InstallerSha256: 2C3FB1EF96D05A853B299D1D21F08E6F2044E5074596D45352BF163C4258C99F - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_cs_x64.exe - InstallerSha256: 6327ADCAACF044D777221D74551FFE38869624288906BFAB41A37DEDE711E908 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_cs_x64.exe - InstallerSha256: 6327ADCAACF044D777221D74551FFE38869624288906BFAB41A37DEDE711E908 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_id_x64.exe - InstallerSha256: 4EC9455E5B43A52BB8E257B2F52FE4A1463E7CF0F59469AF5475830C44055C69 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_id_x64.exe - InstallerSha256: 4EC9455E5B43A52BB8E257B2F52FE4A1463E7CF0F59469AF5475830C44055C69 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_jp_x64.exe - InstallerSha256: 693C984F4D74C2866D2FB8C6C38DA3EFFBEF6C0F44FAD7EEC9C15AAEA29C81FE - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_jp_x64.exe - InstallerSha256: 693C984F4D74C2866D2FB8C6C38DA3EFFBEF6C0F44FAD7EEC9C15AAEA29C81FE - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_de_x64.exe - InstallerSha256: A918CECC27BFB9F5893D668F7A0A0369A4C52920B43151C54FBCD769114CE760 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_de_x64.exe - InstallerSha256: A918CECC27BFB9F5893D668F7A0A0369A4C52920B43151C54FBCD769114CE760 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_ru_x64.exe - InstallerSha256: 1AB1F17372D08C941710C84E3E18F86C88495FEE61F7D888ACA903779A7CA261 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_ru_x64.exe - InstallerSha256: 1AB1F17372D08C941710C84E3E18F86C88495FEE61F7D888ACA903779A7CA261 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_pl_x64.exe - InstallerSha256: F0D0C6737A0D9EBE290DF12E8C9F521F96DB4A706FAC3A80E2B1CE41C832A290 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_pl_x64.exe - InstallerSha256: F0D0C6737A0D9EBE290DF12E8C9F521F96DB4A706FAC3A80E2B1CE41C832A290 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_fr_x64.exe - InstallerSha256: F182F9048226A2CB42754378974CA984119A62D87AE66DFC63E7EB89848B8870 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_fr_x64.exe - InstallerSha256: F182F9048226A2CB42754378974CA984119A62D87AE66DFC63E7EB89848B8870 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_kr_x64.exe - InstallerSha256: E273A6AFE6920CC83277E5C52CA846D5DBE41CBC0B4C67416D6992AB7B97BD56 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_kr_x64.exe - InstallerSha256: E273A6AFE6920CC83277E5C52CA846D5DBE41CBC0B4C67416D6992AB7B97BD56 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_th_x64.exe - InstallerSha256: 46E7777D4D5CE217EE4B604C6236A04488687EBC2292A601CB8026CBDF35F63B - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_th_x64.exe - InstallerSha256: 46E7777D4D5CE217EE4B604C6236A04488687EBC2292A601CB8026CBDF35F63B - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.locale.en-US.yaml deleted file mode 100644 index ffd71e13d2d5..000000000000 --- a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatPostgreSQL -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat for PostgreSQL -PackageUrl: https://www.navicat.com/en/products/navicat-for-postgresql -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat for PostgreSQL is an easy-to-use database management tool designed to simplify the complexities of handling PostgreSQL servers. -Description: |- - Navicat for PostgreSQL is an easy-to-use database management tool designed to simplify the complexities of handling PostgreSQL servers. It supports tasks ranging from managing large datasets and writing simple queries to developing complex data models and conducting data analysis. Navicat for PostgreSQL provides the tools and insights necessary for a smooth GUI experience. - - View, update, and delete records seamlessly in Grid View through our built-in editors. Integrate a data profiling tool for comprehensive and visual analysis of your data. You can also interact with the visual charts to further explore the data. - - Manage database objects through a clear and responsive interface that breaks down query writing into structured tabs. Allow you to write complex queries with greater confidence and accuracy at every step. - - Accelerate your coding process with Code Completion and Code Snippet, and gain valuable insights into query-database interaction by visualizing the execution plan. You can also visually construct queries using a set of interactive tools. Locate coding errors with our debugging component, allowing you to set breakpoints, step through the program, view and modify variable values, and examine the call stack for seamless troubleshooting. - - Get instant answers by asking questions and enhancing your queries with database or schema context. The AI Assistant will deliver relevant and accurate information based on your structure, and you can even compare answers from different AI models. Compatible models include ChatGPT, Deepseek, Google Gemini, Ollama, xAI Grok, Anthropic Claude, and Alibaba Qwen. -Tags: -- Databases -- PostgreSQL -- SQL -ReleaseNotesUrl: https://www.navicat.com/en/products/navicat-for-postgresql-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-for-postgresql-plan -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.yaml b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.yaml deleted file mode 100644 index 75c71aded3ff..000000000000 --- a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.7/PremiumSoft.NavicatPostgreSQL.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatPostgreSQL -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From d6be85c4b07d527b643b11210b455fe4e11ca06e Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:02:56 -0700 Subject: [PATCH 67/88] Automatic deletion of PremiumSoft.NavicatDataModeler 4.3.7 (#370537) --- ...miumSoft.NavicatDataModeler.installer.yaml | 174 ------------------ ...mSoft.NavicatDataModeler.locale.en-US.yaml | 41 ----- .../4.3.7/PremiumSoft.NavicatDataModeler.yaml | 8 - 3 files changed, 223 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.yaml diff --git a/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.installer.yaml b/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.installer.yaml deleted file mode 100644 index 842048184776..000000000000 --- a/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.installer.yaml +++ /dev/null @@ -1,174 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatDataModeler -PackageVersion: 4.3.7 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat Data Modeler 4_is1 -AppsAndFeaturesEntries: -- ProductCode: Navicat Data Modeler 4_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat Data Modeler 4' -ReleaseDate: 2025-08-11 -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_es_x64.exe - InstallerSha256: CB14FB7956DD0D407E02AD55FB43C204A636486576CB42CB9746956641502541 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_es_x64.exe - InstallerSha256: CB14FB7956DD0D407E02AD55FB43C204A636486576CB42CB9746956641502541 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_en_x64.exe - InstallerSha256: DEC149C4060F433B7188E8376A108F89352CA7E00BCB56499AAAC2A87E15EAE1 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_en_x64.exe - InstallerSha256: DEC149C4060F433B7188E8376A108F89352CA7E00BCB56499AAAC2A87E15EAE1 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_cs_x64.exe - InstallerSha256: 3249FA9AAB65B811BD12C922306298E57EA56AFF63D5863F579F0DAA0D00E078 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_cs_x64.exe - InstallerSha256: 3249FA9AAB65B811BD12C922306298E57EA56AFF63D5863F579F0DAA0D00E078 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_id_x64.exe - InstallerSha256: 48D7273FEF02D12D0B557D2F8FA9FA9DA1981453C310D728F114588CF76ED869 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_id_x64.exe - InstallerSha256: 48D7273FEF02D12D0B557D2F8FA9FA9DA1981453C310D728F114588CF76ED869 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_jp_x64.exe - InstallerSha256: 04AD3F408DBC446047A4F4774CAFDF1442CB18A7B88C36DEF52FC33A1B75F81F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_jp_x64.exe - InstallerSha256: 04AD3F408DBC446047A4F4774CAFDF1442CB18A7B88C36DEF52FC33A1B75F81F - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_de_x64.exe - InstallerSha256: 57A55C873098D52D3D560CFD9AA7DA127994FE709434EBCBE61D6A85B76563C2 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_de_x64.exe - InstallerSha256: 57A55C873098D52D3D560CFD9AA7DA127994FE709434EBCBE61D6A85B76563C2 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_ru_x64.exe - InstallerSha256: 53F8377178D434B2AB36A354DA35B144C956C4D313397ECFB411064E1F5DBF78 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_ru_x64.exe - InstallerSha256: 53F8377178D434B2AB36A354DA35B144C956C4D313397ECFB411064E1F5DBF78 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_pl_x64.exe - InstallerSha256: B3A27F2E6A8F602079BCF9DB64D4655630E8E4A65FEC6526E36F9E1DCE82C1A9 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_pl_x64.exe - InstallerSha256: B3A27F2E6A8F602079BCF9DB64D4655630E8E4A65FEC6526E36F9E1DCE82C1A9 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_fr_x64.exe - InstallerSha256: 7EF3BD7F06DE1ED557CC2ECCBE829F9E46FE3BC983C04628D0482D1084FC8BB2 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_fr_x64.exe - InstallerSha256: 7EF3BD7F06DE1ED557CC2ECCBE829F9E46FE3BC983C04628D0482D1084FC8BB2 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_kr_x64.exe - InstallerSha256: E25A6706CF457147D3022DBD2DD60A027AEBF9ACADEFD5A16DD2907139B29122 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_kr_x64.exe - InstallerSha256: E25A6706CF457147D3022DBD2DD60A027AEBF9ACADEFD5A16DD2907139B29122 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_th_x64.exe - InstallerSha256: DD030ED9ED6E782A78CD34C6BD3EF9F31915313FC3D427F6A6160FE423999D18 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_th_x64.exe - InstallerSha256: DD030ED9ED6E782A78CD34C6BD3EF9F31915313FC3D427F6A6160FE423999D18 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.locale.en-US.yaml deleted file mode 100644 index d3211efa3d5d..000000000000 --- a/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatDataModeler -PackageVersion: 4.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat Data Modeler -PackageUrl: https://www.navicat.com/en/products/navicat-data-modeler -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. -Description: |- - Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. It allows you to visually design database structures, perform reverse/forward engineering processes, import models from ODBC data sources, generate complex SQL/DDL, print models to files, and much more. - - Simplify the task of creating complex entity relationship models and generate the script SQL with a simple click. Navicat Data Modeler supports various database systems, including MySQL, PostgreSQL, MongoDB, MariaDB, SQL Server, Oracle, SQLite, and Snowflake. - - Create, modify, and design your models using professional object designers, available for Tables, Views, Functions and Procedures. Without the need to write complex SQL to create and edit objects, you’ll know exactly what you are working on. Also, Navicat Data Modeler supports three standard notations: Crow’s Foot, IDEF1x and UML. Using our feature-rich, simple, and user-friendly drawing tools, you can develop a complete data model with just a few clicks. - - Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. Using the Model Conversion feature, you can convert a conceptual business-level model into a logical relational database model and then into a physical database implementation. From sketching a big picture of your system design to viewing relationships and working with attributes and columns from linked entities, tables and views. You can easily deploy accurate changes to database structures and build organized and more effective database systems. -Tags: -- MariaDB -- MongoDB -- MySQL -- Oracle -- PostgreSQL -- SQLite -- Snowflake -PurchaseUrl: https://www.navicat.com/store/navicat-data-modeler-plan -ReleaseNotesUrl: https://www.navicat.com/en/products/navicat-data-modeler-release-note -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_data_modeler_4/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_data_modeler_4/win_manual/modeler_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.yaml b/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.yaml deleted file mode 100644 index 136866c15505..000000000000 --- a/manifests/p/PremiumSoft/NavicatDataModeler/4.3.7/PremiumSoft.NavicatDataModeler.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatDataModeler -PackageVersion: 4.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 44cb991c7d2d6e5664557745288775255565d3e4 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:03:17 -0700 Subject: [PATCH 68/88] Automatic deletion of PremiumSoft.NavicatBIViewer 2.3.7 (#370545) --- ...PremiumSoft.NavicatBIViewer.installer.yaml | 175 ------------------ ...miumSoft.NavicatBIViewer.locale.en-US.yaml | 37 ---- .../2.3.7/PremiumSoft.NavicatBIViewer.yaml | 8 - 3 files changed, 220 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.yaml diff --git a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.installer.yaml b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.installer.yaml deleted file mode 100644 index 51e7bb0a5f40..000000000000 --- a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatBIViewer -PackageVersion: 2.3.7 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat BI Viewer 2_is1 -ReleaseDate: 2025-09-15 -AppsAndFeaturesEntries: -- ProductCode: Navicat BI Viewer 2_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat BI Viewer 2' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_es_x64.exe - InstallerSha256: 1E6B6BE868AACCF4D553A8386689C6892871975CFF56A95290EBF9F158B75C1C - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_es_x64.exe - InstallerSha256: 1E6B6BE868AACCF4D553A8386689C6892871975CFF56A95290EBF9F158B75C1C - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_en_x64.exe - InstallerSha256: 5DDE26D66CDE90B6C06E057D5190D436008F356696FB48C12DE7C731A27EFB97 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_en_x64.exe - InstallerSha256: 5DDE26D66CDE90B6C06E057D5190D436008F356696FB48C12DE7C731A27EFB97 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_cs_x64.exe - InstallerSha256: 4BC6408FDF7B537546CD7B556A07C741C779A9EBE062FD030656C706A327ED16 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_cs_x64.exe - InstallerSha256: 4BC6408FDF7B537546CD7B556A07C741C779A9EBE062FD030656C706A327ED16 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_id_x64.exe - InstallerSha256: CA26BF1E93BE42D60F4DC9609B364536E2362227EFE18F2489B554525E535E46 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_id_x64.exe - InstallerSha256: CA26BF1E93BE42D60F4DC9609B364536E2362227EFE18F2489B554525E535E46 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_jp_x64.exe - InstallerSha256: 7682A96965715C3F3E4CE7CC51923C13721204CACC03CFAE3C8A346E67B415AA - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_jp_x64.exe - InstallerSha256: 7682A96965715C3F3E4CE7CC51923C13721204CACC03CFAE3C8A346E67B415AA - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_de_x64.exe - InstallerSha256: 01C1D5BBEE7943EA3BB863C076D63C328BFA46DBC7B636E75E948F0E3D460155 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_de_x64.exe - InstallerSha256: 01C1D5BBEE7943EA3BB863C076D63C328BFA46DBC7B636E75E948F0E3D460155 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_ru_x64.exe - InstallerSha256: 08D6082053E448DE3391279F83BBC966503DAA7F3F87F46BC8BF0A9544E99C9E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_ru_x64.exe - InstallerSha256: 08D6082053E448DE3391279F83BBC966503DAA7F3F87F46BC8BF0A9544E99C9E - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_pl_x64.exe - InstallerSha256: 0880AF3774E45D32E3A503DBB71817CF3AD91979A8C0CF628887F702F265FB35 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_pl_x64.exe - InstallerSha256: 0880AF3774E45D32E3A503DBB71817CF3AD91979A8C0CF628887F702F265FB35 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_fr_x64.exe - InstallerSha256: 67DF7A5E9C9A27079EEA22C3FF4D8292D9B3B2E15988B75D789BEEFB8A52E296 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_fr_x64.exe - InstallerSha256: 67DF7A5E9C9A27079EEA22C3FF4D8292D9B3B2E15988B75D789BEEFB8A52E296 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_kr_x64.exe - InstallerSha256: 0713BF6B4E009AC11495E5FD66A3C010240AC75DC14DED31F677BA747FAA6228 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_kr_x64.exe - InstallerSha256: 0713BF6B4E009AC11495E5FD66A3C010240AC75DC14DED31F677BA747FAA6228 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_th_x64.exe - InstallerSha256: 8E6FE587DE87704C76BA03DDBD7420C526842AB4511C6546C42405EC8F508B17 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_th_x64.exe - InstallerSha256: 8E6FE587DE87704C76BA03DDBD7420C526842AB4511C6546C42405EC8F508B17 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.locale.en-US.yaml deleted file mode 100644 index c4594f001d8a..000000000000 --- a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatBIViewer -PackageVersion: 2.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat BI Viewer -PackageUrl: https://www.navicat.com/en/products/navicat-bi -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat BI Viewer is an easy-to-use tool for viewing BI workspace files. Allow you to navigate workspaces designed by Navicat's BI feature or Navicat BI. -Description: Navicat BI Viewer is an easy-to-use tool for viewing BI workspace files. Allow you to navigate workspaces designed by Navicat's BI feature or Navicat BI. -Tags: -- Business-Intelligence -- Visualization -- Databases -- MySQL -- PostgreSQL -- SQLServer -- Oracle -- SQLite -- MariaDB -- MongoDB -- Snowflake -ReleaseNotesUrl: https://www.navicat.com/products/navicat-bi-release-note -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_bi_viewer_2/win_manual -- DocumentLabel: Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_bi_viewer_2/win_manual/biviewer_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.yaml b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.yaml deleted file mode 100644 index c00fa405d245..000000000000 --- a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.7/PremiumSoft.NavicatBIViewer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatBIViewer -PackageVersion: 2.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 89c78cab2b09c4003f2f9389333a2388dcfad36e Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:03:31 -0700 Subject: [PATCH 69/88] Automatic deletion of PremiumSoft.NavicatMariaDB 17.3.7 (#370546) --- .../PremiumSoft.NavicatMariaDB.installer.yaml | 175 ------------------ ...emiumSoft.NavicatMariaDB.locale.en-US.yaml | 38 ---- .../17.3.7/PremiumSoft.NavicatMariaDB.yaml | 8 - 3 files changed, 221 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.yaml diff --git a/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.installer.yaml b/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.installer.yaml deleted file mode 100644 index 41ad3e7edafb..000000000000 --- a/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatMariaDB -PackageVersion: 17.3.7 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat 17 for MariaDB_is1 -ReleaseDate: 2025-08-11 -AppsAndFeaturesEntries: -- ProductCode: Navicat 17 for MariaDB_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for MariaDB' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_es_x64.exe - InstallerSha256: 230A523E26D9F1870A5770FFAE2F146EE0845F2D4EFB7CFCC89AF735785A80C0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_es_x64.exe - InstallerSha256: 230A523E26D9F1870A5770FFAE2F146EE0845F2D4EFB7CFCC89AF735785A80C0 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_en_x64.exe - InstallerSha256: 6569766D7DAC233610682F4209C7B30CC669B59AF8A7E0C66C23DEEDAF5DFA29 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_en_x64.exe - InstallerSha256: 6569766D7DAC233610682F4209C7B30CC669B59AF8A7E0C66C23DEEDAF5DFA29 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_cs_x64.exe - InstallerSha256: F690EA205C019D1D94A043561C038C74B471A6915B7C5F8C1D92691E7BDAEEFE - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_cs_x64.exe - InstallerSha256: F690EA205C019D1D94A043561C038C74B471A6915B7C5F8C1D92691E7BDAEEFE - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_id_x64.exe - InstallerSha256: CD6C47999A4C486D94A5B3BED3C999E56E0FB7309432119759F73316AFD3C0F1 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_id_x64.exe - InstallerSha256: CD6C47999A4C486D94A5B3BED3C999E56E0FB7309432119759F73316AFD3C0F1 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_jp_x64.exe - InstallerSha256: 816580E12C49DB6FA27B8F4E29E8032AD8872BF8AB1641C6A13A31584BD4DDB0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_jp_x64.exe - InstallerSha256: 816580E12C49DB6FA27B8F4E29E8032AD8872BF8AB1641C6A13A31584BD4DDB0 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_de_x64.exe - InstallerSha256: EF550423B10AB0A8F47550990B56F0A3ACA9E7550A0E8182FCAFBC9712A5EC95 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_de_x64.exe - InstallerSha256: EF550423B10AB0A8F47550990B56F0A3ACA9E7550A0E8182FCAFBC9712A5EC95 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_ru_x64.exe - InstallerSha256: 5D2D42A0FB97E152D981F81A35B7342CA5EB4F7CD658348664893A699E97D2D7 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_ru_x64.exe - InstallerSha256: 5D2D42A0FB97E152D981F81A35B7342CA5EB4F7CD658348664893A699E97D2D7 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_pl_x64.exe - InstallerSha256: B2E3A09579893E89B15FB58280090AC6E259D4DBA4AA9459FE5CABF700A56F5D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_pl_x64.exe - InstallerSha256: B2E3A09579893E89B15FB58280090AC6E259D4DBA4AA9459FE5CABF700A56F5D - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_fr_x64.exe - InstallerSha256: E99CBB44673F9459923AFAE91F550C67F011616CB3919E240BE34F29A885A927 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_fr_x64.exe - InstallerSha256: E99CBB44673F9459923AFAE91F550C67F011616CB3919E240BE34F29A885A927 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_kr_x64.exe - InstallerSha256: 4E256F945A492C8606A7CF8F57256C3A1E7BD2FE4A9E9EDBD1E2F1BA946F1EAF - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_kr_x64.exe - InstallerSha256: 4E256F945A492C8606A7CF8F57256C3A1E7BD2FE4A9E9EDBD1E2F1BA946F1EAF - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_th_x64.exe - InstallerSha256: 2B0B3C3E11457072A22836E79913659CE373ADF89B86A20039558F19463CCB29 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_mariadb_th_x64.exe - InstallerSha256: 2B0B3C3E11457072A22836E79913659CE373ADF89B86A20039558F19463CCB29 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.locale.en-US.yaml deleted file mode 100644 index 22cf5c605efd..000000000000 --- a/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatMariaDB -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat for MariaDB -PackageUrl: https://www.navicat.com/en/products/navicat-for-mariadb -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat for MariaDB is a powerful database management system developed to facilitate the management, development, and optimization of MariaDB databases through an intuitive interface. -Description: |- - Navicat for MariaDB is a powerful database management system developed to facilitate the management, development, and optimization of MariaDB databases through an intuitive interface. It includes a data profiling tool in the data viewer, an advanced query editor, and a range of comprehensive tools for data migration, modeling, and business intelligence (BI), all aimed at enhancing efficiency and effectiveness in database development. - - View, update, and delete records seamlessly in Grid View through our built-in editors. Integrate a data profiling tool for comprehensive and visual analysis of your data. You can also interact with the visual charts to further explore the data. - - Manage database objects through a clear and responsive interface that breaks down query writing into structured tabs. Allow you to write complex queries with greater confidence and accuracy at every step. - - Accelerate your coding process with Code Completion and Code Snippet, and gain valuable insights into query-database interaction by visualizing the execution plan. You can also visually construct queries using a set of interactive tools, without having to worry about syntax and proper usage of commands. - - Get instant answers by asking questions and enhancing your queries with database or schema context. The AI Assistant will deliver relevant and accurate information based on your structure, and you can even compare answers from different AI models. Compatible models include ChatGPT, Deepseek, Google Gemini, Ollama, xAI Grok, Anthropic Claude, and Alibaba Qwen. -Tags: -- Databases -- MariaDB -ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-mariadb-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-for-mariadb-plan -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.yaml b/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.yaml deleted file mode 100644 index 362c524b5e11..000000000000 --- a/manifests/p/PremiumSoft/NavicatMariaDB/17.3.7/PremiumSoft.NavicatMariaDB.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatMariaDB -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 607fe366dc3ee279b00a964682508e99d0e1fc6e Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:03:35 -0700 Subject: [PATCH 70/88] Automatic deletion of PremiumSoft.NavicatSQLite 17.3.7 (#370547) --- .../PremiumSoft.NavicatSQLite.installer.yaml | 174 ------------------ ...remiumSoft.NavicatSQLite.locale.en-US.yaml | 38 ---- .../17.3.7/PremiumSoft.NavicatSQLite.yaml | 8 - 3 files changed, 220 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.yaml diff --git a/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.installer.yaml b/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.installer.yaml deleted file mode 100644 index aba484212f4d..000000000000 --- a/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.installer.yaml +++ /dev/null @@ -1,174 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatSQLite -PackageVersion: 17.3.7 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat 17 for SQLite_is1 -ReleaseDate: 2025-08-11 -AppsAndFeaturesEntries: -- ProductCode: Navicat 17 for SQLite_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for SQLite' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_en_x64.exe - InstallerSha256: 49184391F31AA3673A72CFB34E66F6505AC95A9F2A63D5BA66E20DF8D60A850D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_en_x64.exe - InstallerSha256: 49184391F31AA3673A72CFB34E66F6505AC95A9F2A63D5BA66E20DF8D60A850D - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_es_x64.exe - InstallerSha256: 4281F703636D61A3B266799F4072AFEB066583D399F090B0EFF8C9B42EE530C7 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_es_x64.exe - InstallerSha256: 4281F703636D61A3B266799F4072AFEB066583D399F090B0EFF8C9B42EE530C7 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_cs_x64.exe - InstallerSha256: 23F0BB54D929FB3E405CE39E324B4FD5C0A2B6727EA956257E3DF0FD15EF8B2E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_cs_x64.exe - InstallerSha256: 23F0BB54D929FB3E405CE39E324B4FD5C0A2B6727EA956257E3DF0FD15EF8B2E - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_id_x64.exe - InstallerSha256: 1D544A9C5C8BB4727C214899062E06646B41B3E91B8510D8B4077ACBBE57AF24 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_id_x64.exe - InstallerSha256: 1D544A9C5C8BB4727C214899062E06646B41B3E91B8510D8B4077ACBBE57AF24 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_jp_x64.exe - InstallerSha256: 261E6776A8FD591671459BB6F5680F754B5C87C59769E56545E7CBCA1EB80DDC - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_jp_x64.exe - InstallerSha256: 261E6776A8FD591671459BB6F5680F754B5C87C59769E56545E7CBCA1EB80DDC - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_de_x64.exe - InstallerSha256: 81E568A9297C42CAC2C5D3A66D39315F5772FB3C70A8D23F0D73A9F291AA735C - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_de_x64.exe - InstallerSha256: 81E568A9297C42CAC2C5D3A66D39315F5772FB3C70A8D23F0D73A9F291AA735C - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_ru_x64.exe - InstallerSha256: AB7CD7EC6863D768216E465E698168A2BBCF8005A99A52551862158E41E7480A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_ru_x64.exe - InstallerSha256: AB7CD7EC6863D768216E465E698168A2BBCF8005A99A52551862158E41E7480A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_pl_x64.exe - InstallerSha256: 90FDED1E777A2A9B856EA5A479133D60F18CC146FEE8647BC27D6902BAC92DE5 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_pl_x64.exe - InstallerSha256: 90FDED1E777A2A9B856EA5A479133D60F18CC146FEE8647BC27D6902BAC92DE5 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_fr_x64.exe - InstallerSha256: 8C384083E974ACCD2A2183405608D67FF334B50087CD3ED75E238CA6AEBEE7B1 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_fr_x64.exe - InstallerSha256: 8C384083E974ACCD2A2183405608D67FF334B50087CD3ED75E238CA6AEBEE7B1 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_kr_x64.exe - InstallerSha256: 52029214620D6FEEB4F9EE40FB443A733F3FCEB1EC48A5BEE2A2555BB467F603 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_kr_x64.exe - InstallerSha256: 52029214620D6FEEB4F9EE40FB443A733F3FCEB1EC48A5BEE2A2555BB467F603 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_th_x64.exe - InstallerSha256: 6FAA260F65F6BD91256795849CBFA604FEC7081368F95E25D88FD6C16D0DEFB3 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_th_x64.exe - InstallerSha256: 6FAA260F65F6BD91256795849CBFA604FEC7081368F95E25D88FD6C16D0DEFB3 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.locale.en-US.yaml deleted file mode 100644 index 10ceff8d0958..000000000000 --- a/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatSQLite -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat for SQLite -PackageUrl: https://www.navicat.com/en/products/navicat-for-sqlite -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat for SQLite is an exceptional and comprehensive GUI tool that provides a complete set of functions for easy navigation and customization. -Description: |- - Navicat for SQLite is an exceptional and comprehensive GUI tool that provides a complete set of functions for easy navigation and customization. Its powerful query editor includes syntax highlighting and code completion, while its flexible import and export options significantly streamline the data manipulation process. You can also visually design and manage database structures, and engage our built-in BI tools to facilitate insightful data analysis and reporting. - - View, update, and delete records seamlessly in Grid View through our built-in editors. Integrate a data profiling tool for comprehensive and visual analysis of your data. You can also interact with the visual charts to further explore the data. - - Manage database objects through a clear and responsive interface that breaks down query writing into structured tabs. Allow you to write complex queries with greater confidence and accuracy at every step. - - Accelerate your coding process with Code Completion and Code Snippet, and gain valuable insights into query-database interaction by visualizing the execution plan. You can also visually construct queries using a set of interactive tools, without having to worry about syntax and proper usage of commands. - - Get instant answers by asking questions and enhancing your queries with database or schema context. The AI Assistant will deliver relevant and accurate information based on your structure, and you can even compare answers from different AI models. Compatible models include ChatGPT, Deepseek, Google Gemini, Ollama, xAI Grok, Anthropic Claude, and Alibaba Qwen. -Tags: -- Databases -- SQLite -ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-sqlite-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-for-sqlite-plan -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.yaml b/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.yaml deleted file mode 100644 index 4dd5da9b7e13..000000000000 --- a/manifests/p/PremiumSoft/NavicatSQLite/17.3.7/PremiumSoft.NavicatSQLite.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatSQLite -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 1a17e7a52525a1b7f94a0b53c23196e5edeff7cf Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:03:57 -0700 Subject: [PATCH 71/88] Automatic deletion of PremiumSoft.NavicatMongoDB 17.3.7 (#370549) --- .../PremiumSoft.NavicatMongoDB.installer.yaml | 175 ------------------ ...emiumSoft.NavicatMongoDB.locale.en-US.yaml | 39 ---- .../17.3.7/PremiumSoft.NavicatMongoDB.yaml | 8 - 3 files changed, 222 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.yaml diff --git a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.installer.yaml b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.installer.yaml deleted file mode 100644 index afd20818aa33..000000000000 --- a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatMongoDB -PackageVersion: 17.3.7 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat 17 for MongoDB_is1 -ReleaseDate: 2025-08-11 -AppsAndFeaturesEntries: -- ProductCode: Navicat 17 for MongoDB_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for MongoDB' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_es_x64.exe - InstallerSha256: 8984253D816436FBD665A834F44F9BE1A855D7E570D84A940621C18A10D41E2F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_es_x64.exe - InstallerSha256: 8984253D816436FBD665A834F44F9BE1A855D7E570D84A940621C18A10D41E2F - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_en_x64.exe - InstallerSha256: 228C1FFFA430397D68D0B754CFE19B79C2D1F5FFD4EDCE7D0A55EFCBA3D62F05 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_en_x64.exe - InstallerSha256: 228C1FFFA430397D68D0B754CFE19B79C2D1F5FFD4EDCE7D0A55EFCBA3D62F05 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_cs_x64.exe - InstallerSha256: CD8D256EEADC0CA52B790C0B778C4A46CDE9BCC5DB1D43F4928830C02842500A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_cs_x64.exe - InstallerSha256: CD8D256EEADC0CA52B790C0B778C4A46CDE9BCC5DB1D43F4928830C02842500A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_id_x64.exe - InstallerSha256: 73492441C0485888964AEECB8A73F191E702D961B3B1898342CF0677928583CF - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_id_x64.exe - InstallerSha256: 73492441C0485888964AEECB8A73F191E702D961B3B1898342CF0677928583CF - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_jp_x64.exe - InstallerSha256: C376A3E992B8C0B7598FFCE37447A8C934E293EBB2270516ED82BB5CBFC09446 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_jp_x64.exe - InstallerSha256: C376A3E992B8C0B7598FFCE37447A8C934E293EBB2270516ED82BB5CBFC09446 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_de_x64.exe - InstallerSha256: 964D4623B9BD8172724C39187E0FA9D617A7F9B98C31FD3242F62728FD04EDFB - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_de_x64.exe - InstallerSha256: 964D4623B9BD8172724C39187E0FA9D617A7F9B98C31FD3242F62728FD04EDFB - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_ru_x64.exe - InstallerSha256: CC53CE045EF9C738F1AE7CB8C06A1B4B8BFD056F6A5AAB5338D8E72AAC3E2BB7 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_ru_x64.exe - InstallerSha256: CC53CE045EF9C738F1AE7CB8C06A1B4B8BFD056F6A5AAB5338D8E72AAC3E2BB7 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_pl_x64.exe - InstallerSha256: 14CAA1BC3CF2FAB40EA1E46AAD96304C1A5878613F2D44B5D9AA8A9013EDB7E1 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_pl_x64.exe - InstallerSha256: 14CAA1BC3CF2FAB40EA1E46AAD96304C1A5878613F2D44B5D9AA8A9013EDB7E1 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_fr_x64.exe - InstallerSha256: 467963F42F8FE923E4C68FCA4810F24D50321A0503C9E3F55B6EF16F0F89B671 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_fr_x64.exe - InstallerSha256: 467963F42F8FE923E4C68FCA4810F24D50321A0503C9E3F55B6EF16F0F89B671 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_kr_x64.exe - InstallerSha256: CC17EA3772F143240FD02A1531023FC29471502A5F6E4A17E5184AF4061D1FDE - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_kr_x64.exe - InstallerSha256: CC17EA3772F143240FD02A1531023FC29471502A5F6E4A17E5184AF4061D1FDE - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_th_x64.exe - InstallerSha256: AA093BB9512921CB5DABB9B06F6A8417218878CB4C618C7ECD96A5A36C20DD6F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_th_x64.exe - InstallerSha256: AA093BB9512921CB5DABB9B06F6A8417218878CB4C618C7ECD96A5A36C20DD6F - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.locale.en-US.yaml deleted file mode 100644 index 2c9ce1608a8c..000000000000 --- a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatMongoDB -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat for MongoDB -PackageUrl: https://www.navicat.com/en/products/navicat-for-mongodb -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat for MongoDB is built to streamline database management and enhance user interaction with MongoDB's NoSQL capabilities. -Description: |- - Navicat for MongoDB is built to streamline database management and enhance user interaction with MongoDB's NoSQL capabilities. You can navigate through collections and documents, visually construct aggregation pipelines, and perform data operations via a responsive UI. The inclusion of data modeling and business intelligence (BI) tools provides key insights into database structures and relationships, aiding informed decision-making. - - View, update, and delete documents seamlessly in Grid View, Tree View and JSON View through our built-in editors. With MongoDB 4 Transaction support, Navicat gives you the tools you need to manage your data efficiently and ensure a smooth process. - - Manage database objects through a clear and responsive interface. Preview results on each step and debug the sampled data before running your MapReduce jobs. Store and retrieve files from your databases using our well-designed GridFS form that allows parallel upload and download process. - - Accelerate your coding process with Code Completion and Code Snippet, and gain valuable insights into query-database interaction by visualizing the execution plan. You can also visually construct queries using a set of interactive tools, without having to worry about syntax and proper usage of commands. - - Get instant answers by asking questions and enhancing your queries with database or schema context. The AI Assistant will deliver relevant and accurate information based on your structure, and you can even compare answers from different AI models. Compatible models include ChatGPT, Deepseek, Google Gemini, Ollama, xAI Grok, Anthropic Claude, and Alibaba Qwen. -Tags: -- Databases -- MongoDB -- NoSQL -ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-mongodb-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-for-mongodb-plan -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.yaml b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.yaml deleted file mode 100644 index a20a9772c350..000000000000 --- a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.7/PremiumSoft.NavicatMongoDB.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatMongoDB -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From e6d3c22c99fe477323231ebf90ad904d912369de Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:04:17 -0700 Subject: [PATCH 72/88] Automatic deletion of PremiumSoft.NavicatRedis 17.3.7 (#370551) --- .../PremiumSoft.NavicatRedis.installer.yaml | 174 ------------------ ...PremiumSoft.NavicatRedis.locale.en-US.yaml | 37 ---- .../17.3.7/PremiumSoft.NavicatRedis.yaml | 8 - 3 files changed, 219 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.yaml diff --git a/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.installer.yaml b/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.installer.yaml deleted file mode 100644 index 05004de2d630..000000000000 --- a/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.installer.yaml +++ /dev/null @@ -1,174 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatRedis -PackageVersion: 17.3.7 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat 17 for Redis_is1 -ReleaseDate: 2025-08-11 -AppsAndFeaturesEntries: -- ProductCode: Navicat 17 for Redis_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for Redis' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_en_x64.exe - InstallerSha256: 8D8879E8CB4E88E14875F4B0C33A65E460C635D7F6C7BE0E5271DD3A1083984A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_en_x64.exe - InstallerSha256: 8D8879E8CB4E88E14875F4B0C33A65E460C635D7F6C7BE0E5271DD3A1083984A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_es_x64.exe - InstallerSha256: 1570C522A5BCB189CC5CF5C98A927C41C7E87E65295DA2AC270A44D562770B69 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_es_x64.exe - InstallerSha256: 1570C522A5BCB189CC5CF5C98A927C41C7E87E65295DA2AC270A44D562770B69 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_cs_x64.exe - InstallerSha256: 9C7EE9E7757CD98AB61C70973780E9A5ED3701203D601D10E637BA195963AC11 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_cs_x64.exe - InstallerSha256: 9C7EE9E7757CD98AB61C70973780E9A5ED3701203D601D10E637BA195963AC11 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_id_x64.exe - InstallerSha256: 0C81FC653AE3D509011C73E6DFCCEC4B211CEB614A27C8CEC54C116D7379C936 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_id_x64.exe - InstallerSha256: 0C81FC653AE3D509011C73E6DFCCEC4B211CEB614A27C8CEC54C116D7379C936 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_jp_x64.exe - InstallerSha256: DABA4BB8A400ABB1D3DB97BB700B3BAA1B1A82611E70EF7CE0473792DC49157A - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_jp_x64.exe - InstallerSha256: DABA4BB8A400ABB1D3DB97BB700B3BAA1B1A82611E70EF7CE0473792DC49157A - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_de_x64.exe - InstallerSha256: D31274DB9A9C79F486855667D8D40FE7F56B979516B5B9EF24E5B510924DFADE - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_de_x64.exe - InstallerSha256: D31274DB9A9C79F486855667D8D40FE7F56B979516B5B9EF24E5B510924DFADE - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_ru_x64.exe - InstallerSha256: 4E3C9121DFC923CA6B2464ACA38633287D63433CCCD3ED3A7DC79E7F3080A317 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_ru_x64.exe - InstallerSha256: 4E3C9121DFC923CA6B2464ACA38633287D63433CCCD3ED3A7DC79E7F3080A317 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_pl_x64.exe - InstallerSha256: 32B301BDF4ECA13258ABF2E4E20D4CC198A02FC13A94C464810A2CC00DEAE186 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_pl_x64.exe - InstallerSha256: 32B301BDF4ECA13258ABF2E4E20D4CC198A02FC13A94C464810A2CC00DEAE186 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_fr_x64.exe - InstallerSha256: 9C367C076A6928AFE02B3916EEE5AA280F9565A7112C49AB3636A890A4A583D4 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_fr_x64.exe - InstallerSha256: 9C367C076A6928AFE02B3916EEE5AA280F9565A7112C49AB3636A890A4A583D4 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_kr_x64.exe - InstallerSha256: 72C6C7C54E0F2A0765C1A7BF3245A63EA5E74CC61D4A2D045A2375AFEFE16119 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_kr_x64.exe - InstallerSha256: 72C6C7C54E0F2A0765C1A7BF3245A63EA5E74CC61D4A2D045A2375AFEFE16119 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_th_x64.exe - InstallerSha256: 34929D2FC31661991B9EF0DFED0203185C25C464D9A43E9FDE55C0D3191D30B0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_redis_th_x64.exe - InstallerSha256: 34929D2FC31661991B9EF0DFED0203185C25C464D9A43E9FDE55C0D3191D30B0 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.locale.en-US.yaml deleted file mode 100644 index 003fc5baaf8b..000000000000 --- a/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatRedis -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat for Redis -PackageUrl: https://www.navicat.com/en/products/navicat-for-redis -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat for Redis is an easy-to-access visual interface for visualizing and optimizing Redis data. -Description: |- - Navicat for Redis is an easy-to-access visual interface for visualizing and optimizing Redis data. It offers a robust set of features that make routine management tasks simpler, easier, and more efficient than using text commands alone. It includes strong user management capabilities, allowing secure access and permission control among team members, along with built-in backup and restore functionalities to ensure data protection and quick recovery. - - View, edit, search and sort keys and data seamlessly in Grid View and Tree View through our built-in editors. Navicat gives you with the tools you need to manage your data efficiently and ensure a smooth process. - - Manage users and their associated permissions in an intuitive interface. You can create, edit and delete users in minutes without having to type commands, and easily create new privilege groups (selectors) to apply multiple sets of rules to a user. - - Accelerate your coding process with Code Completion and Code Snippet. You can also visually construct queries using a set of interactive tools, without having to worry about syntax and proper usage of commands. - - Get instant answers by asking questions and enhancing your queries with database or schema context. The AI Assistant will deliver relevant and accurate information based on your structure, and you can even compare answers from different AI models. Compatible models include ChatGPT, Deepseek, Google Gemini, Ollama, xAI Grok, Anthropic Claude, and Alibaba Qwen. -Tags: -- Redis -ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-redis-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-for-redis-plan -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.yaml b/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.yaml deleted file mode 100644 index 1b73e02619e5..000000000000 --- a/manifests/p/PremiumSoft/NavicatRedis/17.3.7/PremiumSoft.NavicatRedis.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatRedis -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 140e990bc19f68ceedbd0029076129f795fb190d Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:04:35 -0700 Subject: [PATCH 73/88] Automatic deletion of PremiumSoft.NavicatOracle 17.3.7 (#370550) --- .../PremiumSoft.NavicatOracle.installer.yaml | 175 ------------------ ...remiumSoft.NavicatOracle.locale.en-US.yaml | 48 ----- .../17.3.7/PremiumSoft.NavicatOracle.yaml | 8 - 3 files changed, 231 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.yaml diff --git a/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.installer.yaml b/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.installer.yaml deleted file mode 100644 index 9c97241a775c..000000000000 --- a/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatOracle -PackageVersion: 17.3.7 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat 17 for Oracle_is1 -ReleaseDate: 2025-09-15 -AppsAndFeaturesEntries: -- ProductCode: Navicat 17 for Oracle_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for Oracle' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_es_x64.exe - InstallerSha256: ECD6171B82D5760A013A529297F3BC428299671E71087581E1D94951C15E9F10 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_es_x64.exe - InstallerSha256: ECD6171B82D5760A013A529297F3BC428299671E71087581E1D94951C15E9F10 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_en_x64.exe - InstallerSha256: 53CBB60896B8205BE2C6FD92D4CFC730CADEFD1C5902234DAB6512CEE1BDF4DF - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_en_x64.exe - InstallerSha256: 53CBB60896B8205BE2C6FD92D4CFC730CADEFD1C5902234DAB6512CEE1BDF4DF - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_cs_x64.exe - InstallerSha256: 84A35ADF510F467801F5611DB840210668FE67E7042B41129C4EDB4BF47386BB - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_cs_x64.exe - InstallerSha256: 84A35ADF510F467801F5611DB840210668FE67E7042B41129C4EDB4BF47386BB - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_id_x64.exe - InstallerSha256: 41E905918CFBE3F4D5EC0B2945A6C5D3FBF5B3ECA837976E7EA901F1FD93B887 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_id_x64.exe - InstallerSha256: 41E905918CFBE3F4D5EC0B2945A6C5D3FBF5B3ECA837976E7EA901F1FD93B887 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_jp_x64.exe - InstallerSha256: E63A23C045E601E29D264FAD6CAD1F901E73B016579BE5A76365239CC26D6AE0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_jp_x64.exe - InstallerSha256: E63A23C045E601E29D264FAD6CAD1F901E73B016579BE5A76365239CC26D6AE0 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_de_x64.exe - InstallerSha256: A0D6A4D3A100CBE834AB768E339D38D989F7CDE96959385341BB1A24F69A3753 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_de_x64.exe - InstallerSha256: A0D6A4D3A100CBE834AB768E339D38D989F7CDE96959385341BB1A24F69A3753 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_ru_x64.exe - InstallerSha256: D5F23CB56811203A7438314127DB4DDD3250751D95752241D21756D0BA0F44EB - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_ru_x64.exe - InstallerSha256: D5F23CB56811203A7438314127DB4DDD3250751D95752241D21756D0BA0F44EB - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_pl_x64.exe - InstallerSha256: F601D2FBF3F9ACAD1D7A3146B10259A3AD5F27E32CADFAEE16888376D9140CC5 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_pl_x64.exe - InstallerSha256: F601D2FBF3F9ACAD1D7A3146B10259A3AD5F27E32CADFAEE16888376D9140CC5 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_fr_x64.exe - InstallerSha256: E41C1C24C52E9D1B7FAB3D4B325A69AB2D1CCEEADA6737051BFCFECBAE9EA2C0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_fr_x64.exe - InstallerSha256: E41C1C24C52E9D1B7FAB3D4B325A69AB2D1CCEEADA6737051BFCFECBAE9EA2C0 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_kr_x64.exe - InstallerSha256: 4914D8246F1C45B6E7F37A95E9588562410CBED2559EF12C0B56215B228B5484 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_kr_x64.exe - InstallerSha256: 4914D8246F1C45B6E7F37A95E9588562410CBED2559EF12C0B56215B228B5484 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_th_x64.exe - InstallerSha256: D101176457EB5225B430018B69B833B06680DC0AC6CD3C157B1D324CC4442CB0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_ora_th_x64.exe - InstallerSha256: D101176457EB5225B430018B69B833B06680DC0AC6CD3C157B1D324CC4442CB0 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.locale.en-US.yaml deleted file mode 100644 index 033c39ac8d22..000000000000 --- a/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatOracle -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat for Oracle -PackageUrl: https://www.navicat.com/en/products/navicat-for-oracle -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat for Oracle enhances the efficiency and productivity of Oracle developers and administrators with a streamlined working environment. -Description: |- - Navicat for Oracle enhances the efficiency and productivity of Oracle developers and administrators with a streamlined working environment. It comprises intuitive data modeling tools for visual database design, advanced SQL editing features for efficient query writing, and seamless data transfer options for easy migration, as well as automated task scheduling to manage routine operations, among many other capabilities. - - View, update, and delete records seamlessly in Grid View through our built-in editors. Integrate a data profiling tool for comprehensive and visual analysis of your data. You can also interact with the visual charts to further explore the data. - - Manage database objects through a clear and responsive interface that breaks down query writing into structured tabs. Allow you to write complex queries with greater confidence and accuracy at every step. - - Data Transfer, Data Synchronization and Structure Synchronization help you migrate your data easier and faster for less overhead. Deliver detailed, step-by-step guidelines for transferring data across databases. Compare and synchronize data and structure between databases. Set up and deploy the comparisons in seconds, and get the detailed script to precisely outlines the changes you want to execute. - - Supported Cloud Providers and Vendors: - * Amazon AWS - * Oracle Cloud - * Alibaba Cloud - * OceanBase -Tags: -- AI -- Automation -- Backup -- Design -- Editor -- Oracle -- SQL -- Databases -ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-oracle-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-for-oracle-plan -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.yaml b/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.yaml deleted file mode 100644 index 8abbbcb580ee..000000000000 --- a/manifests/p/PremiumSoft/NavicatOracle/17.3.7/PremiumSoft.NavicatOracle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatOracle -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 83784255b3d31e854a2d07a53356aa0a3bd4f75a Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:04:39 -0700 Subject: [PATCH 74/88] Automatic deletion of PremiumSoft.NavicatPremiumLite 17.3.7 (#370553) --- ...miumSoft.NavicatPremiumLite.installer.yaml | 176 ------------------ ...mSoft.NavicatPremiumLite.locale.en-US.yaml | 51 ----- .../PremiumSoft.NavicatPremiumLite.yaml | 8 - 3 files changed, 235 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.yaml diff --git a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.installer.yaml b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.installer.yaml deleted file mode 100644 index 2a827b031958..000000000000 --- a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.installer.yaml +++ /dev/null @@ -1,176 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatPremiumLite -PackageVersion: 17.3.7 -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- sql -ProductCode: Navicat Premium Lite 17_is1 -AppsAndFeaturesEntries: -- ProductCode: Navicat Premium Lite 17_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat Premium Lite 17' -ReleaseDate: 2025-08-11 -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_es_x64.exe - InstallerSha256: 54C19AB99215014DD0CF0ED9E935941DB4D5750DDAD5D85C82E0BA0C9C3A7641 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_es_x64.exe - InstallerSha256: 54C19AB99215014DD0CF0ED9E935941DB4D5750DDAD5D85C82E0BA0C9C3A7641 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_en_x64.exe - InstallerSha256: A87329A61160307DCB20EE24D306ABA5810D3B87B0202F54AE598502E51D9C0E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_en_x64.exe - InstallerSha256: A87329A61160307DCB20EE24D306ABA5810D3B87B0202F54AE598502E51D9C0E - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_cs_x64.exe - InstallerSha256: D293983F82A16C8D0BD3CE22902343769BE366FB6E0DE54FFFBCFFD474A02704 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_cs_x64.exe - InstallerSha256: D293983F82A16C8D0BD3CE22902343769BE366FB6E0DE54FFFBCFFD474A02704 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_id_x64.exe - InstallerSha256: A0081966B4FB8807F98E116AEADD69304DBD35387D8E39F50DDF8219B441F1A0 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_id_x64.exe - InstallerSha256: A0081966B4FB8807F98E116AEADD69304DBD35387D8E39F50DDF8219B441F1A0 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_jp_x64.exe - InstallerSha256: 8426510B0C5740B4BD355D0B5DC5B68A070A07E16BBEEDB7D9B75615DC6B3A78 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_jp_x64.exe - InstallerSha256: 8426510B0C5740B4BD355D0B5DC5B68A070A07E16BBEEDB7D9B75615DC6B3A78 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_de_x64.exe - InstallerSha256: 62ED17B8DF1E00510989CB21402772669D75B1651B81BB7A0613034FC6745A85 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_de_x64.exe - InstallerSha256: 62ED17B8DF1E00510989CB21402772669D75B1651B81BB7A0613034FC6745A85 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_ru_x64.exe - InstallerSha256: BF43EE02654B7D97D41D8644A5D5A17AA05B26C62130C375D6C4CEA43A2ECC2D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_ru_x64.exe - InstallerSha256: BF43EE02654B7D97D41D8644A5D5A17AA05B26C62130C375D6C4CEA43A2ECC2D - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_pl_x64.exe - InstallerSha256: 885A72B40E2CA93BB497863BE04CBFD1A8DF5096A9261F27CF47EAB99A848F4B - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_pl_x64.exe - InstallerSha256: 885A72B40E2CA93BB497863BE04CBFD1A8DF5096A9261F27CF47EAB99A848F4B - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_fr_x64.exe - InstallerSha256: 418EFF0EDB8C8B991AE67AD792AFBDFCF04489B614FADF8C21E237748F25E0B6 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_fr_x64.exe - InstallerSha256: 418EFF0EDB8C8B991AE67AD792AFBDFCF04489B614FADF8C21E237748F25E0B6 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_kr_x64.exe - InstallerSha256: 59298A44DDDAE7B3FFE5FF59B651EED8FA836D938459F8A007AEEE33EDB740A1 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_kr_x64.exe - InstallerSha256: 59298A44DDDAE7B3FFE5FF59B651EED8FA836D938459F8A007AEEE33EDB740A1 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_th_x64.exe - InstallerSha256: 1F7D267E0230834B201B53489DF25E55DFD4CB27629EE48337418FD47072C52F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_th_x64.exe - InstallerSha256: 1F7D267E0230834B201B53489DF25E55DFD4CB27629EE48337418FD47072C52F - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.locale.en-US.yaml deleted file mode 100644 index 1792ee469e3f..000000000000 --- a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.locale.en-US.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatPremiumLite -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat Premium Lite -PackageUrl: https://www.navicat.com/en/products/navicat-premium-lite -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat Premium Lite is a compact version of Navicat, packed with the core features needed for users who primarily need to perform basic database operations. -Description: |- - Navicat Premium Lite is a compact version of Navicat, packed with the core features needed for users who primarily need to perform basic database operations. It allows you to simultaneously connect to a variety of database platforms, including MySQL, PostgreSQL, SQL Server, Oracle, MariaDB, Snowflake, as well as NoSQL databases like Redis and MongoDB, all from a single application. Additionally, Navicat Premium Lite is compatible with GaussDB, OceanBase and PolarDB database platforms. - - View, update, and delete records seamlessly in Grid View, Tree View and JSON View through our built-in editors. Navicat gives you the tools you need to manage your data efficiently and ensure a smooth process. - - Manage database objects through a clear and responsive interface that breaks down query writing into structured tabs. Allow you to write complex queries with greater confidence and accuracy at every step. - - Import and export data in a variety of text-based files such as TXT, CSV, XML, and JSON. Bring data from external sources into your database, as well as extract data from your database and save it in different formats. - - Navicat Premium Lite can be used for both commercial and non-commercial purposes, making it a practical choice for users, from small businesses to individual developers. Each organization is entitled to use up to 5 complimentary Navicat Premium Lite user accounts. -Tags: -- amazon-aurora -- amazon-rds -- amazon-redshift -- azure -- database -- google-cloud -- mariadb -- mongodb -- mysql -- navicat -- oracle -- oracle-cloud -- postgresql -- premiumsoft -- sql-server -- sqlite -ReleaseNotesUrl: https://www.navicat.com/products/navicat-premium-release-note -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.yaml b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.yaml deleted file mode 100644 index ba7e01f49cbd..000000000000 --- a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.7/PremiumSoft.NavicatPremiumLite.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatPremiumLite -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 5ed259e8a56e26ec70a225b7682db23d5dd3a0af Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:04:44 -0700 Subject: [PATCH 75/88] Automatic deletion of PremiumSoft.NavicatBI 2.3.7 (#370552) --- .../PremiumSoft.NavicatBI.installer.yaml | 175 ------------------ .../PremiumSoft.NavicatBI.locale.en-US.yaml | 48 ----- .../2.3.7/PremiumSoft.NavicatBI.yaml | 8 - 3 files changed, 231 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.yaml diff --git a/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.installer.yaml b/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.installer.yaml deleted file mode 100644 index cb91ffa40c0f..000000000000 --- a/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatBI -PackageVersion: 2.3.7 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat BI 2_is1 -ReleaseDate: 2025-09-15 -AppsAndFeaturesEntries: -- ProductCode: Navicat BI 2_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat BI 2' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatbi02_es_x64.exe - InstallerSha256: EE4333B1A1330E215BBD2A63840DFAA10F44B3F6B578BD90E31FAAA1BBF1B65E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatbi02_es_x64.exe - InstallerSha256: EE4333B1A1330E215BBD2A63840DFAA10F44B3F6B578BD90E31FAAA1BBF1B65E - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatbi02_en_x64.exe - InstallerSha256: 0DD132DA08FE96603D13ADFAC7B7A2DEA5D2E7CA9B4DF91FE41D383B191A9DE7 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatbi02_en_x64.exe - InstallerSha256: 0DD132DA08FE96603D13ADFAC7B7A2DEA5D2E7CA9B4DF91FE41D383B191A9DE7 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatbi02_cs_x64.exe - InstallerSha256: 94681B47DD3325470560ADC9DDD151AA66449FF7A9DE4B3EA82B6781C8195F5D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatbi02_cs_x64.exe - InstallerSha256: 94681B47DD3325470560ADC9DDD151AA66449FF7A9DE4B3EA82B6781C8195F5D - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatbi02_id_x64.exe - InstallerSha256: C0119C8427DF5B83BDDC9956F98D094A4A12665188FBEE72BA95D6A2A89A4B45 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatbi02_id_x64.exe - InstallerSha256: C0119C8427DF5B83BDDC9956F98D094A4A12665188FBEE72BA95D6A2A89A4B45 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatbi02_jp_x64.exe - InstallerSha256: 7892508A468D3AF3A1F2CE20F6B209009271170E9B42D02985C6CE460CA81C40 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatbi02_jp_x64.exe - InstallerSha256: 7892508A468D3AF3A1F2CE20F6B209009271170E9B42D02985C6CE460CA81C40 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatbi02_de_x64.exe - InstallerSha256: 62DEA83E34D82F673819BDA5D9EDDF509F39B3DC089870A84DC1030439C6F811 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatbi02_de_x64.exe - InstallerSha256: 62DEA83E34D82F673819BDA5D9EDDF509F39B3DC089870A84DC1030439C6F811 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatbi02_ru_x64.exe - InstallerSha256: 6987A55B19B903037BA6EF7BDC0F70B72A8B590E56E0A3485885B388B91A1536 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatbi02_ru_x64.exe - InstallerSha256: 6987A55B19B903037BA6EF7BDC0F70B72A8B590E56E0A3485885B388B91A1536 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatbi02_pl_x64.exe - InstallerSha256: 7813F1C88810EE4FCA0D58283DD5D0EC7DBBB5A6F8594C87748808336A6FCFEC - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatbi02_pl_x64.exe - InstallerSha256: 7813F1C88810EE4FCA0D58283DD5D0EC7DBBB5A6F8594C87748808336A6FCFEC - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatbi02_fr_x64.exe - InstallerSha256: 6F74E044C46CBF6A61F4862C5339A05F2A52ADFD52C3B15C5D3B47B35AA8E5B3 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatbi02_fr_x64.exe - InstallerSha256: 6F74E044C46CBF6A61F4862C5339A05F2A52ADFD52C3B15C5D3B47B35AA8E5B3 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatbi02_kr_x64.exe - InstallerSha256: 1E08531C3ACADAC562858910E46D46C87D676B637BC2D88AB06002DEDF46BF09 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatbi02_kr_x64.exe - InstallerSha256: 1E08531C3ACADAC562858910E46D46C87D676B637BC2D88AB06002DEDF46BF09 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatbi02_th_x64.exe - InstallerSha256: 2316C2D4BCEA03DE261D3FD30EA1BDD07859C5C149D78D217B88FA3480C7F8A7 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatbi02_th_x64.exe - InstallerSha256: 2316C2D4BCEA03DE261D3FD30EA1BDD07859C5C149D78D217B88FA3480C7F8A7 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.locale.en-US.yaml deleted file mode 100644 index 79a7ef5aada0..000000000000 --- a/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.locale.en-US.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatBI -PackageVersion: 2.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat BI -PackageUrl: https://www.navicat.com/en/products/navicat-bi -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat BI turns your data into effective visualizations to have clear insights in data through charts and graphs. -Description: |- - Navicat BI turns your data into effective visualizations to have clear insights in data through charts and graphs. - - Transform your data into impactful visualizations during the data exploration and visualization phase of your Business Intelligence (BI) process. By simplifying data analysis and leveraging interactive dashboards, you can easily share your workspaces with colleagues, facilitating collaborative decision-making and aligning your business strategies with data-driven intelligence. - - * Create a data source from various types of databases. You can also import data into the workspace, or link the data source to the data in a supported external file. - * Integrate a data profiling tool in Data Preview to provide a comprehensive view of your data. You can interact with the visual charts to further explore the data, such as drilling down into specific data segments, filtering data based on certain criteria, or highlighting data points of interest. - * Extend your data with customized fields. You can capture data not available in the standard fields to better suit your unique requirements. - * Specify and integrate data from any chosen data source with ease. - - Supported Databases: MySQL, PostgreSQL, SQL Server, Oracle, SQLite, MariaDB, MongoDB, Snowflake - - We offer a 14-day fully functional FREE trial of Navicat BI. -Tags: -- Business-Intelligence -- Visualization -- Databases -- MySQL -- PostgreSQL -- SQLServer -- Oracle -- SQLite -- MariaDB -- MongoDB -- Snowflake -ReleaseNotesUrl: https://www.navicat.com/products/navicat-bi-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-bi-plan -Documentations: -- DocumentLabel: Resources - DocumentUrl: https://www.navicat.com/en/products/navicat-bi-resources -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.yaml b/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.yaml deleted file mode 100644 index 48630104f8c4..000000000000 --- a/manifests/p/PremiumSoft/NavicatBI/2.3.7/PremiumSoft.NavicatBI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatBI -PackageVersion: 2.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 5bad6af183713f17538f2d67956eeb5304e08626 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:05:03 -0700 Subject: [PATCH 76/88] Automatic deletion of PremiumSoft.NavicatSQLServer 17.3.7 (#370571) --- ...remiumSoft.NavicatSQLServer.installer.yaml | 175 ------------------ ...iumSoft.NavicatSQLServer.locale.en-US.yaml | 41 ---- .../17.3.7/PremiumSoft.NavicatSQLServer.yaml | 8 - 3 files changed, 224 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.yaml diff --git a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.installer.yaml b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.installer.yaml deleted file mode 100644 index a1fea76af167..000000000000 --- a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatSQLServer -PackageVersion: 17.3.7 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat 17 for SQL Server_is1 -ReleaseDate: 2025-09-15 -AppsAndFeaturesEntries: -- ProductCode: Navicat 17 for SQL Server_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for SQL Server' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_es_x64.exe - InstallerSha256: 942947EC67EF2F627448BD313A7FB13FE4DEAC4B0A3B59CC24F8500FC821DAFF - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_es_x64.exe - InstallerSha256: 942947EC67EF2F627448BD313A7FB13FE4DEAC4B0A3B59CC24F8500FC821DAFF - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_en_x64.exe - InstallerSha256: 36EE77757C5671824BCFD13B4E45633ACACFA21DE006CC9EBA0951EF38936850 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_en_x64.exe - InstallerSha256: 36EE77757C5671824BCFD13B4E45633ACACFA21DE006CC9EBA0951EF38936850 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_cs_x64.exe - InstallerSha256: 7A875BF7857F3BA104ECE8CCF3C1661A5C55E15E42BA4C956DE006A3956F659F - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_cs_x64.exe - InstallerSha256: 7A875BF7857F3BA104ECE8CCF3C1661A5C55E15E42BA4C956DE006A3956F659F - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_id_x64.exe - InstallerSha256: 1646846E38F1B04FFCAB47C3F0DDD5C60755713FE80794F78DB03AE100B2FE82 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_id_x64.exe - InstallerSha256: 1646846E38F1B04FFCAB47C3F0DDD5C60755713FE80794F78DB03AE100B2FE82 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_jp_x64.exe - InstallerSha256: B04DB2F2CA622885E552B1B05608830327257DF9A8CE2C75954942722DA87EC3 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_jp_x64.exe - InstallerSha256: B04DB2F2CA622885E552B1B05608830327257DF9A8CE2C75954942722DA87EC3 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_de_x64.exe - InstallerSha256: 202AB2A10814E22FFCFC3C244242639125901032EA81306A1A3BA3A2A4FA32F1 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_de_x64.exe - InstallerSha256: 202AB2A10814E22FFCFC3C244242639125901032EA81306A1A3BA3A2A4FA32F1 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_ru_x64.exe - InstallerSha256: FC504E89EEAB6A6CD8F303FAC785A5D58AB0A84F2CCB46459735E80DFEBA1834 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_ru_x64.exe - InstallerSha256: FC504E89EEAB6A6CD8F303FAC785A5D58AB0A84F2CCB46459735E80DFEBA1834 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_pl_x64.exe - InstallerSha256: 524E2F69324A3C40CAF07C1014756D802923CFA3EEC9530C145C55D8DA02C7EA - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_pl_x64.exe - InstallerSha256: 524E2F69324A3C40CAF07C1014756D802923CFA3EEC9530C145C55D8DA02C7EA - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_fr_x64.exe - InstallerSha256: D7BB4D0A6C403F0E84012147351E619CDF1AC69590F618B61555D4EC099F4524 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_fr_x64.exe - InstallerSha256: D7BB4D0A6C403F0E84012147351E619CDF1AC69590F618B61555D4EC099F4524 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_kr_x64.exe - InstallerSha256: 8A1F5450234C303925F284894BEF30630DE1FFF9FC9881552F232B3A2CFE1FB8 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_kr_x64.exe - InstallerSha256: 8A1F5450234C303925F284894BEF30630DE1FFF9FC9881552F232B3A2CFE1FB8 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_th_x64.exe - InstallerSha256: 2D0103338739CD62C2ADA9A3707099E542AA6DF8376C8843A9B8C89D565C18F8 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_th_x64.exe - InstallerSha256: 2D0103338739CD62C2ADA9A3707099E542AA6DF8376C8843A9B8C89D565C18F8 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.locale.en-US.yaml deleted file mode 100644 index f5a5d95a7f91..000000000000 --- a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.locale.en-US.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatSQLServer -PackageVersion: 17.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat for SQL Server -PackageUrl: https://www.navicat.com/en/products/navicat-for-sqlserver -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat for SQL Server offers a fully graphical approach to efficient database management. It enables quick creation, editing, and deletion of database objects, along with the execution of SQL queries. -Description: |- - Navicat for SQL Server offers a fully graphical approach to efficient database management. It enables quick creation, editing, and deletion of database objects, along with the execution of SQL queries. Our intuitive interface allows you to modify the data model interactively, while insightful analytics on query performance and database interactions empower you to optimize your SQL Server environments effectively. - - View, update, and delete records seamlessly in Grid View through our built-in editors. Integrate a data profiling tool for comprehensive and visual analysis of your data. You can also interact with the visual charts to further explore the data. - - Manage database objects through a clear and responsive interface that breaks down query writing into structured tabs. Allow you to write complex queries with greater confidence and accuracy at every step. - - Accelerate your coding process with Code Completion and Code Snippet, and gain valuable insights into query-database interaction by visualizing the execution plan. You can also visually construct queries using a set of interactive tools, without having to worry about syntax and proper usage of commands. - - Import data into a database from various formats, or through an ODBC connection after setting up a data source connection. Seamlessly export data from tables, collections, views, or query results to popular formats such as Excel, Access, CSV and more. - - We offer a 14-day fully functional FREE trial of Navicat. -Tags: -- Databases -- SQL -- SQL-Server -ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-sqlserver-release-note -PurchaseUrl: https://www.navicat.com/store/navicat-for-sqlserver-plan -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.yaml b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.yaml deleted file mode 100644 index d9ae83f0862f..000000000000 --- a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.7/PremiumSoft.NavicatSQLServer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatSQLServer -PackageVersion: 17.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 1a2ac0ef6941f7eefcdd8c062526fb876c47ec06 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:05:12 -0700 Subject: [PATCH 77/88] Automatic deletion of PremiumSoft.NavicatDataModelerLite 4.3.7 (#370561) --- ...Soft.NavicatDataModelerLite.installer.yaml | 175 ------------------ ...t.NavicatDataModelerLite.locale.en-US.yaml | 43 ----- .../PremiumSoft.NavicatDataModelerLite.yaml | 8 - 3 files changed, 226 deletions(-) delete mode 100644 manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.installer.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.locale.en-US.yaml delete mode 100644 manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.yaml diff --git a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.installer.yaml b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.installer.yaml deleted file mode 100644 index 1f4c554f38a8..000000000000 --- a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.installer.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatDataModelerLite -PackageVersion: 4.3.7 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Navicat Data Modeler Lite 4_is1 -ReleaseDate: 2025-09-15 -AppsAndFeaturesEntries: -- ProductCode: Navicat Data Modeler Lite 4_is1 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat Data Modeler Lite 4' -Installers: -- Architecture: x64 - Scope: user - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_es_x64.exe - InstallerSha256: 8646B62F1E44448F8C8209BA6ECB73BBF40FA1B3F6109ADBC4140130BB9ECEE5 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: es-ES - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_es_x64.exe - InstallerSha256: 8646B62F1E44448F8C8209BA6ECB73BBF40FA1B3F6109ADBC4140130BB9ECEE5 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_en_x64.exe - InstallerSha256: 204B5F948148EBBCF36AFB8302E90D67FE21B610C3E5CFABF87C089A8D0BF81D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: en-US - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_en_x64.exe - InstallerSha256: 204B5F948148EBBCF36AFB8302E90D67FE21B610C3E5CFABF87C089A8D0BF81D - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_cs_x64.exe - InstallerSha256: BEFE5330E9EBC7E9BCC6EC7C2145D8C5B901D2033C53EFC3DE86C049FC79EBF9 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: zh-CN - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_cs_x64.exe - InstallerSha256: BEFE5330E9EBC7E9BCC6EC7C2145D8C5B901D2033C53EFC3DE86C049FC79EBF9 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_id_x64.exe - InstallerSha256: 57427A079F0B42649964B5D778348073E54CF52AE69528DFAE4D01F05D9C800E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: id-ID - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_id_x64.exe - InstallerSha256: 57427A079F0B42649964B5D778348073E54CF52AE69528DFAE4D01F05D9C800E - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_jp_x64.exe - InstallerSha256: FB993E963A58FF88287BF033FFCF1571582C34361EB2580B30AA651ED1382380 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ja-JP - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_jp_x64.exe - InstallerSha256: FB993E963A58FF88287BF033FFCF1571582C34361EB2580B30AA651ED1382380 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_de_x64.exe - InstallerSha256: A145DD856567CE414B379152921FB6321AC288B3B82C1D2DA0CF31100B1C5DF4 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: de-DE - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_de_x64.exe - InstallerSha256: A145DD856567CE414B379152921FB6321AC288B3B82C1D2DA0CF31100B1C5DF4 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_ru_x64.exe - InstallerSha256: 447FE33FAB5B623EC45A380D90CD436AC385FBC4353B5AFCD73A099AF1D961E4 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ru-RU - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_ru_x64.exe - InstallerSha256: 447FE33FAB5B623EC45A380D90CD436AC385FBC4353B5AFCD73A099AF1D961E4 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_pl_x64.exe - InstallerSha256: 5732D91692F775EC55D58047FA230EB9115376F950EC803BA89C23FCB5934ECC - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: pl-PL - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_pl_x64.exe - InstallerSha256: 5732D91692F775EC55D58047FA230EB9115376F950EC803BA89C23FCB5934ECC - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_fr_x64.exe - InstallerSha256: C092A789F82D5A1ECE8A1390B4A71EED68CE65825FD16FC52C7E0726D734054D - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: fr-FR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_fr_x64.exe - InstallerSha256: C092A789F82D5A1ECE8A1390B4A71EED68CE65825FD16FC52C7E0726D734054D - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_kr_x64.exe - InstallerSha256: 8473FAFBAC151B1BAC99F2A9697150CC6CDCD4CB619E78C2C2FB815EA8DAE460 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: ko-KR - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_kr_x64.exe - InstallerSha256: 8473FAFBAC151B1BAC99F2A9697150CC6CDCD4CB619E78C2C2FB815EA8DAE460 - InstallerSwitches: - Custom: /ALLUSERS -- Architecture: x64 - Scope: user - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_th_x64.exe - InstallerSha256: 5722C2E440A11A1ECB8F9E4D9D9E80C466DC1102255A9BC1E374751513D03D45 - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerLocale: th-TH - InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_th_x64.exe - InstallerSha256: 5722C2E440A11A1ECB8F9E4D9D9E80C466DC1102255A9BC1E374751513D03D45 - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.locale.en-US.yaml deleted file mode 100644 index 4bab456e35b5..000000000000 --- a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatDataModelerLite -PackageVersion: 4.3.7 -PackageLocale: en-US -Publisher: PremiumSoft CyberTech Ltd. -PublisherUrl: https://www.navicat.com/ -PublisherSupportUrl: https://www.navicat.com/support -PrivacyUrl: https://www.navicat.com/privacystatement -Author: Allen.Cai -PackageName: Navicat Data Modeler Lite -PackageUrl: https://www.navicat.com/en/products/navicat-data-modeler -License: Proprietary -Copyright: Copyright (c) 2025. PremiumSoft CyberTech Ltd. -ShortDescription: Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. -Description: |- - Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. It allows you to visually design database structures, perform reverse/forward engineering processes, import models from ODBC data sources, generate complex SQL/DDL, print models to files, and much more. - - Simplify the task of creating complex entity relationship models and generate the script SQL with a simple click. Navicat Data Modeler supports various database systems, including MySQL, PostgreSQL, MongoDB, MariaDB, SQL Server, Oracle, SQLite, and Snowflake. - - Create, modify, and design your models using professional object designers, available for Tables, Views, Functions and Procedures. Without the need to write complex SQL to create and edit objects, you’ll know exactly what you are working on. Also, Navicat Data Modeler supports three standard notations: Crow’s Foot, IDEF1x and UML. Using our feature-rich, simple, and user-friendly drawing tools, you can develop a complete data model with just a few clicks. - - Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. Using the Model Conversion feature, you can convert a conceptual business-level model into a logical relational database model and then into a physical database implementation. From sketching a big picture of your system design to viewing relationships and working with attributes and columns from linked entities, tables and views. You can easily deploy accurate changes to database structures and build organized and more effective database systems. - - Maximum of 5 Users per Organization. -Tags: -- MariaDB -- MongoDB -- MySQL -- Oracle -- PostgreSQL -- SQLite -- Snowflake -PurchaseUrl: https://www.navicat.com/store/navicat-data-modeler-plan -ReleaseNotesUrl: https://www.navicat.com/en/products/navicat-data-modeler-release-note -Documentations: -- DocumentLabel: Online Manual - DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_data_modeler_4/win_manual -- DocumentLabel: User Manual (PDF) - DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_data_modeler_4/win_manual/modeler_en.pdf -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.yaml b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.yaml deleted file mode 100644 index 28d1e898ab6d..000000000000 --- a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.7/PremiumSoft.NavicatDataModelerLite.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PremiumSoft.NavicatDataModelerLite -PackageVersion: 4.3.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From add2ab98c239a0fc1e57d636081a7729c3da8473 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:05:33 -0700 Subject: [PATCH 78/88] Automatic deletion of Softplicity.PDFCombine 8.1.0.4 (#370597) --- .../Softplicity.PDFCombine.installer.yaml | 25 --------------- .../Softplicity.PDFCombine.locale.en-US.yaml | 32 ------------------- .../8.1.0.4/Softplicity.PDFCombine.yaml | 8 ----- 3 files changed, 65 deletions(-) delete mode 100644 manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.installer.yaml delete mode 100644 manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.locale.en-US.yaml delete mode 100644 manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.yaml diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.installer.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.installer.yaml deleted file mode 100644 index da1c212e85bb..000000000000 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.4 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- PDF -ProductCode: PDF Combine_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: PDF Combine_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/PDFCombine.exe - InstallerSha256: E3E61A7E9E21FFEEC5999AF897BB72EC1FCA3E2FCDD3570D06A6A24336A79FB4 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.locale.en-US.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.locale.en-US.yaml deleted file mode 100644 index fdea2a7ab078..000000000000 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.4 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: PDF Combine -PackageUrl: https://www.coolutils.com/PDFCombine -License: Proprietary -Copyright: Copyright @ 2004 Softplicity, Inc. -ShortDescription: CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. -Description: |- - To combine PDF, or PDF merging, is the process of joining multiple PDF files into one. This can be useful for organizing, sharing, or printing documents. CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. Our PDF merger tool allows you to: - - Combine PDF files into one document - - Append PDF files - - Add a clickable Table of Contents - - Use the PDF merger software to add a cover page - - Delete blank pages from scanned files - - Insert blank pages for double-sided printing. - - 30 day FREE trial -Tags: -- Combiner -- PDF -PurchaseUrl: https://www.coolutils.com/PDFCombine/license -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.yaml deleted file mode 100644 index 16b945665132..000000000000 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.4/Softplicity.PDFCombine.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 7257efd5d9739dad02da85af1b62a8487acc4675 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:05:35 -0700 Subject: [PATCH 79/88] Automatic deletion of PVS-Studio.PVS-Studio 7.40.0.2093 (#370611) --- .../PVS-Studio.PVS-Studio.installer.yaml | 29 ------------ .../PVS-Studio.PVS-Studio.locale.en-US.yaml | 45 ------------------- .../7.40.0.2093/PVS-Studio.PVS-Studio.yaml | 8 ---- 3 files changed, 82 deletions(-) delete mode 100644 manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.installer.yaml delete mode 100644 manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.locale.en-US.yaml delete mode 100644 manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.yaml diff --git a/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.installer.yaml b/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.installer.yaml deleted file mode 100644 index 03304bfbd991..000000000000 --- a/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PVS-Studio.PVS-Studio -PackageVersion: 7.40.0.2093 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.DotNet.SDK.9 -ProductCode: PVS-Studio_is1 -ReleaseDate: 2025-10-09 -AppsAndFeaturesEntries: -- ProductCode: PVS-Studio_is1 -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PVS-Studio' -Installers: -- Architecture: x64 - InstallerUrl: https://files.pvs-studio.com/PVS-Studio_setup.exe - InstallerSha256: 40BE445716BC0893784B92EC406D1B1000230F908C25EA05504C27D51A27174D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.locale.en-US.yaml b/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.locale.en-US.yaml deleted file mode 100644 index 4aac0dc97a1f..000000000000 --- a/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PVS-Studio.PVS-Studio -PackageVersion: 7.40.0.2093 -PackageLocale: en-US -Publisher: PVS-Studio LLC -PublisherUrl: https://pvs-studio.com/ -PublisherSupportUrl: https://pvs-studio.com/en/about-feedback/ -PrivacyUrl: https://pvs-studio.com/en/privacy-policy/ -Author: PVS-Studio LLC -PackageName: PVS-Studio -PackageUrl: https://pvs-studio.com/en/pvs-studio/ -License: Proprietary -LicenseUrl: https://pvs-studio.com/en/terms-of-use/ -Copyright: 2025 PVS-Studio LLC -ShortDescription: PVS-Studio is a static code analyzer used to detect bugs, security vulnerabilities, and code quality issues in C, C++, C#, and Java programs. It functions as an automated code review tool to identify problematic code patterns early in the development cycle -Description: |- - PVS-Studio is a static code analyzer used to detect bugs, security vulnerabilities, and code quality issues in C, C++, C#, and Java programs. It functions as an automated code review tool to identify problematic code patterns early in the development cycle. - - Key Features and Strengths - - PVS-Studio offers several features for integrating static analysis into development workflows: - - Advanced Analysis Technologies: Employs data-flow analysis, symbolic execution, taint analysis, and intermodular analysis for deep code inspection. - - Seamless Integration: Works within popular IDEs (Visual Studio, IntelliJ IDEA, CLion, Rider, Qt Creator) and integrates into CI/CD pipelines (Jenkins, TeamCity, SonarQube). - - Legacy Code Support: Features a mass suppression mechanism to suppress warnings on existing code, allowing teams to focus on new code immediately. - - Safety and Compliance: Supports coding standards like MISRA, AUTOSAR, SEI CERT, and OWASP for safety and security-critical environments. - - PVS-Studio is licensed commercially but offers free options for open-source projects, students, teachers, and closed-source developers who agree to place comments in their code. -Tags: -- Analyzer -- Code -- Development -ReleaseNotesUrl: https://pvs-studio.com/en/whatsnew/ -PurchaseUrl: https://pvs-studio.com/en/order/ -Documentations: -- DocumentLabel: Blog - DocumentUrl: https://pvs-studio.com/en/blog/posts/ -- DocumentLabel: Documentation - DocumentUrl: https://pvs-studio.com/en/docs/ -- DocumentLabel: Online Examples - DocumentUrl: https://pvs-studio.com/en/pvs-studio/examples/ -- DocumentLabel: Troubleshooting - DocumentUrl: https://pvs-studio.com/en/docs/manual/0029/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.yaml b/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.yaml deleted file mode 100644 index 6fd3c21088fc..000000000000 --- a/manifests/p/PVS-Studio/PVS-Studio/7.40.0.2093/PVS-Studio.PVS-Studio.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jan/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PVS-Studio.PVS-Studio -PackageVersion: 7.40.0.2093 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From ca993ded5f7d43899b1f250afd2d823fd7d9241c Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:05:56 -0700 Subject: [PATCH 80/88] Automatic deletion of Tulip.TulipPlayer 2.9.1 (#370694) --- .../2.9.1/Tulip.TulipPlayer.installer.yaml | 33 --------- .../2.9.1/Tulip.TulipPlayer.locale.en-US.yaml | 72 ------------------- .../2.9.1/Tulip.TulipPlayer.locale.zh-CN.yaml | 29 -------- .../TulipPlayer/2.9.1/Tulip.TulipPlayer.yaml | 8 --- 4 files changed, 142 deletions(-) delete mode 100644 manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.installer.yaml delete mode 100644 manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.en-US.yaml delete mode 100644 manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.zh-CN.yaml delete mode 100644 manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.yaml diff --git a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.installer.yaml b/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.installer.yaml deleted file mode 100644 index b14dbbfdf3e2..000000000000 --- a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.9.1 -Protocols: -- tulip-player -ReleaseDate: 2026-01-27 -Installers: -- Architecture: x64 - InstallerType: exe - Scope: user - InstallerUrl: https://download.tulip.co/releases/prod/win/Tulip%20Player%20Setup.exe - InstallerSha256: 4B6179BF81807F88FF138CB56085955200537412B263F0D70C635C2C3842C177 - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent - ProductCode: tulip-player-desktop -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://download.tulip.co/releases/prod/win/Tulip%20Player%20Setup.msi - InstallerSha256: 5BA0369EFBAFB1F9A917B14C267052FED15D83970BE1A5CAF189D9331C224065 - InstallerSwitches: - InstallLocation: APPLICATIONROOTDIRECTORY="" - ProductCode: '{607B303E-8886-4BAF-A01C-D2B85B403C86}.msq' - AppsAndFeaturesEntries: - - InstallerType: exe -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.en-US.yaml b/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.en-US.yaml deleted file mode 100644 index 342328d83b2b..000000000000 --- a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.en-US.yaml +++ /dev/null @@ -1,72 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.9.1 -PackageLocale: en-US -Publisher: Tulip -PublisherUrl: https://tulip.co/ -PublisherSupportUrl: https://support.tulip.co/ -PrivacyUrl: https://tulip.co/legal/privacy-policy/ -Author: Tulip Interfaces, Inc. -PackageName: Tulip Player -PackageUrl: https://download.tulip.co/ -License: Proprietary -LicenseUrl: https://tulip.co/legal/terms-of-service/ -Copyright: Copyright © 2026 Tulip Interfaces, Inc. -CopyrightUrl: https://tulip.co/legal/terms-of-service/ -ShortDescription: Play Tulip apps on machines, tablets, computers, and phones. Enable powerful, consumer-grade user experiences for your workforce across devices -Description: |- - Play Tulip apps on machines, tablets, computers, and phones. Enable powerful, consumer-grade user experiences for your workforce across devices - The Tulip Player windows application, offers an extended set of features: - A more immersive user experience: - - The Tulip Player Windows App will persist its window size, position, and full screen state across restarts. This can be helpful if you always want your Tulip Player to appear in the same position, or to always be maximized. - - The Tulip Player Windows App is a dedicated user experience. It can only be used to access Tulip Apps - not Facebook. - Better hardware access: - - The Tulip Player Windows App supports Tulip Vision - - It can open files from the local computer within your Tulip App. - - In some situations, hardware barcode scanners will work better. - - It supports a wide range of hardware devices which can be found here - Better authentication experience: - - Administrators only have to authenticate the Tulip Player Windows App once per physical computer. In contrast, the Tulip Web Player has to be authenticated separately for each operator. In some situations, shareable station links can be used to work around this limitation. - - For the the Tulip Player Windows App, credentials are securely persisted to the file system. This makes it harder for an operator to accidentally de-register their station, which would require an administrator to re-register them. - - The Tulip Player Windows App can be registered with multiple Tulip instances, making it easier to switch between a staging and production instance, for example. - - The Tulip Player Windows App and the Tulip App Editor can be used simultaneously. You must sign out of the App Editor in order to access the Tulip Web Player. - Diagnostics: - - The Tulip Player Windows App makes logs easier to access. - - The Tulip Player Windows App can collect more detailed information about the computer it’s running on. -ReleaseNotes: |- - Version 2.9.1 of Desktop Player will be available for download by Saturday, January 24th 9:00PM ET! If you have auto updates enabled, the Desktop Player application will update in the background and changes will take effect the next time the application is restarted. Alternatively, you can manually initiate the update process from the file menu. - Feature Enhancements - - In the multi-tool torque driver and open protocol torque driver, a new "alarm" event has been added to torque tool Open Protocol driver(s). This event allows monitoring of conditions, such as low battery. Read more here - - In the multi-tool torque driver, trace data (to be configured as a function and returned as an event with the specific tool ID) are now available. - - In the multi-tool torque driver, rawJSON field is now available as part of the extendedTighteningData like torqueOP driver. - - Allows a new protocol ('wsync://') in the open url trigger, which enables further connection with Zebra devices. - - Added more extensions to prevent the {{Open File or Folder}} trigger from opening executable files and/or bundles. Added more extensions to prevent the {{Save Image}} trigger from saving executable files. - - With Player 2.9.1, support for Vietnamese is now included. - - For customers in China, they are now able to get faster player updates and downloads by updating an environment variable. Read more here For faster player updates: IT should update their environment variables to [Environment]::SetEnvironmentVariable("TULIP_PLAYER_SET_DOWNLOAD_REGION", "china", [EnvironmentVariableTarget]::Machine) - - For Player downloads: - - Windows - - EXE: https://download.tulipco.cn.s3.cn-north-1.amazonaws.com.cn/releases/prod/win/Tulip%20Player%20Setup.exe - - MSI: https://download.tulipco.cn.s3.cn-north-1.amazonaws.com.cn/releases/prod/win/Tulip%20Player%20Setup.msi - - Mac - - DMG: https://download.tulipco.cn.s3.cn-north-1.amazonaws.com.cn/releases/prod/mac/Tulip%20Player.dmg - - Linux - - DEB: https://download.tulipco.cn.s3.cn-north-1.amazonaws.com.cn/releases/prod/linux/amd64/Tulip%20Player.deb - Bug Fixes - - Fixes an issue where the timer of a custom widget that is not visible will run slower than it's visible counterpart. - - Fixes an issue where plugged in cameras were not being reported as connected to a station, and camera configuration updates were failing intermittently. - - Note for Intel-Based Macs running Player, they will remain to Player 2.9.0. Read more here - Full List of Ticket ID included in Release - If you are tracking any of these tickets and would like more details, please contact Tulip Customer Support via support@tulip.co or live chat through your instance. - - PLAT-47552 - - PLAT-47791 - - PLAT-47824 - - PLAT-47896 - - PLAT-47965 - - PLAT-48264 - - PLAT-49702 - - PLAT-48742 -ReleaseNotesUrl: https://support.tulip.co/docs/player-291-release-jan-2026 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.zh-CN.yaml b/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.zh-CN.yaml deleted file mode 100644 index a86e25c176c2..000000000000 --- a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.locale.zh-CN.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.9.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 在各类设备上运行 Tulip 应用,包括机器、平板、电脑和手机,为您的员工提供跨设备的强大消费级用户体验。 -Description: |- - 在各类设备上运行 Tulip 应用,包括机器、平板、电脑和手机。为您的员工提供跨设备的强大消费级用户体验。 - Tulip Player Windows 应用程序提供扩展功能集: - 更沉浸式的用户体验: - - 窗口尺寸、位置和全屏状态可跨重启保持,便于始终固定显示位置或保持最大化 - - 专属应用环境,仅用于访问 Tulip 应用(不支持 Facebook 等无关功能) - 更完善的硬件支持: - - 支持 Tulip Vision 视觉功能 - - 可在 Tulip 应用中直接打开本地计算机文件 - - 硬件条码扫描器兼容性更优 - - 支持广泛的硬件设备(具体清单参见此处) - 更便捷的认证体验: - - 管理员只需为每台物理计算机认证一次(相比网页版需逐个操作员认证) - - 凭证安全存储于文件系统,避免操作员意外注销工作站(需管理员重新注册) - - 支持同时注册多个 Tulip 实例(如测试环境与生产环境快速切换) - - 可与 Tulip 应用编辑器同时运行(使用网页版需先退出编辑器) - 诊断功能: - - 日志访问更便捷 - - 可收集更详尽的运行设备信息 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.yaml b/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.yaml deleted file mode 100644 index ce64b3593133..000000000000 --- a/manifests/t/Tulip/TulipPlayer/2.9.1/Tulip.TulipPlayer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Tulip.TulipPlayer -PackageVersion: 2.9.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 234fdc7add3bd9cbb5070d4428504cd78371525f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:06:09 -0700 Subject: [PATCH 81/88] Automatic deletion of ReadAI.ReadAI 1.5.2 (#370755) --- .../ReadAI/1.5.2/ReadAI.ReadAI.installer.yaml | 25 ------------------- .../1.5.2/ReadAI.ReadAI.locale.en-US.yaml | 18 ------------- .../r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.yaml | 8 ------ 3 files changed, 51 deletions(-) delete mode 100644 manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.installer.yaml delete mode 100644 manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.locale.en-US.yaml delete mode 100644 manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.yaml diff --git a/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.installer.yaml b/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.installer.yaml deleted file mode 100644 index 512807209f97..000000000000 --- a/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: ReadAI.ReadAI -PackageVersion: 1.5.2 -InstallerLocale: en-US -InstallerType: nullsoft -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Read AI -ReleaseDate: 2026-01-02 -AppsAndFeaturesEntries: -- Publisher: readai - ProductCode: Read AI -InstallationMetadata: - DefaultInstallLocation: placeholder\Read AI -Installers: -- Architecture: x64 - InstallerUrl: https://readai-desktop-updates-production.s3.us-east-1.amazonaws.com/installers/windows/x86_64/latest/Read+AI_latest_x64-setup.exe - InstallerSha256: C95F0A907B7161BD2C56B7D3D3876E694442619920DFBC626E31AC74D29F5637 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.locale.en-US.yaml b/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.locale.en-US.yaml deleted file mode 100644 index c979e4377608..000000000000 --- a/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: ReadAI.ReadAI -PackageVersion: 1.5.2 -PackageLocale: en-US -Publisher: Read AI, Inc. -PublisherUrl: https://www.read.ai/about -PrivacyUrl: https://www.read.ai/privacy-policy -PackageName: Read AI -PackageUrl: https://www.read.ai/desktop -License: Proprietary -LicenseUrl: https://www.read.ai/termsofservice -Copyright: © 2025 Read AI, Inc. -ShortDescription: Capture meetings anywhere, no bot necessary. -PurchaseUrl: https://www.read.ai/plans-pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.yaml b/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.yaml deleted file mode 100644 index f5f53106a5d3..000000000000 --- a/manifests/r/ReadAI/ReadAI/1.5.2/ReadAI.ReadAI.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: ReadAI.ReadAI -PackageVersion: 1.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 3c121865ca81f1c8b057ebba90e25d77924654cf Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Fri, 15 May 2026 01:06:24 -0700 Subject: [PATCH 82/88] Automatic deletion of VidJuice.UniTube 7.5.2 (#371242) --- .../7.5.2/VidJuice.UniTube.installer.yaml | 16 --------- .../7.5.2/VidJuice.UniTube.locale.en-US.yaml | 34 ------------------- .../7.5.2/VidJuice.UniTube.locale.zh-CN.yaml | 31 ----------------- .../UniTube/7.5.2/VidJuice.UniTube.yaml | 8 ----- 4 files changed, 89 deletions(-) delete mode 100644 manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.installer.yaml delete mode 100644 manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.en-US.yaml delete mode 100644 manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.zh-CN.yaml delete mode 100644 manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.yaml diff --git a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.installer.yaml b/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.installer.yaml deleted file mode 100644 index 85adea49f5cf..000000000000 --- a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: VidJuice.UniTube -PackageVersion: 7.5.2 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: VidJuice UniTube_is1 -ReleaseDate: 2026-03-27 -Installers: -- Architecture: x64 - InstallerUrl: https://download.vidjuice.com/unitube.exe?v=7.5.2 - InstallerSha256: C12787EF5E5E869C3A51CF3BD91861E6863758B44EEAA0F0E1CED73900F9FDA8 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.en-US.yaml b/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.en-US.yaml deleted file mode 100644 index f74c221d0a9e..000000000000 --- a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: VidJuice.UniTube -PackageVersion: 7.5.2 -PackageLocale: en-US -Publisher: Mobee Technology Co., Limited -PublisherUrl: https://www.vidjuice.com/ -PublisherSupportUrl: https://www.vidjuice.com/support/ -PrivacyUrl: https://www.vidjuice.com/privacy-policy/ -PackageName: VidJuice UniTube -PackageUrl: https://www.vidjuice.com/download/ -License: Proprietary -LicenseUrl: https://www.vidjuice.com/terms-of-service/ -Copyright: Copyright © 2026 VidJuice. All rights reserved. -CopyrightUrl: https://www.vidjuice.com/terms-of-service/ -ShortDescription: Download videos and audios from 10,000+ sites across all your devices -Tags: -- audio -- audio-downloader -- download -- downloader -- media -- media-downloader -- video -- video-downloader -ReleaseNotes: 1. Fixed some bugs. -ReleaseNotesUrl: https://www.vidjuice.com/tech-specs/unitube-update-history/ -PurchaseUrl: https://www.vidjuice.com/pricing/unitube-video-downloader/ -Documentations: -- DocumentLabel: User Guide - DocumentUrl: https://www.vidjuice.com/guide/how-to-download-online-videos-with-vidjuice-unitube/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.zh-CN.yaml b/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.zh-CN.yaml deleted file mode 100644 index 67a069d6ecbf..000000000000 --- a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: VidJuice.UniTube -PackageVersion: 7.5.2 -PackageLocale: zh-CN -Publisher: Mobee Technology Co., Limited -PublisherUrl: https://zh-cn.vidjuice.com/ -PublisherSupportUrl: https://zh-cn.vidjuice.com/support/ -PrivacyUrl: https://zh-cn.vidjuice.com/privacy-policy/ -PackageName: VidJuice UniTube -PackageUrl: https://zh-cn.vidjuice.com/download/ -License: 专有软件 -LicenseUrl: https://zh-cn.vidjuice.com/terms-of-service/ -Copyright: Copyright © 2026 VidJuice. All rights reserved. -CopyrightUrl: https://zh-cn.vidjuice.com/terms-of-service/ -ShortDescription: 在所有设备上从 10,000+ 网站下载视频和音频 -Tags: -- 下载 -- 下载器 -- 媒体 -- 视频 -- 音乐 -- 音频 -ReleaseNotesUrl: https://zh-cn.vidjuice.com/tech-specs/unitube-update-history -PurchaseUrl: https://zh-cn.vidjuice.com/pricing/unitube-video-downloader/ -Documentations: -- DocumentLabel: 用户指南 - DocumentUrl: https://zh-cn.vidjuice.com/guide/how-to-download-online-videos-with-vidjuice-unitube/ -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.yaml b/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.yaml deleted file mode 100644 index ad79a883439d..000000000000 --- a/manifests/v/VidJuice/UniTube/7.5.2/VidJuice.UniTube.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: VidJuice.UniTube -PackageVersion: 7.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 82c0c8100d468ea34c4345af3b5020cba57fd891 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 15 May 2026 01:19:23 -0700 Subject: [PATCH 83/88] New version: nextest.cargo-nextest version 0.9.135 (#374909) --- .../nextest.cargo-nextest.installer.yaml | 31 +++++++++++++++++++ .../nextest.cargo-nextest.locale.en-US.yaml | 25 +++++++++++++++ .../0.9.135/nextest.cargo-nextest.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.installer.yaml create mode 100644 manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.locale.en-US.yaml create mode 100644 manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.yaml diff --git a/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.installer.yaml b/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.installer.yaml new file mode 100644 index 000000000000..46fbfbec51d4 --- /dev/null +++ b/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nextest.cargo-nextest +PackageVersion: 0.9.135 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cargo-nextest.exe +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.135/cargo-nextest-0.9.135-i686-pc-windows-msvc.zip + InstallerSha256: 3DE029F2A57DFBFC53EB868FC246523E9206A3C14D3AB9DFBD071F1A3A525B19 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.135/cargo-nextest-0.9.135-x86_64-pc-windows-msvc.zip + InstallerSha256: 422F9A0343D99D1F122E8A725F89F0811F8C18BE247A691E5B3B11151F7F74C2 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.135/cargo-nextest-0.9.135-aarch64-pc-windows-msvc.zip + InstallerSha256: E504675C531F8E58B41A5388DAF492393D667A32CCC98CDCEACEE5051E476A5C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.locale.en-US.yaml b/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.locale.en-US.yaml new file mode 100644 index 000000000000..7609af0ebc63 --- /dev/null +++ b/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nextest.cargo-nextest +PackageVersion: 0.9.135 +PackageLocale: en-US +Publisher: nextest +PublisherUrl: https://github.com/nextest-rs +PublisherSupportUrl: https://github.com/nextest-rs/nextest/issues +PackageName: cargo-nextest +PackageUrl: https://github.com/nextest-rs/nextest +License: Apache-2.0 +ShortDescription: A next-generation test runner for Rust. +Tags: +- cargo-plugin +- cargo-subcommand +- flaky-tests +- junit +- nextest +- rust +- testing +ReleaseNotes: Fixed an issue with a from-crates.io build. +ReleaseNotesUrl: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.135 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.yaml b/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.yaml new file mode 100644 index 000000000000..9422bd05b208 --- /dev/null +++ b/manifests/n/nextest/cargo-nextest/0.9.135/nextest.cargo-nextest.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: nextest.cargo-nextest +PackageVersion: 0.9.135 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4585c26a77f80dbe94fb53cef902809dec196b48 Mon Sep 17 00:00:00 2001 From: Janos Miko Date: Fri, 15 May 2026 10:48:39 +0200 Subject: [PATCH 84/88] New version: janosmiko.lfk 0.11.8 (#374922) Co-authored-by: goreleaserbot --- .../lfk/0.11.8/janosmiko.lfk.installer.yaml | 26 +++++++++++++++++ .../0.11.8/janosmiko.lfk.locale.en-US.yaml | 28 +++++++++++++++++++ .../j/janosmiko/lfk/0.11.8/janosmiko.lfk.yaml | 7 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.installer.yaml create mode 100644 manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.locale.en-US.yaml create mode 100644 manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.yaml diff --git a/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.installer.yaml b/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.installer.yaml new file mode 100644 index 000000000000..2efcf58e4888 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.11.8 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-15" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.11.8/lfk_0.11.8_windows_arm64.zip + InstallerSha256: 01673f25122ae40b670bcd0e8d4072b872ca76215c95573f86e38a8a62788ce7 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: lfk.exe + PortableCommandAlias: lfk + InstallerUrl: https://github.com/janosmiko/lfk/releases/download/v0.11.8/lfk_0.11.8_windows_amd64.zip + InstallerSha256: aa82acf5ea36e35a6d5140cda11b5ae5eac57f6211220f661e2f99913dd6ee05 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.locale.en-US.yaml b/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.locale.en-US.yaml new file mode 100644 index 000000000000..045f5b4eba1b --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.11.8 +PackageLocale: en-US +Publisher: janosmiko +PublisherUrl: https://github.com/janosmiko +PublisherSupportUrl: https://github.com/janosmiko/lfk/issues +PackageName: lfk +PackageUrl: https://github.com/janosmiko/lfk +License: Apache-2.0 +LicenseUrl: https://github.com/janosmiko/lfk/blob/main/LICENSE +ShortDescription: Lightning Fast Kubernetes navigator +Description: | + LFK is a lightning-fast, keyboard-focused, yazi-inspired terminal user + interface for navigating and managing Kubernetes clusters. Built for + speed and efficiency, it brings a three-column Miller columns layout + with an owner-based resource hierarchy to your terminal. +Moniker: lfk +Tags: + - kubernetes + - tui + - devops + - k8s + - cli +ReleaseNotesUrl: https://github.com/janosmiko/lfk/releases/tag/v0.11.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.yaml b/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.yaml new file mode 100644 index 000000000000..be256ba8a3b6 --- /dev/null +++ b/manifests/j/janosmiko/lfk/0.11.8/janosmiko.lfk.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: janosmiko.lfk +PackageVersion: 0.11.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d547844ba33882b5b6be78c3d8530f8173feca54 Mon Sep 17 00:00:00 2001 From: "Zhao.MA" Date: Fri, 15 May 2026 10:48:54 +0200 Subject: [PATCH 85/88] New version: xarthurx.Whisperi version 0.6.9 (#374929) --- .../0.6.9/xarthurx.Whisperi.installer.yaml | 13 +++++++++++++ .../0.6.9/xarthurx.Whisperi.locale.en-US.yaml | 19 +++++++++++++++++++ .../Whisperi/0.6.9/xarthurx.Whisperi.yaml | 8 ++++++++ 3 files changed, 40 insertions(+) create mode 100644 manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.installer.yaml create mode 100644 manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.locale.en-US.yaml create mode 100644 manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.yaml diff --git a/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.installer.yaml b/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.installer.yaml new file mode 100644 index 000000000000..8e8b39c48918 --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xarthurx.Whisperi +PackageVersion: 0.6.9 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xarthurx/whisperi/releases/download/v0.6.9/Whisperi_0.6.9_x64-setup.exe + InstallerSha256: 718B55393AAC0B5439EDDE449E067D7114D6C1D3ED99B31586058F43E177CF67 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.locale.en-US.yaml b/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.locale.en-US.yaml new file mode 100644 index 000000000000..a7205f3c0eec --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.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: xarthurx.Whisperi +PackageVersion: 0.6.9 +PackageLocale: en-US +Publisher: xarthurx +PublisherUrl: https://github.com/xarthurx +PublisherSupportUrl: https://github.com/xarthurx/whisperi/issues +PackageName: Whisperi +PackageUrl: https://github.com/xarthurx/whisperi +License: MIT License +ShortDescription: Windows speech-to-text software built on Tauri system and can paste directly to cmd. Lightweight and fast, supporting multiple cloud LLM services through APIs. +ReleaseNotesUrl: https://github.com/xarthurx/whisperi/releases/tag/v0.6.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/xarthurx/whisperi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.yaml b/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.yaml new file mode 100644 index 000000000000..08226d71ac5b --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.6.9/xarthurx.Whisperi.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: xarthurx.Whisperi +PackageVersion: 0.6.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8db3406ddb015c33c655c4a8683a7bbbe70b2bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=5FNguy=E1=BB=85n?= <48463154+JustinNguyen9979@users.noreply.github.com> Date: Fri, 15 May 2026 15:49:11 +0700 Subject: [PATCH 86/88] JustinNguyen.YTDown version 2026.5.15 (#374932) --- .../JustinNguyen.YTDown.installer.yaml | 22 +++++++++++++++++++ .../JustinNguyen.YTDown.locale.en-US.yaml | 20 +++++++++++++++++ .../YTDown/2026.5.15/JustinNguyen.YTDown.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.installer.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.locale.en-US.yaml create mode 100644 manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.yaml diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.installer.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.installer.yaml new file mode 100644 index 000000000000..dec9db326c59 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JustinNguyen.YTDown +PackageVersion: 2026.5.15 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: YTDownYTDown +AppsAndFeaturesEntries: +- Publisher: YTDown + DisplayVersion: 2026.5.15 + ProductCode: YTDownYTDown +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\YTDown\YTDown' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JustinNguyen9979/YTDown/releases/download/2026.5.15/YTDown-2026.5.15-Windows-Setup.exe + InstallerSha256: 0B3F6E1ECD043DD3E8F9444587F5F5A7EE1CC745BD022C2DD60DC7C7F59D9E20 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-15 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.locale.en-US.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.locale.en-US.yaml new file mode 100644 index 000000000000..2469da598f32 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JustinNguyen.YTDown +PackageVersion: 2026.5.15 +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 +ReleaseNotesUrl: https://github.com/JustinNguyen9979/YTDown/releases/tag/2026.5.15 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JustinNguyen9979/YTDown/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.yaml new file mode 100644 index 000000000000..7915228b21ff --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.15/JustinNguyen.YTDown.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: JustinNguyen.YTDown +PackageVersion: 2026.5.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b723f01262b6ff6e3d9a0c581273cd7ddf8b667f Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Fri, 15 May 2026 04:49:32 -0400 Subject: [PATCH 87/88] Remove version: ZedIndustries.Zed version 1.1.6 (#374953) --- .../1.1.6/ZedIndustries.Zed.installer.yaml | 28 ------------ .../1.1.6/ZedIndustries.Zed.locale.en-US.yaml | 44 ------------------- .../Zed/1.1.6/ZedIndustries.Zed.yaml | 8 ---- 3 files changed, 80 deletions(-) delete mode 100644 manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.installer.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.locale.en-US.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.yaml diff --git a/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.installer.yaml deleted file mode 100644 index 59941dddefdf..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed -PackageVersion: 1.1.6 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2026-05-06 -AppsAndFeaturesEntries: -- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.1.6/Zed-x86_64.exe - InstallerSha256: 9620404CFC801FD1BB7FB1E0F2D340D22D95C3BB7C572EC3976A70B42DFB7678 -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.1.6/Zed-aarch64.exe - InstallerSha256: 9FA9C2A09A7591A87E5FCA47E3119BA711BD3839BDBA9874324F1F2F0A861DE0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.locale.en-US.yaml deleted file mode 100644 index f4fe3f0d0b7f..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed -PackageVersion: 1.1.6 -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Moniker: zed -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: |- - - Fixed ACP agents failing to launch on Windows with "The system cannot find the file specified" (#55947) - - Fixed inotify event queue overflows on Linux (#55942) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.1.6 -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.yaml deleted file mode 100644 index 10492cf9101e..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.1.6/ZedIndustries.Zed.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed -PackageVersion: 1.1.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From db3be8037b190a3db151bf3bcc470a4dc7c39cae Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Fri, 15 May 2026 04:49:47 -0400 Subject: [PATCH 88/88] Remove version: ZedIndustries.Zed.Preview version 1.2.0-pre (#374955) --- .../ZedIndustries.Zed.Preview.installer.yaml | 29 ----- ...edIndustries.Zed.Preview.locale.en-US.yaml | 115 ------------------ .../1.2.0-pre/ZedIndustries.Zed.Preview.yaml | 8 -- 3 files changed, 152 deletions(-) delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.installer.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.yaml diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.installer.yaml deleted file mode 100644 index 8290aacf290e..000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 1.2.0-pre -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -ReleaseDate: 2026-05-06 -AppsAndFeaturesEntries: -- DisplayVersion: 1.2.0 - ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed Preview' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.2.0-pre/Zed-x86_64.exe - InstallerSha256: 7AFCEB07152A71A99F537C6B7A1E2A111DD0615017E5ED720B43C58A76BE0E3D -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.2.0-pre/Zed-aarch64.exe - InstallerSha256: C84C8C6AF70A404B2B038A337B05B5290EFE1BD0AA806C51288B86BF2406F651 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml deleted file mode 100644 index 26c5f07a7e74..000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 1.2.0-pre -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed Preview -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: |- - This week's release includes more reliable Agent edits, Git Graph remote support, the ability to use the project panel's View History action on folders, and improved text rendering clarity on macOS. - Shipped by the Zed Guild 🛡️ - - Terminal: Improved 256 color ANSI rendering. (#54565; thanks feitreim) - - Git Panel: Fixed empty state labels in the git panel becoming left-aligned when wrapped to multiple lines. (#55235; thanks dongdong867) - - Fixed "Diagnostics" in Editor Controls re-enabling itself after being manually disabled. (#52907; thanks OmChillure) - - Fixed agent profiles with enable_all_context_servers: true ignoring per-tool false overrides in context_servers, allowing agents to call tools the user had explicitly disabled. (#54863; thanks OmChillure) - Learn about the Zed Guild. - Features - AI - - Agent: Improved the edit tool so it can still apply edits when a file has changed on disk, as long as the target text still matches. (#55606) - - Agent: Improved reliability when the LLM edits a file. (#55612) - - Agent: Reduced token usage when the LLM edits a file. (#55752) - - ACP: Added running agent version display in the External Agent settings. (#55824) - - Added support for the latest MCP version (2025-11-25). (#54494) - - Improved Zed Agent's terminal tool to much more consistently use --no-pager and GIT_EDITOR with git commands. (#55787) - - Mistral: Added Ministral 3 models and removed deprecated models. (#55443; thanks dargor) - Git - - Git Graph: Added remote support. (#55788) - - Git Graph: Added a context menu to the graph rows. (#55720) - - Added a git::ToggleFillCommitEditor action that expands the commit editor to fill the git panel's available vertical space. (#55043) - - Added View History to folder and project-root context menus in the project panel, opening Git history for the selected folder or the whole project. (#52634; thanks robert7k) - - Added an affordance to jump to the project file from the commit view. (#55088) - Terminal - - Added path pasting functionality in the terminal. (#48222; thanks dunkmann00) - Vim / Helix - - Improved Vim navigation in the git graph with Ctrl-U and Ctrl-D half-page scrolling. (#55506; thanks aprogramq) - Linux - - Added support for using embedded bitmaps in fonts on Linux. (#55202) - - Reduced crash rate when recovering GPUs. (#55343) - Other - - Improved performance of "Replace All" in buffer search. (#51941) - - Improved text rendering clarity on macOS, particularly in dark themes. (#54886) - - Added text rendering support for BGR subpixel layouts. (#55174) - - Added the ability to move a currently open project to a new window through the recent projects modal. (#55168) - - Added editor: convert to base64 and editor: convert from base64 commands to the command palette. (#55361; thanks chriskievit) - - Improved Settings navigation by allowing root navbar entries to expand or collapse on double-click. (#55526; thanks najeira) - - Added the line endings button setting to the settings UI. (#55707; thanks dunkmann00) - - Added a new preserve option to go_to_definition_scroll_strategy that keeps the cursor at the same vertical position within the viewport when navigating to a definition. (#55036) - - Added a prompt to move Zed to /Applications on macOS when run from within the .dmg. (#54719) - Bug Fixes - - (Preview only) Fixed an issue on macOS where the traffic light position would be wrong when opening the project search. (#55310) - - Fixed the thread completion notification not dismissing when focusing the panel. (#55188) - - Fixed tool-calling permission checks so commands nested inside Bash arithmetic expansions, such as $(($(curl example.com))), are now detected. (#54690) - - Fixed the Send button in the Agent panel activating when the message input contains only whitespace (spaces or tabs). (#55530; thanks GitGlimpse895) - - Fixed create-directory agent tool cards showing a search icon. (#55549; thanks KurodaKayn) - - Debugger: Fixed Run Debugger failing silently when a Rust project's Cargo.toml contained invalid content, so Zed now reports the error instead. (#52439; thanks tomaseesteves) - - Git: Fixed remote branch creation based on default branch. (#55387; thanks boaz-h) - - Fixed git commit message editor text being behind the Open Commit Modal button. (#55565; thanks RemcoSmitsDev) - - Fixed git graph file diff view opening the wrong file if a previous one is already open. (#55595; thanks jakenorris1124) - - Fixed the Git panel commit message editor ignoring buffer_font_size. (#55233; thanks GoldStrikeArch) - - Fixed "thinking" text being badly formatted when sent to Ollama. (#55540; thanks marius851000) - - Fixed read_file tool returning an unhelpful error when given a directory path; it now suggests using list_directory instead. (#54303; thanks Prohect) - - Fixed a bug where a thread within the currently active project would flash upon cmd-clicking the project header. (#55190) - - Fixed a bug where placeholder text in the agent panel's message editor wouldn't properly wrap. (#55125) - - Fixed a bug where the context menu in the agent panel (and other scrollable surfaces) would appear at the wrong location. (#55124) - - Fixed a bug where subfolders of a repository were not displayed in the title bar's project button. (#54796) - - Fixed a panic on Windows when a monitor disappears from Windows monitor enumeration. (#55630) - - Fixed a rare panic when invoking Helix motions on an editor that had not yet been laid out. (#55816) - - Fixed absolute path mentions in acp_thread so direct file references (including :line and #Lline formats) now open correctly instead of resolving to invalid/empty files. (#53229; thanks Revantark) - - Fixed GitHub avatar lookup for bot noreply commit authors. (#55297; thanks tsutoringo) - - Fixed plan and edited-files lists in the agent panel being squashed when they contain many items. (#55189; thanks HalavicH) - - Fixed shell environment loading when login shells exit non-zero after printing environment variables. (#55175) - - Fixed the mouse cursor not switching to a pointer when hovering commit rows in the git graph. (#55247; thanks jakenorris1124) - - Fixed the recent projects list jumping to the top after deleting a project, so you can now bulk-delete entries by repeatedly clicking the delete icon or pressing the keybind. (#54777) - - Fixed unnecessary escaping of dashes in agent tool permission patterns (e.g. typescript\-eslint is now typescript-eslint). (#51603; thanks mvanhorn) - - Fixed Windows cmd.exe tasks failing when run with a selected Python virtual environment. (#55531; thanks grgwuk990) - - Fixed zombie MCP server processes accumulating over time. (#54793) - - Fixed micromamba PowerShell activation. (#55643; thanks adament) - - Fixed graphical corruption that could occur when using Wayland. (#54214; thanks b5l) - - Fixed creating git worktrees in WSL remote projects from Windows. (#55486; thanks hayatosc) - Breaking Changes and Notices - - Agent: Removed Vercel v0 provider as it has been deprecated by Vercel. (#55177) - - Disabled fuzzy-ruby-server by default for Ruby files. (#55215; thanks candidosales) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.2.0-pre -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.yaml deleted file mode 100644 index ba45fc88bad6..000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.2.0-pre/ZedIndustries.Zed.Preview.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 1.2.0-pre -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0