From 21cd2fdb8ff85f0a2b0be770b78fe99505acea78 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:48:41 +0800 Subject: [PATCH 01/83] New version: AnInsomniacy.MotrixNext version 3.9.3 (#383054) --- .../AnInsomniacy.MotrixNext.installer.yaml | 26 +++++++ .../AnInsomniacy.MotrixNext.locale.en-US.yaml | 77 +++++++++++++++++++ .../AnInsomniacy.MotrixNext.locale.zh-CN.yaml | 43 +++++++++++ .../3.9.3/AnInsomniacy.MotrixNext.yaml | 8 ++ 4 files changed, 154 insertions(+) create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.installer.yaml create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.en-US.yaml create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.zh-CN.yaml create mode 100644 manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.yaml diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.installer.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.installer.yaml new file mode 100644 index 000000000000..a9aff307b23b --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.3 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- magnet +- thunder +FileExtensions: +- meta4 +- metalink +- torrent +ProductCode: MotrixNext +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.3/MotrixNext_3.9.3_x64-setup.exe + InstallerSha256: C0133310E483CF59D6BF65E7C3E1C2A5C1BAA0E377F78CD257F6AF43B7862309 +- Architecture: arm64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.3/MotrixNext_3.9.3_arm64-setup.exe + InstallerSha256: 0FE0023E0C8D61DF14BDFEA8DA85756C1AC22610FC48AB59024621091FDD1219 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.en-US.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.en-US.yaml new file mode 100644 index 000000000000..6ecc9f37f815 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.3 +PackageLocale: en-US +Publisher: motrix +PublisherUrl: https://github.com/AnInsomniacy +PublisherSupportUrl: https://github.com/AnInsomniacy/motrix-next/issues +PackageName: MotrixNext +PackageUrl: https://github.com/AnInsomniacy/motrix-next +License: MIT +LicenseUrl: https://github.com/AnInsomniacy/motrix-next/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025-present AnInsomniacy +ShortDescription: A full-featured download manager — rebuilt from the ground up +Description: |- + Motrix by agalwood was one of the best open-source download managers available — clean UI, aria2-powered, cross-platform. It inspired thousands of users and developers alike. + However, the original project has been largely inactive since 2023. The Electron + Vue 2 + Vuex + Element UI stack accumulated technical debt, making it increasingly difficult to maintain, extend, or package for modern platforms. + + What we kept + We owe a great deal to the original Motrix and its community. The following were gratefully adopted and continue to serve as the foundation for parts of Motrix Next: + - Aria2 error code system and RPC client — the error handling conventions and JSON-RPC communication layer for the aria2 engine + - Internationalization — 25+ community-contributed locale files covering Chinese, Japanese, Korean, Arabic, French, German, and many more + - Download utilities — tracker list management, cURL command parsing, and other protocol-level helpers + + What we rebuilt + Motrix Next is not a fork — it is a complete rewrite. Every other layer of the application has been redesigned and reimplemented from scratch: + | Layer | Motrix (Legacy) | Motrix Next | + | ------------ | ----------------------- | ------------------------------- | + | Runtime | Electron | Tauri 2 (Rust) | + | Frontend | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI Framework | Element UI | Naive UI | + | Language | JavaScript | TypeScript + Rust | + | Styling | SCSS + Element theme | Vanilla CSS + custom properties | + | Engine Mgmt | Node.js `child_process` | Tauri sidecar | + | Build System | electron-builder | Vite + Cargo | + | Bundle Size | ~80 MB | ~20 MB | + | Auto-Update | electron-updater | Tauri updater plugin | + + Design & Motion + The overall UI layout stays true to Motrix's original design — the sidebar navigation, task list, and preference panels all follow the familiar structure that made Motrix intuitive from day one. + What changed is everything underneath. Every transition and micro-interaction has been carefully tuned to follow Material Design 3 motion guidelines: + - Asymmetric timing — enter animations are slightly longer than exits, giving new content time to land while dismissed content leaves quickly + - Emphasized easing curves — decelerate on enter (cubic-bezier(0.2, 0, 0, 1)), accelerate on exit (cubic-bezier(0.3, 0, 0.8, 0.15)), replacing generic ease curves throughout the codebase + - Spring-based modals — dialogs use physically-modeled spring animations for a natural, responsive feel + - Consistent motion tokens — all durations and curves are defined as CSS custom properties, ensuring a unified rhythm across 12+ components +Tags: +- download +- downloader +ReleaseNotes: |- + What's Changed + Motrix Next 3.9.3 promotes the latest beta work to stable with a broader P2P sharing model, ED2K bootstrap support, refined task cards, manual ordering, user-agent profile management, settings backup, and a set of reliability fixes across proxy handling, notifications, and task cleanup. + ✨ New Features + - P2P sharing — Reworked seeding terminology into shared P2P sharing behavior for BitTorrent and ED2K. + - ED2K bootstrap — Added managed server.met and nodes.dat bootstrap file syncing and bundled defaults. + - Task card modes — Added full and compact task card views for denser download lists. + - Manual task ordering — Added drag-based manual ordering with per-tab sort state. + - User-Agent profiles — Added saved user-agent profiles and rule management. + - Settings backup — Added import and export support for user settings. + - Tracker sources — Added browser opening support for BitTorrent tracker sources. + 🛠 Improvements + - Improved task list transitions, drag handle layout, and task item localization. + - Improved ED2K task summaries with Low ID and callback waiting peer counts. + - Improved preference controls, log level controls, sync wording, and restore-default labels. + - Restructured stylesheets and removed the legacy variables stylesheet. + - Improved settings backup file error handling. + - Updated all supported locales for sharing, downloads, ED2K, and preference sync strings. + 🐛 Bug Fixes + - Removed noisy task merge debug logging. + - Fixed download failure notifications and native notification formatting. + - Fixed P2P control-file cleanup alignment for sharing tasks. + - Fixed tracker auto-sync interval default. + - Fixed queued task status wording across locales and tests. + - Fixed proxy application so app-level fetches respect the selected proxy mode and scope. +ReleaseNotesUrl: https://github.com/AnInsomniacy/motrix-next/releases/tag/v3.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.zh-CN.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.zh-CN.yaml new file mode 100644 index 000000000000..e50d244ab98a --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AnInsomniacy.MotrixNext +PackageVersion: 3.9.3 +PackageLocale: zh-CN +ShortDescription: 一款功能齐全的下载管理器——从零开始重新打造 +Description: |- + Motrix(由 agalwood 开发)曾是最优秀的开源下载管理器之一:界面简洁、基于 aria2 引擎、跨平台支持。它启发了成千上万的用户与开发者。 + 然而,自 2023 年以来,原项目已基本处于非活跃状态。其 Electron + Vue 2 + Vuex + Element UI 技术栈积累了大量技术债务,导致在现代平台上进行维护、扩展或打包变得愈发困难。 + + 我们保留的内容 + 我们深深感激原 Motrix 项目及其社区。以下内容被悉心采纳,并继续作为 Motrix Next 部分功能的基础: + - Aria2 错误码系统与 RPC 客户端:用于 aria2 引擎的错误处理规范及 JSON-RPC 通信层 + - 国际化:25 多个由社区贡献的语言包,涵盖中文、日文、韩文、阿拉伯文、法文、德文等多种语言 + - 下载工具:追踪器列表管理、cURL 命令解析及其他协议级辅助功能 + + 我们重构的内容 + Motrix Next 并非分支项目,而是一次彻底的重写。应用的每一其他层级均从零开始重新设计与实现: + | 层级 | Motrix(旧版) | Motrix Next | + | -------- | ----------------------- | ----------------------------- | + | 运行时 | Electron | Tauri 2(Rust) | + | 前端框架 | Vue 2 + Vuex | Vue 3 Composition API + Pinia | + | UI 框架 | Element UI | Naive UI | + | 编程语言 | JavaScript | TypeScript + Rust | + | 样式方案 | SCSS + Element 主题 | 原生 CSS + 自定义属性 | + | 引擎管理 | Node.js `child_process` | Tauri 侧车(sidecar) | + | 构建系统 | electron-builder | Vite + Cargo | + | 打包体积 | ~80 MB | ~20 MB | + | 自动更新 | electron-updater | Tauri 更新插件 | + + 设计与动效 + 整体 UI 布局忠实延续了 Motrix 的原始设计——侧边栏导航、任务列表及偏好设置面板均沿用那套自诞生之初便直观易用的熟悉结构。 + 真正改变的是其下所有底层实现。每一处转场与微交互均经过精心调校,严格遵循 Material Design 3 的动效指南: + - 非对称时序:进入动画略长于退出动画,使新内容有足够时间“落地”,而 dismissed 内容则快速离场 + - 强调缓动曲线:进入时减速(cubic-bezier(0.2, 0, 0, 1)),退出时加速(cubic-bezier(0.3, 0, 0.8, 0.15)),全面替代代码库中通用的 ease 曲线 + - 基于弹簧的模态框:对话框采用物理建模的弹簧动画,带来自然且响应灵敏的交互感受 + - 统一的动效令牌:所有持续时间与缓动曲线均定义为 CSS 自定义属性,确保 across 12+ 组件间节奏一致 +Tags: +- 下载 +- 下载器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.yaml new file mode 100644 index 000000000000..60270e85ebc7 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.3/AnInsomniacy.MotrixNext.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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 677a749c2f212f3cd46db4f8ecf68c870bf0cf17 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:17:00 +0800 Subject: [PATCH 02/83] New package: HunterBown.CodeWhale version 0.8.48 (#381973) --- .../HunterBown.CodeWhale.installer.yaml | 18 +++++++ .../HunterBown.CodeWhale.locale.en-US.yaml | 50 +++++++++++++++++++ .../HunterBown.CodeWhale.locale.zh-CN.yaml | 19 +++++++ .../0.8.48/HunterBown.CodeWhale.yaml | 8 +++ 4 files changed, 95 insertions(+) create mode 100644 manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.installer.yaml create mode 100644 manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.en-US.yaml create mode 100644 manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.zh-CN.yaml create mode 100644 manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.yaml diff --git a/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.installer.yaml b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.installer.yaml new file mode 100644 index 000000000000..37f0fd4a6b13 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.8.48 +InstallerType: portable +Commands: +- codewhale +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.8.48/codewhale-tui-windows-x64.exe + InstallerSha256: 141049911CCEA551EB7310FABC263D5259B4AB447D316E8E6C24E22D7970A726 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.en-US.yaml b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.en-US.yaml new file mode 100644 index 000000000000..83df2e2b23fe --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.8.48 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/CodeWhale/issues +Author: Hunter Bown +PackageName: CodeWhale +PackageUrl: https://github.com/Hmbown/CodeWhale +License: MIT +LicenseUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2026 DeepSeek CLI Contributors +ShortDescription: Coding agent for DeepSeek models that runs in your terminal +Description: Terminal coding agent for DeepSeek V4. It runs from the deepseek command, streams reasoning blocks, edits local workspaces with approval gates, and includes an auto mode that chooses both model and thinking level per turn. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + Added + - Recent large OpenRouter model presets. Added completions, aliases, routing metadata, and docs for Arcee Trinity Large Thinking, Qwen 3.7 Max, Xiaomi MiMo v2.5, Qwen 3.6 open-weight models, Kimi K2.6, GLM 5.1, Tencent Hy3, Gemma 4, and Nemotron (#2461). + - Provider and web-search expansion. Added Xiaomi MiMo provider support, SiliconFlow, AtlasCloud static models, Volcengine Ark search, Baidu AI Search, provider-picker coverage, and richer custom-provider docs (#2246, #1868, #2421, #2429, #2371, #2394, #2287). + - Workflow and tool ergonomics. Added the external-tool abstraction, pluggable TUI tool registry, custom slash-command allowed-tools enforcement, opt-in Unix socket hook sink, message-submit transform hooks, tool-cache introspection, and cache warmup-key tracking (#2294, #2420, #2326, #2430, #2434, #2423, #2424). + - TUI workflow features. Added /purge, /hunt, thinking fold/unfold, terminal-transparent/Solarized Light/Claude themes, footer branch display, macOS notifications, intent summaries before approval prompts, and the mobile runtime smoke/QR workflow (#2387, #2306, #2385, #2276, #2270, #2267, #2347, #2260, #2389, #2403). + - Platform and localization coverage. Added RISC-V prebuilt-binary support, Vietnamese localization, Java/Vue language-server defaults, runtime event envelopes, task migration/env isolation fixes, and state-message parent IDs for future forks (#2383, #2358, #2367, #2252, #2272, #2308). + Changed + - Release hardening. CI now runs clippy/docs checks, web frontend lint and type checks, provider-registry drift checks, broader crate docs, and a large unit-test pass across core, MCP, TUI core, app-server, and web helpers (#2443, #2444, #2274, #2446-#2460, #2440, #2441, #2450, #2448, #2454). + - Prompt, context, and model routing behavior. Stabilized project-context pack ordering, exposed the auto route in turn metadata, allowed embedders to override or inline constitutional instructions, moved volatile environment context below the prompt boundary, and used the effective model for compaction budgeting (#2418, #2410, #2356, #2311, #2314, #2437). + - Execution policy foundation. Added typed ask-rule groundwork and kept task_shell_start gated behind allow_shell, preparing the permission UI path without broadening default shell access (#2404, #2384). + Fixed + - Windows and shell reliability. Suppressed alt-screen logging on Windows, added the Windows batch launcher path, kept task shell tools eagerly loaded, loaded exec-shell companion tools consistently, covered controlling-terminal behavior, and improved shell tool availability errors (#2259, #2295, #1861, #2271, #2331, #2414, #2412). + - Session and transcript durability. Fixed hidden-worktree discovery saturation, stalled in-progress turn recovery, session persistence truncation, cached-transcript user-message highlighting, large tool-output receipting, session-detail block serialization, and deterministic composer history flushing (#2273, #2329, #2283, #2395, #2386, #2297, #2265, #2375). + - Provider and UI polish. Accepted custom model IDs in /model for non-DeepSeek providers, fixed Feishu per-chat model switching, localized context-menu labels, updated terminal tab naming, kept picker selections visible, allowed slash-space composer messages, and improved PDF text cleanup (#2280, #2149, #2320, #2319, #2324, #2316, #2266). + - Security and dependency hygiene. Bumped tar and qs, trusted fake-IP placeholder ranges only when explicitly configured, decoded Bing result URL entities, fixed legacy MCP SSE connections, and replaced manual tool error display code with thiserror derives (#2364, #2425, #2355, #2245, #2301, #2442). + Community + Thanks to contributors whose PRs landed or were harvested in this release: @cy2311 (#1861), @LING71671 (#1902, #2287, #2292), @axobase001 (#1968, #2296, #2297, #2298), @dzyuan (#1993), @mvanhorn (#2107, #2236), @malsony (#2129), @gaord (#2133, #2265, #2285), @yuanchenglu (#2149), @idling11 (#2161, #2266, #2306), @h3c-hexin (#2245, #2311, #2313, #2314, #2354, #2355, #2356), @AdityaVG13 (#2246), @Sskift (#2248), @cyq1017 (#2252, #2332, #2375), @HUQIANTAO (#2257, #2267, #2283, #2384, #2385, #2389, #2403, #2440-#2458, #2460), @New2Niu (#2260), @AiurArtanis (#2270), @Lee-take (#2272), @nightt5879 (#2274, #2344, #2347, #2373), @AresNing (#2278, #2318/#2434), @AccMoment (#2281), @reidliu41 (#2291, #2316, #2324, #2357, #2366, #2386, #2431), @aboimpinto (#2290, #2294, #2295, #2326, #2433), @zhuangbiaowei (#2301), @donglovejava (#2302, #2329, #2330, #2331), @hongqitai (#2308, #2432), @zlh124 (#2319, #2320, #2325), @encyc (#2336, #2338), @Implementist (#2426/#2429, #2439), @lihuan215 (#2333/#2430), @LeoAlex0 (#2388, #2395), @jimmyzhuu (#2371), @rockyzhang (#2383), @mo-vic (#2387), @hufanexplore (#2367), @hoclaptrinh33 (#2358), and @BryonGo (#2437). + Thanks also to reporters and verification helpers whose issues, patches, screenshots, logs, or retest requests shaped this release: @buko (#2359, #2360, #2369, #2469), @yyyCode, @gaslebinh-glitch, @Dr3259, @lpeng1711694086-lang, @VerrPower, @yan-zay, @jretz, @Neo-millunnium, @caeserchen, @T-Phuong-Nguyen, @zhyuzhyu, @0gl20shk0sbt36, @hatakes, @goodvecn-dev, @bevis-wong, @PurplePulse, and @nbiish. +ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/CHANGELOG.md#0848---2026-05-31 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.zh-CN.yaml b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.zh-CN.yaml new file mode 100644 index 000000000000..1bdb694ff0cf --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.8.48 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.yaml b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.yaml new file mode 100644 index 000000000000..96a60505800a --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.48/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.8.48 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f8d6e1c4daf79f5a0abbc4f3bc7877873eddd3d7 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 4 Jun 2026 00:17:15 -0400 Subject: [PATCH 03/83] New version: OpenWhisperSystems.Signal.Beta version 8.14.0-beta.1 (#383370) --- ...nWhisperSystems.Signal.Beta.installer.yaml | 19 ++++++++++++ ...isperSystems.Signal.Beta.locale.en-US.yaml | 31 +++++++++++++++++++ .../OpenWhisperSystems.Signal.Beta.yaml | 8 +++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.installer.yaml create mode 100644 manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.locale.en-US.yaml create mode 100644 manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.yaml diff --git a/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.installer.yaml b/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.installer.yaml new file mode 100644 index 000000000000..b9653882663f --- /dev/null +++ b/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.installer.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenWhisperSystems.Signal.Beta +PackageVersion: 8.14.0-beta.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: b39ac3a0-cc73-5ec2-ba18-5ab3c4de1ca1 +ReleaseDate: 2026-06-03 +AppsAndFeaturesEntries: +- DisplayName: Signal Beta 8.14.0-beta.1 + ProductCode: b39ac3a0-cc73-5ec2-ba18-5ab3c4de1ca1 +Installers: +- Architecture: x64 + InstallerUrl: https://updates.signal.org/desktop/signal-desktop-beta-win-8.14.0-beta.1.exe + InstallerSha256: 3FA0852587B0A7A6D6E1EBDBACAAEE72463CD2F0C892DFD47EE6C9564DBB502B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.locale.en-US.yaml b/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..f2869540b9e7 --- /dev/null +++ b/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenWhisperSystems.Signal.Beta +PackageVersion: 8.14.0-beta.1 +PackageLocale: en-US +Publisher: Signal Messenger, LLC +PublisherUrl: https://www.signal.org/ +PublisherSupportUrl: https://github.com/signalapp/Signal-Desktop/issues +PrivacyUrl: https://www.signal.org/legal/#privacy-policy +Author: Signal Messenger, LLC +PackageName: Signal Beta +PackageUrl: https://www.signal.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/signalapp/Signal-Desktop/blob/HEAD/LICENSE +Copyright: © 2013–2026 Signal, a 501c3 nonprofit. +CopyrightUrl: https://www.signal.org/legal/#terms-of-service +ShortDescription: Private messaging from your desktop. Beta Desktop Client. +Tags: +- beta +- chat +- cross-platform +- encryption +- foss +- messaging +- open-source +- privacy +- security +- texting +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.yaml b/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.yaml new file mode 100644 index 000000000000..3ab13df56def --- /dev/null +++ b/manifests/o/OpenWhisperSystems/Signal/Beta/8.14.0-beta.1/OpenWhisperSystems.Signal.Beta.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: OpenWhisperSystems.Signal.Beta +PackageVersion: 8.14.0-beta.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 69eda15e6c98308cf688b1912f81c78b665dd1f5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:17:30 +0800 Subject: [PATCH 04/83] New version: astral-sh.uv version 0.11.19 (#383382) --- .../uv/0.11.19/astral-sh.uv.installer.yaml | 40 +++++++++++++++++++ .../uv/0.11.19/astral-sh.uv.locale.en-US.yaml | 40 +++++++++++++++++++ .../uv/0.11.19/astral-sh.uv.locale.zh-CN.yaml | 15 +++++++ .../a/astral-sh/uv/0.11.19/astral-sh.uv.yaml | 8 ++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.installer.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.zh-CN.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.yaml diff --git a/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.installer.yaml new file mode 100644 index 000000000000..490a36c20399 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.19 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +- RelativeFilePath: uvw.exe + PortableCommandAlias: uvw +Commands: +- uv +- uvw +- uvx +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.19/uv-i686-pc-windows-msvc.zip + InstallerSha256: E701A69F0AB192FDE8EA3F4CFDEDFA6CADE0C92CEA2E350613B6528E966B50C7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.19/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 1665FC8E37B5D70A134820D6D7891747471A2AC8BC940EE7AF0B69FD03B28D61 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.19/uv-aarch64-pc-windows-msvc.zip + InstallerSha256: 5592A990A9D9901FD0D23992D872F2EC3CA91B7BBD3D5F0BB5E6F42B851493D8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 000000000000..5a56cf43fb83 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.19 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2026 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Released on 2026-06-03. + Python + - Add CPython 3.15.0b2 (#19531) + Enhancements + - Always compute SHA256 for remote distributions (#19662) + - Add PyEmscripten platform (PEP 783) (#19629) + - Add Pyodide 2025 target triple (#19653) + Preview features + - Make preview features for commands have names that aren't ambiguous with the command (#19645) + - Respect --isolated in uv check (#19666) + Bug fixes + - Continue tool uninstall after dangling receipts (#19623) + - Skip Unix-specific installation steps when cross-installing Windows Python distributions (#19424) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.19 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 000000000000..9d8e7ee956c4 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.19 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.19 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.yaml new file mode 100644 index 000000000000..f814a94362c9 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.19/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 872b0c696fa51991bcf2d0545f06a062f9b8f6d9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:17:46 +0800 Subject: [PATCH 05/83] New version: Ollama.Ollama version 0.30.4 (#383452) --- .../0.30.4/Ollama.Ollama.installer.yaml | 20 ++++++++++ .../0.30.4/Ollama.Ollama.locale.en-US.yaml | 37 +++++++++++++++++++ .../0.30.4/Ollama.Ollama.locale.zh-CN.yaml | 22 +++++++++++ .../o/Ollama/Ollama/0.30.4/Ollama.Ollama.yaml | 8 ++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.installer.yaml create mode 100644 manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.locale.en-US.yaml create mode 100644 manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.locale.zh-CN.yaml create mode 100644 manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.yaml diff --git a/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.installer.yaml b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.installer.yaml new file mode 100644 index 000000000000..95bdc4bd4165 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.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: Ollama.Ollama +PackageVersion: 0.30.4 +InstallerType: inno +Scope: user +UpgradeBehavior: install +Commands: +- ollama +ProductCode: '{44E83376-CE68-45EB-8FC1-393500EB558C}_is1' +ReleaseDate: 2026-06-03 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Ollama' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ollama/ollama/releases/download/v0.30.4/OllamaSetup.exe + InstallerSha256: A8B50DB15416EDB1EEE9D73CE4F6A3333BB702F4808CCC200CCF65469F42CE82 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.locale.en-US.yaml b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.locale.en-US.yaml new file mode 100644 index 000000000000..25c69df2edce --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.30.4 +PackageLocale: en-US +Publisher: Ollama +PublisherUrl: https://ollama.com/ +PublisherSupportUrl: https://github.com/ollama/ollama/issues +PackageName: Ollama +PackageUrl: https://ollama.com/ +License: MIT +LicenseUrl: https://github.com/ollama/ollama/blob/HEAD/LICENSE +Copyright: Copyright (c) Ollama +ShortDescription: Get up and running with large language models locally. +Tags: +- ai +- chatbot +- deepseek +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + What's Changed + - llama.cpp version update by @dhiltgen in https://github.com/ollama/ollama/pull/16463 + - Kill llama-server during Windows cleanup by @dhiltgen in https://github.com/ollama/ollama/pull/16458 + Known Issues + - gemma4:12b crash with floating point exception + Full Changelog: https://github.com/ollama/ollama/compare/v0.30.3...v0.30.4 +ReleaseNotesUrl: https://github.com/ollama/ollama/releases/tag/v0.30.4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ollama.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.locale.zh-CN.yaml b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.locale.zh-CN.yaml new file mode 100644 index 000000000000..de761e2f23c8 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.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: Ollama.Ollama +PackageVersion: 0.30.4 +PackageLocale: zh-CN +ShortDescription: 在本地启动并运行大型语言模型 +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +ReleaseNotesUrl: https://github.com/ollama/ollama/releases/tag/v0.30.4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ollama.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.yaml b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.yaml new file mode 100644 index 000000000000..35e3c8d12345 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.30.4/Ollama.Ollama.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: Ollama.Ollama +PackageVersion: 0.30.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b0eaf068f1f6c7403c9b79997b2fd593d0d44405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynaldo=20Barrera=20Garc=C3=ADa?= <77733192+reybg87@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:18:05 -0600 Subject: [PATCH 06/83] Add RbDevOps.HMPraxis version 1.0.12 (#383464) --- .../1.0.12/RbDevOps.HMPraxis.installer.yaml | 22 ++++++++++++ .../RbDevOps.HMPraxis.locale.en-US.yaml | 35 +++++++++++++++++++ .../HMPraxis/1.0.12/RbDevOps.HMPraxis.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.installer.yaml create mode 100644 manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.locale.en-US.yaml create mode 100644 manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.yaml diff --git a/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.installer.yaml b/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.installer.yaml new file mode 100644 index 000000000000..5d9feb0c074d --- /dev/null +++ b/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: RbDevOps.HMPraxis +PackageVersion: 1.0.12 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.rb-devops.com/releases/hm-praxis/1.0.12/windows/x64/HM%20Praxis_1.0.12_x64-setup.exe + InstallerSha256: 83F3690952BF63573F2D82040626F65959C7F4065A3AC4FE07821946E3A4FC36 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-06-04 diff --git a/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.locale.en-US.yaml b/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.locale.en-US.yaml new file mode 100644 index 000000000000..a608bd8e40bc --- /dev/null +++ b/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: RbDevOps.HMPraxis +PackageVersion: 1.0.12 +PackageLocale: en-US +Publisher: RbDevOps +PublisherUrl: https://rb-devops.com +PublisherSupportUrl: https://rb-devops.com/support +PrivacyUrl: https://rb-devops.com/privacy +Author: RbDevOps +PackageName: HM Praxis +PackageUrl: https://rb-devops.com/products/hm-praxis +License: Proprietary +LicenseUrl: https://rb-devops.com/terms +Copyright: Copyright (c) RbDevOps +ShortDescription: Local-first Healthcare Management Praxis for solo and small clinics. +Description: |- + HM Praxis is a desktop-native, local-first healthcare practice management application + for solo practitioners and small clinics. Patient records, appointments, prescriptions, + treatment plans, and billing run on your machine without requiring constant cloud + connectivity. Per-clinic data stays on your devices; LAN sync keeps a small team in step. +Moniker: hm-praxis +Tags: +- healthcare +- practice-management +- emr +- ehr +- patients +- appointments +- desktop +- local-first +ReleaseNotesUrl: https://rb-devops.com/products/hm-praxis +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.yaml b/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.yaml new file mode 100644 index 000000000000..fa24a6ca21ac --- /dev/null +++ b/manifests/r/RbDevOps/HMPraxis/1.0.12/RbDevOps.HMPraxis.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: RbDevOps.HMPraxis +PackageVersion: 1.0.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From f72a4f8fdeccd42725621ac3c74d9a66824b5ac0 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:18:17 -0700 Subject: [PATCH 07/83] Automatic update of payhereinc.PayhereSeller from 3.3.6 to 3.3.7 (#383465) --- .../payhereinc.PayhereSeller.installer.yaml | 15 +++++++++++++++ .../payhereinc.PayhereSeller.locale.en-US.yaml | 16 ++++++++++++++++ .../3.3.7/payhereinc.PayhereSeller.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.installer.yaml create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.locale.en-US.yaml create mode 100644 manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.yaml diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.installer.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.installer.yaml new file mode 100644 index 000000000000..a9aa3cffc16a --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.7 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop.payhere.in/windows/Payhere-Seller.exe + InstallerSha256: AF864E34356213DB62E69CB05DEBB4293770AF2B2D33A2CFFE9949EEFC8BABC7 + AppsAndFeaturesEntries: + - Publisher: payhere inc. + ProductCode: 2778135c-49fa-5035-8784-a1c823cb0e8d +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.locale.en-US.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.locale.en-US.yaml new file mode 100644 index 000000000000..5e8d5e000409 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.7 +PackageLocale: en-US +Publisher: payhere inc. +PublisherUrl: https://payhere.in/ +PrivacyUrl: https://payhere.in/policy/privacy/ +PackageName: Payhere Seller +License: Proprietary +Copyright: Copyright © 2024 payhere inc. +ShortDescription: Payhere Seller for desktop +Moniker: payhere-seller +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.yaml b/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.yaml new file mode 100644 index 000000000000..c0a6f923c948 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.3.7/payhereinc.PayhereSeller.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.3.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c0b147a32342cd54aafdcb4dfae5b4d4b848351f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:18:30 -0700 Subject: [PATCH 08/83] Automatic update of Nlitesoft.NTLite from 2026.5.11000.0 to 2026.5.11090.0 (#383466) --- .../Nlitesoft.NTLite.installer.yaml | 29 +++++++++++++ .../Nlitesoft.NTLite.locale.en-US.yaml | 43 +++++++++++++++++++ .../2026.5.11090.0/Nlitesoft.NTLite.yaml | 8 ++++ 3 files changed, 80 insertions(+) create mode 100644 manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.installer.yaml create mode 100644 manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.locale.en-US.yaml create mode 100644 manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.yaml diff --git a/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.installer.yaml b/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.installer.yaml new file mode 100644 index 000000000000..9ee1a940e0cd --- /dev/null +++ b/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nlitesoft.NTLite +PackageVersion: 2026.5.11090.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /MERGETASKS=!desktopicon +UpgradeBehavior: install +ProductCode: NTLite_is1 +AppsAndFeaturesEntries: +- ProductCode: NTLite_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\NTLite' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.ntlite.com/files/NTLite_setup_x64.exe + InstallerSha256: D02B30D08669F7FA2417BCA80D1485E868C7A2695ECD2C2A3FC29C26B011C2F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.locale.en-US.yaml b/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.locale.en-US.yaml new file mode 100644 index 000000000000..e694682e1ce4 --- /dev/null +++ b/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nlitesoft.NTLite +PackageVersion: 2026.5.11090.0 +PackageLocale: en-US +Publisher: Nlitesoft d.o.o. +PublisherUrl: https://www.ntlite.com/ +PublisherSupportUrl: https://www.ntlite.com/support/ +PrivacyUrl: https://www.ntlite.com/privacy-policy/ +Author: Nuhi +PackageName: NTLite +PackageUrl: https://www.ntlite.com/download/ +License: Proprietary +Copyright: © 2014-2024 Nlitesoft d.o.o. +ShortDescription: Local control for updating and editing Windows images and deployments. +Description: > + Integrate updates, drivers, automate Windows and application setup, speedup Windows deployment process and have it all set for the next time. +Moniker: ntlite +Tags: +- automate +- components +- configuration +- deployment +- driver +- esd +- image +- install +- iso +- management +- setup +- unattended +- update +- vhd +- wim +PurchaseUrl: https://www.ntlite.com/shop/ +Documentations: +- DocumentLabel: Blog + DocumentUrl: https://www.ntlite.com/blog/ +- DocumentLabel: Forums + DocumentUrl: https://www.ntlite.com/community/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.yaml b/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.yaml new file mode 100644 index 000000000000..4afb3d874824 --- /dev/null +++ b/manifests/n/Nlitesoft/NTLite/2026.5.11090.0/Nlitesoft.NTLite.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Nlitesoft.NTLite +PackageVersion: 2026.5.11090.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 797fe020dd403e40124714c302e7cf928e24791a Mon Sep 17 00:00:00 2001 From: AariyJP <68491595+AariyJP@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:18:56 +0900 Subject: [PATCH 09/83] Update: VRCXF.VRCXF to 2026.05.31-8bc208f (#383468) --- .../2026.05.31-8bc208f/VRCXF.VRCXF.installer.yaml | 12 ++++++++++++ .../VRCXF.VRCXF.locale.ja-JP.yaml | 13 +++++++++++++ .../VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.yaml | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.installer.yaml create mode 100644 manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.locale.ja-JP.yaml create mode 100644 manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.yaml diff --git a/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.installer.yaml b/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.installer.yaml new file mode 100644 index 000000000000..cbd8a85583ec --- /dev/null +++ b/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VRCXF.VRCXF +PackageVersion: 2026.05.31-8bc208f +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AariyJP/VRCXF/releases/latest/download/VRCX_2026.05.31-8bc208f_Setup.exe + InstallerSha256: 918D3991DEBD17F8FC815213A239C91D943C87C081C0E1DDACF6CAA40746379E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.locale.ja-JP.yaml b/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.locale.ja-JP.yaml new file mode 100644 index 000000000000..19fbd38e472a --- /dev/null +++ b/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.locale.ja-JP.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VRCXF.VRCXF +PackageVersion: 2026.05.31-8bc208f +PackageLocale: ja-JP +Publisher: AariyJP +PackageName: VRCXF +License: AariyJP +Copyright: Copyright vrcx-team, pypy, natsumi +ShortDescription: VRChatフレンド管理ツール(Forked by @AariyJP) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.yaml b/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.yaml new file mode 100644 index 000000000000..657df8cf0285 --- /dev/null +++ b/manifests/v/VRCXF/VRCXF/2026.05.31-8bc208f/VRCXF.VRCXF.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: VRCXF.VRCXF +PackageVersion: 2026.05.31-8bc208f +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From 0528e47b15723bdaa1da31f23fea0917ec1ef032 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:39:58 +0800 Subject: [PATCH 10/83] Fix: Google.Chrome.Beta version 150.0.7871.4 (#383451) --- .../Beta/150.0.7871.4/Google.Chrome.Beta.installer.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/manifests/g/Google/Chrome/Beta/150.0.7871.4/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/150.0.7871.4/Google.Chrome.Beta.installer.yaml index 1188d30fabd7..a37ea2f2f0f5 100644 --- a/manifests/g/Google/Chrome/Beta/150.0.7871.4/Google.Chrome.Beta.installer.yaml +++ b/manifests/g/Google/Chrome/Beta/150.0.7871.4/Google.Chrome.Beta.installer.yaml @@ -29,21 +29,18 @@ Installers: InstallerSha256: 301E273D16C73EB22CECD730FDA8A75E4D0ABC230C2744CAD790FEDE243BF981 ProductCode: '{040EF958-DED7-3798-97E8-6C1DFBF09282}' AppsAndFeaturesEntries: - - ProductCode: '{F0075EFE-BD35-3FBE-8D02-84ACEDE53226}' - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' + - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: x64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi InstallerSha256: 716AA5A1CFC3EAD6BC2DBA7BC01DCADDF7A17B4CFA28F0D5B780FAF8AC948C52 ProductCode: '{C3EDC6D8-AD56-3E8F-AD99-D0DA9882AB98}' AppsAndFeaturesEntries: - - ProductCode: '{964A7C44-F21E-3504-B435-B6A862988F47}' - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' + - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: arm64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi InstallerSha256: 8FB0BCCD25749010A26FA29774319A0C80EE84271085132DBC4619B1D75F99C3 ProductCode: '{A7DA06C2-6D3E-3A3B-86F9-9AD420B4E81D}' AppsAndFeaturesEntries: - - ProductCode: '{05840A19-CB79-3E67-8532-BAB97343FE0B}' - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' + - UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' ManifestType: installer ManifestVersion: 1.12.0 From 3b77a0ff0303f4b4146911a34632ceb90eb74068 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 4 Jun 2026 00:40:17 -0400 Subject: [PATCH 11/83] New version: VictorIX.BlenderLauncher version 2.7.4 (#383460) --- .../VictorIX.BlenderLauncher.installer.yaml | 21 ++++++++++ ...VictorIX.BlenderLauncher.locale.en-US.yaml | 40 +++++++++++++++++++ .../2.7.4/VictorIX.BlenderLauncher.yaml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.installer.yaml create mode 100644 manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.locale.en-US.yaml create mode 100644 manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.yaml diff --git a/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.installer.yaml b/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.installer.yaml new file mode 100644 index 000000000000..497079d48b94 --- /dev/null +++ b/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.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: VictorIX.BlenderLauncher +PackageVersion: 2.7.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Blender Launcher.exe +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Victor-IX/Blender-Launcher-V2/releases/download/v2.7.4/Blender_Launcher_v2.7.4_Windows_x64.zip + InstallerSha256: D98974C8D84B8ECFFB21142691579D5DE07AAD1D663493C23D01E8E0B68DF860 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.locale.en-US.yaml b/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.locale.en-US.yaml new file mode 100644 index 000000000000..44e77cb4ba19 --- /dev/null +++ b/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.locale.en-US.yaml @@ -0,0 +1,40 @@ +# 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: VictorIX.BlenderLauncher +PackageVersion: 2.7.4 +PackageLocale: en-US +Publisher: Victor-IX +PublisherUrl: https://github.com/Victor-IX +PublisherSupportUrl: https://github.com/Victor-IX/Blender-Launcher-V2/issues +Author: Victor Chedeville +PackageName: Blender Launcher +PackageUrl: https://github.com/Victor-IX/Blender-Launcher-V2 +License: GPL-3.0 +LicenseUrl: https://github.com/Victor-IX/Blender-Launcher-V2/blob/HEAD/LICENSE +ShortDescription: Blender Launcher is a standalone software client that provides management for stable, daily and experimental builds of Blender 3D. It is a free open source project available for 64-bit Windows and Linux (GLIBC 2.31 and higher) operating systems. +Description: Blender Launcher is a standalone software client that provides management for stable, daily and experimental builds of Blender 3D. It is a free open source project available for 64-bit Windows and Linux (GLIBC 2.31 and higher) operating systems. +Moniker: blender-launcher +Tags: +- b3d +- blender +- blender-addon +- blender-launcher +- blender3d +- launcher +- linux +- opne-source +- productivity +- python +- python3 +- standalone +- windows +ReleaseNotes: |- + What's Changed + 🛠️ Fixes: + • macOS tray quit behavior fix + • macOS self-update is now fully implemented end-to-end and will work as expected + • App update on Windows will now correctly show the update window and restart the Blender Launcher GUI +ReleaseNotesUrl: https://github.com/Victor-IX/Blender-Launcher-V2/releases/tag/v2.7.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.yaml b/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.yaml new file mode 100644 index 000000000000..c1d5d6fdfe44 --- /dev/null +++ b/manifests/v/VictorIX/BlenderLauncher/2.7.4/VictorIX.BlenderLauncher.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: VictorIX.BlenderLauncher +PackageVersion: 2.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 803f8be3750ef85a4fe36ec208ee72b3aadc4742 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:40:29 +0800 Subject: [PATCH 12/83] Update: Alibaba.Qoder version 1.106.3 (1.6.0) (#383467) --- .../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 f51bdf2a6d81..ec3b8d034fc7 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-06-02 +ReleaseDate: 2026-06-03 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.5.2/QoderUserSetup-x64.exe - InstallerSha256: C1EFBB3FF491A5A54D60D357257872F6CB99847216F231670AE4269D2F0A00AC + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.6.0/QoderUserSetup-x64.exe + InstallerSha256: 8F33309161394CD4A218B8BD3C900F695464562ECB0C627C6AFB72EDF8B071C0 ManifestType: installer ManifestVersion: 1.12.0 From 42a67a223b9ddab1a1269f6ebd8203268e99e928 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:40:44 +0800 Subject: [PATCH 13/83] New version: Postman.Postman version 12.13.5 (#383473) --- .../12.13.5/Postman.Postman.installer.yaml | 24 ++++++++++++ .../12.13.5/Postman.Postman.locale.en-US.yaml | 37 +++++++++++++++++++ .../12.13.5/Postman.Postman.locale.zh-CN.yaml | 35 ++++++++++++++++++ .../Postman/12.13.5/Postman.Postman.yaml | 8 ++++ 4 files changed, 104 insertions(+) create mode 100644 manifests/p/Postman/Postman/12.13.5/Postman.Postman.installer.yaml create mode 100644 manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.en-US.yaml create mode 100644 manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.zh-CN.yaml create mode 100644 manifests/p/Postman/Postman/12.13.5/Postman.Postman.yaml diff --git a/manifests/p/Postman/Postman/12.13.5/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.installer.yaml new file mode 100644 index 000000000000..cd51470e830a --- /dev/null +++ b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.13.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.13.5/windows_64 + InstallerSha256: 96D5EDF6CB603FD02FE1CE87974BD72323046190EF290019A9D3776405D3453C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.en-US.yaml new file mode 100644 index 000000000000..e1aa418511e2 --- /dev/null +++ b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.13.5 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 000000000000..0cce1fa3f62e --- /dev/null +++ b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.13.5 +PackageLocale: zh-CN +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.13.5/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.yaml new file mode 100644 index 000000000000..83a6203c36b3 --- /dev/null +++ b/manifests/p/Postman/Postman/12.13.5/Postman.Postman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.13.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c094f2dba856743e430f1a91f8a39303e3f683f6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:41:00 +0800 Subject: [PATCH 14/83] New version: PerfectWorld.PerfectWorldArena version 1.0.26060412 (#383474) --- ...fectWorld.PerfectWorldArena.installer.yaml | 20 +++++++++++++ ...tWorld.PerfectWorldArena.locale.en-US.yaml | 19 ++++++++++++ ...tWorld.PerfectWorldArena.locale.zh-CN.yaml | 30 +++++++++++++++++++ .../PerfectWorld.PerfectWorldArena.yaml | 8 +++++ 4 files changed, 77 insertions(+) create mode 100644 manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.installer.yaml create mode 100644 manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.en-US.yaml create mode 100644 manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml create mode 100644 manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.yaml diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.installer.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.installer.yaml new file mode 100644 index 000000000000..5c757b698f2f --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.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: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26060412 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- wmpvp +ProductCode: '{a9be7c93-59b5-5f11-bbb9-964db82cbf57}' +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x86 + InstallerUrl: https://client.wmpvp.com/download/perfectworldarena_win32_v1.0.26060412.exe + InstallerSha256: C3CC5DCFC08093AE00F171665C36A283A1E4203076866A6E5107832A381CEA11 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.en-US.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.en-US.yaml new file mode 100644 index 000000000000..c16351ba8cec --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26060412 +PackageLocale: en-US +Author: Perfect World Zhengqi (Shanghai) Multimedia Technology Co., Ltd. +License: Proprietary +ShortDescription: Perfect World Arena is a comprehensive PvP platform developed by Perfect World for every player. It is low-threshold, easy to use, interaction aware, and professional yet fun. +Tags: +- csgo +- dota2 +- game +- gaming +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml new file mode 100644 index 000000000000..4e526a5e4243 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26060412 +PackageLocale: zh-CN +Publisher: Perfect World +PublisherUrl: https://www.pwesports.cn/ +Author: 完美世界征奇(上海)多媒体科技有限公司 +PackageName: 完美世界竞技平台 +PackageUrl: https://pvp.wanmei.com/ +License: 专有软件 +Copyright: Copyright © 2026 Perfect World +ShortDescription: 完美世界竞技平台是一款由完美世界开发的适合每一位玩家的低门槛、易操作、重交互、兼具专业性与趣味性的集成式对战平台。 +Tags: +- csgo +- dota2 +- 游戏 +ReleaseNotes: |- + 【新赛季】2026S2 赛季“热浪争锋”将于 6 月 5 日 16:00 正式开启! + 【新赛季】全新上半赛季福利活动将在赛季切换后开启!本次活动福利超级加倍,每周饰品箱子送不停,更有专属赛季主题特效装扮全新上线,活动期间参与 APP 完美开箱或前往国服开箱皆可领取丰富奖励! + 【新增】天梯掉箱活动限时开启:新赛季 6 月 5~7 日,新赛季完美平台天梯期间均有机会掉落平台武器箱~数量有限赠完为止!掉落后可无冷却直接 APP 扫码开箱,冲榜又有礼,好运就等你 ヾ(◍°∇°◍)ノ゙ + 【优化】周末联赛现已优化调整队伍级别划分,新赛季又可以继续冲分啦~ + 【反作弊】针对近期热点外挂迭代升级已有检测手段,提高对透视类外挂和 AI 类外挂的检测力度 +PurchaseUrl: https://pvp.wanmei.com/vip +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.yaml new file mode 100644 index 000000000000..aac9d8f7362c --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26060412/PerfectWorld.PerfectWorldArena.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: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26060412 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From fd6694c6e291fd92dd4e7b5d13feb6845475cebd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:41:15 +0800 Subject: [PATCH 15/83] New version: SimplyCA.Typeless version 1.6.1 (#383475) --- .../1.6.1/SimplyCA.Typeless.installer.yaml | 20 +++++++++++ .../1.6.1/SimplyCA.Typeless.locale.en-US.yaml | 33 +++++++++++++++++++ .../1.6.1/SimplyCA.Typeless.locale.zh-CN.yaml | 20 +++++++++++ .../Typeless/1.6.1/SimplyCA.Typeless.yaml | 8 +++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.installer.yaml create mode 100644 manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.locale.en-US.yaml create mode 100644 manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.locale.zh-CN.yaml create mode 100644 manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.yaml diff --git a/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.installer.yaml b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.installer.yaml new file mode 100644 index 000000000000..4c7dbd686c3a --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.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: SimplyCA.Typeless +PackageVersion: 1.6.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- typeless +ProductCode: 801bda48-0940-5127-a918-a53339b92128 +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerUrl: https://typeless-static.com/desktop-release/Typeless-1.6.1-x64-Setup.exe + InstallerSha256: 0BB63822D498EE5E83CBD37AC29B2B504625DBC0116B07B0B2CB380798C674ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.locale.en-US.yaml b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.locale.en-US.yaml new file mode 100644 index 000000000000..848c58bb5c05 --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.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: SimplyCA.Typeless +PackageVersion: 1.6.1 +PackageLocale: en-US +Publisher: Simply CA LLC +PublisherUrl: https://www.typeless.com/ +PublisherSupportUrl: https://www.typeless.com/help +PrivacyUrl: https://www.typeless.com/privacy +Author: Simply CA LLC +PackageName: Typeless +PackageUrl: https://www.typeless.com/downloads +License: Proprietary +LicenseUrl: https://www.typeless.com/terms +Copyright: Copyright © 2026 Typeless +CopyrightUrl: https://www.typeless.com/terms +ShortDescription: Speak, don't type +Description: Speak naturally, and Typeless will turn your words into polished messages, emails, and documents that read like you carefully typed them - in real time. 4x faster than typing. +Tags: +- dictate +- dictation +- speech-recognition +- speech-to-text +- transcribe +- transcription +ReleaseNotesUrl: https://www.typeless.com/help/release-notes/windows +PurchaseUrl: https://www.typeless.com/pricing +Documentations: +- DocumentLabel: Use cases + DocumentUrl: https://www.typeless.com/use-cases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.locale.zh-CN.yaml b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.locale.zh-CN.yaml new file mode 100644 index 000000000000..36d43c69d1f3 --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.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: SimplyCA.Typeless +PackageVersion: 1.6.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 说话,不要打字 +Description: 自然地说话,Typeless 会实时将你的话语转化为润色过的消息、邮件和文档,读起来就像你仔细打出来的一样,速度比打字快 4 倍。 +Tags: +- 听写 +- 语音识别 +- 语音转文字 +- 转写 +- 转录 +Documentations: +- DocumentLabel: 用例 + DocumentUrl: https://www.typeless.com/use-cases +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.yaml b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.yaml new file mode 100644 index 000000000000..3dcbdff0d1f9 --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/1.6.1/SimplyCA.Typeless.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: SimplyCA.Typeless +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9afadf111d043813e95009b1baa4565960237816 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:41:28 -0700 Subject: [PATCH 16/83] Automatic deletion of PowerSoftware.PowerISO 9.3.0.0 (#383482) --- .../PowerSoftware.PowerISO.installer.yaml | 35 ------------------- .../PowerSoftware.PowerISO.locale.en-US.yaml | 29 --------------- .../9.3.0.0/PowerSoftware.PowerISO.yaml | 7 ---- 3 files changed, 71 deletions(-) delete mode 100644 manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.installer.yaml delete mode 100644 manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.locale.en-US.yaml delete mode 100644 manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.yaml diff --git a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.installer.yaml b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.installer.yaml deleted file mode 100644 index 7b8733bde533..000000000000 --- a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.installer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PowerSoftware.PowerISO -PackageVersion: 9.3.0.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: PowerISO -ReleaseDate: 2026-03-02 -AppsAndFeaturesEntries: -- ProductCode: PowerISO -Installers: -- Architecture: x86 - InstallerUrl: https://www.poweriso.com/PowerISO9.exe - InstallerSha256: 242BCD617A0316F3A00462801C044875C5A6C60C252B8E25A9DFC5D9DA23B260 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\PowerISO' -- Architecture: x64 - InstallerUrl: https://www.poweriso.com/PowerISO9-x64.exe - InstallerSha256: C9411D78BCC88D9025942DD9F5DE55D44008CC112E4B9154D6B6F01E2DEB4A9A - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PowerISO' -- Architecture: arm64 - InstallerUrl: https://www.poweriso.com/arm64_poweriso_setup.exe - InstallerSha256: 9E00F31C8A1FAD0FF1AA56A1D92D873118B2A71AC417A9F626934C0339F7ECD3 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\PowerISO' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.locale.en-US.yaml b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.locale.en-US.yaml deleted file mode 100644 index 844a2fbe9ed4..000000000000 --- a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PowerSoftware.PowerISO -PackageVersion: 9.3.0.0 -PackageLocale: en-US -Publisher: Power Software Ltd -PublisherUrl: https://www.poweriso.com/index.htm -PublisherSupportUrl: https://www.poweriso.com/tutorials/technical-support.htm -PrivacyUrl: https://www.poweriso.com/tutorials/privacy-policy.htm -Author: Power Software Ltd -PackageName: PowerISO -PackageUrl: https://www.poweriso.com/index.htm -License: Proprietary -LicenseUrl: https://www.poweriso.com/tutorials/eula.htm -Copyright: Copyright 2004-2023 Power Software Ltd. All rights reserved. -CopyrightUrl: https://www.poweriso.com/tutorials/eula.htm -ShortDescription: PowerISO provides an all-in-one solution. You can do every thing with your ISO files and disc image files. -Moniker: poweriso -ReleaseNotesUrl: https://www.poweriso.com/tutorials/history.htm -PurchaseUrl: https://www.poweriso.com/order.php -InstallationNotes: |- - The unregistered version will display a dialog prompts you to register, - and you can not create or edit image files greater than 300MB with the unregistered version. - To remove these limitations, please register. -Documentations: -- DocumentLabel: Tutorials - DocumentUrl: https://www.poweriso.com/tutorials/index.htm -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.yaml b/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.yaml deleted file mode 100644 index 11c6d27b3d8b..000000000000 --- a/manifests/p/PowerSoftware/PowerISO/9.3.0.0/PowerSoftware.PowerISO.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PowerSoftware.PowerISO -PackageVersion: 9.3.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 432c1c3aa3f30e8649f79d8d52c63c6fac0417f1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:03:42 +0800 Subject: [PATCH 17/83] Update: KDE.Kapman version master (866) (#381395) --- manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml b/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml index c39996949f79..5f06c9be261e 100644 --- a/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml +++ b/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kapman Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-863-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8764773233ABEA1BCD6688489353C1064F4E6F2D66FA7EC3DB8F685D848FA8E1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-866-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2EC73F631C5F4B2C92D2B26A7FED4FE4C789EF878021F5877B965A08B725D7F8 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-863-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8764773233ABEA1BCD6688489353C1064F4E6F2D66FA7EC3DB8F685D848FA8E1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-866-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2EC73F631C5F4B2C92D2B26A7FED4FE4C789EF878021F5877B965A08B725D7F8 InstallerSwitches: Custom: /AllUsers ManifestType: installer From ffbe88c98b35b2c2e22f9047d48ca52c2cee6a95 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Thu, 4 Jun 2026 07:04:00 +0200 Subject: [PATCH 18/83] Added elevationRequired: Rem0o.FanControl version 269 (#383486) --- manifests/r/Rem0o/FanControl/269/Rem0o.FanControl.installer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/r/Rem0o/FanControl/269/Rem0o.FanControl.installer.yaml b/manifests/r/Rem0o/FanControl/269/Rem0o.FanControl.installer.yaml index f09773a076aa..38d33a0db586 100644 --- a/manifests/r/Rem0o/FanControl/269/Rem0o.FanControl.installer.yaml +++ b/manifests/r/Rem0o/FanControl/269/Rem0o.FanControl.installer.yaml @@ -20,6 +20,7 @@ Installers: Custom: /FORCECLOSEAPPLICATIONS UpgradeBehavior: install ProductCode: '{141A88F8-31AC-49EA-B428-2BE8C19DED83}_is1' + ElevationRequirement: elevationRequired - Architecture: x64 InstallerType: zip NestedInstallerType: portable From 4672e99f8117f3dbab3743c28611527e0a199c05 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 4 Jun 2026 01:31:15 -0400 Subject: [PATCH 19/83] New version: jdx.mise version 2026.6.0 (#383302) --- .../jdx/mise/2026.6.0/jdx.mise.installer.yaml | 26 +++++++++ .../mise/2026.6.0/jdx.mise.locale.en-US.yaml | 54 +++++++++++++++++++ manifests/j/jdx/mise/2026.6.0/jdx.mise.yaml | 8 +++ 3 files changed, 88 insertions(+) create mode 100644 manifests/j/jdx/mise/2026.6.0/jdx.mise.installer.yaml create mode 100644 manifests/j/jdx/mise/2026.6.0/jdx.mise.locale.en-US.yaml create mode 100644 manifests/j/jdx/mise/2026.6.0/jdx.mise.yaml diff --git a/manifests/j/jdx/mise/2026.6.0/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.6.0/jdx.mise.installer.yaml new file mode 100644 index 000000000000..2e9a7aef7fd0 --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.0/jdx.mise.installer.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe + PortableCommandAlias: mise-shim +- RelativeFilePath: mise/bin/mise.exe + PortableCommandAlias: mise +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.6.0/mise-v2026.6.0-windows-x64.zip + InstallerSha256: 9CEF57DC9B7A6D5A376FC72D340E5FD94AD0DE24735C547E0068758ABF07C37A +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.6.0/mise-v2026.6.0-windows-arm64.zip + InstallerSha256: F6C4C232F8569BE1ED168EDDD9B29B2F0BB25870DB4F5976296629667D3A9039 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.6.0/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.6.0/jdx.mise.locale.en-US.yaml new file mode 100644 index 000000000000..927eb521d11e --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.0/jdx.mise.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.0 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://en.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.en.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Jeff Dickey +CopyrightUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Your dev env, already prepped. +Description: Your dev env, already prepped. One tool to manage languages, env vars, and tasks per project, reproducibly. +Moniker: mise +Tags: +- cli +- dev-tool +- env +- environment +- task +ReleaseNotes: |- + A focused release that wires npm into Corepack when requested, brings aqua's Windows extension handling in line with upstream, and fixes task include ordering plus a Git Bash cygdrive regression. + Added + - (npm) Ensure npm itself is managed by Corepack when node.corepack=true and node.npm_shim=false, so the Corepack-managed npm shim is enabled alongside yarn/pnpm (#10196 by @roele). + - (cli) New mise sponsors subcommand and a sponsor block on the docs site that lists sponsors fetched from en.dev/sponsors.json (#10182 by @jdx). + + Fixed + - (aqua) Mirror aqua's Windows extension semantics end-to-end (#10167 by @risu729): + - complete_windows_ext is now tri-state — explicit true completes Windows asset/URL/file source names, explicit false leaves them alone, and an omitted value completes by default except for github_content/github_archive packages. + - Registry windows_ext (default .exe, .sh for github_content/github_archive) and append_ext are honored when rendering assets, URLs, and Windows install links. + - .exe and .jar assets are treated as already complete, existing extensions like .ps1 are preserved when format is omitted, and version dots in names like tool.1.0.0 no longer suppress Windows completion. The registry compilation cache is bumped to version 2 and will be regenerated on next use. + - (spm) Include provider, api_url, artifactbundle, and artifactbundle_asset in SPM lock identity so toggling between source builds and artifact bundles no longer silently reuses a stale mise.lock entry. provider is canonicalized to lowercase (default github omitted), api_url has trailing slashes trimmed, and filter_bins stays out of lock identity since it only affects which built executables are exposed (#10160 by @risu729). + - (bun) Improve musl detection on Linux: when the system libc preference is unset, fall back to runtime detection and treat unknown results as non-musl, fixing glibc-system installs that were incorrectly resolving to bun's musl build (#10195 by @roele). + - (task) Honor task_config.includes order so a local task can override a same-named git:: include. Previously a regression in #9147 combined with non-git includes being loaded before all git:: includes meant a git:: include always clobbered a same-named local task regardless of position. Includes now load in their declared order with first-wins file-task dedup, so the earlier entry in the list takes precedence uniformly across directory, toml-file, and git:: includes (#10191 by @vmaleze). + - (task) Honor MISE_CYGDRIVE_PREFIX for Git Bash / MSYS2, not only Cygwin. Git Bash users with a custom /etc/fstab automount root can now set the prefix to fix the converted PATH; defaults are unchanged (/c/... for Git Bash, /cygdrive/c/... for Cygwin) (#10190 by @JamBalaya56562). + - (completion) Rely on usage 3.4.0's usage#649 for inherited global flags so -C/--cd, -j/--jobs, and -q/--quiet are recognized before a mounted task without the broad promotion workaround. The narrowed promotion now only covers orphan-short flags -r/-S (whose root globals are long-only), and min_usage_version is bumped to 3.4 so older usage CLIs warn to upgrade instead of silently regressing (#10176 by @JamBalaya56562). + + Documentation + - Fix the choice template function example to use named-argument syntax (#10197 by @joekrill). + + New Contributors + - @joekrill made their first contribution in #10197 + + 💚 Sponsor mise + mise is built by @jdx under en.dev — an independent studio making developer tooling (mise, aube, and more). Development is funded by sponsors. + If mise saves you or your team time, please consider sponsoring at en.dev. Individual and company sponsorships keep mise fast, free, and independent. +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.6.0/jdx.mise.yaml b/manifests/j/jdx/mise/2026.6.0/jdx.mise.yaml new file mode 100644 index 000000000000..ba5e2680855e --- /dev/null +++ b/manifests/j/jdx/mise/2026.6.0/jdx.mise.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a438d14d07ec35097b9788a75a32cff0957a8784 Mon Sep 17 00:00:00 2001 From: Lucas de Eiroz Rodrigues Date: Thu, 4 Jun 2026 02:31:28 -0300 Subject: [PATCH 20/83] lucasdeeiroz.RobotRunner version 2.3.0-beta6 (#383379) --- .../lucasdeeiroz.RobotRunner.installer.yaml | 20 +++++++++++++++++++ ...lucasdeeiroz.RobotRunner.locale.en-US.yaml | 20 +++++++++++++++++++ .../2.3.0-beta6/lucasdeeiroz.RobotRunner.yaml | 8 ++++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.installer.yaml create mode 100644 manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.locale.en-US.yaml create mode 100644 manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.yaml diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.installer.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.installer.yaml new file mode 100644 index 000000000000..9489f2604436 --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.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: lucasdeeiroz.RobotRunner +PackageVersion: 2.3.0-beta6 +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +AppsAndFeaturesEntries: +- DisplayName: Robot Runner + Publisher: Lucas de Eiroz Rodrigues + DisplayVersion: 2.3.0-beta6 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lucasdeeiroz/robot_runner/releases/download/v2.3.0-beta6/Robot.Runner_2.3.0-beta6_windows_x64-setup.exe + InstallerSha256: 28788D19F4D3A462D24AEB8EEE85DF05B23DD75BDA7EA123101A0C101DEF2B12 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.locale.en-US.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.locale.en-US.yaml new file mode 100644 index 000000000000..8f76578f5e4d --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.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: lucasdeeiroz.RobotRunner +PackageVersion: 2.3.0-beta6 +PackageLocale: en-US +Publisher: Lucas de Eiroz Rodrigues +PublisherUrl: https://github.com/lucasdeeiroz +PublisherSupportUrl: https://github.com/lucasdeeiroz/robot_runner/issues +PackageName: Robot Runner +PackageUrl: https://github.com/lucasdeeiroz/robot_runner +License: MIT +ShortDescription: A modern, cross-platform GUI for Robot Framework and Appium, designed to simplify test automation workflows. +ReleaseNotesUrl: https://github.com/lucasdeeiroz/robot_runner/releases/tag/v2.3.0-beta6 +ReleaseDate: 2026-06-03 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/lucasdeeiroz/robot_runner/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.yaml b/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.yaml new file mode 100644 index 000000000000..6d3b8660f6ab --- /dev/null +++ b/manifests/l/lucasdeeiroz/RobotRunner/2.3.0-beta6/lucasdeeiroz.RobotRunner.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: lucasdeeiroz.RobotRunner +PackageVersion: 2.3.0-beta6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f574aa32e40f09bc79c162c39ed112eb54466fea Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:31:49 +0800 Subject: [PATCH 21/83] New version: EMCOSoftware.PingMonitor version 9.3.0.7004 (#383457) Co-authored-by: spectopo <175387142+spectopo@users.noreply.github.com> --- .../EMCOSoftware.PingMonitor.installer.yaml | 14 ++++++------ ...EMCOSoftware.PingMonitor.locale.en-US.yaml | 22 +++++++++++++------ ...EMCOSoftware.PingMonitor.locale.zh-CN.yaml | 6 ++--- .../EMCOSoftware.PingMonitor.yaml | 6 ++--- 4 files changed, 28 insertions(+), 20 deletions(-) rename manifests/e/EMCOSoftware/PingMonitor/{9.2.1.6517 => 9.3.0.7004}/EMCOSoftware.PingMonitor.installer.yaml (65%) rename manifests/e/EMCOSoftware/PingMonitor/{9.2.1.6517 => 9.3.0.7004}/EMCOSoftware.PingMonitor.locale.en-US.yaml (62%) rename manifests/e/EMCOSoftware/PingMonitor/{9.2.1.6517 => 9.3.0.7004}/EMCOSoftware.PingMonitor.locale.zh-CN.yaml (92%) rename manifests/e/EMCOSoftware/PingMonitor/{9.2.1.6517 => 9.3.0.7004}/EMCOSoftware.PingMonitor.yaml (71%) diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.installer.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.installer.yaml similarity index 65% rename from manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.installer.yaml rename to manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.installer.yaml index f1308302027b..30be63c6cb3f 100644 --- a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.installer.yaml +++ b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.installer.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.2.1.6517 +PackageVersion: 9.3.0.7004 InstallerType: exe Scope: machine InstallModes: @@ -13,17 +13,17 @@ InstallerSwitches: SilentWithProgress: /s Log: /log "" UpgradeBehavior: install -ProductCode: '{7D66E4EB-0F9E-4B91-8995-30725EF3389B}' +ProductCode: '{9B7FFA5F-C8BA-49DE-B9E8-22E2A231AD1B}' AppsAndFeaturesEntries: -- ProductCode: '{7D66E4EB-0F9E-4B91-8995-30725EF3389B}' +- ProductCode: '{9B7FFA5F-C8BA-49DE-B9E8-22E2A231AD1B}' UpgradeCode: '{B2E4E41F-326D-4713-B7B4-F946622B685D}' InstallerType: wix Installers: - Architecture: x86 InstallerUrl: https://storage.emcosoftware.com/download/pingmonitor/PingMonitorSetup.exe - InstallerSha256: 1E3B202612FC8AB57E338C34CA9D8E8507E7263EA2B30C0883A6D321E0B87312 + InstallerSha256: 91E18D1D6D6D3FB773E7D166A8A74D48DA60621BB2ACB551F3E21BF39D70D7B1 - Architecture: x64 InstallerUrl: https://storage.emcosoftware.com/download/pingmonitor/PingMonitorSetup.exe - InstallerSha256: 1E3B202612FC8AB57E338C34CA9D8E8507E7263EA2B30C0883A6D321E0B87312 + InstallerSha256: 91E18D1D6D6D3FB773E7D166A8A74D48DA60621BB2ACB551F3E21BF39D70D7B1 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.locale.en-US.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.locale.en-US.yaml similarity index 62% rename from manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.locale.en-US.yaml rename to manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.locale.en-US.yaml index fe81f2b74132..ea6544b1b453 100644 --- a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.locale.en-US.yaml +++ b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.locale.en-US.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.2.1.6517 +PackageVersion: 9.3.0.7004 PackageLocale: en-US Publisher: EMCO Software PublisherUrl: https://emcosoftware.com/ @@ -13,7 +13,7 @@ PackageName: EMCO Ping Monitor PackageUrl: https://emcosoftware.com/ping-monitor License: Proprietary LicenseUrl: https://emcosoftware.com/purchase/licensing -Copyright: Copyright © 2001 - 2024 EMCO. All rights reserved. +Copyright: Copyright © 2001 - 2026 EMCO. All rights reserved. CopyrightUrl: https://emcosoftware.com/terms-of-use ShortDescription: Host Availability and Connection Quality Monitoring Tool Description: EMCO Ping Monitor software helps you to monitor the up/down state and the connection quality of network devices. The tool can send you notifications when the host state or the connection quality of the monitored hosts change. For every host, the program collects detailed statistics including the uptime, outages, latency and other monitoring metrics, so you can analyze the host performance during any historical period and generate detailed reports. @@ -26,10 +26,18 @@ Tags: - ping ReleaseNotes: |- Improvements: - - Added compatibility support for Windows 2025 and Windows 11 version 25H2. + - Added host state and quality information to the Hosts view. Resolved Issues: - - Fixed a potential crash when closing a document. - - Fixed a potential crash when configuring notification settings. + - Fixed custom sound notifications for alert resolution events. + - Fixed an issue with email headers. + - Fixed the Alerts view layout in the Web Interface when the Filters panel is open. + - Fixed a potential exception that could occur after restoring the server connection. + - Fixed an issue that could cause some hosts and groups to disappear from the Hosts view. + - Fixed an exception after resetting statistics filters via a dialog. + - Fixed a potential exception during renaming a document tab. + - Fixed a potential exception that could occur in the Hosts filter editor when custom fields are enabled. + - Fixed a potential exception while browsing hosts quality information. + - Fixed text drawing issues in the Hosts tree view. ReleaseNotesUrl: https://emcosoftware.com/ping-monitor/whats-new PurchaseUrl: https://emcosoftware.com/ping-monitor/purchase Documentations: @@ -38,4 +46,4 @@ Documentations: - DocumentLabel: Video Tour DocumentUrl: https://emcosoftware.com/ping-monitor/video-tour ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.locale.zh-CN.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.locale.zh-CN.yaml similarity index 92% rename from manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.locale.zh-CN.yaml rename to manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.locale.zh-CN.yaml index ecaba36454e0..cd8589f70d82 100644 --- a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.locale.zh-CN.yaml +++ b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.locale.zh-CN.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.2.1.6517 +PackageVersion: 9.3.0.7004 PackageLocale: zh-CN License: 专有软件 ShortDescription: 主机可用性和连接质量监控工具 @@ -20,4 +20,4 @@ Documentations: - DocumentLabel: 视频教程 DocumentUrl: https://emcosoftware.com/ping-monitor/video-tour ManifestType: locale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.yaml b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.yaml similarity index 71% rename from manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.yaml rename to manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.yaml index 8afdf2863712..0627abd6a643 100644 --- a/manifests/e/EMCOSoftware/PingMonitor/9.2.1.6517/EMCOSoftware.PingMonitor.yaml +++ b/manifests/e/EMCOSoftware/PingMonitor/9.3.0.7004/EMCOSoftware.PingMonitor.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: EMCOSoftware.PingMonitor -PackageVersion: 9.2.1.6517 +PackageVersion: 9.3.0.7004 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 From f1bcec7408ea391958d20aa4488cab18d3f90995 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 4 Jun 2026 01:32:03 -0400 Subject: [PATCH 22/83] New version: Microsoft.SafetyScanner version 1.451.256.0 (#383481) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.451.256.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..912e48968e2e --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.256.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.256.0&arch=x86 + InstallerSha256: 60A9C6865A90B0F3DEC19E1D3252D76879E932AC1CE3D51D84BFE84C5671F2C2 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.256.0&arch=amd64 + InstallerSha256: 9B2828F2A287AD3880C4ABB18B975CE1A2DBACB1387903D89AB55A75D253C928 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..1f5b0be5f1ec --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.256.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..b2447daa0438 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.256.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.256.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9a53546c0d56067440839ba57426f8e2839cd485 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:32:16 -0700 Subject: [PATCH 23/83] Automatic deletion of WavesAudio.WavesCentral 16.6.2.275940 (#383497) --- .../WavesAudio.WavesCentral.installer.yaml | 12 ------------ .../WavesAudio.WavesCentral.locale.en-US.yaml | 12 ------------ .../16.6.2.275940/WavesAudio.WavesCentral.yaml | 8 -------- 3 files changed, 32 deletions(-) delete mode 100644 manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.installer.yaml delete mode 100644 manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.locale.en-US.yaml delete mode 100644 manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.yaml diff --git a/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.installer.yaml b/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.installer.yaml deleted file mode 100644 index c874f87f085e..000000000000 --- a/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: WavesAudio.WavesCentral -PackageVersion: 16.6.2.275940 -Installers: -- Architecture: x64 - InstallerType: nullsoft - InstallerUrl: https://cf-installers.waves.com/WavesCentral/Install_Waves_Central.exe - InstallerSha256: 8328F9C4D0D5944875A63B03A95A361D22492502E2896D291EAFA29BBB60C717 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.locale.en-US.yaml b/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.locale.en-US.yaml deleted file mode 100644 index d978561f7431..000000000000 --- a/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: WavesAudio.WavesCentral -PackageVersion: 16.6.2.275940 -PackageLocale: en-US -Publisher: Waves Audio Ltd -PackageName: Waves Central -License: Copyright © 2021 Waves Audio Ltd -ShortDescription: Use Waves Central to install and activate the latest version of Waves products. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.yaml b/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.yaml deleted file mode 100644 index c233ad5af82d..000000000000 --- a/manifests/w/WavesAudio/WavesCentral/16.6.2.275940/WavesAudio.WavesCentral.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: WavesAudio.WavesCentral -PackageVersion: 16.6.2.275940 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 9a122e789c2e8f558fac112d24c3428eba0b99ec Mon Sep 17 00:00:00 2001 From: Grandpied33 <22610259+Grandpied33@users.noreply.github.com> Date: Thu, 4 Jun 2026 07:56:30 +0200 Subject: [PATCH 24/83] New version: Grandpied33.STH 0.2.17 (#383336) Co-authored-by: goreleaserbot --- .../STH/0.2.17/Grandpied33.STH.installer.yaml | 18 ++++++++++++++++ .../0.2.17/Grandpied33.STH.locale.en-US.yaml | 21 +++++++++++++++++++ .../STH/0.2.17/Grandpied33.STH.yaml | 7 +++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.installer.yaml create mode 100644 manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.locale.en-US.yaml create mode 100644 manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.yaml diff --git a/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.installer.yaml b/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.installer.yaml new file mode 100644 index 000000000000..0632765c4198 --- /dev/null +++ b/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Grandpied33.STH +PackageVersion: 0.2.17 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-03" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: sth.exe + PortableCommandAlias: sth + InstallerUrl: https://github.com/Grandpied33/sth-releases/releases/download/v0.2.17/sth-windows-amd64.zip + InstallerSha256: c5d120baef9e8e9b9b41d6010a74e8d8d8e03e6433368592f0e4ba79f13d24a0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.locale.en-US.yaml b/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.locale.en-US.yaml new file mode 100644 index 000000000000..e406e7939fb8 --- /dev/null +++ b/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: Grandpied33.STH +PackageVersion: 0.2.17 +PackageLocale: en-US +Publisher: Skills-Transfer-Hub +PublisherUrl: https://sth-dashboard.vercel.app/ +PublisherSupportUrl: https://github.com/Grandpied33/sth-releases/issues +PackageName: sth +PackageUrl: https://github.com/Grandpied33/sth-releases +License: MIT +LicenseUrl: https://github.com/Grandpied33/sth-releases/blob/main/LICENSE +ShortDescription: CLI to install and update AI skill bundles from a hosted catalog. +Description: | + STH (Skills Transfer Hub) is a single-binary Go CLI that connects a project + to a hosted catalog of AI resources, reads SKILLS.md, installs resources + locally, and keeps them in sync. +Moniker: sth +ReleaseNotesUrl: https://github.com/Grandpied33/sth-releases/releases/tag/v0.2.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.yaml b/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.yaml new file mode 100644 index 000000000000..a9860c6cd29d --- /dev/null +++ b/manifests/g/Grandpied33/STH/0.2.17/Grandpied33.STH.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: Grandpied33.STH +PackageVersion: 0.2.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9e0c821f3010cfb08794c66f19a4d5a2c410ca51 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Thu, 4 Jun 2026 01:56:44 -0400 Subject: [PATCH 25/83] New version: OpenCLICollective.newrelic-cli version 1.1.50 (#383348) --- ...nCLICollective.newrelic-cli.installer.yaml | 20 +++++++++ ...ICollective.newrelic-cli.locale.en-US.yaml | 43 +++++++++++++++++++ .../OpenCLICollective.newrelic-cli.yaml | 8 ++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.yaml diff --git a/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.installer.yaml b/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.installer.yaml new file mode 100644 index 000000000000..785587f4f420 --- /dev/null +++ b/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.newrelic-cli +PackageVersion: 1.1.50 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: nrq.exe + PortableCommandAlias: nrq +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/newrelic-cli/releases/download/v1.1.50/nrq_v1.1.50_windows_amd64.zip + InstallerSha256: 4DE6F57D26574F0E1A612C097CECA9F916F842C798AC476837CE65F6621A679F +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/newrelic-cli/releases/download/v1.1.50/nrq_v1.1.50_windows_arm64.zip + InstallerSha256: 307662769BCE433C20A1B11DB47DF0FAE41A67228325294AD3FF45A59DE54F71 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-03 diff --git a/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.locale.en-US.yaml new file mode 100644 index 000000000000..4f91e6fc6274 --- /dev/null +++ b/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.newrelic-cli +PackageVersion: 1.1.50 +PackageLocale: en-US +Publisher: open-cli-collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/newrelic-cli/issues +PackageName: New Relic CLI +PackageUrl: https://github.com/open-cli-collective/newrelic-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/newrelic-cli/blob/main/LICENSE +ShortDescription: Command-line interface for New Relic APIs +Description: |- + A command-line interface for interacting with New Relic APIs. + + Features: + - APM Applications: List applications, view details, and retrieve metrics + - Alert Policies: List and inspect alert policy configurations + - Dashboards: List and view dashboard details + - Deployments: Track deployment markers for applications + - Entities: Search across all New Relic entity types + - Log Parsing Rules: Create, list, update, and delete log parsing rules + - NerdGraph: Execute arbitrary GraphQL queries + - NRQL: Run NRQL queries directly from the command line + - Synthetic Monitors: List and inspect synthetic monitoring configurations + - Users: List and view user details + - Multiple Output Formats: Table, JSON, and plain (scriptable) output +Tags: +- newrelic +- cli +- monitoring +- apm +- observability +- devops +- sre +ReleaseNotesUrl: https://github.com/open-cli-collective/newrelic-cli/releases/tag/v1.1.50 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/newrelic-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.yaml b/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.yaml new file mode 100644 index 000000000000..ec8c68e4929e --- /dev/null +++ b/manifests/o/OpenCLICollective/newrelic-cli/1.1.50/OpenCLICollective.newrelic-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.newrelic-cli +PackageVersion: 1.1.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1416dad5c47cda922a41cecdccdcc967563da4a7 Mon Sep 17 00:00:00 2001 From: Grandpied33 <22610259+Grandpied33@users.noreply.github.com> Date: Thu, 4 Jun 2026 07:56:57 +0200 Subject: [PATCH 26/83] New version: Grandpied33.STH 0.2.21 (#383371) Co-authored-by: goreleaserbot --- .../STH/0.2.21/Grandpied33.STH.installer.yaml | 18 ++++++++++++++++ .../0.2.21/Grandpied33.STH.locale.en-US.yaml | 21 +++++++++++++++++++ .../STH/0.2.21/Grandpied33.STH.yaml | 7 +++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.installer.yaml create mode 100644 manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.locale.en-US.yaml create mode 100644 manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.yaml diff --git a/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.installer.yaml b/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.installer.yaml new file mode 100644 index 000000000000..5044b6663cbe --- /dev/null +++ b/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Grandpied33.STH +PackageVersion: 0.2.21 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-03" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: sth.exe + PortableCommandAlias: sth + InstallerUrl: https://github.com/Grandpied33/sth-releases/releases/download/v0.2.21/sth-windows-amd64.zip + InstallerSha256: 6690f884a871fd55d5da78954f9d7470661160da95712354233b0b777f800678 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.locale.en-US.yaml b/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.locale.en-US.yaml new file mode 100644 index 000000000000..fdfcfc29116d --- /dev/null +++ b/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: Grandpied33.STH +PackageVersion: 0.2.21 +PackageLocale: en-US +Publisher: Skills-Transfer-Hub +PublisherUrl: https://sth-dashboard.vercel.app/ +PublisherSupportUrl: https://github.com/Grandpied33/sth-releases/issues +PackageName: sth +PackageUrl: https://github.com/Grandpied33/sth-releases +License: MIT +LicenseUrl: https://github.com/Grandpied33/sth-releases/blob/main/LICENSE +ShortDescription: (Alpha) CLI to install and update AI skill bundles from a hosted catalog. +Description: | + STH (Skills Transfer Hub, Alpha) is a single-binary Go CLI that connects a project + to a hosted catalog of AI resources, reads SKILLS.md, installs resources + locally, and keeps them in sync. +Moniker: sth +ReleaseNotesUrl: https://github.com/Grandpied33/sth-releases/releases/tag/v0.2.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.yaml b/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.yaml new file mode 100644 index 000000000000..dade34a65279 --- /dev/null +++ b/manifests/g/Grandpied33/STH/0.2.21/Grandpied33.STH.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: Grandpied33.STH +PackageVersion: 0.2.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From eb6d389895a2a70dc1dc750862e400b54a030fc6 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Thu, 4 Jun 2026 07:57:44 +0200 Subject: [PATCH 27/83] Added elevationRequired: Jabra.Direct version 8.1.14601 (#383484) --- manifests/j/Jabra/Direct/8.1.14601/Jabra.Direct.installer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/j/Jabra/Direct/8.1.14601/Jabra.Direct.installer.yaml b/manifests/j/Jabra/Direct/8.1.14601/Jabra.Direct.installer.yaml index 80c2ec439d7c..2f97c7a54fa2 100644 --- a/manifests/j/Jabra/Direct/8.1.14601/Jabra.Direct.installer.yaml +++ b/manifests/j/Jabra/Direct/8.1.14601/Jabra.Direct.installer.yaml @@ -14,5 +14,6 @@ Installers: - Architecture: x64 InstallerUrl: https://jabraxpressonlineprdstor.blob.core.windows.net/jdo/JabraDirectSetup.exe InstallerSha256: 5E11F3709FB3327B206B19E2291AA69E74EF08D93E56D826488206D94C8C48D5 +ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.12.0 From 78cf57824f8e6ca2d2127312b97d8da8d320f80d Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:07:15 +0800 Subject: [PATCH 28/83] Update version: CrystalDewWorld.CrystalDiskInfo version 9.9.0 (#383127) --- ...talDewWorld.CrystalDiskInfo.installer.yaml | 42 ++++----- ...DewWorld.CrystalDiskInfo.locale.en-US.yaml | 92 +++++++++---------- ...DewWorld.CrystalDiskInfo.locale.ja-JP.yaml | 80 ++++++++-------- ...DewWorld.CrystalDiskInfo.locale.zh-CN.yaml | 68 +++++++------- .../CrystalDewWorld.CrystalDiskInfo.yaml | 16 ++-- 5 files changed, 149 insertions(+), 149 deletions(-) diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml index b14ceaaf5c4b..f9218518e9c2 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo -PackageVersion: 9.9.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2026-05-18 -Installers: -- Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0.exe/download - InstallerSha256: F77A051FC3C1E2D3C662FC8933E0064609DA109B5FC3E8BBD17626EDC4CF8AEF -- Architecture: x64 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0.exe/download - InstallerSha256: F77A051FC3C1E2D3C662FC8933E0064609DA109B5FC3E8BBD17626EDC4CF8AEF -- Architecture: arm64 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0.exe/download - InstallerSha256: F77A051FC3C1E2D3C662FC8933E0064609DA109B5FC3E8BBD17626EDC4CF8AEF -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-05-18 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0.exe + InstallerSha256: F77A051FC3C1E2D3C662FC8933E0064609DA109B5FC3E8BBD17626EDC4CF8AEF +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0.exe + InstallerSha256: F77A051FC3C1E2D3C662FC8933E0064609DA109B5FC3E8BBD17626EDC4CF8AEF +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0.exe + InstallerSha256: F77A051FC3C1E2D3C662FC8933E0064609DA109B5FC3E8BBD17626EDC4CF8AEF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml index ed2fa01d2918..b989abf72cf7 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml @@ -1,46 +1,46 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo -PackageVersion: 9.9.0 -PackageLocale: en-US -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/en/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo -PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: © 2008-2026 hiyohiyo -ShortDescription: A HDD/SSD utility software which supports parts of USB, Intel RAID and NVMe. -Moniker: crystaldiskinfo -Tags: -- diagnostic -- disk-diagnostics -- disk-utility -- diskhealth -- hard-disk -- hard-drive -- harddisk -- harddrive -- hdd -- m.2 -- nvmexpress -- raid -- smart -- solidstatedrive -- ssd -- utility -ReleaseNotes: |- - - Added: [FAKE] label support for counterfeit Samsung SSDs - - Added: Support for JMicron JMS59x - - Fixed: JMS586 New was not working properly - - Improved: Security of DLL loading process -ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2026 hiyohiyo +ShortDescription: A HDD/SSD utility software which supports parts of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk-diagnostics +- disk-utility +- diskhealth +- hard-disk +- hard-drive +- harddisk +- harddrive +- hdd +- m.2 +- nvmexpress +- raid +- smart +- solidstatedrive +- ssd +- utility +ReleaseNotes: |- + - Added: [FAKE] label support for counterfeit Samsung SSDs + - Added: Support for JMicron JMS59x + - Fixed: JMS586 New was not working properly + - Improved: Security of DLL loading process +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.ja-JP.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.ja-JP.yaml index 701f5dc93fcf..e5046ae46440 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.ja-JP.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.ja-JP.yaml @@ -1,40 +1,40 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo -PackageVersion: 9.9.0 -PackageLocale: ja-JP -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/ja/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo -PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: © 2008-2026 hiyohiyo -ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 -Tags: -- hhd -- nvme -- smart -- ssd -- ディスク -- ディスクユーティリティ -- ディスク診断 -- ハードドライブ -- ユーティリティ -- 診断 -ReleaseNotes: |- - - 追加:偽物 Samsung SSD に[FAKE]ラベル設定 - より巧妙化した偽 SSD が出現!990 PRO 風でベンチマーク速度は出てしまう悪質な模造品が流通 (AKIBA PC Hotline!) - - 追加:JMicron JMS59x に対応 - - 修正:JMS586 New が正常動作しない不具合 - - 修正:DLL 読み込み処理の安全性を改善 -ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.0 +PackageLocale: ja-JP +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ja/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2026 hiyohiyo +ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 +Tags: +- hhd +- nvme +- smart +- ssd +- ディスク +- ディスクユーティリティ +- ディスク診断 +- ハードドライブ +- ユーティリティ +- 診断 +ReleaseNotes: |- + - 追加:偽物 Samsung SSD に[FAKE]ラベル設定 + より巧妙化した偽 SSD が出現!990 PRO 風でベンチマーク速度は出てしまう悪質な模造品が流通 (AKIBA PC Hotline!) + - 追加:JMicron JMS59x に対応 + - 修正:JMS586 New が正常動作しない不具合 + - 修正:DLL 読み込み処理の安全性を改善 +ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml index 8d4becdb8133..cf36f4039d9e 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml @@ -1,34 +1,34 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo -PackageVersion: 9.9.0 -PackageLocale: zh-CN -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/en/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo -PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: © 2008-2026 hiyohiyo -ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 -Tags: -- nvme -- smart -- 固态硬盘 -- 工具 -- 机械硬盘 -- 硬盘 -- 硬盘工具 -- 硬盘诊断 -- 磁盘 -- 诊断 -ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.0 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2026 hiyohiyo +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.yaml index cb42202750da..aabc8daa407b 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.0/CrystalDewWorld.CrystalDiskInfo.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo -PackageVersion: 9.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4177f2071cc7ba65022a8addcaa21b7e52fef742 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:11:27 +0800 Subject: [PATCH 29/83] Update version: CrystalDewWorld.CrystalDiskInfo.AoiEdition version 9.9.0 (#383168) --- ....CrystalDiskInfo.AoiEdition.installer.yaml | 42 +++++----- ...ystalDiskInfo.AoiEdition.locale.en-US.yaml | 84 +++++++++---------- ...ystalDiskInfo.AoiEdition.locale.ja-JP.yaml | 84 +++++++++---------- ...ystalDiskInfo.AoiEdition.locale.zh-CN.yaml | 72 ++++++++-------- ...alDewWorld.CrystalDiskInfo.AoiEdition.yaml | 16 ++-- 5 files changed, 149 insertions(+), 149 deletions(-) diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml index 2b4760cd0927..8937f56fe131 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition -PackageVersion: 9.9.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2026-05-18 -Installers: -- Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0Aoi.exe/download - InstallerSha256: 7F85140012FE906BE6468897B2365FE727AC6993C9BD29828AFCAE17C21B5C39 -- Architecture: x64 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0Aoi.exe/download - InstallerSha256: 7F85140012FE906BE6468897B2365FE727AC6993C9BD29828AFCAE17C21B5C39 -- Architecture: arm64 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0Aoi.exe/download - InstallerSha256: 7F85140012FE906BE6468897B2365FE727AC6993C9BD29828AFCAE17C21B5C39 -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-05-18 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0Aoi.exe + InstallerSha256: 7F85140012FE906BE6468897B2365FE727AC6993C9BD29828AFCAE17C21B5C39 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0Aoi.exe + InstallerSha256: 7F85140012FE906BE6468897B2365FE727AC6993C9BD29828AFCAE17C21B5C39 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0Aoi.exe + InstallerSha256: 7F85140012FE906BE6468897B2365FE727AC6993C9BD29828AFCAE17C21B5C39 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml index 02d413c35b2c..9061777eeb1a 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml @@ -1,42 +1,42 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition -PackageVersion: 9.9.0 -PackageLocale: en-US -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/en/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo Aoi Edition -PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: |- - © 2008-2026 hiyohiyo - © 2023-2026 nijihashi sola -ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. -Moniker: crystaldiskinfo-aoi -Tags: -- diagnostic -- disk -- disk-diagnostic -- disk-utility -- hard-drive -- hdd -- nvme -- smart -- ssd -- utility -ReleaseNotes: |- - - Added: [FAKE] label support for counterfeit Samsung SSDs - - Added: Support for JMicron JMS59x - - Fixed: JMS586 New was not working properly - - Improved: Security of DLL loading process -ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2023-2026 nijihashi sola +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. +Moniker: crystaldiskinfo-aoi +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + - Added: [FAKE] label support for counterfeit Samsung SSDs + - Added: Support for JMicron JMS59x + - Fixed: JMS586 New was not working properly + - Improved: Security of DLL loading process +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.ja-JP.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.ja-JP.yaml index 6d83d64cb935..172a1f3cc895 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.ja-JP.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.ja-JP.yaml @@ -1,42 +1,42 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition -PackageVersion: 9.9.0 -PackageLocale: ja-JP -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/ja/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo Aoi Edition -PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: |- - © 2008-2026 hiyohiyo - © 2023-2026 nijihashi sola -ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 AoiテーマのCrystalDiskInfoです。 -Tags: -- hhd -- nvme -- smart -- ssd -- ディスク -- ディスクユーティリティ -- ディスク診断 -- ハードドライブ -- ユーティリティ -- 診断 -ReleaseNotes: |- - - 追加:偽物 Samsung SSD に[FAKE]ラベル設定 - より巧妙化した偽 SSD が出現!990 PRO 風でベンチマーク速度は出てしまう悪質な模造品が流通 (AKIBA PC Hotline!) - - 追加:JMicron JMS59x に対応 - - 修正:JMS586 New が正常動作しない不具合 - - 修正:DLL 読み込み処理の安全性を改善 -ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.0 +PackageLocale: ja-JP +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ja/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2023-2026 nijihashi sola +ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 AoiテーマのCrystalDiskInfoです。 +Tags: +- hhd +- nvme +- smart +- ssd +- ディスク +- ディスクユーティリティ +- ディスク診断 +- ハードドライブ +- ユーティリティ +- 診断 +ReleaseNotes: |- + - 追加:偽物 Samsung SSD に[FAKE]ラベル設定 + より巧妙化した偽 SSD が出現!990 PRO 風でベンチマーク速度は出てしまう悪質な模造品が流通 (AKIBA PC Hotline!) + - 追加:JMicron JMS59x に対応 + - 修正:JMS586 New が正常動作しない不具合 + - 修正:DLL 読み込み処理の安全性を改善 +ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml index 6e92266e13e5..1d451df10df3 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml @@ -1,36 +1,36 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition -PackageVersion: 9.9.0 -PackageLocale: zh-CN -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/en/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo Aoi Edition -PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: |- - © 2008-2026 hiyohiyo - © 2023-2026 nijihashi sola -ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 -Tags: -- nvme -- smart -- 固态硬盘 -- 工具 -- 机械硬盘 -- 硬盘 -- 硬盘工具 -- 硬盘诊断 -- 磁盘 -- 诊断 -ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.0 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2023-2026 nijihashi sola +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml index 6dbe9c00e2a3..ba229825a223 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition -PackageVersion: 9.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c14de8c826ac8e97b87c2b97c695b1f3f791996a Mon Sep 17 00:00:00 2001 From: Rust Winget Bot <116413480+Rust-Winget-Bot@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:22:32 -0600 Subject: [PATCH 30/83] add Rustlang.Rust.MSVC version 1.96.0 (#380955) --- .../1.96.0/Rustlang.Rust.MSVC.installer.yaml | 33 +++++++++++++++++++ .../Rustlang.Rust.MSVC.locale.en-US.yaml | 24 ++++++++++++++ .../Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.yaml | 9 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.installer.yaml create mode 100644 manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.locale.en-US.yaml create mode 100644 manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.yaml diff --git a/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.installer.yaml b/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.installer.yaml new file mode 100644 index 000000000000..03cbd96a6cc4 --- /dev/null +++ b/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.installer.yaml @@ -0,0 +1,33 @@ +# Auto-generated by Rust-Winget-Bot (https://github.com/Rust-Winget-Bot) +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Rustlang.Rust.MSVC +PackageVersion: 1.96.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: arm64 + InstallerUrl: https://static.rust-lang.org/dist/rust-1.96.0-aarch64-pc-windows-msvc.msi + InstallerSha256: 34F825B45E5542C5A2851081BF46FE701C8FFFAF0911358B65E2A8608AD6FF57 + ProductCode: '{D9E8A507-F8A6-4FE1-AD87-C1AF0C74C06A}' + AppsAndFeaturesEntries: + - DisplayName: Rust 1.96 (MSVC) + ProductCode: '{D9E8A507-F8A6-4FE1-AD87-C1AF0C74C06A}' +- Architecture: x86 + InstallerUrl: https://static.rust-lang.org/dist/rust-1.96.0-i686-pc-windows-msvc.msi + InstallerSha256: BCA8825B11579FE04EF148FD19B1347A922CFA19B4DBEC08FB8646E9140417C3 + ProductCode: '{FB2B9626-2F2E-48C6-9D8E-C26AC4FBA0E6}' + AppsAndFeaturesEntries: + - DisplayName: Rust 1.96 (MSVC) + ProductCode: '{FB2B9626-2F2E-48C6-9D8E-C26AC4FBA0E6}' +- Architecture: x64 + InstallerUrl: https://static.rust-lang.org/dist/rust-1.96.0-x86_64-pc-windows-msvc.msi + InstallerSha256: 5001113954BE3261A48ED8EFA0E613E70E425046820BAB6222E6886A30A717FC + ProductCode: '{D72B1A48-17EC-4FCA-997F-44C7C060FD9A}' + AppsAndFeaturesEntries: + - DisplayName: Rust 1.96 (MSVC 64-bit) + ProductCode: '{D72B1A48-17EC-4FCA-997F-44C7C060FD9A}' +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.locale.en-US.yaml b/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.locale.en-US.yaml new file mode 100644 index 000000000000..ad53425f321e --- /dev/null +++ b/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Auto-generated by Rust-Winget-Bot (https://github.com/Rust-Winget-Bot) +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Rustlang.Rust.MSVC +PackageVersion: 1.96.0 +PackageLocale: en-US +Publisher: The Rust Project Developers +PublisherUrl: https://github.com/rust-lang/rust +PublisherSupportUrl: https://github.com/rust-lang/rust/issues +Author: The Rust Project Developers +PackageName: Rust (MSVC) +PackageUrl: https://www.rust-lang.org/ +License: Apache 2.0 and MIT +LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT +CopyrightUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT +ShortDescription: this is the rust-lang built with msvc toolchain +Moniker: rust-msvc +Tags: +- msvc +- rust +- windows +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.yaml b/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.yaml new file mode 100644 index 000000000000..fa736cedba6b --- /dev/null +++ b/manifests/r/Rustlang/Rust/MSVC/1.96.0/Rustlang.Rust.MSVC.yaml @@ -0,0 +1,9 @@ +# Auto-generated by Rust-Winget-Bot (https://github.com/Rust-Winget-Bot) +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Rustlang.Rust.MSVC +PackageVersion: 1.96.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 + From 67acf58a0a218b754dba41cdbe17ab1ed09d3dc8 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:22:47 +0200 Subject: [PATCH 31/83] New version: TerraformLinters.tflint version 0.63.1 (#383335) --- .../TerraformLinters.tflint.installer.yaml | 25 +++++++++++++++ .../TerraformLinters.tflint.locale.en-US.yaml | 32 +++++++++++++++++++ .../0.63.1/TerraformLinters.tflint.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.installer.yaml create mode 100644 manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.locale.en-US.yaml create mode 100644 manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.yaml diff --git a/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.installer.yaml b/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.installer.yaml new file mode 100644 index 000000000000..d94026b23381 --- /dev/null +++ b/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TerraformLinters.tflint +PackageVersion: 0.63.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tflint.exe +Commands: +- tflint +FileExtensions: +- hcl +- tf +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/terraform-linters/tflint/releases/download/v0.63.1/tflint_windows_386.zip + InstallerSha256: 401E97DF8675D7B42E8DBFEAFD1EB93A4152C19A6E305E6B94C8D7CDA1B3D28C +- Architecture: x64 + InstallerUrl: https://github.com/terraform-linters/tflint/releases/download/v0.63.1/tflint_windows_amd64.zip + InstallerSha256: 5FBFB643B83C4AD489BDE15A0E0D46E53DC9AA8DFA76D25DA3C4BD2698A41A19 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.locale.en-US.yaml b/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.locale.en-US.yaml new file mode 100644 index 000000000000..d26716fe3617 --- /dev/null +++ b/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TerraformLinters.tflint +PackageVersion: 0.63.1 +PackageLocale: en-US +Publisher: Terraform Linters +PublisherUrl: https://github.com/terraform-linters +PublisherSupportUrl: https://github.com/terraform-linters/tflint/issues +Author: Kazuma Watanabe +PackageName: TFLint +PackageUrl: https://github.com/terraform-linters/tflint +License: MPL-2.0 +LicenseUrl: https://github.com/terraform-linters/tflint/blob/HEAD/LICENSE +Copyright: Copyright (c) Terraform Linters +ShortDescription: A Pluggable Terraform Linter +Moniker: tflint +Tags: +- lint +- terraform +- tflint +ReleaseNotes: |- + What's Changed + Note + This release contains only a fix for the release pipeline; the actual behavior remains unchanged from v0.63.0. + Chores + - Pass the GitHub App token as the step output by @wata727 in #2553 + - Remove unneeded job dependency by @wata727 in #2554 + Full Changelog: v0.63.0...v0.63.1 +ReleaseNotesUrl: https://github.com/terraform-linters/tflint/releases/tag/v0.63.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.yaml b/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.yaml new file mode 100644 index 000000000000..59bc31e5b099 --- /dev/null +++ b/manifests/t/TerraformLinters/tflint/0.63.1/TerraformLinters.tflint.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: TerraformLinters.tflint +PackageVersion: 0.63.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 99ad63bdce83fe308bbaa79e3a60d64303dd821e Mon Sep 17 00:00:00 2001 From: K-Davos Date: Thu, 4 Jun 2026 08:23:01 +0200 Subject: [PATCH 32/83] EvolveOS.Optimizer version 1.1.5.331 (#383358) --- .../1.1.5.331/EvolveOS.Optimizer.installer.yaml | 14 ++++++++++++++ .../1.1.5.331/EvolveOS.Optimizer.locale.en-US.yaml | 13 +++++++++++++ .../Optimizer/1.1.5.331/EvolveOS.Optimizer.yaml | 8 ++++++++ 3 files changed, 35 insertions(+) create mode 100644 manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.installer.yaml create mode 100644 manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.locale.en-US.yaml create mode 100644 manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.yaml diff --git a/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.installer.yaml b/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.installer.yaml new file mode 100644 index 000000000000..090328920b36 --- /dev/null +++ b/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EvolveOS.Optimizer +PackageVersion: 1.1.5.331 +InstallerType: portable +Commands: +- evolveos +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EvolveOS-Software/EvolveOS_Optimizer_V3.0/releases/download/1.1.5.331/EvolveOS_Optimizer.exe + InstallerSha256: 3BC5D8C9F7A5A8FA120C7D11A0B5799401D796D071B76A2E5524A6AAA02EAF97 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.locale.en-US.yaml b/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.locale.en-US.yaml new file mode 100644 index 000000000000..51bbcbf9c5c6 --- /dev/null +++ b/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EvolveOS.Optimizer +PackageVersion: 1.1.5.331 +PackageLocale: en-US +Publisher: EvolveOS Software +PackageName: EvolveOS Optimizer +License: MIT License +Copyright: © 2024-2026 EvolveOS +ShortDescription: A powerful, self-contained Windows management suite that combines aggressive system optimization, deep privacy controls, telemetry debloating, and OS tweaks. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.yaml b/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.yaml new file mode 100644 index 000000000000..b06f429cab3c --- /dev/null +++ b/manifests/e/EvolveOS/Optimizer/1.1.5.331/EvolveOS.Optimizer.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: EvolveOS.Optimizer +PackageVersion: 1.1.5.331 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 24b88669f08efcdee849a0181547b9b3a702ca56 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:23:17 +0800 Subject: [PATCH 33/83] New version: Notepad++.Notepad++ version 8.9.6.4 (#383401) --- .../Notepad++.Notepad++.installer.yaml | 87 +++++++++++++++++++ .../Notepad++.Notepad++.locale.en-US.yaml | 35 ++++++++ .../8.9.6.4/Notepad++.Notepad++.yaml | 8 ++ 3 files changed, 130 insertions(+) create mode 100644 manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.installer.yaml create mode 100644 manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.locale.en-US.yaml create mode 100644 manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.yaml diff --git a/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.installer.yaml b/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.installer.yaml new file mode 100644 index 000000000000..cfb10cc32b64 --- /dev/null +++ b/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.installer.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Notepad++.Notepad++ +PackageVersion: 8.9.6.4 +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.6.4/npp.8.9.6.4.Installer.x64.exe + InstallerSha256: CB902F8A9628324DBE5233B5202E716EA469720C9A1AC968007DF2288E4ED2EA + ExpectedReturnCodes: + - InstallerReturnCode: 5 + ReturnResponse: packageInUse + UpgradeBehavior: install + ProductCode: Notepad++ + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Notepad++' +- Architecture: x86 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.6.4/npp.8.9.6.4.Installer.exe + InstallerSha256: 194A73F96450760B5D7C15B364DB06B8EC2CC5F4FEA51F5998B2FE3AE45F542F + ExpectedReturnCodes: + - InstallerReturnCode: 5 + ReturnResponse: packageInUse + UpgradeBehavior: install + ProductCode: Notepad++ + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Notepad++' +- Architecture: arm64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.6.4/npp.8.9.6.4.Installer.arm64.exe + InstallerSha256: C318D51A5777BF3488CA10198F338D3BD92CB5768F49B5350A774C7767035ACA + ExpectedReturnCodes: + - InstallerReturnCode: 5 + ReturnResponse: packageInUse + UpgradeBehavior: install + ProductCode: Notepad++ + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Notepad++' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.6.4/npp.8.9.6.4.Installer.x64.msi + InstallerSha256: CAF99C55ACF3B9DC40BD0B1C414A2DF3ADDD580E2C0184DA9A1F8A3C4BEC3F7A + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + UpgradeBehavior: install + ProductCode: '{6F342D5B-F778-439D-9F98-8ECC24CCFEB4}' + AppsAndFeaturesEntries: + - UpgradeCode: '{CDB13460-04DF-4708-A7FD-4CB4A0684605}' + ElevationRequirement: elevatesSelf +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: notepad++.exe + PortableCommandAlias: notepad++ + InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.6.4/npp.8.9.6.4.portable.zip + InstallerSha256: 93F19CA5A5F2B857DD9397D080B5BFC3552E72BEA26E4BEB701EFEA2101F3AC0 + ArchiveBinariesDependOnPath: true +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: notepad++.exe + PortableCommandAlias: notepad++ + InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.6.4/npp.8.9.6.4.portable.x64.zip + InstallerSha256: 7B3618195757EED0D47DEBC28661FE998E68D3822A06A3621EE669EE358FC952 + ArchiveBinariesDependOnPath: true +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: notepad++.exe + PortableCommandAlias: notepad++ + InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.6.4/npp.8.9.6.4.portable.arm64.zip + InstallerSha256: 9980F988E633EC3BBBBC23D28EF041381D4D299A20E49F3F9F771D00C2A26C50 + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.locale.en-US.yaml b/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.locale.en-US.yaml new file mode 100644 index 000000000000..195c8cf86636 --- /dev/null +++ b/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Notepad++.Notepad++ +PackageVersion: 8.9.6.4 +PackageLocale: en-US +Publisher: Notepad++ Team +PublisherUrl: https://notepad-plus-plus.org/ +PublisherSupportUrl: https://notepad-plus-plus.org/online-help +Author: Don Ho +PackageName: Notepad++ +PackageUrl: https://notepad-plus-plus.org/ +License: GPL-3.0-or-later +LicenseUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/blob/HEAD/LICENSE +Copyright: Copyright (C)2026 Don HO . +CopyrightUrl: https://raw.githubusercontent.com/notepad-plus-plus/notepad-plus-plus/master/LICENSE +ShortDescription: Notepad++ is a free source code editor that supports several languages. +Description: |- + Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. + Running in the MS Windows environment, its use is governed by GNU General Public License. +Moniker: notepad++ +Tags: +- development +- editor +- foss +- notepad +- open-source +- text +- text-editor +ReleaseNotesUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v8.9.6.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.yaml b/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.yaml new file mode 100644 index 000000000000..34bf4e9a6c04 --- /dev/null +++ b/manifests/n/Notepad++/Notepad++/8.9.6.4/Notepad++.Notepad++.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: Notepad++.Notepad++ +PackageVersion: 8.9.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 656968011efd1296a46b9eb5af40798aabb5405b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:23:34 -0700 Subject: [PATCH 34/83] Automatic update of VirtualHere.USBClient from 5.9.8 to 5.9.9 (#383478) --- .../VirtualHere.USBClient.installer.yaml | 19 +++++++++++ .../VirtualHere.USBClient.locale.en-US.yaml | 32 +++++++++++++++++++ .../VirtualHere.USBClient.locale.zh-CN.yaml | 24 ++++++++++++++ .../5.9.9/VirtualHere.USBClient.yaml | 8 +++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.installer.yaml create mode 100644 manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.en-US.yaml create mode 100644 manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.zh-CN.yaml create mode 100644 manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.yaml diff --git a/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.installer.yaml b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.installer.yaml new file mode 100644 index 000000000000..310adc69a07b --- /dev/null +++ b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VirtualHere.USBClient +PackageVersion: 5.9.9 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- vhclient +ReleaseDate: 2026-03-02 +Installers: +- Architecture: x64 + InstallerUrl: https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe + InstallerSha256: 987AE6C15C5F97206A328BD2F0EF55F18B41CD86C7D630725C25ECA89A8ED007 +- Architecture: arm64 + InstallerUrl: https://www.virtualhere.com/sites/default/files/usbclient/vhuiarm64.exe + InstallerSha256: 553591EAF529D8BE595D74862D6F2F3168FBBCC499251BFCD33E59F32B522FCF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.en-US.yaml b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.en-US.yaml new file mode 100644 index 000000000000..5d048d6bf728 --- /dev/null +++ b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VirtualHere.USBClient +PackageVersion: 5.9.9 +PackageLocale: en-US +Publisher: VirtualHere Pty. Ltd. +PublisherUrl: https://www.virtualhere.com/ +PublisherSupportUrl: https://www.virtualhere.com/forum/2 +PrivacyUrl: https://www.virtualhere.com/privacy +PackageName: VirtualHere USB Client +PackageUrl: https://www.virtualhere.com/usb_client_software +License: Proprietary +Copyright: (c) VirtualHere Pty. Ltd. 2010-2023 +ShortDescription: > + Client application for VirtualHere, allowing USB devices to be used remotely over a network just as if they were locally connected. +Description: |- + The VirtualHere USB Client runs on Windows, MacOS, Linux and Android. The client was created to be + intuitive and extremely easy to use. + + The client needs to be run on any machine that wants to use USB devices shared by the VirtualHere + USB Server. + + The software will automatically find USB devices shared by VirtualHere USB Servers on the network. + Available USB devices will be displayed in a tree. + + Right click on the device you want to use and select Use. It will then appear to be directly + connected to your machine and can be used just like a local device! +ReleaseNotesUrl: https://www.virtualhere.com/node/955 +PurchaseUrl: https://www.virtualhere.com/purchase +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.zh-CN.yaml b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.zh-CN.yaml new file mode 100644 index 000000000000..947372c8ffb3 --- /dev/null +++ b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: VirtualHere.USBClient +PackageVersion: 5.9.9 +PackageLocale: zh-CN +Publisher: VirtualHere Pty. Ltd. +PublisherUrl: https://www.virtualhere.com/ +PublisherSupportUrl: https://www.virtualhere.com/forum/2 +PrivacyUrl: https://www.virtualhere.com/privacy +PackageName: VirtualHere USB 客户端 +PackageUrl: https://www.virtualhere.com/usb_client_software +License: 专有软件 +Copyright: (c) VirtualHere Pty. Ltd. 2010-2023 +ShortDescription: VirtualHere 的客户端应用程序,允许通过网络远程使用 USB 设备,就像它们是本地连接的一样。 +Description: |- + VirtualHere USB 客户端可在 Windows、MacOS、Linux 和 Android 上运行。该客户端的设计直观,极易使用。 + 客户端需要在任何想要使用由 VirtualHere USB 服务器共享的 USB 设备的计算机上运行。 + 软件会自动查找网络上由 VirtualHere USB 服务器共享的 USB 设备。可用的 USB 设备将以树状结构显示。 + 右键点击您想要使用的设备并选择“使用”。设备将显示为已直接连接到您的计算机,并且可以像本地设备一样使用! +ReleaseNotesUrl: https://www.virtualhere.com/node/955 +PurchaseUrl: https://www.virtualhere.com/purchase +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.yaml b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.yaml new file mode 100644 index 000000000000..95ab12eadd82 --- /dev/null +++ b/manifests/v/VirtualHere/USBClient/5.9.9/VirtualHere.USBClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VirtualHere.USBClient +PackageVersion: 5.9.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9fdc6d0cac45272e20d5b7ce1b818b3b15a16736 Mon Sep 17 00:00:00 2001 From: Robert Nio <50460704+githubrobbi@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:23:48 -0700 Subject: [PATCH 35/83] New version: SkyLLC.UFFS version 0.5.110 (#383485) --- .../UFFS/0.5.110/SkyLLC.UFFS.installer.yaml | 32 +++++ .../0.5.110/SkyLLC.UFFS.locale.en-US.yaml | 129 ++++++++++++++++++ .../s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.yaml | 8 ++ 3 files changed, 169 insertions(+) create mode 100644 manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.installer.yaml create mode 100644 manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.locale.en-US.yaml create mode 100644 manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.yaml diff --git a/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.installer.yaml b/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.installer.yaml new file mode 100644 index 000000000000..d59581ba6ad3 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.installer.yaml @@ -0,0 +1,32 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.5.110 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uffs-windows-x64/uffs-mft.exe + PortableCommandAlias: uffs-mft +- RelativeFilePath: uffs-windows-x64/uffs-tui.exe + PortableCommandAlias: uffs-tui +- RelativeFilePath: uffs-windows-x64/uffs.exe + PortableCommandAlias: uffs +- RelativeFilePath: uffs-windows-x64/uffsd.exe + PortableCommandAlias: uffsd +- RelativeFilePath: uffs-windows-x64/uffsmcp.exe + PortableCommandAlias: uffsmcp +Scope: user +InstallModes: +- silent +- silentWithProgress +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/download/v0.5.110/uffs-windows-x64.zip + InstallerSha256: 62BFE5FDC13803DD4139FC0A6F7A0047D870038FFE7A53E35BAB8086AB42382E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.locale.en-US.yaml b/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.locale.en-US.yaml new file mode 100644 index 000000000000..19e93e667b19 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.locale.en-US.yaml @@ -0,0 +1,129 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.5.110 +PackageLocale: en-US +Publisher: Sky, LLC +PublisherUrl: https://github.com/skyllc-ai +PublisherSupportUrl: https://github.com/skyllc-ai/UltraFastFileSearch/issues +PackageName: UFFS - Ultra Fast File Search +PackageUrl: https://github.com/skyllc-ai/UltraFastFileSearch +License: MPL-2.0 +LicenseUrl: https://github.com/skyllc-ai/UltraFastFileSearch/blob/HEAD/LICENSE +ShortDescription: Benchmark-driven NTFS search engine for Windows +Description: |- + UFFS reads the NTFS Master File Table directly, builds a compact persisted index, + and serves targeted queries in 0-3 ms daemon-side. One Rust engine for CLI, daemon, + TUI, and MCP agent workflows. Proven on 100M-record scale. +Tags: +- cli +- file-search +- mft +- ntfs +- rust +- search +- windows +ReleaseNotes: |- + UFFS v0.5.110 + 🚀 What's New + See the full changelog + and CHANGELOG.md in the repository for details. + 📦 Downloads + UFFS is a Windows-native NTFS search engine — live indexing of + the Master File Table requires Windows. The engine core is + cross-platform, so macOS and Linux builds are shipped for + offline MFT analysis from captured .mft / .bin snapshots. + Each platform ships as a one-download ZIP bundle in three + tiers — pick the one that matches how much you need: + ──────┬───────────┬───────────────────────────────────────────────────────────────────── + Tier │Zip suffix │Contents + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + min │-min.zip │uffs + uffsd + uffs-tui demo. Lean engine for CI/scripting. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + normal│(no suffix)│min + uffsmcp + uffs-mft + docs + brand + packaging helper. + │ │Recommended. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + full │-full.zip │normal + the uffs-diag diagnostic tools. + ──────┴───────────┴───────────────────────────────────────────────────────────────────── + > 🖥️ Every tier bundles the free uffs-tui demo — the + > zero-setup front door. After unzipping, just run uffs-tui + > to browse your own drives in a UI (the daemon auto-starts). + > The demo has capped result counts and disabled exports; see + > DEMO-LICENSE.txt in the zip. Full TUI/GUI are commercial. + Individual binaries are also attached for automation that + wgets a single file. + 🟦 Windows x86_64 — primary live-indexing target + - uffs-windows-x64.zip — recommended (normal tier): CLI + + daemon + MCP + MFT tooling + uffs-tui demo + icon + docs. + The .exes ship with the UFFS icon and asInvoker manifest + embedded. Also: uffs-windows-x64-min.zip, + uffs-windows-x64-full.zip. + - Raw binaries: uffs-windows-x64.exe, uffsd-windows-x64.exe, + uffsmcp-windows-x64.exe, uffs-mft-windows-x64.exe. + 🍏 macOS Apple Silicon — offline MFT analysis + - uffs-macos-arm64.zip — recommended (normal tier): raw + binaries + uffs-tui demo + a ready-to-run UFFS.app bundle + - icns + docs + packaging/macos/bundle.sh for rebuilding. + Also: uffs-macos-arm64-min.zip, uffs-macos-arm64-full.zip. + - Raw binaries: uffs-macos-arm64, uffsd-macos-arm64, + uffsmcp-macos-arm64, uffs-mft-macos-arm64. + - Intel Macs: run the arm64 build under Rosetta 2. + 🐧 Linux x86_64 — offline MFT analysis + - uffs-linux-x64.zip — recommended (normal tier): binaries + - uffs-tui demo + full hicolor icon tree + + packaging/linux/install.sh (drops the .desktop entry and + icons under /usr/local with one sudo invocation) + docs. + Also: uffs-linux-x64-min.zip, uffs-linux-x64-full.zip. + - Raw binaries: uffs-linux-x64, uffsd-linux-x64, + uffsmcp-linux-x64, uffs-mft-linux-x64. + - Use with --mft-file to analyse captured MFT snapshots on servers, forensics VMs, or in Docker. + 🔐 Verification + All binaries are accompanied by SHA256 checksums in CHECKSUMS.txt. + Verify with: + sha256sum -c CHECKSUMS.txt + Additionally, every release asset carries a SLSA build- + provenance attestation signed with the workflow's Sigstore + OIDC identity. Verify with GitHub CLI: + gh attestation verify --owner skyllc-ai + A successful verification proves the bytes were produced by + this exact workflow run on this exact commit. + 📋 SBOM (Software Bill of Materials) + Each workspace crate ships a CycloneDX 1.5 SBOM alongside the + binaries: sbom-.cdx.json. The SBOMs are covered by + the same SLSA attestation as the binaries, so you can verify + the inventory with the same command above. Inspect with any + CycloneDX-aware tool, e.g.: + jq '.components[] | {name, version, purl}' sbom-uffs-cli.cdx.json + 📋 Installation + Recommended: ZIP bundle + 1. Download uffs-.zip for your platform. + 2. Unzip anywhere. + 3. Windows: the .exes are ready to run; place them on PATH. Icon + asInvoker manifest are already baked into the PE. + 4. macOS: double-click UFFS.app, or move the raw uffs binary into /usr/local/bin/. First launch: Gatekeeper warns because the bundle is unsigned — right-click → Open to confirm, or run xattr -dr com.apple.quarantine UFFS.app. + 5. Linux: run sudo packaging/linux/install.sh from the unzipped directory — installs the binary, the .desktop entry, and the full hicolor icon set. Override prefix with sudo PREFIX=/opt/uffs packaging/linux/install.sh. + Raw-binary path (automation) + - Download the individual binary, e.g. uffs-linux-x64. + - macOS / Linux: chmod +x uffs-* then optionally mv uffs-* /usr/local/bin/uffs. + - Windows: the .exe is ready to run; place it on PATH. + 🛠️ Build Information + - Triggered by: auto-tag-release[sha:84a6c75] + - Commit: 84a6c75 + - Toolchain: pinned nightly from rust-toolchain.toml + - Profile: [profile.release] — LTO=fat, codegen-units=1, strip=symbols + - CPU baselines: x86_64 = x86-64-v3 (Haswell+/Zen+); macOS ARM64 = apple-m1 (M1+) + Full Changelog: https://github.com/skyllc-ai/UltraFastFileSearch/commits/v0.5.110 + What's Changed + - fix(winget): preserve CRLF line endings in uffs-tui alias patcher by @githubrobbi in #334 + - ci(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #336 + - ci(deps): bump github/codeql-action from 4.36.0 to 4.36.1 by @dependabot[bot] in #335 + - docs(readme): wire live sponsor channels + add no-telemetry trust bullet by @githubrobbi in #337 + - docs(demo): add reproducible demo-capture kit for TUI + CLI GIFs by @githubrobbi in #338 + - refactor(demo): port demo-prep to rust-script with discovery + version gate by @githubrobbi in #341 + - fix(cli): human-readable timestamps + suppress empty Already Hot in daemon output by @githubrobbi in #342 + - fix(demo): relatable + aggregation examples in cli-demo.tape by @githubrobbi in #343 + - chore: release v0.5.110 — ship pipeline auto-commit by @githubrobbi in #344 + Full Changelog: v0.5.109...v0.5.110 +ReleaseNotesUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/tag/v0.5.110 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.yaml b/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.yaml new file mode 100644 index 000000000000..50b2c0df54f7 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.5.110/SkyLLC.UFFS.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: SkyLLC.UFFS +PackageVersion: 0.5.110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03a43ec4fdd3f2624d97bc9d0db4e2ea1cf86516 Mon Sep 17 00:00:00 2001 From: hitalin Date: Thu, 4 Jun 2026 15:28:17 +0900 Subject: [PATCH 36/83] New version: Hitalin.NoteDeck version 1.0.2 (#383496) --- .../1.0.2/Hitalin.NoteDeck.installer.yaml | 21 +++++++++++++ .../1.0.2/Hitalin.NoteDeck.locale.en-US.yaml | 24 ++++++++++++++ .../1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml | 31 +++++++++++++++++++ .../NoteDeck/1.0.2/Hitalin.NoteDeck.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.installer.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.en-US.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml create mode 100644 manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.yaml diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 000000000000..196c45e4da96 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 1.0.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-06-04 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.0.2/NoteDeck-1.0.2-windows-x64-setup.exe + InstallerSha256: 2E18BAE983530615265FB9387ED9E73E923A2EEA132CDEEC5381371C3C1A1F64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 000000000000..2d107521a05f --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.0.2 +PackageLocale: en-US +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE +ShortDescription: A multi-platform deck client for Misskey and its forks +Description: |- + NoteDeck is a deck client for Misskey and its forks. + It provides efficient multi-server timeline viewing with features like local full-text search, + AI integration, and localhost API that are only possible with a native desktop application. +Tags: +- deck +- fediverse +- misskey +- social-media +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 000000000000..9ca0ffbba06c --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +# 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: Hitalin.NoteDeck +PackageVersion: 1.0.2 +PackageLocale: ja-JP +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PublisherSupportUrl: https://github.com/hitalin/notedeck/issues +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE +ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント +Description: |- + NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 + 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など + デスクトップネイティブならではの機能を備えています。 +Tags: +- deck +- fediverse +- misskey +- social-media +ReleaseNotes: |- + What's Changed + Other Changes + - Release v1.0.2 by @hitalin in #601 + Full Changelog: v1.0.1...v1.0.2 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.yaml new file mode 100644 index 000000000000..acbb61f13ba7 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.0.2/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 1.0.2 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 From a8d8834782a1aa47c8d588b4e2d89a219ac8e037 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 4 Jun 2026 02:53:19 -0400 Subject: [PATCH 37/83] New version: Microsoft.SafetyScanner version 1.451.254.0 (#383414) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.451.254.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..ba021f256a3b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.254.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.254.0&arch=x86 + InstallerSha256: BB1C01431D2A3F28CBD495D804731DE550A12631DC672391D4A07508FC79A1A4 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.254.0&arch=amd64 + InstallerSha256: 0BE32E9DB6CB5F401349BE1B81E7942AD3C250C9E6F65954858864214EB1C60A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..ae9703b1a64b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.254.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..c1c2396d2ef6 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.254.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.254.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 64e33dc4991f75ae419b927e096c9ece62ec67b0 Mon Sep 17 00:00:00 2001 From: Fernando Tonon Date: Thu, 4 Jun 2026 02:53:37 -0400 Subject: [PATCH 38/83] New version: FernandoTonon.QtMeshEditor version 3.4.1 (#383494) --- .../FernandoTonon.QtMeshEditor.installer.yaml | 19 ++++++++++ ...rnandoTonon.QtMeshEditor.locale.en-US.yaml | 35 +++++++++++++++++++ .../3.4.1/FernandoTonon.QtMeshEditor.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.installer.yaml create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.locale.en-US.yaml create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.yaml diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.installer.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.installer.yaml new file mode 100644 index 000000000000..83efee306bca --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FernandoTonon.QtMeshEditor +PackageVersion: 3.4.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\QtMeshEditor.exe + PortableCommandAlias: qtmesheditor +- RelativeFilePath: bin\qtmesh.exe + PortableCommandAlias: qtmesh +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fernandotonon/QtMeshEditor/releases/download/3.4.1/QtMeshEditor-3.4.1-bin-Windows.zip + InstallerSha256: CECAAD248F1BC8119495604579247FE38ECB85FDB572542C853B7042608D52FC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-04 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.locale.en-US.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.locale.en-US.yaml new file mode 100644 index 000000000000..8c2dbce44ddd --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.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: FernandoTonon.QtMeshEditor +PackageVersion: 3.4.1 +PackageLocale: en-US +Publisher: Fernando Tonon +PublisherUrl: https://github.com/fernandotonon +PublisherSupportUrl: https://github.com/fernandotonon/QtMeshEditor/issues +PackageName: QtMeshEditor +PackageUrl: https://github.com/fernandotonon/QtMeshEditor +License: MIT +LicenseUrl: https://github.com/fernandotonon/QtMeshEditor/blob/master/License +ShortDescription: Free 3D asset tool for indie game developers +Description: |- + QtMeshEditor is a free 3D asset tool for indie game developers. + Merge animations from multiple files, convert between 40+ formats, + edit materials with AI, and inspect skeletons and bone weights. + Supports GUI, CLI (qtmesh), and REST API via MCP server. +Moniker: qtmesheditor +Tags: +- 3d +- mesh-editor +- animation +- fbx +- gltf +- ogre3d +- game-development +- material-editor +ReleaseNotesUrl: https://github.com/fernandotonon/QtMeshEditor/releases/tag/3.4.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/fernandotonon/QtMeshEditor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.yaml new file mode 100644 index 000000000000..d01a8ec4b035 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.4.1/FernandoTonon.QtMeshEditor.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: FernandoTonon.QtMeshEditor +PackageVersion: 3.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6a991e25e0d74086a97ce01b654b64bf4e088552 Mon Sep 17 00:00:00 2001 From: elguala9 <31802239+elguala9@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:20:02 +0200 Subject: [PATCH 39/83] Parresia.SyntaxChecker version 0.2.0 (#383315) --- .../Parresia.SyntaxChecker.installer.yaml | 18 +++++++++++++++++ .../Parresia.SyntaxChecker.locale.en-US.yaml | 20 +++++++++++++++++++ .../0.2.0/Parresia.SyntaxChecker.yaml | 8 ++++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.installer.yaml create mode 100644 manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.locale.en-US.yaml create mode 100644 manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.yaml diff --git a/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.installer.yaml b/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.installer.yaml new file mode 100644 index 000000000000..386f8d493ab4 --- /dev/null +++ b/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Parresia.SyntaxChecker +PackageVersion: 0.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: syntaxchecker-v0.2.0-windows-amd64\syntax-checker.exe + PortableCommandAlias: syntax-checker +- RelativeFilePath: syntaxchecker-v0.2.0-windows-amd64\syntaxchecker-mcp.exe + PortableCommandAlias: syntaxchecker-mcp +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/elguala9/SyntaxChecker/releases/download/v0.2.0/syntaxchecker-v0.2.0-windows-amd64.zip + InstallerSha256: 0A7FBE31009E2D584BB7381E8AC10190040F9A0F86533DA6B6BD4FB2C8C661D6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.locale.en-US.yaml b/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.locale.en-US.yaml new file mode 100644 index 000000000000..6f6c73d536f1 --- /dev/null +++ b/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.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.6.0.schema.json + +PackageIdentifier: Parresia.SyntaxChecker +PackageVersion: 0.2.0 +PackageLocale: en-US +Publisher: Parresia +PackageName: SyntaxChecker +PackageUrl: https://github.com/elguala9/SyntaxChecker +License: MIT +LicenseUrl: https://github.com/elguala9/SyntaxChecker/blob/master/LICENSE +ShortDescription: Multi-format syntax validator CLI and MCP server. +Tags: +- syntax +- validator +- linter +- cli +- mcp +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.yaml b/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.yaml new file mode 100644 index 000000000000..a2805c88314e --- /dev/null +++ b/manifests/p/Parresia/SyntaxChecker/0.2.0/Parresia.SyntaxChecker.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Parresia.SyntaxChecker +PackageVersion: 0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 17f91c0ed5b31fc5f8623bda188e84d152bcf611 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:20:18 +0200 Subject: [PATCH 40/83] New version: Egnyte.EgnyteWebEdit version 2.4.1400.90 (#383334) --- .../Egnyte.EgnyteWebEdit.installer.yaml | 22 +++++++++++++++++++ .../Egnyte.EgnyteWebEdit.locale.en-US.yaml | 15 +++++++++++++ .../2.4.1400.90/Egnyte.EgnyteWebEdit.yaml | 8 +++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.installer.yaml create mode 100644 manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.locale.en-US.yaml create mode 100644 manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.yaml diff --git a/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.installer.yaml b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.installer.yaml new file mode 100644 index 000000000000..b046f7d95bfe --- /dev/null +++ b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Egnyte.EgnyteWebEdit +PackageVersion: 2.4.1400.90 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{0635B69C-B541-4C07-878E-ACF6AB09070A}' +ReleaseDate: 2026-06-03 +AppsAndFeaturesEntries: +- ProductCode: '{0635B69C-B541-4C07-878E-ACF6AB09070A}' + UpgradeCode: '{C2023CA3-51EF-4605-BA05-D2A63B5D7312}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Egnyte\Egnyte WebEdit' +Installers: +- Architecture: x86 + InstallerUrl: https://egnyte-cdn.egnyte.com/webedit/win/en-us/2.4.14/EgnyteWebEdit_2.4.14_90.msi + InstallerSha256: FBA7426C6CC2EC600A62C351DB2685E9408568EC343092F78E41232384E813E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.locale.en-US.yaml b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.locale.en-US.yaml new file mode 100644 index 000000000000..4ec8dc6820eb --- /dev/null +++ b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Egnyte.EgnyteWebEdit +PackageVersion: 2.4.1400.90 +PackageLocale: en-US +Publisher: Egnyte, Inc +PublisherUrl: https://www.egnyte.com/ +PackageName: Egnyte WebEdit +License: Proprietary +Copyright: Copyright (c) Egnyte, Inc +ShortDescription: Egnyte WebEdit enables you to select a file from our Web UI and automatically open the file in its native application. +Description: Egnyte WebEdit enables you to select a file from our Web UI and automatically open the file in its native application. Changes you save will automatically appear in the cloud as new versions. This lightweight product is ideal for users who need to edit files on their desktops, but don’t want to install Desktop App or Desktop Sync. It's also more convenient than downloading, editing, saving, and uploading the saved version back to the cloud. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.yaml b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.yaml new file mode 100644 index 000000000000..de21560a53f0 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteWebEdit/2.4.1400.90/Egnyte.EgnyteWebEdit.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: Egnyte.EgnyteWebEdit +PackageVersion: 2.4.1400.90 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 68a6f83887d2e596d3959ede46ccdc22e0938266 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:20:33 +0800 Subject: [PATCH 41/83] New version: GeneralOutline.Outline version 1.7.1 (#383386) --- .../GeneralOutline.Outline.installer.yaml | 28 +++++++++++++++ .../GeneralOutline.Outline.locale.en-US.yaml | 36 +++++++++++++++++++ .../GeneralOutline.Outline.locale.zh-CN.yaml | 21 +++++++++++ .../Outline/1.7.1/GeneralOutline.Outline.yaml | 8 +++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.installer.yaml create mode 100644 manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.locale.en-US.yaml create mode 100644 manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.locale.zh-CN.yaml create mode 100644 manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.yaml diff --git a/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.installer.yaml b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.installer.yaml new file mode 100644 index 000000000000..77575c575196 --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GeneralOutline.Outline +PackageVersion: 1.7.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- outline +ProductCode: b2e400dc-952a-5954-bef1-c59218582c0e +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.todesktop.com/2211128hgkdcltv/Outline%20Setup%201.7.1%20-%20Build%20260603ocv9rfz1d-x64.exe + InstallerSha256: 2352E31E7435147FE47555A1CABF6CC200DFBB9BADB64AB4048A9FBA9B75EB67 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.todesktop.com/2211128hgkdcltv/Outline%20Setup%201.7.1%20-%20Build%20260603ocv9rfz1d-x64.exe + InstallerSha256: 2352E31E7435147FE47555A1CABF6CC200DFBB9BADB64AB4048A9FBA9B75EB67 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.locale.en-US.yaml b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.locale.en-US.yaml new file mode 100644 index 000000000000..01e18e0ad6cd --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.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: GeneralOutline.Outline +PackageVersion: 1.7.1 +PackageLocale: en-US +Publisher: General Outline, Inc +PublisherUrl: https://www.getoutline.com/ +PublisherSupportUrl: https://www.getoutline.com/contact +PrivacyUrl: https://www.getoutline.com/privacy +Author: General Outline, Inc. +PackageName: Outline +PackageUrl: https://www.getoutline.com/download +License: BUSL-1.1 +LicenseUrl: https://github.com/outline/outline/blob/HEAD/LICENSE +Copyright: (c) 2026 General Outline, Inc. +CopyrightUrl: https://www.getoutline.com/terms +ShortDescription: The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and Markdown compatible. +Tags: +- collaborate +- collaboration +- docs +- document +- editor +- knowledge +- knowledge-base +- notes +- share +- team +ReleaseNotesUrl: https://www.getoutline.com/changelog +PurchaseUrl: https://www.getoutline.com/pricing +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://docs.getoutline.com/s/guide +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.locale.zh-CN.yaml b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.locale.zh-CN.yaml new file mode 100644 index 000000000000..521fdfa49fd6 --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.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: GeneralOutline.Outline +PackageVersion: 1.7.1 +PackageLocale: zh-CN +ShortDescription: 适用于成长型团队的最快的知识库。美观、实时协作、功能丰富、兼容 Markdown。 +Tags: +- 协作 +- 协同 +- 团队 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://docs.getoutline.com/s/guide +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.yaml b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.yaml new file mode 100644 index 000000000000..b38ebbc01207 --- /dev/null +++ b/manifests/g/GeneralOutline/Outline/1.7.1/GeneralOutline.Outline.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: GeneralOutline.Outline +PackageVersion: 1.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aa20cb1996c86c1694d9e63add8663126b3e9372 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 4 Jun 2026 03:20:48 -0400 Subject: [PATCH 42/83] New version: Buildkite.CLI version 3.45.0 (#383424) --- .../CLI/3.45.0/Buildkite.CLI.installer.yaml | 23 ++++++++++++ .../3.45.0/Buildkite.CLI.locale.en-US.yaml | 37 +++++++++++++++++++ .../b/Buildkite/CLI/3.45.0/Buildkite.CLI.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.installer.yaml create mode 100644 manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.locale.en-US.yaml create mode 100644 manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.yaml diff --git a/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.installer.yaml b/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.installer.yaml new file mode 100644 index 000000000000..c978c977dd72 --- /dev/null +++ b/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.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: Buildkite.CLI +PackageVersion: 3.45.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bk.exe + PortableCommandAlias: bk +UpgradeBehavior: install +Commands: +- bk +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/buildkite/cli/releases/download/v3.45.0/bk_3.45.0_windows_amd64.zip + InstallerSha256: C02938DC19030BB249059646858B58EA711E12396F7521838DA9B142E0870EB9 +- Architecture: arm64 + InstallerUrl: https://github.com/buildkite/cli/releases/download/v3.45.0/bk_3.45.0_windows_arm64.zip + InstallerSha256: AC90B659004E4CEABB7BDCBAA550EEE8C10279F675096471AE202628EC6A82DA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.locale.en-US.yaml b/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..5996e084e291 --- /dev/null +++ b/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Buildkite.CLI +PackageVersion: 3.45.0 +PackageLocale: en-US +Publisher: Buildkite Pty. Ltd. +PublisherUrl: https://buildkite.com/home/ +PublisherSupportUrl: https://forum.buildkite.community/ +Author: Buildkite Pty. Ltd. +PackageName: Buildkite CLI +PackageUrl: https://buildkite.com/docs/platform/cli +License: MIT +LicenseUrl: https://github.com/buildkite/cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2014-2026 Buildkite Pty Ltd +CopyrightUrl: https://github.com/buildkite/cli/blob/HEAD/LICENSE.md +ShortDescription: A command line interface for Buildkite. +Description: |- + The Buildkite CLI is a command-line interface (CLI) tool for interacting directly with the Buildkite platform itself. This tool provides command line/terminal access to work with a subset of the Buildkite platform's features, as you normally would through its web interface. + + Using the Buildkite CLI, you can manage Buildkite agents and their configuration, work with a Buildkite pipeline's builds, control job execution, and manipulate its artifacts, along with several other actions. +Moniker: buildkite-cli +Tags: +- buildkite +- cd +- ci +- ci-cd +- continuous-integration +ReleaseNotes: |- + Changelog + - 495db27: feat: Add device auth login (#828) (@lox) +ReleaseNotesUrl: https://github.com/buildkite/cli/releases/tag/v3.45.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://buildkite.com/docs/platform/cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.yaml b/manifests/b/Buildkite/CLI/3.45.0/Buildkite.CLI.yaml new file mode 100644 index 000000000000..6074b973ee93 --- /dev/null +++ b/manifests/b/Buildkite/CLI/3.45.0/Buildkite.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: Buildkite.CLI +PackageVersion: 3.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fde96efda01932c8b91b7177dafb905362f85bc2 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 4 Jun 2026 03:21:03 -0400 Subject: [PATCH 43/83] New version: astral-sh.ty version 0.0.43 (#383425) --- .../ty/0.0.43/astral-sh.ty.installer.yaml | 36 +++++++++ .../ty/0.0.43/astral-sh.ty.locale.en-US.yaml | 74 +++++++++++++++++++ .../a/astral-sh/ty/0.0.43/astral-sh.ty.yaml | 8 ++ 3 files changed, 118 insertions(+) create mode 100644 manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.installer.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.yaml diff --git a/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.installer.yaml b/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.installer.yaml new file mode 100644 index 000000000000..21fc6685390a --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.43 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ty.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ty +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.43/ty-i686-pc-windows-msvc.zip + InstallerSha256: 467A521DF91322300F37E4203DA58E3E5EECC1A2A04EE12678D658C6CE0673B8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.43/ty-x86_64-pc-windows-msvc.zip + InstallerSha256: BB1C25D8DDA60DABC7EE7A8C023ED13F31E924775B92E1721D7263E3CA09F1DE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.43/ty-aarch64-pc-windows-msvc.zip + InstallerSha256: F7797B5A6367568A36F25EC6DF7B366B98FEA3D0E6D11C6CFFE05FB56765AE4D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.locale.en-US.yaml b/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.locale.en-US.yaml new file mode 100644 index 000000000000..89903230ab21 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.43 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/ty/issues +Author: Astral Software Inc. +PackageName: ty +PackageUrl: https://github.com/astral-sh/ty +License: MIT +LicenseUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +ShortDescription: An extremely fast Python type checker and language server, written in Rust. +Moniker: ty +Tags: +- python +ReleaseNotes: |- + Bug fixes + - Don't inject Unknown from non-callable elements of intersection call (#25538) + - Don't needlessly disambiguate the same type alias (#25563) + - Fix variance inference for nested type aliases (#25567) + - Ignore rejected member annotations for synthesized bindings (#25427) + - Normalize dynamic class literals in cycle recovery (#25558) + - Register file roots for first-party search paths (#25522) + - Treat union-bound typevars like unions for possibly-missing-attribute (#25561) + + LSP server + - Suppress importable completions that are already in scope (#25479) + + Performance + - Avoid retaining duplicate function signatures (#25609) + - Compact retained definition inference results (#25593) + - Compact retained definition kinds (#25610) + - Compact retained definitions by node (#25498) + - Consolidate AST ID reverse lookup (#25455) + - Consolidate retained use-def definition maps (#25499) + - Omit redundant definitions-by-node entries (#25501) + - Reuse common protocol constraints for TypedDict unions (#25598) + + Diagnostics + - Improve error context for not-iterable diagnostics (#24944) + + Core type checking + - Detect disjointness due to incompatible generic specializations (#24822) + - Distinguish typing.Callable from collections.abc.Callable (#24954) + - Include nested global/nonlocal bindings in type inference (#25387) + - Optional lower/upper bounds in individual constraints (#25435) + - Preserve slice-bound types in subscript inference (#25446) + - Reject Self in type aliases (#25529) + - Require literal booleans for TypedDict flags (#25594) + - Support narrowing on lengths (#25347) + - Synthesize precise __len__ methods for literals (#25600) + - Use callable type context to implicitly specialize generic class (#25471) + - expand type aliases inside type context unions (#25553) + + Contributors + - @carljm + - @cheparity + - @kouhe3 + - @sharkdp + - @charliermarsh + - @dcreager + - @thejchap + - @oconnor663 +ReleaseNotesUrl: https://github.com/astral-sh/ty/releases/tag/0.0.43 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/ty/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.yaml b/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.yaml new file mode 100644 index 000000000000..405420184af6 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.43/astral-sh.ty.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2d2109e562858b105315787392994d54a10d63bf Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:21:17 +0800 Subject: [PATCH 44/83] New version: OpenJS.Electron.42 version 42.3.3 (#383430) --- .../42.3.3/OpenJS.Electron.42.installer.yaml | 25 +++++++++++++ .../OpenJS.Electron.42.locale.en-US.yaml | 37 +++++++++++++++++++ .../42/42.3.3/OpenJS.Electron.42.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.installer.yaml create mode 100644 manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.locale.en-US.yaml create mode 100644 manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.yaml diff --git a/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.installer.yaml b/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.installer.yaml new file mode 100644 index 000000000000..1bcc12b34cc6 --- /dev/null +++ b/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenJS.Electron.42 +PackageVersion: 42.3.3 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: electron.exe + PortableCommandAlias: electron +UpgradeBehavior: install +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/electron/electron/releases/download/v42.3.3/electron-v42.3.3-win32-ia32.zip + InstallerSha256: 00BF2518345E71E009A54AF6AA1BD510956E1486ADBB296B4BA7BB9B3938B169 +- Architecture: x64 + InstallerUrl: https://github.com/electron/electron/releases/download/v42.3.3/electron-v42.3.3-win32-x64.zip + InstallerSha256: D204D1AAF76E80DB6102C482A2F7CC6D20C6C570E9AC6AC5BFEE61155467E6A0 +- Architecture: arm64 + InstallerUrl: https://github.com/electron/electron/releases/download/v42.3.3/electron-v42.3.3-win32-arm64.zip + InstallerSha256: 2F62636597A6A9693F51B428BE73322713E970E348C5C4D0CCCF37BF148C9C2F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.locale.en-US.yaml b/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.locale.en-US.yaml new file mode 100644 index 000000000000..3c432c2e9314 --- /dev/null +++ b/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.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: OpenJS.Electron.42 +PackageVersion: 42.3.3 +PackageLocale: en-US +Publisher: OpenJS Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/electron/electron/issues +PrivacyUrl: https://privacy-policy.openjsf.org/ +PackageName: Electron +PackageUrl: https://www.electronjs.org/ +License: MIT +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. +Moniker: electron +Tags: +- c-plus-plus +- chrome +- css +- electron +- html +- javascript +- nodejs +- v8 +- works-with-codespaces +ReleaseNotes: |- + Release Notes for v42.3.3 + Fixes + - Fixed a crash when calling node:wasi functions with fast API calls enabled. #51867 + - Improved external resize band positioning and scaling for frameless windows on Windows. #51561 ^{(Also in 41, 43)} + Other Changes + - Fixed silent data truncation in Buffer/TextEncoder APIs and a crash in fs.writeFileSync with non-ASCII strings on Apple Silicon. #51849 ^{(Also in 41, 43)} + - Improved app startup performance — the main process now boots from an embedded Node.js startup snapshot, framework bundles and preload scripts are cached as compiled V8 bytecode, and sandboxed renderer startup data is pushed ahead of navigation instead of fetched via blocking IPC. Preload stack traces now show the correct file path and line number. #51831 ^{(Also in 43)} +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v42.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.yaml b/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.yaml new file mode 100644 index 000000000000..5fb0646c172f --- /dev/null +++ b/manifests/o/OpenJS/Electron/42/42.3.3/OpenJS.Electron.42.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: OpenJS.Electron.42 +PackageVersion: 42.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 57b72ecbf4683ae3b0b7aef81301a70446d31e92 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:21:35 -0700 Subject: [PATCH 45/83] Automatic update of Pingman.PingPlotter from 5.27.6.1388 to 5.27.8.1398 (#383472) --- .../Pingman.PingPlotter.installer.yaml | 24 +++++++++++ .../Pingman.PingPlotter.locale.en-US.yaml | 41 +++++++++++++++++++ .../5.27.8.1398/Pingman.PingPlotter.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.installer.yaml create mode 100644 manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.locale.en-US.yaml create mode 100644 manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.yaml diff --git a/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.installer.yaml b/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.installer.yaml new file mode 100644 index 000000000000..d3b70a75793e --- /dev/null +++ b/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pingman.PingPlotter +PackageVersion: 5.27.8.1398 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +UpgradeBehavior: install +ReleaseDate: 2025-10-06 +AppsAndFeaturesEntries: +- DisplayName: PingPlotter 5 +Installers: +- Architecture: x86 + InstallerUrl: https://www.pingplotter.com/downloads/pingplotter_install.exe + InstallerSha256: 16AE28D2DF72F6294DC1E1307EC40CD4FB1BF4343BBC9946D368E90170E6384B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.locale.en-US.yaml b/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.locale.en-US.yaml new file mode 100644 index 000000000000..bb92b8a63f39 --- /dev/null +++ b/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pingman.PingPlotter +PackageVersion: 5.27.8.1398 +PackageLocale: en-US +Publisher: Pingman Tools, LLC +PublisherUrl: https://pingman.com/ +PublisherSupportUrl: https://pingplotter.com/support +PrivacyUrl: https://www.pingman.com/privacypolicy.html +Author: Pingman Tools, LLC +PackageName: PingPlotter +PackageUrl: https://www.pingplotter.com/ +License: Proprietary +LicenseUrl: https://www.pingman.com/licenseagreement.html +Copyright: Copyright 1998-2025 Pingman Tools, LLC. +CopyrightUrl: https://www.pingman.com/licenseagreement.html +ShortDescription: PingPlotter is a network diagnostic tool for engineers, sysadmins, and other people with above-average tech skills. +Description: |- + PingPlotter is a network diagnostic tool for engineers, sysadmins, and other people with above-average tech skills. + + Identify bandwidth bottlenecks, wireless interference, or faulty hardware impacting your internet. + - Trace as many as 250 targets from any Windows or macOS computer. + - Identify problematic routes quickly with dynamic overviews. + - Measure latency, packet loss, jitter, and MOS scores and share with stakeholders. + - Show results to anyone by posting online or exporting historical data. + - Scan your local network and list every connected device. + - Get alerted the moment problems happen. Integrate with REST API. +Tags: +- Diagnostic +- Network +- Ping +ReleaseNotesUrl: https://www.pingplotter.com/download/release-notes/ +PurchaseUrl: https://www.pingplotter.com/products/ +Documentations: +- DocumentLabel: PingPlotter Manual + DocumentUrl: https://www.pingplotter.com/manual/ +- DocumentLabel: Get Started with PingPlotter + DocumentUrl: https://www.pingplotter.com/fix-your-network/getting-started/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.yaml b/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.yaml new file mode 100644 index 000000000000..363b6f969485 --- /dev/null +++ b/manifests/p/Pingman/PingPlotter/5.27.8.1398/Pingman.PingPlotter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Pingman.PingPlotter +PackageVersion: 5.27.8.1398 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ca13ab10ea971e3d77de7d37ac68055c078142c5 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Thu, 4 Jun 2026 03:21:50 -0400 Subject: [PATCH 46/83] New version: Microsoft.APM version 0.17.0 (#383501) --- .../APM/0.17.0/Microsoft.APM.installer.yaml | 17 ++++ .../0.17.0/Microsoft.APM.locale.en-US.yaml | 89 +++++++++++++++++++ .../m/Microsoft/APM/0.17.0/Microsoft.APM.yaml | 8 ++ 3 files changed, 114 insertions(+) create mode 100644 manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.installer.yaml create mode 100644 manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.yaml diff --git a/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.installer.yaml b/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.installer.yaml new file mode 100644 index 000000000000..2fc2e14aeb7f --- /dev/null +++ b/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.17.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: apm-windows-x86_64/apm.exe +UpgradeBehavior: install +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/apm/releases/download/v0.17.0/apm-windows-x86_64.zip + InstallerSha256: 50E68CF1233944BC59438815E059C36E2D613A996DA2F1D32B4F901D9F8C774C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.locale.en-US.yaml b/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.locale.en-US.yaml new file mode 100644 index 000000000000..a92d44b576b7 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.17.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/apm +PublisherSupportUrl: https://github.com/microsoft/apm/issues +Author: Microsoft Corporation +PackageName: APM – Agent Package Manager +PackageUrl: https://microsoft.github.io/apm/ +License: MIT +LicenseUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/microsoft/apm/blob/HEAD/LICENSE +ShortDescription: The package manager for AI-Native Development. +Description: |- + An open-source, community-driven dependency manager for AI agents. + Think package.json, requirements.txt, or Cargo.toml — but for AI agent configuration. +Moniker: apm +Tags: +- ai-agents +- claude-code +- codex-cli +- context-engineering +- github-copilot +- package-manager +- prompt-engineering +ReleaseNotes: |- + What's Changed + + 🔧 Other Changes + - fix(publish): clarify --package is required and update docs by @nadav-y in #1562 + - refactor(pack)!: remove deprecated --marketplace-output flag (#1318) by @danielmeppiel in #1585 + - feat(compile): make source-attribution comments opt-in to cut token overhead by @danielmeppiel in #1584 + - Extract shepherd-driver engine, rewire skill packages, and harden local-dep drift replay by @danielmeppiel in #1578 + - feat(autopilot): author PR bodies via pr-description-skill + post panel outcome per shepherd run by @danielmeppiel in #1598 + - fix: dedup parity for Copilot AGENTS.md vs .github/instructions/ by @danielmeppiel in #1590 + - feat: managed-section mode for AGENTS.md updates by @danielmeppiel in #1589 + - fix: send auth header for GitHub release lookup in installer and self-update by @danielmeppiel in #1588 + - fix: skip .gitignore update for global scope installs by @danielmeppiel in #1587 + - feat: apm install -g deploys copilot instructions to ~/.copilot/copilot-instructions.md by @danielmeppiel in #1619 + - feat: make apm self-update and version-checker respect air-gapped env vars (GITHUB_URL, APM_REPO, VERSION) by @danielmeppiel in #1615 + - refactor(models): separate package-format detection into composition model by @danielmeppiel in #1618 + - refactor: files_adopted follow-ups from PR #1313 review panel by @danielmeppiel in #1617 + - refactor: extract skip_download and locked_ref helpers into _skip_logic.py (#552) by @danielmeppiel in #1614 + - fix: polish managed-section error messages by @danielmeppiel in #1609 + - fix(auth): expand port hint with git credential fill command and docs URL by @danielmeppiel in #1608 + - chore: enable RUF002/RUF003 (ambiguous unicode) and fix 249 violations by @danielmeppiel in #1607 + - test(integration): add wiring-invariants guard to close #1166 by @danielmeppiel in #1613 + - test: add edge-case coverage for empty and identical managed-section markers by @danielmeppiel in #1602 + - docs: add compilation.agents_md sub-object to manifest-schema reference by @danielmeppiel in #1601 + - fix: correct broken epilog help reference in apm mcp install by @danielmeppiel in #1604 + - docs: clarify install-time discovery rules for marketplace plugins (.apm// vs root convention dirs) by @danielmeppiel in #1603 + - docs: remove flake8/black from hello-world python template by @danielmeppiel in #1600 + - fix(pack): emit amend+force-with-lease recovery recipe on --check-clean drift by @danielmeppiel in #1610 + - feat(compile): add --no-dedup / --force-instructions flag for claude target by @danielmeppiel in #1616 + - feat(init): suggest agentrc in Next Steps when no instructions exist by @danielmeppiel in #1611 + - perf: skip re-download when callback SHA matches remote in --update mode (#551) by @danielmeppiel in #1612 + - feat: deploy bin/ executables for marketplace_plugin packages to ~/.claude/skills//bin/ by @danielmeppiel in #1591 + - feat(audit): vendor-agnostic external SARIF scanner ingestion (experimental) by @sergio-sisternes-epam in #1579 + - feat(pack): generate plugin.json for Claude and Copilot ecosystems by @sergio-sisternes-epam in #1623 + - feat(install, compile): --root DIR to redirect writes while sources resolve from $PWD by @danielmeppiel in #1628 + - harden(plugin-bin): restrict deployed bin/ executables to user-only execute (Item 3 from #1620) by @danielmeppiel in #1626 + - feat(apm.yml): support homepage, repository, keywords, and structured author fields by @danielmeppiel in #1624 + - fix: surface file-missing error before marker search in managed_section mode by @danielmeppiel in #1606 + - feat: make apm update a superset of apm deps update by @Aaryan-Dadu in #1574 + - test(integration): add hermetic e2e for Artifactory VCS proxy install (closes #1228) by @danielmeppiel in #1630 + - chore: audit F401 noqa suppressions -- remove dead imports, document re-exports by @danielmeppiel in #1643 + - feat(config): add apm config set/get/unset mcp-registry-url by @danielmeppiel in #1637 + - feat: target-aware hook event diagnostics by @danielmeppiel in #1635 + - feat: apm find -- trace a deployed file back to its contributing package(s) by @danielmeppiel in #1631 + - Add integration tests for install-time audit policy floor (#1642) by @sergio-sisternes-epam in #1646 + - fix(parser): normalize list-valued applyTo and parse handoffs in agent frontmatter by @danielmeppiel in #1629 + - test(integration): repair stale integration-test drift from recent refactors by @danielmeppiel in #1648 + - feat(mcp): add IntelliJ/JetBrains as an MCP install target by @danielmeppiel in #1636 + - test(integration): fix guardrailing hero E2E against distributed-compile model by @danielmeppiel in #1651 + - refactor: Strangler Stage 1 -- tame worst complexity outliers by @sergio-sisternes-epam in #1464 + - add(lock): resolve deps and write apm.lock.yaml without deploying files by @danielmeppiel in #1639 + - fix(lock): always write apm.lock.yaml and repair local-dep e2e syntax by @danielmeppiel in #1652 + - test: add integration tests for external scanner edge cases by @sergio-sisternes-epam in #1638 + - fix: pass --no-llm to SkillSpector and handle non-JSON stdout by @sergio-sisternes-epam in #1645 + - fix: strip ANSI escape codes from external SARIF message text by @sergio-sisternes-epam in #1644 + - feat(security): external scanner configuration surface (SkillSpector LLM) by @sergio-sisternes-epam in #1647 + - chore: release v0.17.0 by @danielmeppiel in #1653 +ReleaseNotesUrl: https://github.com/microsoft/apm/releases/tag/v0.17.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.yaml b/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.yaml new file mode 100644 index 000000000000..f50463889f60 --- /dev/null +++ b/manifests/m/Microsoft/APM/0.17.0/Microsoft.APM.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.APM +PackageVersion: 0.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c450ba9717e735737dff129dac656149670d9633 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:22:06 +0800 Subject: [PATCH 47/83] New version: RingCentral.RingCentralRooms version 26.2.25 (26.2.25.4181) (#383506) --- .../RingCentral.RingCentralRooms.installer.yaml | 4 ++-- .../RingCentral.RingCentralRooms.locale.en-US.yaml | 2 +- .../RingCentral.RingCentralRooms.locale.zh-CN.yaml | 2 +- .../{26.2.10 => 26.2.25}/RingCentral.RingCentralRooms.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/r/RingCentral/RingCentralRooms/{26.2.10 => 26.2.25}/RingCentral.RingCentralRooms.installer.yaml (79%) rename manifests/r/RingCentral/RingCentralRooms/{26.2.10 => 26.2.25}/RingCentral.RingCentralRooms.locale.en-US.yaml (98%) rename manifests/r/RingCentral/RingCentralRooms/{26.2.10 => 26.2.25}/RingCentral.RingCentralRooms.locale.zh-CN.yaml (97%) rename manifests/r/RingCentral/RingCentralRooms/{26.2.10 => 26.2.25}/RingCentral.RingCentralRooms.yaml (91%) diff --git a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.installer.yaml b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.installer.yaml similarity index 79% rename from manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.installer.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.installer.yaml index 77677544cc04..d6605dd7f5e7 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.installer.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.installer.yaml @@ -2,13 +2,13 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.2.10 +PackageVersion: 26.2.25 InstallerType: nullsoft Scope: machine ProductCode: RoomsHost Installers: - Architecture: x64 InstallerUrl: https://rooms.ringcentral.com/rooms/Windows/download/RingCentralRooms.exe - InstallerSha256: 72EB98A148553E2EB3BA51165D5096097DAEF0C67E20D19D91E70856B43B398A + InstallerSha256: FCFF3751E6AD890478FDE0D5B57176D1E32F5D32B3479EB2771ADCD4FA507FBA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.locale.en-US.yaml b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.locale.en-US.yaml similarity index 98% rename from manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.locale.en-US.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.locale.en-US.yaml index 1998ab053479..1c355f705cd1 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.locale.en-US.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.2.10 +PackageVersion: 26.2.25 PackageLocale: en-US Publisher: RingCentral, Inc. PublisherUrl: https://www.ringcentral.com/ diff --git a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.locale.zh-CN.yaml b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.locale.zh-CN.yaml similarity index 97% rename from manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.locale.zh-CN.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.locale.zh-CN.yaml index 1f8771aad931..bef466f98962 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.locale.zh-CN.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.2.10 +PackageVersion: 26.2.25 PackageLocale: zh-CN PublisherUrl: https://www.ringcentral.com/cn/zh/ PrivacyUrl: https://www.ringcentral.com/cn/zh/privacy-notice.html diff --git a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.yaml b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.yaml similarity index 91% rename from manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.yaml rename to manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.yaml index 01d5e544679d..810b33980260 100644 --- a/manifests/r/RingCentral/RingCentralRooms/26.2.10/RingCentral.RingCentralRooms.yaml +++ b/manifests/r/RingCentral/RingCentralRooms/26.2.25/RingCentral.RingCentralRooms.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: RingCentral.RingCentralRooms -PackageVersion: 26.2.10 +PackageVersion: 26.2.25 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From a0c3a066418b58d5d2fe4d04c81cdb414066a736 Mon Sep 17 00:00:00 2001 From: Yoshihiro Ito Date: Thu, 4 Jun 2026 16:22:20 +0900 Subject: [PATCH 48/83] New version: Filedini.Filedini version 0.6.1370.34191 (#383508) --- .../0.6.1370.34191/Filedini.Filedini.installer.yaml | 12 ++++++++++++ .../Filedini.Filedini.locale.en-US.yaml | 12 ++++++++++++ .../Filedini/0.6.1370.34191/Filedini.Filedini.yaml | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.installer.yaml create mode 100644 manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.locale.en-US.yaml create mode 100644 manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.yaml diff --git a/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.installer.yaml b/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.installer.yaml new file mode 100644 index 000000000000..f48be13cf474 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.6.1370.34191 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://installer.filedini.app/Filedini-0.6.1370.34191-Installer.exe + InstallerSha256: D5654B5D9B1A0E082932C1EE7559666ABE3B916CE9CF5682280A70A19FBF4108 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.locale.en-US.yaml b/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.locale.en-US.yaml new file mode 100644 index 000000000000..6272a5e6b54e --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.6.1370.34191 +PackageLocale: en-US +Publisher: Filedini +PackageName: Filedini +License: Proprietary +ShortDescription: A fast, keyboard-first file manager for Windows. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.yaml b/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.yaml new file mode 100644 index 000000000000..c11add6bb98c --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.6.1370.34191/Filedini.Filedini.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: Filedini.Filedini +PackageVersion: 0.6.1370.34191 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 34334906b0edb85d08002b96297be6fb5637516e Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:22:33 +0800 Subject: [PATCH 49/83] VovSoft.KeyboardLights version 5.4.0.0 (#383511) --- .../VovSoft.KeyboardLights.installer.yaml | 8 ++++---- .../VovSoft.KeyboardLights.locale.en-US.yaml | 2 +- .../{5.3.0.0 => 5.4.0.0}/VovSoft.KeyboardLights.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename manifests/v/VovSoft/KeyboardLights/{5.3.0.0 => 5.4.0.0}/VovSoft.KeyboardLights.installer.yaml (79%) rename manifests/v/VovSoft/KeyboardLights/{5.3.0.0 => 5.4.0.0}/VovSoft.KeyboardLights.locale.en-US.yaml (97%) rename manifests/v/VovSoft/KeyboardLights/{5.3.0.0 => 5.4.0.0}/VovSoft.KeyboardLights.yaml (88%) diff --git a/manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.installer.yaml b/manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.installer.yaml similarity index 79% rename from manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.installer.yaml rename to manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.installer.yaml index 94fcad1ca2a0..22dd1d025cea 100644 --- a/manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.installer.yaml +++ b/manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VovSoft.KeyboardLights -PackageVersion: 5.3.0.0 +PackageVersion: 5.4.0.0 InstallerLocale: en-US Installers: - Architecture: x86 InstallerType: inno Scope: machine InstallerUrl: https://files.vovsoft.com/keyboard-lights.exe - InstallerSha256: 21BDB2751DAA63D09A78779075B315960805B26110D8C47A081F75D837BBBE92 + InstallerSha256: CDC9EFBB9357B5E3C653B4DB15B894A213F1B9EAB79561E5A65419CB8C9DA50D InstallModes: - interactive - silent @@ -28,8 +28,8 @@ Installers: - RelativeFilePath: keyboard.exe PortableCommandAlias: keyboard InstallerUrl: https://files.vovsoft.com/keyboard-lights-portable.zip - InstallerSha256: 291A78F35677F17A9566AB990815279EA9B8CE60346B7C64D5D2AEF722DD0CC3 + InstallerSha256: 627C809396AF39133AD48662E06D55D172B1D536D23FB9EBC5FD970C8DD706DC ArchiveBinariesDependOnPath: true ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-04-11 +ReleaseDate: 2026-06-03 diff --git a/manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.locale.en-US.yaml b/manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.locale.en-US.yaml similarity index 97% rename from manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.locale.en-US.yaml rename to manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.locale.en-US.yaml index 3773245c5199..d7d110f4c703 100644 --- a/manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.locale.en-US.yaml +++ b/manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VovSoft.KeyboardLights -PackageVersion: 5.3.0.0 +PackageVersion: 5.4.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.yaml b/manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.yaml similarity index 88% rename from manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.yaml rename to manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.yaml index a1da08ea7511..d94e8224d1a8 100644 --- a/manifests/v/VovSoft/KeyboardLights/5.3.0.0/VovSoft.KeyboardLights.yaml +++ b/manifests/v/VovSoft/KeyboardLights/5.4.0.0/VovSoft.KeyboardLights.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VovSoft.KeyboardLights -PackageVersion: 5.3.0.0 +PackageVersion: 5.4.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 61d4fa7fa03efa3d34fc732c2c50a78a3b55b03a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:43:46 +0800 Subject: [PATCH 50/83] New version: Google.Antigravity version 2.0.11 (#383387) --- .../2.0.11/Google.Antigravity.installer.yaml | 23 ++++++++++ .../Google.Antigravity.locale.en-US.yaml | 46 +++++++++++++++++++ .../Google.Antigravity.locale.zh-CN.yaml | 33 +++++++++++++ .../2.0.11/Google.Antigravity.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.installer.yaml create mode 100644 manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.en-US.yaml create mode 100644 manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.zh-CN.yaml create mode 100644 manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.yaml diff --git a/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.installer.yaml b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.installer.yaml new file mode 100644 index 000000000000..163d7fe8d31f --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.11 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- antigravity +ProductCode: 121a0be4-63bd-531e-acf8-fc3924c7e984 +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.11-6560309696135168/windows-x64/Antigravity-x64.exe + InstallerSha256: 9C95B7C8425EB9406B488D3C5B92CA9FCB33FC5981F322B6C5E8AA4A865CE135 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.11-6560309696135168/windows-arm/Antigravity-arm64.exe + InstallerSha256: 70BEF88B0BD074E50599BDC544B56F21188C91EBE3C1AC62FC7387740A8C1CDC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.en-US.yaml b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.en-US.yaml new file mode 100644 index 000000000000..149d314dbc23 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.11 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Experience liftoffwith the next-gen agent platform +Description: |- + Antigravity 2.0 serves as your AI agents' central command center, providing a unified platform to launch, monitor, and orchestrate their activities. Unlike its predecessor, the Agent Manager, Antigravity 2.0 is a standalone application that functions independently of an IDE. + Within this interface, you can orchestrate agents both synchronously and asynchronously to: + - Execute system commands + - Perform file read/write operations + - Conduct web searches + - Integrate with external tools via skills and MCP servers + - Manage subagents + - Interact with Chrome + - Create artifacts / implementation plans + Whether you are performing deep research or building new applications, Antigravity offers a streamlined interface for all types of knowledge work. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.zh-CN.yaml b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.zh-CN.yaml new file mode 100644 index 000000000000..9c1aa2453d15 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.11 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 体验次世代智能体平台,开启飞跃之旅 +Description: |- + Antigravity 2.0 是您 AI 智能体的中央指挥中心,提供了一个统一的平台来启动、监控和编排它们的活动。与前身 Agent Manager 不同,Antigravity 2.0 是一个独立于 IDE 运行的应用程序。 + 通过该界面,您可以同步或异步地编排智能体,以实现以下功能: + - 执行系统命令 + - 进行文件读写操作 + - 开展网页搜索 + - 通过技能(Skills)和 MCP 服务器集成外部工具 + - 管理子智能体(Subagents) + - 与 Chrome 浏览器交互 + - 创建制品(Artifacts)/ 实施计划 + 无论您是进行深入研究还是构建新应用,Antigravity 都能为各类知识型工作提供流线型的操作界面。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.yaml b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.yaml new file mode 100644 index 000000000000..30224daf9893 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.11/Google.Antigravity.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9952dbb3bc4888da91cacbfee93944e0333a3ca2 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:47:05 -0700 Subject: [PATCH 51/83] Automatic update of Google.PlayGames from 26.5.27.1 to 150.0.7863.0 (#383403) --- .../Google.PlayGames.installer.yaml | 25 +++++++++++++ .../Google.PlayGames.locale.de-DE.yaml | 35 +++++++++++++++++++ .../Google.PlayGames.locale.en-US.yaml | 35 +++++++++++++++++++ .../150.0.7863.0/Google.PlayGames.yaml | 8 +++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.installer.yaml create mode 100644 manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.de-DE.yaml create mode 100644 manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.en-US.yaml create mode 100644 manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.yaml diff --git a/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.installer.yaml b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.installer.yaml new file mode 100644 index 000000000000..4299bca9deec --- /dev/null +++ b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.PlayGames +PackageVersion: 150.0.7863.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: GooglePlayGames +ReleaseDate: 2026-05-06 +AppsAndFeaturesEntries: +- ProductCode: GooglePlayGames +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/tag/s/appguid={47B07D71-505D-4665-AFD4-4972A30C6530}&appname=GPG&needsadmin=true&ap=beta/play/games/Install-GooglePlayGames.exe + InstallerSha256: E268B33C07B7673478D3B1CCFDCEC7F7E11CC2EF4E7D24041DD16CCAEC7825C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.de-DE.yaml b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.de-DE.yaml new file mode 100644 index 000000000000..adf5f946fba4 --- /dev/null +++ b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.de-DE.yaml @@ -0,0 +1,35 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.PlayGames +PackageVersion: 150.0.7863.0 +PackageLocale: de-DE +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=de-DE +PrivacyUrl: https://policies.google.com/privacy?hl=de-DE +Author: Google LLC +PackageName: Google Play Spiele +PackageUrl: https://play.google.com/googleplaygames?hl=de-DE +License: Proprietary +LicenseUrl: https://policies.google.com/terms?hl=de-DE +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: Entdecke Spiele für PCs und Mobilgeräte +Description: Nahtloses Gaming auf Mobilgeräten und PC. Synchronisiere deine Mediathek und deinen Fortschritt, damit du jederzeit genau da weiterspielen kannst, wo du aufgehört hast – ob unterwegs auf deinem Smartphone oder auf deinem PC mit großem Bildschirm und präziserer Steuerung. +Tags: +- android +- gaming +- google +- googleplaygames +- mobile +- mobile-spiele +- plattform +- play +- play-games +- play-points +- play-spiele +- play-store +- spiele +- store +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.en-US.yaml b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.en-US.yaml new file mode 100644 index 000000000000..e3243f118df5 --- /dev/null +++ b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.PlayGames +PackageVersion: 150.0.7863.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/googleplay/topic/13019131?hl=en-US +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Play Games +PackageUrl: https://play.google.com/googleplaygames +License: Proprietary +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: Play games across mobile and PC +Description: Seamless gaming across mobile and PC. Sync your game library and progress, so you can pick up where you left off — whether you're playing on-the-go on your phone, or going deeper with a bigger screen and better controls on PC. +Moniker: google-play-games +Tags: +- android +- games +- gaming +- google +- googleplaygames +- mobile +- mobile-games +- platform +- play +- play-games +- play-points +- play-store +- store +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.yaml b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.yaml new file mode 100644 index 000000000000..59d49dd9ed51 --- /dev/null +++ b/manifests/g/Google/PlayGames/150.0.7863.0/Google.PlayGames.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.PlayGames +PackageVersion: 150.0.7863.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 91b290f2207c7eeb3e4b233ee601922c000fceea Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:48:50 +0800 Subject: [PATCH 52/83] Update version: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition version 9.9.0 (#383193) --- ...talDiskInfo.KureiKeiEdition.installer.yaml | 42 +++++----- ...DiskInfo.KureiKeiEdition.locale.en-US.yaml | 84 +++++++++---------- ...DiskInfo.KureiKeiEdition.locale.ja-JP.yaml | 84 +++++++++---------- ...DiskInfo.KureiKeiEdition.locale.zh-CN.yaml | 72 ++++++++-------- ...World.CrystalDiskInfo.KureiKeiEdition.yaml | 16 ++-- 5 files changed, 149 insertions(+), 149 deletions(-) diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml index dd81f1c246af..93cad286cc78 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -1,21 +1,21 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition -PackageVersion: 9.9.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2026-05-18 -Installers: -- Architecture: x86 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0KureiKei.exe/download - InstallerSha256: 838C468578746DDA03FA51C79A9866110461CF738DD5B50F454CB8596376E807 -- Architecture: x64 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0KureiKei.exe/download - InstallerSha256: 838C468578746DDA03FA51C79A9866110461CF738DD5B50F454CB8596376E807 -- Architecture: arm64 - InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0KureiKei.exe/download - InstallerSha256: 838C468578746DDA03FA51C79A9866110461CF738DD5B50F454CB8596376E807 -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-05-18 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0KureiKei.exe + InstallerSha256: 838C468578746DDA03FA51C79A9866110461CF738DD5B50F454CB8596376E807 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0KureiKei.exe + InstallerSha256: 838C468578746DDA03FA51C79A9866110461CF738DD5B50F454CB8596376E807 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.0/CrystalDiskInfo9_9_0KureiKei.exe + InstallerSha256: 838C468578746DDA03FA51C79A9866110461CF738DD5B50F454CB8596376E807 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml index 2d5a77def68f..14435c7c9029 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml @@ -1,42 +1,42 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition -PackageVersion: 9.9.0 -PackageLocale: en-US -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/en/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo Kurei Kei Edition -PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: |- - © 2008-2026 hiyohiyo - © 2017-2026 Pronama LLC -ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. -Moniker: crystaldiskinfo-kke -Tags: -- diagnostic -- disk -- disk-diagnostic -- disk-utility -- hard-drive -- hdd -- nvme -- smart -- ssd -- utility -ReleaseNotes: |- - - Added: [FAKE] label support for counterfeit Samsung SSDs - - Added: Support for JMicron JMS59x - - Fixed: JMS586 New was not working properly - - Improved: Security of DLL loading process -ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.0 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2017-2026 Pronama LLC +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +Moniker: crystaldiskinfo-kke +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotes: |- + - Added: [FAKE] label support for counterfeit Samsung SSDs + - Added: Support for JMicron JMS59x + - Fixed: JMS586 New was not working properly + - Improved: Security of DLL loading process +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.ja-JP.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.ja-JP.yaml index 73eb5bff6e26..afcec63f2fe1 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.ja-JP.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.ja-JP.yaml @@ -1,42 +1,42 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition -PackageVersion: 9.9.0 -PackageLocale: ja-JP -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/ja/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo Kurei Kei Edition -PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: |- - © 2008-2026 hiyohiyo - © 2017-2026 Pronama LLC -ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 Kurei KeiテーマのCrystalDiskInfoです。 -Tags: -- hhd -- nvme -- smart -- ssd -- ディスク -- ディスクユーティリティ -- ディスク診断 -- ハードドライブ -- ユーティリティ -- 診断 -ReleaseNotes: |- - - 追加:偽物 Samsung SSD に[FAKE]ラベル設定 - より巧妙化した偽 SSD が出現!990 PRO 風でベンチマーク速度は出てしまう悪質な模造品が流通 (AKIBA PC Hotline!) - - 追加:JMicron JMS59x に対応 - - 修正:JMS586 New が正常動作しない不具合 - - 修正:DLL 読み込み処理の安全性を改善 -ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.0 +PackageLocale: ja-JP +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ja/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2017-2026 Pronama LLC +ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 Kurei KeiテーマのCrystalDiskInfoです。 +Tags: +- hhd +- nvme +- smart +- ssd +- ディスク +- ディスクユーティリティ +- ディスク診断 +- ハードドライブ +- ユーティリティ +- 診断 +ReleaseNotes: |- + - 追加:偽物 Samsung SSD に[FAKE]ラベル設定 + より巧妙化した偽 SSD が出現!990 PRO 風でベンチマーク速度は出てしまう悪質な模造品が流通 (AKIBA PC Hotline!) + - 追加:JMicron JMS59x に対応 + - 修正:JMS586 New が正常動作しない不具合 + - 修正:DLL 読み込み処理の安全性を改善 +ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml index d33a8d3a6581..9e201dc478e3 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml @@ -1,36 +1,36 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition -PackageVersion: 9.9.0 -PackageLocale: zh-CN -Publisher: Crystal Dew World -PublisherUrl: https://crystalmark.info/en/ -PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues -PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ -Author: Noriyuki Miyazaki -PackageName: CrystalDiskInfo Kurei Kei Edition -PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ -License: MIT -LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ -Copyright: |- - © 2008-2026 hiyohiyo - © 2017-2026 Pronama LLC -ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 -Tags: -- nvme -- smart -- 固态硬盘 -- 工具 -- 机械硬盘 -- 硬盘 -- 硬盘工具 -- 硬盘诊断 -- 磁盘 -- 诊断 -ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.0 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2017-2026 Pronama LLC +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml index dbfd901020b3..ef37fc4c47cb 100644 --- a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.0/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition -PackageVersion: 9.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e92217295a8b194a2615e99898fdff5b91664036 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:50:15 +0800 Subject: [PATCH 53/83] RootsMagic.RootsMagic.11 version 11.3.1.0 (#383510) --- .../RootsMagic.RootsMagic.11.installer.yaml | 12 ++++++------ .../RootsMagic.RootsMagic.11.locale.en-US.yaml | 2 +- .../RootsMagic.RootsMagic.11.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) rename manifests/r/RootsMagic/RootsMagic/11/{11.3.0.0 => 11.3.1.0}/RootsMagic.RootsMagic.11.installer.yaml (74%) rename manifests/r/RootsMagic/RootsMagic/11/{11.3.0.0 => 11.3.1.0}/RootsMagic.RootsMagic.11.locale.en-US.yaml (96%) rename manifests/r/RootsMagic/RootsMagic/11/{11.3.0.0 => 11.3.1.0}/RootsMagic.RootsMagic.11.yaml (87%) diff --git a/manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.installer.yaml b/manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.installer.yaml similarity index 74% rename from manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.installer.yaml rename to manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.installer.yaml index ddad78920e25..02a18f742b2a 100644 --- a/manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.installer.yaml +++ b/manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: RootsMagic.RootsMagic.11 -PackageVersion: 11.3.0.0 +PackageVersion: 11.3.1.0 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -23,18 +23,18 @@ InstallationMetadata: Installers: - Architecture: x86 InstallerUrl: https://files.rootsmagic.com/RM11/RootsMagic-11-Setup.exe - InstallerSha256: 74D9C97386E01DF653B76A1ADBF53EC8E03FA17D9BD931B3222C6CE4BD9EE0E9 + InstallerSha256: 39C30EF55F88BB8E8AEA130F51EE765F9B840E7D675FBA877A29772023761FD8 ProductCode: '{EF8911E9-EDBD-43B9-B191-9142488A789B}}_is1' AppsAndFeaturesEntries: - - DisplayVersion: RootsMagic 11.3.0.0 (32-bit) + - DisplayVersion: RootsMagic 11.3.1.0 (32-bit) ProductCode: '{EF8911E9-EDBD-43B9-B191-9142488A789B}}_is1' - Architecture: x64 InstallerUrl: https://files.rootsmagic.com/RM11/RootsMagic-11-Setup-x64.exe - InstallerSha256: 68E67052051A2D59E4438518218778AF4DE46BF13D0C8DFAFE36A9731F2304E6 + InstallerSha256: 5A6C5CBD531A8587138C67401FAA69311EE939AB1AA08260663C64A77A2448A6 ProductCode: '{A465EE46-BAF7-4778-8397-060BAF368965}}_is1' AppsAndFeaturesEntries: - - DisplayVersion: RootsMagic 11.3.0.0 (64-bit) + - DisplayVersion: RootsMagic 11.3.1.0 (64-bit) ProductCode: '{A465EE46-BAF7-4778-8397-060BAF368965}}_is1' ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-06-01 +ReleaseDate: 2026-06-03 diff --git a/manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.locale.en-US.yaml b/manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.locale.en-US.yaml similarity index 96% rename from manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.locale.en-US.yaml rename to manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.locale.en-US.yaml index 0d4fddb16982..e399b3cc625e 100644 --- a/manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.locale.en-US.yaml +++ b/manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: RootsMagic.RootsMagic.11 -PackageVersion: 11.3.0.0 +PackageVersion: 11.3.1.0 PackageLocale: en-US Publisher: RootsMagic, Inc. PublisherUrl: https://rootsmagic.com/ diff --git a/manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.yaml b/manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.yaml similarity index 87% rename from manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.yaml rename to manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.yaml index f98b3bcc776f..17fed4a49717 100644 --- a/manifests/r/RootsMagic/RootsMagic/11/11.3.0.0/RootsMagic.RootsMagic.11.yaml +++ b/manifests/r/RootsMagic/RootsMagic/11/11.3.1.0/RootsMagic.RootsMagic.11.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: RootsMagic.RootsMagic.11 -PackageVersion: 11.3.0.0 +PackageVersion: 11.3.1.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 8bbcd3428219e164e30f6f8c706d65e351818e2c Mon Sep 17 00:00:00 2001 From: Dmytro Yaroshenko Date: Thu, 4 Jun 2026 00:53:34 -0700 Subject: [PATCH 54/83] Update: o-murphy.ebalistyka metadata (#383540) --- .../ebalistyka/0.1.16.0/o-murphy.ebalistyka.locale.en-US.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/o/o-murphy/ebalistyka/0.1.16.0/o-murphy.ebalistyka.locale.en-US.yaml b/manifests/o/o-murphy/ebalistyka/0.1.16.0/o-murphy.ebalistyka.locale.en-US.yaml index ee0bcbae35ef..5dfbdc5324d6 100644 --- a/manifests/o/o-murphy/ebalistyka/0.1.16.0/o-murphy.ebalistyka.locale.en-US.yaml +++ b/manifests/o/o-murphy/ebalistyka/0.1.16.0/o-murphy.ebalistyka.locale.en-US.yaml @@ -6,9 +6,9 @@ PackageVersion: 0.1.16.0 PackageLocale: en-US Publisher: o-murphy PublisherUrl: https://github.com/o-murphy -PublisherSupportUrl: https://github.com/o-murphy/ebalistyka-app/issues +PublisherSupportUrl: https://github.com/o-murphy/ebalistyka/issues PackageName: eBalistyka -PackageUrl: https://github.com/o-murphy/ebalistyka-app +PackageUrl: https://github.com/o-murphy/ebalistyka License: GPL-3.0-only ShortDescription: Ballistic Calculator Tags: From e5b70bdc0d1c6bd03a44faf300bf869a211320be Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:18:40 +0800 Subject: [PATCH 55/83] New version: JetBrains.GoLand.EAP version 262.6653.43 (#381279) --- .../JetBrains.GoLand.EAP.installer.yaml | 35 +++++++++++++++++++ .../JetBrains.GoLand.EAP.locale.en-US.yaml | 35 +++++++++++++++++++ .../JetBrains.GoLand.EAP.locale.zh-CN.yaml | 25 +++++++++++++ .../EAP/262.6653.43/JetBrains.GoLand.EAP.yaml | 8 +++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.installer.yaml create mode 100644 manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.yaml diff --git a/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.installer.yaml b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.installer.yaml new file mode 100644 index 000000000000..5176922eca42 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 262.6653.43 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ProductCode: GoLand 262.6653.43 +ReleaseDate: 2026-05-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-262.6653.43.exe + InstallerSha256: D5B17A40B1D4DD4BCC29D73BF8B8C94F26363FCB50B072F79BDABDC77E79D999 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-262.6653.43.exe + InstallerSha256: D5B17A40B1D4DD4BCC29D73BF8B8C94F26363FCB50B072F79BDABDC77E79D999 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-262.6653.43-aarch64.exe + InstallerSha256: D52803A12F0B7EF180AE5EC48DF8BF6520B28A73057A5EBEDAA6D845FECCD006 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-262.6653.43-aarch64.exe + InstallerSha256: D52803A12F0B7EF180AE5EC48DF8BF6520B28A73057A5EBEDAA6D845FECCD006 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.locale.en-US.yaml new file mode 100644 index 000000000000..46153188c089 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 262.6653.43 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand (EAP) +PackageUrl: https://www.jetbrains.com/go/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: The complete IDE crafted for Gophers +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2026.2 EAP 4 is now available! + In this EAP, we’ve introduced a bunch of minor updates and bug fixes. Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231736062/GoLand-2026.2-EAP-4-262.6653.43-build-Release-Notes +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.locale.zh-CN.yaml new file mode 100644 index 000000000000..1f247e8a6d93 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.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: JetBrains.GoLand.EAP +PackageVersion: 262.6653.43 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageName: GoLand(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/go/nextversion/ +License: 免费软件 +ShortDescription: 为 Go 开发者打造的完整 IDE +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231736062/GoLand-2026.2-EAP-4-262.6653.43-build-Release-Notes +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.yaml b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.yaml new file mode 100644 index 000000000000..ac08fd816586 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/EAP/262.6653.43/JetBrains.GoLand.EAP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.GoLand.EAP +PackageVersion: 262.6653.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 854258f374dc77fcbc1537d5e686fcd6af20e5de Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:18:55 +0800 Subject: [PATCH 56/83] New version: Anthropic.ClaudeCode version 2.1.162 (#383363) --- .../Anthropic.ClaudeCode.installer.yaml | 18 +++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 70 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 ++++++++ .../2.1.162/Anthropic.ClaudeCode.yaml | 8 +++ 4 files changed, 127 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..e20ca6389f25 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.162/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.162 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.162/win32-x64/claude.exe + InstallerSha256: AC4E1319F6AC0C9E04336D0AE5845ACC5DD317BF9E6F26CA47E63DF06D91F8BC +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.162/win32-arm64/claude.exe + InstallerSha256: 3E8C5C55B8C6D1348842E78D17D2EB41D5B30A8AAAAE05A6F906360911A6936B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..58a3b5e6bc9e --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,70 @@ +# 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.162 +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: |- + - claude agents --json now includes waitingFor showing what a waiting session is blocked on (e.g. permission prompt) + - --tools: explicitly listing Grep/Glob now provides the dedicated search tools on native builds with embedded search (previously these names were silently ignored) + - /effort now confirms when your chosen level will persist as the default for new sessions + - Clicking a slash command in the autocomplete menu now fills it into your prompt instead of running it immediately; press Enter to run + - Remote Control now shows as a persistent footer pill (with a link to the session) instead of a startup message + - Renamed Windsurf to Devin Desktop in the /ide menu, /terminal-setup, and /scroll-speed, following the editor's rebrand + - Fixed a silent startup hang when the config directory is read-only or unwritable — Claude Code now starts with in-memory config and surfaces startup errors instead of showing a blank screen + - Fixed WebFetch permission rules not being applied to built-in preapproved domains; explicit WebFetch(domain:...) deny/ask/allow rules now take precedence over the preapproved-host auto-allow + - Fixed Windows permission rules never matching when spelled with backslashes (~\, \\server\share) or case-variant paths, and Read deny rules not hiding files from Glob/Grep results + - Fixed an interrupt (Esc) sent at the very start of a turn being silently dropped in stream-json/SDK sessions, leaving the turn running with no "Interrupted" feedback + - Fixed API 400 no low surrogate in string errors for classifier side-queries and MCP server descriptions containing emoji near a truncation boundary + - Fixed MCP per-server timeout config values below 1000 ms being floored to a 1-second watchdog that aborted every tool call; sub-1000 ms values are now ignored (falling back to MCP_TOOL_TIMEOUT or default), and claude mcp get annotates them accordingly + - Fixed the LSP tool's workspaceSymbol operation returning no results; it now accepts a query parameter and passes it to the language server + - Fixed claude agents cutting live status text (tool args, replies, prompts, exec output) at 60–120 columns on wide terminals; the status detail now uses the full terminal width + - Fixed claude agents truncating long session names at 40 columns; the name column now grows with terminal width + - Fixed claude agents attach occasionally bouncing straight back to the session list on the first try after a background-service restart + - Fixed claude agents Ctrl+V image paste doing nothing in the dispatch input and the session reply box; pasting with no image now shows a hint + - Fixed backgrounding a session with ← silently losing the conversation when the background service cannot start; the session stays in the list as a failed row you can wake with Enter + - Fixed replies from the agents view that fail to send being lost; they are now queued for delivery on the next session start + - Fixed cross-session messaging (SendMessage) silently breaking when CLAUDE_CODE_TMPDIR or $TMPDIR points at a deep directory + - Fixed opening a running background session from claude agents stalling for 5 seconds before attaching + - Quieter startup: notices group by severity, and session info and announcements share a single line per launch + - Startup warnings rewritten to be shorter and clearer, each with a concrete fix + - Launch-prompt warnings (deep link/pre-filled prompt) now stay pinned below the input until you act instead of scrolling away + - Failed turns now show a compact warning line instead of a multi-line red error block + - Improved background service startup and claude update verification to wait out endpoint-security scanning of new binaries instead of failing after 5 seconds + - Background dispatch spawn failures now report the error class name when no errno is available + - Removed the "Claude in Chrome enabled" and "marketplace installed" startup messages; model auto-updates and the team-onboarding tip now show as quiet notices under the logo +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21162 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..0d4cd46880f6 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.162/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.162 +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.162/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.162/Anthropic.ClaudeCode.yaml new file mode 100644 index 000000000000..b543fceda3dd --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.162/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.162 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aca099f9fc79d406c991830598056da489fc031d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:19:11 +0800 Subject: [PATCH 57/83] New version: CognitionAI.Devin version 2026.5.26-5 (#383415) --- .../CognitionAI.Devin.installer.yaml | 21 +++++++++++++ .../CognitionAI.Devin.locale.en-US.yaml | 31 +++++++++++++++++++ .../CognitionAI.Devin.locale.zh-CN.yaml | 21 +++++++++++++ .../Devin/2026.5.26-5/CognitionAI.Devin.yaml | 8 +++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.installer.yaml create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.locale.en-US.yaml create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.locale.zh-CN.yaml create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.yaml diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.installer.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.installer.yaml new file mode 100644 index 000000000000..046ffc985fb4 --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.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: CognitionAI.Devin +PackageVersion: 2026.5.26-5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\devin.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Installers: +- Architecture: x64 + InstallerUrl: https://static.devin.ai/cli/2026.5.26-5/devin-2026.5.26-5-x86_64-pc-windows.zip + InstallerSha256: F4A98B262AB18BC35FBB7F1A0652696CFA549845FE9F4DE4611B3356063BCD9A +- Architecture: arm64 + InstallerUrl: https://static.devin.ai/cli/2026.5.26-5/devin-2026.5.26-5-aarch64-pc-windows.zip + InstallerSha256: 7471BF4B30E534E030EEA5AC56A461810381690E547920FC46D00B7F328AA681 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.locale.en-US.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.locale.en-US.yaml new file mode 100644 index 000000000000..2a306448d82a --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CognitionAI.Devin +PackageVersion: 2026.5.26-5 +PackageLocale: en-US +Publisher: Cognition AI, Inc. +PublisherUrl: https://devin.ai/ +PrivacyUrl: https://cognition.ai/privacy-policy +Author: Cognition AI, Inc. +PackageName: Devin for Terminal +PackageUrl: https://cli.devin.ai/docs +License: Proprietary +LicenseUrl: https://cognition.ai/terms-of-service +ShortDescription: A fast and minimal agent that lives both in your terminal and in the cloud. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +ReleaseNotesUrl: https://cli.devin.ai/docs/changelog/stable +PurchaseUrl: https://devin.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://cli.devin.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.locale.zh-CN.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.locale.zh-CN.yaml new file mode 100644 index 000000000000..2016995ed4f1 --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.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: CognitionAI.Devin +PackageVersion: 2026.5.26-5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款快速且极简的智能体,既可在终端本地运行,也可在云端部署。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://cli.devin.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.yaml new file mode 100644 index 000000000000..ccdc9e8fde52 --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-5/CognitionAI.Devin.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: CognitionAI.Devin +PackageVersion: 2026.5.26-5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e130d6c1fe8c7838be9e22c3160b53f6ad30f25a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:19:27 +0800 Subject: [PATCH 58/83] New version: Sourcegraph.Amp version 0.0.1780533041-g554428 (#383423) --- .../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.1780533041-g554428/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..2edf5122c6ed --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/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.1780533041-g554428 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780533041-g554428/amp-windows-x64-baseline.exe + InstallerSha256: 0420BDAD8A5645AD3A981ABC92FAB0184CE057C86208B8611EC1566C3935F062 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..3447bbc9122d --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/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.1780533041-g554428 +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.1780533041-g554428/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..386be8c5f6ef --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/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.1780533041-g554428 +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.1780533041-g554428/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..7e00e574b291 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780533041-g554428/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.1780533041-g554428 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a54a392460a639b1147228a417948b50c59d6057 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:19:45 -0700 Subject: [PATCH 59/83] Automatic update of TradingView.TradingViewDesktop from 3.1.0.7818 to 3.2.0.7916 (#383514) --- ...dingView.TradingViewDesktop.installer.yaml | 24 +++++++++++++++++++ ...gView.TradingViewDesktop.locale.en-US.yaml | 24 +++++++++++++++++++ .../TradingView.TradingViewDesktop.yaml | 8 +++++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.installer.yaml create mode 100644 manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.locale.en-US.yaml create mode 100644 manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.yaml diff --git a/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.installer.yaml b/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.installer.yaml new file mode 100644 index 000000000000..11cd97c90076 --- /dev/null +++ b/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TradingView.TradingViewDesktop +PackageVersion: 3.2.0.7916 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19042.0 +InstallerType: msix +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +PackageFamilyName: TradingView.Desktop_n534cwy3pjxzj +ReleaseDate: 2024-02-13 +Installers: +- Architecture: x64 + InstallerUrl: https://tvd-packages.tradingview.com/stable/latest/win32/TradingView.msix + InstallerSha256: 8593C6F3F9B331288BCA2EA20100E5504ADB4D5FE3B5DBDB113C8E9B73812009 + SignatureSha256: 431B178564808AFA5E4F681E2E47197191BDFCBF538B9847CF75C1976A248C3F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.locale.en-US.yaml b/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..1034f055448d --- /dev/null +++ b/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TradingView.TradingViewDesktop +PackageVersion: 3.2.0.7916 +PackageLocale: en-US +Publisher: TradingView, Inc. +PublisherUrl: https://www.tradingview.com/ +PublisherSupportUrl: https://www.tradingview.com/support/categories/desktop/ +PackageName: TradingView +PackageUrl: https://www.tradingview.com/desktop/ +License: Copyright (C) TradingView, Inc. +Copyright: Copyright (C) 2021 TradingView, Inc. +ShortDescription: Experience the best of TradingView you know and love with power and flexibility of a desktop application. +Moniker: tradingview +Tags: +- chart +- crypto +- finance +- forex +- stocks +- trading +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.yaml b/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.yaml new file mode 100644 index 000000000000..cd4232193baf --- /dev/null +++ b/manifests/t/TradingView/TradingViewDesktop/3.2.0.7916/TradingView.TradingViewDesktop.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TradingView.TradingViewDesktop +PackageVersion: 3.2.0.7916 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6b10d9743c42488d6897057bdc544f5e4f2b5600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Long?= Date: Thu, 4 Jun 2026 15:19:59 +0700 Subject: [PATCH 60/83] New version: HoangLong.DiskInfo version 3.2 (#383518) --- .../3.2/HoangLong.DiskInfo.installer.yaml | 17 +++++++++++ .../3.2/HoangLong.DiskInfo.locale.en-US.yaml | 30 +++++++++++++++++++ .../DiskInfo/3.2/HoangLong.DiskInfo.yaml | 8 +++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.installer.yaml create mode 100644 manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.locale.en-US.yaml create mode 100644 manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.yaml diff --git a/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.installer.yaml b/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.installer.yaml new file mode 100644 index 000000000000..e99bc0465106 --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.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: HoangLong.DiskInfo +PackageVersion: "3.2" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: DiskInfo.exe + PortableCommandAlias: diskinfo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hoang-Long2012/DiskInfo/releases/download/3.2/DiskInfo.zip + InstallerSha256: 615CE73670956EF7DA654267B033C0F13A32AA0830D59B84D64327D95253A1D4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-04 diff --git a/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.locale.en-US.yaml b/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.locale.en-US.yaml new file mode 100644 index 000000000000..34309b14f9c5 --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HoangLong.DiskInfo +PackageVersion: "3.2" +PackageLocale: en-US +Publisher: Hoàng Long +PublisherUrl: https://github.com/Hoang-Long2012 +PublisherSupportUrl: https://github.com/Hoang-Long2012/DiskInfo/issues +PackageName: DiskInfo +PackageUrl: https://github.com/Hoang-Long2012/DiskInfo +License: MIT +LicenseUrl: https://github.com/Hoang-Long2012/DiskInfo/blob/HEAD/LICENSE +ShortDescription: A small utility to check basic information about your drive. +Tags: +- cli +- disk +- disk-usage +- drive +- info +- storage +- tool +- utility +- windows +ReleaseNotesUrl: https://github.com/Hoang-Long2012/DiskInfo/blob/main/CHANGELOG.md +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Hoang-Long2012/DiskInfo/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.yaml b/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.yaml new file mode 100644 index 000000000000..e235a5f66223 --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/3.2/HoangLong.DiskInfo.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: HoangLong.DiskInfo +PackageVersion: "3.2" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 972f37b1d51fff6030e26a2f8f2757de980d0450 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Thu, 4 Jun 2026 01:20:13 -0700 Subject: [PATCH 61/83] New version: conduit 1.15.0 (#383519) Co-authored-by: goreleaserbot --- .../1.15.0/Icehunter.conduit.installer.yaml | 18 ++++++++++++++++++ .../1.15.0/Icehunter.conduit.locale.en-US.yaml | 17 +++++++++++++++++ .../conduit/1.15.0/Icehunter.conduit.yaml | 7 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.installer.yaml create mode 100644 manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.locale.en-US.yaml create mode 100644 manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.yaml diff --git a/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.installer.yaml b/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.installer.yaml new file mode 100644 index 000000000000..f8d5cbcb7ccf --- /dev/null +++ b/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.conduit +PackageVersion: 1.15.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-04" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: conduit.exe + PortableCommandAlias: conduit + InstallerUrl: https://github.com/Icehunter/conduit/releases/download/v1.15.0/conduit_windows_amd64.zip + InstallerSha256: 7ac4fd8dd8a24d5ac287747c3473e134345e8663b2807f24c6d8449ec7eef6db + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.locale.en-US.yaml b/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.locale.en-US.yaml new file mode 100644 index 000000000000..be1896daaff4 --- /dev/null +++ b/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.conduit +PackageVersion: 1.15.0 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/conduit/issues +PackageName: conduit +PackageUrl: https://github.com/Icehunter/conduit +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/Icehunter/conduit/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: Conduit is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: conduit +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.yaml b/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.yaml new file mode 100644 index 000000000000..6412b04f7688 --- /dev/null +++ b/manifests/i/Icehunter/conduit/1.15.0/Icehunter.conduit.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Icehunter.conduit +PackageVersion: 1.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f963f1b6fa3efc35531fae9083a77712244727df Mon Sep 17 00:00:00 2001 From: wxxb789 <49564443+wxxb789@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:20:28 +0800 Subject: [PATCH 62/83] New version: rtk-ai.rtk version 0.42.1 (#383520) --- .../rtk/0.42.1/rtk-ai.rtk.installer.yaml | 17 ++++++++++ .../rtk/0.42.1/rtk-ai.rtk.locale.en-US.yaml | 33 +++++++++++++++++++ manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.yaml | 8 +++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.installer.yaml create mode 100644 manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.locale.en-US.yaml create mode 100644 manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.yaml diff --git a/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.installer.yaml b/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.installer.yaml new file mode 100644 index 000000000000..1c61bdc9f381 --- /dev/null +++ b/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.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: rtk-ai.rtk +PackageVersion: 0.42.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rtk.exe + PortableCommandAlias: rtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rtk-ai/rtk/releases/download/v0.42.1/rtk-x86_64-pc-windows-msvc.zip + InstallerSha256: 5F292B031595405671B41E29AA5016931E8598949C25D9751F0EEBD2ECCEFE0B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-03 diff --git a/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.locale.en-US.yaml b/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.locale.en-US.yaml new file mode 100644 index 000000000000..548cdae138bf --- /dev/null +++ b/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.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: rtk-ai.rtk +PackageVersion: 0.42.1 +PackageLocale: en-US +Publisher: rtk-ai +PublisherUrl: https://www.rtk-ai.app +PublisherSupportUrl: https://github.com/rtk-ai/rtk/issues +PrivacyUrl: https://github.com/rtk-ai/rtk/blob/master/docs/TELEMETRY.md +Author: rtk-ai +PackageName: rtk +PackageUrl: https://github.com/rtk-ai/rtk +License: MIT License +LicenseUrl: https://github.com/rtk-ai/rtk/blob/master/LICENSE +Copyright: 2024 Patrick Szymkowiak +ShortDescription: CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies +Description: CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies +Moniker: rtk +Tags: +- cli +- llm +- token +- filter +- productivity +- rust-token-killer +ReleaseNotesUrl: https://github.com/rtk-ai/rtk/releases/tag/v0.42.1 +InstallationNotes: Run `rtk init -g` to begin (installs `rtk` as a globally available hook for all `bash` commands) +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/rtk-ai/rtk/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.yaml b/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.yaml new file mode 100644 index 000000000000..b56fcc84486b --- /dev/null +++ b/manifests/r/rtk-ai/rtk/0.42.1/rtk-ai.rtk.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: rtk-ai.rtk +PackageVersion: 0.42.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7014dbf512eff001e7e85c14de073fd75a05f011 Mon Sep 17 00:00:00 2001 From: sumologic-otel-collector-ci <124201120+sumologic-otel-collector-ci@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:50:43 +0530 Subject: [PATCH 63/83] New version: Sumologic.OtelcolSumo.Fips version 0.153.0.3040 (#383523) --- .../Sumologic.OtelcolSumo.Fips.installer.yaml | 23 +++++++++++++++ ...mologic.OtelcolSumo.Fips.locale.en-US.yaml | 29 +++++++++++++++++++ .../Sumologic.OtelcolSumo.Fips.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.installer.yaml create mode 100644 manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.locale.en-US.yaml create mode 100644 manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.yaml diff --git a/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.installer.yaml b/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.installer.yaml new file mode 100644 index 000000000000..a8476d212d14 --- /dev/null +++ b/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.installer.yaml @@ -0,0 +1,23 @@ +# Created with sumologic-otel-collector-packaging using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sumologic.OtelcolSumo.Fips +PackageVersion: 0.153.0.3040 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{6421CD53-C310-4647-A117-85774CAB6578}' +ReleaseDate: 2026-06-04 +AppsAndFeaturesEntries: +- DisplayName: OpenTelemetry Collector + ProductCode: '{6421CD53-C310-4647-A117-85774CAB6578}' + UpgradeCode: '{33D8E84A-1581-41DC-AF17-E48459B895C5}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/./Sumo Logic/OpenTelemetry Collector' +Installers: +- Architecture: x64 + InstallerUrl: https://download-otel.sumologic.com/0.153.0-3040/otelcol-sumo_0.153.0.3040_en-US.x64-fips.msi + InstallerSha256: 12EC6DA00F8DAA5D6F08C2E42334770F7F134A070F205AA85B5DF38A94E3C6FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.locale.en-US.yaml b/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.locale.en-US.yaml new file mode 100644 index 000000000000..8c0e15033892 --- /dev/null +++ b/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with sumologic-otel-collector-packaging using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sumologic.OtelcolSumo.Fips +PackageVersion: 0.153.0.3040 +PackageLocale: en-US +Publisher: Sumo Logic +PublisherUrl: https://www.sumologic.com/ +PublisherSupportUrl: https://support.sumologic.com/ +PrivacyUrl: https://www.sumologic.com/privacy-statement/ +PackageName: Sumo Logic OpenTelemetry Collector (FIPS) +PackageUrl: https://github.com/SumoLogic/sumologic-otel-collector +License: Apache-2.0 +LicenseUrl: https://github.com/SumoLogic/sumologic-otel-collector/blob/main/LICENSE +ShortDescription: Sumo Logic distribution of the OpenTelemetry Collector (FIPS-compliant). +Description: The Sumo Logic OpenTelemetry Collector is a distribution of the OpenTelemetry Collector that provides a unified agent to send logs, metrics, traces, and metadata to Sumo Logic. This is the FIPS-compliant build and requires Windows FIPS mode to be enabled before the service can start. +Moniker: otelcol-sumo-fips +Tags: +- fips +- logs +- metrics +- monitoring +- observability +- opentelemetry +- sumologic +- traces +ReleaseNotesUrl: https://github.com/SumoLogic/sumologic-otel-collector/releases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.yaml b/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.yaml new file mode 100644 index 000000000000..9a19d4d84e83 --- /dev/null +++ b/manifests/s/Sumologic/OtelcolSumo/Fips/0.153.0.3040/Sumologic.OtelcolSumo.Fips.yaml @@ -0,0 +1,8 @@ +# Created with sumologic-otel-collector-packaging using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sumologic.OtelcolSumo.Fips +PackageVersion: 0.153.0.3040 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8f8269b77bdc9425a32563d71237ab211d324b6b Mon Sep 17 00:00:00 2001 From: The SZ Date: Thu, 4 Jun 2026 10:20:58 +0200 Subject: [PATCH 64/83] the-sz.RoyalPro version 1.06 (#383526) --- .../1.06/the-sz.RoyalPro.installer.yaml | 16 ++++++++++++++ .../1.06/the-sz.RoyalPro.locale.en-US.yaml | 21 +++++++++++++++++++ .../the-sz/RoyalPro/1.06/the-sz.RoyalPro.yaml | 8 +++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.installer.yaml create mode 100644 manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.locale.en-US.yaml create mode 100644 manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.yaml diff --git a/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.installer.yaml b/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.installer.yaml new file mode 100644 index 000000000000..61320bb5d082 --- /dev/null +++ b/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: the-sz.RoyalPro +PackageVersion: "1.06" +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: RoyalPro.exe + PortableCommandAlias: RoyalPro.exe + InstallerUrl: https://the-sz.com/common/get.php?product=royal_pro&version=1.06 + InstallerSha256: 790507153a5e231d6a476343a55c2df8cf339127dc65e601254480db9a4597ea +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.locale.en-US.yaml b/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.locale.en-US.yaml new file mode 100644 index 000000000000..9a04c4331682 --- /dev/null +++ b/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: the-sz.RoyalPro +PackageVersion: "1.06" +PackageLocale: en-US +Publisher: the sz development +PublisherUrl: https://the-sz.com/ +PrivacyUrl: https://the-sz.com/products/privacy.php +Author: the sz development +PackageName: RoyalPro +PackageUrl: https://the-sz.com/products/royal_pro/ +License: Proprietary +LicenseUrl: https://the-sz.com/products/license.php +Copyright: Copyright (c) the-sz.com +ShortDescription: RSS Feed Reader +Description: Read posts on RSS feeds. This RSS reader checks on startup for new posts on RSS 0.91/0.92/1.0/2.0/Atom feeds. +Moniker: royal_pro +ReleaseNotesUrl: https://the-sz.com/common/history.php?product=royal_pro +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.yaml b/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.yaml new file mode 100644 index 000000000000..d327dd2ac00b --- /dev/null +++ b/manifests/t/the-sz/RoyalPro/1.06/the-sz.RoyalPro.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: the-sz.RoyalPro +PackageVersion: "1.06" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From ef9db8314c50d0f60d714fd8a413ff17368dd724 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:40:15 +0800 Subject: [PATCH 65/83] New package: MoonshotAI.KimiCodeCLI version 0.7.0 (#382517) --- .../MoonshotAI.KimiCodeCLI.installer.yaml | 20 ++++++++++++ .../MoonshotAI.KimiCodeCLI.locale.en-US.yaml | 31 +++++++++++++++++++ .../MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml | 23 ++++++++++++++ .../0.7.0/MoonshotAI.KimiCodeCLI.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.installer.yaml create mode 100644 manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml create mode 100644 manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml create mode 100644 manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.yaml diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.installer.yaml new file mode 100644 index 000000000000..8275d12249b0 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.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: MoonshotAI.KimiCodeCLI +PackageVersion: 0.7.0 +InstallerType: portable +Commands: +- kimi +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Installers: +- Architecture: x64 + InstallerUrl: https://code.kimi.com/kimi-code/0.7.0/kimi-code-win32-x64.exe + InstallerSha256: 7341190763DE131544F22AD1AF26734BF19C2DD6AE79402FE2C6725917B34408 +- Architecture: arm64 + InstallerUrl: https://code.kimi.com/kimi-code/0.7.0/kimi-code-win32-arm64.exe + InstallerSha256: 3B67DED0D3AB34F4E29645CE01BE2382D92D4EDB6D8E927BD51BA3ABD2368BC3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml new file mode 100644 index 000000000000..afc760636788 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCodeCLI +PackageVersion: 0.7.0 +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-code/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi Code CLI +PackageUrl: https://moonshotai.github.io/kimi-code/ +License: MIT +LicenseUrl: https://github.com/MoonshotAI/kimi-code/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Moonshot AI +ShortDescription: The Starting Point for Next-Gen Agents +Description: Kimi Code CLI is an AI coding agent that runs in your terminal — it can read and edit code, run shell commands, search files, fetch web pages, and choose the next step based on the feedback it receives. It works out of the box with Moonshot AI’s Kimi models and can also be configured to use other compatible providers. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..c71559998fee --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.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: MoonshotAI.KimiCodeCLI +PackageVersion: 0.7.0 +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://moonshotai.github.io/kimi-code/zh/ +ShortDescription: The Starting Point for Next-Gen Agents +Description: Kimi Code CLI 是一个运行在终端里的 AI 编程 agent,可以帮你读写代码、执行 shell 命令、检索文件、抓取网页,并根据反馈自主决定下一步动作。开箱即用对接 Moonshot AI 的 Kimi 模型,也可指向其他兼容厂商。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.yaml new file mode 100644 index 000000000000..1c875f32447f --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.7.0/MoonshotAI.KimiCodeCLI.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: MoonshotAI.KimiCodeCLI +PackageVersion: 0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3052a0df193b899454637cfebc056a79d38f4d13 Mon Sep 17 00:00:00 2001 From: Chapman <118159308+QwerProg@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:40:34 +0800 Subject: [PATCH 66/83] Add QwerProg.bt 0.1.3 (#383525) Co-authored-by: github-actions[bot] --- .../QwerProg/bt/0.1.3/QwerProg.bt.installer.yaml | 14 ++++++++++++++ .../bt/0.1.3/QwerProg.bt.locale.en-US.yaml | 15 +++++++++++++++ manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.yaml | 6 ++++++ 3 files changed, 35 insertions(+) create mode 100644 manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.installer.yaml create mode 100644 manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.locale.en-US.yaml create mode 100644 manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.yaml diff --git a/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.installer.yaml b/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.installer.yaml new file mode 100644 index 000000000000..4c946e84bbc0 --- /dev/null +++ b/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: QwerProg.bt +PackageVersion: 0.1.3 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: bt.exe +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/QwerProg/bili-tools/releases/download/v0.1.3/bt-x86_64-windows.zip + InstallerSha256: 24fcfc50292c80f7e60d229c84c6587d8377e27113e9275d59b7a998d3ec4b19 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.locale.en-US.yaml b/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.locale.en-US.yaml new file mode 100644 index 000000000000..61a1b313be7a --- /dev/null +++ b/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.locale.en-US.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: QwerProg.bt +PackageVersion: 0.1.3 +PackageLocale: en-US +Publisher: QwerProg +PackageName: bt +License: MIT +ShortDescription: Bilibili live streaming CLI tool - one-command start/stop stream +Tags: + - bilibili + - live + - stream + - cli +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.yaml b/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.yaml new file mode 100644 index 000000000000..dfb17b99dea0 --- /dev/null +++ b/manifests/q/QwerProg/bt/0.1.3/QwerProg.bt.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: QwerProg.bt +PackageVersion: 0.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 181a437d304a2ba026c0e233051085af144bb53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JimmyLv=5F=E5=90=95=E7=AB=8B=E9=9D=92?= Date: Thu, 4 Jun 2026 16:40:47 +0800 Subject: [PATCH 67/83] New version: JimmyLv.BibiGPT version 4.463.0 (#383542) --- .../4.463.0/JimmyLv.BibiGPT.installer.yaml | 14 ++++++++++ .../4.463.0/JimmyLv.BibiGPT.locale.en-US.yaml | 28 +++++++++++++++++++ .../4.463.0/JimmyLv.BibiGPT.locale.zh-CN.yaml | 25 +++++++++++++++++ .../BibiGPT/4.463.0/JimmyLv.BibiGPT.yaml | 8 ++++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.installer.yaml create mode 100644 manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.en-US.yaml create mode 100644 manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.zh-CN.yaml create mode 100644 manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.yaml diff --git a/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.installer.yaml b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.installer.yaml new file mode 100644 index 000000000000..67dc33aa7276 --- /dev/null +++ b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.installer.yaml @@ -0,0 +1,14 @@ +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.463.0 +InstallerType: nullsoft +UpgradeBehavior: install +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + InstallerUrl: https://bibigpt-apps.oss-cn-beijing.aliyuncs.com/desktop-releases/BibiGPT-4.463.0-windows-x86_64.exe + InstallerSha256: 1C1AC7E68ECC16702BAD4FAAB834C1966FEBF17645677906E6467814611F81C6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.en-US.yaml b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.en-US.yaml new file mode 100644 index 000000000000..f289eb838225 --- /dev/null +++ b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.463.0 +PackageLocale: en-US +Publisher: JimmyLv +PublisherUrl: https://bibigpt.co +PublisherSupportUrl: https://github.com/JimmyLv/BibiGPT-v1/issues +PackageName: BibiGPT +PackageUrl: https://bibigpt.co/apps/desktop +License: MIT +LicenseUrl: https://bibigpt.co/terms-of-use +ShortDescription: AI-powered video and audio content summarization assistant +Description: BibiGPT is an AI-powered desktop application that summarizes video and audio content from YouTube, Bilibili, podcasts, and local files. Features include one-click summarization, visual frame analysis, subtitle embedding, and folder monitoring. +Moniker: bibigpt +Tags: +- ai +- audio +- bilibili +- summarization +- video +- youtube +- prc +- china +ReleaseNotes: Visual analysis & summarization | Folder monitoring +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.zh-CN.yaml b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.zh-CN.yaml new file mode 100644 index 000000000000..1e51f77efc6d --- /dev/null +++ b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.463.0 +PackageLocale: zh-CN +Publisher: JimmyLv +PublisherUrl: https://bibigpt.co +PublisherSupportUrl: https://github.com/JimmyLv/BibiGPT-v1/issues +PackageName: BibiGPT +PackageUrl: https://bibigpt.co/apps/desktop +License: MIT +LicenseUrl: https://bibigpt.co/terms-of-use +ShortDescription: AI 视频/音频内容总结助手 +Description: BibiGPT 是一款 AI 驱动的桌面应用,支持总结 YouTube、Bilibili、播客及本地文件的视频和音频内容。功能包括一键总结、视觉逐帧分析、字幕压制和文件夹自动监控。 +Tags: +- ai +- bilibili +- youtube +- 总结 +- 视频 +- 音频 +ReleaseNotes: 视觉化分析与总结丨文件夹监控 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.yaml b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.yaml new file mode 100644 index 000000000000..a3430e8c77fd --- /dev/null +++ b/manifests/j/JimmyLv/BibiGPT/4.463.0/JimmyLv.BibiGPT.yaml @@ -0,0 +1,8 @@ +# Created using winget create +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JimmyLv.BibiGPT +PackageVersion: 4.463.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 6a9912ca17d0099c59e6221da9d2ac12b22d9792 Mon Sep 17 00:00:00 2001 From: ggml-bot-2 Date: Thu, 4 Jun 2026 12:07:08 +0300 Subject: [PATCH 68/83] New version: ggml.llamacpp version b9500 (#383535) --- .../b9500/ggml.llamacpp.installer.yaml | 30 ++++++++++ .../b9500/ggml.llamacpp.locale.en-US.yaml | 57 +++++++++++++++++++ .../g/ggml/llamacpp/b9500/ggml.llamacpp.yaml | 8 +++ 3 files changed, 95 insertions(+) create mode 100644 manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.installer.yaml create mode 100644 manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.locale.en-US.yaml create mode 100644 manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.yaml diff --git a/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.installer.yaml new file mode 100644 index 000000000000..0cf7a7b64e09 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9500 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-04 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9500/llama-b9500-bin-win-vulkan-x64.zip + InstallerSha256: 9BE538F17A8D0E90493478CD20AD6E021CB408E45DB4C2FE3781BE2733421B57 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 000000000000..96cca97de8d9 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9500 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + metal : reduce rset heartbeat from 500ms -> 5ms (#24074) + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) DISABLED + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows x64 (Vulkan) + - Windows x64 (SYCL) DISABLED + - Windows x64 (HIP) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b9500 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.yaml new file mode 100644 index 000000000000..8db6ca308895 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9500/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9500 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e42066f35b5249f42c51ef306aa2ab8597205a78 Mon Sep 17 00:00:00 2001 From: Tim Van Wassenhove Date: Thu, 4 Jun 2026 11:07:30 +0200 Subject: [PATCH 69/83] New version: timvw.wt 0.1.29 (#383536) Co-authored-by: goreleaserbot --- .../t/timvw/wt/0.1.29/timvw.wt.installer.yaml | 18 +++++++++++++ .../wt/0.1.29/timvw.wt.locale.en-US.yaml | 25 +++++++++++++++++++ manifests/t/timvw/wt/0.1.29/timvw.wt.yaml | 7 ++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/t/timvw/wt/0.1.29/timvw.wt.installer.yaml create mode 100644 manifests/t/timvw/wt/0.1.29/timvw.wt.locale.en-US.yaml create mode 100644 manifests/t/timvw/wt/0.1.29/timvw.wt.yaml diff --git a/manifests/t/timvw/wt/0.1.29/timvw.wt.installer.yaml b/manifests/t/timvw/wt/0.1.29/timvw.wt.installer.yaml new file mode 100644 index 000000000000..335e70812074 --- /dev/null +++ b/manifests/t/timvw/wt/0.1.29/timvw.wt.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: timvw.wt +PackageVersion: 0.1.29 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-04" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: wt.exe + PortableCommandAlias: wt + InstallerUrl: https://github.com/timvw/wt/releases/download/v0.1.29/wt_0.1.29_windows_amd64.zip + InstallerSha256: ac8217a265fb15a7b9de8bed00a1a88ad309e9b18c303baddd1c5d8045648921 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/timvw/wt/0.1.29/timvw.wt.locale.en-US.yaml b/manifests/t/timvw/wt/0.1.29/timvw.wt.locale.en-US.yaml new file mode 100644 index 000000000000..b7ac7c9b7a9d --- /dev/null +++ b/manifests/t/timvw/wt/0.1.29/timvw.wt.locale.en-US.yaml @@ -0,0 +1,25 @@ +# 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: timvw.wt +PackageVersion: 0.1.29 +PackageLocale: en-US +Publisher: timvw +PublisherUrl: https://timvw.be +PublisherSupportUrl: https://github.com/timvw/wt/issues +PackageName: wt +License: MIT +LicenseUrl: https://github.com/timvw/wt/blob/main/LICENSE +ShortDescription: A fast, simple Git worktree helper +Description: | + wt is a fast, simple Git worktree helper written in Go. + It wraps Git's native worktree commands with a convenient interface, + organized directory structure, and shell integration with auto-cd. +Moniker: wt +Tags: + - git + - worktree + - cli + - developer-tools +ReleaseNotesUrl: https://github.com/timvw/wt/releases/tag/v0.1.29 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/timvw/wt/0.1.29/timvw.wt.yaml b/manifests/t/timvw/wt/0.1.29/timvw.wt.yaml new file mode 100644 index 000000000000..adbc1bd7a16c --- /dev/null +++ b/manifests/t/timvw/wt/0.1.29/timvw.wt.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: timvw.wt +PackageVersion: 0.1.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 61b793d2a12b64b242d0ca14ff29e9b3d1195ae1 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 4 Jun 2026 11:07:44 +0200 Subject: [PATCH 70/83] Update: MattWhitwam.Wahlberg version 1.54.0 (#383539) Co-authored-by: matt-dx <240455474+matt-dx@users.noreply.github.com> --- .../1.54.0/MattWhitwam.Wahlberg.installer.yaml | 16 ++++++++++++++++ .../MattWhitwam.Wahlberg.locale.en-US.yaml | 14 ++++++++++++++ .../Wahlberg/1.54.0/MattWhitwam.Wahlberg.yaml | 6 ++++++ 3 files changed, 36 insertions(+) create mode 100644 manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.installer.yaml create mode 100644 manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.locale.en-US.yaml create mode 100644 manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.yaml diff --git a/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.installer.yaml b/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.installer.yaml new file mode 100644 index 000000000000..cee70137b46c --- /dev/null +++ b/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: MattWhitwam.Wahlberg +PackageVersion: 1.54.0 +Installers: +- Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/matt-dx/wahlberg/releases/download/v1.54.0/Wahlberg-windows-x64.zip + InstallerSha256: dce778150784fc7040b7c95580602c30984c7b9851adb0f1a1f0f371f6c9d185 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Wahlberg.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.locale.en-US.yaml b/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.locale.en-US.yaml new file mode 100644 index 000000000000..4ae036102b01 --- /dev/null +++ b/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.locale.en-US.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: MattWhitwam.Wahlberg +PackageVersion: 1.54.0 +PackageLocale: en-US +Publisher: Matt Whitwam +PublisherUrl: https://github.com/matt-dx/wahlberg +PackageName: Wahlberg +License: Proprietary +ShortDescription: A cross-platform Markdown viewer built with .NET MAUI and Blazor. +Tags: +- markdown +- viewer +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.yaml b/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.yaml new file mode 100644 index 000000000000..59eaa0f5f76c --- /dev/null +++ b/manifests/m/MattWhitwam/Wahlberg/1.54.0/MattWhitwam.Wahlberg.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: MattWhitwam.Wahlberg +PackageVersion: 1.54.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 089b7d5729de3290ceb0eedf9bb5b2fa7df2c050 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:08:00 +0800 Subject: [PATCH 71/83] New version: Brave.Brave.Beta version 149.1.92.114 (#383547) --- .../Brave.Brave.Beta.installer.yaml | 86 +++++++++++++++++++ .../Brave.Brave.Beta.locale.en-US.yaml | 33 +++++++ .../Brave.Brave.Beta.locale.zh-CN.yaml | 29 +++++++ .../Beta/149.1.92.114/Brave.Brave.Beta.yaml | 8 ++ 4 files changed, 156 insertions(+) create mode 100644 manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.installer.yaml create mode 100644 manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.locale.en-US.yaml create mode 100644 manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.locale.zh-CN.yaml create mode 100644 manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.yaml diff --git a/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.installer.yaml new file mode 100644 index 000000000000..91987576ecc5 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 149.1.92.114 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Beta +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.114/BraveBrowserStandaloneSilentBetaSetup32.exe + InstallerSha256: 5D9C0BD8103580F14361E99F9D6E0760D6F6E009A107E0BCF0C15DADABFF394A + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.114/BraveBrowserStandaloneBetaSetup32.exe + InstallerSha256: 5787CD0B5B5E48F0AE0A9C6961D17DDCB7DF5B4854D59F37DB900182C5C46224 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.114/BraveBrowserStandaloneSilentBetaSetup.exe + InstallerSha256: ADCAE9888421605295E51FE1D90BBFE5AF8CFE206EC3765FAF1AC8B24FC76749 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.114/BraveBrowserStandaloneBetaSetup.exe + InstallerSha256: A262320353ECFB9805044F99CF043C77784D30A80A7357CB1A54DB47CF29FE03 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.114/BraveBrowserStandaloneSilentBetaSetupArm64.exe + InstallerSha256: 757968D6A985EF1C7F67CC47222F4112D4686DFC2A2D1422AED35E1C7F750253 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.114/BraveBrowserStandaloneBetaSetupArm64.exe + InstallerSha256: 55D81B8D3E50029DE2464C4BD2F5CE40E60FB04BF9F8D7E29B4B15631E076555 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..a1f7f1cd6f3d --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.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: Brave.Brave.Beta +PackageVersion: 149.1.92.114 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 000000000000..ec6330fa51d7 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.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: Brave.Brave.Beta +PackageVersion: 149.1.92.114 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.yaml new file mode 100644 index 000000000000..196194ae667c --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/149.1.92.114/Brave.Brave.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 149.1.92.114 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e97d1c6836809d1147dd9355c5acf3f1c99f4b77 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:08:16 +0800 Subject: [PATCH 72/83] New version: hellodigua.ChatLab version 0.24.1 (#383549) --- .../0.24.1/hellodigua.ChatLab.installer.yaml | 26 ++++++++++++++ .../hellodigua.ChatLab.locale.en-US.yaml | 35 +++++++++++++++++++ .../hellodigua.ChatLab.locale.zh-CN.yaml | 31 ++++++++++++++++ .../ChatLab/0.24.1/hellodigua.ChatLab.yaml | 8 +++++ 4 files changed, 100 insertions(+) create mode 100644 manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.installer.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.locale.en-US.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.locale.zh-CN.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.yaml diff --git a/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.installer.yaml new file mode 100644 index 000000000000..95e0090f4771 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.24.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.24.1/ChatLab-0.24.1-setup.exe + InstallerSha256: 6636C58F4690C28991EF2ABB4C9A8A9214450CF9A5F32C3FEFF36318F44D7633 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.24.1/ChatLab-0.24.1-setup.exe + InstallerSha256: 6636C58F4690C28991EF2ABB4C9A8A9214450CF9A5F32C3FEFF36318F44D7633 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.locale.en-US.yaml new file mode 100644 index 000000000000..1a3e185920d3 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.24.1 +PackageLocale: en-US +Publisher: digua +PublisherUrl: https://digua.moe/ +PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues +PackageName: ChatLab +PackageUrl: https://chatlab.fun/ +License: AGPL-3.0 +LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE +Copyright: Copyright © 2026 ChatLab +ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' +Description: |- + ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. + We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. + Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. + The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. + Core Features + - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. + - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). + - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. + - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. + - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. +Tags: +- chat +- chat-records +ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.24.1 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://chatlab.fun/usage/how-to-export.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.locale.zh-CN.yaml new file mode 100644 index 000000000000..66255e81b697 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.24.1 +PackageLocale: zh-CN +PackageUrl: https://chatlab.fun/cn/ +ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 +Description: |- + ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 + 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 + 核心特性 + - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 + - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 + - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 + - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 + - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 +Tags: +- 聊天 +- 聊天记录 +ReleaseNotes: |- + What's New + Adds in-app update notices and default AI preprocessing rules, with fixes for update badges and desensitization settings. + 更新内容 + 新增应用内更新提醒与 AI 预处理默认规则,修复更新提示和脱敏配置保存问题。 +ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://chatlab.fun/cn/usage/how-to-export.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.yaml new file mode 100644 index 000000000000..562492f9cff2 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.24.1/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.24.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bea4a058130cfe77d44d902a6f68dd691b7fdbdf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:08:32 +0800 Subject: [PATCH 73/83] New version: xiaoyifang.GoldenDict-ng version 26.5.7 (#383555) --- .../xiaoyifang.GoldenDict-ng.installer.yaml | 20 ++++ ...xiaoyifang.GoldenDict-ng.locale.en-US.yaml | 97 +++++++++++++++++++ ...xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml | 29 ++++++ .../26.5.7/xiaoyifang.GoldenDict-ng.yaml | 8 ++ 4 files changed, 154 insertions(+) create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.installer.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.locale.en-US.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml create mode 100644 manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.yaml diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.installer.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.installer.yaml new file mode 100644 index 000000000000..dd1921e64121 --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/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.7 +InstallerType: nullsoft +Scope: machine +Protocols: +- goldendict +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: GoldenDict-ng +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xiaoyifang/goldendict-ng/releases/download/v26.5.7/GoldenDict-ng-26.5.7-Qt6.8.3-Windows-installer.exe + InstallerSha256: 9DD33575E23E61B838ECEAC1A89EE37BC4DF7916C2C1546184C5764FED443EE7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.locale.en-US.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.locale.en-US.yaml new file mode 100644 index 000000000000..9fa9c2a166fc --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.locale.en-US.yaml @@ -0,0 +1,97 @@ +# 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.7 +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. + 🐛 Bug Fixes + - Correct release check logic (#2935) - (fecd775) + 2026-06-04 + 🐛 Bug Fixes + - (ui/mainwindow) Improve clipboard hotkey handling (#2932) - (8ddfe2e) + - Resolve Scan Popup not triggered with multiple modifier keys (#2930) - (2c9d939) + 💼 Other + - Bump sonar cloud version 8.1 (#2931) - (472f3e7) + 🆙 Improvements + - Minor change code related to closeEvent - (fe5a83a) + - Macos system tray (#2796) - (0a1bde1) + 2026-06-02 + 💼 Other + - Correct english translation - (8443c03) + 2026-06-01 + 🐛 Bug Fixes + - Show splash screen when mainwindow is still hidden (#2923) - (7368bc4) + 💼 Other + - Ensure exact word matches are prioritized in search results (#2925) - (6207396) + 🚜 Refactor + - (logger) Optimize logging formatting with qSetMessagePattern (#2924) - (6a616cd) + 2026-05-31 + 🐛 Bug Fixes + - Dictinfo disable/enable fts (#2919) - (8b51708) + 💼 Other + - Hide MainStatusBar initially to remove shadow box (#2916) - (aac59bc) + - Support phrase search in highlight results (#2918) - (db72b46) + 🚜 Refactor + - (ui) Optimize MainStatusBar with native C++ improvements (#2917) - (1034300) + 2026-05-29 + 🆙 Improvements + - Handle goldendict:// special character in the host (#2915) - (9af3dea) + 2026-05-28 + 🚀 Features + - Add target parameter support for goldendict:// URL scheme (#2911) - (920c351) + 💼 Other + - Refine the label text (#2909) - (be6abfc) + 🆙 Improvements + - Mark.js highlight accurary adjustment (#2914) - (49b5ec8) + 2026-05-28 + 🚀 Features + - Add hint text for external audio player configuration (#2898) - (d8e75cb) + 💼 Other + - Change ui text to better reflect the function (#2900) - (ce24334) + - Move interfaceStyle parameter from preprocessor conditional to function parameter (#2907) - (9183c04) + 🚜 Refactor + - (ui) Modernize ScanPopup layout and clean up KeyboardState dependency (#2904) - (9a60c04) + Based on branch: master +ReleaseNotesUrl: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.5.7 +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.7/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.locale.zh-CN.yaml new file mode 100644 index 000000000000..ead2336859e2 --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/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.7 +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.7 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.yaml b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/xiaoyifang.GoldenDict-ng.yaml new file mode 100644 index 000000000000..dc35ab8d3a30 --- /dev/null +++ b/manifests/x/xiaoyifang/GoldenDict-ng/26.5.7/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.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2c182b02a0b3c141abc8b9647a20c20d249177f7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:08:47 +0800 Subject: [PATCH 74/83] New version: Zoho.Mail version 1.10.0 (#383557) --- .../Zoho/Mail/1.10.0/Zoho.Mail.installer.yaml | 23 +++++++++++++++++ .../Mail/1.10.0/Zoho.Mail.locale.en-US.yaml | 25 +++++++++++++++++++ .../Mail/1.10.0/Zoho.Mail.locale.zh-CN.yaml | 13 ++++++++++ manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.yaml | 8 ++++++ 4 files changed, 69 insertions(+) create mode 100644 manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.installer.yaml create mode 100644 manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.en-US.yaml create mode 100644 manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.zh-CN.yaml create mode 100644 manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.yaml diff --git a/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.installer.yaml b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.installer.yaml new file mode 100644 index 000000000000..0df3d7349547 --- /dev/null +++ b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.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: Zoho.Mail +PackageVersion: 1.10.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- mailto +ProductCode: 435bda16-99fd-51d0-938d-c156968a2aa4 +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.zohocdn.com/zmail-desktop/windows/zoho-mail-desktop-lite-installer-x86-v1.10.0.exe + InstallerSha256: 92863B45065D64B6B6640B9389D17B3B45F08AABDC52BA3A2F4C153F9264B190 +- Architecture: x64 + InstallerUrl: https://downloads.zohocdn.com/zmail-desktop/windows/zoho-mail-desktop-lite-installer-x64-v1.10.0.exe + InstallerSha256: C526AAD25699A51F91AFD2571F08EA03CFA0DFF7A91503B7AF361A1F5ED525A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.en-US.yaml b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.en-US.yaml new file mode 100644 index 000000000000..394b38d5618e --- /dev/null +++ b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zoho.Mail +PackageVersion: 1.10.0 +PackageLocale: en-US +Publisher: Zoho Mail +PublisherUrl: https://www.zoho.com/mail/ +PublisherSupportUrl: https://www.zoho.com/mail/help/ +PrivacyUrl: https://www.zoho.com/privacy.html +Author: Zoho Corporation Private Limited +PackageName: Zoho Mail - Desktop +PackageUrl: https://www.zoho.com/mail/desktop/ +License: Proprietary +LicenseUrl: https://www.zoho.com/sites/zweb/images/mail/eula.pdf +Copyright: © 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved. +CopyrightUrl: https://www.zoho.com/sites/zweb/images/mail/eula.pdf +ShortDescription: Host your business email on a secure, encrypted, privacy-guaranteed, and ad-free email service, and add a professional touch to every email that goes out. +Tags: +- email +- mail +ReleaseNotesUrl: https://www.zoho.com/mail/whats-new.html +PurchaseUrl: https://www.zoho.com/mail/zohomail-pricing.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.zh-CN.yaml b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.zh-CN.yaml new file mode 100644 index 000000000000..4ec8a397bffe --- /dev/null +++ b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoho.Mail +PackageVersion: 1.10.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将您的企业邮箱托管在安全、加密、隐私有保障且无广告的邮件服务上,为每一封发出的邮件增添专业气质。 +Tags: +- 电子邮件 +- 邮件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.yaml b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.yaml new file mode 100644 index 000000000000..8c198c9d241c --- /dev/null +++ b/manifests/z/Zoho/Mail/1.10.0/Zoho.Mail.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: Zoho.Mail +PackageVersion: 1.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 13517d39bf01b9d24177d80a010ef3814e97e8c3 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 4 Jun 2026 11:31:03 +0200 Subject: [PATCH 75/83] New version: ZeroC.IceServices version 3.8.2.0 (#383311) --- .../3.8.2.0/ZeroC.IceServices.installer.yaml | 13 ++++++++++ .../ZeroC.IceServices.locale.en-US.yaml | 24 +++++++++++++++++++ .../3.8.2.0/ZeroC.IceServices.yaml | 8 +++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.installer.yaml create mode 100644 manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.locale.en-US.yaml create mode 100644 manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.yaml diff --git a/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.installer.yaml b/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.installer.yaml new file mode 100644 index 000000000000..6a9182408ff1 --- /dev/null +++ b/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ZeroC.IceServices +PackageVersion: 3.8.2.0 +InstallerType: burn +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://download.zeroc.com/ice/3.8/Ice-Services-3.8.2.exe + InstallerSha256: 78F591EFBE440EADED9EA9B8D893D8EB1478D10E30240B859EDBEB5D3E3FF310 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.locale.en-US.yaml b/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.locale.en-US.yaml new file mode 100644 index 000000000000..bd125d00bd1d --- /dev/null +++ b/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ZeroC.IceServices +PackageVersion: 3.8.2.0 +PackageLocale: en-US +Publisher: ZeroC, Inc. +PublisherUrl: https://zeroc.com +PackageName: Ice Services +PackageUrl: https://zeroc.com/ice +License: GPL-2.0-only +LicenseUrl: https://github.com/zeroc-ice/ice/blob/main/LICENSE +Copyright: Copyright (c) ZeroC, Inc. All rights reserved. +ShortDescription: IceGrid, IceStorm, and Glacier2 services for the Ice RPC framework +Description: Ice Services provides the server-side services for the Ice RPC framework, including IceGrid for location and deployment, IceStorm for publish-subscribe messaging, and Glacier2 for firewall traversal. +Tags: +- ice +- rpc +- zeroc +- icegrid +- icestorm +- glacier2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.yaml b/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.yaml new file mode 100644 index 000000000000..99a2b17556e3 --- /dev/null +++ b/manifests/z/ZeroC/IceServices/3.8.2.0/ZeroC.IceServices.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ZeroC.IceServices +PackageVersion: 3.8.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From c4fc6a8ffdf132bc4f45dec4d0e7a2a7d364738e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:31:20 +0800 Subject: [PATCH 76/83] New version: Anthropic.Claude version 1.10628.2 (#383445) --- .../1.10628.2/Anthropic.Claude.installer.yaml | 66 +++++++++++++++++++ .../Anthropic.Claude.locale.en-US.yaml | 24 +++++++ .../Anthropic.Claude.locale.zh-CN.yaml | 15 +++++ .../Claude/1.10628.2/Anthropic.Claude.yaml | 8 +++ 4 files changed, 113 insertions(+) create mode 100644 manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.installer.yaml create mode 100644 manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.yaml diff --git a/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.installer.yaml new file mode 100644 index 000000000000..876cccaa0b9e --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.installer.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.2 +Protocols: +- claude +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.10628.2/Claude-deee0a79e9070caed69480a2c8d2e09f895512c4.msix + InstallerSha256: B79F9DD744797F8377069A232825172964670EA39E659983D516242E598C833A + SignatureSha256: B26BC71B87F60494BFA4BC2521060992A4B9CA80223B7715C94DBF810E8D6D45 + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.10628.2/Claude-deee0a79e9070caed69480a2c8d2e09f895512c4.msix + InstallerSha256: 13C20EDD0C16D1394EEF74C0D7680ECB46EAA3DAAD91D21F67E431CBD00B0126 + SignatureSha256: 478C0FBDD1C5436D25E31F6BAC2945F3EA6D5CEB5D2BEE2B1D195A04361963AB + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.10628.2/Claude-deee0a79e9070caed69480a2c8d2e09f895512c4.exe + InstallerSha256: 1A5DBDCFB774A5EC3FF77F64E65C7EC9C230E02AC7496C16A9027A0573F15ABB + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.10628.2/Claude-deee0a79e9070caed69480a2c8d2e09f895512c4.exe + InstallerSha256: 29268ECFD7450895AD3E1EB3A2FCA5E02A068D9C274CBBDAA1EDE1F528ED9267 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 000000000000..a90d892bc120 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.2 +PackageLocale: en-US +Publisher: Anthropic, PBC +PublisherSupportUrl: https://docs.google.com/document/d/11rLWQYaReoZrRaoyPU3_gbgmDgLOKBVjEa-lvPDiWXE/edit +Author: Anthropic PBC +PackageName: Claude +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Your AI partner on desktop. Fast, focused, and designed for deep work. +Moniker: claude +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- chatbot +- large-language-model +- llm +PurchaseUrl: https://www.anthropic.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 000000000000..7167b0966b4f --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 您电脑上的 AI 伙伴。快速、专注,专为深度工作而设计。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.yaml new file mode 100644 index 000000000000..c2d00e103e6c --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.2/Anthropic.Claude.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8ad6a5f132eb9c42408d583aa5731b081a0f1caf Mon Sep 17 00:00:00 2001 From: matchmycolor <124382317+matchmycolor@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:31:39 +0200 Subject: [PATCH 77/83] Add version: matchmycolor.ColibriAlpha version 26.2.0.749 (#383459) --- .../matchmycolor.ColibriAlpha.installer.yaml | 12 ++++++------ .../matchmycolor.ColibriAlpha.locale.en-US.yaml | 8 ++++---- .../matchmycolor.ColibriAlpha.yaml | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) rename manifests/m/matchmycolor/ColibriAlpha/{26.2.0.16423 => 26.2.0.749}/matchmycolor.ColibriAlpha.installer.yaml (68%) rename manifests/m/matchmycolor/ColibriAlpha/{26.2.0.16423 => 26.2.0.749}/matchmycolor.ColibriAlpha.locale.en-US.yaml (84%) rename manifests/m/matchmycolor/ColibriAlpha/{26.2.0.16423 => 26.2.0.749}/matchmycolor.ColibriAlpha.yaml (55%) diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.installer.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.installer.yaml similarity index 68% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.installer.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.installer.yaml index c90e9de5c4d9..0c9f5402065a 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.installer.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.16423 +PackageVersion: 26.2.0.749 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.96.exe - InstallerSha256: 973F088B50F857B3C5D823316E7EBBE38AD56E668836F11F2E098EBBFD98AF13 + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.749.exe + InstallerSha256: 5E58C3500EDE68E5D31F3B0349704058A95F0A046E2720ADC9558D823745BA0F ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.locale.en-US.yaml similarity index 84% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.locale.en-US.yaml index 41901d1365ba..9b54ad5185f9 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.16423 +PackageVersion: 26.2.0.749 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ @@ -14,4 +14,4 @@ License: commercial Copyright: All rights reserved ShortDescription: Colibri color management systems help brand owners, brand management companies, designers, and material manufacturers and suppliers to specify, manage, produce and communicate color. ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.yaml similarity index 55% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.yaml index 16ed3a7131f4..12c6052a09dc 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.16423/matchmycolor.ColibriAlpha.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.749/matchmycolor.ColibriAlpha.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.16423 +PackageVersion: 26.2.0.749 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 From 01f9ac74e24050d1457bf565d6fd5e5bca97c9b5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:31:53 +0800 Subject: [PATCH 78/83] Update: Servo.Servo.Nightly version 1.0 (2026-06-03) (#383507) --- .../Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml | 8 ++++---- .../Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml index 1d15f39bcff6..5aad5af0907c 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml @@ -8,13 +8,13 @@ Scope: machine Protocols: - http - https -ProductCode: '{267d54ab-1e3a-4f11-a356-e49d4caf8241}' -ReleaseDate: 2026-06-02 +ProductCode: '{adf7b08f-1786-43a4-9dd9-c1e17e9cd2d7}' +ReleaseDate: 2026-06-04 AppsAndFeaturesEntries: - DisplayName: ServoShell Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-06-01/servo-x86_64-windows-msvc.exe - InstallerSha256: BBE2647EB96D58EEBBF24B10BEA1936B8B7D526BC737F5F18F3ABF86D15A90A8 + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-06-03/servo-x86_64-windows-msvc.exe + InstallerSha256: B2804C626B8EE55F1278B24655556CB5D6B395E13FA94E4409956E90105CF036 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml index 7d06a7fbb7ed..575077609494 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml @@ -19,8 +19,8 @@ Tags: - web - web-browser - webpage -ReleaseNotes: Nightly build based on servo/servo@8ba2456deff36ba057d74678b88ae32ed15a14c5 -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-06-01 +ReleaseNotes: Nightly build based on servo/servo@dd0a03a542610c13667f8420bdd4a516a7b3dbe1 +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-06-03 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki From 99b640525b356f0823646f2b0e8acfb6c4019ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=93=AD?= <44076275+Pony-CW@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:32:09 +0000 Subject: [PATCH 79/83] New version: BtbN.FFmpeg.GPL version N-124767-ge8031e5b9a (#383530) --- .../BtbN.FFmpeg.GPL.installer.yaml | 35 ++++++++++++++++ .../BtbN.FFmpeg.GPL.locale.en-US.yaml | 40 +++++++++++++++++++ .../BtbN.FFmpeg.GPL.locale.zh-CN.yaml | 32 +++++++++++++++ .../N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.yaml | 8 ++++ 4 files changed, 115 insertions(+) create mode 100644 manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.installer.yaml create mode 100644 manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.en-US.yaml create mode 100644 manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.zh-CN.yaml create mode 100644 manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.yaml diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.installer.yaml new file mode 100644 index 000000000000..4c1e34f18276 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL +PackageVersion: N-124767-ge8031e5b9a +InstallerType: zip +NestedInstallerType: portable +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-win64-gpl/bin/ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-win64-gpl/bin/ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-win64-gpl/bin/ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-06-03-14-37/ffmpeg-N-124767-ge8031e5b9a-win64-gpl.zip + InstallerSha256: 65CF472B9184E9DB9CABD7391632F7428E9BF54B74F3FF67A9A93A754E3EFECE +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-winarm64-gpl/bin/ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-winarm64-gpl/bin/ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-winarm64-gpl/bin/ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-06-03-14-37/ffmpeg-N-124767-ge8031e5b9a-winarm64-gpl.zip + InstallerSha256: 04E7D0042B276EEB0AB81157D497A41B8C95C69A1E311C075AE14B7F2A0FBD2B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.en-US.yaml new file mode 100644 index 000000000000..5b9cde46526e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL +PackageVersion: N-124767-ge8031e5b9a +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL static variant, master branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: MIT +LicenseUrl: https://github.com/BtbN/FFmpeg-Builds/blob/HEAD/LICENSE +Copyright: Copyright (c) 2000-2026 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the master branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2026-06-03-14-37 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.zh-CN.yaml new file mode 100644 index 000000000000..f215cef619f7 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL +PackageVersion: N-124767-ge8031e5b9a +PackageLocale: zh-CN +PackageName: FFmpeg (GPL 静态编译版, master 分支) +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 master 分支的静态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 编码 +- 编解码器 +- 视频 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.yaml b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.yaml new file mode 100644 index 000000000000..829867993c9e --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.GPL.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: BtbN.FFmpeg.GPL +PackageVersion: N-124767-ge8031e5b9a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5069d02fa0a41fcc5e60b0bb151f6f32872407ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=93=AD?= <44076275+Pony-CW@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:32:22 +0000 Subject: [PATCH 80/83] New version: BtbN.FFmpeg.LGPL version N-124767-ge8031e5b9a (#383533) --- .../BtbN.FFmpeg.LGPL.installer.yaml | 35 ++++++++++++++++ .../BtbN.FFmpeg.LGPL.locale.en-US.yaml | 40 +++++++++++++++++++ .../BtbN.FFmpeg.LGPL.locale.zh-CN.yaml | 32 +++++++++++++++ .../BtbN.FFmpeg.LGPL.yaml | 8 ++++ 4 files changed, 115 insertions(+) create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.installer.yaml create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.en-US.yaml create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.zh-CN.yaml create mode 100644 manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.yaml diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.installer.yaml new file mode 100644 index 000000000000..c36c213fe250 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL +PackageVersion: N-124767-ge8031e5b9a +InstallerType: zip +NestedInstallerType: portable +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-win64-lgpl/bin/ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-win64-lgpl/bin/ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-win64-lgpl/bin/ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-06-03-14-37/ffmpeg-N-124767-ge8031e5b9a-win64-lgpl.zip + InstallerSha256: 3DFFCFEDEDD3B3CDC9AB3F556714348A0AEC997E3093035F405459FCB0D8A001 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-winarm64-lgpl/bin/ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-winarm64-lgpl/bin/ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-N-124767-ge8031e5b9a-winarm64-lgpl/bin/ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-06-03-14-37/ffmpeg-N-124767-ge8031e5b9a-winarm64-lgpl.zip + InstallerSha256: 2ACBCD3DCD9F7F35AB8E372C77B9B51A7E4A27214DD46F27A6D1FD8B38481CA6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.en-US.yaml new file mode 100644 index 000000000000..4dd599a426b8 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL +PackageVersion: N-124767-ge8031e5b9a +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (LGPL static variant, master branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: MIT +LicenseUrl: https://github.com/BtbN/FFmpeg-Builds/blob/HEAD/LICENSE +Copyright: Copyright (c) 2000-2026 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A static FFmpeg build from BtbN based on the master branch with all dependencies except libraries that are GPL-only +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2026-06-03-14-37 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.zh-CN.yaml new file mode 100644 index 000000000000..96bc01af9c39 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.LGPL +PackageVersion: N-124767-ge8031e5b9a +PackageLocale: zh-CN +PackageName: FFmpeg (LGPL 静态编译版, master 分支) +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 master 分支的静态编译的 FFmpeg,拥有除仅 GPL 协议的库以外的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 编码 +- 编解码器 +- 视频 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.yaml b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.yaml new file mode 100644 index 000000000000..54e4513df2fa --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/N-124767-ge8031e5b9a/BtbN.FFmpeg.LGPL.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: BtbN.FFmpeg.LGPL +PackageVersion: N-124767-ge8031e5b9a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c026a0ecae91c43772a698f8c3be5ff0b7cc2f45 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:32:39 +0800 Subject: [PATCH 81/83] New version: Ajax.AjaxDesktop version 5.49 (#383546) --- .../Ajax.AjaxDesktop.installer.yaml | 28 +++++------ .../Ajax.AjaxDesktop.locale.en-US.yaml | 48 +++++++++---------- .../Ajax.AjaxDesktop.locale.zh-CN.yaml | 28 +++++------ .../{5.48 => 5.49}/Ajax.AjaxDesktop.yaml | 16 +++---- 4 files changed, 60 insertions(+), 60 deletions(-) rename manifests/a/Ajax/AjaxDesktop/{5.48 => 5.49}/Ajax.AjaxDesktop.installer.yaml (69%) rename manifests/a/Ajax/AjaxDesktop/{5.48 => 5.49}/Ajax.AjaxDesktop.locale.en-US.yaml (91%) rename manifests/a/Ajax/AjaxDesktop/{5.48 => 5.49}/Ajax.AjaxDesktop.locale.zh-CN.yaml (88%) rename manifests/a/Ajax/AjaxDesktop/{5.48 => 5.49}/Ajax.AjaxDesktop.yaml (68%) diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.installer.yaml b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.installer.yaml similarity index 69% rename from manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.installer.yaml rename to manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.installer.yaml index 52918ace1238..89fd34006bb1 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.installer.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.installer.yaml @@ -1,14 +1,14 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.48" -InstallerType: inno -Scope: machine -ProductCode: '{18AF1BCA-8C4F-438C-805F-C225EAFE62C3}_is1' -Installers: -- Architecture: x64 - InstallerUrl: https://desktop-app.ajax.systems/app_main/resources/downloads/windows64/AjaxMainSetup64.exe - InstallerSha256: E5FF347D40B170B66D62A1D7E5E6D1D4F7E1883F31A44FC7E539E8728214A878 -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.49" +InstallerType: inno +Scope: machine +ProductCode: '{18AF1BCA-8C4F-438C-805F-C225EAFE62C3}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://desktop-app.ajax.systems/app_main/resources/downloads/windows64/AjaxMainSetup64.exe + InstallerSha256: 362B6885E7A4FF742154103ABF4C49CBFA547EB689EF16351343BF3B90150F30 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.en-US.yaml b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.locale.en-US.yaml similarity index 91% rename from manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.en-US.yaml rename to manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.locale.en-US.yaml index c5c15436aeac..857bafe9ae7f 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.en-US.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.locale.en-US.yaml @@ -1,24 +1,24 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.48" -PackageLocale: en-US -Publisher: Ajax Systems Inc. -PublisherUrl: https://ajax.systems/ -PublisherSupportUrl: https://support.ajax.systems/ -PrivacyUrl: https://ajax.systems/privacy-policy/ -Author: AJAX SYSTEMS CH -PackageName: Ajax Desktop -PackageUrl: https://ajax.systems/ajax-desktop/ -License: Proprietary -LicenseUrl: https://ajax.systems/end-user-agreement/ -Copyright: © 2026 AJAX SYSTEMS CH. All rights reserved. -CopyrightUrl: https://ajax.systems/end-user-agreement/ -ShortDescription: Desktop app to rule your space -Description: Ajax Desktop transforms an end user’s desktops into full-fledged security control centers. Manage security modes for specific groups or the entire facility, monitor each device’s state, and view live streams from multiple system cameras — all within a single, intuitive interface. With informative real-time notifications, no alarm or on-site event goes unnoticed. -Tags: -- camera -- surveillance -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.49" +PackageLocale: en-US +Publisher: Ajax Systems Inc. +PublisherUrl: https://ajax.systems/ +PublisherSupportUrl: https://support.ajax.systems/ +PrivacyUrl: https://ajax.systems/privacy-policy/ +Author: AJAX SYSTEMS CH +PackageName: Ajax Desktop +PackageUrl: https://ajax.systems/ajax-desktop/ +License: Proprietary +LicenseUrl: https://ajax.systems/end-user-agreement/ +Copyright: © 2026 AJAX SYSTEMS CH. All rights reserved. +CopyrightUrl: https://ajax.systems/end-user-agreement/ +ShortDescription: Desktop app to rule your space +Description: Ajax Desktop transforms an end user’s desktops into full-fledged security control centers. Manage security modes for specific groups or the entire facility, monitor each device’s state, and view live streams from multiple system cameras — all within a single, intuitive interface. With informative real-time notifications, no alarm or on-site event goes unnoticed. +Tags: +- camera +- surveillance +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.locale.zh-CN.yaml similarity index 88% rename from manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml rename to manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.locale.zh-CN.yaml index 10e99c0a3c6b..adac49a6e955 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.locale.zh-CN.yaml @@ -1,14 +1,14 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.48" -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 帮你掌控个人空间的桌面应用 -Description: Ajax Desktop 可将终端用户的桌面设备转变为功能完备的安全管控中心。用户既能为特定群组或整个场所配置安全模式、监控每台设备的运行状态,也可查看多路系统摄像头的实时画面,所有操作都可在一个直观便捷的统一界面内完成。系统会推送信息丰富的实时通知,确保不会遗漏任何警报或现场事件。 -Tags: -- 摄像头 -- 监控 -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.49" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 帮你掌控个人空间的桌面应用 +Description: Ajax Desktop 可将终端用户的桌面设备转变为功能完备的安全管控中心。用户既能为特定群组或整个场所配置安全模式、监控每台设备的运行状态,也可查看多路系统摄像头的实时画面,所有操作都可在一个直观便捷的统一界面内完成。系统会推送信息丰富的实时通知,确保不会遗漏任何警报或现场事件。 +Tags: +- 摄像头 +- 监控 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.yaml similarity index 68% rename from manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml rename to manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.yaml index dab7e6898cdf..0ea1ddf1e47a 100644 --- a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml +++ b/manifests/a/Ajax/AjaxDesktop/5.49/Ajax.AjaxDesktop.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ajax.AjaxDesktop -PackageVersion: "5.48" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.49" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 964cd29c091bf561c071b5446e509f716acac761 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:32:56 +0800 Subject: [PATCH 82/83] New version: Tencent.TencentVideo version 11.169.5481.0 (#383554) --- .../Tencent.TencentVideo.installer.yaml | 70 +++++++++++++++++++ .../Tencent.TencentVideo.locale.en-US.yaml | 41 +++++++++++ .../Tencent.TencentVideo.locale.zh-CN.yaml | 41 +++++++++++ .../11.169.5481.0/Tencent.TencentVideo.yaml | 8 +++ 4 files changed, 160 insertions(+) create mode 100644 manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.installer.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.en-US.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.yaml diff --git a/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.installer.yaml b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.installer.yaml new file mode 100644 index 000000000000..f1837362616e --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.installer.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.169.5481.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Custom: /RQ=0 +UpgradeBehavior: install +Protocols: +- qqlive +- qqtv +FileExtensions: +- 3g2 +- 3gp +- aac +- ac3 +- amr +- ape +- asf +- avi +- cpk +- dat +- dirac +- div +- divx +- dv +- f4v +- flc +- fli +- flv +- lac +- lavf +- m2t +- m4a +- m4r +- m4v +- mkv +- mmf +- mod +- mov +- mp2 +- mp3 +- mp4 +- mpe +- mpeg +- mpg +- ogg +- qlv +- qt +- ram +- rm +- rmvb +- swf +- ts +- vob +- wav +- webm +- wma +- wmv +- wv +ProductCode: qqlive +ReleaseDate: 2026-06-04 +Installers: +- Architecture: x86 + InstallerUrl: https://dldir1v6.qq.com/qqtv/TencentVideo11.169.5481.0.exe?support_redirect=1 + InstallerSha256: 1EF0D540927B9A486D12043C8BDF68A7C12D73BA74816B4FD5CD13BA08FE7533 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.en-US.yaml b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.en-US.yaml new file mode 100644 index 000000000000..5c8588a690f3 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.169.5481.0 +PackageLocale: en-US +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://v.qq.com/ +PublisherSupportUrl: https://support.qq.com/products/4216/ +PrivacyUrl: https://privacy.qq.com/document/preview/3fab9c7fc1424ebda42c3ce488322c8a +Author: Shenzhen Tencent Computer Systems Company Limited +PackageName: 腾讯视频 +PackageUrl: https://v.qq.com/biu/download +License: Proprietary +LicenseUrl: https://m.v.qq.com/about/privacy.html +Copyright: Copyright © 2005 - 2026 Tencent. All Rights Reserved +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: China's leading online streaming platform that offers unlimited HD videos for watching online +Description: Tencent Video is committed to building China's leading online streaming platform that primarily meets users' needs for watching video online through product features including rich content library, ultimate watching experience, convenient login method, seamless all-day multi-platform experience and quick sharing. +Moniker: tencent-video +Tags: +- animation +- anime +- cartoon +- documentary +- donghua +- film +- media +- movie +- multimedia +- player +- serial +- series +- show +- video +PurchaseUrl: https://film.qq.com/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://support.qq.com/products/4216/faqs-more/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.zh-CN.yaml b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.zh-CN.yaml new file mode 100644 index 000000000000..840a1bfde907 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.169.5481.0 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://v.qq.com/ +PublisherSupportUrl: https://support.qq.com/products/4216/ +PrivacyUrl: https://privacy.qq.com/document/preview/3fab9c7fc1424ebda42c3ce488322c8a +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 腾讯视频 +PackageUrl: https://v.qq.com/biu/download +License: 专有软件 +LicenseUrl: https://m.v.qq.com/about/privacy.html +Copyright: Copyright © 2005 - 2026 Tencent. All Rights Reserved 腾讯公司 版权所有 +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 中国领先的在线视频媒体平台,海量高清视频在线观看 +Description: 腾讯视频致力于打造中国领先的在线视频媒体平台,以丰富的内容、极致的观看体验、便捷的登录方式、24 小时多平台无缝应用体验以及快捷分享的产品特性,主要满足用户在线观看视频的需求。 +Tags: +- 动漫 +- 动画 +- 卡通 +- 多媒体 +- 媒体 +- 少儿 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +ReleaseNotes: 全新播放器,沉浸享受高品质影音;桌面迷你模式,让追剧触手可及;新版导航样式,频道切换更方便;频道页面全新改版,沉浸式找片更高效;近期热播好剧,升级观看体验更佳。 +PurchaseUrl: https://film.qq.com/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://support.qq.com/products/4216/faqs-more/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.yaml b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.yaml new file mode 100644 index 000000000000..ca3aa38f0763 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.169.5481.0/Tencent.TencentVideo.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: Tencent.TencentVideo +PackageVersion: 11.169.5481.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fa6d4f15331663c74cf1170eefc1bc1c72ea7d56 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:33:14 +0800 Subject: [PATCH 83/83] New version: Yandex.Music version 5.105.2 (#383556) --- .../Music/5.105.2/Yandex.Music.installer.yaml | 18 +++++++++++ .../5.105.2/Yandex.Music.locale.en-US.yaml | 31 +++++++++++++++++++ .../5.105.2/Yandex.Music.locale.zh-CN.yaml | 22 +++++++++++++ .../y/Yandex/Music/5.105.2/Yandex.Music.yaml | 8 +++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/y/Yandex/Music/5.105.2/Yandex.Music.installer.yaml create mode 100644 manifests/y/Yandex/Music/5.105.2/Yandex.Music.locale.en-US.yaml create mode 100644 manifests/y/Yandex/Music/5.105.2/Yandex.Music.locale.zh-CN.yaml create mode 100644 manifests/y/Yandex/Music/5.105.2/Yandex.Music.yaml diff --git a/manifests/y/Yandex/Music/5.105.2/Yandex.Music.installer.yaml b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.installer.yaml new file mode 100644 index 000000000000..5aedb8f40a77 --- /dev/null +++ b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.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: Yandex.Music +PackageVersion: 5.105.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 49494f9d-1887-5500-9c55-ef4cf0614971 +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerUrl: https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.105.2.exe + InstallerSha256: BB95FF901698641D6A0B5D3C70120EBA80789884024D1E98781CDE8104C93713 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.105.2/Yandex.Music.locale.en-US.yaml b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.locale.en-US.yaml new file mode 100644 index 000000000000..57553966cead --- /dev/null +++ b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yandex.Music +PackageVersion: 5.105.2 +PackageLocale: en-US +Publisher: Яндекс Музыка +PublisherUrl: https://yandex.com/ +PublisherSupportUrl: https://yandex.com/support/ +PrivacyUrl: https://yandex.com/legal/confidential/en/ +Author: YANDEX LLC +PackageName: Яндекс Музыка +PackageUrl: https://music.yandex.com/ +License: Proprietary +LicenseUrl: https://yandex.com/legal/ +Copyright: Copyright © 2026 Яндекс Музыка +ShortDescription: Yandex Music is a service for finding and listening to music and podcasts that provides personalized recommendations for each user. +Tags: +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.105.2/Yandex.Music.locale.zh-CN.yaml b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.locale.zh-CN.yaml new file mode 100644 index 000000000000..1b3626afe98a --- /dev/null +++ b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.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: Yandex.Music +PackageVersion: 5.105.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Yandex Music 是一项寻找和收听音乐和播客的服务,可为每位用户提供个性化推荐。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.105.2/Yandex.Music.yaml b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.yaml new file mode 100644 index 000000000000..e630151c2aa8 --- /dev/null +++ b/manifests/y/Yandex/Music/5.105.2/Yandex.Music.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: Yandex.Music +PackageVersion: 5.105.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0