diff --git a/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..673f288c10907 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.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: AQBot.AQBot +PackageVersion: 0.0.97 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.97/AQBot_0.0.97_x64-setup.exe + InstallerSha256: BB6CBC48B871471980BB54E0E08B1BB81B813CBC03D8EFF9E6C23A824FB05FE9 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.97/AQBot_0.0.97_arm64-setup.exe + InstallerSha256: 46C61AAA835F112AD7B2530E03E9A72A1AB8B27F7E205A95379FD9A1F9403A5A + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.97/AQBot_0.0.97_x64_en-US.msi + InstallerSha256: EDCBA66955588AF0438DF23463CEE1E19E59617A13720B6DD7558BAD964FC530 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{2442BF0A-16E7-47C7-BA9D-1B03EF075310}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.97/AQBot_0.0.97_arm64_en-US.msi + InstallerSha256: F143BDAAE585A63652CC8F5FD97EE8072666619427E5503B7E0B13DA88390C5C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{73FD8351-32E5-471D-8A02-AAACA6847772}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..9ff13d7c8a99e --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.97 +PackageLocale: en-US +ShortDescription: ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client +Description: |- + ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client + + Features + Chat and Models + - Multi-provider support — Compatible with all OpenAI-compatible APIs including OpenAI, Anthropic Claude, Google Gemini, etc. + - Model management — Supports remote fetching of model lists and custom parameters (temperature, max tokens, top-p, etc.) + - Multi-key round-robin — Configure multiple API keys per provider; automatically rotates to distribute rate-limit pressure + - Streaming output — Real-time token-by-token rendering; thinking blocks can be folded or expanded + - Message versions — Each response supports multiple versions for easy comparison of different models or parameter settings + - Conversation branching — Create new branches from any message node, enabling side-by-side branch comparisons + - Conversation management — Supports pinning, archiving, time-based grouping, and batch operations + - Conversation compression — Automatically compresses long conversations, preserving key information to save context space + - Multi-model same query — Ask the same question to multiple models simultaneously, with support for comparative analysis of responses + AI Agent + - Agent mode — Switch to Agent mode, allowing AI to autonomously perform multi-step tasks: reading/writing files, running commands, code analysis, etc. + - Three-tier permissions — Default mode (edits require approval), accept edits (automatically approve changes), full access (no prompts), ensuring secure and controlled operation + - Workspace sandbox — Agent operations strictly confined to designated workspace directory, preventing unauthorized access + - Tool approval panel — Real-time display of tool invocation requests, supporting per-item review, one-click always allow or deny + - Cost tracking — Real-time token usage and cost statistics for each session + Content Rendering + - Markdown rendering — Full support for syntax highlighting, LaTeX math formulas, tables, and task lists + - Monaco code editor — Embedded Monaco Editor in code blocks, supporting syntax highlighting, copy, and diff preview + - Chart rendering — Built-in Mermaid flowchart and D2 architecture diagram rendering + - Artifact panel — Preview code snippets, HTML drafts, Markdown notes, reports in isolated panels + - Real-time voice chat — (Coming soon) WebRTC-based real-time voice, compatible with OpenAI Realtime API + Search and Knowledge + - Web search — Integrated with Tavily, Zhipu WebSearch, Bocha, etc., with search results annotated with source references + - Local knowledge base (RAG) — Supports multiple knowledge bases; upload documents to automatically parse, segment, and build indexes, then semantically retrieve relevant passages during chat + - Memory system — Supports multi-namespace conversation memory; entries can be manually added or automatically extracted by AI (AI auto-extraction coming soon) + - Context management — Flexibly attach files, search results, knowledge base snippets, memory entries, and tool outputs + Tools and Extensions + - MCP protocol — Fully implements Model Context Protocol, supporting both stdio and HTTP transport methods + - Built-in tools — Includes ready-to-use built-in MCP tools such as @aqbot/fetch + - Tool execution panel — Visual display of tool invocation requests and return results + API Gateway + - Local API gateway — Built-in local API server with native OpenAI-compatible, Claude, Gemini interfaces; can serve as backend for any compatible client + - API key management — Generate, revoke, enable, or disable access keys with descriptive notes + - Usage statistics — Analyze request volume and token usage by key, provider, and date + - SSL/TLS support — Built-in self-signed certificate generation, also supports mounting custom certificates + - Request logs — Fully record all API requests and responses passing through the gateway + - Configuration templates — Pre-configured integration templates for common CLI tools like Claude, Codex, OpenCode, Gemini + Data and Security + - AES-256 encryption — Sensitive data such as API keys are encrypted and stored locally using AES-256; master key has file permission 0600 + - Data directory isolation — Application state stored in ~/.aqbot/, user files in ~/Documents/aqbot/ + - Automatic backup — Supports scheduled automatic backups to local directories or WebDAV storage + - Backup recovery — One-click restore full data from historical backups + - Chat export — Export conversations as PNG screenshots, Markdown, plain text, or JSON format + Desktop Experience + - Theme switching — Dark/light themes,可 follow system preference or be manually set + - Interface language — Fully supports Simplified Chinese, Traditional Chinese, English, Japanese, Korean, French, German, Spanish, Russian, Hindi, and Arabic; switch anytime in settings + - System tray — Minimizes to system tray on window close, without interrupting background services + - Always on top — Keep main window permanently on top + - Global shortcuts — Customizable global hotkeys to summon the main window at any time + - Auto-start on boot — Option to launch automatically with the system + - Proxy support — Supports HTTP and SOCKS5 proxy configurations + - Auto-update — Automatically checks for new versions on startup and prompts to update +Tags: +- ai +- chatbot +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4d4b047d48e49 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.97 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🐛 Bug 修复 + - chat: 默认关闭消息区域样式 (#4a8093f) + 🚀 新功能 + - chat: 支持消息区域背景边框配置 (#213a4e7) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.97 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..e1fc48e8f5b4a --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.97/AQBot.AQBot.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: AQBot.AQBot +PackageVersion: 0.0.97 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..55bac1291721d --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.4.2/aliyun-cli-windows-3.4.2-amd64.zip + InstallerSha256: 0639E0F2BE9B34ACC5F294DA12C70AB0F710ECEDFFB04BA0891E5BACABF34E4D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..44a25068cc4d6 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.2 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - feat(openapi): add --estimate-cost and list-supported-pricing-apis by @LCLSpring in https://github.com/aliyun/aliyun-cli/pull/1364 + New Contributors + - @LCLSpring made their first contribution in https://github.com/aliyun/aliyun-cli/pull/1364 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.4.1...v3.4.2 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..634ff96162c22 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.2 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +Tags: +- 阿里云 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..0aa1b71c55b1a --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.2/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.installer.yaml b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.installer.yaml similarity index 78% rename from manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.installer.yaml rename to manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.installer.yaml index f2ded4c94700a..32fb0a414128b 100644 --- a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.installer.yaml +++ b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.6.5 +PackageVersion: 0.6.6 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated @@ -10,18 +10,18 @@ UpgradeBehavior: install Protocols: - qoder-work ProductCode: db2524f4-0057-5839-9e54-74a2c4a0ad5e -ReleaseDate: 2026-06-25 +ReleaseDate: 2026-06-27 Installers: - Architecture: x64 Scope: user InstallerUrl: https://download.qoder.com.cn/qoder-work/releases/latest/QoderWork-Setup-User-x64.exe - InstallerSha256: 66E59886BFD1F4333EE0048C7C6C08CA5CCF58E890F8D9108ABF274597155BFC + InstallerSha256: B747AB52992BB012FBEA8A8F6244B5978D0CA29FE9DCDEC2723E3504D79F8861 InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://download.qoder.com.cn/qoder-work/releases/latest/QoderWork-Setup-User-x64.exe - InstallerSha256: 66E59886BFD1F4333EE0048C7C6C08CA5CCF58E890F8D9108ABF274597155BFC + InstallerSha256: B747AB52992BB012FBEA8A8F6244B5978D0CA29FE9DCDEC2723E3504D79F8861 InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.locale.en-US.yaml b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.locale.en-US.yaml similarity index 99% rename from manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.locale.en-US.yaml rename to manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.locale.en-US.yaml index 53d9776786d2e..e4a51929e401c 100644 --- a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.locale.en-US.yaml +++ b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.6.5 +PackageVersion: 0.6.6 PackageLocale: en-US Publisher: Qoder PublisherUrl: https://qoder.com/ diff --git a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.locale.zh-CN.yaml b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.locale.zh-CN.yaml similarity index 98% rename from manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.locale.zh-CN.yaml rename to manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.locale.zh-CN.yaml index 2984ff21fb8c3..521f0661a70e1 100644 --- a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.locale.zh-CN.yaml +++ b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.6.5 +PackageVersion: 0.6.6 PackageLocale: zh-CN License: 专有软件 ShortDescription: 将智能体能力扩展至代码之外。只需描述您的需求——QoderWork 负责规划、执行并交付。 diff --git a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.yaml b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.yaml similarity index 91% rename from manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.yaml rename to manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.yaml index ac5df4cb4286d..e29da27c43c6f 100644 --- a/manifests/a/Alibaba/QoderWork/0.6.5/Alibaba.QoderWork.yaml +++ b/manifests/a/Alibaba/QoderWork/0.6.6/Alibaba.QoderWork.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Alibaba.QoderWork -PackageVersion: 0.6.5 +PackageVersion: 0.6.6 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.installer.yaml b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.installer.yaml new file mode 100644 index 0000000000000..41136ef1399e3 --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.1.0.x +PackageVersion: 0.1.0.81 +InstallerType: burn +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aptivi/Nitrocid/releases/download/v0.1.0.81/nitrocid-win-x64-installer.exe + InstallerSha256: A2DA777B3961FEA538F9D3D5AB6A255EC6229AED690E57943A603FFD0D793031 +- Architecture: arm64 + InstallerUrl: https://github.com/Aptivi/Nitrocid/releases/download/v0.1.0.81/nitrocid-win-arm64-installer.exe + InstallerSha256: C4E41DFB2C2AE72BA7935BA38538BC31A7DF4AAC192B05019B86411B53F1C936 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml new file mode 100644 index 0000000000000..bef839fa92821 --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.1.0.x +PackageVersion: 0.1.0.81 +PackageLocale: en-US +Publisher: Aptivi +PackageName: Nitrocid +License: GNU GPL-3.0 License +Copyright: Copyright (c) Aptivi. All rights reserved. +ShortDescription: A simulator for our future-planned kernel, Nitrocid Kernel! +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.yaml b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.yaml new file mode 100644 index 0000000000000..77bb15997c4cc --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/1/0/x/0.1.0.81/Aptivi.Nitrocid.0.1.0.x.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: Aptivi.Nitrocid.0.1.0.x +PackageVersion: 0.1.0.81 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.installer.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.installer.yaml similarity index 84% rename from manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.installer.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.installer.yaml index 0a1b8a725c844..b4470212a27fc 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.installer.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.46 +PackageVersion: 0.0.0.47 InstallerType: wix InstallerSwitches: InstallLocation: INSTALLFOLDER="" @@ -15,6 +15,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://ardisk.cn/download/windows/ardisk-setup.msi - InstallerSha256: EB62E64BCF95F77CD7EA9600A4CFFB7D1831ABBCC381FE4F2C41AFCDC3F0D2C9 + InstallerSha256: CB94561DEF259D1095BC2FFF0E14921516AE31EEA17C7B8A6207035920DE970C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.en-US.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.en-US.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.en-US.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.en-US.yaml index 8de9758c38a7e..2027ef66852c2 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.en-US.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.46 +PackageVersion: 0.0.0.47 PackageLocale: en-US License: Proprietary ShortDescription: Ultra-simple corporate cloud drive diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.zh-CN.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.zh-CN.yaml similarity index 98% rename from manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.zh-CN.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.zh-CN.yaml index 68e1b109e9adb..a91dac3eef7df 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.locale.zh-CN.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.46 +PackageVersion: 0.0.0.47 PackageLocale: zh-CN Publisher: 厦门集核信息科技有限责任公司 PublisherUrl: https://ardisk.cn/ diff --git a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.yaml b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.yaml similarity index 90% rename from manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.yaml rename to manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.yaml index cb515c3788bd5..99021a4cdcb4e 100644 --- a/manifests/a/Ardisk/Ardisk/0.0.0.46/Ardisk.Ardisk.yaml +++ b/manifests/a/Ardisk/Ardisk/0.0.0.47/Ardisk.Ardisk.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Ardisk.Ardisk -PackageVersion: 0.0.0.46 +PackageVersion: 0.0.0.47 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.installer.yaml b/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.installer.yaml index eb09a61df2033..421b32355a19f 100644 --- a/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/26 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: BandicamCompany.Bandicam @@ -13,7 +13,7 @@ InstallModes: - silent UpgradeBehavior: install ProductCode: Bandicam -ReleaseDate: 2025-12-29 +ReleaseDate: 2026-06-26 AppsAndFeaturesEntries: - Publisher: Bandicam.com ProductCode: Bandicam diff --git a/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.locale.en-US.yaml index c9eecce6ceddd..35cd1bbdae9a2 100644 --- a/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/26 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: BandicamCompany.Bandicam @@ -13,7 +13,7 @@ PackageName: Bandicam PackageUrl: https://www.bandicam.com/ License: Shareware LicenseUrl: https://www.bandicam.com/company/tos/ -Copyright: Copyright (c) 2008-2025 Bandicam Company. All rights reserved. +Copyright: Copyright (c) 2008-2026 Bandicam Company. All rights reserved. CopyrightUrl: https://www.bandicam.com/company/tos/ ShortDescription: Bandicam is a lightweight screen recorder software for Windows that can capture anything on your PC screen as a high-quality video. Description: |- diff --git a/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.yaml b/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.yaml index 8cb3f7d7702cb..30df02694ecb7 100644 --- a/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.yaml +++ b/manifests/b/BandicamCompany/Bandicam/8.3.1.2537/BandicamCompany.Bandicam.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/26 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: BandicamCompany.Bandicam diff --git a/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.installer.yaml b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.installer.yaml new file mode 100644 index 0000000000000..9255557db21dd --- /dev/null +++ b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.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: ByteDance.Dola +PackageVersion: 2.15.11 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- cici +- dola +ProductCode: Cici +Installers: +- Architecture: x64 + InstallerUrl: https://www.dola.com/download-desktop/cdn_obj/cici_pc/2.15.11/Dola_installer_2.15.11.exe + InstallerSha256: 08D491A0BA0185FAF2BE2C43BAFBC35A344B072FEFC7FA74E2F08F429BDA4280 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.locale.en-US.yaml b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.locale.en-US.yaml new file mode 100644 index 0000000000000..3b169dc7d2e56 --- /dev/null +++ b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Dola +PackageVersion: 2.15.11 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD. +PublisherUrl: https://www.dola.com/ +PrivacyUrl: https://www.dola.com/legal/privacy/en +Author: SPRING (SG) PTE. LTD. +PackageName: Dola +PackageUrl: https://www.dola.com/chat/ +License: Freeware +LicenseUrl: https://www.dola.com/legal/terms/en +Copyright: Copyright 2026 The Dola Authors. All rights reserved. +CopyrightUrl: https://www.dola.com/legal/terms/en +ShortDescription: Dola AI is your AI chat assistant for intelligent conversations, writing, translation and programming. Get answers, find inspiration, and discuss any topic with Dola AI. +Tags: +- ai +- chatbot +- large-language-model +- llm +ReleaseNotes: Task mode launched - It works on your computer to perform complex tasks such as research and file manipulation. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.locale.zh-CN.yaml b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59b5995cb7a89 --- /dev/null +++ b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Dola +PackageVersion: 2.15.11 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: Dola AI 是您的智能聊天助手,支持智能对话、写作、翻译和编程。获取答案、激发灵感,并与 Dola AI 探讨任何话题。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.yaml b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.yaml new file mode 100644 index 0000000000000..738b3cd6f1615 --- /dev/null +++ b/manifests/b/ByteDance/Dola/2.15.11/ByteDance.Dola.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.Dola +PackageVersion: 2.15.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.installer.yaml b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.installer.yaml similarity index 72% rename from manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.installer.yaml rename to manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.installer.yaml index a5e096ac995d8..d2563abb478f8 100644 --- a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.installer.yaml +++ b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 150.6.6.5 +PackageVersion: 150.6.7.1 InstallerType: exe InstallModes: - silent @@ -31,30 +31,30 @@ FileExtensions: - xht - xhtml ProductCode: CatsxpSoftware Catsxp-Browser -ReleaseDate: 2026-06-25 +ReleaseDate: 2026-06-27 Installers: - Architecture: x86 Scope: user - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_150_6_6_5.exe - InstallerSha256: 75068FF8D192D3214CB9E8B32476443C3BB2AC9EF209ACDC7AF4A344A75300DE + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_150_6_7_1.exe + InstallerSha256: 0043E3AB77315A2BD37B09D539CC4EAA4B2C54DCB02E5D66FBB35EAA1FA0B07E InstallerSwitches: Custom: --do-not-launch-chrome - Architecture: x86 Scope: machine - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_150_6_6_5.exe - InstallerSha256: 75068FF8D192D3214CB9E8B32476443C3BB2AC9EF209ACDC7AF4A344A75300DE + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x86/catsxp_installer_150_6_7_1.exe + InstallerSha256: 0043E3AB77315A2BD37B09D539CC4EAA4B2C54DCB02E5D66FBB35EAA1FA0B07E InstallerSwitches: Custom: --do-not-launch-chrome --system-level - Architecture: x64 Scope: user - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_150_6_6_5.exe - InstallerSha256: EBD67E65123578306737F86B2CC562BE0055EC425D74385917D420871905FC31 + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_150_6_7_1.exe + InstallerSha256: 449853356515F03331EC64B5A0C2359786B578937D8406991697F7057C6EF99E InstallerSwitches: Custom: --do-not-launch-chrome - Architecture: x64 Scope: machine - InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_150_6_6_5.exe - InstallerSha256: EBD67E65123578306737F86B2CC562BE0055EC425D74385917D420871905FC31 + InstallerUrl: https://b2.catsxp.com/catsxp_update/win_x64/catsxp_installer_150_6_7_1.exe + InstallerSha256: 449853356515F03331EC64B5A0C2359786B578937D8406991697F7057C6EF99E InstallerSwitches: Custom: --do-not-launch-chrome --system-level ManifestType: installer diff --git a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.locale.en-US.yaml b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.locale.en-US.yaml similarity index 93% rename from manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.locale.en-US.yaml rename to manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.locale.en-US.yaml index ca3af64b00c26..42d29131a1f18 100644 --- a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.locale.en-US.yaml +++ b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 150.6.6.5 +PackageVersion: 150.6.7.1 PackageLocale: en-US Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/ @@ -24,7 +24,6 @@ Tags: ReleaseNotes: |- 1. [*]Kernel upgrade:150.0.7871.52 2. [!]Some problems correction and detail optimization - 3. [*]Continued support for Manifest V2 ReleaseNotesUrl: https://www.catsxp.com/history ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.locale.zh-CN.yaml b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.locale.zh-CN.yaml similarity index 89% rename from manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.locale.zh-CN.yaml rename to manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.locale.zh-CN.yaml index 25df16779173b..c622554ae6fbe 100644 --- a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.locale.zh-CN.yaml +++ b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 150.6.6.5 +PackageVersion: 150.6.7.1 PackageLocale: zh-CN License: 免费软件 ShortDescription: 保护隐私、更快捷、更安全 @@ -15,6 +15,5 @@ Tags: ReleaseNotes: |- 1. [*]内核升级:150.0.7871.52 2. [!]若干问题修正与细节优化 - 3. [*]延续对 Manifest V2 的支持 ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.yaml b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.yaml similarity index 90% rename from manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.yaml rename to manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.yaml index d3ccdc3c82b0c..4e69727afd543 100644 --- a/manifests/c/Catsxp/Catsxp/150.6.6.5/Catsxp.Catsxp.yaml +++ b/manifests/c/Catsxp/Catsxp/150.6.7.1/Catsxp.Catsxp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 150.6.6.5 +PackageVersion: 150.6.7.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.29.19/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.29.19/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..a12ecf56b6bc5 --- /dev/null +++ b/manifests/c/Coder/Coder/2.29.19/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.29.19 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.29.19/coder_2.29.19_windows_amd64.zip + InstallerSha256: 2DC1D70AE63AE056160C7C3E1C348828FF5617743C39469BE0AAB70310F09BA9 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.29.19/coder_2.29.19_windows_amd64_installer.exe + InstallerSha256: 11742EC60D32C112121D34B8CEE228E8A607F8F4E709831F47C6197C47C43DF6 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.29.19/coder_2.29.19_windows_arm64.zip + InstallerSha256: C4B073EFA93BC529206C18C89A27E9721920AA80D430216FBF54E552EDD01106 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/c/Coder/Coder/2.29.19/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.29.19/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..0bfcbcdfdd6a1 --- /dev/null +++ b/manifests/c/Coder/Coder/2.29.19/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.29.19 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.29.19 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.29.19/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.29.19/Coder.Coder.yaml new file mode 100644 index 0000000000000..5550d432fe52e --- /dev/null +++ b/manifests/c/Coder/Coder/2.29.19/Coder.Coder.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: Coder.Coder +PackageVersion: 2.29.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.32.9/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.32.9/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..356242d746f04 --- /dev/null +++ b/manifests/c/Coder/Coder/2.32.9/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.32.9 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.32.9/coder_2.32.9_windows_amd64.zip + InstallerSha256: 1A95817A72296499B530BFE452C33437D649DF4AE5CEC188DF1696138F73B6FC +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.32.9/coder_2.32.9_windows_amd64_installer.exe + InstallerSha256: BFC4E1326C9EEF4035FE09E0B0A2F8F887728BB8ECC88657DDF2BBEB596B3854 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.32.9/coder_2.32.9_windows_arm64.zip + InstallerSha256: D5074A4D53D47F1FD68DF17198B99A8121AB6C3A2AC683AE7BF6D5DCF600E1E2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/c/Coder/Coder/2.32.9/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.32.9/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..cfb7c85ea78ff --- /dev/null +++ b/manifests/c/Coder/Coder/2.32.9/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.32.9 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.32.9 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.32.9/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.32.9/Coder.Coder.yaml new file mode 100644 index 0000000000000..ea4444b19c61a --- /dev/null +++ b/manifests/c/Coder/Coder/2.32.9/Coder.Coder.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: Coder.Coder +PackageVersion: 2.32.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.33.10/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.33.10/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..33f76e99f63b4 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.10/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.33.10 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.10/coder_2.33.10_windows_amd64.zip + InstallerSha256: 7A1F4A73F9BD1A20EF06D96174181971CAD747194EDECCB1D3417D3593E95BED +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.10/coder_2.33.10_windows_amd64_installer.exe + InstallerSha256: 8B2494D1735F56A83E310F2E15DD2534A13A24F52AA49358D9C0163943F91044 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.10/coder_2.33.10_windows_arm64.zip + InstallerSha256: 911DFB8C23E4397B7388070AB120792E991DD66B6DC34A87C33F236AB3C9B328 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/c/Coder/Coder/2.33.10/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.33.10/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..59ec4081a7965 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.10/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.33.10 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.33.10 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.33.10/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.33.10/Coder.Coder.yaml new file mode 100644 index 0000000000000..0c2acc3d3da58 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.10/Coder.Coder.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: Coder.Coder +PackageVersion: 2.33.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.4/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.34.4/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..5d333dd1c3960 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.4/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.4 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.4/coder_2.34.4_windows_amd64.zip + InstallerSha256: CB95BDA432113ED325FAC4D2F55B319EE76F49354DFF2CF41F7B4813AE9AA44B +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.4/coder_2.34.4_windows_amd64_installer.exe + InstallerSha256: 5F5FB21BE60710ADCD13B3E889AC4315E2311D98F14E18AC315E65108095628F + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.4/coder_2.34.4_windows_arm64.zip + InstallerSha256: 3F991D0B72F62D65BA3D4464D4F410E3303E24F430D899938376DBCBE93AE6CA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/c/Coder/Coder/2.34.4/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.34.4/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..922cc9d71e40f --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.4/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.4 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.34.4 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.4/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.34.4/Coder.Coder.yaml new file mode 100644 index 0000000000000..7a7fc1d71d281 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.4/Coder.Coder.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: Coder.Coder +PackageVersion: 2.34.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..0b552e7119d50 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 16.2.2 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v16.2.2/omp-windows-x64.exe + InstallerSha256: D6FE99D2D424AA6554DFAD2AA86E3E2B1F60E184C0BA52C8F217F0588BC3DF42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..a664c5ea98449 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 16.2.2 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + @oh-my-pi/pi-agent-core + Added + - Added optional AgentTool.matcherPaths(args) and AgentTool.matcherEntries(args) hooks to allow tools to surface target file paths and isolate file evaluations for path-scoped stream matchers (e.g., when handling multi-file payloads or embedded paths in streamed arguments). + Removed + - Removed support for Pi dialect integration. + @oh-my-pi/pi-ai + Added + - Added a comprehensive, public-facing error module exported via the "./error" path, featuring structured error classification, provider-specific HTTP error classes (e.g., Anthropic, OpenAI, Gemini), OAuth/Auth-specific errors, rate-limit utilities, and retryability predicates. + Changed + - Updated OpenAI Codex defaults to increase default text verbosity to medium, enable detailed reasoning summaries by default, and include all turns in the reasoning context by default. + - Updated the OpenAI Codex WebSocket transport to resolve its configuration (via PI_CODEX_WEBSOCKET_* environment variables) once at startup rather than re-parsing on every request. + - Enhanced cross-model reasoning recovery and preservation to render demoted reasoning in the target model's canonical inline thinking dialect (such as Gemini's thinking fence or standard think tags) to prevent leaking inert context or control tokens into history. + - Broadened the leaked-thinking stream healer to recover reasoning emitted in any dialect's canonical idiom (including Gemini, Gemma, Harmony, and scratchpads) and route them to thinking events instead of raw markup. + - Implemented automatic retry logic for detected thinking-loop stalls to improve response reliability. + - Hardened stateful delta chaining to ignore transient streaming bookkeeping symbols during structural equality checks, preventing unnecessary full-transcript replays. + Fixed + - Fixed preservation of OpenAI Responses assistant message phase values across auth-gateway parsing, streaming, and history replay, ensuring GPT-5.4/GPT-5.5 intermediate updates and final answers retain their original phase labels. + Removed + - Removed Pi dialect support and related serialization/parsing logic. + @oh-my-pi/pi-catalog + Removed + - Removed 'pi' from the list of supported dialects. + @oh-my-pi/pi-coding-agent + Added + - Added a new tiny model role for consolidated online task handling. + - Added a textVerbosity setting to control OpenAI and Codex response detail. + Changed + - Simplified the status line subagent display by removing running state and hub hint indicators. + - Updated online title, memory, and classification tasks to prioritize the new tiny model role. + Fixed + - Improved reliability of auto-retry logic for aborted requests by standardizing error classification across model adapters and ensuring stale session states are reset. + - Enhanced MCP authentication error detection, header-based server discovery, and 401/403 authorization failure detection during Smithery commands and HTTP RPCs. + - Fixed auto-generated session titles incorrectly preserving user all-caps text, ensuring proper sentence casing while still respecting intentional mixed-case identifiers. + - Fixed Tavily web search with recency filters to automatically retry without a time range if Tavily returns an empty HTTP 200 response. + - Fixed TUI thought stream stalling and ui.loop-blocked warnings during subagent-heavy runs by optimizing the mid-run compaction persistence check. + - Fixed marketplace-installed plugins incorrectly appearing in both the npm plugin list and the extension-package status provider. + - Fixed inconsistent OpenRouter prompt-cache hits on /advisor turns by ensuring advisor agents inherit the same provider-shaping options, hooks, and settings as the main agent. + - Fixed path-scoped TTSR (Targeted Tool Safety Rules) evaluation for hashline and apply_patch edit streams, ensuring rules are correctly applied to file paths parsed from section headers and envelope markers without leaking across file scopes. + @oh-my-pi/pi-mnemopi + Fixed + - Improved resilience during API extraction calls by enhancing the handling of rate limits and transient errors. + What's Changed + - fix(coding-agent): hide marketplace plugins from duplicate plugin lists by @roboomp in https://github.com/can1357/oh-my-pi/pull/3630 + - fix(agent-session): cut mid-run persistence check from O(n²) to O(n) to unfreeze TUI thought stream by @roboomp in https://github.com/can1357/oh-my-pi/pull/3631 + - fix(web-search): retry empty Tavily recency results by @roboomp in https://github.com/can1357/oh-my-pi/pull/3636 + - fix(coding-agent): route hashline + apply_patch edit paths into TTSR by @roboomp in https://github.com/can1357/oh-my-pi/pull/3648 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v16.2.1...v16.2.2 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v16.2.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1db7c27f00cdd --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 16.2.2 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..e25298a21cc09 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.2.2/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 16.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.installer.yaml b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.installer.yaml new file mode 100644 index 0000000000000..683ad6ccf80db --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.17.4 +InstallerType: nullsoft +Scope: user +ProductCode: 29165f8a-586b-5470-a1cc-cfff30a85ed3 +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/different-ai/openwork/releases/download/v0.17.4/openwork-win-x64-0.17.4.exe + InstallerSha256: 4E4AA7C0BF9EB974BC8A78AC414A16031A57F0E1FACD6F7C403C25C497A7C2AE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.locale.en-US.yaml b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.locale.en-US.yaml new file mode 100644 index 0000000000000..2579cde8d1dfd --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.17.4 +PackageLocale: en-US +Publisher: differentai +PublisherUrl: https://openwork.software/ +PublisherSupportUrl: https://github.com/different-ai/openwork/issues +Author: Different AI +PackageName: OpenWork +PackageUrl: https://openwork.software/ +License: MIT +LicenseUrl: https://github.com/different-ai/openwork/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Different AI +ShortDescription: An open-source alternative to Claude Cowork, powered by OpenCode +Description: |- + OpenWork is an extensible, open-source “Claude Work” style system for knowledge workers. + It’s a native desktop app that runs OpenCode under the hood, but presents it as a clean, guided workflow: + - pick a workspace + - start a run + - watch progress + plan updates + - approve permissions when needed + - reuse what works (templates + skills) + The goal: make “agentic work” feel like a product, not a terminal. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +- opencode +ReleaseNotes: |- + What's new + OpenWork v0.17.4 desktop release. + - Download the attached installer for your platform. + - Electron builds use the attached latest-mac.yml updater feed. + Windows installer is temporarily unsigned while production code signing is being finalized. +ReleaseNotesUrl: https://github.com/different-ai/openwork/releases/tag/v0.17.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.locale.zh-CN.yaml b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dd31ad97a3832 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.17.4 +PackageLocale: zh-CN +ShortDescription: 由 OpenCode 驱动的 Claude Cowork 开源替代方案 +Description: |- + OpenWork 是一个可扩展的开源“Claude Work”风格系统,专为知识工作者设计。 + 它是一款原生桌面应用程序,底层运行 OpenCode,但以简洁、引导式的工作流呈现: + - 选择一个工作区 + - 开始执行任务 + - 查看进度并规划更新 + - 在需要时批准权限 + - 复用有效内容(模板 + 技能) + 目标:让“自主智能式工作”感觉像一个产品,而不是一个终端。 +Tags: +- opencode +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.yaml b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.yaml new file mode 100644 index 0000000000000..ff25973ac810e --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.17.4/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.17.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.installer.yaml b/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.installer.yaml new file mode 100644 index 0000000000000..4d28574b1c845 --- /dev/null +++ b/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.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: Dmezhnov.KnitCalc +PackageVersion: 1.8.69 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ProductCode: '{3E2280E5-0275-4912-A2FF-CB4B7F32C007}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dmezhnov/knitcalc/releases/download/v1.8.69+92/knitcalc-setup-x64-1.8.69+92.exe + InstallerSha256: 825932DF6FC71A229163EBA10CEEBF9D044E3DAC7F91012D7DD857DC0BCF9CA0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.locale.en-US.yaml b/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.locale.en-US.yaml new file mode 100644 index 0000000000000..a612d7c22e53c --- /dev/null +++ b/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dmezhnov.KnitCalc +PackageVersion: 1.8.69 +PackageLocale: en-US +Publisher: Dmitry Mezhnov +PublisherUrl: https://github.com/dmezhnov +PublisherSupportUrl: https://github.com/dmezhnov/knitcalc/issues +PackageName: KnitCalc +PackageUrl: https://github.com/dmezhnov/knitcalc +License: MIT +LicenseUrl: https://github.com/dmezhnov/knitcalc/blob/main/LICENSE +ShortDescription: Knitting calculator +Description: 'KnitCalc is a knitting calculator: gauge conversion, increases/decreases distribution, yarn estimation and project notes with photos.' +Tags: +- knitting +- calculator +- craft +ReleaseNotesUrl: https://github.com/dmezhnov/knitcalc/releases/tag/v1.8.69%2B92 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.yaml b/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.yaml new file mode 100644 index 0000000000000..f85800e9b0f16 --- /dev/null +++ b/manifests/d/Dmezhnov/KnitCalc/1.8.69/Dmezhnov.KnitCalc.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: Dmezhnov.KnitCalc +PackageVersion: 1.8.69 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.installer.yaml b/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.installer.yaml new file mode 100644 index 0000000000000..dbe4e45d2c301 --- /dev/null +++ b/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: drakkan.SFTPGoEnterprise +PackageVersion: 2.7.2026.0626 +InstallerType: inno +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /verysilent +Scope: machine +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://download.sftpgo.com/windows/sftpgo_windows_v2.7.20260626_x86_64_onprem.exe + InstallerSha256: 2D1A3C0BA7FAC803A7346754E7EB2CDD1927C9E527890AF4DA2C2086DAC835EB +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.locale.en-US.yaml b/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.locale.en-US.yaml new file mode 100644 index 0000000000000..8453331bf0077 --- /dev/null +++ b/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: drakkan.SFTPGoEnterprise +PackageVersion: 2.7.2026.0626 +PackageLocale: en-US +Publisher: SFTPGo +PackageName: SFTPGo Enterprise +PackageUrl: https://sftpgo.com +License: Proprietary +LicenseUrl: https://sftpgo.com/assets/LICENSE.pdf +Copyright: Copyright (c) 2019-2026 Nicola Murino +ShortDescription: Full-featured SFTP server and MFT solution. Securely transfer files via SFTP, FTP/S, and WebDAV using local storage, S3, Azure Blob, or GCS. +Moniker: sftpgo +Tags: + - sftp + - ftp + - ftps + - server + - mft + - webdav + - ssh + - file-transfer + - s3 + - azure + - gcs + - cloud-storage + - encryption + - webclient +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.yaml b/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.yaml similarity index 72% rename from manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.yaml rename to manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.yaml index 6d8f9c496b8bc..8a55f5dfc3873 100644 --- a/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.yaml +++ b/manifests/d/drakkan/SFTPGoEnterprise/2.7.2026.0626/drakkan.SFTPGoEnterprise.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Tiwut.TiwutLauncher -PackageVersion: "1.2" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: drakkan.SFTPGoEnterprise +PackageVersion: 2.7.2026.0626 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.installer.yaml b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.installer.yaml new file mode 100644 index 0000000000000..446cbeceb613f --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.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: dreamlonglll.Mini-Term +PackageVersion: 0.6.4 +UpgradeBehavior: install +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.6.4/Mini-Term_0.6.4_x64-setup.exe + InstallerSha256: DC56C62A0A94BB7E038587CFCB011F72A7CC3DD91ABCD92B8A398049FB763023 + ProductCode: Mini-Term +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.6.4/Mini-Term_0.6.4_x64_en-US.msi + InstallerSha256: 920372D36A07C1FF01F92C2BA5A9980B4C7D3BFA9230315B246F456CF9534239 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{F062F79B-1C57-4CA4-943E-64D07306C84D}' + AppsAndFeaturesEntries: + - UpgradeCode: '{508EBA6B-F86F-54E3-A17E-094DDF898583}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.locale.en-US.yaml b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.locale.en-US.yaml new file mode 100644 index 0000000000000..d62839f0f4e00 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.6.4 +PackageLocale: en-US +License: Freeware +ShortDescription: Desktop Terminal Manager Built for the AI Era +Description: |- + An AI terminal management tool supporting multi-project, multi-terminal layout management + + Features + Terminal Core + - Multi-tab management — Independent tabs per project, drag-to-sort, status icons at a glance + - Recursive splitting — Horizontal/vertical nested splits, Allotment drag-to-adjust ratios + - High-performance rendering — xterm.js v6 + WebGL acceleration, automatic Canvas fallback + - 100K-line scrollback — Intercepts CSI 3J (ED3) commands, preserves scrollback history when Claude/Codex TUIs clear screen + - Terminal caching — Switching tabs/splits without rebuilding xterm instances, existing content preserved + - Copy & paste — Ctrl+Shift+C / Ctrl+Shift+V shortcuts + right-click menu, "Copy" auto-grayed when no selection; Windows large multi-line paste auto-chunked to prevent ConPTY line loss + - Long text paste — Clipboard text ≥10 lines or ≥2000 chars auto-saved as temp .txt and pastes quoted file path, avoiding AI tool performance and paste bracket issues with ultra-long content + - Image paste — Auto-detects screenshots in clipboard, saves as temp PNG via Win32 API and pastes quoted path, compatible with non-standard formats like PinPix + - File drag-drop — Files dragged to terminal auto-insert quoted absolute paths, compatible with spaces-in-path + - Multi-Shell config — Windows (cmd / powershell / pwsh), macOS (zsh / bash), Linux (bash / sh), freely add/remove + AI Process Awareness + - Real-time status detection — 500ms polling child process names, auto-identifies Claude/Codex, displays idle/working/error states + - Status aggregation — Panel → Tab → Project layered aggregation, priority: error > ai-working > ai-idle > idle + - Completion alert trio — Triggers immediately when AI task goes working → idle: + - Bottom-right Toast desktop notification (inactive projects only, deduplicated per project) + - Project list DONE badge, click to clear + - Taskbar flash (Windows) / Dock bounce (macOS), only when window unfocused + - Three toggles independently configurable + - Session entry/exit detection — Command echo identifies AI entry; double Ctrl+C / Ctrl+D or exit/quit/:quit/logout identifies exit + - Session history — Reads local Claude/Codex session history, right-click copy recovery command for quick resumption + - AI task markers — Auto-logs xterm on each Enter press in AI session, tab top-right ⚑ button drops down history submission list, click or Ctrl+Shift+↑/↓ to jump between markers, target line briefly highlighted + Project Management + - Project list — Left sidebar manages multiple project directories, one-click workspace switch, auto-restores last active project on restart + - Drag-to-add projects — Drag folders from Explorer to project list for quick add, auto-identifies files/folders/duplicates with visual feedback + - Nested groups — Up to 3-level project grouping, drag-to-sort, collapse/expand + - File tree — Integrated directory browser, nested .gitignore grayed out (per-subdirectory ignore rules and !pattern whitelists respected, consistent with git behavior), notify file watcher real-time refresh + - File operations — New file/folder, rename, view content in file tree (binary and oversized file friendly prompts) + - VS Code quick open — File tree top-right button opens current project with configured VS Code executable, path customizable in "Settings → System Settings → External Editor" + Git Integration + - File status — Git status colors in file tree (modified/added/deleted/conflict) + - Change Diff — Detailed Diff for working directory changes, Hunk line-level parsing, side-by-side/inline dual view + - Commit history — Browse repository commit log, cursor pagination (default 30 items) + - Commit Diff — View file changes for any commit, per-file switching + - Branch info — Local/remote branch list + - Source control panel — VS Code-style Changes panel, Staged/Changes/Untrackedg grouping, single-file and bulk stage/unstage/discard, Ctrl+Enter quick commit, list/tree view toggle + - Pull/Push — In-line repository buttons for one-click remote sync, refresh button reloads commit history and branch info + - Multi-repo discovery — Auto-scans all Git repositories under project directory (recursive 5 levels, skips node_modules, etc.) + Appearance & Configuration + - Activity Bar sidebar — Leftmost permanent 40px icon bar, Projects/Sessions/Files/Git panel toggles, independent show/hide control, active state blue vertical bar indicator, state persistence + - Three theme modes — Auto (follow system)/Light/Dark, dark based on Warm Carbon warm charcoal tones, custom CSS variable system + - Independent font adjustment — UI and terminal font sizes separately adjustable (10-20px), terminal optional UI theme following + - Layout persistence — Split ratios, tabs, window size/position auto-saved and restored on restart (tauri-plugin-window-state) + - Close confirmation — Pre-close confirmation dialog, flushes all project layouts to prevent accidental operations + - Version check — Fetches GitHub Release on startup, title bar shows new version notification + - Settings center — Unified SettingsModal manages themes, fonts, Shell, AI notifications and all other toggles +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.locale.zh-CN.yaml b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.locale.zh-CN.yaml new file mode 100644 index 0000000000000..08d07fe8eb4d6 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.locale.zh-CN.yaml @@ -0,0 +1,83 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.6.4 +PackageLocale: zh-CN +Publisher: tauri-app +PublisherUrl: https://github.com/dreamlonglll +PublisherSupportUrl: https://github.com/dreamlonglll/mini-term/issues +PackageName: Mini-Term +PackageUrl: https://github.com/dreamlonglll/mini-term +License: 免费软件 +ShortDescription: 为 AI 时代打造的桌面终端管理器 +Description: |- + 一个 AI 终端管理工具,支持多项目、多终端布局管理 + + 功能特性 + 终端核心 + - 多标签管理 — 每个项目独立标签页,拖拽排序,状态图标一目了然 + - 递归分屏 — 横向 / 纵向任意嵌套分屏,Allotment 拖拽调整比例 + - 高性能渲染 — xterm.js v6 + WebGL 加速,自动降级为 Canvas + - 10 万行滚动缓冲 — 拦截 CSI 3J(ED3)指令,Claude / Codex 等 TUI 清屏时保留上滚历史 + - 终端缓存 — 切换标签 / 分屏不重建 xterm 实例,已有内容不丢失 + - 复制粘贴 — Ctrl+Shift+C / Ctrl+Shift+V 快捷键 + 右键菜单,未选中时"复制"自动置灰;Windows 大段多行粘贴自动分块写入,防止 ConPTY 丢行 + - 长文本粘贴 — 剪贴板文本 ≥10 行或 ≥2000 字符时自动转存为临时 .txt 并粘贴带引号的文件路径,避免 AI 工具直接处理超长内容引发性能与 paste bracket 问题 + - 图片粘贴 — 剪贴板含截图时自动检测,通过 Win32 API 保存为临时 PNG 并粘贴带引号的路径,兼容 PinPix 等非标准格式 + - 文件拖拽 — 文件拖到终端自动插入带引号的绝对路径,兼容含空格的路径 + - 多 Shell 配置 — Windows(cmd / powershell / pwsh)、macOS(zsh / bash)、Linux(bash / sh)等,可自由增删 + AI 进程感知 + - 实时状态检测 — 500ms 轮询子进程名,自动识别 Claude / Codex,显示 idle / working / error 状态 + - 状态聚合 — 面板 → 标签页 → 项目逐层聚合,优先级 error > ai-working > ai-idle > idle + - 完成提醒三件套 — AI 任务从 working → idle 时立刻触发: + - 右下角 Toast 桌面通知(仅非活跃项目弹出,同项目去重) + - 项目列表 DONE 徽章,点击清除 + - 任务栏闪烁(Windows)/ Dock 跳动(macOS),窗口失焦时才触发 + - 三个开关独立可配 + - 会话进出检测 — 命令 echo 识别进入 AI;双击 Ctrl+C / Ctrl+D 或 exit / quit / :quit / /logout 识别退出 + - 会话历史 — 读取本地 Claude / Codex 历史会话记录,右键复制恢复命令快速续接 + - AI 任务标记 — AI 会话内每次用户按 Enter 自动在 xterm 打点,标签右上角 ⚑ 按钮下拉展示历史提交列表,点击或 Ctrl+Shift+↑/↓ 在标记间跳转,目标行短暂高亮提示 + 项目管理 + - 项目列表 — 左侧边栏管理多个项目目录,一键切换工作区,重启自动恢复上次激活项目 + - 拖拽添加项目 — 从资源管理器拖拽文件夹到项目列表即可快速添加,自动识别文件 / 文件夹 / 重复项目并给出视觉反馈 + - 嵌套分组 — 最多 3 级项目分组,拖拽排序,折叠 / 展开 + - 文件树 — 集成目录浏览器,嵌套 .gitignore 置灰(每层子目录的忽略规则与 !pattern 白名单都会生效,与 git 行为一致),notify 文件监听实时刷新 + - 文件操作 — 文件树内新建文件 / 文件夹、重命名、查看内容(二进制与超大文件友好提示) + - VS Code 快捷打开 — 文件树右上角按钮一键用配置的 VS Code 可执行文件打开当前项目,路径可在「设置 → 系统设置 → 外部编辑器」自定义 + Git 集成 + - 文件状态 — 文件树显示 Git 状态颜色(修改 / 新增 / 删除 / 冲突) + - 变更 Diff — 工作区文件变更的详细 Diff,Hunk 行级解析,并排 / 内联双视图 + - 提交历史 — 浏览仓库提交记录,游标分页加载(默认 30 条) + - 提交 Diff — 查看任意提交的文件变更,逐文件切换 + - 分支信息 — 本地 / 远程分支列表 + - 源码控制面板 — VS Code 风格 Changes 面板,Staged / Changes / Untracked 分组展示,支持单文件和全量 stage / unstage / discard,Ctrl+Enter 快速提交,列表与树形视图切换 + - Pull / Push — 仓库行内按钮一键同步远端,支持刷新按钮重新加载提交记录与分支信息 + - 多仓库发现 — 自动扫描项目目录下所有 Git 仓库(递归 5 层,跳过 node_modules 等) + 外观与配置 + - Activity Bar 侧边栏 — 最左侧常驻 40px 图标栏,含 Projects / Sessions / Files / Git 四个面板开关,独立控制显隐,激活态蓝色竖条指示,状态持久化 + - 三种主题模式 — Auto(跟随系统)/ Light / Dark,深色基于 Warm Carbon 暖炭色调,自定义 CSS 变量体系 + - 字体独立调节 — UI 与终端字号分别可调(10-20px),终端可选是否跟随 UI 主题 + - 布局持久化 — 分屏比例、标签页、窗口大小 / 位置自动保存,重启恢复(tauri-plugin-window-state) + - 关闭确认 — 关闭窗口前二次确认,并 flush 所有项目布局,避免误操作 + - 版本检查 — 启动时拉取 GitHub Release,标题栏显示新版本提示 + - 设置中心 — 统一的 SettingsModal 管理主题、字体、Shell、AI 通知等所有开关 +ReleaseNotes: |- + Bug 修复 + - 修复 Markdown 预览中点击本地文件链接导致整个程序重载 + - 根因:链接点击处理对非 http 链接(相对路径 / 锚点 / mailto)直接放行,而 Markdown 渲染在主文档中, 的默认导航会让 WebView 离开 SPA,造成整个程序重载、状态丢失 + - 改为任何链接都先阻止默认导航,绝不放行顶层跳转(会话查看器同时受益) + 功能改进 + - 文件预览支持本地链接在预览内跳转 + - 解析相对 / 绝对路径(归一化 ./ 与 ..),经项目根目录校验后在预览内打开 + - 新增跳转历史与「← 返回」按钮,跳转后内容区自动回到顶部 + - 文档内锚点链接改为预览内平滑滚动到对应标题(为各级标题生成 slug id);mailto / tel 等协议交由系统打开 + + 下载 + 平台 文件 + Windows Mini-Term_0.6.4_x64-setup.exe / Mini-Term_0.6.4_x64_en-US.msi + macOS (Apple Silicon) Mini-Term_0.6.4_aarch64.dmg + Linux Mini-Term_0.6.4_amd64.deb / Mini-Term-0.6.4-1.x86_64.rpm / Mini-Term_0.6.4_amd64.AppImage + Windows 为主要支持平台;macOS / Linux 为实验性支持。 +ReleaseNotesUrl: https://github.com/dreamlonglll/mini-term/releases/tag/v0.6.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.yaml b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.yaml new file mode 100644 index 0000000000000..eab15a2637405 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.6.4/dreamlonglll.Mini-Term.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: dreamlonglll.Mini-Term +PackageVersion: 0.6.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.installer.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.installer.yaml new file mode 100644 index 0000000000000..138b3b7384832 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.0.395 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-06-27 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.0.395/fafarunner-3.2.0.395-windows-x64-en-US.msi + InstallerSha256: E68462165F40E4068BF197AD9DA83A2A896A641CEDB051293D861CB4CF80EF69 + InstallerLocale: en-US + ProductCode: '{A93C3CCB-21DE-4006-A57C-DD669DC26EFF}' + AppsAndFeaturesEntries: + - ProductCode: '{A93C3CCB-21DE-4006-A57C-DD669DC26EFF}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: arm64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.0.395/fafarunner-3.2.0.395-windows-arm64-en-US.msi + InstallerSha256: 6473CD712CBF08F460144EDB222C4CAAD24EFE490FD93A3F4ECF6231D337ACBF + InstallerLocale: en-US + ProductCode: '{70A8CCF8-BDD5-4CD2-9C60-7223005DC989}' + AppsAndFeaturesEntries: + - ProductCode: '{70A8CCF8-BDD5-4CD2-9C60-7223005DC989}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.0.395/fafarunner-3.2.0.395-windows-x64-zh-CN.msi + InstallerSha256: 66742F0B7D18DC5DDD44629C2549B81A763146B07D255B6916F83CF5314119D2 + InstallerLocale: zh-CN + ProductCode: '{F5627BB9-AB04-4F44-A915-A7306F376391}' + AppsAndFeaturesEntries: + - ProductCode: '{F5627BB9-AB04-4F44-A915-A7306F376391}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: arm64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.0.395/fafarunner-3.2.0.395-windows-arm64-zh-CN.msi + InstallerSha256: D2A611B950B0836D9B5ED83515BF5EC63690EE4302BF3CA8876F8F70024A8CB8 + InstallerLocale: zh-CN + ProductCode: '{D50A1F9D-CC23-440B-A2E5-B59778AF8F76}' + AppsAndFeaturesEntries: + - ProductCode: '{D50A1F9D-CC23-440B-A2E5-B59778AF8F76}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.locale.en-US.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.locale.en-US.yaml new file mode 100644 index 0000000000000..48aad4516c354 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.0.395 +PackageLocale: en-US +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/en/support +PrivacyUrl: https://fafarunner.com/en/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: Enjoy smooth gameplay, stunning graphics, and endless fun. +Description: | + Step into the enchanting world of FaFa Runner: Dawn Legends, where an epic adventure awaits! Developed using Flutter and the Flame engine, this RPG delivers a seamless gaming experience with stunning visual effects. + + Embark on your journey as a brave adventurer, explore mysterious lands, uncover hidden secrets, and face endless challenges. With rich story-driven quests and diverse character progression systems, every battle offers a unique sense of achievement. + + Key Features: + + Dynamic Combat System: Enjoy intuitive controls and fluid action as you take on powerful enemies and formidable bosses. + Gorgeous Visuals: Experience vivid graphics and captivating animations, thanks to the powerful Flutter and Flame engine. + Rich Quest System: Engage in main quests and side stories, with each adventure offering surprises and challenges. + Customizable Character Growth: Tailor your hero with various skills and equipment to build the ultimate warrior. + Interactive World Exploration: Discover hidden treasures and secret locations across a fantastical map. + + Join FaFa Runner: Dawn Legends and create your own legendary tale in this magical world. Download now and begin your epic adventure! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v3.2.0.395/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.locale.zh-CN.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..28f5115f85c02 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.0.395 +PackageLocale: zh-CN +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/zh/support +PrivacyUrl: https://fafarunner.com/zh/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: 享受流畅的游戏、令人惊叹的图形和无尽的乐趣。 +Description: | + 踏入《发发跑酷》的魔幻世界,开启一段前所未有的奇幻旅程!这款RPG游戏由Flutter和Flame引擎精心打造,为你带来流畅的游戏体验和绚丽的视觉效果。 + + 在这里,你将化身为一位勇敢的冒险者,探索神秘的大陆,解锁隐藏的秘密,迎接无尽的挑战。游戏中拥有丰富的剧情任务和多样的角色成长系统,让你在每一次战斗中都能体验到前所未有的成就感。 + + 主要特点: + + 动感十足的战斗系统:使用直观的操作,体验流畅的动作打击感,挑战各种强大的敌人和首领。 + 绚丽的视觉效果:利用Flutter和Flame引擎的强大性能,呈现精美的画面和生动的动画效果。 + 丰富的任务系统:从主线任务到支线剧情,每一次冒险都充满惊喜和挑战。 + 多样化的角色成长:自由定制你的角色,选择不同的技能和装备,打造最强的战斗力。 + 互动式的世界探索:探索充满奇幻的地图,发现隐藏的宝藏和秘密地点。 + + 加入《发发跑酷》,在这个奇妙的世界中书写属于你的传奇故事。赶快下载,开启你的冒险之旅吧! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v3.2.0.395/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.yaml new file mode 100644 index 0000000000000..ab4d2224c1314 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.0.395/FaFaRunner.FaFaRunner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.0.395 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml index b3c89bd04a5ed..1c454d2f23d22 100644 --- a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml @@ -7,7 +7,7 @@ InstallerType: inno Scope: machine UpgradeBehavior: install ProductCode: AIDA64 Engineer_is1 -ReleaseDate: 2026-06-15 +ReleaseDate: 2026-06-27 Installers: - Architecture: x64 InstallerUrl: https://download.aida64.com/aida64engineer830.exe diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml index 0292ff30c87ec..0a25f0ee02f2b 100644 --- a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml @@ -24,11 +24,15 @@ Tags: - hardware - monitor ReleaseNotes: |- - extended CPUID features (IA AVX-VNNI-INT16) - Intel Processor Number detection for Xeon 6503P - GPU sensor support for new Asus ROG-Astral-RTX5090-O32G-BTF-Gaming - fixed: physical CPU information for Intel Granite Rapids-WS - fixed: crash in the OpenCL layer + preliminary support for AMD K1A.18 Mustang Peak CPU + preliminary support for AMD K1A.88 Olympic Ridge CPU + improved support for AMD K1A.8 Medusa APU + improved support for AMD K1A.9 Venice SP8 CPU + improved support for AMD K1A.14 Medusa 2/3 APU + extended CPUID features (ACE) + Intel Processor Number detection for Xeon 6971E+C, 6982E+C, 6991E+C + motherboard specific sensor info for Asus Prime H610M-A WiFi D4, TUF Gaming B850M-Plus WiFi7 + improved motherboard specific sensor info for ASRock boards ReleaseNotesUrl: https://www.aida64.com/news/aida64-v830-game-fps-frames-APX-wildcat-lake-nova-cpu-zen6-expo PurchaseUrl: https://www.aida64.com/online-store Documentations: diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml index 8d4afad78e92f..c3d373b63db5b 100644 --- a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml @@ -5,7 +5,7 @@ PackageIdentifier: FinalWire.AIDA64.Extreme PackageVersion: "8.30" Platform: - Windows.Desktop -ReleaseDate: 2026-06-15 +ReleaseDate: 2026-06-27 Installers: - Architecture: x64 InstallerType: inno diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml index a71d43a2c89af..41d87057ab696 100644 --- a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml @@ -33,11 +33,15 @@ Tags: - system-information - systeminformation ReleaseNotes: |- - extended CPUID features (IA AVX-VNNI-INT16) - Intel Processor Number detection for Xeon 6503P - GPU sensor support for new Asus ROG-Astral-RTX5090-O32G-BTF-Gaming - fixed: physical CPU information for Intel Granite Rapids-WS - fixed: crash in the OpenCL layer + preliminary support for AMD K1A.18 Mustang Peak CPU + preliminary support for AMD K1A.88 Olympic Ridge CPU + improved support for AMD K1A.8 Medusa APU + improved support for AMD K1A.9 Venice SP8 CPU + improved support for AMD K1A.14 Medusa 2/3 APU + extended CPUID features (ACE) + Intel Processor Number detection for Xeon 6971E+C, 6982E+C, 6991E+C + motherboard specific sensor info for Asus Prime H610M-A WiFi D4, TUF Gaming B850M-Plus WiFi7 + improved motherboard specific sensor info for ASRock boards ReleaseNotesUrl: https://www.aida64.com/news/aida64-v830-game-fps-frames-APX-wildcat-lake-nova-cpu-zen6-expo PurchaseUrl: https://www.aida64.com/online-store Documentations: diff --git a/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.installer.yaml b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.installer.yaml new file mode 100644 index 0000000000000..93bcd5395b5d6 --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.87.1 +InstallerType: zip +NestedInstallerType: portable +Commands: +- fleetctl +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: fleetctl_v4.87.1_windows_amd64\fleetctl.exe + PortableCommandAlias: fleetctl + InstallerUrl: https://github.com/fleetdm/fleet/releases/download/fleet-v4.87.1/fleetctl_v4.87.1_windows_amd64.zip + InstallerSha256: 8BD5BAA2EF829926B6539E935BDD34562018C640A28E53BDB14FCBF591B11DB5 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: fleetctl_v4.87.1_windows_arm64\fleetctl.exe + PortableCommandAlias: fleetctl + InstallerUrl: https://github.com/fleetdm/fleet/releases/download/fleet-v4.87.1/fleetctl_v4.87.1_windows_arm64.zip + InstallerSha256: 08DF1022F8FBD6B58995729697C6D520D7BDA89253898F28CE405FCF169B4994 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.locale.en-US.yaml b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.locale.en-US.yaml new file mode 100644 index 0000000000000..e9d94269d0470 --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.87.1 +PackageLocale: en-US +Publisher: Fleet Device Management Inc. +PublisherUrl: https://fleetdm.com/ +PublisherSupportUrl: https://github.com/fleetdm/fleet/issues +PrivacyUrl: https://fleetdm.com/legal/privacy +Author: Fleet Device Management Inc. +PackageName: fleetctl +PackageUrl: https://github.com/fleetdm/fleet +License: MIT +LicenseUrl: https://github.com/fleetdm/fleet/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026-present Fleet Device Management Inc +ShortDescription: A command line interface (CLI) tool for managing Fleet from the command line. +Description: |- + fleetctl (pronounced "Fleet control") is a command line interface (CLI) tool for managing Fleet from the command line. fleetctl enables a GitOps workflow with Fleet. + fleetctl also provides a quick way to work with all the data exposed by Fleet without having to use the Fleet UI or work directly with the Fleet API. +Tags: +- fleet +ReleaseNotes: |- + Bug fixes + - Fixed a bug where an Apple SCEP certificate profile backed by NDES could be marked "failed" and consume one of the host's limited profile retry attempts when its challenge password expired, instead of being automatically resent with a fresh challenge. + - Fixed GitOps runs failing with a software_categories duplicate-entry error when a software category's name differed only by characters MySQL's collation treats as equal (such as the Unicode variation selector in default categories like "🖥️ Productivity"). + - Fixed the My device > Software tab appending a macos_applications query parameter to the URL when paginating, even though that page has no /Applications filter. +ReleaseNotesUrl: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.87.1 +PurchaseUrl: https://fleetdm.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://fleetdm.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.locale.zh-CN.yaml b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..852116003c71d --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fleet.fleetctl +PackageVersion: 4.87.1 +PackageLocale: zh-CN +ShortDescription: 从命令行管理 Fleet 的命令行界面(CLI)工具。 +Description: |- + fleetctl(读作“Fleet control”)是一种命令行界面(CLI)工具,用于通过命令行管理 Fleet。 + fleetctl 还提供了一种快速方法来处理 Fleet 公开的所有数据,而无需使用 Fleet UI 或直接使用 Fleet API。 +ReleaseNotesUrl: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.87.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://fleetdm.com/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.yaml b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.yaml new file mode 100644 index 0000000000000..8d0374f25919c --- /dev/null +++ b/manifests/f/Fleet/fleetctl/4.87.1/Fleet.fleetctl.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: Fleet.fleetctl +PackageVersion: 4.87.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..522af66fef0b9 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.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: FunRoutine.WorkFlowy +PackageVersion: 4.3.2606271457 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2606271457/WorkFlowy-Installer-4.3.2606271457.exe + InstallerSha256: BDF311A50BEF7F4325B98D16C6BC9D42958A6433C2BA4B5107A544AB69EF35F2 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2606271457/WorkFlowy-Installer-4.3.2606271457.exe + InstallerSha256: BDF311A50BEF7F4325B98D16C6BC9D42958A6433C2BA4B5107A544AB69EF35F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..875cb806c4a45 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2606271457 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2606271457 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7b9f73d99ff50 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2606271457 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2606271457 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..efde74c963e6a --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2606271457/FunRoutine.WorkFlowy.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: FunRoutine.WorkFlowy +PackageVersion: 4.3.2606271457 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.installer.yaml b/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.installer.yaml new file mode 100644 index 0000000000000..e0242421d7296 --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: flick9000.WinScript +PackageVersion: 2.20.1 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flick9000/winscript/releases/download/v2.20.1/winscript-installer.exe + InstallerSha256: F75FBF8EB35F907CFE5C2EB099409600F4FFF19DB3DA06359E8524ED4D2DD39D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.locale.en-US.yaml b/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.locale.en-US.yaml new file mode 100644 index 0000000000000..b7500bdb7015a --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: flick9000.WinScript +PackageVersion: 2.20.1 +PackageLocale: en-US +Publisher: flick9000 +PublisherUrl: https://github.com/flick9000 +PublisherSupportUrl: https://github.com/flick9000/winscript/issues +PackageName: WinScript +PackageUrl: https://github.com/flick9000/winscript +License: GPL-3.0 +ShortDescription: Open-source tool to build your Windows 10/11 script from scratch. It includes debloat, privacy, performance & app installing scripts. +Tags: +- bloatware +- debloat +- debloater +- install-script +- installer-script +- optimize +- privacy +- privacy-tools +- script +- security +- security-tools +- telemetry +- tweaks +- windows +- windows-10 +- windows-11 +ReleaseNotesUrl: https://github.com/flick9000/winscript/releases/tag/v2.20.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.yaml b/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.yaml new file mode 100644 index 0000000000000..2107be98f52b4 --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.20.1/flick9000.WinScript.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: flick9000.WinScript +PackageVersion: 2.20.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.installer.yaml b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.installer.yaml new file mode 100644 index 0000000000000..dc9ce35c8959b --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.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: Gyan.FFmpeg +PackageVersion: 8.1.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-8.1.2-full_build\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-8.1.2-full_build\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-8.1.2-full_build\bin\ffprobe.exe + PortableCommandAlias: ffprobe +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GyanD/codexffmpeg/releases/download/8.1.2/ffmpeg-8.1.2-full_build.zip + InstallerSha256: B8CDEFAB5F50590A076C27C2B56B0294A0E6154FADED28BA1BA05EBC4F801F57 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.locale.en-US.yaml b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.locale.en-US.yaml new file mode 100644 index 0000000000000..0c577aed842ac --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.locale.en-US.yaml @@ -0,0 +1,201 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gyan.FFmpeg +PackageVersion: 8.1.2 +PackageLocale: en-US +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +Author: Gyan Doshi +PackageName: FFmpeg +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2026 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + + FFmpeg 64-bit static full build from www.gyan.dev. Contains most libraries. +Moniker: ffmpeg +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- ffmpeg +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotes: |- + swscale/x86/rgb_2_rgb: fix uyvytoyuv422 overwrite on odd width + swscale/aarch64: fix uyvy/yuyv to yuv420p/yuv422p on odd width + avcodec/snowenc: fix SIGFPE in get_dc() when a block lies outside the plane + avcodec/snowenc: fix out-of-bounds OBMC read in get_dc() for narrow planes + (fforge/pr/23505) avformat/tls_gnutls:fix crash when connecting to peer + libavcodec/jpeg2000htdec: remove trailing whitespace + libavdevice/alsa.c: fix NULL pointer dereference + avcodec/libjxlenc: check orientation tag metadata before reading + avformat/icecast: reject CR/LF in metadata header values + avfilter/avf_showspectrum: Fix allocation check + avformat/sctp: add size check in sctp_read() matching sctp_write() + avcodec/jpeg2000: Fix undefined behavior on ROI shift-up + aacdec_usac_mps212: reject reserved freq_res value + avcodec/aac/aacdec_usac_mps212: Off-by-one bounds check in ff_aac_ec_data_deci() + Update for 8.1.2 + avcodec/snowenc: fix out-of-bounds memcpy in get_block_rd() for narrow planes + avutil/eval: apply unary sign to print, squish, gauss and lerp + avcodec/cbs_av1_syntax_template: reset seen_frame_header on sequence headers + avfilter/convolution: compute user matrix products in unsigned + avformat/mpegts: use av_fast_realloc() for prg + avfilter/avf_showcwt: fix DIRECTION_DU EOF fill clearing the wrong rows + avfilter/avf_showcwt: fix DIRECTION_RL EOF fill clearing the wrong columns + avfilter/avf_showcwt: avoid undefined float to int conversion of nb_consumed_samples + avfilter/avf_showcwt: fix out of array read in compute_kernel + avfilter/v360: compute remap table offsets in 64bit + avfilter/v360: reject out-of-range dimensions + swresample/x86/resample: write only int16 in the int16 resampler + avformat/rtpenc_amr: Check input size + swscale/ppc: fix ASAN stack-buffer-overflow in yuv2planeX + swscale/ppc: fix LOAD_FILTER overread in VSX path + avcodec/sanm: reject codec37 frames taller than the allocated buffer + avcodec/sanm: reject codec47 frames taller than the allocated buffer + avfilter: use ff_slice_pos() for per-slice boundary computation + avfilter: add ff_slice_pos() helper for slice boundaries + (origin/release/8.1, fforge/release/8.1) avformat/iamf_writer: reject muxing PCM streams + avfilter/estdif: avoid signed overflow in slice boundary calculation + swscale: support sliced input with cascaded scaling contexts + avformat/rtspdec: bound Content-Length in the ANNOUNCE handler to SDP_MAX_SIZE + avcodec/cbs_h266_syntax_template: reject subpic info with res_change_in_clvs + avcodec/misc4: Check nb channels + avcodec/rv10, rv34: check init_get_bits8() before RealVideo bit access + avformat/http: reject request-line tokens not terminated by whitespace + avformat/mov: reject out of range ispe dimensions, avoid overflow summing HEIF tile dimensions + avcodec/agm: validate actual src_y against prev plane in decode_inter_plane + avformat/dhav: Fix second integer overflow in get_duration() + fftools/ffmpeg_dec: deep-copy subtitle_header to fix use-after-free + avcodec/hevc/ps: Check window parameters + avcodec/hevc/ps: Factor window reading out + avcodec/truespeech: reject iterations count whose * 240 product overflows 32-bit + libavcodec/options_table: gamma22 and gamma28 aliases + avcodec/on2avc: reject subframe count whose * SUBFRAME_SIZE product overflows 32-bit + avfilter/zmq: initialize send_buf before shared cleanup on parse failure + avcodec/adpcm: fix signed integer overflow in get_nb_samples() + avformat/matroskadec: avoid signed overflow in DASH cue time differences + avcodec/fastaudio: reject subframes count whose * 256 product overflows 32-bit + avcodec/vc2enc_dwt: avoid signed overflow in the 9/7 DWT lifting + avcodec/vc2enc_dwt: avoid signed overflow in the 5/3 and Haar DWT + avformat/dashdec: Fail with any inner stream count being 0 + avcodec/mjpegdec: require progress in AVRn interlaced field loop + avcodec/mwsc: do not dereference a missing reference frame + avcodec/misc4: reject invalid sample rate + swscale/output: avoid signed overflow in yuv2rgba64_1 alpha + swscale/output: avoid signed overflow in yuv2rgba64_full_1 alpha + tools/target_dem_fuzzer: do not exit on io_buffer allocation failure + avformat/gxfenc: Check timecode and propagate error + swscale/rgb2rgb_template: use unsigned for <<24 + avformat/iamf_parse: bound substream count by remaining OBU size + avformat/matroskadec: bound TRACKENTRY parsing by max_streams + avcodec/diracdec: fix heap buffer overflow in edge_emu_buffer + avformat/rtmppkt: Check recursion depth + avcodec/tdsc: propagate max_pixels to the JPEG tile decoder + avcodec/imm5: propagate max_pixels to the H264/HEVC sub-decoders + avcodec/cri: propagate max_pixels to the JPEG tile decoder + avcodec/jpeglsdec: only apply color transform to decoded rows + avcodec/adpcm: require block_align to be a multiple of channels in ADPCM_PSXC init + avfilter/avf_showcwt: fix out-of-bounds read in du scroll + avfilter/f_ebur128: avoid signed-int wrap when sizing per-channel cache + avformat/mov: cap HEIF ICC profile copies via c*max_streams to bound CPU and memory + avcodec/aac/aacdec_usac: reject explicit usacSamplingFrequency of 0 + avcodec/aac/aacdec_usac: avoid signed overflow in decode_tsd + avcodec/aac/aacdec: reject decoded frame without a valid sample rate + avformat/iff: check av_get_packet() result in ANIM branch + avcodec/cbs_h266_syntax_template: Fix pps_exp_slice_height_in_ctus_minus1 range + avfilter/vf_scale: split rational multiply + avcodec/bsf/dts2pts: fix binary tree invariant violation on selective dec_poc + avfilter/vf_drawtext: Avoid double free in glyph_enu_border_free() + avfilter/vf_drawtext: plug error-path leaks in measure_text/draw_text + avfilter/vf_drawtext: shape_text_hb() free allocated things on error + avfilter/vf_drawtext: avoid double-free of aliased FT_Glyph in glyph_enu_free + avfilter/vf_drawtext: don't double-free glyph that has been cached in tree + avfilter/vf_drawtext: always check pixel_mode == FT_PIXEL_MODE_MONO + avcodec/cook: bound subpacket channel sum against channel count + avcodec/apv_decode: avoid using apv_cbc + avformat/mxfdec: Remove unneeded check + avformat/ftp: Check string used for RNTO + avformat/ftp: Check for Telnet IAC characters and other non printable ASCII chars + avformat/ftp: reject CR/LF in the URL path to prevent FTP command injection + avcodec/jpeg2000dec: Clear header derived variables + avcodec/bsf/smpte436m_to_eia608: properly frees stuff on errors in ff_smpte436m_to_eia608_filter() + tests/checkasm/crc: retain offset values between calls + avformat/avc: Adjust get_ue_golomb() to handle 32 bit + avformat/whip: require remote DTLS fingerprint in SDP answer + avcodec/x86/vorbisdsp: change cmpleps to cmpltps in inverse coupling + avcodec/liboapvenc: derive and validate APV profile from pixel format + avformat/dashdec: bound manifest reloads and fragment-open retries + avfilter/af_join: fix wrong loop bound in buffer dedup (use-after-free) + avcodec/nvenc: fix compatibility with Video Codec SDK 13.1 + avformat/mov: validate APV access unit length before passing to decoder + avcodec/h264_slice: guard color_frame() against chroma-width underflow + avcodec/magicyuv: reject slice_height misaligned with chroma vshift + avcodec/magicyuv: Expand the s->interlaced slice-height sanity check + avcodec/magicyuv: Fix 1 line MEDIAN slices + avformat/mxfdec: zero-init Sony MPEG-4 extradata and add padding + avformat/soxdec: Check sample_rate for nan + tests/tiny_ssim: fixed mistake in ssim_c1 calculation + avformat/hls: Check TIME-OFFSET value + avformat/hls: Check url_offset and size + avcodec/prores_raw: reject invalid tile alignment values + avformat/ty: check rec_size + avformat/ogg: Fix overflow and stale oggvorbis_private values + avformat/rtpenc_xiph: bail out when the max payload size underflows + avformat/rtpenc_aac: reject packets smaller than the ADTS header + avcodec/jpeg2000dec: compute mask in decode_clnpass() like in decode_sigpass() + avformat/flvdec: Check size at the top of the main loop + avformat/vividas: fix misaligned access + avformat/mccdec: dont pass NULL to bytestream2_put_buffer() + avcodec/g2meet: The stack is EPIC_PIX_STACK_SIZE + avcodec/h2645_sei: Initialize side data before deallocation + avfilter/boxblur: Fix off by one errors + avformat/assenc: Add the missing parentheses + avcodec/diracdec: Enlarge `mctmp` to cover the worst-case `blheight·ybsep + yblen` rows, and break the MC loop when no output rows remain + tools/zmqsend: free the AVBprint buffer after using it + [Wave] Fix issues with unaligned metadata chunks. + avformat/mpegts: Dont assume fc->priv_data is a MpegTSContext + fftools/graph: Add missing include "libavutil/mem.h" for fftools/graph/graphprint.c + avcodec/cbs_h266_syntax_template: tighten sh_num_tiles_in_slice_minus1 upper bound + avcodec/hevc: limit missing-ref fill to coded planes + avformat/mov: Fix negative index given to can_seek_to_key_sample() + avcodec/hdrdec: fix pixel count decrement in RLE decompress loop + (fforge/pr/23464) forgejo/workflows: update test workflow for 8.1 release + (fforge/pr/23445) aarch64: vp9lpf: Fix GCS violations + (fforge/pr/23303) avformat/mov: don't abort on unsupported or invalid chnl boxes + avformat/mov_chan: keep the layout untouched on chan/chnl box failure + (fforge/pr/23240) avformat/oggparsevorbis.c: Prevent integer overflow when summing header lengths; add bounds check. + (fforge/pr/23187) avformat/oggparsecelt: bound extra_headers to avoid an effectively infinite loop + (fforge/pr/23111) avformat/demux: use correct close function for custom io + avformat/hlsenc: use correct close function for custom io + avformat/hlsenc: respect io_open set in AVFormatContext + avformat/dashenc: respect io_open set in AVFormatContext + avformat/dashdec: respect io_open set in AVFormatContext + vulkan: fix using encode caps before querying + avformat/rtpdec_av1: fix buffer overflow due to variable confusion +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/8.1/Changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: About + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +- DocumentLabel: GitHub Issues + DocumentUrl: https://github.com/GyanD/codexffmpeg/issues +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.locale.zh-CN.yaml b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33169a9e15b8e --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Gyan.FFmpeg +PackageVersion: 8.1.2 +PackageLocale: zh-CN +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +Author: Gyan Doshi +PackageName: FFmpeg +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2026 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、复用、解复用、流式传输、过滤和播放人类和机器创建的几乎所有内容。它支持从最晦涩的古老格式到最前沿的格式。 + + FFmpeg 64 位静态完整版本来自 www.gyan.dev。包含大多数库。 +Tags: +- ffmpeg +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/8.1/Changelog +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: 关于 + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +- DocumentLabel: GitHub 问题 + DocumentUrl: https://github.com/GyanD/codexffmpeg/issues +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.yaml b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.yaml new file mode 100644 index 0000000000000..e2ef776feed79 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/8.1.2/Gyan.FFmpeg.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: Gyan.FFmpeg +PackageVersion: 8.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.installer.yaml b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.installer.yaml new file mode 100644 index 0000000000000..9a03ee3c61a6a --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.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: Gyan.FFmpeg.Shared +PackageVersion: 8.1.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-8.1.2-full_build-shared\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-8.1.2-full_build-shared\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-8.1.2-full_build-shared\bin\ffprobe.exe + PortableCommandAlias: ffprobe +ReleaseDate: 2026-06-27 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GyanD/codexffmpeg/releases/download/8.1.2/ffmpeg-8.1.2-full_build-shared.zip + InstallerSha256: 274923C68904A9B76C73B908F57923DAFBA81155856CD742138515DED570D066 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.locale.en-US.yaml b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.locale.en-US.yaml new file mode 100644 index 0000000000000..7b12b8b5cdbd5 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.locale.en-US.yaml @@ -0,0 +1,201 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Shared +PackageVersion: 8.1.2 +PackageLocale: en-US +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +Author: Gyan Doshi +PackageName: FFmpeg (Shared) +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2026 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + + FFmpeg 64-bit static full shared build from www.gyan.dev. Contains most libraries with development files. +Moniker: ffmpeg-shared +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- ffmpeg +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotes: |- + swscale/x86/rgb_2_rgb: fix uyvytoyuv422 overwrite on odd width + swscale/aarch64: fix uyvy/yuyv to yuv420p/yuv422p on odd width + avcodec/snowenc: fix SIGFPE in get_dc() when a block lies outside the plane + avcodec/snowenc: fix out-of-bounds OBMC read in get_dc() for narrow planes + (fforge/pr/23505) avformat/tls_gnutls:fix crash when connecting to peer + libavcodec/jpeg2000htdec: remove trailing whitespace + libavdevice/alsa.c: fix NULL pointer dereference + avcodec/libjxlenc: check orientation tag metadata before reading + avformat/icecast: reject CR/LF in metadata header values + avfilter/avf_showspectrum: Fix allocation check + avformat/sctp: add size check in sctp_read() matching sctp_write() + avcodec/jpeg2000: Fix undefined behavior on ROI shift-up + aacdec_usac_mps212: reject reserved freq_res value + avcodec/aac/aacdec_usac_mps212: Off-by-one bounds check in ff_aac_ec_data_deci() + Update for 8.1.2 + avcodec/snowenc: fix out-of-bounds memcpy in get_block_rd() for narrow planes + avutil/eval: apply unary sign to print, squish, gauss and lerp + avcodec/cbs_av1_syntax_template: reset seen_frame_header on sequence headers + avfilter/convolution: compute user matrix products in unsigned + avformat/mpegts: use av_fast_realloc() for prg + avfilter/avf_showcwt: fix DIRECTION_DU EOF fill clearing the wrong rows + avfilter/avf_showcwt: fix DIRECTION_RL EOF fill clearing the wrong columns + avfilter/avf_showcwt: avoid undefined float to int conversion of nb_consumed_samples + avfilter/avf_showcwt: fix out of array read in compute_kernel + avfilter/v360: compute remap table offsets in 64bit + avfilter/v360: reject out-of-range dimensions + swresample/x86/resample: write only int16 in the int16 resampler + avformat/rtpenc_amr: Check input size + swscale/ppc: fix ASAN stack-buffer-overflow in yuv2planeX + swscale/ppc: fix LOAD_FILTER overread in VSX path + avcodec/sanm: reject codec37 frames taller than the allocated buffer + avcodec/sanm: reject codec47 frames taller than the allocated buffer + avfilter: use ff_slice_pos() for per-slice boundary computation + avfilter: add ff_slice_pos() helper for slice boundaries + (origin/release/8.1, fforge/release/8.1) avformat/iamf_writer: reject muxing PCM streams + avfilter/estdif: avoid signed overflow in slice boundary calculation + swscale: support sliced input with cascaded scaling contexts + avformat/rtspdec: bound Content-Length in the ANNOUNCE handler to SDP_MAX_SIZE + avcodec/cbs_h266_syntax_template: reject subpic info with res_change_in_clvs + avcodec/misc4: Check nb channels + avcodec/rv10, rv34: check init_get_bits8() before RealVideo bit access + avformat/http: reject request-line tokens not terminated by whitespace + avformat/mov: reject out of range ispe dimensions, avoid overflow summing HEIF tile dimensions + avcodec/agm: validate actual src_y against prev plane in decode_inter_plane + avformat/dhav: Fix second integer overflow in get_duration() + fftools/ffmpeg_dec: deep-copy subtitle_header to fix use-after-free + avcodec/hevc/ps: Check window parameters + avcodec/hevc/ps: Factor window reading out + avcodec/truespeech: reject iterations count whose * 240 product overflows 32-bit + libavcodec/options_table: gamma22 and gamma28 aliases + avcodec/on2avc: reject subframe count whose * SUBFRAME_SIZE product overflows 32-bit + avfilter/zmq: initialize send_buf before shared cleanup on parse failure + avcodec/adpcm: fix signed integer overflow in get_nb_samples() + avformat/matroskadec: avoid signed overflow in DASH cue time differences + avcodec/fastaudio: reject subframes count whose * 256 product overflows 32-bit + avcodec/vc2enc_dwt: avoid signed overflow in the 9/7 DWT lifting + avcodec/vc2enc_dwt: avoid signed overflow in the 5/3 and Haar DWT + avformat/dashdec: Fail with any inner stream count being 0 + avcodec/mjpegdec: require progress in AVRn interlaced field loop + avcodec/mwsc: do not dereference a missing reference frame + avcodec/misc4: reject invalid sample rate + swscale/output: avoid signed overflow in yuv2rgba64_1 alpha + swscale/output: avoid signed overflow in yuv2rgba64_full_1 alpha + tools/target_dem_fuzzer: do not exit on io_buffer allocation failure + avformat/gxfenc: Check timecode and propagate error + swscale/rgb2rgb_template: use unsigned for <<24 + avformat/iamf_parse: bound substream count by remaining OBU size + avformat/matroskadec: bound TRACKENTRY parsing by max_streams + avcodec/diracdec: fix heap buffer overflow in edge_emu_buffer + avformat/rtmppkt: Check recursion depth + avcodec/tdsc: propagate max_pixels to the JPEG tile decoder + avcodec/imm5: propagate max_pixels to the H264/HEVC sub-decoders + avcodec/cri: propagate max_pixels to the JPEG tile decoder + avcodec/jpeglsdec: only apply color transform to decoded rows + avcodec/adpcm: require block_align to be a multiple of channels in ADPCM_PSXC init + avfilter/avf_showcwt: fix out-of-bounds read in du scroll + avfilter/f_ebur128: avoid signed-int wrap when sizing per-channel cache + avformat/mov: cap HEIF ICC profile copies via c*max_streams to bound CPU and memory + avcodec/aac/aacdec_usac: reject explicit usacSamplingFrequency of 0 + avcodec/aac/aacdec_usac: avoid signed overflow in decode_tsd + avcodec/aac/aacdec: reject decoded frame without a valid sample rate + avformat/iff: check av_get_packet() result in ANIM branch + avcodec/cbs_h266_syntax_template: Fix pps_exp_slice_height_in_ctus_minus1 range + avfilter/vf_scale: split rational multiply + avcodec/bsf/dts2pts: fix binary tree invariant violation on selective dec_poc + avfilter/vf_drawtext: Avoid double free in glyph_enu_border_free() + avfilter/vf_drawtext: plug error-path leaks in measure_text/draw_text + avfilter/vf_drawtext: shape_text_hb() free allocated things on error + avfilter/vf_drawtext: avoid double-free of aliased FT_Glyph in glyph_enu_free + avfilter/vf_drawtext: don't double-free glyph that has been cached in tree + avfilter/vf_drawtext: always check pixel_mode == FT_PIXEL_MODE_MONO + avcodec/cook: bound subpacket channel sum against channel count + avcodec/apv_decode: avoid using apv_cbc + avformat/mxfdec: Remove unneeded check + avformat/ftp: Check string used for RNTO + avformat/ftp: Check for Telnet IAC characters and other non printable ASCII chars + avformat/ftp: reject CR/LF in the URL path to prevent FTP command injection + avcodec/jpeg2000dec: Clear header derived variables + avcodec/bsf/smpte436m_to_eia608: properly frees stuff on errors in ff_smpte436m_to_eia608_filter() + tests/checkasm/crc: retain offset values between calls + avformat/avc: Adjust get_ue_golomb() to handle 32 bit + avformat/whip: require remote DTLS fingerprint in SDP answer + avcodec/x86/vorbisdsp: change cmpleps to cmpltps in inverse coupling + avcodec/liboapvenc: derive and validate APV profile from pixel format + avformat/dashdec: bound manifest reloads and fragment-open retries + avfilter/af_join: fix wrong loop bound in buffer dedup (use-after-free) + avcodec/nvenc: fix compatibility with Video Codec SDK 13.1 + avformat/mov: validate APV access unit length before passing to decoder + avcodec/h264_slice: guard color_frame() against chroma-width underflow + avcodec/magicyuv: reject slice_height misaligned with chroma vshift + avcodec/magicyuv: Expand the s->interlaced slice-height sanity check + avcodec/magicyuv: Fix 1 line MEDIAN slices + avformat/mxfdec: zero-init Sony MPEG-4 extradata and add padding + avformat/soxdec: Check sample_rate for nan + tests/tiny_ssim: fixed mistake in ssim_c1 calculation + avformat/hls: Check TIME-OFFSET value + avformat/hls: Check url_offset and size + avcodec/prores_raw: reject invalid tile alignment values + avformat/ty: check rec_size + avformat/ogg: Fix overflow and stale oggvorbis_private values + avformat/rtpenc_xiph: bail out when the max payload size underflows + avformat/rtpenc_aac: reject packets smaller than the ADTS header + avcodec/jpeg2000dec: compute mask in decode_clnpass() like in decode_sigpass() + avformat/flvdec: Check size at the top of the main loop + avformat/vividas: fix misaligned access + avformat/mccdec: dont pass NULL to bytestream2_put_buffer() + avcodec/g2meet: The stack is EPIC_PIX_STACK_SIZE + avcodec/h2645_sei: Initialize side data before deallocation + avfilter/boxblur: Fix off by one errors + avformat/assenc: Add the missing parentheses + avcodec/diracdec: Enlarge `mctmp` to cover the worst-case `blheight·ybsep + yblen` rows, and break the MC loop when no output rows remain + tools/zmqsend: free the AVBprint buffer after using it + [Wave] Fix issues with unaligned metadata chunks. + avformat/mpegts: Dont assume fc->priv_data is a MpegTSContext + fftools/graph: Add missing include "libavutil/mem.h" for fftools/graph/graphprint.c + avcodec/cbs_h266_syntax_template: tighten sh_num_tiles_in_slice_minus1 upper bound + avcodec/hevc: limit missing-ref fill to coded planes + avformat/mov: Fix negative index given to can_seek_to_key_sample() + avcodec/hdrdec: fix pixel count decrement in RLE decompress loop + (fforge/pr/23464) forgejo/workflows: update test workflow for 8.1 release + (fforge/pr/23445) aarch64: vp9lpf: Fix GCS violations + (fforge/pr/23303) avformat/mov: don't abort on unsupported or invalid chnl boxes + avformat/mov_chan: keep the layout untouched on chan/chnl box failure + (fforge/pr/23240) avformat/oggparsevorbis.c: Prevent integer overflow when summing header lengths; add bounds check. + (fforge/pr/23187) avformat/oggparsecelt: bound extra_headers to avoid an effectively infinite loop + (fforge/pr/23111) avformat/demux: use correct close function for custom io + avformat/hlsenc: use correct close function for custom io + avformat/hlsenc: respect io_open set in AVFormatContext + avformat/dashenc: respect io_open set in AVFormatContext + avformat/dashdec: respect io_open set in AVFormatContext + vulkan: fix using encode caps before querying + avformat/rtpdec_av1: fix buffer overflow due to variable confusion +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/8.1/Changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: About + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +- DocumentLabel: GitHub Issues + DocumentUrl: https://github.com/GyanD/codexffmpeg/issues +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.locale.zh-CN.yaml b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.locale.zh-CN.yaml new file mode 100644 index 0000000000000..622dab5ead143 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Gyan.FFmpeg.Shared +PackageVersion: 8.1.2 +PackageLocale: zh-CN +Publisher: Gyan +PublisherUrl: https://www.gyan.dev/ +PublisherSupportUrl: https://www.gyan.dev/ffmpeg/builds/#discussion +Author: Gyan Doshi +PackageName: FFmpeg(动态编译) +PackageUrl: https://www.gyan.dev/ffmpeg/builds/ +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2026 the FFmpeg developers +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、复用、解复用、流式传输、过滤和播放人类和机器创建的几乎所有内容。它支持从最晦涩的古老格式到最前沿的格式。 + + FFmpeg 64 位静态完整共享版本来自 www.gyan.dev。包含大多数库和开发文件。 +Tags: +- ffmpeg +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +ReleaseNotesUrl: https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/8.1/Changelog +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +- DocumentLabel: 关于 + DocumentUrl: https://www.gyan.dev/ffmpeg/builds/#about-these-builds +- DocumentLabel: GitHub 议题 + DocumentUrl: https://github.com/GyanD/codexffmpeg/issues +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.yaml b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.yaml new file mode 100644 index 0000000000000..ad2ea80287286 --- /dev/null +++ b/manifests/g/Gyan/FFmpeg/Shared/8.1.2/Gyan.FFmpeg.Shared.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: Gyan.FFmpeg.Shared +PackageVersion: 8.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..6ba1fc04566e3 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.87 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.87/ggcode_1.3.87_windows_x64.msi + InstallerSha256: 9E4A4A39194146C4851DCBE0FD0365E650E5FB75C53C706ADFED913182B971BE + ProductCode: '{FB3C2D3A-3B01-4BEE-9B08-6E222E5C2C34}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{FB3C2D3A-3B01-4BEE-9B08-6E222E5C2C34}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.87/ggcode_1.3.87_windows_arm64.msi + InstallerSha256: 630261A7A8BB16C55884B990FF6107AA65CB64A141B2744930C12F001688E058 + ProductCode: '{ED1038E9-0647-479C-9CB1-82AD02A9EC9C}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{ED1038E9-0647-479C-9CB1-82AD02A9EC9C}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..f34712db2646d --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.87 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.87 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..0b9771417818b --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.87/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.87 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..47571e4b50e4b --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.87 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{2D529189-934E-4BC1-AC3B-31D0257425A1}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{2D529189-934E-4BC1-AC3B-31D0257425A1}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.87/ggcode-desktop_1.3.87_windows_x64.msi + InstallerSha256: D53F466AC3639F4563491B9A5C4317EA866C35AA74309AB8654A55C10DA77A9B + ProductCode: '{2D529189-934E-4BC1-AC3B-31D0257425A1}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{2D529189-934E-4BC1-AC3B-31D0257425A1}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.87/ggcode-desktop_1.3.87_windows_arm64.msi + InstallerSha256: 8AF78286DB078D8C381622F2D9833BE280726315BD989E1DAAE7445CD38B9BDE + ProductCode: '{1FB68F79-E9AC-439E-8B09-8220D1190816}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{1FB68F79-E9AC-439E-8B09-8220D1190816}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..db316c22717db --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.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: gg.ai.ggcode-desktop +PackageVersion: 1.3.87 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.87 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..d43c4dd8a5a83 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.87/gg.ai.ggcode-desktop.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: gg.ai.ggcode-desktop +PackageVersion: 1.3.87 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.installer.yaml b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.installer.yaml new file mode 100644 index 0000000000000..5c7c2af805c38 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.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: HMCL.HMCL.Stable +PackageVersion: 3.15.2 +InstallerType: portable +Commands: +- hmcl-stable +ReleaseDate: 2026-06-25 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/HMCL-dev/HMCL/releases/download/v3.15.2/HMCL-3.15.2.exe + InstallerSha256: C489C543C46045C948D5558D5DB0B52766B6BA4067568FFDD180844F8CC637A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.locale.en-US.yaml new file mode 100644 index 0000000000000..eb1c567598edb --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.15.2 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Stable +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30f5c3d9d0524 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.15.2 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 稳定版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotes: |- + 下载 + - GP-6215: 优化下载功能 (by Glavo) + - GP-6218: 更新游戏内容下载页游戏版本列表至 26.2 (by 3gf8jv4dv) +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.15.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.yaml b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.yaml new file mode 100644 index 0000000000000..2424f66c2177b --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.15.2/HMCL.HMCL.Stable.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: HMCL.HMCL.Stable +PackageVersion: 3.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.installer.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.installer.yaml new file mode 100644 index 0000000000000..f90e5f37f7ab4 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.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: HMCL.HMCL.Stable.CNB +PackageVersion: 3.15.2 +InstallerType: portable +Commands: +- hmcl-stable +ReleaseDate: 2026-06-25 +Installers: +- Architecture: neutral + InstallerUrl: https://cnb.cool/HMCL-dev/HMCL/-/releases/download/v3.15.2/HMCL-3.15.2.exe + InstallerSha256: C489C543C46045C948D5558D5DB0B52766B6BA4067568FFDD180844F8CC637A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.locale.en-US.yaml new file mode 100644 index 0000000000000..0c722c14ad0c1 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.15.2 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Stable +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.9.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ca739e3ee1a66 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.15.2 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 稳定版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotes: |- + 下载 + - GP-6215: 优化下载功能 (by Glavo) + - GP-6218: 更新游戏内容下载页游戏版本列表至 26.2 (by 3gf8jv4dv) +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.15.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.yaml new file mode 100644 index 0000000000000..43ccb1d2b37ce --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.15.2/HMCL.HMCL.Stable.CNB.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: HMCL.HMCL.Stable.CNB +PackageVersion: 3.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 0000000000000..eacd0bd57c1f2 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.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: HaiYing.OfficeCLI +PackageVersion: 1.0.124 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.124/officecli-win-x64.exe + InstallerSha256: A4CB35C272D305CAFD876DD7A2DF552B4F01EBA2412DECBFB82FB82EA673A4EF +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.124/officecli-win-arm64.exe + InstallerSha256: 668300C8773063736B2B1675146523F3778707DEACA5BC27934404A4BB1A2EFF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..7af125f3f05a4 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.124 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: 'Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.123...v1.0.124' +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.124 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2ff3bbe6812f1 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.124 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.yaml new file mode 100644 index 0000000000000..36d487de00a1c --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.124/HaiYing.OfficeCLI.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: HaiYing.OfficeCLI +PackageVersion: 1.0.124 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.installer.yaml b/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.installer.yaml new file mode 100644 index 0000000000000..4f0cad1fb59e6 --- /dev/null +++ b/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: HarumiWeb.Xlflow +PackageVersion: 0.16.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-27" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: xlflow.exe + PortableCommandAlias: xlflow + InstallerUrl: https://github.com/harumiWeb/xlflow/releases/download/v0.16.0/xlflow_windows_x86_64.zip + InstallerSha256: 95c81c964f8725ae5f24b14fc1c0065c3ad3d81817c3d9a7d7aca12e2ec213b1 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.locale.en-US.yaml b/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.locale.en-US.yaml new file mode 100644 index 0000000000000..2a541c0f8a2c4 --- /dev/null +++ b/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.locale.en-US.yaml @@ -0,0 +1,23 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: HarumiWeb.Xlflow +PackageVersion: 0.16.0 +PackageLocale: en-US +Publisher: HarumiWeb +PublisherUrl: https://github.com/harumiWeb +PublisherSupportUrl: https://github.com/harumiWeb/xlflow/issues +PackageName: xlflow +PackageUrl: https://github.com/harumiWeb/xlflow +License: MIT +LicenseUrl: https://github.com/harumiWeb/xlflow/blob/v0.16.0/LICENSE +ShortDescription: Excel VBA development framework for CLI-first humans and AI agents. +Description: Excel VBA development framework for CLI-first humans and AI agents. +Moniker: xlflow +Tags: + - go + - cli + - excel + - vba + - automation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.yaml b/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.yaml new file mode 100644 index 0000000000000..a8d7d3f0626e3 --- /dev/null +++ b/manifests/h/HarumiWeb/Xlflow/0.16.0/HarumiWeb.Xlflow.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: HarumiWeb.Xlflow +PackageVersion: 0.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.installer.yaml b/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.installer.yaml new file mode 100644 index 0000000000000..fa691be3e46e8 --- /dev/null +++ b/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.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: Holepunch.Keet +PackageVersion: 4.17.2.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +PackageFamilyName: Keet_k5xf9864y0668 +Installers: +- Architecture: x64 + InstallerUrl: https://static.keet.io/downloads/4.17.2/Keet.msix + InstallerSha256: C3719FAC9C5492A9F3AD40B6FAFE8156469374B64A5D27BC0F1ED0A230613859 + SignatureSha256: B286C16ECEF159FAFFDA8EE1087F74E63A1040637D7B66C4EBCDE572F147CAB1 +- Architecture: arm64 + InstallerUrl: https://static.keet.io/downloads/4.17.2/Keet.msix + InstallerSha256: C3719FAC9C5492A9F3AD40B6FAFE8156469374B64A5D27BC0F1ED0A230613859 + SignatureSha256: B286C16ECEF159FAFFDA8EE1087F74E63A1040637D7B66C4EBCDE572F147CAB1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.locale.en-US.yaml b/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.locale.en-US.yaml new file mode 100644 index 0000000000000..2169a508163bd --- /dev/null +++ b/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.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: Holepunch.Keet +PackageVersion: 4.17.2.0 +PackageLocale: en-US +Publisher: Holepunch +PublisherUrl: https://holepunch.to/ +PublisherSupportUrl: https://support.keet.io/ +PrivacyUrl: https://keet.io/application-privacy/ +Author: Holepunch Inc +PackageName: Keet +PackageUrl: https://keet.io/ +License: Proprietary +LicenseUrl: https://keet.io/application-terms/ +Copyright: Copyright (c) 2024-2026 Holepunch, S.A. de C.V. All rights reserved. +ShortDescription: Peer-to-peer chat application with end-to-end encryption for private messaging, calls, and file sharing. +Description: |- + Keet is a peer-to-peer chat application that allows users to communicate directly with each other. + Send messages, files, high quality videos and photos with no limitations. Private and Encrypted. + Always Peer-to-Peer. Never on a server. No phone number or email is required, and identities are + secured with a 24-word seed phrase. +Moniker: keet +Tags: +- chat +- communication +- encrypted +- end-to-end-encryption +- holepunch +- messaging +- p2p +- pear +- peer-to-peer +- privacy +- video-calls +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.yaml b/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.yaml new file mode 100644 index 0000000000000..7234d19d96ade --- /dev/null +++ b/manifests/h/Holepunch/Keet/4.17.2.0/Holepunch.Keet.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: Holepunch.Keet +PackageVersion: 4.17.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.installer.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.installer.yaml new file mode 100644 index 0000000000000..1269a12adf2bb --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JRE +PackageVersion: 11.0.31.11 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jjs +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmid +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{7A756EB5-4727-4A03-A4FD-447509D14F40}' +ReleaseDate: 2026-04-29 +AppsAndFeaturesEntries: +- ProductCode: '{7A756EB5-4727-4A03-A4FD-447509D14F40}' + UpgradeCode: '{CF9731BC-FB94-D09E-5B34-D586449B91C2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.31.0/ibm-semeru-open-jre_x64_windows_11.0.31.0.msi + InstallerSha256: 5EEF71BA6D76A112804C7B2F36AB3B6F955B2B7D595DE7E6D92AFA85E81554D6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..c7b3eb0c26495 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JRE +PackageVersion: 11.0.31.11 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2026 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.31.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4ec62a1b5cb1a --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.11.JRE +PackageVersion: 11.0.31.11 +PackageLocale: zh-CN +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.yaml new file mode 100644 index 0000000000000..f142398888206 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.31.11/IBM.Semeru.11.JRE.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: IBM.Semeru.11.JRE +PackageVersion: 11.0.31.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.installer.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.installer.yaml new file mode 100644 index 0000000000000..b642f52e27e65 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JRE +PackageVersion: 17.0.19.10 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{D78299EE-D0EA-4010-9DAB-1DDFA2C085C7}' +ReleaseDate: 2026-04-29 +AppsAndFeaturesEntries: +- ProductCode: '{D78299EE-D0EA-4010-9DAB-1DDFA2C085C7}' + UpgradeCode: '{22478BE1-D127-BB0D-E709-E6EF97C8DFE2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.19.0/ibm-semeru-open-jre_x64_windows_17.0.19.0.msi + InstallerSha256: 4698A739709CA0671E5EB5CF227D1F2A3647AB4CFFF85F28035F3DF2E1B47AA4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..cf8954c4f7580 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JRE +PackageVersion: 17.0.19.10 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2026 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..847c38d730882 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JRE +PackageVersion: 17.0.19.10 +PackageLocale: zh-CN +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.yaml new file mode 100644 index 0000000000000..265cf95d0d1cc --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.19.10/IBM.Semeru.17.JRE.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: IBM.Semeru.17.JRE +PackageVersion: 17.0.19.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.installer.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.installer.yaml new file mode 100644 index 0000000000000..bd7b1a4fa820f --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JRE +PackageVersion: 21.0.11.10 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jpackcore +- jrunscript +- jwebserver +- keytool +- kinit +- klist +- ktab +- rmiregistry +- traceformat +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{ED63A267-66EC-4F44-9234-09B3921B7A71}' +ReleaseDate: 2026-04-29 +AppsAndFeaturesEntries: +- ProductCode: '{ED63A267-66EC-4F44-9234-09B3921B7A71}' + UpgradeCode: '{A685599E-B2C1-B286-A17E-011F6911D640}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.11.0/ibm-semeru-open-jre_x64_windows_21.0.11.0.msi + InstallerSha256: 8CDEB707578E660D967AD128407ECF0E095C0591E1C342783FDA6A0A93EEA79B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..0a0217b4fe21d --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JRE +PackageVersion: 21.0.11.10 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2026 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..373a9775892ea --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JRE +PackageVersion: 21.0.11.10 +PackageLocale: zh-CN +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.yaml new file mode 100644 index 0000000000000..df8aa84b53122 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.11.10/IBM.Semeru.21.JRE.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: IBM.Semeru.21.JRE +PackageVersion: 21.0.11.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.installer.yaml b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.installer.yaml new file mode 100644 index 0000000000000..397f0fca3fb01 --- /dev/null +++ b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.25.JRE +PackageVersion: 25.0.3.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +ProductCode: '{7C4E912A-C67A-41B2-AD3C-1E943CB82842}' +ReleaseDate: 2026-04-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{E50B0E61-77BE-813A-9902-A9A70AC885EB}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru25-binaries/releases/download/jdk-25.0.3.0/ibm-semeru-open-jre_x64_windows_25.0.3.0.msi + InstallerSha256: 4D9F15950E1493EBCB5200245EE856C596FCE53E387300DE313A253316A78FC3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..aa67d8c4cd8cb --- /dev/null +++ b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.25.JRE +PackageVersion: 25.0.3.9 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 25 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2026 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru25-binaries/releases/tag/jdk-25.0.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..764a739baa903 --- /dev/null +++ b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.25.JRE +PackageVersion: 25.0.3.9 +PackageLocale: zh-CN +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/tag/jdk-23.0.2%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.yaml b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.yaml new file mode 100644 index 0000000000000..33ef56a2558ee --- /dev/null +++ b/manifests/i/IBM/Semeru/25/JRE/25.0.3.9/IBM.Semeru.25.JRE.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: IBM.Semeru.25.JRE +PackageVersion: 25.0.3.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.installer.yaml b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.installer.yaml new file mode 100644 index 0000000000000..c0d20bf7de275 --- /dev/null +++ b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.26.JRE +PackageVersion: 26.0.1.8 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +ProductCode: '{BD0079CD-FE66-4AC9-914F-1C09565A59CF}' +ReleaseDate: 2026-04-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{14CE360F-B605-970A-CDD2-22153884FFB0}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru26-binaries/releases/download/jdk-26.0.1.0/ibm-semeru-open-jre_x64_windows_26.0.1.0.msi + InstallerSha256: D906CC2FEC3A560D88A2CE1CC6F5685DF15D6F61B361A3B29DD7DCFA2A4F5AD7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..6c25e1a68dbaf --- /dev/null +++ b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.26.JRE +PackageVersion: 26.0.1.8 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 26 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2026 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru26-binaries/releases/tag/jdk-26.0.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ced729509aa6 --- /dev/null +++ b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IBM.Semeru.26.JRE +PackageVersion: 26.0.1.8 +PackageLocale: zh-CN +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/tag/jdk-23.0.2%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.yaml b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.yaml new file mode 100644 index 0000000000000..2dfd762eb9bcb --- /dev/null +++ b/manifests/i/IBM/Semeru/26/JRE/26.0.1.8/IBM.Semeru.26.JRE.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: IBM.Semeru.26.JRE +PackageVersion: 26.0.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.installer.yaml b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.installer.yaml similarity index 79% rename from manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.installer.yaml rename to manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.installer.yaml index 626693d8f3c3e..f418f59cb83fd 100644 --- a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.installer.yaml +++ b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveControlForExcel -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 InstallerType: wix Scope: machine InstallerSwitches: @@ -10,12 +10,12 @@ InstallerSwitches: Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VSTOR -ProductCode: '{545C8CC7-C52B-4ABA-9C4F-EBECC808AE23}' +ProductCode: '{545C8CC7-C52B-4ABA-9C4F-EBECC809FE23}' AppsAndFeaturesEntries: - UpgradeCode: '{545C8CC7-C52B-4ABA-9C4F-EBEC38FB6E23}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Control%20for%20Excel-current.msi - InstallerSha256: C41A8EE7245A57773A4A2C1544147AABF9FACA92E3099A404B103B49C72CAF64 + InstallerSha256: 3EF635E6E4E7CE21ECAA9B493C2944F7ECD5506DE470A6DCBE167F155C39F847 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.locale.en-US.yaml b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.locale.en-US.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.locale.en-US.yaml index 90e6d168ccb33..a12926c7347be 100644 --- a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveControlForExcel -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: en-US Publisher: Invantive Software B.V. Author: Invantive Software B.V. diff --git a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.locale.zh-CN.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.locale.zh-CN.yaml index ae5dfc8ad7792..af6096a1db07e 100644 --- a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveControlForExcel -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: zh-CN License: 专有软件 ShortDescription: 轻松将 Microsoft Excel 连接至 105+ 种数据源,实现实时数据下载/上传:通过简易 Excel 公式、快速表格下载及功能丰富的风险模型。 diff --git a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.yaml b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.yaml similarity index 91% rename from manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.yaml rename to manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.yaml index 071ccc29dbd7b..e1ccc79825976 100644 --- a/manifests/i/Invantive/InvantiveControlForExcel/25.0.211/Invantive.InvantiveControlForExcel.yaml +++ b/manifests/i/Invantive/InvantiveControlForExcel/25.0.232/Invantive.InvantiveControlForExcel.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveControlForExcel -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.installer.yaml b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.installer.yaml similarity index 76% rename from manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.installer.yaml rename to manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.installer.yaml index c83092d8acab5..81b96733977f1 100644 --- a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.installer.yaml +++ b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveDataLoader -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" -ProductCode: '{8484118A-71B1-4ED1-BED8-4D42900D5900}' +ProductCode: '{8484118A-71B1-4ED1-BED8-4D42900EA900}' AppsAndFeaturesEntries: - UpgradeCode: '{8484118A-71B1-4ED1-BED8-4D4200001900}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Data%20Loader-current.msi - InstallerSha256: D1EF7481115D68E2D101D40244F626E791807672A2C8CA839432E36DC4C44EAB + InstallerSha256: E5D6F217800A6EA2AEFF3BEE7FBA5107FB6209A70A755EB63FCB24609965A5E6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.locale.en-US.yaml b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.locale.en-US.yaml similarity index 97% rename from manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.locale.en-US.yaml index 6c41714ae94ff..4407058f96fae 100644 --- a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveDataLoader -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: en-US Publisher: Invantive Software B.V. Author: Invantive Software B.V. diff --git a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.locale.zh-CN.yaml similarity index 96% rename from manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.locale.zh-CN.yaml index 2f3441fd82739..3bbc9eefb9606 100644 --- a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveDataLoader -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: zh-CN License: 专有软件 ShortDescription: 将来自 Freshdesk、Exact Online、Visma Severa、Nmbrs 等 70 多个云应用平台的数据复制到关系型数据库(如 Microsoft SQL Server 或 PostgreSQL)中。 diff --git a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.yaml b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.yaml similarity index 90% rename from manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.yaml rename to manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.yaml index fe9f84007266e..05e8fc91d0931 100644 --- a/manifests/i/Invantive/InvantiveDataLoader/25.0.211/Invantive.InvantiveDataLoader.yaml +++ b/manifests/i/Invantive/InvantiveDataLoader/25.0.232/Invantive.InvantiveDataLoader.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveDataLoader -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.installer.yaml b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.installer.yaml similarity index 77% rename from manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.installer.yaml rename to manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.installer.yaml index 57e18025c74cf..5dd0d11b9fee3 100644 --- a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.installer.yaml +++ b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveEstateForWindows -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" -ProductCode: '{0273C06D-0B61-4C57-87D5-A4E5900D5900}' +ProductCode: '{0273C06D-0B61-4C57-87D5-A4E5900EA900}' AppsAndFeaturesEntries: - UpgradeCode: '{0273C06D-0B61-4C57-87D5-A4E500001900}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Estate%20for%20Windows-current.msi - InstallerSha256: 3E0ED5879AF4D1B86A67F9A8B143D264D7025D084FE5AF35F27806644AE7D4CA + InstallerSha256: C7011005C6FA83487D1712B5311380A9192BB95C8FED0080B29A6094683E128E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.locale.en-US.yaml b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.locale.en-US.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.locale.en-US.yaml index 833d37d750755..46abe1b57b7b9 100644 --- a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveEstateForWindows -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: en-US Publisher: Invantive Software B.V. Author: Invantive Software B.V. diff --git a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.locale.zh-CN.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.locale.zh-CN.yaml index e4715bb85f45a..351936c71af74 100644 --- a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveEstateForWindows -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: zh-CN License: 专有软件 ShortDescription: 房地产项目管理软件解决方案。 diff --git a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.yaml b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.yaml similarity index 91% rename from manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.yaml rename to manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.yaml index 316b79742f6a6..673e001db9109 100644 --- a/manifests/i/Invantive/InvantiveEstateForWindows/25.0.211/Invantive.InvantiveEstateForWindows.yaml +++ b/manifests/i/Invantive/InvantiveEstateForWindows/25.0.232/Invantive.InvantiveEstateForWindows.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveEstateForWindows -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.installer.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.installer.yaml similarity index 76% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.installer.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.installer.yaml index f034bee27f89c..5f711a844837d 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.installer.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" -ProductCode: '{47133204-FFF9-4A76-AF75-30BA900D5900}' +ProductCode: '{47133204-FFF9-4A76-AF75-30BA900EA900}' AppsAndFeaturesEntries: - UpgradeCode: '{47133204-FFF9-4A76-AF75-30BA00001900}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Query%20Tool-current.msi - InstallerSha256: 607B4CC4399506E4994D780D14CCEA0BDB5204BBDF2A0EF17372FD248E02EC8F + InstallerSha256: F84DADB23E1A7C9CF2A8AB0BA8C91D8148731ACFE8EA0EB30B76113D5534060E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.locale.en-US.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.locale.en-US.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.locale.en-US.yaml index 84669d1b593fd..c0b71c219ca46 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: en-US Publisher: Invantive Software B.V. Author: Invantive Software B.V. diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.locale.zh-CN.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.locale.zh-CN.yaml index 4faecdf4eb971..09823e342a5a1 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: zh-CN License: 专有软件 ShortDescription: 通过熟悉的 SQL 语句,轻松查询和维护超过 105 种数据源中的数据。 diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.yaml similarity index 90% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.yaml index 0fbb469b470b6..8f68553d9efaf 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.211/Invantive.InvantiveQueryTool.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.232/Invantive.InvantiveQueryTool.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.installer.yaml b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.installer.yaml similarity index 76% rename from manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.installer.yaml rename to manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.installer.yaml index 7dee4938fceda..da0086dbd2a0e 100644 --- a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.installer.yaml +++ b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveStudio -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" -ProductCode: '{C0C57B09-16F7-42EF-8966-1D5D900D5900}' +ProductCode: '{C0C57B09-16F7-42EF-8966-1D5D900EA900}' AppsAndFeaturesEntries: - UpgradeCode: '{C0C57B09-16F7-42EF-8966-1D5D00001900}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Studio-current.msi - InstallerSha256: 88D1085E200432579458D2E6276E297EFFFC8C5FE3AAA806E447BAE18971B45C + InstallerSha256: 4984540AD2131449BD3457F3E713A73BC050F0F5E9C0B5E145B811552A554846 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.locale.en-US.yaml b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.locale.en-US.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.locale.en-US.yaml index aaa181bae4fac..e536ddb813118 100644 --- a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveStudio -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: en-US Publisher: Invantive Software B.V. Author: Invantive Software B.V. diff --git a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.locale.zh-CN.yaml similarity index 97% rename from manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.locale.zh-CN.yaml index 94cb417227673..47bb0668e91f3 100644 --- a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveStudio -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 PackageLocale: zh-CN License: 专有软件 ShortDescription: 功能丰富的软件开发环境,适用于基于业务规则的软件和应用程序。 diff --git a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.yaml b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.yaml similarity index 90% rename from manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.yaml rename to manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.yaml index 880030b3d3e50..ee769e1bb0e1b 100644 --- a/manifests/i/Invantive/InvantiveStudio/25.0.211/Invantive.InvantiveStudio.yaml +++ b/manifests/i/Invantive/InvantiveStudio/25.0.232/Invantive.InvantiveStudio.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveStudio -PackageVersion: 25.0.211 +PackageVersion: 25.0.232 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.installer.yaml b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.installer.yaml new file mode 100644 index 0000000000000..b117b7a0e770e --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Iterate.MountainDuck +PackageVersion: 5.3.0.29446 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +Protocols: +- dav +- davs +- ftp +- ftps +- s3 +- sftp +FileExtensions: +- cyberduckprofile +- duck +- mountainducklicense +PackageFamilyName: io.mountainduck_nx15cxr8682sp +Capabilities: +- internetClient +- packageManagement +- runFullTrust +- unvirtualizedResources +ReleaseDate: 2026-06-18 +Installers: +- Architecture: x64 + InstallerUrl: https://dist.mountainduck.io/Mountain%20Duck-5.3.0.29446.msixbundle + InstallerSha256: 891300A489A8BB0AAA97C4CD69A785362B7471F7404790AC780ECBCCB3309BA5 + SignatureSha256: 10D0C25E3B4CC321234839CCAF26D66487D4B81CB77D841831F8F377FDB08BED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.locale.en-US.yaml b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.locale.en-US.yaml new file mode 100644 index 0000000000000..b3c651b26dc45 --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Iterate.MountainDuck +PackageVersion: 5.3.0.29446 +PackageLocale: en-US +Publisher: iterate GmbH +PublisherUrl: https://iterate.ch/ +PublisherSupportUrl: https://mountainduck.io/help/ +PrivacyUrl: https://mountainduck.io/privacy/ +Author: iterate GmbH +PackageName: Mountain Duck +PackageUrl: https://mountainduck.io/ +License: Proprietary (Trialware) +Copyright: Copyright 2015-2026 iterate GmbH. +ShortDescription: Cyberduck for mounting volumes in the file explorer. +Description: Mountain Duck lets you mount server and cloud storage as a disk in the File Explorer on Windows. Open remote files with any application and work like on a local volume. +Moniker: mountainduck +Tags: +- cloud-drives +- cloud-storage +- file-sync +- files +- ftp-client +- ftpclient +- google-drive +- mountain-fuck +- netdisk +- onedrive +- s3-client +- sftp-client +- sftpclient +- storage-mount +- virtual-mount +- webdav-client +ReleaseNotes: |- + - [Feature] Support for Windows on ARM64 (Windows) + - [Feature] Display bookmark window in popover attached to status bar item (macOS) + - [Feature] AWS IAM Identity Center Support (S3) (#13377) + - [Feature] Connect with credentials from credential_process configuration directive in ~/.aws ( S3) (#11664) + - [Feature] Index of connection profiles allows instant display in Preferences → Profiles + - [Bugfix] Focus input field in alert shown in popover of status bar item (macOS) + - [Bugfix] Occasional permission failure connecting in "Integrated" connect mode (macOS) + - [Bugfix] Derive disk space from server quota when available in "Smart Synchronization" connect mode + - [Bugfix] Renaming parent folder during upload marks child uploads prematurely complete in "Integrated" connect mode (macOS) + - [Bugfix] Unable to set custom cache location in Preferences (Windows) + - [Bugfix] No trailing delimiter for path style requests with bucket name only (#17901) + - [Bugfix] Do not write file header to placeholder files for folders (Cryptomator, Mega.nz S4) + - [Bugfix] Remove /Default symbolic link (Sharepoint) (#17918) + - [Bugfix] Map all SSL failures to network error and await server response on control connection (FTP) (#17946) + - [Bugfix] Compare public key blob instead of comment when retrieving key from agent (SFTP) + - [Bugfix] Support "Include" directive when reading from OpenSSH config (SFTP) (#10451) + - [Bugfix] Exclude trashed folders in list by default (Backblaze B2) (#18101) +ReleaseNotesUrl: https://mountainduck.io/changelog/ +PurchaseUrl: https://mountainduck.io/buy +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.mountainduck.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.locale.zh-CN.yaml b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c07d2281bbfbc --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.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: Iterate.MountainDuck +PackageVersion: 5.3.0.29446 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于在文件资源管理器中挂载存储卷的 Cyberduck。 +Description: Mountain Duck 允许您在 macOS 的 Finder 和 Windows 的文件资源管理器中,将服务器及云存储挂载为本地磁盘。如同操作本地宗卷般,使用任意应用程序打开远程文件。 +Tags: +- ftp +- google-drive +- onedrive +- oss +- sftp +- webdav +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 挂载 +- 文件 +- 网盘 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.mountainduck.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.yaml b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.yaml new file mode 100644 index 0000000000000..b767b7f0a05d1 --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.3.0.29446/Iterate.MountainDuck.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: Iterate.MountainDuck +PackageVersion: 5.3.0.29446 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml b/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml index 00600795ec97b..62f69f2584303 100644 --- a/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml +++ b/manifests/k/KDE/Bomber/master/KDE.Bomber.installer.yaml @@ -9,14 +9,14 @@ ProductCode: bomber Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-857-windows-cl-msvc2022-x86_64.exe - InstallerSha256: F9280A96155B0923D0750110AC9DEB9609A2E97854C5C9D545EA35222423AC6E + InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-861-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 74579F70C92BAA3AD10F04865A3C03CAB7B42B2B710AD0B4E9DE7084F201E749 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-857-windows-cl-msvc2022-x86_64.exe - InstallerSha256: F9280A96155B0923D0750110AC9DEB9609A2E97854C5C9D545EA35222423AC6E + InstallerUrl: https://cdn.kde.org/ci-builds/games/bomber/master/windows/bomber-master-861-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 74579F70C92BAA3AD10F04865A3C03CAB7B42B2B710AD0B4E9DE7084F201E749 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Bomber/master/KDE.Bomber.locale.en-US.yaml b/manifests/k/KDE/Bomber/master/KDE.Bomber.locale.en-US.yaml index 2b4e697fdfff3..3f45443b47b61 100644 --- a/manifests/k/KDE/Bomber/master/KDE.Bomber.locale.en-US.yaml +++ b/manifests/k/KDE/Bomber/master/KDE.Bomber.locale.en-US.yaml @@ -12,7 +12,7 @@ Author: KDE e.V. PackageName: bomber PackageUrl: https://apps.kde.org/bomber/ License: GPL-2.0-or-later -LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html Copyright: (C) 2026 John-Paul Stanford ShortDescription: Arcade Bombing Game Description: |- diff --git a/manifests/k/KDE/Falkon/master/KDE.Falkon.installer.yaml b/manifests/k/KDE/Falkon/master/KDE.Falkon.installer.yaml index 27691dfe34bb6..13d839a189cde 100644 --- a/manifests/k/KDE/Falkon/master/KDE.Falkon.installer.yaml +++ b/manifests/k/KDE/Falkon/master/KDE.Falkon.installer.yaml @@ -15,7 +15,7 @@ FileExtensions: ProductCode: Falkon Installers: - Architecture: x64 - InstallerUrl: https://cdn.kde.org/ci-builds/network/falkon/master/windows/falkon-master-2633-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 10D0D12206709EBC62FB4C06622BE022D4A650A769B8396BA29E22A9126F4578 + InstallerUrl: https://cdn.kde.org/ci-builds/network/falkon/master/windows/falkon-master-2641-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 71D05197E0F6E56324EA1AA3C0E9F765E2DB843AE8E047A29226CB4599C26C9F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml b/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml index c3764adefe261..40b39858b787c 100644 --- a/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml +++ b/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kbounce Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-874-windows-cl-msvc2022-x86_64.exe - InstallerSha256: EB2023740D0319079DDD9E277C1E926EB50A25800E45F6F45BFF6BA4B9CB2E0F + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-876-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 3364F69E30CD231C22EAF771D106F71466AC5A0A8C6F6E08478556575905DDC7 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-874-windows-cl-msvc2022-x86_64.exe - InstallerSha256: EB2023740D0319079DDD9E277C1E926EB50A25800E45F6F45BFF6BA4B9CB2E0F + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-876-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 3364F69E30CD231C22EAF771D106F71466AC5A0A8C6F6E08478556575905DDC7 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KBounce/master/KDE.KBounce.locale.en-US.yaml b/manifests/k/KDE/KBounce/master/KDE.KBounce.locale.en-US.yaml index 159dac47220eb..bbe1cc62085bb 100644 --- a/manifests/k/KDE/KBounce/master/KDE.KBounce.locale.en-US.yaml +++ b/manifests/k/KDE/KBounce/master/KDE.KBounce.locale.en-US.yaml @@ -12,7 +12,7 @@ Author: KDE e.V. PackageName: kbounce PackageUrl: https://apps.kde.org/kbounce/ License: GPL-2.0-or-later -LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html ShortDescription: Ball Bouncing Game Description: KBounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by wall, with two or more balls that move about in the field bouncing off of walls. The player can build new walls, decreasing the size of active field. The goal of the game is to fill at least 75% of the field and advance to the next level. Tags: diff --git a/manifests/k/KDE/KMahjongg/26.04.2/KDE.KMahjongg.installer.yaml b/manifests/k/KDE/KMahjongg/26.04.2/KDE.KMahjongg.installer.yaml index 9c2e6f39779aa..5a03b048eae72 100644 --- a/manifests/k/KDE/KMahjongg/26.04.2/KDE.KMahjongg.installer.yaml +++ b/manifests/k/KDE/KMahjongg/26.04.2/KDE.KMahjongg.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kmahjongg Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1025-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B54E1C49EB4FB6849BE806D357F281A3075B2780EA5D7687611AB968DE6190A6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1027-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 72A615AB794A8DB1CB8F9887E0709AC2353DB6F5386536BA53FF509A82EE797A InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1025-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B54E1C49EB4FB6849BE806D357F281A3075B2780EA5D7687611AB968DE6190A6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1027-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 72A615AB794A8DB1CB8F9887E0709AC2353DB6F5386536BA53FF509A82EE797A InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml b/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml index 5a2c3e6ef5056..4cff9954562b9 100644 --- a/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml +++ b/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kmines Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-993-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CAACE39B79B67ABB23C2A41E33E8A115E7919212E55299976479C15E58BB9512 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-995-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D6C6732097EDC7A519DB4DF0B68B905A63A3F038CC92B6DCF3D5BE8750D9A57D InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-993-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CAACE39B79B67ABB23C2A41E33E8A115E7919212E55299976479C15E58BB9512 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-995-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D6C6732097EDC7A519DB4DF0B68B905A63A3F038CC92B6DCF3D5BE8750D9A57D InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml index 27c3f02c4d3ff..8d080b97608b0 100644 --- a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml +++ b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml @@ -9,14 +9,14 @@ ProductCode: knetwalk Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-843-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 48425B6B0A62E9AF28BAC7866DA21AE2B372841D5D417A61C2C47A3F7E293B3D + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-845-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AA0BA099584123739BA54F61FD21C87D5896A146447BE50AA41ACC3C5B73DF50 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-843-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 48425B6B0A62E9AF28BAC7866DA21AE2B372841D5D417A61C2C47A3F7E293B3D + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-845-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AA0BA099584123739BA54F61FD21C87D5896A146447BE50AA41ACC3C5B73DF50 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml index 4ccc51154e2a8..89b0a6cc45e76 100644 --- a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml +++ b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kreversi Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-907-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 9E96D0587A4CDC40008CFB114408798F309212C1AF91E6A29C783406BDBC8859 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-911-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B896CDEF56D3F5DAFAE7DA81A626681BAF908C582063A49E3C1CA8DDDC58208B InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-907-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 9E96D0587A4CDC40008CFB114408798F309212C1AF91E6A29C783406BDBC8859 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-911-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B896CDEF56D3F5DAFAE7DA81A626681BAF908C582063A49E3C1CA8DDDC58208B InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml b/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml index 10cfe5f4b7305..7f19a9d3bb0db 100644 --- a/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml +++ b/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kshisen Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-903-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8538D0F49C3E0299782FAB4624EB4779FBDDEE4E3B13A478FA4D62AA2E83634E + InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-905-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 070D554D5D6C9400125E3003521BF43F60B8E52E8D18807FBD448362AE8AD51D InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-903-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8538D0F49C3E0299782FAB4624EB4779FBDDEE4E3B13A478FA4D62AA2E83634E + InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-905-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 070D554D5D6C9400125E3003521BF43F60B8E52E8D18807FBD448362AE8AD51D InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KSnakeDuel/master/KDE.KSnakeDuel.installer.yaml b/manifests/k/KDE/KSnakeDuel/master/KDE.KSnakeDuel.installer.yaml index 1a51c46ceedb9..ad5eecae73328 100644 --- a/manifests/k/KDE/KSnakeDuel/master/KDE.KSnakeDuel.installer.yaml +++ b/manifests/k/KDE/KSnakeDuel/master/KDE.KSnakeDuel.installer.yaml @@ -9,14 +9,14 @@ ProductCode: ksnakeduel Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksnakeduel/master/windows/ksnakeduel-master-840-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3E065D5E5BF1E9650963B94E667B0C62B78171EC39C47C0B98CC791D6C80BA39 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksnakeduel/master/windows/ksnakeduel-master-842-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 78B33ABCA86EBD24B1F57F98A43ABDF195792A20B38BF7D5878244342E1272D7 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksnakeduel/master/windows/ksnakeduel-master-840-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3E065D5E5BF1E9650963B94E667B0C62B78171EC39C47C0B98CC791D6C80BA39 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksnakeduel/master/windows/ksnakeduel-master-842-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 78B33ABCA86EBD24B1F57F98A43ABDF195792A20B38BF7D5878244342E1272D7 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KSpaceDuel/master/KDE.KSpaceDuel.installer.yaml b/manifests/k/KDE/KSpaceDuel/master/KDE.KSpaceDuel.installer.yaml index b460ad3e0b3c9..cc29a40520bfd 100644 --- a/manifests/k/KDE/KSpaceDuel/master/KDE.KSpaceDuel.installer.yaml +++ b/manifests/k/KDE/KSpaceDuel/master/KDE.KSpaceDuel.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kspaceduel Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kspaceduel/master/windows/kspaceduel-master-792-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 6F26BB1CB5E642DB8FB12B24FD641D76065D8FC4AD79225E25B40506B31ADC9D + InstallerUrl: https://cdn.kde.org/ci-builds/games/kspaceduel/master/windows/kspaceduel-master-794-windows-cl-msvc2022-x86_64.exe + InstallerSha256: CB085A42111B624C048722BB3BE3371C653E11A04A04F583362DA8339E0627D8 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kspaceduel/master/windows/kspaceduel-master-792-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 6F26BB1CB5E642DB8FB12B24FD641D76065D8FC4AD79225E25B40506B31ADC9D + InstallerUrl: https://cdn.kde.org/ci-builds/games/kspaceduel/master/windows/kspaceduel-master-794-windows-cl-msvc2022-x86_64.exe + InstallerSha256: CB085A42111B624C048722BB3BE3371C653E11A04A04F583362DA8339E0627D8 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml b/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml index 9a2b49631903c..4158b8c5fdf43 100644 --- a/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml +++ b/manifests/k/KDE/KSquares/master/KDE.KSquares.installer.yaml @@ -9,14 +9,14 @@ ProductCode: ksquares Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-872-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 821E280F60497C2BCEA4E9CCADA66771E72FCFB092948410EAC44C0EB7E9B464 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-874-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 153C604E3E29F5D9AB03A082E708A64E2D8AF6F00FF0F58FA667349E968BB1EC InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-872-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 821E280F60497C2BCEA4E9CCADA66771E72FCFB092948410EAC44C0EB7E9B464 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksquares/master/windows/ksquares-master-874-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 153C604E3E29F5D9AB03A082E708A64E2D8AF6F00FF0F58FA667349E968BB1EC InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KSudoku/master/KDE.KSudoku.installer.yaml b/manifests/k/KDE/KSudoku/master/KDE.KSudoku.installer.yaml index 595aad8b08ada..9182ef4a696b9 100644 --- a/manifests/k/KDE/KSudoku/master/KDE.KSudoku.installer.yaml +++ b/manifests/k/KDE/KSudoku/master/KDE.KSudoku.installer.yaml @@ -9,14 +9,14 @@ ProductCode: ksudoku Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksudoku/master/windows/ksudoku-master-1050-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A7ABB9B72964B2E8E961CF4D1B14C9290312E06F933C89E59FE08C82CFE362BA + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksudoku/master/windows/ksudoku-master-1055-windows-cl-msvc2022-x86_64.exe + InstallerSha256: DEE94A76AA5AEAE15679EAD61A28EE903C64F55EEE81875832B732A33857E3C4 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/ksudoku/master/windows/ksudoku-master-1050-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A7ABB9B72964B2E8E961CF4D1B14C9290312E06F933C89E59FE08C82CFE362BA + InstallerUrl: https://cdn.kde.org/ci-builds/games/ksudoku/master/windows/ksudoku-master-1055-windows-cl-msvc2022-x86_64.exe + InstallerSha256: DEE94A76AA5AEAE15679EAD61A28EE903C64F55EEE81875832B732A33857E3C4 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KTuberling/master/KDE.KTuberling.installer.yaml b/manifests/k/KDE/KTuberling/master/KDE.KTuberling.installer.yaml index 15f8ea227a0df..b2c9c5614c26c 100644 --- a/manifests/k/KDE/KTuberling/master/KDE.KTuberling.installer.yaml +++ b/manifests/k/KDE/KTuberling/master/KDE.KTuberling.installer.yaml @@ -9,14 +9,14 @@ ProductCode: ktuberling Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/ktuberling/master/windows/ktuberling-master-976-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3891B27B89B9B5CD19E1F6270B9C9F625A61EC7DA308FA9482EBED7394D005B2 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ktuberling/master/windows/ktuberling-master-980-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E0F5362678AB1FB5B32A86C4689C1A1889DBAFF3452546F30D995C14A4CB48A8 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/ktuberling/master/windows/ktuberling-master-976-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3891B27B89B9B5CD19E1F6270B9C9F625A61EC7DA308FA9482EBED7394D005B2 + InstallerUrl: https://cdn.kde.org/ci-builds/games/ktuberling/master/windows/ktuberling-master-980-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E0F5362678AB1FB5B32A86C4689C1A1889DBAFF3452546F30D995C14A4CB48A8 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.yaml b/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.yaml deleted file mode 100644 index 3d72bc67bbff5..0000000000000 --- a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11899.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.installer.yaml b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.installer.yaml similarity index 60% rename from manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.installer.yaml rename to manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.installer.yaml index 1934d6a2c668a..9da5cfe09a019 100644 --- a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.installer.yaml +++ b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.installer.yaml @@ -1,30 +1,11 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11899.0 +PackageVersion: 26.403.11951.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.14316.0 -Installers: -- Architecture: x64 - InstallerType: appx - PackageFamilyName: KDEe.V.Kate_5b9q37dtznz5e - Capabilities: - - runFullTrust - InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11899-windows-cl-msvc2022-x86_64-sideload.appx - InstallerSha256: 016ACE0D0BB4538F358697EA5B691135B5BA017A475E6820007A07C4C4FF534A - SignatureSha256: C76FEF6A683D0413BBDAB1387BC3188300DE197E3258F6C86E27736B279F4CB3 -- Architecture: x64 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: bin\kate.exe - - RelativeFilePath: bin\kioworker.exe - ArchiveBinariesDependOnPath: true - InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11899-windows-cl-msvc2022-x86_64-sideload.appx?p - InstallerSha256: 016ACE0D0BB4538F358697EA5B691135B5BA017A475E6820007A07C4C4FF534A - AppsAndFeaturesEntries: - - DisplayName: Kate (Portable) FileExtensions: - c - cfg @@ -58,5 +39,25 @@ FileExtensions: - xrm-ms - xsl - yaml +Installers: +- Architecture: x64 + InstallerType: appx + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11951-windows-cl-msvc2022-x86_64-sideload.appx + InstallerSha256: 46E50771B6E8D1462C6EC3AC67176AA1666357015B21D7D60371EF3CF0A5E8D7 + SignatureSha256: 698A1569D3480CA3CB57B67817BDB0094D5DEF5F6555E335982B8D5551150251 + PackageFamilyName: KDEe.V.Kate_5b9q37dtznz5e + Capabilities: + - runFullTrust +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bin\kate.exe + - RelativeFilePath: bin\kioworker.exe + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11951-windows-cl-msvc2022-x86_64-sideload.appx?_ + InstallerSha256: 46E50771B6E8D1462C6EC3AC67176AA1666357015B21D7D60371EF3CF0A5E8D7 + AppsAndFeaturesEntries: + - DisplayName: Kate (Portable) + ArchiveBinariesDependOnPath: true ManifestType: installer -ManifestVersion: 1.12.0 \ No newline at end of file +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.locale.en-US.yaml b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.locale.en-US.yaml similarity index 54% rename from manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.locale.en-US.yaml rename to manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.locale.en-US.yaml index baa3c416a8c79..4f146ea8130ac 100644 --- a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.locale.en-US.yaml +++ b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.locale.en-US.yaml @@ -1,7 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11899.0 +PackageVersion: 26.403.11951.0 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ @@ -17,43 +18,42 @@ ShortDescription: Advanced text editor. Description: |- Kate is a fast multi-document, multi-view text editor for programmers by KDE. It features stuff like LSP (Language Server Protocol) support, projects, multiple cursors and selections, git integration, folder wide search, horizontal and vertical splits, vi mode, syntax highlighting for 300+ languages, built-in terminal, dynamic word wrap and much more. It is available on Linux, BSD, Windows and MacOS. Features∶ - • MDI, window splitting, window tabbing - • Spell checking - • CR, CRLF, LF newline support - • Encoding support (UTF-8, UTF-16, ASCII, etc.) - • Encoding conversion - • Regular expression based find & replace - • Syntax highlighting for 300+ languages - • Code and text folding - • Multiple cursors and multiple selections - • Block selection mode - • Auto indentation - • Auto completion support - • Shell integration - • Wide protocol support (HTTP, FTP, SSH, WebDAV, etc.) - • Extensible via plugins - • Integrated terminal - • Scriptable using JavaScript - • Vi mode - • Intellisense support using LSP (Language Server Protocol) - • DAP (Debug Adapter Protocol) support - • Vertical tabs/document list - • Lightweight project support. Kate can open folders as projects - • Code formatting using native formatters such as clang-format, prettier etc - • Built in filesystem browser - • CTags support - • Project wide and folder wide search - • Git integration + - MDI, window splitting, window tabbing + - Spell checking + - CR, CRLF, LF newline support + - Encoding support (UTF-8, UTF-16, ASCII, etc.) + - Encoding conversion + - Regular expression based find & replace + - Syntax highlighting for 300+ languages + - Code and text folding + - Multiple cursors and multiple selections + - Block selection mode + - Auto indentation + - Auto completion support + - Shell integration + - Wide protocol support (HTTP, FTP, SSH, WebDAV, etc.) + - Extensible via plugins + - Integrated terminal + - Scriptable using JavaScript + - Vi mode + - Intellisense support using LSP (Language Server Protocol) + - DAP (Debug Adapter Protocol) support + - Vertical tabs/document list + - Lightweight project support. Kate can open folders as projects + - Code formatting using native formatters such as clang-format, prettier etc + - Built in filesystem browser + - CTags support + - Project wide and folder wide search + - Git integration Moniker: kateappx Tags: -- kde-kate-appx +- 9nwmw7bb59hw - code - coding +- language-server-protocol +- programming - text-editing - text-editor -- programming -- language-server-protocol -- 9nwmw7bb59hw Documentations: - DocumentLabel: Handbook DocumentUrl: https://docs.kde.org/?application=kate diff --git a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.locale.zh-CN.yaml b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.locale.zh-CN.yaml similarity index 90% rename from manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.locale.zh-CN.yaml rename to manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.locale.zh-CN.yaml index 6e039a5a05d6f..cf80d9e5e8831 100644 --- a/manifests/k/KDE/Kate/AppX/26.402.11899.0/KDE.Kate.AppX.locale.zh-CN.yaml +++ b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.locale.zh-CN.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11899.0 +PackageVersion: 26.403.11951.0 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kate-editor.org/zh-cn/support/ @@ -39,6 +40,7 @@ Description: |- - Git 集成 Tags: - 代码 +- 文本编辑器 - 编程 - 编辑 - 编辑器 @@ -46,4 +48,4 @@ Documentations: - DocumentLabel: 手册 DocumentUrl: https://docs.kde.org/?application=kate ManifestType: locale -ManifestVersion: 1.12.0 \ No newline at end of file +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.yaml b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.yaml new file mode 100644 index 0000000000000..a4559a1010b59 --- /dev/null +++ b/manifests/k/KDE/Kate/AppX/26.403.11951.0/KDE.Kate.AppX.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: KDE.Kate.AppX +PackageVersion: 26.403.11951.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml b/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml index c1d5bbe10ba1c..f9290c384de37 100644 --- a/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml +++ b/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml @@ -9,14 +9,14 @@ ProductCode: klickety Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-954-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D47502043E2EBF0B8E0824E094C60E82B1E38E5AE8B8E423B18B009D782CDF12 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-960-windows-cl-msvc2022-x86_64.exe + InstallerSha256: EAFC1B69FFB826528F45CAD26218152D5E866B54E8264E741DACDBD070A01289 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-954-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D47502043E2EBF0B8E0824E094C60E82B1E38E5AE8B8E423B18B009D782CDF12 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-960-windows-cl-msvc2022-x86_64.exe + InstallerSha256: EAFC1B69FFB826528F45CAD26218152D5E866B54E8264E741DACDBD070A01289 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml b/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml index cb4a0b9fafe09..2b4e8a253f6a6 100644 --- a/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml +++ b/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml @@ -9,14 +9,14 @@ ProductCode: klines Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-862-windows-cl-msvc2022-x86_64.exe - InstallerSha256: C5DCF88B7B05A573D8711BAE4727E5EB70B2EC60579518AFBB9A49E8AB19FBA7 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-864-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 66FAC0689931EC8CC0ACF54DAE020D47DE7A356C255A9768A53B5B3686A1C212 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-862-windows-cl-msvc2022-x86_64.exe - InstallerSha256: C5DCF88B7B05A573D8711BAE4727E5EB70B2EC60579518AFBB9A49E8AB19FBA7 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-864-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 66FAC0689931EC8CC0ACF54DAE020D47DE7A356C255A9768A53B5B3686A1C212 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml b/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml index 0692b02bec102..ec626f873bcf5 100644 --- a/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml +++ b/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kolf Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1018-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CD8D1C47C333AFDF38FFEE0723ABEEB7890B29CA23CA6E32103911FF818C7DD0 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1020-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 7B00CA9272502D0D4C64CE44D6B5E9E9980DE8F96CA185E28CB793E2EB7211DD InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1018-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CD8D1C47C333AFDF38FFEE0723ABEEB7890B29CA23CA6E32103911FF818C7DD0 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1020-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 7B00CA9272502D0D4C64CE44D6B5E9E9980DE8F96CA185E28CB793E2EB7211DD InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml b/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml index a96bd066ef57a..ff27ff6b55620 100644 --- a/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml +++ b/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kollision Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-835-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7184876A69C5C22488EDC91AFC978C5A1719252280A610019B7763292DF4A442 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-841-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C4284F45B9F29704F471CEAFAB81AFB4C38EA5E4FF58AD163BD18A18D25D0291 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-835-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7184876A69C5C22488EDC91AFC978C5A1719252280A610019B7763292DF4A442 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-841-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C4284F45B9F29704F471CEAFAB81AFB4C38EA5E4FF58AD163BD18A18D25D0291 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/LSkat/master/KDE.LSkat.installer.yaml b/manifests/k/KDE/LSkat/master/KDE.LSkat.installer.yaml index 4a65260422304..a0b266e78e92e 100644 --- a/manifests/k/KDE/LSkat/master/KDE.LSkat.installer.yaml +++ b/manifests/k/KDE/LSkat/master/KDE.LSkat.installer.yaml @@ -9,14 +9,14 @@ ProductCode: lskat Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/lskat/master/windows/lskat-master-908-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E7092A5A49C3899D1A53642F58A3A8A52684E2C146457AD60375C2635755287C + InstallerUrl: https://cdn.kde.org/ci-builds/games/lskat/master/windows/lskat-master-910-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D8D54B4552FBDA7A1FE81B2887201CC111E44A6391B3760C1DCAC78C5D90B002 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/lskat/master/windows/lskat-master-908-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E7092A5A49C3899D1A53642F58A3A8A52684E2C146457AD60375C2635755287C + InstallerUrl: https://cdn.kde.org/ci-builds/games/lskat/master/windows/lskat-master-910-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D8D54B4552FBDA7A1FE81B2887201CC111E44A6391B3760C1DCAC78C5D90B002 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.installer.yaml b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.installer.yaml new file mode 100644 index 0000000000000..8a829a4c3b175 --- /dev/null +++ b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KDE.Lokalize +PackageVersion: 26.04.3 +InstallerType: nullsoft +UpgradeBehavior: install +FileExtensions: +- po +- pot +- ts +- xlf +- xliff +ProductCode: Lokalize +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.kde.org/ci-builds/sdk/lokalize/release-26.04/windows/lokalize-release_26.04-2953-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 3AE978129B6A4DB3B93556D711023640261203F834CEB001E9D95350C53C53FF + InstallerSwitches: + Custom: /CurrentUser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.kde.org/ci-builds/sdk/lokalize/release-26.04/windows/lokalize-release_26.04-2953-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 3AE978129B6A4DB3B93556D711023640261203F834CEB001E9D95350C53C53FF + InstallerSwitches: + Custom: /AllUsers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.locale.en-US.yaml b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.locale.en-US.yaml new file mode 100644 index 0000000000000..191855a1ab41f --- /dev/null +++ b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.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: KDE.Lokalize +PackageVersion: 26.04.3 +PackageLocale: en-US +Publisher: KDE e.V. +PublisherUrl: https://kde.org/ +PublisherSupportUrl: https://kde.org/support/ +PrivacyUrl: https://kde.org/privacypolicy/ +Author: KDE e.V. +PackageName: Lokalize +PackageUrl: https://apps.kde.org/lokalize/ +License: GPL-2.0-or-later +LicenseUrl: https://invent.kde.org/sdk/lokalize/-/blob/HEAD/LICENSES/GPL-2.0-or-later.txt +Copyright: |- + (c) 2018-2019 Simon Depiets + (c) 2007-2015 Nick Shaforostoff + (c) 1999-2026 The KBabel developers +ShortDescription: Computer-Aided Translation System +Description: Lokalize is the localization tool for KDE software and other free and open source software. It is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). Translate-Toolkit is used internally to extract text for translation from .odt to .xliff files and to merge translation back into .odt file. +Tags: +- i18n +- l10n +- language +- localization +- translate +- translation +Documentations: +- DocumentLabel: Userbase Wiki + DocumentUrl: https://userbase.kde.org/Lokalize +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.locale.zh-CN.yaml b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ea0c8a93d8573 --- /dev/null +++ b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.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: KDE.Lokalize +PackageVersion: 26.04.3 +PackageLocale: zh-CN +PublisherUrl: https://kde.org/zh-cn/ +PackageUrl: https://apps.kde.org/zh-cn/lokalize/ +ShortDescription: 计算机辅助翻译系统 +Description: Lokalize 是一款面向 KDE 软件和其他自由开源软件的本地化工具。它也是一款通用计算机辅助翻译系统 (CAT),可以用于翻译 ODT 文件。本程序使用 Translate-Tookit 来提取 ODT 文件到 XLIFF 文件进行翻译,并将翻译合并回 ODT 文件。 +Tags: +- i18n +- l10n +- 国际化 +- 本地化 +- 翻译 +- 语言 +Documentations: +- DocumentLabel: Userbase Wiki + DocumentUrl: https://userbase.kde.org/Lokalize +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.yaml b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.yaml new file mode 100644 index 0000000000000..2700e59404f83 --- /dev/null +++ b/manifests/k/KDE/Lokalize/26.04.3/KDE.Lokalize.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: KDE.Lokalize +PackageVersion: 26.04.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.installer.yaml b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.installer.yaml similarity index 76% rename from manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.installer.yaml rename to manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.installer.yaml index 30bd7fc17b161..98f3fec842be1 100644 --- a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.installer.yaml +++ b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Okular.AppX -PackageVersion: 26.402.7455.0 +PackageVersion: 26.402.7507.0 Platform: - Windows.Desktop FileExtensions: @@ -81,9 +81,9 @@ Installers: - MinimumOSVersion: 10.0.14316.0 Architecture: x64 InstallerType: appx - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7455-windows-cl-msvc2022-x86_64-sideload.appx - InstallerSha256: 0E98A17A930C07EFEFABC5FBA322A58C4239D97DA53C45AA69F8831377F17502 - SignatureSha256: 11E4F3135FFD23674C24D29BA54DB97F0198B0C9CD9A889657332A4B3D68FE37 + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7507-windows-cl-msvc2022-x86_64-sideload.appx + InstallerSha256: A002B6670904B52FB506146AB36B13A1000AA24797E10AE99FDEB78640C545C6 + SignatureSha256: 729A624463B9A1D6D690F90BDFE5D37C43BA33A07E22C0C017A1C4E52BBA2567 PackageFamilyName: KDEe.V.Okular_5b9q37dtznz5e - Architecture: x64 InstallerType: zip @@ -91,8 +91,8 @@ Installers: NestedInstallerFiles: - RelativeFilePath: bin\okular.exe - RelativeFilePath: bin\kioworker.exe - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7455-windows-cl-msvc2022-x86_64-sideload.appx?_ - InstallerSha256: 0E98A17A930C07EFEFABC5FBA322A58C4239D97DA53C45AA69F8831377F17502 + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-26.04/windows/okular-release_26.04-7507-windows-cl-msvc2022-x86_64-sideload.appx?_ + InstallerSha256: A002B6670904B52FB506146AB36B13A1000AA24797E10AE99FDEB78640C545C6 AppsAndFeaturesEntries: - DisplayName: Okular (Portable) ArchiveBinariesDependOnPath: true diff --git a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.en-GB.yaml b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.en-GB.yaml similarity index 95% rename from manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.en-GB.yaml rename to manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.en-GB.yaml index bd334a80f4477..3514280150001 100644 --- a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.en-GB.yaml +++ b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.en-GB.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Okular.AppX -PackageVersion: 26.402.7455.0 +PackageVersion: 26.402.7507.0 PackageLocale: en-GB PackageUrl: https://okular.kde.org/en-gb/ ShortDescription: The Universal Document Viewer diff --git a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.en-US.yaml b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.en-US.yaml similarity index 97% rename from manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.en-US.yaml rename to manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.en-US.yaml index f7229832ae141..25acd1c5abf1b 100644 --- a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.en-US.yaml +++ b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.Okular.AppX -PackageVersion: 26.402.7455.0 +PackageVersion: 26.402.7507.0 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.fr-FR.yaml b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.fr-FR.yaml similarity index 96% rename from manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.fr-FR.yaml rename to manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.fr-FR.yaml index f619ecaf445c4..0f2388f15bba1 100644 --- a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.fr-FR.yaml +++ b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.fr-FR.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Okular.AppX -PackageVersion: 26.402.7455.0 +PackageVersion: 26.402.7507.0 PackageLocale: fr-FR PackageUrl: https://okular.kde.org/fr/ ShortDescription: Rapide et plein de fonctionnalités, Okular vous permet de lire des documents « PDF », des bandes dessinées, des livres « ePub », de naviguer parmi des images, d'afficher des documents « Markdown » et plus encore. diff --git a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.zh-CN.yaml b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.zh-CN.yaml similarity index 95% rename from manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.zh-CN.yaml rename to manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.zh-CN.yaml index 26e794762915c..37cf14f0861f4 100644 --- a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.locale.zh-CN.yaml +++ b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Okular.AppX -PackageVersion: 26.402.7455.0 +PackageVersion: 26.402.7507.0 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ ShortDescription: 通用文档浏览器 diff --git a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.yaml b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.yaml similarity index 88% rename from manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.yaml rename to manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.yaml index afa632c14958c..2973af1addaeb 100644 --- a/manifests/k/KDE/Okular/AppX/26.402.7455.0/KDE.Okular.AppX.yaml +++ b/manifests/k/KDE/Okular/AppX/26.402.7507.0/KDE.Okular.AppX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.Okular.AppX -PackageVersion: 26.402.7455.0 +PackageVersion: 26.402.7507.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.installer.yaml b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml similarity index 65% rename from manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.installer.yaml rename to manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml index 067da21d5b381..103471ae34260 100644 --- a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.installer.yaml +++ b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml @@ -2,21 +2,21 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Tellico -PackageVersion: 4.1.3 +PackageVersion: 4.1.5 InstallerType: nullsoft UpgradeBehavior: install ProductCode: Tellico Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-1984-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 69B725FECE8F4B93E2B25B9F6A0652A9ECE8BCE78ACC1C67E67C5D20F6A72663 + InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2021-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2ECB6AB414D43264DA60BC222DCCAFB31AEEC15FBBE958569FDBEAF30D12EFC1 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-1984-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 69B725FECE8F4B93E2B25B9F6A0652A9ECE8BCE78ACC1C67E67C5D20F6A72663 + InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2021-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2ECB6AB414D43264DA60BC222DCCAFB31AEEC15FBBE958569FDBEAF30D12EFC1 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.locale.en-US.yaml b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.locale.en-US.yaml similarity index 98% rename from manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.locale.en-US.yaml rename to manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.locale.en-US.yaml index fc5817799e2ac..f7803d4ec81f3 100644 --- a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.locale.en-US.yaml +++ b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.Tellico -PackageVersion: 4.1.3 +PackageVersion: 4.1.5 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.locale.zh-CN.yaml b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.locale.zh-CN.yaml similarity index 98% rename from manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.locale.zh-CN.yaml rename to manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.locale.zh-CN.yaml index 461857422d8b1..38e5b2fdc7013 100644 --- a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.locale.zh-CN.yaml +++ b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Tellico -PackageVersion: 4.1.3 +PackageVersion: 4.1.5 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kde.org/zh-cn/support/ diff --git a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.yaml b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.yaml similarity index 91% rename from manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.yaml rename to manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.yaml index 420cf5560429c..79e1b71df3976 100644 --- a/manifests/k/KDE/Tellico/4.1.3/KDE.Tellico.yaml +++ b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.Tellico -PackageVersion: 4.1.3 +PackageVersion: 4.1.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8387/LucidLink.LucidLink.installer.yaml b/manifests/l/LucidLink/LucidLink/3.7.8387/LucidLink.LucidLink.installer.yaml new file mode 100644 index 0000000000000..a623635113cf6 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8387/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.8387 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: LUCID_INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- lucidlink +ProductCode: '{2AB8C559-A991-4B05-B46A-F4D3412512CD}' +AppsAndFeaturesEntries: +- ProductCode: '{2AB8C559-A991-4B05-B46A-F4D3412512CD}' + UpgradeCode: '{8201A019-C7B9-4DF4-9465-B36A9B9B1D6D}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lucidlink.com/prod/win/lucidlink-3.7.8387-x64.msi + InstallerSha256: F9BB35303D88AE278D7B0EDDA4A438F1D31BEE039F4F6AC6A401C77CC97B0939 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8387/LucidLink.LucidLink.locale.en-US.yaml b/manifests/l/LucidLink/LucidLink/3.7.8387/LucidLink.LucidLink.locale.en-US.yaml new file mode 100644 index 0000000000000..745f6d8535e6f --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8387/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.8387 +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.8387/LucidLink.LucidLink.locale.zh-CN.yaml b/manifests/l/LucidLink/LucidLink/3.7.8387/LucidLink.LucidLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..66ee2a0862b10 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8387/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.8387 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 创意人员的存储协作平台 +Description: LucidLink 是一个革命性的解决方案,旨在加强团队协作,实现实时工作,无需耗时的下载和同步。它快如闪电、简单易用且安全,可在不改变现有工作流程的情况下改变团队协作方式。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 协作 +- 协同 +- 同步 +- 备份 +- 文件 +- 网盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.7.8387/LucidLink.LucidLink.yaml b/manifests/l/LucidLink/LucidLink/3.7.8387/LucidLink.LucidLink.yaml new file mode 100644 index 0000000000000..2a1976e330f62 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.7.8387/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.8387 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.installer.yaml b/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.installer.yaml new file mode 100644 index 0000000000000..22156dabe5b7e --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.installer.yaml @@ -0,0 +1,100 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 9.1.3 +Platform: +- Windows.Desktop +InstallModes: +- silent +- silentWithProgress +Installers: +- Architecture: x86 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v9.1.3/Netron-Setup-9.1.3.exe + InstallerSha256: 35B9A1A5AB60560644CCDC84B25A32EA6860139CCB858EE411F8D3B1D337562F + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +- Architecture: arm64 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v9.1.3/Netron-Setup-9.1.3.exe + InstallerSha256: 35B9A1A5AB60560644CCDC84B25A32EA6860139CCB858EE411F8D3B1D337562F + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +FileExtensions: +- armnn +- caffemodel +- circle +- ckpt +- cmf +- dlc +- dnn +- espdl +- gguf +- h5 +- hd5 +- hdf5 +- hn +- jax_export +- jax_exported +- kann +- keras +- kgraph +- kmodel +- lite +- litertlm +- mar +- maxviz +- meta +- mge +- mindir +- mlir +- mlirbc +- mlmodel +- mlnet +- mlpackage +- mnn +- model +- nb +- ngf +- nn +- nnp +- npy +- npz +- om +- onnx +- ort +- paddle +- param +- pb +- pbtxt +- pdiparams +- pdmodel +- pdopt +- pdparams +- pickle +- pkl +- prototxt +- pt +- pt2 +- pte +- pth +- ptl +- rknn +- safetensors +- t7 +- tfl +- tflite +- tm +- tmfile +- tnnproto +- torchscript +- tosa +- uff +- xmodel +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.locale.en-US.yaml b/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.locale.en-US.yaml new file mode 100644 index 0000000000000..bfe6a639cb7ee --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 9.1.3 +PackageName: Netron +PackageLocale: en-US +PackageUrl: https://github.com/lutzroeder/netron +Publisher: Lutz Roeder +PublisherUrl: https://github.com/lutzroeder/netron +PublisherSupportUrl: https://github.com/lutzroeder/netron/issues +Author: Lutz Roeder +License: MIT +Copyright: Copyright (c) Lutz Roeder +CopyrightUrl: https://github.com/lutzroeder/netron/blob/main/LICENSE +ShortDescription: Visualizer for neural network, deep learning, and machine learning models +Description: Visualizer for neural network, deep learning, and machine learning models +Moniker: netron +Tags: +- machine-learning +- deep-learning +- neural-network +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.yaml b/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.yaml new file mode 100644 index 0000000000000..a96dd1a73fc60 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/9.1.3/LutzRoeder.Netron.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 9.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..7ee1d7b961e49 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.43.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.43.1/SysManager-v1.43.1.exe + InstallerSha256: 65E5A8AD8E5C207C25CC5F6D081E1C991AAF10AE52F25ECD40614640779C1C75 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..48fd9f6732191 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,47 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.43.1 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.43.1] - 2026-06-27 + Fixed + - Task Scheduler enable/disable now always acts on exactly the task you picked. Windows task names can contain characters like * ? [ ]; the enable/disable used these verbatim against a wildcard-matching command, so a task whose name contained them could have toggled more than one task (or silently none) while still reporting success. Names and paths are now matched literally, and the operation reports success only when exactly the selected task changed. + - The Standby List Cleaner no longer freezes the window while purging. The memory purge ran on the UI thread; on a large cache that briefly locked up the app. It now runs in the background, both for the manual button and the automatic threshold purge (which also no longer stacks if a purge is still running). + - Display Profiles tells you if it couldn't undo a change. If the 15-second auto-revert failed to restore your previous resolution/refresh rate (e.g. the driver rejected it), the app used to claim it had reverted. It now detects the failure and tells you how to recover via Windows display settings. + - Defender Tweaks no longer reports a change that didn't happen. Turning a protection off or removing an exclusion could show "updated" even when the change silently failed (e.g. without administrator rights), because the verification matched the unavailable/empty fallback state. It now confirms Defender status was actually readable before reporting success. + Verify the download + Get-FileHash .\SysManager-v1.43.1.exe -Algorithm SHA256 + Expected SHA256: 65E5A8AD8E5C207C25CC5F6D081E1C991AAF10AE52F25ECD40614640779C1C75 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.43.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..3aa72bb3e413f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.43.1/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.43.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.yaml b/manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.yaml deleted file mode 100644 index 6c1228ed2b204..0000000000000 --- a/manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.yaml +++ /dev/null @@ -1,7 +0,0 @@ -#yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Microsoft.Azure.ArcSetup -PackageVersion: "2" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.installer.yaml b/manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.installer.yaml similarity index 59% rename from manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.installer.yaml rename to manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.installer.yaml index 4cbfc35e409a2..d7e9a3569b11f 100644 --- a/manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.installer.yaml +++ b/manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.installer.yaml @@ -1,16 +1,16 @@ -#yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +#yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Microsoft.Azure.ArcSetup -PackageVersion: "2" +PackageVersion: "3" InstallerType: portable Commands: - arcsetup Installers: - Architecture: x64 InstallerUrl: https://gbl.his.arc.azure.com/azcmagent/latest/arcsetup.exe - InstallerSha256: c4789063b1bdaee42a778a2e5b94511d32d230b79e0543136ea4b7df595e8185 + InstallerSha256: 49c4c32a6e2f3f2dc97250d472f6ebe4b2291a061cd909070cb0e5dce881a214 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.Azure.ConnectedMachineAgent ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.locale.en-US.yaml b/manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.locale.en.yaml similarity index 76% rename from manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.locale.en-US.yaml rename to manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.locale.en.yaml index 5dedef2fc5ecd..fdce9145f670e 100644 --- a/manifests/m/Microsoft/Azure/ArcSetup/2/Microsoft.Azure.ArcSetup.locale.en-US.yaml +++ b/manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.locale.en.yaml @@ -1,13 +1,14 @@ -#yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +#yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Microsoft.Azure.ArcSetup -PackageVersion: "2" -PackageLocale: en-US +PackageVersion: "3" +PackageLocale: en Publisher: Microsoft PackageName: Microsoft Azure Arc Setup PackageUrl: https://learn.microsoft.com/en-us/azure/azure-arc/overview License: Proprietary ShortDescription: Tool to configurate Azure Arc, a program that simplifies governance and management by delivering a consistent multicloud and on-premises management platform. +Moniker: azurearcsetup Tags: - microsoftazurearcsetup - microsoft-azure-arc-setup @@ -21,5 +22,7 @@ Tags: - sqlserver - azurecloud - azure-cloud +- azcmagent +- maas ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.yaml b/manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.yaml new file mode 100644 index 0000000000000..b8f34ebf38e51 --- /dev/null +++ b/manifests/m/Microsoft/Azure/ArcSetup/3/Microsoft.Azure.ArcSetup.yaml @@ -0,0 +1,7 @@ +#yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azure.ArcSetup +PackageVersion: "3" +DefaultLocale: en +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..a1443e9c45295 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.306.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.306.0&arch=x86 + InstallerSha256: 3C770BD2DC346169C1B74DC194ACB5F741A5B1DA5460A83AD96070F472A4F3A2 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.306.0&arch=amd64 + InstallerSha256: 39035DBFBE05E17295300E826A1AB378557B6D11122A72F24ADAFB8F07D08B36 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..7bcc9fa3a13cb --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.306.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..0790e059547bf --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.306.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.306.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..fe581d292a59a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.308.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.308.0&arch=x86 + InstallerSha256: 4911CCC7BE1E1781E8D758C3D2892CCC6D4C50718F6908CA3BA8725C71F5A7DB +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.308.0&arch=amd64 + InstallerSha256: D5D50FA7F428E01689B37326FF7A4AD1E7699163BF19204A0F74D845CB9AC323 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..f9b4da0a0ab35 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.308.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..9e25703904686 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.308.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.308.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.installer.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.installer.yaml new file mode 100644 index 0000000000000..fcbe8e0f71342 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub +PackageVersion: 1.0.7 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax-hub +ProductCode: d414eb59-510f-5dc8-950d-953402d18e79 +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://file.cdn.minimax.io/public/minimax-hub/release/overseas/MiniMax%20Hub%20Setup%201.0.7.exe + InstallerSha256: 2DFD2AE353FB077C4DD1CD0A7BA6A967F5B09DF15DD9065B260FE70878FC57D3 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://file.cdn.minimax.io/public/minimax-hub/release/overseas/MiniMax%20Hub%20Setup%201.0.7.exe + InstallerSha256: 2DFD2AE353FB077C4DD1CD0A7BA6A967F5B09DF15DD9065B260FE70878FC57D3 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.locale.en-US.yaml new file mode 100644 index 0000000000000..defe0543a527f --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub +PackageVersion: 1.0.7 +PackageLocale: en-US +Publisher: MiniMax +PublisherUrl: https://www.minimax.io/ +PublisherSupportUrl: https://discord.com/invite/hmfVm9dc4B +PrivacyUrl: https://www.minimax.io/privacy-policy-v2.html?show=platform,agent,video +Author: Shanghai Xiyu Technology Co., Ltd. +PackageName: MiniMax Hub +PackageUrl: https://hub.minimax.io/ +License: Proprietary +LicenseUrl: https://www.minimax.io/terms-of-service-v2.html?show=platform,agent,video +Copyright: © 2026 MiniMax +CopyrightUrl: https://www.minimax.io/terms-of-service-v2.html?show=platform,agent,video +ShortDescription: Your own multimodal Agent team +Description: |- + One director. A whole agent team. + One person. A whole production. + + Describe Your Idea, Agent Does the Rest + Say what you want — or drop in a brief. The main agent reads your intent, breaks down the task, and matches the best model automatically. Manual selection available too. + + Build Your Canvas, Cover Every Format + Script, storyboard, video, music, and editing — all on one canvas. Nodes connect automatically. From research to final cut, no tool-switching required. + + Save Your Skills, Reuse What Works + Agent automatically captures and builds Skills unique to you as you work. Or browse the MiniMax Skills Market and exclusive plugins — one click to activate. + + Access Local Files, Export to Pro Tools + Agent retrieves your local assets on its own. One click imports everything into your editing software — team assets organized, creative loop closed. + + Review Every Step, Deliver With Confidence + At key checkpoints, Agent asks for your direction before moving forward. Agent + Harness loads domain knowledge and runs multi-round quality checks behind the scenes — every frame ready to deliver. Built for: Short dramas · E-commerce content · Brand TVC · Ad creatives. +Tags: +- agent +- agentic +- ai +- chatbot +- large-language-model +- llm +- minimax +ReleaseNotes: |- + macOS signing updated; Windows version synced + + - macOS signing certificate has been updated + - Windows version is synced to 1.0.7 + - If macOS auto-update fails, download the installer from the website +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://my.feishu.cn/wiki/X3pGw8I5Gi6E1fkMqQpcP5ZBnHd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ab3fa00eeefbb --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub +PackageVersion: 1.0.7 +PackageLocale: zh-CN +Author: 上海稀宇科技有限公司 +License: 专有软件 +ShortDescription: 属于你自己的多模态 Agent 团队 +Description: |- + 首个多模态本地创作平台 + 多能力提升,开启创作新范式。 + + 描述你的创意,启动 Agent 执行 + 说出想法,或直接丢进一份策划文档——主 Agent 理解意图后,自动拆解任务分配,自动(也可手动)适配最优模型,开始运作。 + + 搭建画布工作流,创作内容统一 + 你的脚本、分镜、视频、音乐、剪辑全在一块画布上——节点自动连线;从调研到成片,告别工具割裂。 + + 调用或自定义 Skills,经验持续复用 + 对话过程中,Agent 会自动记录、生成专属你的 Skill。也可以访问 Skills 精选市场与 MiniMax Hub 独家交互插件,一键调用。 + + 让 Agent 完成本地操作,一键直连专业工具 + 你的本地素材,Agent 自己去取;做完可一键导入专业剪辑软件,实现创作闭环,适配团队资产统一管理。 + + 审核把控,交付优质成片 + 在关键节点,Agent 会主动询问你的核心方向;Agent + Harness 后台调用专业知识库、多轮校验质量,确保每一帧都值得交付。适合场景包括但不限于:短剧全流程 · 电商批量出图出视频 · 品牌 TVC · 投放素材。 +Tags: +- minimax +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + macOS 签名证书更新;Windows 版本同步 + + - macOS 签名证书已更新 + - Windows 版本同步至 1.0.7 + - 如 macOS 自动更新失败,请官网下载覆盖安装 +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://my.feishu.cn/wiki/VEoVwpfCKiTHvHkAGQ7cQJxCncf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.yaml b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.yaml new file mode 100644 index 0000000000000..39e1708f54ad7 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/1.0.7/MiniMax.MiniMaxHub.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: MiniMax.MiniMaxHub +PackageVersion: 1.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.installer.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.installer.yaml new file mode 100644 index 0000000000000..7921b652fee7e --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.7 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax-hub-cn +ProductCode: 3e8b7c9a-b469-5185-aeed-382f7ea7a0a5 +ReleaseDate: 2026-06-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://filecdn.minimax.chat/public/minimax-hub/release/domestic/MiniMax%20Hub%20Setup%201.0.7.exe + InstallerSha256: 52E2C1706EB2093BBD970E8E19C0A7EEDC310A0085ED9CEF61E422A9A295D1C2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://filecdn.minimax.chat/public/minimax-hub/release/domestic/MiniMax%20Hub%20Setup%201.0.7.exe + InstallerSha256: 52E2C1706EB2093BBD970E8E19C0A7EEDC310A0085ED9CEF61E422A9A295D1C2 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..f44579d5866d2 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.7 +PackageLocale: en-US +Author: Shanghai Xiyu Technology Co., Ltd. +License: Proprietary +ShortDescription: Your own multimodal Agent team +Description: |- + One director. A whole agent team. + One person. A whole production. + + Describe Your Idea, Agent Does the Rest + Say what you want — or drop in a brief. The main agent reads your intent, breaks down the task, and matches the best model automatically. Manual selection available too. + + Build Your Canvas, Cover Every Format + Script, storyboard, video, music, and editing — all on one canvas. Nodes connect automatically. From research to final cut, no tool-switching required. + + Save Your Skills, Reuse What Works + Agent automatically captures and builds Skills unique to you as you work. Or browse the MiniMax Skills Market and exclusive plugins — one click to activate. + + Access Local Files, Export to Pro Tools + Agent retrieves your local assets on its own. One click imports everything into your editing software — team assets organized, creative loop closed. + + Review Every Step, Deliver With Confidence + At key checkpoints, Agent asks for your direction before moving forward. Agent + Harness loads domain knowledge and runs multi-round quality checks behind the scenes — every frame ready to deliver. Built for: Short dramas · E-commerce content · Brand TVC · Ad creatives. +Tags: +- agent +- agentic +- ai +- chatbot +- large-language-model +- llm +- minimax +ReleaseNotes: |- + macOS signing updated; Windows version synced + + - macOS signing certificate has been updated + - Windows version is synced to 1.0.7 + - If macOS auto-update fails, download the installer from the website +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://my.feishu.cn/wiki/X3pGw8I5Gi6E1fkMqQpcP5ZBnHd +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..688d3f7a7e9d5 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.7 +PackageLocale: zh-CN +Publisher: MiniMax +PublisherUrl: https://www.minimaxi.com/ +PrivacyUrl: https://minimaxi.com/privacy-policy-v2-cn.html?show=platform,agent,video +Author: 上海稀宇科技有限公司 +PackageName: MiniMax Hub (CN) +PackageUrl: https://hub.minimaxi.com/ +License: 专有软件 +LicenseUrl: https://minimaxi.com/terms-of-service-v2-cn.html?show=platform,agent,video +Copyright: © 2026 MiniMax +CopyrightUrl: https://minimaxi.com/terms-of-service-v2-cn.html?show=platform,agent,video +ShortDescription: 属于你自己的多模态 Agent 团队 +Description: |- + 首个多模态本地创作平台 + 多能力提升,开启创作新范式。 + + 描述你的创意,启动 Agent 执行 + 说出想法,或直接丢进一份策划文档——主 Agent 理解意图后,自动拆解任务分配,自动(也可手动)适配最优模型,开始运作。 + + 搭建画布工作流,创作内容统一 + 你的脚本、分镜、视频、音乐、剪辑全在一块画布上——节点自动连线;从调研到成片,告别工具割裂。 + + 调用或自定义 Skills,经验持续复用 + 对话过程中,Agent 会自动记录、生成专属你的 Skill。也可以访问 Skills 精选市场与 MiniMax Hub 独家交互插件,一键调用。 + + 让 Agent 完成本地操作,一键直连专业工具 + 你的本地素材,Agent 自己去取;做完可一键导入专业剪辑软件,实现创作闭环,适配团队资产统一管理。 + + 审核把控,交付优质成片 + 在关键节点,Agent 会主动询问你的核心方向;Agent + Harness 后台调用专业知识库、多轮校验质量,确保每一帧都值得交付。适合场景包括但不限于:短剧全流程 · 电商批量出图出视频 · 品牌 TVC · 投放素材。 +Tags: +- minimax +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + macOS 签名证书更新;Windows 版本同步 + + - macOS 签名证书已更新 + - Windows 版本同步至 1.0.7 + - 如 macOS 自动更新失败,请官网下载覆盖安装 +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://my.feishu.cn/wiki/VEoVwpfCKiTHvHkAGQ7cQJxCncf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.yaml new file mode 100644 index 0000000000000..8371244890294 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/1.0.7/MiniMax.MiniMaxHub.CN.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: MiniMax.MiniMaxHub.CN +PackageVersion: 1.0.7 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 55% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index 5baed592053b6..899303cb6e5e5 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 153.2606.403.0 +PackageVersion: 154.2606.2708.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.17763.0 @@ -25,28 +25,28 @@ FileExtensions: PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 RestrictedCapabilities: - runFullTrust -ReleaseDate: 2026-06-04 +ReleaseDate: 2026-06-27 AppsAndFeaturesEntries: - DisplayName: Firefox Nightly Publisher: Mozilla Corporation Installers: - Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-04-03-55-06-mozilla-central/firefox-153.0a1.multi.win32.installer.msix - InstallerSha256: BFDFE51E434BFF60A11E9B83707CF894B42D51D0D1120FEB597482E31B10D826 - SignatureSha256: 14C85CAD8831A112D8F7449B35CA3E9A0F287FD0847F50D584E6F594B7B81B6F + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-27-08-36-03-mozilla-central/firefox-154.0a1.multi.win32.installer.msix + InstallerSha256: 6D60F7E470753C2D6ACC045409BDE4A5D3896223A3A5DCD1C14CD91AC857A653 + SignatureSha256: 2AD9BDE3BA3932B77CEF114D5CC1547602B5A1D5C7B106F418C68668CF8BC659 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.403.0_x86__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2708.0_x86__jag0gd4e3s9p2' - Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-04-03-55-06-mozilla-central/firefox-153.0a1.multi.win64.installer.msix - InstallerSha256: 28A140CAEEE26246B05145879276AD677E299F40E08FBC74D6BF36453E4B1F08 - SignatureSha256: A74457FD57403F9DE7B8575596F95FBF56A4312AA5D23F3BD3127FE47E583D66 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-27-08-36-03-mozilla-central/firefox-154.0a1.multi.win64.installer.msix + InstallerSha256: EF98D69F068D8EF51A1A8CF8EE4123D5ADD7ABA3E1C52FE2FFFBFA62FD06BB05 + SignatureSha256: FA39FF1F52BE53698D1D9616C858837A949808D5D34B7C1641E38132599AFA3A InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.403.0_x64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2708.0_x64__jag0gd4e3s9p2' - Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-04-03-55-06-mozilla-central/firefox-153.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: 4178FB83ABE4C1B6DFF47DF3BB55A9E099AFFB223717EDA9B86678FEE3C6F6F1 - SignatureSha256: 417E5E3DD5FFA1B8AC48C51DFBB11B288B337C6F820C928FEB146F9C302059BE + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-27-08-36-03-mozilla-central/firefox-154.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: 3AFE823C2A7AA2A4CC99C6D018EE9B7EC8855EB253B62D7A1FB12DE3F60F34FF + SignatureSha256: 39066D714E135498673F74C5691FD8979B638E9564658FADE0A70BC83C2666DC InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.403.0_arm64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2708.0_arm64__jag0gd4e3s9p2' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 94% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index 415f7f74364e8..cceef759f9148 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 153.2606.403.0 +PackageVersion: 154.2606.2708.0 PackageLocale: en-US Publisher: Mozilla PublisherUrl: https://www.mozilla.org/ diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.yaml similarity index 85% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.yaml index e6800111e9567..c97f62acc11bc 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.403.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2708.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 153.2606.403.0 +PackageVersion: 154.2606.2708.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.installer.yaml similarity index 67% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.installer.yaml index 6523939f9a166..230e6f2ba6be4 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.installer.yaml @@ -2,24 +2,24 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.11 +PackageVersion: 2026.06.27 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-06-11 +ReleaseDate: 2026-06-27 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.11/gallery-dl_windows_x86.exe - InstallerSha256: 9CF6A47D4CC9653A8A460097FBFFB932C9C3B6D1F85AE14AFCBFA914DE1FD986 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.27/gallery-dl_windows_x86.exe + InstallerSha256: D40F7C387B1C9D498D6D270931D001CFE3905E3B9A11A0DC6CC14D17FA7FA141 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.11/gallery-dl_windows.exe - InstallerSha256: 2C2B6ABCA69BFE6340D2FEF217256F9D97075BF12A75348E876A5692A87637E9 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.27/gallery-dl_windows.exe + InstallerSha256: 9C686A0121B4CE7EFBC5C62C78683649478D39B41480EEDDEFE8247C251B94D4 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 88% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.locale.en-US.yaml index c233efdc313d0..253542b66b26e 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.11 +PackageVersion: 2026.06.27 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: d0af40e963 [facebook] improve next_photo_id extraction -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.06.11 +ReleaseNotes: 5751f12f15 [aryion] fix folder detection (gh#9608) +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.06.27 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.yaml similarity index 86% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.yaml index 638f657cae9f0..c0fa480d94241 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.11/mikf.gallery-dl.Nightly.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.27/mikf.gallery-dl.Nightly.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.11 +PackageVersion: 2026.06.27 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.installer.yaml b/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.installer.yaml new file mode 100644 index 0000000000000..171d60f536551 --- /dev/null +++ b/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Odamex.Odamex +PackageVersion: 12.2.1 +InstallerLocale: en-US +InstallerType: inno +ProductCode: '{2E517BBB-916F-4AB6-80E0-D4A292513F7A}}_is1' +ReleaseDate: 2026-06-27 +AppsAndFeaturesEntries: +- DisplayName: Odamex 12.2.1 + Publisher: Odamex Development Team + ProductCode: '{2E517BBB-916F-4AB6-80E0-D4A292513F7A}}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/odamex/odamex/releases/download/12.2.1/odamex-win-12.2.1.exe + InstallerSha256: 038741CE45448F7E91C2FF73A56CCDE206D974CAF5B40C56A79A3D7319964D40 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/odamex/odamex/releases/download/12.2.1/odamex-win-12.2.1.exe + InstallerSha256: 038741CE45448F7E91C2FF73A56CCDE206D974CAF5B40C56A79A3D7319964D40 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Odamex' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.locale.en-US.yaml b/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.locale.en-US.yaml new file mode 100644 index 0000000000000..f3a541da44b9c --- /dev/null +++ b/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.locale.en-US.yaml @@ -0,0 +1,82 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Odamex.Odamex +PackageVersion: 12.2.1 +PackageLocale: en-US +Publisher: Odamex +PublisherUrl: https://odamex.net/ +PublisherSupportUrl: https://github.com/odamex/odamex/issues +PrivacyUrl: https://odamex.net/privacy +PackageName: Odamex +PackageUrl: https://odamex.net/ +License: GPL-2.0 +LicenseUrl: https://github.com/odamex/odamex/blob/HEAD/LICENSE +ShortDescription: Multiplayer-oriented source port for Doom +Tags: +- doom +- game +- multiplayer +ReleaseNotes: |- + Odamex 12.2.1 is out now! + First-time contributors + We would like to thank our first-time contributors for: + - @TehRealSalt for adding automatic scaling to HUD text + Added + - Patches referenced by the PNAMES lump can now be used as textures without a corresponding entry in TEXTURE1/TEXTURE2 + - Use of this in new maps intended for multiple ports is discouraged due to compatibility concerns + - Support for additional assignment operators in ACS: <<=, >>=, |=, &=, and ^= + - The server console is now colorized to help identify different message types at a glance + - This can be disabled by setting log_color 0 in the server config + - Colored logs can be enabled with log_color 2, but note that this will likely not be rendered correctly in a text editor + - Color is unsupported on Windows 8/8.1 + - HUD text scaling has a new auto setting to try and determine the ideal scale factor automatically + - sv_respawnbarrels for endless explosive fun + - sv_itemsrespawn must be enabled as well for it to take effect + - Additional settings for sprees and multi-kills: + - Client: + - cl_showofflinesprees - Show sprees in non-network games. Superseded by cl_showsprees. Defaults to 0. + - cl_showofflinemultikills - Show multi-kills in non-network games. Superseded by cl_showmultikills. Defaults to 0. + - Server: + - sv_showsprees - Configures server-wide disablement of sprees. If 0, sprees aren't shown to any player. Defaults to 0. + - sv_showmultikills - Configures server-wide disablement of multi-kills. If 0, multi-kills aren't shown to any player. Defaults to 0. + - The client and server now have a Bash completion script + - It is included in the Flatpak and can be printed to stdout with flatpak run net.odamex.Odamex shell-integration bash + - For users of third-party packages, the script can be found here if it is not included + - Bash 4 or newer is required + Changed + - A bug causing a fatal error with the message "Tried to tic unknown levelstate" to obscure other more informational errors has been fixed + - Runtime SDL version check has been relaxed + - The Odamex client now requires SDL with an equal or greater minor version than the one it was compiled against + - Client and server now use the segment heap on Windows 10 and 11. This should improve performance and memory footprint + - Windows releases are now built with the Visual Studio 18 2026 toolchain + - FLTK updated to 1.4.5 + - libADLMIDI updated to 4412f7b + - The accuracy of the "Balanced" option has been improved. It now uses the Nuked-OPL3-fast fork of Nuked-OPL3 1.8 rather than using Nuked-OPL3 1.7 + Fixed + - Avatars are now affected by wind + - Voodoo dolls no longer appear to rapidly spin on the automap when using IDDT + - Compatibility setting overrides from the COMPLVL lump are now properly applied in singleplayer + - Boom generalized specials, other than doors and lifts, are now no-ops when used with tag 0 + - MAPINFO defaultmap's functionality has been restored + - A bug in the DeHackEd parser that caused it to skip two sections instead of single section when encountering an unknown section header has been fixed + - Odalaunch's File -> Start Odamex (Single Player) menu option has been fixed + - The ability to specify wad directories in Odalaunch settings has been restored + - The episode select skull no longer sometimes appears past the end of the episode list when switching wads + - Crashes and memory corruption that could occur when co_blockmapfix was enabled on maps containing custom enemies/decorations wider than 384 units have been fixed + - A crash that could occur when rendering zero-length segs has been fixed + - A crash when printing certain -stepmode debug information has been fixed + - Various crashes that could occur due to linedefs without frontsectors have been fixed + - Desyncs due to moving ceilings have been mitigated + - Rewinding an unpaused netdemo after previously stepping forward by a tic while paused no longer causes the netdemo to unexpectedly pause + - Game tics no longer progress while netdemos are paused, fixing various timers that would continue during paused netdemos + - A bug in FLZOFile that caused data from uninitialized memory to be written to save files has been fixed + - download get no longer downloads HTML files from doom.dogsoft.net when the requested wad could not be found + - Compatibility with MBF friendlies has been improved. See 49e2d2f for the change + - WDL stat tracking no longer logs disconnects from players that failed to fully connect in the first place + - The client and server no longer freeze when quitting after being launched from Steam or on macOS + - The client and server no longer exhibit extremely high CPU usage when running as background processes on macOS/Linux + - Various typos have been fixed +ReleaseNotesUrl: https://github.com/odamex/odamex/releases/tag/12.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.yaml b/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.yaml new file mode 100644 index 0000000000000..2de4e2bed6a9d --- /dev/null +++ b/manifests/o/Odamex/Odamex/12.2.1/Odamex.Odamex.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: Odamex.Odamex +PackageVersion: 12.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.installer.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.installer.yaml new file mode 100644 index 0000000000000..ce42eebdb105f --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.9.190 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cr.exe + PortableCommandAlias: cr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.9.190/cr_v0.9.190_windows_amd64.zip + InstallerSha256: EC59856C4B5DD23E168C4BE0ED2FCEA0FE26C0A7C0168D9F80EE25E59FA450F0 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.9.190/cr_v0.9.190_windows_arm64.zip + InstallerSha256: 0E1393D66AED8AFEF36C78493F97627323D0A8B27BCB32B058FD38794EE32E40 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-27 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..e593ee9c27362 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.9.190 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/codereview-cli/issues +PackageName: Code Review CLI +PackageUrl: https://github.com/open-cli-collective/codereview-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/codereview-cli/blob/main/LICENSE +ShortDescription: Automated pull-request review CLI +Description: |- + cr runs automated pull-request reviews, records review state locally, posts + review output back to GitHub, and keeps durable metadata to resume, repair, + inspect, and prune review runs. +Tags: +- code-review +- pull-request +- github +- cli +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/codereview-cli/releases/tag/v0.9.190 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.yaml new file mode 100644 index 0000000000000..ad1791b21684c --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.9.190/OpenCLICollective.codereview-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.9.190 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.installer.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.installer.yaml new file mode 100644 index 0000000000000..2a1ab347b8025 --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.installer.yaml @@ -0,0 +1,29 @@ +# 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: OrcaSVN.OrcaSVN +PackageVersion: 0.4.7 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: OrcaSVN +ReleaseDate: 2026-06-27 +AppsAndFeaturesEntries: +- Publisher: orcasvn + ProductCode: OrcaSVN +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OrcaSVN' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wustites/OrcaSVN/releases/download/v0.4.7/OrcaSVN_0.4.7_x64-setup.exe + InstallerSha256: DF92FD5CC9EC88AE841D145D606AADE4146CDD1EB4AA78F6374E125D8034AC33 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.locale.en-US.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.locale.en-US.yaml new file mode 100644 index 0000000000000..c66290160109d --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: OrcaSVN.OrcaSVN +PackageVersion: 0.4.7 +PackageLocale: en-US +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: A modern SVN client built with Tauri, Vue 3, and TypeScript +Description: OrcaSVN is a modern SVN workbench that provides a graphical interface for managing Subversion repositories. Built with Tauri for native performance, Vue 3 for the frontend, and TypeScript for type safety. Features include workspace management, commit, update, diff, blame, log viewing, and more. +Tags: +- git-alternative +- subversion +- svn +- tauri +- typescript +- version-control +- vue +ReleaseNotes: Desktop builds for Windows, Linux, and macOS. +ReleaseNotesUrl: https://github.com/wustites/OrcaSVN/releases/tag/v0.4.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.locale.zh-CN.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..96c9538dc498a --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.4.7 +PackageLocale: zh-CN +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/main/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: 基于 Tauri、Vue 3 和 TypeScript 构建的现代 SVN 客户端 +Description: OrcaSVN 是一个现代的 SVN 工作台,提供图形界面来管理 Subversion 仓库。基于 Tauri 构建以获得原生性能,使用 Vue 3 作为前端框架,TypeScript 确保类型安全。功能包括工作区管理、提交、更新、差异对比、注释查看、日志查看等。 +Tags: +- subversion +- svn +- tauri +- typescript +- vue +- 版本控制 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.yaml new file mode 100644 index 0000000000000..14e9cd91dd11d --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.7/OrcaSVN.OrcaSVN.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: OrcaSVN.OrcaSVN +PackageVersion: 0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.installer.yaml b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.installer.yaml new file mode 100644 index 0000000000000..563f10df59291 --- /dev/null +++ b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PureDevSoftware.10x +PackageVersion: 1.0.515.0 +InstallerType: burn +Scope: machine +FileExtensions: +- 10x +- 10x_settings +- 10x_syntax +- 10x_workspace +- c +- c++ +- cc +- cp +- cpp +- cxx +- h +- h++ +- hh +- hp +- hpp +- hxx +- inl +- sln +ProductCode: '{5e9fe3a2-2b27-4150-b9d3-f719697acd97}' +ReleaseDate: 2026-06-26 +AppsAndFeaturesEntries: +- UpgradeCode: '{9B881BA1-7F62-4CA2-873C-5916760E4340}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.puredevsoftware.com/download.php?file=10x_prev_versions/10xInstaller_1_0_515_0.exe&type=exe + InstallerSha256: A225A00C6F8BFDC219760A1FA3BBA3A9098C25E4AED3D6F01BEA25B7C4A33B3B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.locale.en-US.yaml b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.locale.en-US.yaml new file mode 100644 index 0000000000000..612dcbc401ca2 --- /dev/null +++ b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PureDevSoftware.10x +PackageVersion: 1.0.515.0 +PackageLocale: en-US +Publisher: PureDev Software +PublisherUrl: https://www.puredevsoftware.com/ +PublisherSupportUrl: https://www.10xeditor.com/contact.htm +PrivacyUrl: https://www.10xeditor.com/10x_privacy_terms.htm +Author: PureDev Software Limited +PackageName: 10x +PackageUrl: https://10xeditor.com/ +License: Proprietary +LicenseUrl: https://www.puredevsoftware.com/terms.htm +Copyright: Copyright 2026 PureDev Software +CopyrightUrl: https://www.puredevsoftware.com/terms.htm +ShortDescription: A High-Performance C++ Editor +Description: |- + There are many code editors and IDEs on the market, so why does the world need another editor? 10x is designed to be a fast and responsive editor, that understands C++ out of the box and performs well with the largest of codebases (>5 million loc). + There are Editors/IDEs that can handle many languages and have plugins for every eventuality, but due to the sheer size and complexity of these IDEs, they can become unresponsive and start failing for very large projects. + Conversely, there are many fast and lightweight code editors, but they often don't parse C++, or they require complicated setup with 3rd party parsers. + 10x is designed to fill the gap between a lightweight text editor and a full IDE. 10x has many of the features of an IDE but doesn't compromise on speed, even on the largest of projects. + 10x has a custom C++ parser that works out of the box, no setup required. The parser is fast and robust and incrementally parses as you type. It provides syntax highlighting, goto-definition, autocomplete and a lot more. + There are many editors/IDEs that promise everything, but it often comes at a cost, either in terms of responsiveness, robustness, or complexity of setup. With 10x, there is no need to compromise. You get the features you need with a fast and responsive editing experience. + 10x is aimed predominantly at the professional developer working on large and complex C++ codebases where productivity is vital. 10x makes it easy to quickly navigate around a large project and find what you need. 10x keeps you in the flow. + Coding at 60fps with instant workspace search is something you just have to experience. You may not think your current editor is slow until you try 10x. + 10x supports opening of Visual Studio projects, opening folders, and the creation of custom 10x workspaces. + 10x is currently Windows only. Support for other platforms is planned for the future. + As well as a custom built C++ parser, 10x also has syntax highlighting for many other languages. + 10x also has a powerful python API, which allows functionality to be added using python scripts. +Tags: +- code +- coding +- develop +- development +- programming +ReleaseNotes: '- Fixed detection of Unreal Engine failing for some setups. Fixes workspace defaults, BuildFile, adding files' +ReleaseNotesUrl: https://10xeditor.com/versions.htm +PurchaseUrl: https://10xeditor.com/pricing.htm +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://10xeditor.com/10xDocumentation/10xDocumentation.htm +- DocumentLabel: FAQ + DocumentUrl: https://10xeditor.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.locale.zh-CN.yaml b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c2bd887c6e8b4 --- /dev/null +++ b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PureDevSoftware.10x +PackageVersion: 1.0.515.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 高性能 C++ 编辑器 +Description: |- + 市场上已有众多代码编辑器和集成开发环境(IDE),为何还需要另一个编辑器?10x 被设计为一款快速响应的编辑器,它开箱即懂 C++,并能流畅处理超大规模代码库(>500 万行)。 + 现有编辑器/IDE 虽然能支持多种语言并通过插件满足各种需求,但由于其庞大复杂的架构,在面对超大型项目时往往变得卡顿甚至崩溃。 + 另一方面,虽然存在许多轻量快速的代码编辑器,但它们通常不具备 C++ 解析能力,或需要配置复杂的第三方解析器。 + 10x 旨在填补轻量文本编辑器与全功能 IDE 之间的空白。它既具备 IDE 的诸多特性,又能在处理巨型项目时保持极速响应。 + 10x 内置的自研 C++ 解析器无需配置即可工作,通过实时增量解析提供语法高亮、跳转定义、自动补全等核心功能。 + 许多编辑器/IDE 承诺一切,但往往以牺牲响应速度、稳定性或配置复杂度为代价。10x 则无需妥协——在获得所需功能的同时,您将享受丝滑般的编辑体验。 + 10x 专为处理大型复杂 C++ 代码库的专业开发者打造,通过高效的项目导航帮助开发者保持心流状态。 + 以 60 帧速率编写代码,配合即时工作区搜索的体验,唯有亲身体验才能领会。在尝试 10x 之前,您可能从未察觉现有编辑器的迟缓。 + 10x 支持直接打开 Visual Studio 项目、文件夹,并能创建自定义工作区。 + 10x 目前仅支持 Windows 平台,未来计划扩展至其他系统。 + 除自研 C++ 解析器外,10x 还支持多种其他语言的语法高亮。 + 10x 还配备了强大的 Python API,允许通过脚本扩展功能。 +Tags: +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://10xeditor.com/10xDocumentation/10xDocumentation.htm +- DocumentLabel: 常见问题 + DocumentUrl: https://10xeditor.com/faq.htm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.yaml b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.yaml new file mode 100644 index 0000000000000..7b39d657c2d71 --- /dev/null +++ b/manifests/p/PureDevSoftware/10x/1.0.515.0/PureDevSoftware.10x.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: PureDevSoftware.10x +PackageVersion: 1.0.515.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.installer.yaml b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.installer.yaml new file mode 100644 index 0000000000000..14542edd245b1 --- /dev/null +++ b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Serverdata.ShareSync +PackageVersion: 3.49.15 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +ProductCode: '{9A7325EA-D3C9-0203-0001-250928162350}' +AppsAndFeaturesEntries: +- UpgradeCode: '{31A8F445-2AC6-494B-819C-4F4E1B2AECF1}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://sharesync.serverdata.net/installers/Sync-WindowsApp/ShareSyncSetup-3.49.15.exe + InstallerSha256: 238632CABC6D1905E3923ACA59A33FBBE2760ABC59D523B3D48419DC1F607C55 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.locale.en-US.yaml b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.locale.en-US.yaml new file mode 100644 index 0000000000000..8214127ec7474 --- /dev/null +++ b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Serverdata.ShareSync +PackageVersion: 3.49.15 +PackageLocale: en-US +Publisher: Serverdata.net +PrivacyUrl: https://serverdata.net/legal/privacy-policy.php +Author: Serverdata.net, Inc. +PackageName: ShareSync +PackageUrl: https://howto.sharesync.com/ +License: Proprietary +LicenseUrl: https://serverdata.net/legal/eula.php +Copyright: Copyright © Serverdata.net, Inc. 1995 — 2026. All Rights Reserved. +CopyrightUrl: https://serverdata.net/legal/eula.php +ShortDescription: ShareSync makes backup and file sharing easy and secure, plus protects your files against advanced malware and ransomware. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +Documentations: +- DocumentLabel: Get Started Guide + DocumentUrl: https://sharesync.serverdata.net/Downloads/ShareSync/documents/ShareSync%20Get%20Started%20Guide%20for%20Windows.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.locale.zh-CN.yaml b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.locale.zh-CN.yaml new file mode 100644 index 0000000000000..00a72a3293d4b --- /dev/null +++ b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.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: Serverdata.ShareSync +PackageVersion: 3.49.15 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: ShareSync 让备份与文件共享变得简单安全,同时保护您的文件免受高级恶意软件和勒索软件的威胁。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 微云 +- 文件 +- 网盘 +Documentations: +- DocumentLabel: 入门指南 + DocumentUrl: https://sharesync.serverdata.net/Downloads/ShareSync/documents/ShareSync%20Get%20Started%20Guide%20for%20Windows.pdf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.yaml b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.yaml new file mode 100644 index 0000000000000..9151e2bee75da --- /dev/null +++ b/manifests/s/Serverdata/ShareSync/3.49.15/Serverdata.ShareSync.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: Serverdata.ShareSync +PackageVersion: 3.49.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.installer.yaml index f7f1fe5d6482c..698d56870f41e 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782542697-gd6b6a8 +PackageVersion: 0.0.1782579189-g03e27d InstallerType: portable Commands: - amp @@ -11,7 +11,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1782542697-gd6b6a8/amp-windows-x64-baseline.exe - InstallerSha256: 25E9B6511D1A2BB6F0D18E71370B5B22B10F5FA577741447DCE5180635028BCC + InstallerUrl: https://static.ampcode.com/cli/0.0.1782579189-g03e27d/amp-windows-x64-baseline.exe + InstallerSha256: 18D9E990C7C4231E8FA49577CA014E26EEC0A620CB092ABC6D4E54E046E325CF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.locale.en-US.yaml index 875e96ffe1095..ac60297adc6fa 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782542697-gd6b6a8 +PackageVersion: 0.0.1782579189-g03e27d PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.locale.zh-CN.yaml index 95b485462d00f..f0c6dbcb59c6b 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782542697-gd6b6a8 +PackageVersion: 0.0.1782579189-g03e27d PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.yaml index d4d8bfea3fdef..78bc152b9b8de 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782542697-gd6b6a8/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782579189-g03e27d/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782542697-gd6b6a8 +PackageVersion: 0.0.1782579189-g03e27d DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.installer.yaml b/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.installer.yaml new file mode 100644 index 0000000000000..74a7037117868 --- /dev/null +++ b/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: schemacrawler.schemacrawler +PackageVersion: 17.11.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{4CBC7D67-7DB5-3CC8-AA10-50F3A1518205}' +ReleaseDate: 2026-06-27 +AppsAndFeaturesEntries: +- ProductCode: '{4CBC7D67-7DB5-3CC8-AA10-50F3A1518205}' + UpgradeCode: '{20062F6A-6343-3EB4-953F-6C5D08EF2AB2}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/SchemaCrawler' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v17.11.4/SchemaCrawler-17.11.4.msi + InstallerSha256: DDA77AE028AD6C3137A4DA2446924933912E4FA166FFD4CE329325C3690E37A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.locale.en-US.yaml b/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.locale.en-US.yaml new file mode 100644 index 0000000000000..47355d03a01be --- /dev/null +++ b/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: schemacrawler.schemacrawler +PackageVersion: 17.11.4 +PackageLocale: en-US +Publisher: Sualeh Fatehi +PublisherUrl: https://www.schemacrawler.com/ +PublisherSupportUrl: https://www.schemacrawler.com/faq.html +Author: Sualeh Fatehi +PackageName: SchemaCrawler +PackageUrl: https://www.schemacrawler.com/ +License: EPL-2.0 +LicenseUrl: https://www.schemacrawler.com/license.html +Copyright: Copyright (c) 2000-2020, Sualeh Fatehi . +CopyrightUrl: https://www.schemacrawler.com/license.html +ShortDescription: Free database schema discovery and comprehension tool +Moniker: schemacrawler +Tags: +- database +- diagram +- lint +- schema +ReleaseNotes: |- + Changelog + 0cd60b5 Merge pull request #41 from schemacrawler/v17.11.4 + v17.11.4 +ReleaseNotesUrl: https://www.schemacrawler.com/changes-report.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.yaml b/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.yaml new file mode 100644 index 0000000000000..519a963370914 --- /dev/null +++ b/manifests/s/schemacrawler/schemacrawler/17.11.4/schemacrawler.schemacrawler.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: schemacrawler.schemacrawler +PackageVersion: 17.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.installer.yaml b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.installer.yaml new file mode 100644 index 0000000000000..92837b7ed76fc --- /dev/null +++ b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.QQPinyin +PackageVersion: "6.7" +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- qqpinyin +- qqpinyin2 +FileExtensions: +- qcel +- qpyd +- qpys +ProductCode: QQ拼音输入法 +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x86 + InstallerUrl: https://ime.sogoucdn.com/QQPinyin_Setup_6.7.6500.400.exe + InstallerSha256: 565FBE138DA3E99F01DD4BA4245F289FC2113A00B24A171E0182AC9395AF0422 +- Architecture: x64 + InstallerUrl: https://ime.sogoucdn.com/QQPinyin_Setup_6.7.6500.400.exe + InstallerSha256: 565FBE138DA3E99F01DD4BA4245F289FC2113A00B24A171E0182AC9395AF0422 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.locale.en-US.yaml b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..defdb8572210f --- /dev/null +++ b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.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.QQPinyin +PackageVersion: "6.7" +PackageLocale: en-US +Author: Beijing Sogou Technology Development Co., Ltd. +License: Freeware +ShortDescription: A faster, more accurate and lighter Pinyin input method +Description: QQ Pinyin is a faster, more accurate and lighter Pinyin input method that features on-the-go thesauruses, beautiful skins and intelligent whole sentence generation, making writing a pleasure. +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.locale.zh-CN.yaml b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ba5811853ee19 --- /dev/null +++ b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.QQPinyin +PackageVersion: "6.7" +PackageLocale: zh-CN +Publisher: 搜狗公司 +PublisherUrl: https://qq.pinyin.cn/ +PublisherSupportUrl: https://qq.pinyin.cn/help/ +Author: 北京搜狗科技发展有限公司 +PackageName: QQ拼音输入法 +PackageUrl: https://qq.pinyin.cn/ +License: 免费软件 +Copyright: Copyright © 2007-2026 Sogou Inc. All Rights Reserved. +ShortDescription: 更快、更准、更绿色的拼音输入法 +Description: QQ 拼音是一款更快、更准、更绿色的拼音输入法,具有词库随身带,精美皮肤更换和智能整句生成的特点,让书写成为享受。 +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 输入法 +ReleaseNotesUrl: https://qq.pinyin.cn/history_pc.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.yaml b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.yaml new file mode 100644 index 0000000000000..ceb5fe1b85d77 --- /dev/null +++ b/manifests/t/Tencent/QQPinyin/6.7/Tencent.QQPinyin.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.QQPinyin +PackageVersion: "6.7" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.installer.yaml b/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.installer.yaml deleted file mode 100644 index cc204012beac4..0000000000000 --- a/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Tiwut.TiwutLauncher -PackageVersion: "1.2" -InstallerType: inno -Installers: -- Architecture: neutral - InstallerUrl: https://launcher.tiwut.de/WinGet/Tiwut-Launcher-Setup_v1.2.exe - InstallerSha256: 44B5A1B6CD44B4D3D0D65F089AC64DBA07F886A26D5681F0346B1A8CFBC7B797 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.locale.en-US.yaml b/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.locale.en-US.yaml deleted file mode 100644 index bc395cc6315a7..0000000000000 --- a/manifests/t/Tiwut/TiwutLauncher/1.2/Tiwut.TiwutLauncher.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Tiwut.TiwutLauncher -PackageVersion: "1.2" -PackageLocale: en-US -Publisher: Tiwut -PackageName: Tiwut Launcher -License: MIT License -ShortDescription: Tiwut Launcher Setup -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.installer.yaml b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.installer.yaml similarity index 75% rename from manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.installer.yaml rename to manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.installer.yaml index 3f331251de6f6..67efcad582dac 100644 --- a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.installer.yaml +++ b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.installer.yaml @@ -2,25 +2,25 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.11 +PackageVersion: 9.18.12 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated Protocols: - upnote ProductCode: 25d6aa7b-585b-5b4c-8403-aece86b972ea -ReleaseDate: 2026-05-23 +ReleaseDate: 2026-06-27 Installers: - Architecture: x64 Scope: user InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: F65A786B03F00D3494FA7F5371EF55820E5A788F1668F02D3E8409DAFD0D6819 + InstallerSha256: C6384FFDB5FC0929AA48ACF50127A196C22838563FAAB972AD6A46BFE832436E InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: F65A786B03F00D3494FA7F5371EF55820E5A788F1668F02D3E8409DAFD0D6819 + InstallerSha256: C6384FFDB5FC0929AA48ACF50127A196C22838563FAAB972AD6A46BFE832436E InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.locale.en-US.yaml b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.locale.en-US.yaml similarity index 84% rename from manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.locale.en-US.yaml rename to manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.locale.en-US.yaml index f6a4334940011..ad9b37869db3a 100644 --- a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.locale.en-US.yaml +++ b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.11 +PackageVersion: 9.18.12 PackageLocale: en-US Publisher: UpNote Pte. Ltd. PublisherUrl: https://getupnote.com/ @@ -21,8 +21,8 @@ Tags: - memorandum - notes ReleaseNotes: |- - - Fixed an issue where the AppImage version could not be updated on Linux. - - Stability and performance improvements. + - Fixed an issue when exporting PDFs in landscape mode. + - Enforced stricter limits when bulk importing data into UpNote to ensure fair use of server resources. ReleaseNotesUrl: https://help.getupnote.com/more/release-notes/mac-windows-and-linux-apps PurchaseUrl: https://getupnote.com/#pricing Documentations: diff --git a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.locale.zh-CN.yaml b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.locale.zh-CN.yaml similarity index 94% rename from manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.locale.zh-CN.yaml rename to manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.locale.zh-CN.yaml index 1536ab53e3406..a4dedd00563d1 100644 --- a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.locale.zh-CN.yaml +++ b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.11 +PackageVersion: 9.18.12 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款强大而优雅的笔记整理应用 diff --git a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.yaml b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.yaml similarity index 90% rename from manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.yaml rename to manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.yaml index 2f597821fc055..6235d25deb8d6 100644 --- a/manifests/u/UpNote/UpNote/9.18.11/UpNote.UpNote.yaml +++ b/manifests/u/UpNote/UpNote/9.18.12/UpNote.UpNote.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.18.11 +PackageVersion: 9.18.12 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.installer.yaml b/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.installer.yaml new file mode 100644 index 0000000000000..70f9baec79282 --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.installer.yaml @@ -0,0 +1,28 @@ +# 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: Wangnov.CodexAppManager +PackageVersion: 0.2.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: Codex App Manager +ReleaseDate: 2026-06-27 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: Codex App Manager +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Codex App Manager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Wangnov/Codex-App-Manager/releases/download/v0.2.4/CodexAppManager_0.2.4_x64-setup.exe + InstallerSha256: 529242FE2DE5CE22572A789E855400AEFFEE01A8815DAB90A7D910E1CDBA102F +- Architecture: arm64 + InstallerUrl: https://github.com/Wangnov/Codex-App-Manager/releases/download/v0.2.4/CodexAppManager_0.2.4_arm64-setup.exe + InstallerSha256: AFFC79CB79DF63D2E4F6A9E431CA3D8494DDF528AB05B7F197A9720DF4835389 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.locale.en-US.yaml b/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.locale.en-US.yaml new file mode 100644 index 0000000000000..1d9588c19f60a --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.locale.en-US.yaml @@ -0,0 +1,67 @@ +# 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: Wangnov.CodexAppManager +PackageVersion: 0.2.4 +PackageLocale: en-US +Publisher: Wangnov +PublisherUrl: https://github.com/Wangnov +PublisherSupportUrl: https://github.com/Wangnov/Codex-App-Manager/issues +PackageName: Codex App Manager +PackageUrl: https://github.com/Wangnov/Codex-App-Manager +License: MIT +LicenseUrl: https://github.com/Wangnov/Codex-App-Manager/blob/HEAD/LICENSE +ShortDescription: Installer, updater, and uninstaller for the official Codex desktop app. +Description: A cross-platform desktop client to install, incrementally update, and cleanly uninstall the official Codex desktop app, with built-in self-update. +Moniker: codex-app-manager +Tags: +- codex +- installer +- openai +- tauri +- updater +ReleaseNotes: |- + Codex App Manager + > 这一版让 Manager 更容易接管已经存在的 Codex,并把 Windows 更新失败提示变得更可读。 + > This release makes it easier to adopt an existing Codex install, and makes Windows update failures easier to understand. + ✨ 亮点 · Highlights + - 手动选择已有 Codex: 当首页未检测到 Codex 时,现在可以手动选择自定义位置里的 Codex;Manager 会先验证版本信息,再接管后续检查和更新。 + Choose an existing Codex manually: when Home cannot detect Codex, you can point Manager at a custom install location; it verifies the version first, then manages future checks and updates. + - 主屏幕保持干净: 手动选择入口只在“未检测到 Codex”时出现,自动探测仍然保持无感。 + Home stays clean: the manual picker only appears when Codex is not detected, while background probing remains quiet. + 🐛 修复 · Fixes + - Windows 更新错误文案: 安装阶段失败时不再把底层英文引擎错误直接显示在主红框里,而是展示稳定、可操作的本地化提示。 + Windows update copy: install-stage failures no longer dump raw English engine text into the main error banner; the app now shows stable, actionable localized copy. + - Windows 目标进程处理: 便携更新会先请求目标 Codex 正常退出;若目标进程仍占用安装目录,会只对该安装目录下的 Codex 进程做强制结束,避免“没有替换任何文件”的失败循环。 + Windows target process handling: portable updates still request a graceful close first; if target Codex processes keep the install directory busy, Manager force-closes only those processes under that install root to avoid the no-files-replaced failure loop. + - 接管记录优先级: Windows 现在和 macOS 一样优先使用最新的接管记录,避免历史记录抢走刚刚手动选择的位置。 + Adoption precedence: Windows now matches macOS by preferring the latest managed record, so older records cannot steal focus from a newly selected install. + 📦 安装与升级 · Install & Upgrade + 已经安装? 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。 + Already installed? The app offers this update in-app — macOS pulls only the delta, with automatic rollback. + ─────────────────────┬─────────────────────────────────────────── + 平台 · Platform │下载 · Download(国内直连 · China-reachable) + ─────────────────────┼─────────────────────────────────────────── + macOS · Apple Silicon│CodexAppManager_aarch64.dmg + ─────────────────────┼─────────────────────────────────────────── + macOS · Intel │CodexAppManager_x86_64.dmg + ─────────────────────┼─────────────────────────────────────────── + Windows · x64 │CodexAppManager_x64-setup.exe + ─────────────────────┼─────────────────────────────────────────── + Windows · ARM64 │CodexAppManager_arm64-setup.exe + ─────────────────────┴─────────────────────────────────────────── + Windows 签名状态: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe 当前没有 Authenticode 代码签名,首次运行可能出现 SmartScreen 提示;.sig / latest.json 里的 Tauri updater 签名只用于应用内自更新的字节校验,不代表 Windows 发行者信任。详情见 Windows signing and verification。 + Windows signing status: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe are not Authenticode-signed yet, so SmartScreen may warn on first run; the Tauri updater signature in .sig / latest.json verifies in-app update bytes only and is not Windows publisher trust. See Windows signing and verification. + 核验下载: 本页 Assets 带有 SHA256SUMS;Windows 用 Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 或替换为 ARM64 文件名,macOS 用 shasum -a 256 CodexAppManager_aarch64.dmg,再与 SHA256SUMS 比对。 + Verify downloads: This release includes SHA256SUMS in Assets; on Windows run Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 or swap in the ARM64 filename, and on macOS run shasum -a 256 CodexAppManager_aarch64.dmg, then compare with SHA256SUMS. + # macOS · Homebrew + brew install --cask wangnov/tap/codex-app-manager + > 镜像直链恒指向最新版本;如需本页对应的历史版本,请使用下方 Assets。.app.tar.gz / .sig / latest.json 是自动更新器的工件,手动安装请选 .dmg / .exe。 + > Mirror permalinks always resolve to the latest release — for this exact version use the assets below. .app.tar.gz / .sig / latest.json belong to the auto-updater; pick the .dmg / .exe for manual installs. + What's Changed + - [codex] Handle Windows Codex internal versions by @Wangnov in #118 + - feat: adopt existing Codex installs by @Wangnov in #119 + Full Changelog: v0.2.3...v0.2.4 +ReleaseNotesUrl: https://github.com/Wangnov/Codex-App-Manager/releases/tag/v0.2.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.yaml b/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.yaml new file mode 100644 index 0000000000000..d066d6d0b46c2 --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.2.4/Wangnov.CodexAppManager.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: Wangnov.CodexAppManager +PackageVersion: 0.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.locale.en-US.yaml deleted file mode 100644 index 3750674afe752..0000000000000 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.locale.en-US.yaml +++ /dev/null @@ -1,96 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.06.06.234447 -PackageLocale: en-US -Publisher: yt-dlp -PublisherUrl: https://github.com/yt-dlp -PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues -PackageName: yt-dlp-nightly -PackageUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds -License: Unlicense -LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/master/LICENSE -Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE -ShortDescription: A feature-rich command-line audio/video downloader. -Description: |- - The yt-dlp nightly channel builds. - yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. - The project is a fork of youtube-dl based on the now inactive youtube-dlc. -Moniker: yt-dlp-nightly -Tags: -- audio -- audio-downloader -- download -- downloader -- media -- media-downloader -- nightly -- video -- video-downloader -- youtube -- youtube-dl -- youtube-dlp -- ytdlp -ReleaseNotes: |- - Generated from: yt-dlp/yt-dlp@5faffa9 - Installation Discord Donate Documentation - A description of the various files is in the README - The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt - Changelog - Core changes - - Add lockfile and pinned extras (#16421) by bashonly, Grub4K (With fixes in 88c8a68 by bashonly) - - Fix default extra for ios platforms (#16376) by bashonly - - update: Bump GitHub REST API version to 2026-03-10 (#16435) by bashonly - - utils: random_user_agent: Bump version range 137-143 => 142-148 (#16588) by dlp-bot - Extractor changes - - _resolve_nuxt_array: Handle Pinia skipHydrate (#16447) by doe1080 - - ard: Support new ardsounds domain (#16381) by evilpie - - bandcamp: weekly: Fix extractor (#16373) by bashonly - - rtp: Support multi-part episodes and --no-playlist (#16299) by bashonly - - soop: Adapt extractors to new domain (#16436) by thematuu - - soundcloud: Improve error handling (#16602) by bashonly - - twitch: clips: Fix extractor (#16466) by Ventriduct - - youtube - - Drop support for bun<1.2.11 and bun>1.3.14 (#16786) by bashonly - - Drop support for deno<2.3.0 (#16788) by bashonly - - Drop support for node<22 (#16787) by bashonly - - Fix PO token sanitization for Python 3.15 (#16884) by Grub4K - - Fix PO token sanitization for Python>=3.14.4 (#16453) by syphyr - - Fix outdated quickjs-ng warning (#16437) by bashonly - Postprocessor changes - - exec: Restrict --exec template usage to safe conversions (#16883) by bashonly - Networking changes - - Request Handler - - curl_cffi - - Fix supported impersonate targets (#16440) by bashonly - - Support curl_cffi 0.15.x (#16429) by bashonly - Misc. changes - - build - - Harden build/release workflows (#16358) by bashonly, Grub4K (With fixes in cdc465a by bashonly) - - Harden release workflow (#16444) by bashonly - - Rename requirements files to clean up dependency graph (#16740) by bashonly - - Update 14 dependencies (#16589) by dlp-bot - - Update 28 dependencies (#16467) by bashonly - - Upgrade all Linux binaries to Python 3.14 (#16738) by bashonly - - ci - - Bump pytest to 9.x (#16470) by bashonly, Grub4K - - Test with Python 3.15 (#16896) by bashonly - - Update 2 actions in 2 workflows (#16743) by dlp-bot - - Update 8 actions in 7 workflows (#16384) by bashonly - - Update wiki via this repository (#16446) by bashonly (With fixes in 9f0fc9a) - - cleanup: Miscellaneous: 35684c1, 3a12be7 by bashonly - - devscripts - - Handle ejs updates for requirements files (#16374) by bashonly, Grub4K - - update_requirements: Add reporting functionality (#16454) by bashonly, Grub4K - - test: Add default and curl-cffi extras to hatch-test env (#16397) by JSubelj -ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.06.06.234447 -Documentations: -- DocumentLabel: Discord - DocumentUrl: https://discord.gg/H5MNcFW63r -- DocumentLabel: Update Channels - DocumentUrl: https://github.com/yt-dlp/yt-dlp#update-channels -- DocumentLabel: Wiki - DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.installer.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.installer.yaml similarity index 56% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.installer.yaml rename to manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.installer.yaml index f1b173875147a..3a6e7c4a3727a 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.installer.yaml +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.06.06.234447 +PackageVersion: 2026.06.26.234622 InstallerType: portable Commands: - yt-dlp @@ -10,16 +10,16 @@ Dependencies: PackageDependencies: - PackageIdentifier: DenoLand.Deno - PackageIdentifier: yt-dlp.FFmpeg -ReleaseDate: 2026-06-06 +ReleaseDate: 2026-06-26 Installers: - Architecture: x86 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.06.234447/yt-dlp_x86.exe - InstallerSha256: 46BB864D9788C52D8A92A9FA3A81155355F3655019D28186541D04DD4E557E7D + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.26.234622/yt-dlp_x86.exe + InstallerSha256: 75AC0C58EE8C4C2E08B14538997ADE4C3734E77DF0C0AEE8ADAC0256A1DCEE43 - Architecture: x64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.06.234447/yt-dlp.exe - InstallerSha256: B8807A1AFD08F1EDF177112458BA0431FDF7709C188C57B49FE51C8862DAC088 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.26.234622/yt-dlp.exe + InstallerSha256: DCE59A37F7CD19F4F6AFEAA283093B3C71388CC5071276FEF71B6FDEEAAC09AD - Architecture: arm64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.06.234447/yt-dlp_arm64.exe - InstallerSha256: CE5A91A53BEE5EB3DE13F228D15110CA35E574576546612A414C075DE0188ACE + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.26.234622/yt-dlp_arm64.exe + InstallerSha256: 03EC15E04AECD5AEC48ACFF9A593EED62F14248A4CC21219FE16A2A0B3161819 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..cb5fc66f14454 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.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: yt-dlp.yt-dlp.nightly +PackageVersion: 2026.06.26.234622 +PackageLocale: en-US +Publisher: yt-dlp +PublisherUrl: https://github.com/yt-dlp +PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues +PackageName: yt-dlp-nightly +PackageUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds +License: Unlicense +LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/master/LICENSE +Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE +ShortDescription: A feature-rich command-line audio/video downloader. +Description: |- + The yt-dlp nightly channel builds. + yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. + The project is a fork of youtube-dl based on the now inactive youtube-dlc. +Moniker: yt-dlp-nightly +Tags: +- audio +- audio-downloader +- download +- downloader +- media +- media-downloader +- nightly +- video +- video-downloader +- youtube +- youtube-dl +- youtube-dlp +- ytdlp +ReleaseNotes: |- + Generated from: yt-dlp/yt-dlp@d23e6f5 + Installation Discord Donate Documentation + A description of the various files is in the README + The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt + Changelog + Core changes + - Always include warnings in debug output (#17059) by bashonly + - Fix allow-unsafe-ext compat option (#16920) by bashonly + - Raise minimum recommended Python version to 3.11 (#17034) by bashonly + - utils + - Deprecate make_dir in favor of make_parent_dirs (#16931) by doe1080 + - HTTPHeaderDict: Fix __ior__ (#16930) by doe1080 + - pkcs1pad: Fix invalid PKCS#1 v1.5 padding bytes (#17035) by doe1080 + Extractor changes + - bandcamp: weekly: Fix extractor (#16925) by bashonly (With fixes in 9055188) + - linkedin: Remove broken login support (#17039) by 0xvd + - mgtv: Fix VIP stream extraction (#16982) by longcharmroeun + - mxplayer: Fix extractors (#16988) by 0xvd + - niconico + - Fix error detection (#16991) by doe1080 + - Support shorts (#16992) by doe1080 + - patreon: Support new URL format (#16926) by 0xvd + - peertube: Support password-protected videos (#16873) by selfhoster1312 + - periscope: Improve metadata extraction (#16084) by doe1080 + - reddit: Remove broken login support (#17038) by 0xvd + - soundcloud: Extract uploader_url for playlists (#16842) by noseb13eds + - telewebion: Fix extractor (#16986) by BOplaid + - tviplayer: Fix extractor (#16527) by FranciscoPombal + - youtube + - Fix detection of forced preroll wait time (#17062) by bashonly + - Fix minor issues (#17060) by doe1080 + - tab + - Fix flat extraction of collaborators (#17045) by bashonly + - Fix flat playlist metadata extraction (#16965) by bashonly + - Fix metadata extraction (#16976) by bashonly + - Fix pagination (#16948) by bashonly + - zdf: Detect livestreams (#16954) by InvalidUsernameException + - zoom: clips: Add extractor (#17005) by Bnyro + Downloader changes + - external: curl: Support development versions (#16922) by syphyr + - mhtml: Fix storyboard content-length calculation (#13998) by Masterjun3 + Misc. changes + - build: Update 17 dependencies (#17014) by dlp-bot + - ci: Bump actions/checkout v6.0.3 => v7.0.0 (#17015) by dlp-bot + - cleanup + - Fix invalid info dict fields (#17007) by seproDev + - Replace dead example/test URL (#17061) by bashonly +ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.06.26.234622 +Documentations: +- DocumentLabel: Discord + DocumentUrl: https://discord.gg/H5MNcFW63r +- DocumentLabel: Update Channels + DocumentUrl: https://github.com/yt-dlp/yt-dlp#update-channels +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.yaml similarity index 84% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.yaml rename to manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.yaml index 298999453f38c..118ff58019308 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.06.234447/yt-dlp.yt-dlp.nightly.yaml +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.26.234622/yt-dlp.yt-dlp.nightly.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.06.06.234447 +PackageVersion: 2026.06.26.234622 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0