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 ef7bf0f0a52a..aa19300cf95e 100644 --- a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml +++ b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{943D6004-554E-4B49-A1D5-52F999A1B3C9}_is1' -ReleaseDate: 2026-05-19 +ReleaseDate: 2026-05-21 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.1.1/QoderUserSetup-x64.exe - InstallerSha256: FC62FC644951D82597CCFFB101A2455592724AF9529873B34A98191A0040A107 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.2.1/QoderUserSetup-x64.exe + InstallerSha256: 4FA3F941138095F125A28E274235B8AAEF9BA222152870E78AC3C55686CBAFAF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.installer.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.installer.yaml new file mode 100644 index 000000000000..7880de429807 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/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.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- magnet +- thunder +FileExtensions: +- meta4 +- metalink +- torrent +ProductCode: MotrixNext +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.0/MotrixNext_3.9.0_x64-setup.exe + InstallerSha256: F963B69236B52AC980F28A91FBA5CEAA8D566F377CECF4E8D26938D19842BD14 +- Architecture: arm64 + InstallerUrl: https://github.com/AnInsomniacy/motrix-next/releases/download/v3.9.0/MotrixNext_3.9.0_arm64-setup.exe + InstallerSha256: AEB41A490406F5C33B46DC0BA50A1087B2CDCDD0F518070660B19EB98C8895AB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.en-US.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.en-US.yaml new file mode 100644 index 000000000000..0232f8c28772 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.en-US.yaml @@ -0,0 +1,80 @@ +# 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.0 +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: |- + [!IMPORTANT] + This is a major version update. Motrix Next has fully moved from the legacy aria2 engine to the maintained Aria2 Next engine, fixing many long-standing engine issues and adding native ED2K support. + What's Changed + Motrix Next 3.9.0 upgrades the download engine foundation, adds native ED2K support, improves external download workflows, and strengthens release signing automation. + ✨ New Features + - Aria2 Next engine — Replaced the legacy aria2 binaries with maintained Aria2 Next engine binaries across supported platforms. + - Native ED2K support — Added ED2K link handling, preferences, search flow, validation, and localized search feedback. + - Extension silent start — Added silent auto-submit for extension downloads and an option to auto-select all files from extension-created tasks. + - Task notifications — Added task start, completion, error, and external-input notification handling. + - Port conflict recovery — Added configurable recovery options for engine, BT, and Extension API ports. + - Thunder link decoding — Decode Thunder links before sending tasks to the engine. + 🛠 Improvements + - Updated README and website copy for the Aria2 Next engine. + - Improved protocol association guidance and Advanced Settings navigation. + - Refined ED2K search button animation and status feedback. + - Reworked cleanup preferences into individual toggle switches. + - Improved locale coverage and error messages. + - Added Windows signing workflow and updater JSON refresh automation. + - Improved release asset handling, signing JSON writing, and public signature extraction. + - Removed outdated Aria2 Next binary refresh tests. + 🐛 Bug Fixes + - Fixed fresh-install database schema version handling and added regression coverage. + - Fixed repeated Extension API port auto-switching during engine restarts. + - Fixed engine restart port reconciliation so Motrix Next does not treat its own Extension API listener as an external conflict. + - Fixed release resolution logic and Windows signing workflow edge cases. + - Fixed protocol association dialog copy and destination. + - Fixed Thunder links being passed to aria2 before decoding. +ReleaseNotesUrl: https://github.com/AnInsomniacy/motrix-next/releases/tag/v3.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.zh-CN.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.locale.zh-CN.yaml new file mode 100644 index 000000000000..81b5b43d3e41 --- /dev/null +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/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.0 +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/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.yaml b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.yaml similarity index 53% rename from manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.yaml rename to manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.yaml index 542b1a367965..49aab98605d1 100644 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.yaml +++ b/manifests/a/AnInsomniacy/MotrixNext/3.9.0/AnInsomniacy.MotrixNext.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.107 -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: AnInsomniacy.MotrixNext +PackageVersion: 3.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..7b1d47764ed8 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/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.146 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.146/win32-x64/claude.exe + InstallerSha256: B585BBAF085554757B627E5ED87AA5C153ABB90EF408FB43B0311453B72E8BC2 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.146/win32-arm64/claude.exe + InstallerSha256: 159488363D937BBAC11C55364246513F677E94E681D7431E1622336250091C00 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..7b8ea1d9e550 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,58 @@ +# 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.146 +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: |- + - Renamed /simplify to /code-review with an optional effort level (e.g. /code-review high) + - Auto mode no longer suppresses AskUserQuestion when the user or a skill explicitly relies on it + - Fixed Windows PowerShell tool failing with "command line is invalid" when pwsh is installed via winget or the Microsoft Store (regression in v2.1.124) + - Fixed MCP resources/list, resources/templates/list, and prompts/list dropping items past page 1 on paginating servers + - Fixed full-screen strobing in attached background sessions on Windows Terminal while Claude is streaming + - Fixed the auto-updater status line not showing your current version when an update fails + - Fixed on Windows, removing a background-job worktree no longer follows NTFS junctions into the main repo + - Fixed /background refusing sessions whose only typed input was a skill or custom slash command + - Fixed backgrounded sessions re-prompting for tool permissions you already granted with "don't ask again" + - Fixed /theme color editor and "New custom theme" dialogs not responding to Esc + - Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK + - Fixed forceLoginOrgUUID and forceLoginMethod managed-settings policies not being enforced against third-party-provider and API-key sessions + - Fixed GNOME Terminal right-click and middle-click paste not inserting text + - Fixed CLAUDE_CODE_SUBAGENT_MODEL not being forwarded to child processes in multi-agent sessions + - Improved auto-updater reliability: native version checks and downloads now retry transient network failures instead of failing immediately + - Improved diff rendering performance for large file edits +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21146 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..5c040a8fdeb4 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/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.146 +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/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.yaml similarity index 52% rename from manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.yaml rename to manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.yaml index 22d26883867e..a9d50e944107 100644 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.yaml +++ b/manifests/a/Anthropic/ClaudeCode/2.1.146/Anthropic.ClaudeCode.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.304 -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: Anthropic.ClaudeCode +PackageVersion: 2.1.146 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.installer.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.installer.yaml new file mode 100644 index 000000000000..d175b1d28e6d --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Auto-Plugin.milkup +PackageVersion: 1.0.17 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- md +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Auto-Plugin/milkup/releases/download/v1.0.17/milkup.Setup.1.0.17.exe + InstallerSha256: F7DA2A5A06F6722EF317DFB3C45C805E60E299A60812B108A62D6C29226BDB84 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Auto-Plugin/milkup/releases/download/v1.0.17/milkup.Setup.1.0.17.exe + InstallerSha256: F7DA2A5A06F6722EF317DFB3C45C805E60E299A60812B108A62D6C29226BDB84 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.en-US.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.en-US.yaml new file mode 100644 index 000000000000..0277f81fb08e --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Auto-Plugin.milkup +PackageVersion: 1.0.17 +PackageLocale: en-US +ShortDescription: A free WYSIWYG desktop markdown editor +Description: |- + A modern desktop Markdown editor + ✨ Features + - 🎯 WYSIWYG Editing - Real-time preview editing experience powered by Milkdown + - 📝 Dual-mode Editing - Switch between WYSIWYG and source code editing modes + - 🎨 Multiple Themes - Various minimalist themes with theme editor, import and export support + - 📁 Local File Management - Open, edit, and save local Markdown files + - 🔖 Multi-file Opening - Support for opening multiple files via tab bar + - ⌨️ Shortcut Support - Rich keyboard shortcuts to improve editing efficiency + - 📋 Outline Navigation - Automatically generate document outline for quick navigation + - 🖼️ Image Upload - Custom image hosting configuration supported + - ✅ Spell Check - Built-in spell checking functionality + - 🌐 Cross-platform Support - Available on Windows, macOS, and Linux + - 🔧 Highly Customizable - Supports custom CSS and plugin extensions +Tags: +- editor +- markdown +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.zh-CN.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.zh-CN.yaml new file mode 100644 index 000000000000..a448492ce4b3 --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Auto-Plugin.milkup +PackageVersion: 1.0.17 +PackageLocale: zh-CN +Publisher: Larry Zhu +PublisherUrl: https://milkup.dev/ +PublisherSupportUrl: https://github.com/Auto-Plugin/milkup/issues +Author: Larry Zhu +PackageName: milkup +PackageUrl: https://milkup.dev/ +License: MIT +LicenseUrl: https://github.com/Auto-Plugin/milkup/blob/HEAD/LICENSE +Copyright: Copyright (c) [2026] Larry Zhu +ShortDescription: 免费 & 所见即所得 & 桌面端 markdown 编辑器 +Description: |- + 一个现代化的桌面端 Markdown 编辑器 + ✨ 特性 + - 🎯 所见即所得编辑 - 基于 Milkdown 的实时预览编辑体验 + - 📝 双模式编辑 - 支持所见即所得和源码编辑模式切换 + - 🎨 多主题支持 - 多种简约主题,支持主题编辑器,导入导出 + - 📁 本地文件管理 - 支持打开、编辑和保存本地 Markdown 文件 + - 🔖 多文件打开 - 支持 Tab 栏多文件打开 + - ⌨️ 快捷键支持 - 丰富的快捷键提高编辑效率 + - 📋 大纲导航 - 自动生成文档大纲,快速导航 + - ️🖼️ 图片上传 - 支持自定义图床配置 + - ✅ 拼写检查 - 内置拼写检查功能 + - 🌐 跨平台支持 - 支持 Windows、macOS、Linux + - 🔧 高度可定制 - 支持自定义 CSS 和插件扩展 +Tags: +- markdown +- 编辑器 +ReleaseNotes: |- + 🐞 Bug Fixes + - 修复切换模式时视角不一致的问题 - by @LarryZhu-dev (0ed25e9) + - 修复主题预览图块没有正确显示的问题 - by @LarryZhu-dev (df02744) + - 修复输入标题时标记被意外显示的问题。修复保存时编辑器被意外重建的问题(此问题曾导致光标丢失、历史丢失) - by @LarryZhu-dev (abce09c) + View changes on GitHub +ReleaseNotesUrl: https://github.com/Auto-Plugin/milkup/releases/tag/v1.0.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.yaml b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.yaml new file mode 100644 index 000000000000..bba497ad4794 --- /dev/null +++ b/manifests/a/Auto-Plugin/milkup/1.0.17/Auto-Plugin.milkup.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: Auto-Plugin.milkup +PackageVersion: 1.0.17 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.installer.yaml b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.installer.yaml new file mode 100644 index 000000000000..0d38e7ad00ca --- /dev/null +++ b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blushyes.Sofast +PackageVersion: 0.10.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ProductCode: sofast +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Blushyes/sofast-release/releases/download/v0.10.0/sofast_windows_v0.10.0_setup.exe + InstallerSha256: 1BEA51BD0CAB95210206102CE8E057EB2E7DE567874A60CB09264F34CE74C8BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.locale.en-US.yaml b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.locale.en-US.yaml new file mode 100644 index 000000000000..2da77a8733a3 --- /dev/null +++ b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blushyes.Sofast +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: sofast +PublisherUrl: https://github.com/Blushyes +PublisherSupportUrl: https://github.com/Blushyes/sofast-release/issues +PackageName: sofast +PackageUrl: https://www.sofast.fun/ +License: Freeware +ShortDescription: Quick Launcher | Boost Productivity +Tags: +- add-on +- addon +- app +- application +- extension +- find +- launcher +- plugin +- productivity +- search +- tool +- utility +ReleaseNotesUrl: https://github.com/Blushyes/sofast-release/releases/tag/v0.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.locale.zh-CN.yaml b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.locale.zh-CN.yaml new file mode 100644 index 000000000000..39e520505163 --- /dev/null +++ b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Blushyes.Sofast +PackageVersion: 0.10.0 +PackageLocale: zh-CN +Publisher: sofast +PublisherUrl: https://github.com/Blushyes +PublisherSupportUrl: https://github.com/Blushyes/sofast-release/issues +PackageName: sofast +PackageUrl: https://www.sofast.fun/ +License: 免费软件 +ShortDescription: 快速启动器 | 提升生产力 +Tags: +- 启动器 +- 工具 +- 应用 +- 扩展 +- 插件 +- 搜索 +- 效率 +- 查找 +- 生产力 +ReleaseNotesUrl: https://github.com/Blushyes/sofast-release/releases/tag/v0.10.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.yaml b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.yaml new file mode 100644 index 000000000000..72acef9b9fb1 --- /dev/null +++ b/manifests/b/Blushyes/Sofast/0.10.0/Blushyes.Sofast.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: Blushyes.Sofast +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/148.1.91.158/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/148.1.91.158/Brave.Brave.Beta.installer.yaml new file mode 100644 index 000000000000..4fdeb461fa77 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/148.1.91.158/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: 148.1.91.158 +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.91.158/BraveBrowserStandaloneSilentBetaSetup32.exe + InstallerSha256: A0387957DC91651525AC0A83D8A86C8E54246636DDF54D28F84E38FF89F6F092 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.158/BraveBrowserStandaloneBetaSetup32.exe + InstallerSha256: BB6AEEC8A7CB78B0A317D6C0851E4B9499918522964A99152BE0BEC466A32C98 + 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.91.158/BraveBrowserStandaloneSilentBetaSetup.exe + InstallerSha256: E0DA1DE747D0D8E889655B3337BF4C18D8258FCD225D9C990D66720431134EA7 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.158/BraveBrowserStandaloneBetaSetup.exe + InstallerSha256: F2289AC46EC1DC0CD3585A1DEFB6D4D4DE811064FB14AFB4DB8DA6173A07E587 + 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.91.158/BraveBrowserStandaloneSilentBetaSetupArm64.exe + InstallerSha256: 29CD538920B0B1FFD415357470DEFD476E57E5D1AD02422857D8B5DE1109DC60 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.158/BraveBrowserStandaloneBetaSetupArm64.exe + InstallerSha256: BD5C2316B85CF577E158AC32350C70AC0D2AFC563527DD89836840403D6AC61E + 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/148.1.91.158/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/148.1.91.158/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..5bf8fee0b046 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/148.1.91.158/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: 148.1.91.158 +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/148.1.91.158/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/148.1.91.158/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 000000000000..0f6db311b71f --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/148.1.91.158/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: 148.1.91.158 +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/148.1.91.158/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/148.1.91.158/Brave.Brave.Beta.yaml new file mode 100644 index 000000000000..610e22048f19 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/148.1.91.158/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: 148.1.91.158 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 000000000000..4c612ab70409 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.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: ByteDance.LarkCLI +PackageVersion: 1.0.36 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.36/lark-cli-1.0.36-windows-amd64.zip + InstallerSha256: 5E686815CEB52186CFD115B4632377DDA73A3425056745657D89E93B58BA1E80 +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.36/lark-cli-1.0.36-windows-arm64.zip + InstallerSha256: 79EDF955611F1D3286E503481788A6ACCDB0267476A0E8089C35ADECEDE2B4B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 000000000000..e65c458b6e1a --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.36 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://github.com/larksuite/cli/issues +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark CLI +PackageUrl: https://github.com/larksuite/cli +License: MIT +LicenseUrl: https://github.com/larksuite/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. +Description: |- + A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. + Why lark-cli? + - Agent-Native Design — 19 structured Skills out of the box, compatible with popular AI tools — Agents can operate Lark with zero extra setup + - Wide Coverage — 11 business domains, 200+ curated commands, 19 AI Agent Skills + - AI-Friendly & Optimized — Every command is tested with real Agents, featuring concise parameters, smart defaults, and structured output to maximize Agent call success rates + - Open Source, Zero Barriers — MIT license, ready to use, just npm install + - Up and Running in 3 Minutes — One-click app creation, interactive login, from install to first API call in just 3 steps + - Secure & Controllable — Input injection protection, terminal output sanitization, OS-native keychain credential storage + - Three-Layer Architecture — Shortcuts (human & AI friendly) → API Commands (platform-synced) → Raw API (full coverage), choose the right granularity + Features + - 📅 Calendar: View agenda, create events, invite attendees, check free/busy status, time suggestions + - 💬 Messenger: Send/reply messages, create and manage group chats, view chat history & threads, search messages, download media + - 📄 Docs: Create, read, update, and search documents, read/write media & whiteboards + - 📁 Drive: Upload and download files, search docs & wiki, manage comments + - 📊 Base: Create and manage tables, fields, records, views, dashboards, data aggregation & analytics + - 📈 Sheets: Create, read, write, append, find, and export spreadsheet data + - ✅ Tasks: Create, query, update, and complete tasks; manage task lists, subtasks, comments & reminders + - 📚 Wiki: Create and manage knowledge spaces, nodes, and documents + - 👤 Contact: Search users by name/email/phone, get user profiles + - 📧 Mail: Browse, search, read emails, send, reply, forward, manage drafts, watch new mail + - 🎥 Meetings: Search meeting records, query meeting minutes & recordings +Moniker: lark-cli +Tags: +- feishu +- lark +ReleaseNotes: |- + Changelog + - 8c700aea00628d15d4cb71de63fe6622d5f2d2bd chore(release): v1.0.36 (#1011) + - 3bab9a0692d075ea5e3af2f00ef26f9735b1fec3 docs(lark-drive): improve search evidence guidance (#864) + - e19e09019ce026a5641f4de960352996f9c28583 feat: return real tenant URLs for drive +upload and markdown +create (#992) + - 94b103dbf67c5c4613d5d53e0f3962a45b06b960 fix(auth): return validation error when --scope is empty in auth check (#999) + - 42746d6c9da1a0c0bcf81f2c4111134095610182 fix: revert incremental skills sync (#965) (#1008) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.36 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 000000000000..3e45a047eb02 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.36 +PackageLocale: zh-Hans-CN +Publisher: 北京飞书科技有限公司 +PublisherUrl: https://www.feishu.cn/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +CopyrightUrl: https://www.feishu.cn/terms +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 000000000000..2be3ef16d73b --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.locale.zh-Hans.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.36 +PackageLocale: zh-Hans +PublisherUrl: https://www.larksuite.com/zh_cn/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.yaml new file mode 100644 index 000000000000..85add60aa0cc --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.36/ByteDance.LarkCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.installer.yaml b/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.installer.yaml new file mode 100644 index 000000000000..7af74cd9d58a --- /dev/null +++ b/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.installer.yaml @@ -0,0 +1,13 @@ +# 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: badluma.Comprobot +PackageVersion: 2.4.3 +InstallerType: portable +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/badluma/Comprobot/releases/download/v2.4.3/comprobot-windows.exe + InstallerSha256: 1B0A747F3B56C1F36296F5CC8880148498534D4841D097015963BA60CBB6945D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.locale.en-US.yaml b/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.locale.en-US.yaml new file mode 100644 index 000000000000..b80a13ae7d62 --- /dev/null +++ b/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: badluma.Comprobot +PackageVersion: 2.4.3 +PackageLocale: en-US +Publisher: badluma +PublisherUrl: https://github.com/badluma +PublisherSupportUrl: https://github.com/badluma/Comprobot/issues +PackageName: Comprobot +PackageUrl: https://github.com/badluma/Comprobot +License: MIT +LicenseUrl: https://github.com/badluma/Comprobot/blob/HEAD/LICENSE +ShortDescription: A self-hostable Discord bot built for maximum customization. +Tags: +- ai +- discord +- discord-bot +- discord-py +- python +ReleaseNotes: 'Full Changelog: v2.4.2...v2.4.3' +ReleaseNotesUrl: https://github.com/badluma/Comprobot/releases/tag/v2.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.yaml b/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.yaml new file mode 100644 index 000000000000..5d90099357b2 --- /dev/null +++ b/manifests/b/badluma/Comprobot/2.4.3/badluma.Comprobot.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: badluma.Comprobot +PackageVersion: 2.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.installer.yaml b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.installer.yaml new file mode 100644 index 000000000000..3b0c0f3f7993 --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.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: bcssov.IronyModManager +PackageVersion: 1.27.182 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: inno +NestedInstallerFiles: +- RelativeFilePath: win-x64-setup.exe +ProductCode: '{8AAA7D9F-2192-4A6B-AAEE-EBB2A355EF75}_is1' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- DisplayName: Irony Mod Manager v{code:getSetupVersion|1.27.182+b69633602b} + Publisher: Mario + DisplayVersion: 1.27.182+b69633602b + ProductCode: '{8AAA7D9F-2192-4A6B-AAEE-EBB2A355EF75}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.27.182/win-x64-setup.zip + InstallerSha256: 62142D1D30187DBCAF5B1F1AD1C3F9645D7CD02F5FED822026110D5D341A1D1F + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/bcssov/IronyModManager/releases/download/v1.27.182/win-x64-setup.zip + InstallerSha256: 62142D1D30187DBCAF5B1F1AD1C3F9645D7CD02F5FED822026110D5D341A1D1F + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Irony Mod Manager' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.locale.en-US.yaml b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.locale.en-US.yaml new file mode 100644 index 000000000000..a29deeeef2fb --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: bcssov.IronyModManager +PackageVersion: 1.27.182 +PackageLocale: en-US +Publisher: bcssov +PublisherUrl: https://github.com/bcssov +PublisherSupportUrl: https://github.com/bcssov/IronyModManager/issues +PackageName: Irony Mod Manager +PackageUrl: https://github.com/bcssov/IronyModManager +License: MIT +LicenseUrl: https://github.com/bcssov/IronyModManager/blob/HEAD/LICENSE +ShortDescription: Mod Manager for Paradox Games. +Tags: +- ck3 +- crusader-kings-3 +- crusader-kings-iii +- eu4 +- europa-universalis-4 +- europa-universalis-iv +- hearts-of-iron-4 +- hearts-of-iron-iv +- hoi4 +- imperatorrome +- mod-manager +- paradox +- paradox-interactive +- stellaris +- victoria +- victoria3 +ReleaseNotes: |- + Current Release Notes + - Fixed window state restoration. Small change, Murphy's Law, two bugfix releases followed - you know how it goes. + Release Notes 1.27.181 + - Fix CTD on windows while querying steam library path + Release Notes 1.27.180 + - Hopefully resolve #604 + - Added full Proton mod path awareness for Linux installs + - Irony now correctly resolves and serializes Proton mod paths (C:/, S:/, custom Proton drive mappings) + - Improved compatibility with Proton-based Paradox launcher configurations and workshop mods + - Bump Magick.net + Release Notes 1.27 + - Update dependencies + - HOI4 1.17 CS support + - Stellaris 4.2 CS support + - EU5 mod management support + - Proton game launching on Linux + - Optional GenerateSteamAppId flag to create steam_appid.txt when missing (used for enabling Steam activity tracking when launching games directly; off by default) + - Added StoragePath setting to customize where Irony stores and reads its data + - Irony is now Flatpak-aware (detects and supports Steam Flatpak installations) + Which file should I download? + Windows + - Portable version: win-x64.zip + - Installer version: win-x64-setup.zip + MacOS + - Portable version: osx-x64.zip + Linux + - Portable version: linux-x64.zip + How to run Irony + Windows + Portable build + 1. Download win-x64.zip + 2. Extract it anywhere + 3. Run IronyModManager.exe + Installer build + 1. Download win-x64-setup.zip + 2. Extract it + 3. Run win-x64-setup.exe + 4. Follow on-screen instructions + MacOS + 1. Download and extract osx-x64.zip + 2. Open Terminal + 3. Navigate to the folder: cd /path/to/Irony + 4. Make the file executable: chmod +x IronyModManager + 5. Run Irony: ./IronyModManager + (Important: ./ must be included.) + Linux + 1. Download and extract linux-x64.zip + 2. Open a terminal in the extracted directory + 3. Make Irony executable: chmod +x IronyModManager + 4. Run Irony: ./IronyModManager +ReleaseNotesUrl: https://github.com/bcssov/IronyModManager/releases/tag/v1.27.182 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.yaml b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.yaml new file mode 100644 index 000000000000..ded6a709da44 --- /dev/null +++ b/manifests/b/bcssov/IronyModManager/1.27.182/bcssov.IronyModManager.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: bcssov.IronyModManager +PackageVersion: 1.27.182 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.installer.yaml new file mode 100644 index 000000000000..cd70fb03cfcd --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: databricks.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v1.0.0/databricks_cli_1.0.0_windows_amd64.zip + InstallerSha256: FB83981FC5C849B7D7720C16760BEA0826307CA729BCFC5D2A03287B0F95FFD1 +- Architecture: arm64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v1.0.0/databricks_cli_1.0.0_windows_arm64.zip + InstallerSha256: 02C139A86A9F67444C8037397E0D06F5A6D6207961B4332E841393CADB822A7B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.locale.en-US.yaml new file mode 100644 index 000000000000..6d95ee467cd0 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Databricks +PublisherUrl: https://databricks.com/ +PublisherSupportUrl: https://github.com/databricks/cli/issues +PackageName: DatabricksCLI +PackageUrl: https://github.com/databricks/cli +License: DB license +LicenseUrl: https://github.com/databricks/cli/blob/HEAD/LICENSE +ShortDescription: Databricks Command Line Interface +Tags: +- command-line-interface +- databricks +ReleaseNotes: |- + The Databricks CLI is now generally available with version v1.0.0 as the first major release 🚀.From this version on, the CLI follows semantic versioning (see README).This change does not impact DABs or other existing commands beyond the changes listed below.The 0.299.x line continues to receive security-critical patches through May 20, 2027; see SECURITY for the support policy.Notable Changes + - Starting with v1.0.0, the CLI will use immutable release tags to increase security against supply chain attacks. + - Breaking change: OAuth tokens for interactive logins (auth_type = databricks-cli) are now stored in the OS-native secure store by default (Keychain on macOS, Credential Manager on Windows, Secret Service on Linux) instead of ~/.databricks/token-cache.json. After upgrading, run databricks auth login once per profile to re-authenticate; cached tokens from older versions are not migrated. To keep the previous file-backed storage, set DATABRICKS_AUTH_STORAGE=plaintext or add auth_storage = plaintext under [__settings__] in ~/.databrickscfg (the env var takes precedence over the config setting), then re-run databricks auth login. On systems where the OS keyring is not reachable (e.g. Linux containers without a D-Bus session bus), the CLI transparently falls back to the file cache when reading tokens so legacy token-cache.json entries remain accessible without manual configuration. + CLI + - Added databricks aitools command group for installing Databricks skills into your coding agents (Claude Code, Cursor, Codex CLI, OpenCode, GitHub Copilot, Antigravity). Skills are fetched from github.com/databricks/databricks-agent-skills and either symlinked into each agent's skills directory or copied into the current project. Use databricks aitools install to set up, update to pull newer versions, list to see what's available, and uninstall to remove them. Pick where they go with --scope=project|global (--scope=both is accepted on update and list). + - [__settings__].default_profile is now consulted as a fallback by databricks api, databricks auth token, and bundle commands when neither --profile nor DATABRICKS_CONFIG_PROFILE is set. databricks auth token continues to give precedence to DATABRICKS_HOST over default_profile. For bundle commands, default_profile only applies when the bundle does not pin its own workspace.host. + - Fixed bug where auth commands did not load the DEFAULT profile properly during auth where type is databricks-cli. + - databricks workspace import-dir now skips .git, .databricks, and node_modules directories during recursive imports. To import one of these directories deliberately, pass it as SOURCE_PATH (#5118). + - databricks postgres create-role --help now documents the --json body shape and rejects the common mistake of wrapping the body in {"role": ...} client-side with a hint pointing at the correct shape (#5111). + - databricks aitools list honors --output json, emitting a structured {release, skills[...], summary{}} document so coding agents and CI can consume the skill/version/installation matrix without scraping the tabular text output (#5233). + Bundles + - Make sure warnings asking for approval are understood by agents (#5239) + - Support replace_existing: true on postgres_branches and postgres_endpoints so bundles can manage the implicitly-created production branch and primary read-write endpoint of a Lakebase project. + - Add postgres_catalogs resource to bind a Unity Catalog catalog to a Postgres database on a Lakebase Autoscaling branch (#5265). + - Add postgres_synced_tables resource to sync a Unity Catalog Delta table into a Postgres table on a Lakebase Autoscaling branch (#5268). + - engine/direct: Changes to state file now persisted to .wal file right away instead of being saved in the end (#5149) +ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.yaml b/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.yaml similarity index 60% rename from manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.yaml rename to manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.yaml index 83791ed2f3d7..6fb8d322a69a 100644 --- a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.yaml +++ b/manifests/d/Databricks/DatabricksCLI/1.0.0/Databricks.DatabricksCLI.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 +# Created with komac v2.9.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json -PackageIdentifier: Initex.YogaDNS -PackageVersion: '1.47' +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.installer.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.installer.yaml new file mode 100644 index 000000000000..4285134ee7bc --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.7.3203 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + SilentWithProgress: /SILENT + InstallLocation: /DIR="" +UpgradeBehavior: install +Protocols: +- classin +FileExtensions: +- eda +- edb +- edt +- edu +- edv +- epub +ProductCode: ClassIn X +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://download.eeo.cn/client/classinx_win_install_6.0.7.3203_x64.exe + InstallerSha256: 6514D4CE15794B380CF4E282EC1D28D665AC45D0CE7014940F3A03EB8A0175B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.en-US.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.en-US.yaml new file mode 100644 index 000000000000..7f7b604f8456 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.7.3203 +PackageLocale: en-US +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.classin.com/ +PublisherSupportUrl: https://help.classin.com/ +PrivacyUrl: https://www.classin.com/agreement/?type=privacy +Author: Beijing EEO Education Technology Co., Ltd. +PackageName: ClassIn X +PackageUrl: https://www.classin.com/download/ +License: Proprietary +LicenseUrl: https://www.classin.com/agreement/?type=user +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://www.classin.com/agreement/?type=user +ShortDescription: The ClassIn X application lifts your offline classroom onto the cloud. +Tags: +- class +- classroom +- education +- lecture +- lesson +- teaching +ReleaseNotesUrl: https://help.classin.com/dcfa/9973 +PurchaseUrl: https://www.classin.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.zh-CN.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.locale.zh-CN.yaml new file mode 100644 index 000000000000..b507eb8d5dc1 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.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: EEO.ClassInX +PackageVersion: 6.0.7.3203 +PackageLocale: zh-CN +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.eeo.cn/cn/ +PublisherSupportUrl: https://help.eeo.cn/ +PrivacyUrl: https://share.eeo.cn/p/agreement/?type=privacy&lang=zh-CN +Author: 北京翼鸥教育科技有限公司 +PackageName: ClassIn X +PackageUrl: https://www.eeo.cn/cn/download +License: 专有软件 +LicenseUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +ShortDescription: OMO 线上线下融合课堂和线下智慧课堂 +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +ReleaseNotesUrl: https://help.eeo.cn/docs/yzR46p +PurchaseUrl: https://www.eeo.cn/cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.yaml b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.yaml new file mode 100644 index 000000000000..693c2f144006 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3203/EEO.ClassInX.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: EEO.ClassInX +PackageVersion: 6.0.7.3203 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.installer.yaml b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.installer.yaml new file mode 100644 index 000000000000..eccf39cea04a --- /dev/null +++ b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.installer.yaml @@ -0,0 +1,30 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EclipseFoundation.SUMO +PackageVersion: 1.27.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +FileExtensions: +- csv +- osm +- py +- sumocfg +- xml +ProductCode: '{67D18671-4BDA-4FB7-975A-334BE8375C69}' +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- DisplayVersion: 1.26.0.1677 + ProductCode: '{67D18671-4BDA-4FB7-975A-334BE8375C69}' + UpgradeCode: '{A764BC4F-2B15-11E1-9E7E-028037EC0200}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%/Eclipse/Sumo' +Installers: +- Architecture: x64 + InstallerUrl: https://sumo.dlr.de/releases/1.27.0/sumo-win64-1.27.0.msi + InstallerSha256: 2FDFF3DA00F5D0AAC7BCD5798765B01E890A7F2B3A30EAC2D4AB323D7E63F518 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.locale.en-US.yaml b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.locale.en-US.yaml new file mode 100644 index 000000000000..46e86f0019ac --- /dev/null +++ b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.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: EclipseFoundation.SUMO +PackageVersion: 1.27.0 +PackageLocale: en-US +Publisher: Eclipse +PublisherUrl: https://www.eclipse.org/ +PublisherSupportUrl: https://github.com/eclipse/sumo/issues +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse +PackageName: SUMO +PackageUrl: https://www.eclipse.org/sumo +License: EPL-2.0 +LicenseUrl: https://www.eclipse.org/legal/epl-v20.html +ShortDescription: Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. +Description: |- + Eclipse SUMO (Simulation of Urban MObility) is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. + It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation. + Included with SUMO is a wealth of supporting tools which handle tasks such as route finding, visualization, network import and emission calculation. + SUMO can be enhanced with custom models and provides various APIs to remotely control the simulation. +Tags: +- c2x +- network +- python +- simulation +- traffic +- v2v +- v2x +- vehicles +Documentations: +- DocumentLabel: Tutorials + DocumentUrl: https://sumo.dlr.de/docs/Tutorials/index.html +- DocumentLabel: User Documentation + DocumentUrl: https://sumo.dlr.de/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.yaml b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.yaml new file mode 100644 index 000000000000..4591e4950dad --- /dev/null +++ b/manifests/e/EclipseFoundation/SUMO/1.27.0/EclipseFoundation.SUMO.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: EclipseFoundation.SUMO +PackageVersion: 1.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.installer.yaml b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.installer.yaml new file mode 100644 index 000000000000..09c18d857fc1 --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FOSSA.FOSSA-cli +PackageVersion: 3.17.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fossa.exe +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fossas/fossa-cli/releases/download/v3.17.8/fossa_3.17.8_windows_amd64.zip + InstallerSha256: 1C85AD0EFC538DE25E36AD96E751D04C7FAA72C8B11A9ACE77B73EFC27EEED15 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml new file mode 100644 index 000000000000..1cc2bf4feb8e --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FOSSA.FOSSA-cli +PackageVersion: 3.17.8 +PackageLocale: en-US +Publisher: FOSSA +PublisherUrl: https://fossa.com/ +PublisherSupportUrl: https://github.com/fossas/fossa-cli/issues +PackageName: fossa-cli +PackageUrl: https://github.com/fossas/fossa-cli +License: MPL-2.0 +LicenseUrl: https://github.com/fossas/fossa-cli/blob/HEAD/LICENSE +ShortDescription: Fast, portable and reliable dependency analysis for any codebase. +Moniker: fossa +Tags: +- open-source-licensing +- open-source-vulnerabilities +ReleaseNotes: |- + What's Changed + - [ANE-2955] Fix vendored archive uploads with absolute paths by @nficca in #1713 + - Fix changelog by @nficca in #1715 + Full Changelog: v3.17.7...v3.17.8 +ReleaseNotesUrl: https://github.com/fossas/fossa-cli/releases/tag/v3.17.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.yaml b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.yaml new file mode 100644 index 000000000000..7e9e7ec462c2 --- /dev/null +++ b/manifests/f/FOSSA/FOSSA-cli/3.17.8/FOSSA.FOSSA-cli.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: FOSSA.FOSSA-cli +PackageVersion: 3.17.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.installer.yaml new file mode 100644 index 000000000000..b353a59b0f9e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.54 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.54/flyctl_0.4.54_Windows_x86_64.zip + InstallerSha256: CACF1CF2A96D842A0916243321425DD0A7FE233E18E9F74652E324AF9CA6322E +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.54/flyctl_0.4.54_Windows_arm64.zip + InstallerSha256: AF271EB9761E53216879B23DCD8C31E0F6176D3A3B7EAF0685F506D7D7BB197E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 000000000000..4225d4ba6edf --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.54 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 2170ae9 chore(deps): bump the golangx group across 1 directory with 5 updates (#4914) + - 4f6109e fix(auth): tighten permissions on ~/.docker/config.json (#4916) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.4.54 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 000000000000..10122dea37ba --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.54 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.yaml new file mode 100644 index 000000000000..1db111f6485a --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.54/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.installer.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.installer.yaml new file mode 100644 index 000000000000..40c3541dad4c --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{5BAABD3D-CC88-4A56-9190-67236577AFA1}}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://tencent-android.cdn.flydigi.com/PC/SpaceStation4.0/Flydigi%20Space%20Station_setup_4.2.0.9.exe + InstallerSha256: 736070B18D99EF77B0EB4622FB670613CF86B6FCC1BCDED923A4BAE8DFDC373A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.en-US.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.en-US.yaml new file mode 100644 index 000000000000..727f5cdf21c2 --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +PackageLocale: en-US +Publisher: Flydigi, Inc. +PublisherUrl: https://en.flydigi.com/ +PublisherSupportUrl: https://en.flydigi.com/index/service?nav_id=3 +Author: Shanghai Flydigi Electronics Technology Co., Ltd. +PackageName: FlydigiSpaceStation +PackageUrl: https://en.flydigi.com/index/down?nav_id=2 +License: Proprietary +Copyright: Copyright (C) 2008-2026 Shanghai Flydigi Electronics Technology Co., Ltd. All rights reserved. +ShortDescription: The companion software for Flydigi Vader 4/3 series,APEX 4/3 series and Direwolf 2 controllers. +Tags: +- controller +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.zh-CN.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.locale.zh-CN.yaml new file mode 100644 index 000000000000..838a4579d17a --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +PackageLocale: zh-CN +Publisher: Flydigi, Inc. +PublisherUrl: https://flydigi.com/ +PublisherSupportUrl: https://flydigi.com/index/service?nav_id=3 +Author: 上海飞智电子科技有限公司 +PackageName: FlydigiSpaceStation +PackageUrl: https://flydigi.com/index/down?nav_id=2 +License: 专有软件 +Copyright: Copyright (C) 2008-2026 Shanghai Flydigi Electronics Technology Co., Ltd. All rights reserved. +ShortDescription: 适用于飞智黑武士 3/4 系列、八爪鱼 3/4、冰原狼 2 手柄的配套软件。 +Tags: +- 手柄 +- 控制器 +ReleaseNotes: |- + 1. 修复八爪鱼 4 配置修改失败问题 + 2. 修复自适应扳机开关显示问题 + 3. 优化对 FS68 的支持,修复若干 Bug + 2026-05-21 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.yaml b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.yaml new file mode 100644 index 000000000000..44aad1fd1a69 --- /dev/null +++ b/manifests/f/Flydigi/FlydigiSpaceStation/4.2.0.9/Flydigi.FlydigiSpaceStation.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: Flydigi.FlydigiSpaceStation +PackageVersion: 4.2.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..a5542a10a213 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.51 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Commands: +- copilot +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51/copilot-win32-x64.zip + InstallerSha256: DCBF9EC4FF9F738E2F78DA6F6E561E4BE743605D8D275D60C3AF35AF15C4ECC2 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51/copilot-win32-arm64.zip + InstallerSha256: ADD96988005B770484CB8EC943C8DC81481B3F3FF32C68484764BEF3E4DFFC57 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-20 diff --git a/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..8c4a811574af --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.51 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://github.com/github/copilot-cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.51 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.yaml new file mode 100644 index 000000000000..51d8e2aeb612 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.51/GitHub.Copilot.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.installer.yaml b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.installer.yaml new file mode 100644 index 000000000000..ab6b50bdd181 --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 1.0.5 +InstallerType: portable +Commands: +- gitea-runner +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://gitea.com/gitea/runner/releases/download/v1.0.5/gitea-runner-1.0.5-windows-amd64.exe + InstallerSha256: 1CD1586405BB106E27493747BAA4309CBC20E4613D8B7249D0C15C37BEA9648F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.locale.en-US.yaml b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.locale.en-US.yaml new file mode 100644 index 000000000000..1983bb4327f8 --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 1.0.5 +PackageLocale: en-US +Publisher: The Gitea Authors +PublisherUrl: https://about.gitea.com/ +PublisherSupportUrl: https://docs.gitea.com/help/support +Author: The Gitea Authors +PackageName: Gitea Runner +PackageUrl: https://about.gitea.com/products/runner/ +License: MIT +LicenseUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +Copyright: Copyright (c) 2026 The Gitea Authors +CopyrightUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +ShortDescription: Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It runs your jobs on the infrastructure you choose, with the same workflow syntax as GitHub Actions. +Description: |- + Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It works alongside Gitea's built-in Git server and auxiliary services to create an isolated environment in which the tasks that make up your CI/CD pipeline run. + + The runner works on a simple yet effective premise: it listens for any job dispatched from a Gitea server and runs those jobs in the environment you configure. Whenever a commit or a pull request is made, the runner kicks into action and provides immediate feedback about the impact of the change. +Moniker: gitea-runner +Tags: +- cd +- ci +- ci-cd +- continuous-delivery +- continuous-integration +- gitea +- gitea-actions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.yaml b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.yaml new file mode 100644 index 000000000000..740cac6128d3 --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.5/Gitea.Runner.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: Gitea.Runner +PackageVersion: 1.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.installer.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.installer.yaml new file mode 100644 index 000000000000..71d412244869 --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.installer.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GraphPad.Prism +PackageVersion: 11.0.2092 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +FileExtensions: +- prism +- prismt +- pzc +- pzf +- pzfx +- pzm +- pzt +- xml +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{BA5F1D9B-E89A-44A9-86D9-41AED6970A11}' +AppsAndFeaturesEntries: +- DisplayName: GraphPad Prism 11.0.2.92 + ProductCode: '{BA5F1D9B-E89A-44A9-86D9-41AED6970A11}' + UpgradeCode: '{1D77848B-DA0E-4794-A1CC-456D014998C0}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.graphpad.com/downloads/prism/11/11.0.2/InstallPrism11.msi + InstallerSha256: 8488D01964F5F925EC818AA1A737ACAC9EAD7F8A4D3AC76FD68232746C2D85DC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.en-US.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.en-US.yaml new file mode 100644 index 000000000000..2073a73b83d0 --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GraphPad.Prism +PackageVersion: 11.0.2092 +PackageLocale: en-US +Publisher: GraphPad Software LLC +PublisherUrl: https://www.graphpad.com/ +PublisherSupportUrl: https://www.graphpad.com/support/ +PrivacyUrl: https://www.dotmatics.com/privacy-policy +Author: GraphPad Software LLC +PackageName: GraphPad Prism +PackageUrl: https://www.graphpad.com/updates +License: Proprietary +LicenseUrl: https://www.graphpad.com/company/terms +Copyright: © 1992-2025 GraphPad Software, LLC. All rights reserved. +CopyrightUrl: https://www.graphpad.com/company/terms +ShortDescription: Analyze, graph and present your scientific work. +Description: The preferred analysis and graphing solution purpose-built for scientific research. Join the world’s leading scientists and discover how you can use Prism to save time, make more appropriate analysis choices, and elegantly graph and present your scientific research. +Tags: +- chart +- diagram +- draw +- graph +- graphics +- visualization +PurchaseUrl: https://www.graphpad.com/how-to-buy/ +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.graphpad.com/guides/prism/latest/user-guide/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.zh-CN.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.zh-CN.yaml new file mode 100644 index 000000000000..f844f927e33b --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GraphPad.Prism +PackageVersion: 11.0.2092 +PackageLocale: zh-CN +PublisherUrl: https://www.graphpad-prism.cn/ +PublisherSupportUrl: https://www.graphpad-prism.cn/?c=i&a=techsupport +PrivacyUrl: https://www.graphpad-prism.cn/?c=i&a=terms +License: 专有软件 +LicenseUrl: https://www.graphpad-prism.cn/?c=i&a=terms +CopyrightUrl: https://www.graphpad-prism.cn/?c=i&a=terms +ShortDescription: 分析、绘图并展示您的科研工作。 +Description: 专为科学研究打造的首选分析与绘图解决方案。加入全球顶尖科学家的行列,探索如何运用 Prism 节省时间、做出更合适的分析选择,并以优雅的方式绘制和呈现您的科研成果。 +Tags: +- 可视化 +- 图形 +- 图示 +- 图表 +- 绘图 +PurchaseUrl: https://www.graphpad-prism.cn/?c=p&a=shopList +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.graphpad-prism.cn/?c=i&a=resource +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.yaml b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.yaml new file mode 100644 index 000000000000..1cfca8bbdba5 --- /dev/null +++ b/manifests/g/GraphPad/Prism/11.0.2092/GraphPad.Prism.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: GraphPad.Prism +PackageVersion: 11.0.2092 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.installer.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.installer.yaml new file mode 100644 index 000000000000..9c7733b1d09b --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Worktree Manager +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/guoyongchang/worktree-manager/releases/download/v0.20260521.52814/Worktree-Manager-v0.20260521.52814-Windows-setup.exe + InstallerSha256: 60F6DF84750D8A65E28B5861F708DE53269CD372FA72A59730ABEE38D44C75B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.en-US.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.en-US.yaml new file mode 100644 index 000000000000..9d577041648c --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +PackageLocale: en-US +License: Freeware +ShortDescription: An elegant Git Worktree managemer with visualization +Description: |- + Git Worktree Manager is built on Git's native worktree capability, allowing you to check out multiple branches into separate directories in the same repository while sharing the same .git data. With automatic symlinking for large folders such as node_modules, it enables zero-cost branch switching and requires no additional disk space. + + Core Features + - Parallel Work on Multiple Branches + Work on multiple branches of the same project simultaneously without mutual interference. No need to stash changes, no need to clone multiple copies of the repository. + - Smart Folder Linking + Automatically links build artifacts such as node_modules, .next, and vendor when creating a worktree to avoid repeated dependency installation. Custom link paths are supported. + - Global Workspace File Sharing + Files including .claude, CLAUDE.md, requirement-docs can be configured as global links to be shared across all worktrees. + - Branch Status at a Glance + Displays real-time information for each branch, including commit count, uncommitted changes, whether it has been merged into the test branch, and more. + - Quick IDE Launch + Open any worktree with VS Code, Cursor or IntelliJ IDEA in one click. + - Built-in Terminal + Each worktree has an independent terminal session, eliminating the need to switch between multiple windows. + - Secure Archiving + Archive the worktree after development is completed. Uncommitted and unpushed code is automatically checked before archiving to prevent data loss. +Tags: +- branch +- code +- coding +- develop +- development +- git +- vcs +- worktree +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.zh-CN.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..841deeeaf7dc --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.locale.zh-CN.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +PackageLocale: zh-CN +Publisher: Worktree Manager Team +PublisherUrl: https://github.com/guoyongchang +PublisherSupportUrl: https://github.com/guoyongchang/worktree-manager/issues +PackageName: Worktree Manager +PackageUrl: https://github.com/guoyongchang/worktree-manager +License: 免费软件 +ShortDescription: 一个优雅的 Git Worktree 可视化管理工具 +Description: |- + Git Worktree Manager 基于 Git 原生的 worktree 能力构建,让你在同一个仓库中同时检出多个分支到独立目录,共享 .git 数据。配合自动 symlink node_modules 等大文件夹,零成本切换,零额外磁盘占用。 + + 核心功能 + - 多分支并行工作 + 一个项目同时打开多个分支,互不干扰。不用 stash,不用 clone 多份。 + - 智能文件夹链接 + 创建 worktree 时自动链接 node_modules、.next、vendor 等构建产物,避免重复安装依赖。支持自定义链接路径。 + - Workspace 全局文件共享 + .claude、CLAUDE.md、requirement-docs 等文件可以配置为全局链接,在所有 worktree 中共享。 + - 分支状态一目了然 + 实时显示每个分支的提交数、未提交更改、是否合并到测试分支等信息。 + - 快速打开 IDE + 一键用 VS Code、Cursor 或 IntelliJ IDEA 打开任意 worktree。 + - 内置终端 + 每个 worktree 有独立的终端会话,无需在多个窗口之间切换。 + - 安全归档 + 完成开发后归档 worktree,归档前自动检查未提交和未推送的代码,防止丢失。 +Tags: +- git +- worktree +- 代码 +- 分支 +- 开发 +- 版本控制 +ReleaseNotesUrl: https://github.com/guoyongchang/worktree-manager/releases/tag/v0.20260521.52814 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.yaml new file mode 100644 index 000000000000..178fb50c605e --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260521.52814/guoyongchang.WorktreeManager.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260521.52814 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.installer.yaml b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.installer.yaml new file mode 100644 index 000000000000..088ff9b56fd6 --- /dev/null +++ b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HulubuluSoftware.AdvancedRenamer +PackageVersion: "4.21" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- aren +ProductCode: Advanced Renamer_is1 +ReleaseDate: 2026-05-21 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://www.advancedrenamer.com/down/win/advanced_renamer_setup_4_21.exe + InstallerSha256: 036E038DF7987A2C658B672E7E5D001507ACB52B9A1CFF83E338CA0774B9FA89 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.locale.en-US.yaml b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.locale.en-US.yaml new file mode 100644 index 000000000000..8059bd88bcc9 --- /dev/null +++ b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HulubuluSoftware.AdvancedRenamer +PackageVersion: "4.21" +PackageLocale: en-US +Publisher: Hulubulu Software +PublisherUrl: https://www.advancedrenamer.com/ +PublisherSupportUrl: https://www.advancedrenamer.com/support +PrivacyUrl: https://www.advancedrenamer.com/privacy +Author: Kim Jensen +PackageName: Advanced Renamer +PackageUrl: https://www.advancedrenamer.com/download +License: Proprietary +LicenseUrl: https://www.advancedrenamer.com/license +Copyright: Copyright (c) Hulubulu Software by Kim Jensen +ShortDescription: Batch file renaming utility for Windows and Mac. +Description: |- + Advanced Renamer is a program for renaming multiple files and folders at once. By configuring renaming methods the names can be manipulated in various ways. + It is easy to set up a batch rename using multiple methods on a large amount of files. The 13 different methods enables you to change the names, and timestamps of files in one go. The files can also be copied or moved to new locations based on information in the files. + With Advanced Renamer you can construct new file names by adding, removing, replacing, changing case, or giving the file a brand new name based on known information about the file. + Before performing the operations on the files you can verify that the output will be correct and if you perform the rename and regret it, you can undo the complete batch. +Moniker: advancedrenamer +Tags: +- file +- folder +- rename +- renamer +- renaming +ReleaseNotes: |- + Watch folder for changes + + If you are always adding files from the same folder as part of your workflow, you can now setup a folder for the program to watch and automatically add any new files to the list. Choose folder and setup file name pattern or regular expression to filter which files to add. You can also choose to include subfolders. + + Note: this feature is only availble for registered users. + + Change keyboard shortcut mappings + + You can now change the keyboard shortcut mappings to better suit your workflow. This allows for a more personalized and efficient use of the program. Keyboard shortcut configuration can be found in the settings window under the Keyboard Shortcuts tab. + + Configure default configuration for newly added methods + + When adding a new method, the program will load the configuration of the last used method of the same type. This can now be turned off in settings, so that am empty configuration is used instead. + + Full list of changes in version 4.21 + - Watch folder for new files and add them to the list automatically + - Settings: Change keyboard shortcut mappings + - Settings: Option to disable loading last used configuration when adding methods + - Settings: Fixed changing field Word Separators not working properly + - New tag: will return the name of a folder within the same parent folder as the file. When used on folders, it will return the name of a subfolder within the folder + - Timestamp method: Support changing created timestamp on macOS + - Remove method: When using backwards mode with a remove count bigger than the available characters the program did nothing + - Updated ExifTool + - Faster first start after install on Windows + - Various visual improvements +ReleaseNotesUrl: https://www.advancedrenamer.com/whatsnew_v4 +PurchaseUrl: https://www.advancedrenamer.com/compare +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.advancedrenamer.com/user_guide/v4/gettingstarted +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.locale.zh-CN.yaml b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.locale.zh-CN.yaml new file mode 100644 index 000000000000..e002fd5860d0 --- /dev/null +++ b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HulubuluSoftware.AdvancedRenamer +PackageVersion: "4.21" +PackageLocale: zh-CN +Publisher: Hulubulu Software +PackageName: Advanced Renamer +License: 专有软件 +ShortDescription: 适用于 Windows 和 Mac 的批量文件重命名工具。 +Description: |- + Advanced Renamer 是一款一次性重命名多个文件和文件夹的程序。通过配置重命名方法,可以对名称进行各种操作。 + 你可以使用多种方法对大量文件进行批量重命名,可以通过 13 种不同的方式一次性更改文件名和时间戳,也可以根据文件中的信息将文件复制或移动到新的位置。 + 有了 Advanced Renamer,你可以根据文件的已知信息,通过添加、删除、替换、更改大小写或赋予文件一个全新的名称来创建新的文件名。 + 在对文件执行操作前,你可以验证输出结果是否正确,如果执行重命名后感到后悔,还可以撤销整个批处理。 +Tags: +- 文件 +- 文件夹 +- 更名 +- 更名器 +- 重命名 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.advancedrenamer.com/user_guide/v4/gettingstarted +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.yaml b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.yaml new file mode 100644 index 000000000000..9aef138b32a2 --- /dev/null +++ b/manifests/h/HulubuluSoftware/AdvancedRenamer/4.21/HulubuluSoftware.AdvancedRenamer.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: HulubuluSoftware.AdvancedRenamer +PackageVersion: "4.21" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.installer.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.installer.yaml new file mode 100644 index 000000000000..42aa9dbb70fa --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.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.DeepSeek-TUI +PackageVersion: 0.8.40 +InstallerType: portable +Commands: +- deepseek +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/DeepSeek-TUI/releases/download/v0.8.40/deepseek-tui-windows-x64.exe + InstallerSha256: 23B5FFD74AA098D8E81EF1D5EE5D55E2169A1AFCC67C9ED6182B876874CD3A55 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.locale.en-US.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.locale.en-US.yaml new file mode 100644 index 000000000000..0c35b435bfc4 --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.40 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/DeepSeek-TUI/issues +Author: Hunter Bown +PackageName: DeepSeek TUI +PackageUrl: https://github.com/Hmbown/DeepSeek-TUI +License: MIT +LicenseUrl: https://github.com/Hmbown/DeepSeek-TUI/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 + - Configurable sub-agent per-step API timeout. A new [subagents] api_timeout_secs setting in ~/.deepseek/config.toml controls how long each sub-agent step will wait on a DeepSeek create_message response before falling back. The value is clamped to 1..=1800; 0 or unset preserves the legacy 120-second default, so existing installs see no behavior change. Long-thinking children (e.g. heavy plan or review work behind agent_open) can extend the timeout without recompiling (#1806, #1808). + - Delegated file-write permissions for write-capable sub-agent roles. implementer and custom sub-agents may now run Suggest-level write tools (write_file, edit_file, apply_patch) without the parent runtime being auto-approved. Read-only stances (explore, plan, review, verifier) and the default general role still bounce approval-gated tools so they can't quietly mutate the workspace, and Required-level tools (shell, etc.) still need parent auto-approve regardless of role. Pick implementer (or pass an explicit custom allowlist) when the delegated task needs to land file changes (#1828, #1833). + - Experimental Fin fast-lane tool agents. tool_agent opens a durable child session on DeepSeek V4 Flash with thinking forced off for simple tool-bound work such as OCR, file/search lookups, fetches, and command probes. It uses the existing agent_eval / agent_close lifecycle and mailbox token-usage stream, so sub-agent cost accounting stays on the same path as normal agent_open sessions. + Fixed + - WSL2 and headless Linux startup no longer blocks on clipboard init. The TUI now defers clipboard initialization so machines without an X server can reach the first frame instead of hanging on a blank screen (#1773, #1772). + - Windows alt-screen output stays clean when RUST_LOG is set. Runtime tracing is routed away from the interactive buffer so logs no longer leak into the TUI display (#1774, #1776). + - OpenAI-compatible custom model names are preserved. Non-DeepSeek providers now pass explicit model names through instead of rewriting them to a DeepSeek default (#1714, #1740). + - Wanjie Ark is a first-class provider. --provider wanjie-ark, the TUI provider picker, deepseek auth, doctor, and config files now target Wanjie's OpenAI-compatible MaaS endpoint with pass-through model IDs and Wanjie-specific env vars. + - DeepSeek reasoning replay works through OpenAI-compatible endpoints. DeepSeek models selected under the generic openai provider now replay prior reasoning_content consistently and classify streamed reasoning the same way the replay path does (#1694, #1739, #1743). + - Thinking-only turns no longer disappear. If a clean turn ends with thinking but no final answer text, the UI now surfaces a clear status instead of silently ending the turn (#1727, #1742). + - Windows cmd /C preserves quoted shell arguments. Commands such as git commit -m "feat: complete sub-pages" now round-trip through the Windows shell wrapper without losing the quoted message (#1691, #1744). + - Home/End are line-local inside multiline composer drafts. The keys now jump to the current input line boundary before falling back to transcript navigation (#1748, #1749). + - Ctrl+C restores the canceled prompt reliably. Canceling a streaming turn puts the submitted prompt back in the composer and suppresses late stream events from drawing stale output (#1757, #1764). + - Compaction recovers from cache-aligned summary context overflow. When a cache-preserving summary request itself exceeds the provider context window, compaction retries with the bounded formatted summary path instead of failing with a 400 "compression command failed" style error. + - Terminal sub-agent sessions expose full transcript handles. Completed and canceled child agents now store the full child message transcript behind transcript_handle, so the parent can inspect details with handle_read instead of relying only on a lossy summary (#1738). + - Forked saved sessions now keep visible lineage. deepseek fork records the parent session id and fork-time message count in additive metadata, and session listings mark forked paths with their source id. This gives users a bounded branchable-conversation workflow while the larger visual tree browser stays scoped for a future release. + - Repeated shell wait rows collapse in the Tasks sidebar. Multiple live task_shell_wait polls for the same background job now render as one row with an explicit collapsed-wait count, reducing the stuck-task appearance tracked for v0.8.40 (#1737). + - Leaked mouse scroll reports no longer erase composer draft suffixes. If a terminal delivers raw SGR mouse bytes into the input stream, the sanitizer now strips only the mouse report and adjacent coordinate fragments instead of deleting legitimate draft text such as commit -m or numeric prompts (#1778). + - TUI runtime logs are separated per process and pruned on startup. Each session now writes ~/.deepseek/logs/tui-YYYY-MM-DD-PID.log, and startup removes stale TUI logs older than seven days by default. Set DEEPSEEK_LOG_RETENTION_DAYS to a positive day count to adjust retention (#1782, #1784). + - The offline eval harness preserves quoted Windows shell payloads. Its exec_shell step now uses the same single-payload shape as the runtime shell path, with raw cmd /C arguments on Windows so quoted commands remain intact (#1779). + - The Feishu/Lark bridge recovers better after restarts. It now reattaches to persisted active turns after the long-connection client starts, and text chunking no longer splits emoji or other multi-code-unit characters. + - RLM survives non-UTF-8 stdout. rlm_eval now decodes REPL stdout lossily instead of treating a single invalid byte as a fatal crash, so binary-adjacent diagnostics can still return a bounded result (#1815, #1819). + - Small UI/review reliability fixes landed with the stability branch. /clear now resets all displayed cost state, grayscale theme previews avoid luma overflow, /theme picker arrow navigation wraps at the list edges, and encoded JSON review output is parsed before display. + - New-file writes execute on the first Agent-mode call. write_file now stays preloaded in Agent mode, so creating a file no longer stops at the deferred-tool schema hydration message before the normal approval/execution path (#1825, #1841). + - Saved sessions keep the selected model mode. Changing from auto to a concrete model now updates existing session metadata, and resumed sessions recompute the auto flag from the saved model instead of falling back to the startup default. + - The /model picker persists thinking effort across restarts. Selecting Pro/Flash plus high/max/auto now writes both default_model and reasoning_effort to settings.toml, and startup restores the saved effort before falling back to config.toml. + - The footer water strip is visible by default again. fancy_animations now defaults to true, while NO_ANIMATIONS, SSH/Termius, VS Code, Ghostty, and legacy terminal overrides still disable the animated strip where it is known to flicker. + - Screenshots are readable without extra setup on macOS. image_ocr now uses the native Vision framework on macOS when Tesseract is absent, and read_file routes screenshot/image reads through the same OCR path. Pasted clipboard screenshots saved under ~/.deepseek/clipboard-images are trusted automatically for read-only tools. + - Auto-routing context no longer leaks hidden thinking. The model/router context summary now excludes ContentBlock::Thinking, so prior internal reasoning is not reintroduced as if it were visible user or assistant text. + Changed + - Slash-command autocomplete ranks exact alias matches first. Typing /q now surfaces /exit (whose alias q is an exact match) above /clear (which only matches by the longer pinyin alias qingping). Within each rank tier the menu still falls back to alphabetical name order for deterministic display (#1811). + - CNB mirror preflight covers stability-release branches. The CNB sync path now recognizes the v0.8.40 stability branch shape before release tags exist, making the Tencent Lighthouse/Lark deployment path easier to verify before publishing. + Thanks + Thanks to jayzhu (@zlh124) for the WSL2 startup report and clipboard-init fix in #1772/#1773. Thanks to Paulo Aboim Pinto (@aboimpinto) for the Windows alt-screen logging report and fix in #1774/#1776, and for the Home/End composer work in #1748/#1749, plus the per-process log filename follow-up in #1782/#1783. Thanks to Zhongyue Lin (@LeoLin990405) for the provider model passthrough, reasoning replay, thinking-only turn, and Windows quoting fixes in #1740, #1743, #1742, and #1744. Thanks to Nightt (@nightt5879) for the Ctrl+C prompt restore fix in #1764. Thanks to Ling (@LING71671; commits as www17 ) for the configurable sub-agent API timeout in #1808 and the Agent-mode write_file preload fix in #1841, harvested with 1..=1800 clamping and a fail-fast guard so a stray api_timeout_secs = 0 keeps the legacy 120-second default. Thanks to @knqiufan for the sub-agent file-write delegation work in #1833, harvested with structured approval- gate semantics (Implementer and Custom only, never Required-level tools) so write-capable children can actually land code without bypassing the Required approval class. Thanks to @IIzzaya for the exact-alias-first slash-completion ordering idea in #1811, landed with a focused regression test. Thanks to Bevis and the community reports that surfaced the compaction failure mode addressed in this release. Thanks to Reid (@reidliu41) for the grayscale theme overflow report and /theme picker edge-wrapping patch in #1814. +ReleaseNotesUrl: https://github.com/Hmbown/DeepSeek-TUI/blob/HEAD/CHANGELOG.md#0840---2026-05-21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..bd9770e91bd2 --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.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.DeepSeek-TUI +PackageVersion: 0.8.40 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.yaml new file mode 100644 index 000000000000..49294d462fea --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.40/HunterBown.DeepSeek-TUI.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.DeepSeek-TUI +PackageVersion: 0.8.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.installer.yaml b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.installer.yaml similarity index 73% rename from manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.installer.yaml rename to manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.installer.yaml index 6c93d4ba3c93..3e547add49f2 100644 --- a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.installer.yaml +++ b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.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: Initex.YogaDNS -PackageVersion: '1.47' +PackageVersion: "1.49" InstallerLocale: en-US InstallerType: inno Scope: machine @@ -12,7 +12,6 @@ UpgradeBehavior: install FileExtensions: - xml ProductCode: '{642D9E44-C22E-4F97-9C5C-FDD97BF60891}_is1' -ReleaseDate: 2025-04-30 AppsAndFeaturesEntries: - DisplayName: YogaDNS 1.47 Publisher: VentoByte SL @@ -23,6 +22,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://www.yogadns.com/download/YogaDNSSetup.exe - InstallerSha256: C790B930B990D3906124CBFF26A634D6400460F1E24616E41A88A6DF0EAE0CE4 + InstallerSha256: 02575A95AB8AAD20B379E329C6548509F40575B394AFDD46C6213C64CB101C5B ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 diff --git a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.locale.en-US.yaml b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.locale.en-US.yaml similarity index 79% rename from manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.locale.en-US.yaml rename to manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.locale.en-US.yaml index 228a15d17dbf..ef0aecfb51ee 100644 --- a/manifests/i/Initex/YogaDNS/1.47/Initex.YogaDNS.locale.en-US.yaml +++ b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.locale.en-US.yaml @@ -1,11 +1,10 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.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: Initex.YogaDNS -PackageVersion: '1.47' +PackageVersion: "1.49" PackageLocale: en-US Publisher: Initex -# PublisherUrl: https://www.initex.com/ PublisherSupportUrl: https://yogadns.com/contact/ PrivacyUrl: https://yogadns.com/legal/ Author: Initex @@ -20,4 +19,4 @@ Tags: - dnssec - doh ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.12.0 diff --git a/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.yaml b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.yaml new file mode 100644 index 000000000000..26027bec415f --- /dev/null +++ b/manifests/i/Initex/YogaDNS/1.49/Initex.YogaDNS.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: Initex.YogaDNS +PackageVersion: "1.49" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.installer.yaml new file mode 100644 index 000000000000..651da4fef6ed --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1909 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.1909/Jackett.Installer.Windows.exe + InstallerSha256: 0C046426641DDE0A8FA40DBEB394B656A412C9B26CAC8A4EAD9D5CA93FF250D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 000000000000..38ac2bc7842f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1909 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - b8038e2 shadowbit: add Romanian private tracker. resolves #16802 (#16844) + - 4741d33 noname-club: new cat + - b564f05 gay-torrents: new cat + - cf62afc world-torrent: bump alt domains + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.1909 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.yaml new file mode 100644 index 000000000000..762ee8cda1f9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1909/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1909 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.installer.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.installer.yaml new file mode 100644 index 000000000000..5ece4d26d839 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JustinNguyen.YTDown +PackageVersion: 2026.5.21 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: YTDownYTDown +AppsAndFeaturesEntries: +- Publisher: YTDown + DisplayVersion: 2026.5.21 + ProductCode: YTDownYTDown +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\YTDown\YTDown' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JustinNguyen9979/YTDown/releases/download/2026.5.21/YTDown-2026.5.21-Windows-Setup.exe + InstallerSha256: 6C88F0B272AA07E439C1C79376590C90F271E48E94B0A8184D2CE88A37F1B782 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-21 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.locale.en-US.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.locale.en-US.yaml new file mode 100644 index 000000000000..e2180277f93b --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JustinNguyen.YTDown +PackageVersion: 2026.5.21 +PackageLocale: en-US +Publisher: JustinNguyen +PublisherUrl: https://github.com/JustinNguyen9979 +PublisherSupportUrl: https://github.com/JustinNguyen9979/YTDown/issues +PackageName: YTDown +PackageUrl: https://github.com/JustinNguyen9979/YTDown +License: MIT +Copyright: Copyright © 2026 +ShortDescription: A cross-platform video and media downloader +ReleaseNotesUrl: https://github.com/JustinNguyen9979/YTDown/releases/tag/2026.5.21 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JustinNguyen9979/YTDown/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.yaml b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.yaml new file mode 100644 index 000000000000..27d4125d50a3 --- /dev/null +++ b/manifests/j/JustinNguyen/YTDown/2026.5.21/JustinNguyen.YTDown.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JustinNguyen.YTDown +PackageVersion: 2026.5.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.installer.yaml b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.installer.yaml new file mode 100644 index 000000000000..7bed2aef1d04 --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kapibala.Shuitun +PackageVersion: 2.2.0 +InstallerType: nullsoft +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 水豚鼠标助手 +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.shuitunapp.com/v2.2.0/shuitunapp.exe + InstallerSha256: 3BBEC1FD3C9C3274962E06ED56E07A1D0D41E6311CAE5C2EDFA8B7EBD5437737 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.locale.en-US.yaml b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.locale.en-US.yaml new file mode 100644 index 000000000000..ad6b027a9373 --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kapibala.Shuitun +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: shuitunapp.com +PublisherUrl: https://shuitunapp.com/ +PublisherSupportUrl: https://txc.qq.com/products/630332 +Author: Taiyuan Kapibala Technology Co., Ltd. +PackageName: 水豚鼠标助手 +PackageUrl: https://shuitunapp.com/ +License: Proprietary +Copyright: © 2026 Shuitun +ShortDescription: A presentation assistant tool. +Description: Shuitun, a presentation assistant tool, provides dozens of mouse utilities to meet your presentation needs in different scenarios. What's more, it has various features such as screen marking, magnifying, spotlight, whiteboard, countdown timer, etc., to deliver every key point in your presentation to the audience clearly and accurately. +Tags: +- china +- cursor +- mouse +- prc +- presentation +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://iv7g7qocabm.feishu.cn/wiki/NQu5wzrmqihNvxkUHblcVjWvnff +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.locale.zh-CN.yaml b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.locale.zh-CN.yaml new file mode 100644 index 000000000000..9155501c306a --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kapibala.Shuitun +PackageVersion: 2.2.0 +PackageLocale: zh-CN +Publisher: shuitunapp.com +PublisherUrl: https://shuitunapp.com/ +PublisherSupportUrl: https://txc.qq.com/products/630332 +Author: 太原卡皮巴拉科技有限公司 +PackageName: 水豚鼠标助手 +PackageUrl: https://shuitunapp.com/ +License: 专有软件 +Copyright: Copyright © 2026 水豚鼠标助手 +ShortDescription: 屏幕演示辅助工具 +Description: 水豚鼠标助手,一款屏幕演示辅助工具,提供数十种鼠标皮肤效果,满足你在不同场景下的展示需求。更有屏幕画笔、放大镜、聚光灯、白板、倒计时等多种功能,让你的演示过程中的每一个重点都能清晰、精准地呈现给观众。 +Tags: +- 指针 +- 演示 +- 鼠标 +ReleaseNotes: 新增功能 1.修复 CPU 占用过高问题 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://iv7g7qocabm.feishu.cn/wiki/NQu5wzrmqihNvxkUHblcVjWvnff +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.yaml b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.yaml new file mode 100644 index 000000000000..8d6ebda3fa54 --- /dev/null +++ b/manifests/k/Kapibala/Shuitun/2.2.0/Kapibala.Shuitun.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: Kapibala.Shuitun +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.installer.yaml b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.installer.yaml new file mode 100644 index 000000000000..4dc2ad6f8731 --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- keeper +ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- DisplayName: Keeper Commander 18.0.2 + ProductCode: '{006266E3-17D6-4166-918C-0B8F4C663D4C}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Keeper Commander' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Keeper-Security/Commander/releases/download/v18.0.2/keeper-commander-windows-v18.0.2.exe + InstallerSha256: 13137C70CE567EE22A047CC1BDF9CBFFA280903CBC665BBD4307910F21AE2FE9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.locale.en-US.yaml b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.locale.en-US.yaml new file mode 100644 index 000000000000..3e9e6df5087b --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.2 +PackageLocale: en-US +Publisher: Keeper Security, Inc. +PublisherUrl: https://www.keepersecurity.com/ +PublisherSupportUrl: https://github.com/Keeper-Security/Commander/issues +PackageName: Keeper Commander +PackageUrl: https://github.com/Keeper-Security/Commander +License: MIT +LicenseUrl: https://github.com/Keeper-Security/Commander/blob/HEAD/LICENSE +Copyright: Copyright (c) Keeper Security, Inc. +CopyrightUrl: https://github.com/Keeper-Security/Commander/blob/master/LICENSE +ShortDescription: Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management. +Description: Keeper Commander is a command-line and SDK interface to Keeper® Password Manager. Commander can be used to access and control your Keeper vault, perform administrative functions (such as end-user onboarding and data import/export), launch remote sessions, rotate passwords, eliminate hardcoded passwords and more. Keeper Commander is an open source project with contributions from Keeper's engineering team and partners. +Moniker: keeper +Tags: +- cli +- password +- password-manager +- secrets +- security-tools +ReleaseNotes: |- + Keeper Commander 18.0.2 + Features & Enhancements + - connect / ssh: confirmation prompt before shell command execution + - pam search --device — new flag to look up PAM Gateways and the PAM Configurations bound to them + - share-record: --rotate-on-expiration (ROE) flag — sharing can now be marked to rotate the underlying record when access expires + - Docker service integration improvements + Fixes + - action-report: targets like -t no-logon / -t no-update were returning all active users instead of the filtered set + - User-folder API response now includes path and records fields again + Security + - Local DAG SQLite database is now created with 0o600 permissions instead of world-writable 0o777 +ReleaseNotesUrl: https://github.com/Keeper-Security/Commander/releases/tag/v18.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.yaml b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.yaml new file mode 100644 index 000000000000..97130a337f61 --- /dev/null +++ b/manifests/k/KeeperSecurity/Commander/18.0.2/KeeperSecurity.Commander.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KeeperSecurity.Commander +PackageVersion: 18.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml index 91402bb55a9c..1bd733c699e8 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.52 +PackageVersion: 1.3.53 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclaw Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: 3E82ADB5FA541E2F00A6DFCA2C8D14A8B06B6033E26146612AC10F32871257A8 + InstallerSha256: 11AD5887E926B14214F18F6D24A9BB4A38335BD55F280925F9D08EED535CAC68 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml index 8a748ef556c5..a63b43b07895 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.52 +PackageVersion: 1.3.53 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml index 645923ea09bc..1df5112407a5 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.52 +PackageVersion: 1.3.53 PackageLocale: zh-CN PublisherUrl: https://easyclaw.com/zh-cn PrivacyUrl: https://easyclaw.com/zh-cn/privacy diff --git a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml index 6948ab21d712..903781a0671c 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.52/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.53/Lingbao.EasyClaw.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.52 +PackageVersion: 1.3.53 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.installer.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.installer.yaml new file mode 100644 index 000000000000..8c2470722a3a --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LucidLink.LucidLink +PackageVersion: 3.7.8252 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: LUCID_INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- lucidlink +ProductCode: '{C41060F8-940D-4589-969A-668FBE561919}' +AppsAndFeaturesEntries: +- ProductCode: '{C41060F8-940D-4589-969A-668FBE561919}' + UpgradeCode: '{8201A019-C7B9-4DF4-9465-B36A9B9B1D6D}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lucidlink.com/prod/win/lucidlink-3.7.8252-x64.msi + InstallerSha256: 30BFEB0370F3A31BAEAFA769ADD0951716E2D1BFBBB90A6BD48419C81207FEC7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.en-US.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.en-US.yaml new file mode 100644 index 000000000000..573c60a81118 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.7.8252 +PackageLocale: en-US +Publisher: LucidLink +PublisherUrl: https://www.lucidlink.com/ +PublisherSupportUrl: https://support.lucidlink.com/ +PrivacyUrl: https://www.lucidlink.com/privacy +Author: LUCIDLINK CORP. +PackageName: LucidLink +PackageUrl: https://www.lucidlink.com/download +License: Proprietary +LicenseUrl: https://www.lucidlink.com/terms +Copyright: © 2026 All rights reserved +CopyrightUrl: https://www.lucidlink.com/terms +ShortDescription: The storage collaboration platform for creatives +Description: LucidLink is a revolutionary solution designed to enhance team collaboration by enabling real-time work without the need for time-consuming downloads and syncing. It offers lightning-fast performance, straightforward usability, and robust security features, transforming the way teams collaborate without requiring them to change their existing workflows. +Tags: +- backup +- cloud +- cloud-drive +- collaborate +- collaboration +- download +- drive +- file +- netdisk +- share +- sync +- upload +PurchaseUrl: https://www.lucidlink.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.zh-CN.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.zh-CN.yaml new file mode 100644 index 000000000000..fddec634a34d --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LucidLink.LucidLink +PackageVersion: 3.7.8252 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 创意人员的存储协作平台 +Description: LucidLink 是一个革命性的解决方案,旨在加强团队协作,实现实时工作,无需耗时的下载和同步。它快如闪电、简单易用且安全,可在不改变现有工作流程的情况下改变团队协作方式。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 协作 +- 协同 +- 同步 +- 备份 +- 文件 +- 网盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.yaml b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.yaml new file mode 100644 index 000000000000..4b528ab3ca1d --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8252/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.7.8252 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.installer.yaml b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.installer.yaml new file mode 100644 index 000000000000..9e2cdf64f159 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.6.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgain.exe +ReleaseDate: 2026-05-21 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgain-v2.6.2-windows-x86_64.zip + InstallerSha256: B096FE43C2B4705ED86DFBCEC30E9AEC0E33E98E2BDEAF1936BB2F7DB4BFBE03 + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgain-v2.6.2-windows-arm64.zip + InstallerSha256: 270F39032B4E268FED1670D00647321AC8439961C3AD5AD88A97C1F79157D68F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.locale.en-US.yaml new file mode 100644 index 000000000000..1bb46e6301ab --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgain +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgain adjusts MP3 volume without re-encoding by modifying the global_gain field in each frame's side information. + This preserves audio quality while achieving permanent volume changes. + Features include ReplayGain analysis, AAC/M4A support, and full mp3gain command-line compatibility. +Moniker: mp3rgain +Tags: + - audio + - cli + - flac + - gain + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.yaml b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.yaml new file mode 100644 index 000000000000..2e2928eef011 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.6.2/M-Igashi.mp3rgain.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.installer.yaml b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.installer.yaml new file mode 100644 index 000000000000..d81e82d13b0e --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.6.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgui.exe +ReleaseDate: 2026-05-21 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgui-v2.6.2-windows-x86_64.zip + InstallerSha256: 80B3A7AB04F781A233B873E18D232831C85CC8E59446C5071246AD808544FAF5 + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.6.2/mp3rgui-v2.6.2-windows-arm64.zip + InstallerSha256: 26F5F40AF6601404B460613E4648F522B07CAC8ED69A3D4E9DA6C7841CD3CC5D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.locale.en-US.yaml new file mode 100644 index 000000000000..f491edd29a96 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgui +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: GUI for lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgui is the graphical interface for mp3rgain, a lossless MP3 volume normalizer. + It provides an easy-to-use GUI for adjusting MP3 volume without re-encoding, + supporting ReplayGain analysis, AAC/M4A, FLAC, and OGG formats. +Moniker: mp3rgui +Tags: + - audio + - flac + - gain + - gui + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml new file mode 100644 index 000000000000..b7c5a41d59a3 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/2.6.2/M-Igashi.mp3rgui.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.installer.yaml b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.installer.yaml new file mode 100644 index 000000000000..9ef7d21bb221 --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.3.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aspire.exe + PortableCommandAlias: aspire +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +Commands: +- aspire +Installers: +- Architecture: x64 + InstallerUrl: https://ci.dot.net/public/aspire/13.3.5-preview.1.26270.6/aspire-cli-win-x64-13.3.5.zip + InstallerSha256: 84FDC39E439551DFC900A39BFE8EB4BCBC717899D68615DBD7F3CB6D0A5A1342 +- Architecture: arm64 + InstallerUrl: https://ci.dot.net/public/aspire/13.3.5-preview.1.26270.6/aspire-cli-win-arm64-13.3.5.zip + InstallerSha256: 5EC02AEE7A3B7A803C2C9659AE28CC8BA22AFA11A3E352BEA66E08066E070B07 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-05-20 diff --git a/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.locale.en-US.yaml b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.locale.en-US.yaml new file mode 100644 index 000000000000..bed33b58209c --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.3.5 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://aspire.dev/ +PublisherSupportUrl: https://github.com/microsoft/aspire/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +PackageName: Aspire CLI +PackageUrl: https://aspire.dev/ +License: MIT +LicenseUrl: https://github.com/microsoft/aspire/blob/main/LICENSE.TXT +Copyright: (c) Microsoft 2026 +ShortDescription: CLI tool for building observable, production-ready distributed applications with Aspire +Description: | + Aspire CLI (aspire) is a command-line tool for creating, running, and managing Aspire applications. It provides commands for project scaffolding, local development, and deployment of cloud-native distributed applications. +Moniker: aspire +Tags: +- dotnet +- aspire +- cloud-native +- distributed-systems +- developer-tools +- cli +- microservices +- containers +ReleaseNotesUrl: https://aspire.dev/whats-new/aspire-13-3/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.yaml b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.yaml new file mode 100644 index 000000000000..4ab05da12d3d --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.3.5/Microsoft.Aspire.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: Microsoft.Aspire +PackageVersion: 13.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.installer.yaml b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.installer.yaml new file mode 100644 index 000000000000..339cb338867a --- /dev/null +++ b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.installer.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 131.0.5877.84 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- opera-gxstable +FileExtensions: +- crx +- gxanimations +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/131.0.5877.84/win/Opera_GX_131.0.5877.84_Setup.exe + InstallerSha256: 065A1878D9AA662EEE2A483338DB50A7836F5A6E1AF68C7E5B9449DDB356D806 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/131.0.5877.84/win/Opera_GX_131.0.5877.84_Setup.exe + InstallerSha256: 065A1878D9AA662EEE2A483338DB50A7836F5A6E1AF68C7E5B9449DDB356D806 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/131.0.5877.84/win/Opera_GX_131.0.5877.84_Setup_x64.exe + InstallerSha256: C31C7BC59777ADDA245B20A6AA780E8E5DD9E974C9F75405F65D2735B993B3A7 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/131.0.5877.84/win/Opera_GX_131.0.5877.84_Setup_x64.exe + InstallerSha256: C31C7BC59777ADDA245B20A6AA780E8E5DD9E974C9F75405F65D2735B993B3A7 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.locale.en-US.yaml b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.locale.en-US.yaml new file mode 100644 index 000000000000..12d7d4f13cdb --- /dev/null +++ b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.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: Opera.OperaGX +PackageVersion: 131.0.5877.84 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/gx +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX is a special version of the Opera browser which, on top of Opera’s great features for privacy, security and efficiency, includes special features designed to complement gaming. +Moniker: operagx +Tags: +- chromium +- internet +- manifestv2 +- mv2 +- web +- web-browser +- webbrowser +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.locale.zh-CN.yaml b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.locale.zh-CN.yaml new file mode 100644 index 000000000000..94902b66dedf --- /dev/null +++ b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 131.0.5877.84 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/zh-cn/gx +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX 是 Opera 浏览器的一个特殊版本,不仅继承了 Opera 在隐私、安全和效率方面的强大功能,还包括专门为游戏设计的特殊功能。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.yaml b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.yaml new file mode 100644 index 000000000000..a425680d4619 --- /dev/null +++ b/manifests/o/Opera/OperaGX/131.0.5877.84/Opera.OperaGX.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: Opera.OperaGX +PackageVersion: 131.0.5877.84 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.11.4/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.installer.yaml new file mode 100644 index 000000000000..45c20ccf109d --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.11.4/windows_64 + InstallerSha256: 7EAD1EC8563B173CC3580EB25655CE03E9B6742A8DA66D80AEA260969EBD041E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.en-US.yaml new file mode 100644 index 000000000000..2aa635d326a7 --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +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.11.4/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 000000000000..0fe27fb0c9f8 --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +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.11.4/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.11.4/Postman.Postman.yaml new file mode 100644 index 000000000000..254e328a7d45 --- /dev/null +++ b/manifests/p/Postman/Postman/12.11.4/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.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.installer.yaml b/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.installer.yaml new file mode 100644 index 000000000000..ab372e45da31 --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 2.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pass-cli.exe + PortableCommandAlias: pass-cli +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-20 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/pass-cli/2.1.0/pass-cli-windows-x86_64.zip + InstallerSha256: 4776A0406B6AB350704CF12389DC210540E8DA1B3ED9B732D8BF8561CA47B74D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.locale.en-US.yaml b/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..589d2422d5a8 --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/pass +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Pass CLI +PackageUrl: https://proton.me/pass +License: Proprietary +Copyright: © 2026 Proton AG. All rights reserved. +ShortDescription: Proton Pass CLI is a command-line interface for managing your Proton Pass vaults, items, and secrets. +Description: |- + The Proton Pass CLI allows you to manage your Proton Pass vaults and items directly from the command line, bringing the power of secure secret management to your terminal workflow. With the CLI, you can create, list, view, and delete vaults and items seamlessly, making it an great tool for developers and system administrators who prefer working in the command line. + + Beyond basic vault management, the CLI allows you to inject secrets into your applications through environment variables or template files, enabling easy integration with your deployment workflows. The tool also provides comprehensive SSH integration, allowing you to use your SSH keys stored in Proton Pass with your existing SSH workflows. + + Key features + Flexible secret management + - The CLI offers a flexible and intuitive approach to secret management through a simple URI syntax. You can reference any secret using the format pass://vault/item/field, making it easy to access specific credentials programmatically. This design allows you to inject secrets into environment variables for your applications or process template files that contain secret references. + SSH agent integration + - For developers working with SSH keys, the CLI provides robust SSH agent integration capabilities. You can load SSH keys stored in Proton Pass directly into your existing SSH agent, or run the Proton Pass CLI as a standalone SSH agent. +Tags: +- password +- password-manager +- proton +- vault +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://protonpass.github.io/pass-cli/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.yaml b/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.yaml new file mode 100644 index 000000000000..bde58c389344 --- /dev/null +++ b/manifests/p/Proton/ProtonPass/CLI/2.1.0/Proton.ProtonPass.CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonPass.CLI +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.installer.yaml b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.installer.yaml new file mode 100644 index 000000000000..2bc172c97da9 --- /dev/null +++ b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Prusa3D.PrusaSlicer +PackageVersion: 2.9.5 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /VERYSILENT +UpgradeBehavior: install +FileExtensions: +- 3mf +- stl +ProductCode: PrusaSlicer_is1 +AppsAndFeaturesEntries: +- Publisher: Prusa Research s.r.o. + ProductCode: PrusaSlicer_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Prusa3D\PrusaSlicer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.9.5/PrusaSlicer-2.9.5-setup.exe + InstallerSha256: A3647B279DAB06EEEE9A3EFF4B657D952345D901FEF5DE1870F7F1998654EC5A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.locale.en-US.yaml b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.locale.en-US.yaml new file mode 100644 index 000000000000..02535094a766 --- /dev/null +++ b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Prusa3D.PrusaSlicer +PackageVersion: 2.9.5 +PackageLocale: en-US +Publisher: Prusa Research +PublisherUrl: https://www.prusa3d.com/ +PublisherSupportUrl: https://help.prusa3d.com/en/category/prusaslicer_204 +PackageName: PrusaSlicer +PackageUrl: https://www.prusa3d.com/prusaslicer/ +License: AGPL-3.0 +LicenseUrl: https://github.com/prusa3d/PrusaSlicer/blob/master/LICENSE +ShortDescription: An Open Source 3D model slicer +Description: PrusaSlicer (formerly known as Slic3r Prusa Edition or Slic3r PE) is our own in-house developed slicer software based on the open-source project Slic3r. PrusaSlicer is an open-source, feature-rich, frequently updated tool that contains everything you need to export the perfect print files for your Original Prusa 3D printer. +Moniker: prusaslicer +Tags: +- 3d +- gcode +- prusa-slicer +ReleaseNotesUrl: https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.9.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/prusa3d/PrusaSlicer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.yaml b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.yaml new file mode 100644 index 000000000000..cfccf196f90e --- /dev/null +++ b/manifests/p/Prusa3D/PrusaSlicer/2.9.5/Prusa3D.PrusaSlicer.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: Prusa3D.PrusaSlicer +PackageVersion: 2.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.installer.yaml b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.installer.yaml new file mode 100644 index 000000000000..b0d563aeae87 --- /dev/null +++ b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pulsar-Edit.Pulsar +PackageVersion: 1.132.1 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 0949b555-c22c-56b7-873a-a960bdefa81f +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- Publisher: Pulsar-Edit + ProductCode: 0949b555-c22c-56b7-873a-a960bdefa81f +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pulsar-edit/pulsar/releases/download/v1.132.1/Windows.Pulsar.Setup.1.132.1.exe + InstallerSha256: 0086DD54CAA0A325162CE915CBB3BF5ECCA0BD11F9DF81E97665EF48E64EEFB9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.locale.en-US.yaml b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.locale.en-US.yaml new file mode 100644 index 000000000000..76d6e7600f19 --- /dev/null +++ b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pulsar-Edit.Pulsar +PackageVersion: 1.132.1 +PackageLocale: en-US +Publisher: Pulsar Edit +PublisherUrl: https://pulsar-edit.dev/ +PublisherSupportUrl: https://github.com/pulsar-edit/pulsar/issues +PackageName: Pulsar +PackageUrl: https://github.com/pulsar-edit/pulsar +License: MIT License +LicenseUrl: https://github.com/pulsar-edit/pulsar/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2022-2024 Pulsar-Edit Original work copyright (c) 2011-2022 GitHub Inc. +ShortDescription: A Community-led Hyper-Hackable Text Editor +Tags: +- electron +- javascript +- pulsar +- pulsar-edit +ReleaseNotes: |- + This patch release fixes an issue encountered by users of some community UI themes. + 1.132.1 + - Fix an issue where missing theme variables prevented the project window from initializing. @Daeraxa +ReleaseNotesUrl: https://github.com/pulsar-edit/pulsar/releases/tag/v1.132.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.yaml b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.yaml new file mode 100644 index 000000000000..2c84c3b38a67 --- /dev/null +++ b/manifests/p/Pulsar-Edit/Pulsar/1.132.1/Pulsar-Edit.Pulsar.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: Pulsar-Edit.Pulsar +PackageVersion: 1.132.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.installer.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.installer.yaml new file mode 100644 index 000000000000..277d0d9c96fd --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + InstallLocation: --installto "" + Log: --log "" +Protocols: +- osu +- osump +FileExtensions: +- olz +- osk +- osr +- osz +ProductCode: osulazer +ReleaseDate: 2026-05-18 +AppsAndFeaturesEntries: +- DisplayVersion: 2026.518.0-lazer + ProductCode: osulazer +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\osulazer' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ppy/osu/releases/download/2026.518.0-lazer/install.exe + InstallerSha256: 843F2F6B017D6E78FD45BA5107BF4F880683972A343E63845A5210008F260586 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.en-US.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.en-US.yaml new file mode 100644 index 000000000000..d0a8041cc357 --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.en-US.yaml @@ -0,0 +1,92 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +PackageLocale: en-US +Publisher: ppy Pty Ltd +PublisherUrl: https://ppy.sh/ +PublisherSupportUrl: https://github.com/ppy/osu/issues +PrivacyUrl: https://osu.ppy.sh/legal/en/Privacy +Author: ppy Pty Ltd +PackageName: osu!(lazer) +PackageUrl: https://osu.ppy.sh/ +License: MIT +LicenseUrl: https://github.com/ppy/osu/raw/master/LICENCE +Copyright: Copyright (c) 2024 ppy Pty Ltd +CopyrightUrl: https://osu.ppy.sh/legal/en/Copyright +ShortDescription: rhythm is just a *click* away! +Description: |- + A free-to-win rhythm game. Rhythm is just a click away! + + This is the future – and final – iteration of the osu! game client which marks the beginning of an + open era! Currently known by and released under the release codename "lazer". As in sharper than + cutting-edge. +Moniker: osu! +Tags: +- beatmap-parser +- game +- osu +- rhythm +- rhythm-game +ReleaseNotes: |- + What's Changed + - Fix duel crash due to failing lookups by @smoogipoo in #37606 + - Fix discord multiplayer invites by @zihadmahiuddin in #37598 + - Eagerly connect to latest server instance for best online experience by @peppy in #37506 + - Synchronise ranked play text box with gameplay text box by @smyalygames in #37630 + - Add localisation support to DailyChallenge by @diquoks in #37248 + - Allow reporting users from their profile page by @LiquidPL in #36335 + - Fix opening changelog overlay from settings in development by @curoviyxru in #37602 + - Add already existing localisation support from CommonStrings by @diquoks in #37401 + - Fix non-default mod settings allowing for duplicate freestyle mod selection in multiplayer by @triacontakai in #37646 + - Add better support for handling disconnection at the ranked play queue screen by @peppy in #37658 + - Fix pause ambience loop not playing at fail screen by @peppy in #37663 + - Don't search for users when no search query is provided by @peppy in #37660 + - Show user rank on list panels by @peppy in #37659 + - Ensure users cannot lose data when editing beatmaps above 10K by @bdach in #37668 + - Fix some numeric settings not working correct in some languages when attempting to set negative value by @bdach in #37667 + - Show chat during ranked play intro screen by @smoogipoo in #37657 + - Add ability to sync metadata across difficulties in editor setup by @Hiviexd in #37465 + - Add judgement counter mode to show misses only by @peppy in #37664 + - Restore editor mode when changing difficulty by @peppy in #37671 + - Added "LN Ratio" display in Mania in the place of useless "key count" by @pacowoc in #37581 + - Replace hit objects when placing at same time in editor by @Hiviexd in #37485 + - Fix sentry logger init failing for edge cases by @peppy in #37673 + - Don't consider user toggles for beatmap skin/samples when in editor by @peppy in #37662 + - Fix song select scrolling performance when user has many beatmaps loaded by @peppy in #37666 + - Enable stateful reconnects by @smoogipoo in #35658 + - Check all beatmaps for tag changes rather than just beatmaps with zero tags by @peppy in #37684 + - Change taiko hit flying animation to be rate independent by @peppy in #37541 + - Adjust CheckFewHitsounds verify check based on feedback by @Hiviexd in #37466 + - Improve ranked play rating graph's x-axis divisions by @IceDynamix in #37534 + - Fix dragging difficulty filter slider on a very large collection causing lag by @peppy in #37701 + - Allow wider recognition of osu! files on Android by @smyalygames in #37614 + - Fall back to using APIUser.Statistics for rank in UserPanel by @zihadmahiuddin in #37717 + - Fix crash when fetching top local rank in song select by @bdach in #37722 + - Fix crash when rewinding replay with rate-adjusted hit animations off by @bdach in #37721 + - Allow spectator and replay gameplay to load even when window is inactive by @peppy in #37633 + - Fix song select local ranks disappearing on beatmap downloads by @peppy in #37711 + - Rename Localisation.Web.CommonStrings using directives to WebCommonStrings by @diquoks in #37675 + - Add classic hotkey support for blinds / traceable by @peppy in #37023 + - Set OD equal to AR on catch maps by default by @bdach in #37727 + - Change editor grid slider adjustments to be relative to centre by @peppy in #37737 + - Add small indicator for last stand by @smoogipoo in #37747 + - Use truncation to 2dp of star rating in ranked play card to be consistent with everything else by @bdach in #37756 + - Add experimental banner to ranked play queue screen by @smoogipoo in #37767 + - Ranked Play: Add damage breakdown and individual multipliers by @smoogipoo in #37740 + - Stop applying UI scale to ranked play by @peppy in #37779 + - Fix not being able to spectate users in daily challenge gameplay by @peppy in #37781 + New Contributors + - @smyalygames made their first contribution in #37630 + - @curoviyxru made their first contribution in #37602 + - @triacontakai made their first contribution in #37646 + - @pacowoc made their first contribution in #37581 + - @IceDynamix made their first contribution in #37534 + Full Changelog: 2026.429.0-lazer...2026.518.0-lazer +ReleaseNotesUrl: https://github.com/ppy/osu/releases/tag/2026.518.0-lazer +Documentations: +- DocumentLabel: Upgrading to lazer + DocumentUrl: https://osu.ppy.sh/wiki/en/Help_centre/Upgrading_to_lazer +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.ja-JP.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.ja-JP.yaml new file mode 100644 index 000000000000..960354b9b11b --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.ja-JP.yaml @@ -0,0 +1,13 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +PackageLocale: ja-JP +ShortDescription: 基本料無料で最高のリズムゲーム。 +Description: 基本料無料で最高のリズムゲーム。リズムはもう、その指先に +Tags: +- ゲーム +- リズム +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.zh-CN.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.zh-CN.yaml new file mode 100644 index 000000000000..c41edd9f6279 --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ppy.osu +PackageVersion: 2026.518.0 +PackageLocale: zh-CN +PrivacyUrl: https://osu.ppy.sh/legal/zh/Privacy +Copyright: 版权所有 (c) 2024 ppy Pty Ltd +CopyrightUrl: https://osu.ppy.sh/legal/zh/Copyright +ShortDescription: 一款免费的节奏游戏 +Description: 一款免费的节奏游戏。节奏跃然指上。 +Tags: +- osu +- 游戏 +- 社区游戏 +- 节奏游戏 +- 音乐游戏 +- 音游 +Documentations: +- DocumentLabel: 升级到 lazer + DocumentUrl: https://osu.ppy.sh/wiki/zh/Help_centre/Upgrading_to_lazer +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/ppy/osu/2026.518.0/ppy.osu.yaml b/manifests/p/ppy/osu/2026.518.0/ppy.osu.yaml new file mode 100644 index 000000000000..047470722e74 --- /dev/null +++ b/manifests/p/ppy/osu/2026.518.0/ppy.osu.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: ppy.osu +PackageVersion: 2026.518.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.installer.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.installer.yaml new file mode 100644 index 000000000000..43a78acb9296 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.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: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +UpgradeBehavior: install +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.16.1/ClawPanel_0.16.1_x64-setup-full.exe + InstallerSha256: 4C19BEE5028E569885B25469E6A3FF4CBACC896128396669749BD7C3663C13FD + ProductCode: ClawPanel +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/qingchencloud/clawpanel/releases/download/v0.16.1/ClawPanel_0.16.1_x64-full_en-US.msi + InstallerSha256: 525909818A866F0E0A926D3B3F0F51E0A5BCAF70D739FA9D6894641B7735E610 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{293F5D22-62C8-4F5E-A3E8-9A58E844FD6E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AA908EA1-FFA0-5A0E-B2C5-14A7B8C64033}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.en-US.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.en-US.yaml new file mode 100644 index 000000000000..6bacf7e8a5f7 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.en-US.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: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +PackageLocale: en-US +Author: Wuhan Qingchen Tianxia Network Technology Co., Ltd. +Copyright: © 2026 Wuhan Qingchen Tianxia Network Technology Co., Ltd. +ShortDescription: "\U0001F99E Visual management panel with built-in AI assistant (tool calling + vision + multimodal + i18n(11))" +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.zh-CN.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.zh-CN.yaml new file mode 100644 index 000000000000..ea9d2cb38142 --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.locale.zh-CN.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: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +PackageLocale: zh-CN +Publisher: openclaw +PublisherUrl: https://qingchencloud.com/ +PublisherSupportUrl: https://github.com/qingchencloud/clawpanel/issues +PrivacyUrl: https://qingchencloud.com/privacy.html +Author: 武汉晴辰天下网络科技有限公司 +PackageName: ClawPanel +PackageUrl: https://github.com/qingchencloud/clawpanel +License: AGPL-3.0 +LicenseUrl: https://github.com/qingchencloud/clawpanel/blob/HEAD/LICENSE +Copyright: © 2026 武汉晴辰天下网络科技有限公司 +ShortDescription: "\U0001F99E OpenClaw 可视化管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装" +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + 🐛 修复 + - gateway): support latest hello server version payload +ReleaseNotesUrl: https://github.com/qingchencloud/clawpanel/releases/tag/v0.16.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.yaml b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.yaml new file mode 100644 index 000000000000..525ddd9ec57c --- /dev/null +++ b/manifests/q/qingchencloud/ClawPanel/0.16.1/qingchencloud.ClawPanel.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: qingchencloud.ClawPanel +PackageVersion: 0.16.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.installer.yaml b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.installer.yaml new file mode 100644 index 000000000000..2f1aefd81e04 --- /dev/null +++ b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Raicuparta.RaiPal +PackageVersion: 0.19.2 +InstallerLocale: en-US +InstallerType: exe +ReleaseDate: 2026-05-06 +AppsAndFeaturesEntries: +- DisplayName: Rai Pal + Publisher: raicuparta +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Raicuparta/rai-pal/releases/download/v0.19.2/RaiPal.exe + InstallerSha256: 781791D57BA6351C97A3D4B92414651937504D1C65D12A06BBCB0D0236A21AE7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.locale.en-US.yaml b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.locale.en-US.yaml new file mode 100644 index 000000000000..04a647933e07 --- /dev/null +++ b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Raicuparta.RaiPal +PackageVersion: 0.19.2 +PackageLocale: en-US +Publisher: Raicuparta +PublisherUrl: https://raicuparta.com/ +PublisherSupportUrl: https://github.com/Raicuparta/rai-pal/issues +Author: Raicuparta +PackageName: Rai Pal +PackageUrl: https://raicuparta.com/rai-pal +License: GPL-3.0 +LicenseUrl: https://github.com/Raicuparta/rai-pal/blob/HEAD/LICENSE +ShortDescription: Mod manager for universal game mods +Moniker: raipal +Tags: +- modding +- rust +- tauri +- unity +- unreal +ReleaseNotes: |- + - Detect Heroic when installed via Flatpak on Linux. + - Show panic dialogs on Linux like they do on Windows. + - Back up Steam shortcuts before modifying the file to add Rai Pal, just in case. + - Better handling of local database reading, deletes them in case of failure. + - Fix Epic games not showing on Windows. + - Fix crash on startup if user name / data path has weird characters. + - Fix duplicate shortcuts on Steam if added multiple times from different paths. + Download for Windows + Download for Linux +ReleaseNotesUrl: https://github.com/Raicuparta/rai-pal/releases/tag/v0.19.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.yaml b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.yaml new file mode 100644 index 000000000000..a0e6546ab0e5 --- /dev/null +++ b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.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: Raicuparta.RaiPal +PackageVersion: 0.19.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.installer.yaml b/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.installer.yaml new file mode 100644 index 000000000000..b12fca20fff9 --- /dev/null +++ b/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedSalamanders.RedSalamander +PackageVersion: 7.0.39 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.22000.2600 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: RedLauncher.exe + PortableCommandAlias: RedSalamander +UpgradeBehavior: install +Commands: +- RedSalamander +InstallationMetadata: + Files: + - RelativeFilePath: RedLauncher.exe + FileType: launch + DisplayName: RedSalamander +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RedSalamanders/RedSalamander/releases/download/v7.0.39/RedSalamander-7.0.39-x64-Portable.zip + InstallerSha256: D0E6B1B521875319C880FA0F9288A243930A044C51C90CD2E09D4547500D3066 +- Architecture: arm64 + InstallerUrl: https://github.com/RedSalamanders/RedSalamander/releases/download/v7.0.39/RedSalamander-7.0.39-ARM64-Portable.zip + InstallerSha256: A3BECB6D4442BAC9857C13F4254D7804EC04174EFF8CECB37149FE8A73CA224C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-21 diff --git a/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.locale.en-US.yaml b/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.locale.en-US.yaml new file mode 100644 index 000000000000..940eb00f3a64 --- /dev/null +++ b/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedSalamanders.RedSalamander +PackageVersion: 7.0.39 +PackageLocale: en-US +Publisher: RedSalamanders +PublisherUrl: https://github.com/RedSalamanders +PublisherSupportUrl: https://github.com/RedSalamanders/RedSalamander/issues +Author: RedSalamanders +PackageName: RedSalamander +PackageUrl: https://github.com/RedSalamanders/RedSalamander +License: MIT +LicenseUrl: https://github.com/RedSalamanders/RedSalamander/blob/master/LICENSE.txt +ShortDescription: Windows file manager with advanced features and plugin support +Description: |- + RedSalamander is a Windows-native dual-pane file manager with plugin-based virtual file systems, + advanced text visualization, and real-time debugging capabilities. Features include: + - Dual-pane file management with virtual file system support + - Plugin architecture for custom file systems (7z, S3, cloud drives) + - Advanced text viewer with Direct2D rendering + - Comparison tools and search capabilities +Moniker: red-salamander +Tags: +- file-manager +- dual-pane +- file-explorer +- file-viewer +- direct2d +- cpp23 +- windows +- plugins +ReleaseNotes: See https://github.com/RedSalamanders/RedSalamander/releases/tag/v7.0.39 +ReleaseNotesUrl: https://github.com/RedSalamanders/RedSalamander/releases/tag/v7.0.39 +InstallationNotes: |- + RedSalamander installed. + Run RedSalamander from a new terminal. +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://github.com/RedSalamanders/RedSalamander/blob/master/docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.yaml b/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.yaml new file mode 100644 index 000000000000..b50846c6308a --- /dev/null +++ b/manifests/r/RedSalamanders/RedSalamander/7.0.39/RedSalamanders.RedSalamander.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: RedSalamanders.RedSalamander +PackageVersion: 7.0.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.installer.yaml b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.installer.yaml new file mode 100644 index 000000000000..9c6e4b839601 --- /dev/null +++ b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Regressi.Regressi64 +PackageVersion: 5.26.5.0 +Installers: +- InstallerLocale: fr-FR + Architecture: neutral + InstallerType: msi + InstallerUrl: https://regressi.fr/zip/Regressi64.msi + InstallerSha256: 0BDE629FB258DCBBF8FA100B83BEAA5776668C2FDF00E6840D715BAB47F6828F + ProductCode: '{CA23DB97-E416-4BE4-BF4C-1E4C3930D4DD}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.locale.fr-FR.yaml b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.locale.fr-FR.yaml new file mode 100644 index 000000000000..5aa95e0ed517 --- /dev/null +++ b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.locale.fr-FR.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Regressi.Regressi64 +PackageVersion: 5.26.5.0 +PackageLocale: fr-FR +Publisher: Evariste +PublisherUrl: https://regressi.fr/WordPress/ +PublisherSupportUrl: https://regressi.fr/WordPress/ +PrivacyUrl: https://regressi.fr/WordPress/ +Author: Evariste +PackageName: Regressi +PackageUrl: https://regressi.fr/WordPress/ +License: freeware +LicenseUrl: https://regressi.fr/WordPress/ +Copyright: Evariste +CopyrightUrl: https://regressi.fr/WordPress/ +ShortDescription: Logiciel de traitements de données expérimentales +Description: "Regressi est un logiciel, Libre d'utilisation, sous Windows, Mac et Linux, de traitements de données expérimentales. Ils permet de calculer des grandeurs combinées (avec les incertitudes associées) et de faire des ajustements (fit) par régression linéaire ou non, à une fonction différentielles. " +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.yaml b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.yaml new file mode 100644 index 000000000000..80c064a9b51e --- /dev/null +++ b/manifests/r/Regressi/Regressi64/5.26.5.0/Regressi.Regressi64.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/21 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Regressi.Regressi64 +PackageVersion: 5.26.5.0 +DefaultLocale: fr-FR +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml b/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml index 8223339d3bf2..3b67b75ee227 100644 --- a/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml +++ b/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml @@ -11,9 +11,9 @@ ProductCode: '{5744BE9E-4C12-4A23-BFFD-BBAE8C84456E}_is1' Installers: - Architecture: x86 InstallerUrl: https://file.netpas.net/ftp/NetpasMessageSetup.exe - InstallerSha256: 6A056245E65398D3C2319DB627C60C55B6629115FB09A4F17496976AC7D5EB97 + InstallerSha256: 74AE4A8E02F6CE2C0059BBCC30AB15DCEAC0451744F3D46C25986AC6E55E16CA - Architecture: x64 InstallerUrl: https://file.netpas.net/ftp/NetpasMessageSetup.exe - InstallerSha256: 6A056245E65398D3C2319DB627C60C55B6629115FB09A4F17496976AC7D5EB97 + InstallerSha256: 74AE4A8E02F6CE2C0059BBCC30AB15DCEAC0451744F3D46C25986AC6E55E16CA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.installer.yaml b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.installer.yaml new file mode 100644 index 000000000000..8e6a1d514254 --- /dev/null +++ b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.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: SigmaShake.SSG +PackageVersion: 0.29.105 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ssg.exe + PortableCommandAlias: ssg +Commands: +- ssg +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sigmashakeinc/ssg/releases/download/v0.29.105/ssg-win32-x64.zip + InstallerSha256: 63D1AA54721F48085778B970D169955E7224049BAB72E2089223B26743815EBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.locale.en-US.yaml b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.locale.en-US.yaml new file mode 100644 index 000000000000..5f7e973badde --- /dev/null +++ b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SigmaShake.SSG +PackageVersion: 0.29.105 +PackageLocale: en-US +Publisher: SigmaShake +PublisherUrl: https://sigmashake.com +PublisherSupportUrl: https://github.com/sigmashakeinc/ssg/issues +PackageName: ssg +PackageUrl: https://sigmashake.com +License: Proprietary +LicenseUrl: https://unpkg.com/@sigmashake/ssg/LICENSE +ShortDescription: AI Agent Governance CLI +Description: |- + ssg (SigmaShake Governance) is a CLI for AI agent governance. + Evaluate tool calls against rules, block dangerous operations, + and surface blocked commands to keep AI agents safe and auditable. +Moniker: ssg +Tags: +- ai +- governance +- agent +- safety +- cli +- rules +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.yaml b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.yaml new file mode 100644 index 000000000000..56d11656c8aa --- /dev/null +++ b/manifests/s/SigmaShake/SSG/0.29.105/SigmaShake.SSG.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: SigmaShake.SSG +PackageVersion: 0.29.105 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.installer.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.installer.yaml deleted file mode 100644 index 4e4e5a864b77..000000000000 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.304 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- BMP -- JPEG -- PNG -- PSD -- RAW -- TGA -- TIFF -ProductCode: Total Image Converter_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: Total Image Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalImageConverter.exe - InstallerSha256: B3BB29E7811A6E287E76E774D579F0D35F3BC78D0E82843BE04EB1747BF6A485 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.locale.en-US.yaml deleted file mode 100644 index d1df7b976de5..000000000000 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.304/Softplicity.TotalImageConverter.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/16 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.304 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Image Converter -PackageUrl: https://www.coolutils.com/TotalImageConverter -License: Proprietary -Copyright: Copyright @ 2014 Softplicity, Inc. -ShortDescription: Total Image Converter converts images to other formats, crops, resizes and rotates them. Convert large TIFFs into small JPEGs, make photos suitable for the web or recover old photos in unsupported formats - Total Image Converter will do everything you need -Description: |- - Total Image Converter converts images to other formats, crops, resizes and rotates them. Convert large TIFFs into small JPEGs, make photos suitable for the web or recover old photos in unsupported formats - Total Image Converter will do everything you need. - - Supports TIFF, JPEG, RAW, PNG, BMP, PSD, TGA, and many other image formats; - - Works incredibly fast with new multi-threading feature; - - Converts CMYK to RGB; - - Handy resize and crop options to make your photos smaller; - - Watermarking: add your comment, logo or date. More unique options.. - What we are really proud of is the simplicity of our tool. As Albert Einstein once said everything should be made as simple as possible, but not simpler. That's what we had in mind developing our batch image converter. - - 30 day FREE trial -Tags: -- Converter -- Image -PurchaseUrl: https://www.coolutils.com/TotalImageConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.installer.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.installer.yaml deleted file mode 100644 index 578eb3da9a16..000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.107 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- XML -ProductCode: Total XML Converter_is1 -ReleaseDate: 2025-10-14 -AppsAndFeaturesEntries: -- ProductCode: Total XML Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalXMLConverter.exe - InstallerSha256: 4808DA0709FEBB198C9909DEC1232039C9CC9AB9774A275DF1E6D79E76CBD1C3 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.locale.en-US.yaml deleted file mode 100644 index 38c6751fa476..000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.107/Softplicity.TotalXMLConverter.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.107 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total XML Converter -PackageUrl: https://www.coolutils.com/TotalXMLConverter -License: Proprietary -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Total XML Converter converts XML to CSV, JSON, PDF. It is a unique application to turn your XML files into other file types. -Description: |- - Total XML Converter converts XML to CSV, JSON, PDF. It is a unique application to turn your XML files into other file types. The interface of the program is clear and straightforward. You can convert either one XML file or several folders (the app will keep the folder structure). - - Total XML Converter supports XSLT transformation; just add your XSLT file. - - The tool will also format XML into human-readable form or vice versa. - - Convert XML files via command line or graphic user interface. - - Total XML Converter supports very sophisticated XML documents and keeps the original structure intact. - - In addition to XML, the converter also supports YAML, SML, FO and JSON files. - - If you are looking for a command line XML converter, choose the server version (Windows servers only). It has no GUI and does not show any interrupting messages. - Whether you want to format your XML files or facilitate data-interchange between systems, Total XML Converter is at your fingertips. - 30 day FREE trial -Tags: -- Converter -- XML -PurchaseUrl: https://www.coolutils.com/TotalXMLConverter/licensehttps://www.coolutils.com/TotalXMLConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..b1a147c677b6 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/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.1779322867-gb57827 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779322867-gb57827/amp-windows-x64-baseline.exe + InstallerSha256: 30B76A4B2ABE24476A8B1B58CFDECCF79BB713BD8E21AF561BEE607D504C931B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..f5ddaee090d5 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/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.1779322867-gb57827 +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.1779322867-gb57827/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..2d8d024fce22 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/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.1779322867-gb57827 +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.1779322867-gb57827/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..a51f3773b26d --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779322867-gb57827/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.1779322867-gb57827 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..654f357d376d --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/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.1779340834-gfef6cd +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779340834-gfef6cd/amp-windows-x64-baseline.exe + InstallerSha256: 181C1B69E2BCDA7C783F118AE2C6ADE9D735C06FF7B4BF500CF665A9B0CDDDFD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..535650f0644e --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/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.1779340834-gfef6cd +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.1779340834-gfef6cd/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..b04db452ec05 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/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.1779340834-gfef6cd +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.1779340834-gfef6cd/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..25d3881dab31 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779340834-gfef6cd/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.1779340834-gfef6cd +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..56348058eb59 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/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.1779345702-g49e69d +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779345702-g49e69d/amp-windows-x64-baseline.exe + InstallerSha256: 48A2A6E5ACD97CA5F02895F0B59AE49C6133F8A290ECBB2F54287A8F0124A410 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..b7a83feb32b4 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/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.1779345702-g49e69d +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.1779345702-g49e69d/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..681e167cf1cd --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/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.1779345702-g49e69d +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.1779345702-g49e69d/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..6fc7edb6ced8 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779345702-g49e69d/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.1779345702-g49e69d +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.installer.yaml b/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.installer.yaml new file mode 100644 index 000000000000..cb4f4cd5a93b --- /dev/null +++ b/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.installer.yaml @@ -0,0 +1,99 @@ +# 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: Starpine.Screenbox +PackageVersion: 0.19.0 +Platform: +- Windows.Universal +MinimumOSVersion: 10.0.18362.0 +InstallerType: msix +Scope: user +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- adts +- aif +- aifc +- aiff +- ape +- asf +- avi +- dts +- f4v +- flac +- flv +- m2t +- m2ts +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mka +- mkv +- mov +- mp3 +- mp4 +- mpeg +- mpg +- mpg4 +- mts +- mxf +- nist +- oga +- ogg +- ogm +- ogv +- opus +- qt +- ra +- rm +- rmvb +- spx +- swf +- ts +- vob +- wav +- weba +- webm +- wm +- wma +- wmv +- wtv +- wv +- wvc +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.UI.Xaml.2.8 + - PackageIdentifier: Microsoft.VCLibs.14 +PackageFamilyName: 18496Starpine.Screenbox_rm8wvch11q4my +Capabilities: +- backgroundMediaPlayback +- internetClient +- musicLibrary +- picturesLibrary +- privateNetworkClientServer +- removableStorage +- videosLibrary +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- Publisher: Tung H. +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/18496Starpine.Screenbox_0.19.0.0_x64__rm8wvch11q4my' +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/huynhsontung/Screenbox/releases/download/v0.19.0/Screenbox_0.19.0.0_neutral.msixbundle + InstallerSha256: E506BE3FD74476F4E37C48B86BB701CE39DC34F6C821BB649804DA813E6E8CF0 + SignatureSha256: E7FB852180334EAA63C9F879F81DD97217263A7E5A7631DC117350E5EB7977B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.locale.en-US.yaml b/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.locale.en-US.yaml new file mode 100644 index 000000000000..60c0905d18f9 --- /dev/null +++ b/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Starpine.Screenbox +PackageVersion: 0.19.0 +PackageLocale: en-US +Publisher: Tung Huynh +PublisherUrl: https://github.com/huynhsontung +PublisherSupportUrl: https://github.com/huynhsontung/Screenbox/issues +PackageName: Screenbox +PackageUrl: https://github.com/huynhsontung/Screenbox +License: GPL-3.0 +LicenseUrl: https://github.com/huynhsontung/Screenbox/blob/HEAD/LICENSE +ShortDescription: Screenbox is a modern media player for all your devices, with support for a wide range of file formats. +Moniker: screenbox +Tags: +- csharp +- dotnet +- media-player +- multimedia +- player +- uwp +- vlc +ReleaseNotes: |- + What's Changed + This release introduces new gesture controls for the player, multi-select functionality on the home page, several bug fixes, and architectural improvements. + New Features + - feat: add holding and swipe player gestures by @United600 in #757 + - feat: add multi-select support to home page recent list by @United600 in #860 + Bug Fixes + - fix: playlist items screen reader name by @United600 in #868 + - fix: Revert "feat: add ItemsReorderAnimation to GridViews (#342)" by @huynhsontung in #890 + - fix: premature FutureAccessList token cleanup by @huynhsontung in #891 + Localization + - l10n: Crowdin updates by @huynhsontung in #867 + Other Improvements + - refactor: selection logic into shared ViewModel by @United600 in #870 + - chore: delete nuget package locks by @huynhsontung in #880 + - refactor(core): clean architecture improvements — Coordinators, factories, and service decoupling by @huynhsontung in #885 + - refactor(core): introduce MusicLibrary/VideosLibrary containers and restore live progress by @huynhsontung in #886 + - ci: add Crowdin action for translation syncing by @huynhsontung in #892 + Full Changelog: v0.18.3...v0.19.0 +ReleaseNotesUrl: https://github.com/huynhsontung/Screenbox/releases/tag/v0.19.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/huynhsontung/Screenbox/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.yaml b/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.yaml new file mode 100644 index 000000000000..ef2402c3061c --- /dev/null +++ b/manifests/s/Starpine/Screenbox/0.19.0/Starpine.Screenbox.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: Starpine.Screenbox +PackageVersion: 0.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.installer.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.installer.yaml new file mode 100644 index 000000000000..143a3bba80f0 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TablePlus.TablePlus +PackageVersion: 7.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- cassandra +- cassandra+ssh +- cockroach +- cockroach+ssh +- greenplum +- greenplum+ssh +- mariadb +- mariadb+ssh +- microsoftsqlserver +- microsoftsqlserver+ssh +- mysql +- mysql+ssh +- postgres +- postgres+ssh +- postgresql +- postgresql+ssh +- redis +- redis+ssh +- redshift +- redshift+ssh +- snowflake +- snowflake+ssh +- sqlite +- sqlite+ssh +- sqlserver +- sqlserver+ssh +- tableplus +ProductCode: TablePlus_is1 +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://files.tableplus.com/windows/7.0.0/TablePlusSetup.exe + InstallerSha256: 8A7E09D20DE5452004BFEB01CB62E4431E76923623E0FA0818E52F12CC017792 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.en-US.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.en-US.yaml new file mode 100644 index 000000000000..d3eceb724579 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TablePlus.TablePlus +PackageVersion: 7.0.0 +PackageLocale: en-US +Publisher: TablePlus, Inc +PublisherUrl: https://tableplus.com/ +PublisherSupportUrl: https://tableplus.com/contact +PrivacyUrl: https://tableplus.com/privacy +Author: TablePlus Inc. +PackageName: TablePlus +PackageUrl: https://tableplus.com/windows +License: Proprietary +LicenseUrl: https://tableplus.com/blog/2018/01/license-agreement.html +Copyright: Copyright (c) 2026 TablePlus Inc. All rights reserved. +ShortDescription: 'Modern, native, and friendly GUI tool for relational databases: MySQL, PostgreSQL, SQLite & more' +Description: 'Modern, native client with intuitive GUI tools to create, access, query & edit multiple relational databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Redshift, MariaDB, CockroachDB, Vertica, and Redis.' +Tags: +- amazon-redshift +- cassandra +- cockroachdb +- database +- mariadb +- microsoft-sql-server +- mysql +- postgresql +- redis +- sqlite +- tableplus +- vertica +ReleaseNotes: |- + Build 350 - Refresh UI + Release date: 21 May 2026 + 1. Refresh UI. + 2. Bug fixes and improvements. + Older change logs. + Bug report. +ReleaseNotesUrl: https://tableplus.com/blog/2017/02/changelogs.html +PurchaseUrl: https://tableplus.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.zh-CN.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.locale.zh-CN.yaml new file mode 100644 index 000000000000..7b2517a7d037 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.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: TablePlus.TablePlus +PackageVersion: 7.0.0 +PackageLocale: zh-CN +Publisher: TablePlus, Inc +PublisherUrl: https://tableplus.com/ +PublisherSupportUrl: https://tableplus.com/contact +PrivacyUrl: https://tableplus.com/privacy +Author: TablePlus Inc. +PackageName: TablePlus +PackageUrl: https://tableplus.com/windows +License: 专有软件 +LicenseUrl: https://tableplus.com/blog/2018/01/license-agreement.html +Copyright: Copyright (c) 2026 TablePlus Inc. 保留所有权利. +ShortDescription: 现代、本地和友好的关系数据库图形用户界面工具:MySQL、PostgreSQL、SQLite 等 +Description: 具有直观图形用户界面工具的现代本地客户端,可创建、访问、查询和编辑多个关系数据库: MySQL、PostgreSQL、SQLite、Microsoft SQL Server、Amazon Redshift、MariaDB、CockroachDB、Vertica 和 Redis。 +Tags: +- amazon-redshift +- cassandra +- cockroachdb +- mariadb +- microsoft-sql-server +- mysql +- postgresql +- redis +- sqlite +- tableplus +- vertica +- 数据库 +ReleaseNotesUrl: https://tableplus.com/blog/2017/02/changelogs.html +PurchaseUrl: https://tableplus.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.yaml b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.yaml new file mode 100644 index 000000000000..efeea44c3e8f --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.0.0/TablePlus.TablePlus.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: TablePlus.TablePlus +PackageVersion: 7.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.installer.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.installer.yaml similarity index 83% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.installer.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.installer.yaml index 82b49b162260..b5e546105c70 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.installer.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 InstallerType: exe Scope: user InstallModes: @@ -17,6 +17,6 @@ ProductCode: Tandem Installers: - Architecture: x64 InstallerUrl: https://tandemhealth.blob.core.windows.net/tandem-public/native/Tandem-win-Setup.exe - InstallerSha256: 5F4544F85786D214C045F219679E63F497A020C6487BA28828AD7E750B0822F7 + InstallerSha256: 8B978C26EA2F99CED91C302825B612D58283A28B1B5B17F7C81201205D449287 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.da.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.da.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.da.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.da.yaml index 3fdd55f7bdc7..bfef3b2dd858 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.da.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.da.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: da PublisherUrl: https://tandemhealth.ai/da/ PrivacyUrl: https://tandemhealth.ai/da/juridisk/privatlivspolitik diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.de.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.de.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.de.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.de.yaml index 2db234413dcd..55f01d6dabba 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.de.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.de.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: de PublisherUrl: https://tandemhealth.ai/de/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/de/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.en-US.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.en-US.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.en-US.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.en-US.yaml index 6fd47ac995f5..66ef36f582ed 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.en-US.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: en-US Publisher: Tandem PublisherUrl: https://tandemhealth.ai/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.es.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.es.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.es.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.es.yaml index 22076c279446..b2546ccb5f41 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.es.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.es.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: es PublisherUrl: https://tandemhealth.ai/es/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/es/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.et.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.et.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.et.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.et.yaml index e0b79a45dd77..60b4ba9ea0cd 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.et.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.et.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: et PublisherUrl: https://tandemhealth.ai/et/ PrivacyUrl: https://tandemhealth.ai/et/juriidiline/privacy-policy diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.fi.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.fi.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.fi.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.fi.yaml index 1802eaf85904..c46f1991b239 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.fi.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.fi.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: fi PublisherUrl: https://tandemhealth.ai/fi/ PrivacyUrl: https://tandemhealth.ai/fi/legal/tietosuoja diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.fr.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.fr.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.fr.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.fr.yaml index 5f4666c3a087..c39092b1a2c6 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.fr.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.fr.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: fr PublisherUrl: https://tandemhealth.ai/fr/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/fr/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.nb-NO.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.nb-NO.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.nb-NO.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.nb-NO.yaml index 8aca9abad28c..9bfe27f19792 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.nb-NO.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: nb-NO PublisherUrl: https://tandemhealth.ai/no/ PrivacyUrl: https://tandemhealth.ai/no/juridisk/personvern diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.sv.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.sv.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.sv.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.sv.yaml index dbb6da9e6a72..52d5a5662704 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.locale.sv.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.locale.sv.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 PackageLocale: sv PublisherUrl: https://tandemhealth.ai/sv/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/sv/ diff --git a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.yaml b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.yaml similarity index 90% rename from manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.yaml rename to manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.yaml index 3d049a288763..fb5162a28162 100644 --- a/manifests/t/TandemHealth/Tandem/2026.5.20/TandemHealth.Tandem.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.5.21/TandemHealth.Tandem.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.5.20 +PackageVersion: 2026.5.21 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.installer.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.installer.yaml new file mode 100644 index 000000000000..ecda645474e9 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.22.16 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- workbuddy +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{BFD312E9-1019-4F57-9F44-F86246833B50}}_is1' +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://download.codebuddy.cn/workbuddy/saas/win32-x64-user/WorkBuddy-win32-x64-user-4.22.16.28604695-d6e0fd20.exe + InstallerSha256: 67653FC3401313AC170F43F5304E406D4DD5583FABAE9481844BE55FA76091C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.en-US.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.en-US.yaml new file mode 100644 index 000000000000..25bddc9ca1a7 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.22.16 +PackageLocale: en-US +Author: Tencent Technology (Shenzhen) Company Limited +License: Proprietary +ShortDescription: Desktop Agents - A New Paradigm for Office Work +Description: WorkBuddy is an AI-native desktop agent workspace that drives office automation through natural language. With a single command, it handles data processing, content creation, and in-depth analysis, delivering ready-to-use results and redefining workplace efficiency standards. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.zh-CN.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.zh-CN.yaml new file mode 100644 index 000000000000..6cb7ed61654a --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.22.16 +PackageLocale: zh-CN +Publisher: Tencent Technology (Shenzhen) Company Limited +PublisherUrl: https://www.codebuddy.cn/ +PublisherSupportUrl: https://cloud.tencent.com/document/product/1749/104249 +PrivacyUrl: https://privacy.qq.com/document/preview/284d799a07164d09bfc7cedd0ec3e089 +Author: 腾讯科技(深圳)有限公司 +PackageName: WorkBuddy +PackageUrl: https://copilot.tencent.com/work/ +License: 专有软件 +LicenseUrl: https://cloud.tencent.com/document/product/301/106125 +Copyright: Copyright (C) 2026 Tencent. All rights reserved. +CopyrightUrl: https://cloud.tencent.com/document/product/301/106125 +ShortDescription: 桌面智能体 办公新范式 +Description: WorkBuddy 是 AI 原生的桌面智能体工作台,以自然语言驱动办公自动化,一句指令即可完成数据处理、内容创作与深度分析,直接验收可交付结果,重塑职场效率标准。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.yaml b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.yaml new file mode 100644 index 000000000000..785312fce9a3 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.22.16/Tencent.WorkBuddy.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.WorkBuddy +PackageVersion: 4.22.16 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml new file mode 100644 index 000000000000..875293b6bb26 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.16 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-05-21 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.16/DBX_0.5.16_x64-setup.exe + InstallerSha256: 8F593A7E2531CDC794EE7893D09BFA899F17A2F54FC870C0067D77B44633EA31 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 000000000000..522e552e3d42 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,110 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.16 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: AGPL-3.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - 查询快捷键 — 新增快速执行查询的快捷键,减少鼠标操作,提高日常 SQL 编辑效率 + - MongoDB 视图模式记忆 — 记住 MongoDB 浏览器的视图模式偏好,切换集合后无需重复选择 (contributed by @baizhi958216) + - 结果网格复制为 UPDATE — 支持将当前行内容快速复制为 UPDATE 语句,便于生成修改脚本 + - Redis 键浏览体验增强 — 优化 Redis key browser 的日常浏览与操作流程 + - 单元格详情编辑器 — 新增更适合编辑复杂内容的单元格详情视图 + - 表过滤面板可调整大小 — 支持拖拽调整表过滤区域尺寸,提升大表筛选时的可读性 + - AI 模型列表自动获取 — 在 AI 设置中自动拉取并选择可用模型,减少手动输入模型 ID 的出错率 (contributed by @Abeautifulsnow) + - DBX 深链接 — 支持通过 dbx://connection/new 深链接打开应用并预填连接信息,便于从网页、文档或脚本快速发起连接 (contributed by @yavon007) (closes #347) + 改进 + - 无主键表编辑体验 — 改进无主键 SQL 表的编辑能力,并在插入行保存后自动刷新结果 + - 静默更新提醒 — 后台更新检查改为仅显示徽标提示,减少打断 + - SAP HANA 连接兼容性 — 支持 SAP HANA tenant routing,改善特定部署下的连接体验 + - SQL 缩放交互 — 优化编辑器缩放手感,让 SQL 阅读和演示更顺滑 + - MySQL 时区处理 — 保留会话时区设置,减少时间字段显示偏差 + - 工具栏提示稳定性 — 改进下拉菜单 tooltip 表现,减少悬浮提示丢失 + - Windows 桌面体验 — 提升任务栏和托盘图标可见性,并修复应用驻留托盘时双击桌面图标无法正确唤起窗口的问题 + 修复 + - macOS 全屏标题栏间隙 — 修复 macOS 全屏模式下工具栏顶部留白异常的问题 + - 标签切换编辑丢失 — 修复切换标签页时未保存的行编辑内容可能丢失的问题 (closes #362) + - MySQL DELIMITER 崩溃 — 修复 DELIMITER 跟在包含非 ASCII 注释的 SQL 后面时可能导致崩溃的问题 (closes #360) + - 数据库树搜索结果保持 — 修复侧边栏搜索后数据库子节点状态无法正确保留的问题 + - SQL Server 事务控制 — 修复部分事务控制语句未按正确执行路径发送而导致失败的问题 + - SQL 编辑器查找 — 修复 SQL 编辑器中 Ctrl+F 的行为,改进查找替换体验 + 下载安装 + 系统要求 + ────────┬──────────────────────────────┬─────────────────────────────────── + 操作系统│最低版本 │架构 + ────────┼──────────────────────────────┼─────────────────────────────────── + Windows │Windows 10 或更高版本 │x64 + ────────┼──────────────────────────────┼─────────────────────────────────── + macOS │macOS 12 (Monterey) 或更高版本│Intel (x64) / Apple Silicon (arm64) + ────────┼──────────────────────────────┼─────────────────────────────────── + Linux │见下表 │x64 + ────────┴──────────────────────────────┴─────────────────────────────────── + Windows + ────────────────────────┬──────────────────────────────── + 文件 │说明 + ────────────────────────┼──────────────────────────────── + DBX_0.5.16_x64-setup.exe│推荐 — NSIS 安装包,支持自动更新 + ────────────────────────┼──────────────────────────────── + DBX_0.5.16_x64_en-US.msi│MSI 安装包,适用于企业部署 + ────────────────────────┴──────────────────────────────── + Scoop: + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + 更新: + scoop update dbx + macOS + ──────────────────────┬───────────────────────────────────────── + 文件 │说明 + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.16_aarch64.dmg│推荐 — 适用于 Apple Silicon (M1/M2/M3/M4) + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.16_x64.dmg │适用于 Intel Mac + ──────────────────────┴───────────────────────────────────────── + Homebrew: + brew install --cask t8y2/tap/dbx + 更新: + brew upgrade --cask t8y2/tap/dbx + Linux + ──────────────────────────────────────┬─────────┬───────────────────────────────────────────────────── + 发行版 │推荐格式 │安装方式 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Ubuntu / Debian / Linux Mint / Pop!_OS│.deb │sudo dpkg -i DBX_*.deb 或 sudo apt install + │ │./DBX_*.deb + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Fedora / RHEL / CentOS / Rocky Linux │.rpm │sudo rpm -i DBX-*.rpm 或 sudo dnf install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + openSUSE │.rpm │sudo zypper install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Arch Linux / Manjaro │.AppImage│添加执行权限后运行 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + 其他发行版 │.AppImage│chmod +x DBX_*.AppImage && ./DBX_*.AppImage + ──────────────────────────────────────┴─────────┴───────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml new file mode 100644 index 000000000000..2d827348ad09 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.16/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.installer.yaml b/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.installer.yaml new file mode 100644 index 000000000000..846195603018 --- /dev/null +++ b/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ubiquiti.IdentityDesktop.Endpoint +PackageVersion: 3.7.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.10240.0 +InstallerType: wix +Scope: machine +ProductCode: '{092F83E9-F0E0-4B6F-913B-DB4AA3D50398}' +ReleaseDate: 2026-05-20 +AppsAndFeaturesEntries: +- DisplayName: UniFi Endpoint + DisplayVersion: 3.7.1.290 + ProductCode: '{092F83E9-F0E0-4B6F-913B-DB4AA3D50398}' + UpgradeCode: '{824BAD86-C56C-4D5F-9697-95BA4A8BE9F4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/UniFi Identity Standard/utunnel' +Installers: +- Architecture: x64 + InstallerUrl: https://fw-download.ubnt.com/data/uid-identity-standard-desktop-app-msi/048a-windows-3.7.1-297329d2-3f02-4ee2-a569-37b9b7e29e19.msi + InstallerSha256: C8B3BAD4284F714068433013103DC029B52C66AD92DFC8CB9DEFEDF6160BC5DD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.locale.en-US.yaml b/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.locale.en-US.yaml new file mode 100644 index 000000000000..ddabc0d023e0 --- /dev/null +++ b/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ubiquiti.IdentityDesktop.Endpoint +PackageVersion: 3.7.1 +PackageLocale: en-US +Publisher: Ubiquiti Inc +PublisherUrl: https://ui.com/ +PrivacyUrl: https://www.ui.com/legal/privacypolicy/ +Author: Ubiquiti Inc. +PackageName: Identity Desktop +PackageUrl: https://ui.com/eu/en/identity +License: Proprietary +LicenseUrl: https://www.ui.com/eula/ +Copyright: Copyright (c) Ubiquiti Inc. All rights reserved. +CopyrightUrl: https://www.ui.com/legal/ +ShortDescription: Identity Desktop is Ubiquiti's free tier Identity application for Windows. +Description: Unifi Identity Desktop is Ubiquiti's new free tier Identity application for Windows. Allowing for One-Click WiFi, One-Click VPN, and more. +Moniker: unifi-identity-desktop +Tags: +- identity +- unifi +- vpn +- wifi +InstallationNotes: Follow the 'Send Invitation Link to User' steps from the 'UniFi Identity Admins’ Guide' in order to configure the application after installation. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.yaml b/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.yaml new file mode 100644 index 000000000000..efc7e07fc79c --- /dev/null +++ b/manifests/u/Ubiquiti/IdentityDesktop/Endpoint/3.7.1/Ubiquiti.IdentityDesktop.Endpoint.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: Ubiquiti.IdentityDesktop.Endpoint +PackageVersion: 3.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.installer.yaml b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.installer.yaml new file mode 100644 index 000000000000..1710749f85c1 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.installer.yaml @@ -0,0 +1,94 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.0.4033.26 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- apng +- flac +- gif +- htm +- html +- ico +- jpeg +- jpg +- log +- m4v +- mht +- mhtml +- mp3 +- mp4 +- ogg +- pdf +- png +- shtml +- svg +- txt +- webp +- xht +- xhtml +- xml +ProductCode: Vivaldi +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.0.4033.26.exe + InstallerSha256: 268AF5C415A47EFA798C8CF08CE1BCB3FCAFF802B4ECE9CF9DBD6BCB712BB81F + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.0.4033.26.exe + InstallerSha256: 268AF5C415A47EFA798C8CF08CE1BCB3FCAFF802B4ECE9CF9DBD6BCB712BB81F + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.0.4033.26.x64.exe + InstallerSha256: A2C512CA2CF43C86D90225C9EED03D3F4424DE302572A1676506A2561EC2E5F4 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.0.4033.26.x64.exe + InstallerSha256: A2C512CA2CF43C86D90225C9EED03D3F4424DE302572A1676506A2561EC2E5F4 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.0.4033.26.arm64.exe + InstallerSha256: 1708B1427BB91AD816C216895E4C0023134B2424A2DAEA848691E261E8DB2AA3 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.0.4033.26.arm64.exe + InstallerSha256: 1708B1427BB91AD816C216895E4C0023134B2424A2DAEA848691E261E8DB2AA3 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.locale.en-US.yaml new file mode 100644 index 000000000000..0660ee2d9f78 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.locale.en-US.yaml @@ -0,0 +1,108 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.0.4033.26 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser. +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Moniker: vivaldi +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- pdfreader +- protonvpn +- rssreader +- web +- webbrowser +- webpage +- xp99gvqdx7jpr4 +ReleaseNotes: |- + - [New][Themes] UI and theme refresh with unified design theme option VB-125607 + - [New][Layouts][Onboarding][Settings] Add preset layouts for easier quick configuration of the browser VB-127447 + - [New][Address field] Combine Site Prefs and Tracker blocker dialog VB-105050 + - [New][Panel Editor] Combine Add Web Panel and Customize into one dialog VB-127104 + - [New][Start Page] Quick settings makeover VB-127102 + - [New][Panels][Extensions] chrome.sidePanel.setOptions API does not work VB-120826 + - [New][User Agent] Spoof the current stable Chromium version: users were blocked because the browser is “unsupported” VB-124387 + - [New][Translate] Improve look of translate dialog VB-120140 + - [New][Tabs][Performance] Rewrite of the tabs management backend VB-122746 + - [New][Tabs][Windows Panel] Provide a new related tabs panel sort view VB-122746 + - [New][Permissions] Refactor permission handling VB-114658 + - [Address field] Priorize URLs else default to search when autocomplete is off VB-121860 + - [Auto Update] Restart notification displays no text until moused over VB-127721 + - [AutoHide] Suppress edge hot spots when entered while selecting/dragging VB-125996 + - [AutoHide][Mail] Panel doesn’t activate when on mail page VB-126981 + - [Autohide] Tune delay and animation speed VB-127123 + - [Autohide][Panels] Hidden panel can’t be shown after enabling VB-126628 + - [Bookmarks] Selector “Manually – related” option is shown when it should not VB-126463 + - [Bookmarks][a11y] Add label to edit bookmark dialog from startpage VB-116810 + - [Calendar] Extend event clipboard text representation VB-126460 + - [Chromium] Update to 148.0.7778.183 + - [Crash] On startup due to failing to initialize the ICU Library VB-116093 + - [Crash] When dismissing password save/update dialog VB-121977 + - [Crash] When undocking inspector VB-126196 + - [Dialogs] Single shortcut warning lacks padding VB-125922 + - [Feeds] Option for disabling feed button depends on feeds being enabled VB-121672 + - [Feeds] Wrong characters in from field of feed using different charset VB-126840 + - [Find in Page][Performance] Removing CSS filter from webview when unused VB-127823 + - [Follower Tab] Opening follower tab link in a stacked tab will automatically tile all the rest of the tabs in your stacked tab VB-126150 + - [Keyboard] Disabling web shortcuts prevents Shift+letter to write capital letters VB-117129 + - [macOS] Opening external link when the browser is closed opens in new window behind regular window VB-39284 + - [macOS] Three-finger tap lookup gesture is broken VB-95233 + - [macOS][Auto Update] Update Sparkle library VB-126844 + - [Mail] Disabled elements in Mail Panel: send button does not work VB-127499 + - [Mail] Enter key no longer works in mail list for opening messages VB-127056 + - [Mail] Filter by date does nothing VB-126951 + - [Mail] Fix Search DB discrepancies VB-125513 + - [Mail] Mail Status Button running in Guest mode VB-125748 + - [Mail] Make composer Rich/Plain toggle into toolbar button VB-125794 + - [Mail] Offer a way to fix the unseen counters VB-127696 + - [Mail] Remove subject sorting from sorting per folder prefs VB-126568 + - [Mail] Sender and Recipient columns are reversed in Sent folders VB-126504 + - [Mail] Show an alert when an email without subject is sent VB-90197 + - [Mail] Some settings should be disabled when the system is not up VB-127462 + - [Mail] Some users mail cannot send or receive VB-127831 + - [Mail] Startup/shutdown needs an overhaul VB-126027 + - [Mail] Unable to re-add account after a crash VB-126136 + - [Media][Widevine] Fetch Widevine earlier on startup VB-109434 + - [Menus] Add Selection To context menu entry hides Notes/Calendar options VB-127072 + - [Menus] Horizontal Menu has two menu-buttons VB-127681 + - [Menus][Mail][Calendar] Add Selection To context menu entry hides Notes/Calendar options VB-127072 + - [Panels][Windows Panel] Audio icon overlays active tab indicator VB-127085 + - [Settings] Add explanation to Floating Panel when using Auto-hide UI VB-127620 + - [Settings] Disabled single key shortcuts show as enabled in keyboard cheat sheet VB-108076 + - [Settings] Turn off “Close window confirmation” as the default VB-126880 + - [Start Page] Cannot paste a copied text into sticky note when “Show Search Field” is unchecked VB-127387 + - [Start Page] Dragging a speed dial causes flashes between multiple states VB-75756 + - [Start Page] Focus Page hotkey not working VB-126541 + - [Tabs] Animation is bad when the tab bar is not full VB-117609 + - [Tabs] Dragging over an accordion tabstack will unstack it VB-126841 + - [Tabs] Edit Tabstack, click in dialog and it closes VB-126402 + - [Tabs] External app link open, improve tab placement rule VB-126690 + - [Tabs][Restricted Pinned Tabs] Links opened from pinned tab get pinned VB-126069 + - [Tabs] Opened within a tiled tabstack should also be tiled VB-124674 + - [Tabs] Stuck in tab rename mode after accidentally double clicking a tab VB-125646 + - [Tabs] Tab opens outside current Workspace VB-126082 + - [Tabs] When vertical tabs enabled, make New Tab clickable area bigger VB-127654 + - [Translate] Gibberish Context added in Translation from Japanese to English VB-125265 + - [Window Panel] Change component visibility and order VB-119338 + - [Windows][Installer] vivaldi protocol association in Windows, causing popup on every launch VB-127643 + - [Workspaces] Links open in a new empty window with a broken tab bar VB-126070 + - [Workspaces] List is not updated when a window is closed VB-127436 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.0.4033.26.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.locale.zh-CN.yaml new file mode 100644 index 000000000000..cddc88a7419e --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.0.4033.26 +PackageLocale: zh-CN +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/zh-hans/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.0.4033.26.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.yaml b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.yaml new file mode 100644 index 000000000000..9a9b019a2369 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.0.4033.26/Vivaldi.Vivaldi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.0.4033.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.installer.yaml new file mode 100644 index 000000000000..04645f6e850e --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.installer.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0506 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.2 +ReleaseDate: 2026-05-21 +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%VIM%' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0506/gvim_9.2.0506_x86.exe + InstallerSha256: A1DC0C05E5A77D050D1B0EC80192085A53B40671E27B9F1093087E8931545C59 +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0506/gvim_9.2.0506_x64.exe + InstallerSha256: 8CD81D0D6021A3BF8DA2DBA27DAC78DE1798BA191637F0F4DDC6ADC96A07744E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..ddd22b6299e9 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,74 @@ +# 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: vim.vim.nightly +PackageVersion: 9.2.0506 +PackageLocale: en-US +Publisher: Bram Moolenaar et al. +PublisherUrl: https://github.com/vim/vim-win32-installer +PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues +Author: Bram Moolenaar et al. +PackageName: Vim +PackageUrl: https://www.vim.org/ +License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible +LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright +Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] +CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright +ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient +Moniker: vim +Tags: +- code-editor +- g-vim +- gvim +- text-editing +- text-editor +- tool +- utility +- vi +ReleaseNotes: |- + v9.2.0506 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - runtime(mbsync): Properly handle values for the "Sync" keyword + - 9.2.0506: home_replace() function can be improved + - runtime(doc): fix GTK4 package name in src/INSTALL + - 9.2.0505: GTK4: text looks blurry on HiDPI displays + - runtime(context,typeset): Correct whitespace error in Log()'s 'edit' command + - 9.2.0504: configure: requires X11 libraries for GTK4 build + - runtime(getscript,vimball,rust): Use correct shellescape() form for ! ex cmd + - 9.2.0503: Makefile: Missing dependencies for new GTK4 source files + - runtime(doc): update cmdline-history (after v9.1.0895) + Files: + 🔓 Unsigned Files: + - gvim_9.2.0506_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0506_x64.exe + 64-bit installer + - gvim_9.2.0506_arm64.exe + ARM64-bit installer + - gvim_9.2.0506_x86.zip + 32-bit zip archive + - gvim_9.2.0506_x64.zip + 64-bit zip archive + - gvim_9.2.0506_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0506_x86_pdb.7z + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0506_x64_pdb.7z + pdb files for debugging the corresponding 64-bit executable + - gvim_9.2.0506_arm64_pdb.7z + pdb files for debugging the corresponding ARM 64-bit executable + Interface Information + - Strawberry Perl 5.38 + - LuaBinaries 5.4 + - Python2 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.4 + - libsodium 1.0.22 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0506 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.yaml new file mode 100644 index 000000000000..1d569a44a805 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0506/vim.vim.nightly.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: vim.vim.nightly +PackageVersion: 9.2.0506 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.installer.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.installer.yaml new file mode 100644 index 000000000000..2cade64e2d4e --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.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: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 06dd86ba-d17d-55c7-9041-9a3dfdae054a +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v2.2.4/DeLive-2.2.4-x64.exe + InstallerSha256: 5544319CD46864A99D0C62A43C42E6A2C2DBD1A90C5B7EA4DFEA5D9D96C315A2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v2.2.4/DeLive-2.2.4-x64.exe + InstallerSha256: 5544319CD46864A99D0C62A43C42E6A2C2DBD1A90C5B7EA4DFEA5D9D96C315A2 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.en-US.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.en-US.yaml new file mode 100644 index 000000000000..8ea79da05a56 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +PackageLocale: en-US +ShortDescription: Real-time Windows system-audio transcription with floating on-screen captions. Multi-ASR providers (Soniox, Volcengine), export TXT/SRT, history & auto-update. +Description: |- + Your last resort when all other paths are blocked. + When subtitle export plugins fail, when platforms prevent downloads, when live streams have no captions, and when content is protected by DRM — system-level audio capture is your ultimate backup solution. + Need to export subtitles or transcribed content for building knowledge bases, analysis, research, or any other purpose, but the platform restricts access? DeLive captures system audio and delivers clean, exportable text you own. + 🎯 Core Features + - 🎧 System-Level Audio Capture - Directly capture system audio output, bypassing platform restrictions + - 🛡️ Bypass Protection Barriers - Works on platforms with download restrictions, DRM protection, or no subtitle export + - 📺 Universal Scene Coverage - Live streams, recorded videos, meetings, private courses, paid content... any audio scenario + - ⚡ Real-Time Transcription - Convert speech to text instantly with minimal latency + - 📢 Live Caption Overlay - Floating subtitle window, customizable font, color, size, and position + - 📤 Export to TXT/SRT - Simple text files or timestamped subtitle files for any player + - 🌐 60+ Language Support - Chinese, English, Japanese, and many more + - 🔄 Multiple ASR Providers - Switch between providers for different accuracy and pricing needs + 🎨 User Experience + - Dark/Light Theme - Comfortable viewing in any environment + - Modern Interface - Clean, frameless design with custom title bar + - Auto-Start on Login - Ready to use when your computer boots + - System Tray Integration - Runs quietly in the background + - Bilingual Interface - Chinese and English UI language options + - Auto Updates - Automatic detection and download of latest versions +Tags: +- dictate +- dictation +- speech-recognition +- speech-to-text +- transcribe +- transcription +ReleaseNotes: |- + Added / 新增 + - 🇻🇳 Vietnamese translation target — Vietnamese added to translation language dropdown and Soniox supported languages + - 🇻🇳 越南语翻译目标 — 翻译语言下拉菜单和 Soniox 支持语言新增越南语 + - 🌐 File transcription i18n — 27 new i18n keys replacing hardcoded Chinese strings in file upload/transcription UI + - 🌐 文件转录国际化 — 27 个新 i18n key 替换文件上传/转录界面中的硬编码中文 + - 🇯🇵 Japanese README alignment — Japanese README structure aligned with other language versions (community contribution) + - 🇯🇵 日文 README 对齐 — 日文 README 结构与其他语言版本对齐(社区贡献) + Fixed / 修复 + - 🔧 macOS tray icon sizing — fixed tray icon appearing oversized on macOS by using 16×16 template image with proper resize + - 🔧 macOS 托盘图标尺寸 — 修复 macOS 托盘图标过大的问题,使用 16×16 模板图像并正确缩放 + - 🔧 Tray icon loadTrayIcon() bug — fixed macOS icon skipping resizeForTray() due to early return + - 🔧 托盘图标 loadTrayIcon() 缺陷 — 修复 macOS 图标因提前返回而跳过 resizeForTray() 的问题 + - 🔧 Tray menu localization — tray menu now dynamically rebuilds when language changes via IPC + - 🔧 托盘菜单本地化 — 托盘菜单现在在语言通过 IPC 变更时动态重建 + - 🔧 Electron language persistence — switched from unreliable LevelDB to prefs.json for saving language preference + - 🔧 Electron 语言持久化 — 从不可靠的 LevelDB 切换到 prefs.json 保存语言偏好 + - 🔧 i18n function key safety — added optional chaining (?.()) for function-valued i18n keys in file transcription components to prevent runtime errors + - 🔧 i18n 函数键安全性 — 为文件转录组件中的函数类型 i18n key 添加可选链调用(?.()),防止运行时错误 + Docs / 文档 + - 📝 Streamlined all READMEs by linking to documentation site instead of duplicating content + - 📝 精简所有 README,改为链接到文档站而非重复内容 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md#224---2026-05-21 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.zh-CN.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.zh-CN.yaml new file mode 100644 index 000000000000..ebf8c69a93f5 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +PackageLocale: zh-CN +Publisher: XimilalaXiang +PublisherUrl: https://github.com/XimilalaXiang +PublisherSupportUrl: https://github.com/XimilalaXiang/DeLive/issues +PackageName: DeLive +PackageUrl: https://github.com/XimilalaXiang/DeLive +License: Apache-2.0 +LicenseUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/LICENSE +Copyright: Copyright 2026 XimilalaXiang +ShortDescription: 实时 Windows 系统音频转录,配有悬浮屏幕字幕。支持多家 ASR 提供商(Soniox、Volcengine),可导出 TXT/SRT,具备历史记录与自动更新功能。 +Description: |- + 当所有其他路都被堵死时的最终选择。 + 当字幕导出插件失效、平台禁止下载、直播没有字幕、内容受到 DRM 保护时——系统级音频捕获是你的终极保障。 + 需要导出字幕或转录内容用于构建知识库、分析、调研等用途,但平台受限?DeLive 捕获系统音频,交付干净、可导出的文本,你拥有完全的所有权。 + 🎯 核心功能 + - 🎧 系统级音频捕获 - 直接捕获系统音频输出,绕过平台限制 + - 🛡️ 突破防护限制 - 适用于禁止下载、有 DRM 保护、无法导出字幕的平台 + - 📺 全场景覆盖 - 直播、录播、会议、私密课程、付费内容……任何有声音的场景 + - ⚡ 实时转录 - 边播放边转文字,低延迟响应 + - 📢 实时字幕 - 悬浮字幕窗口,支持自定义字体、颜色、大小和位置 + - 📤 导出 TXT/SRT - 简单文本文件或带时间戳的字幕文件 + - 🌐 60+ 语言支持 - 中文、英文、日语等 60 多种语言 + - 🔄 多 ASR 提供商 - 灵活切换,满足不同精度和价格需求 + 🎨 用户体验 + - 深色/浅色主题 - 任意环境都能舒适观看 + - 现代化界面 - 简洁无边框设计,自定义标题栏 + - 开机自启动 - 电脑启动后即可使用 + - 系统托盘集成 - 后台静默运行 + - 双语界面 - 中文和英文界面任意切换 + - 自动更新 - 自动检测和下载最新版本 +Tags: +- 听写 +- 语音识别 +- 语音转文字 +- 转写 +- 转录 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.yaml b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.yaml new file mode 100644 index 000000000000..ec0263462db5 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/2.2.4/XimilalaXiang.DeLive.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: XimilalaXiang.DeLive +PackageVersion: 2.2.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.103.2/Yandex.Music.installer.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.installer.yaml new file mode 100644 index 000000000000..0d7ab029ae70 --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.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.103.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 49494f9d-1887-5500-9c55-ef4cf0614971 +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x64 + InstallerUrl: https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.103.2.exe + InstallerSha256: C6CC940F456DFA7C407D6CC4DBBA0C1EA07BFF99C22BBA712A237ED6536F5EE6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.en-US.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.en-US.yaml new file mode 100644 index 000000000000..a03c17cdf585 --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.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.103.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.103.2/Yandex.Music.locale.zh-CN.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.locale.zh-CN.yaml new file mode 100644 index 000000000000..39967b0b4fda --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.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.103.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Yandex Music 是一项寻找和收听音乐和播客的服务,可为每位用户提供个性化推荐。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Music/5.103.2/Yandex.Music.yaml b/manifests/y/Yandex/Music/5.103.2/Yandex.Music.yaml new file mode 100644 index 000000000000..ecd68588cb1c --- /dev/null +++ b/manifests/y/Yandex/Music/5.103.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.103.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.installer.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.installer.yaml new file mode 100644 index 000000000000..02d8cbfe31e0 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ccgui +ReleaseDate: 2026-05-21 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/download/v0.5.0/ccgui_0.5.0_x64-setup.exe + InstallerSha256: 828798BB21F3392F457E7976B2565619DABE2ADBFCBA97546E27E81793E45DBE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.en-US.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.en-US.yaml new file mode 100644 index 000000000000..9fd93aab4783 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +PackageLocale: en-US +ShortDescription: CC GUI Client (Vibe Coding Platform Designed for Developers) +Description: CC GUI targets professional developers, serving as a replacement for Cursor. Focusing on developer experience, our ultimate goal is to build a 100% open-source and transparent next-generation Vibe Coding editor (supporting engines such as Claude Code, Codex, etc.) +Tags: +- ai +- claude-code +- code +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..286b75695c9d --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +PackageLocale: zh-CN +Publisher: zhukunpenglinyutong +PublisherUrl: https://github.com/zhukunpenglinyutong +PublisherSupportUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/issues +Author: 朱昆鹏 +PackageName: ccgui +PackageUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui +License: MIT +LicenseUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2026 Thomas Ricouard + Copyright (c) 2026 zhukunpenglinyutong(朱昆鹏) +ShortDescription: CC GUI 客户端(专为开发者打造的 Vibe Coding 平台) +Description: CC GUI 目标群体是专业开发者,可以替代 Curosr 使用。专注于开发者体验,我们最终目标是打造一个 100% 开源透明的下一代 Vibe Coding 编辑器(支持 Claude Code,Codex 等引擎) +Tags: +- claude-code +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ReleaseNotes: |- + New Features + - 动态治理证据与成本预算收口 + - 收口 advisory governance 语义 + - 收口项目会话管理幕布 + - 收口 harness 治理 release-grade 闭环 + - 打通治理证据闭环 + - 添加治理证据只读桥接 + - 添加 capability 感知查询入口 + - 添加 policy 判决审计面板 + - 收口运行时能力与性能治理 + - 渲染残留工具调用 XML 为可交互卡片 + - 支持文件预览公式和图表渲染 + - add runtime perf baseline collection layer and producer scripts + Fixes + - 稳定 Markdown 预览刷新与大文档渲染 + - 对齐成本分段文本颜色 + - 修复终态 identity 缺失卡住生成 + - 根治文件预览渲染抖动 + - 保持同工作区会话切换时的编辑器视图 + - 收紧后台终止漂移恢复边界 + - 修正治理配置模板的 schema 地址 + - 统一治理证据与成本字号 + - 保持编辑器分栏对话体验 + - 切换同工作区会话保留编辑器 + - 单击变更文件打开编辑器 + - 修复会话窗超时与文件夹统计边界 + - 修复 heavy gate 遗留问题 + - 收敛长会话尾部生成状态 + - 稳定 Markdown 预览刷新状态 + - 兼容无 Storage 的事件运行时测试 + - 加固 Claude 会话列表兜底 + - 过滤 Claude subagent 泛化 Agent 标题 + - 稳定 Claude 会话侧栏展示投影 + - 统一多引擎列表超时兜底 + - 归一化用户提问卡片交互 + - 加固 Claude 列表超时兜底 + - 修复代码区图片标签误转换 + - raise testing-library asyncUtilTimeout to survive CI slowness + - replace risky && conditional renders with ternary + - 降低上下文查询请求频率 + Performance Improvements + - split vendor chunks for parallel parsing and cache reuse + - switch to useTransition for scrollKey throttle + - centralize global keydown handlers via shared dispatcher + - unify lucide-react subpath imports + - lazy load GitDiffPanel and FileViewPanel + - 缓存 GitHub alert 引用块续行正则 + - katex 资源改为按需懒加载 + - scroll 监听器统一加 passive + - 修复 scrollFadeDeps useMemo 反模式 +ReleaseNotesUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/tag/v0.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.yaml new file mode 100644 index 000000000000..ceaae0b50444 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.0/zhukunpenglinyutong.CCGUI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0