diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..adb3f24d41422 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.9/OpenCowork-win-amd64-setup.exe + InstallerSha256: D8A453B2C49F044318467A2E4586F8DA243DB21C20073E9F7B5211299C85A892 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.9/OpenCowork-win-amd64-setup.exe + InstallerSha256: D8A453B2C49F044318467A2E4586F8DA243DB21C20073E9F7B5211299C85A892 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.9/OpenCowork-win-arm64-setup.exe + InstallerSha256: FA8C74F3FBA739DA348B01A04726E2C8FD236F3E875C227FB8AC2BF36A0C8FA6 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..f6ec58004c16c --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.9 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Added + - Added Agent Runtime v2 capability negotiation with versioned tool manifests, + session and project context binding, and runtime feature discovery. + - Added agent-definition schema v2 parsing with explicit tool allowlists, + bounded turn limits, and compatibility warnings for legacy definitions. + - Added dependency-free verification for compact request-view pairing and + truncation behavior. + Changed + - Hardened sidecar tool authorization with manifest validation, provider-visible + tool reconciliation, input-schema checks, and project-scoped extension tools. + - Preserved raw provider tool arguments and rejected malformed or hook-mutated + tool input before execution with structured error results. + - Changed context compression to use the generated summary as the complete + model-visible history by default, while pairing boundaries and summaries by + id and keeping their ordering stable. + Fixed + - Fixed compact summaries being missed when message sorting moved them before + their associated compression boundary. + - Added session and canvas project checks to prevent capability snapshots from + being reused with the wrong agent run context. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.2.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2ccccb2f3aa46 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.9 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.2.9 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.yaml similarity index 56% rename from manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.yaml rename to manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.yaml index 4626d4c15f2af..c1c02edb30267 100644 --- a/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.yaml +++ b/manifests/a/AIDotNet/OpenCowork/1.2.9/AIDotNet.OpenCowork.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: AxCrypt.AxCrypt -PackageVersion: 3.1.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..28b0f5707f48b --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.118/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.118 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.118/AQBot_0.0.118_x64-setup.exe + InstallerSha256: 4C665F4DDE32A2DC15581F43F7C7283AFEFFA496E4F55578D6EAA274468CF5E7 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.118/AQBot_0.0.118_arm64-setup.exe + InstallerSha256: F84F703AF3334AC522DE5A6C19E11A673914E2B429C9734C416E2F3D2AB22C2A + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.118/AQBot_0.0.118_x64_en-US.msi + InstallerSha256: EE4D6AC1A04F6E36CEC08A7A0868E974CF57D303EA61D6D8CEF42DAEA966582E + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{A650CC57-A5D3-4EEB-B961-CCCE72222F53}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.118/AQBot_0.0.118_arm64_en-US.msi + InstallerSha256: D3B52168C65002D0AB8DAE534A89F87E1C6279655E886B6C6C13D913AB15901B + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{EC3B371C-4130-45B7-A94E-A78F44F3D79D}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..60172d002d29e --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.118/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.118 +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.118/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b14f1dcbaafe5 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.118/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.118 +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 修复 + - avatar: restore local image selection preview for profile and providers (#c28500f) + 🚀 新功能 + - chat: 优化消息分享导出体验与呈现 (#55b3005) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.118 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.yaml b/manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.yaml similarity index 58% rename from manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.yaml rename to manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.yaml index 1689616f13471..b30d179f5990d 100644 --- a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.yaml +++ b/manifests/a/AQBot/AQBot/0.0.118/AQBot.AQBot.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: iFlytek.iFlyRecSI -PackageVersion: 5.0.13 +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.118 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.119/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.119/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..a160799cc620c --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.119/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.119 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.119/AQBot_0.0.119_x64-setup.exe + InstallerSha256: AB7E6860CD67E34EEEC7FBBAA82261C10884AEEF119AE9CE0147A02C5EB77496 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.119/AQBot_0.0.119_arm64-setup.exe + InstallerSha256: 0026841DF0CEE499E548DE08306196BE1454C8C3033AE00A4C771034F8B009E3 + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.119/AQBot_0.0.119_x64_en-US.msi + InstallerSha256: 3BABF452AB129DCA36405DA59D622FECF47CF129FEED2B31FAB184D90DE5DB41 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{490034A6-E515-417B-80D1-49FF86A105DC}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.119/AQBot_0.0.119_arm64_en-US.msi + InstallerSha256: BE4077B9C61A740632CB8F92492764C64CB8EEE2454AAE954BFE3C366C98B705 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{6EBE1603-252E-4688-933A-ED7CDA98A3E2}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.119/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.119/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..abbc8c1706f9f --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.119/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.119 +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.119/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.119/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ce1a7c9d47ea9 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.119/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,85 @@ +# 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.119 +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: |- + 🚀 新功能 + - gateway: 支持同名模型聚合路由与模型别名 (#8e52a7f) + - chat: 增强上下文压缩保留尾部消息与原文重试 (#4df00d2) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.119 +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.119/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.119/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..1fd0d49fca20d --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.119/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.119 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/ART/ART/1.26.7/ART.ART.installer.yaml b/manifests/a/ART/ART/1.26.7/ART.ART.installer.yaml index b6f6a71cd3099..14eceb98fb705 100644 --- a/manifests/a/ART/ART/1.26.7/ART.ART.installer.yaml +++ b/manifests/a/ART/ART/1.26.7/ART.ART.installer.yaml @@ -4,7 +4,6 @@ PackageIdentifier: ART.ART PackageVersion: 1.26.7 InstallerType: inno -Scope: user InstallModes: - interactive - silent @@ -14,9 +13,6 @@ ReleaseDate: 2026-07-13 AppsAndFeaturesEntries: - DisplayName: ART version 1.26.7 ProductCode: ART1.26.7_is1 -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\ART\1.26.5' Installers: - Architecture: x64 InstallerUrl: https://github.com/artraweditor/ART/releases/download/1.26.7/ART_1.26.7_Win64.exe diff --git a/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.installer.yaml b/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.installer.yaml new file mode 100644 index 0000000000000..56d774cbda4b7 --- /dev/null +++ b/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ActualBudget.ActualBudget +PackageVersion: 26.8.1 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: e6e1087f-f337-5317-baca-a0b5350655fc +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- DisplayName: Actual 26.8.1 + Publisher: Actual + ProductCode: e6e1087f-f337-5317-baca-a0b5350655fc +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/actualbudget/actual/releases/download/v26.8.1/Actual-windows-x64.exe + InstallerSha256: 39E72EA9781F5A6E3DCEA0DB0597A19AAFA38DA4B4BB8C8F0601FC21799F703B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.locale.en-US.yaml b/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.locale.en-US.yaml new file mode 100644 index 0000000000000..7c573eea3c958 --- /dev/null +++ b/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ActualBudget.ActualBudget +PackageVersion: 26.8.1 +PackageLocale: en-US +Publisher: Actual Budget +PublisherUrl: https://github.com/actualbudget +PublisherSupportUrl: https://github.com/actualbudget/actual/issues +PackageName: Actual Budget +PackageUrl: https://github.com/actualbudget/actual +License: MIT +LicenseUrl: https://github.com/actualbudget/actual/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2026 Actual +ShortDescription: A local-first personal finance app +Moniker: actual-budget +Tags: +- budgeting +- finance +- money +- personal-finance +ReleaseNotes: |- + 🔗 View release notes + Desktop releases + Please note: Microsoft store updates can sometimes lag behind the main release by a couple of days while they verify the new version. + Get it on Flathub +ReleaseNotesUrl: https://github.com/actualbudget/actual/releases/tag/v26.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.yaml b/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.yaml similarity index 55% rename from manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.yaml rename to manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.yaml index 548a6d9629838..7db4b999462fd 100644 --- a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.yaml +++ b/manifests/a/ActualBudget/ActualBudget/26.8.1/ActualBudget.ActualBudget.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/19 +# Created with WinGet Updater using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: VirtualHere.USBClient -PackageVersion: 6.0.1 +PackageIdentifier: ActualBudget.ActualBudget +PackageVersion: 26.8.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.installer.yaml b/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.installer.yaml new file mode 100644 index 0000000000000..4116956789cc9 --- /dev/null +++ b/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AmneziaVPN.AmneziaVPN +PackageVersion: 5.0.0.5 +InstallerType: exe +InstallerSwitches: + Silent: install --confirm-command --accept-messages + SilentWithProgress: install --confirm-command +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-26 +AppsAndFeaturesEntries: +- ProductCode: '{3ce3f7b0-1498-4630-999d-36a0007b9861}' +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnezia-vpn/amnezia-client/releases/download/5.0.0.5/AmneziaVPN_5.0.0.5_windows_x64.exe + InstallerSha256: 7C27606A1B899E325B5A421557ADDA41BD16C903496E4D42C2E480CE4CC0EC40 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.locale.en-US.yaml b/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..6833a33de66a1 --- /dev/null +++ b/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AmneziaVPN.AmneziaVPN +PackageVersion: 5.0.0.5 +PackageLocale: en-US +Publisher: AmneziaVPN +PublisherUrl: https://github.com/amnezia-vpn +PublisherSupportUrl: https://github.com/amnezia-vpn/amnezia-client/issues +PackageName: AmneziaVPN +PackageUrl: https://github.com/amnezia-vpn/amnezia-client +License: GPL-3.0 +LicenseUrl: https://github.com/amnezia-vpn/amnezia-client/blob/HEAD/LICENSE +ShortDescription: Amnezia VPN is an open-source VPN client, with a key feature that enables you to deploy your own VPN server on your server. +Tags: +- cloak +- gfw +- ikev2 +- openvpn +- shadowsocks +- vpn +- vpn-client +- vpn-server +- wireguard +ReleaseNotes: |- + Version differences + Android + - For Android version 9 and higher, you need to use .apk that start with - AmneziaVPN_5.0.0.5_android9+ + - The app version for Android 7 and 8 is temporarily unavailable + macOS + !!! The previous version (4.8.8.2 and lower) of the application (installed via the .dmg installer) must be uninstalled via “move to bin” in the applications folder + - For macOS version 13 and higher, you need to use .pkg - AmneziaVPN_5.0.0.5_macos.zip + - The app version for macOS 10.15 - 12, is temporarily unavailable + Linux + For Ubuntu you need to install xcb plugin: + apt install libxcb-cursor0 libxcb-xinerama0 libxcb-icccm4 libxcb-keysyms1 libopengl0 libxkbcommon-x11-0 + - The app version for Debian 12 / Ubuntu 22.04.x is temporarily unavailable + Changelog + General + - Added AWG 3 support + - Added MTProxy container support + - Added Telemt container support + - Added extended VLESS configuration (flow, SNI, host, path and other parameters with validation) + - Improve stability + Windows / Linux / macOS (.pkg) + - Added built-in app updater with a changelog window + macOS + - Added AppStore version with network-extension + - Added arm support for .pkg version + Android + - Added support for 16 KB page size devices + Full Changelog: 4.8.21.0...5.0.0.5 +ReleaseNotesUrl: https://github.com/amnezia-vpn/amnezia-client/releases/tag/5.0.0.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/amnezia-vpn/amnezia-client/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.yaml b/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.yaml new file mode 100644 index 0000000000000..0c18ddae015aa --- /dev/null +++ b/manifests/a/AmneziaVPN/AmneziaVPN/5.0.0.5/AmneziaVPN.AmneziaVPN.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AmneziaVPN.AmneziaVPN +PackageVersion: 5.0.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.installer.yaml b/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.installer.yaml deleted file mode 100644 index 204125501b4c1..0000000000000 --- a/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: AxCrypt.AxCrypt -PackageVersion: 3.1.6.0 -Platform: -- Windows.Universal -- Windows.Desktop -Installers: -- Architecture: x64 - InstallerType: msix - MinimumOSVersion: 10.0.17763.0 - PackageFamilyName: AxCrypt_r5dj3j3bka4dm - InstallerUrl: https://downloader.axcrypt.net/windows/axcrypt-3-appsetup-win_x64.msix - InstallerSha256: 1B778A2859FED47D927BF6EEDF9A257B21215906D042F303BE52A802A08D424D - SignatureSha256: D2371A4E2CD408D40BA089901FE58131E813A1CB17059AD3E569C1E4FB6EA418 - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.WindowsAppRuntime.1.7 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.locale.en-US.yaml b/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.locale.en-US.yaml deleted file mode 100644 index 0d2f40bc49936..0000000000000 --- a/manifests/a/AxCrypt/AxCrypt/3.1.6.0/AxCrypt.AxCrypt.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: AxCrypt.AxCrypt -PackageVersion: 3.1.6.0 -PackageLocale: en-US -Publisher: AxCrypt AB -PackageName: AxCrypt File Encryption -PackageUrl: https://axcrypt.net/download/ -License: Proprietary (Trialware, followed by subscription) -ShortDescription: The easiest way to encrypt, share and secure your files everywhere. Protect files and folders with strong encryption before sharing them or storing in Google Drive, OneDrive, or Dropbox with zero-knowledge encryption. -Tags: -- axcrypt-file-encryption -- axcryptfileencryption -- encrypt-files -- share-files -- cloud-storage -- onedrive -- google-drive -- dropbox -- sweden -- 9ppkjz32dbkz -PurchaseUrl: https://axcrypt.net/pricing/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.installer.yaml b/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.installer.yaml new file mode 100644 index 0000000000000..e779b17e824ed --- /dev/null +++ b/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: agentjp.bdinfo-rs-gui +PackageVersion: 3.0.0 +InstallerLocale: en-US +InstallerType: wix +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/Programs/bdinfo-rs GUI' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/agentjp/bdinfo-rs/releases/download/gui-v3.0.0/bdinfo-rs-gui-x86_64-pc-windows-msvc.msi + InstallerSha256: 6FC413EA617F1389BD6C6F9BD00F3521603FF7889A0E8E9F8DE9DF6C11AF6F34 + ProductCode: '{87D0AD54-3D68-479B-AD1E-536D2C391212}' + AppsAndFeaturesEntries: + - ProductCode: '{87D0AD54-3D68-479B-AD1E-536D2C391212}' + UpgradeCode: '{EBF0C1DC-6418-4BBA-A01E-B0382088969A}' +- Architecture: arm64 + InstallerUrl: https://github.com/agentjp/bdinfo-rs/releases/download/gui-v3.0.0/bdinfo-rs-gui-aarch64-pc-windows-msvc.msi + InstallerSha256: B489E4B3D3403E7447AB7DE194412F9C621AAD9C9C5CE74D99FC520A44E4A5DB + ProductCode: '{E5E72E13-56AA-442B-8B24-F3375FB27D29}' + AppsAndFeaturesEntries: + - ProductCode: '{E5E72E13-56AA-442B-8B24-F3375FB27D29}' + UpgradeCode: '{EBF0C1DC-6418-4BBA-A01E-B0382088969A}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.locale.en-US.yaml b/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.locale.en-US.yaml new file mode 100644 index 0000000000000..257dff02d6fda --- /dev/null +++ b/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: agentjp.bdinfo-rs-gui +PackageVersion: 3.0.0 +PackageLocale: en-US +Publisher: agentjp +PublisherUrl: https://github.com/agentjp +PublisherSupportUrl: https://github.com/agentjp/bdinfo-rs/issues +Author: agentjp +PackageName: bdinfo-rs GUI +PackageUrl: https://github.com/agentjp/bdinfo-rs +License: LGPL-2.1 +LicenseUrl: https://github.com/agentjp/bdinfo-rs/blob/HEAD/LICENSE +ShortDescription: Native desktop GUI for bdinfo-rs, the memory-safe Blu-ray disc analyzer — scans BDMV folders and .iso images and renders the classic BDInfo report. +Description: Native desktop GUI for bdinfo-rs, the memory-safe Blu-ray disc analyzer. Opens BDMV folders and .iso images, runs the measured scan with live progress, and renders the classic BDInfo per-stream video/audio report — byte-identical to the bdinfo-rs command-line tool +Moniker: bdinfo-rs-gui +Tags: +- bdinfo +- bdmv +- blu-ray +- dolby-vision +- gui +- hdr +- m2ts +- memory-safety +- no-unsafe +- rust +ReleaseNotes: |- + Native desktop GUI for bdinfo-rs: open a BDMV folder or .iso image, + run the measured scan, and read, save, or copy the classic BDInfo + report — byte-identical to the bdinfo-rs CLI's. + ────────────────────────────┬──────────────────────────────────────────────────────────────── + Platform │Artifacts + ────────────────────────────┼──────────────────────────────────────────────────────────────── + Windows (x64, arm64) │.msi installer (Start-menu entry, clean uninstall), portable + │.zip + ────────────────────────────┼──────────────────────────────────────────────────────────────── + macOS (Intel, Apple Silicon)│.dmg with a drag-to-Applications .app + ────────────────────────────┼──────────────────────────────────────────────────────────────── + Linux (x64, arm64) │.AppImage, .deb, .rpm + ────────────────────────────┴──────────────────────────────────────────────────────────────── + macOS (unsigned): Gatekeeper blocks the first launch — allow it + under System Settings → Privacy & Security → "Open Anyway", or run + xattr -d com.apple.quarantine "/Applications/bdinfo-rs GUI.app". + macOS 26 (Tahoe) reports the same block as "is damaged and can't be + opened"; the app is not damaged and the steps above still apply. + Windows: SmartScreen may warn on the first run of the portable + exe — "More info" → "Run anyway". The .msi installs for the + current user only and never asks for administrator rights. + Every asset is listed in the SHA256SUMS manifest attached to + this release. + Verifying GitHub Artifact Attestations + The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI: + gh attestation verify --repo agentjp/bdinfo-rs + You can also download the attestation from GitHub and verify against that directly: + gh attestation verify --bundle +ReleaseNotesUrl: https://github.com/agentjp/bdinfo-rs/releases/tag/gui-v3.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.yaml similarity index 67% rename from manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml rename to manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.yaml index 9f53b84004823..6cb776d377ce5 100644 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ b/manifests/a/agentjp/bdinfo-rs-gui/3.0.0/agentjp.bdinfo-rs-gui.yaml @@ -1,8 +1,8 @@ # Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.7.1.1 +PackageIdentifier: agentjp.bdinfo-rs-gui +PackageVersion: 3.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.installer.yaml b/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.installer.yaml new file mode 100644 index 0000000000000..41ab6dbd717a1 --- /dev/null +++ b/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.installer.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: alecdotdev.Markpad +PackageVersion: 2.7.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- md +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ProductCode: Markpad +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- ProductCode: Markpad +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Markpad' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alecdotdev/Markpad/releases/download/v2.7.2/Markpad_2.7.2_x64-setup.exe + InstallerSha256: D946C75535C6ACB7F1638CC8E21F3A6994D27FA42C18A73B2AB74014120F63E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.locale.en-US.yaml b/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.locale.en-US.yaml new file mode 100644 index 0000000000000..d290b2a7b329f --- /dev/null +++ b/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.locale.en-US.yaml @@ -0,0 +1,87 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: alecdotdev.Markpad +PackageVersion: 2.7.2 +PackageLocale: en-US +Publisher: alecdotdev +PublisherUrl: https://github.com/alecdotdev +PublisherSupportUrl: https://github.com/alecdotdev/Markpad/issues +Author: Alec Ames +PackageName: Markpad +PackageUrl: https://github.com/alecdotdev/Markpad +License: BSD-3-Clause +LicenseUrl: https://github.com/alecdotdev/Markpad/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023, Alec Ames +CopyrightUrl: https://github.com/alecdotdev/Markpad/blob/HEAD/LICENSE +ShortDescription: The Notepad equivalent for Markdown +Description: A lightweight, minimalist Markdown viewer and text editor built for productivity. +Moniker: markpad +Tags: +- linux +- macos +- markdown +- markdown-editor +- notepad-alternative +- rust +- sveltekit +- tauri +- text-editor +ReleaseNotes: |- + Download + ───────┬──────────────────────┬──────────────────────────────────┬────────────────────── + System │Chip │Download │ + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + Windows│Intel / AMD │Markpad_2.7.2_x64-setup.exe │installer + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + │Intel / AMD │Markpad_2.7.2_x64.exe │portable + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + │ARM64 │Markpad_2.7.2_arm64-setup.exe │installer + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + │ARM64 │Markpad_2.7.2_arm64.exe │portable + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + macOS │Intel and Apple │Markpad_2.7.2_universal.dmg │one file for both + │Silicon │ │ + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + Linux │x86-64 │Markpad_2.7.2_amd64.AppImage │portable + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + │x86-64 │Markpad_2.7.2_amd64.deb │Debian, Ubuntu + ───────┼──────────────────────┼──────────────────────────────────┼────────────────────── + │x86-64 │Markpad-2.7.2-1.x86_64.rpm │Fedora, RHEL, openSUSE + ───────┴──────────────────────┴──────────────────────────────────┴────────────────────── + Note + Windows SmartScreen Notice: Windows executables are not currently signed with an Authenticode code signing certificate. Windows SmartScreen may flag the binaries as an unrecognized file or false positive Trojan. You can safely bypass SmartScreen by clicking "More info" → "Run anyway". + The two Windows files differ only in that one installs and one does not. + Package managers: choco install markpad-app (Windows), sudo snap install markpad (Linux). + What's Changed + - fix(session): keep the restore breadcrumb where a kill cannot take it by @PathGao in #501 + - fix(commands): move four blocking filesystem commands off the UI thread by @PathGao in #502 + - fix(session): keep the snapshot when exit is used during startup by @PathGao in #503 + - fix(assets): serve the asset protocol off the webview thread by @PathGao in #504 + - chore: delete the code nothing reaches, and narrow the exports nothing imports by @PathGao in #506 + - fix(ci): strip host-coupled libwayland from the AppImage so it starts on newer Mesa by @LargeModGames in #499 + - fix(windows): remove dead installer code from the shipped binary by @PathGao in #507 + - chore(i18n): remove dead installer/uninstaller translation keys by @PathGao in #508 + - refactor(tauri): move #[tauri::command] to window_runtime, delete 17 wrapper functions by @PathGao in #509 + - fix: guard localStorage.getItem/setItem existence for Node.js v25 compat by @PathGao in #510 + - chore: remove debug leftovers, bump prevent-default to stable by @PathGao in #511 + - refactor(rust): replace unwrap() with expect() or lock_recover by @PathGao in #513 + - refactor(rust): introduce lightweight Error type for internal functions by @PathGao in #514 + - refactor(ts): tighten any types to unknown or specific types by @PathGao in #512 + - fix(scroll-sync): measure a block from the scroll container, not from its offset parent by @PathGao in #515 + - docs(samples): add the scroll-sync stress document, by @Guardiancelte by @PathGao in #516 + - feat(settings): the two preferences the panel was missing, and honest semantics for the ones it had by @PathGao in #517 + - docs(samples): re-land the stress document under its author (rebase-merge, please) by @PathGao in #519 + - refactor(outline): centre the current entry, and let both panes answer with one rule by @PathGao in #518 + - feat(editor): offer this document's headings as link targets by @PathGao in #520 + - fix(drag-drop): answer every file dropped on the editor pane by @PathGao in #521 + - feat(markdown): accept ++inserted++, and copy a reference in the document's own spelling by @PathGao in #522 + - refactor(markdown): let comrak parse the two things regexes were parsing by @PathGao in #523 + - docs: a Markdown syntax reference, a reshaped README, and a download table on the release page by @PathGao in #524 + - chore(deps): move the dompurify pin to 3.4.13 by @PathGao in #528 + - fix(macos): give the menu back the commands the web side cannot bind by @PathGao in #527 + - chore(build): add signing key to AppImage and update snapcraft workflow by @alecdotdev in #529 + Full Changelog: v2.7.1...v2.7.2 +ReleaseNotesUrl: https://github.com/sftwrdotdev/Markpad/releases/tag/v2.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.yaml b/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.yaml new file mode 100644 index 0000000000000..7d48c8c02fc68 --- /dev/null +++ b/manifests/a/alecdotdev/Markpad/2.7.2/alecdotdev.Markpad.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: alecdotdev.Markpad +PackageVersion: 2.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.installer.yaml b/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.installer.yaml new file mode 100644 index 0000000000000..748fbf5245c40 --- /dev/null +++ b/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: amacneil.dbmate +PackageVersion: 2.35.0 +InstallerType: portable +Commands: +- dbmate +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amacneil/dbmate/releases/download/v2.35.0/dbmate-windows-amd64.exe + InstallerSha256: 51E1387015305614CA5B87EE0DBF30CE6F9B75AC058155CFAEBB99A30ECC46B1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.locale.en-US.yaml b/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.locale.en-US.yaml new file mode 100644 index 0000000000000..4adaaef20ad1f --- /dev/null +++ b/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: amacneil.dbmate +PackageVersion: 2.35.0 +PackageLocale: en-US +Publisher: Adrian Macneil +PublisherUrl: https://github.com/amacneil +PublisherSupportUrl: https://github.com/amacneil/dbmate/issues +PackageName: Dbmate +PackageUrl: https://github.com/amacneil/dbmate +License: MIT +LicenseUrl: https://github.com/amacneil/dbmate/blob/HEAD/LICENSE +ShortDescription: A lightweight, framework-agnostic database migration tool +Tags: +- clickhouse +- database +- database-migrations +- database-schema +- docker +- go +- golang +- migration +- migrations +- mysql +- nodejs +- postgres +- postgresql +- python +- sqlite +ReleaseNotes: |- + What's Changed + - fix: correct typos in README and source comment by @maxtaran2010 in #809 + - fix: remove extra bound argument in BigQuery InsertMigration by @igormakhtes in #817 + - Bump actions/setup-go from 6 to 7 by @dependabot[bot] in #818 + - Bump actions/setup-node from 6 to 7 by @dependabot[bot] in #815 + - Bump google.golang.org/grpc from 1.80.0 to 1.82.1 by @dependabot[bot] in #819 + - v2.35.0 by @sofuture in #822 + New Contributors + - @maxtaran2010 made their first contribution in #809 + - @igormakhtes made their first contribution in #817 + Full Changelog: v2.34.1...v2.35.0 +ReleaseNotesUrl: https://github.com/amacneil/dbmate/releases/tag/v2.35.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.yaml b/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.yaml new file mode 100644 index 0000000000000..b2ad137a3bec1 --- /dev/null +++ b/manifests/a/amacneil/dbmate/2.35.0/amacneil.dbmate.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: amacneil.dbmate +PackageVersion: 2.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.installer.yaml b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.installer.yaml new file mode 100644 index 0000000000000..23165db8cc997 --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 4.3.20 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- beeper +ProductCode: 4005ec12-b235-5981-b49e-4005d478a398 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.3.20.exe + InstallerSha256: 95A0A4C9DE0E2CAC7F5CD5667F16133E03B19338CBA3EE22106617C262A63687 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.locale.en-US.yaml b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.locale.en-US.yaml new file mode 100644 index 0000000000000..83113e8123abb --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 4.3.20 +PackageLocale: en-US +Publisher: Beeper Inc. +PublisherUrl: https://www.beeper.com/ +PublisherSupportUrl: https://help.beeper.com/ +PrivacyUrl: https://www.beeper.com/privacy +Author: Beeper Inc. +PackageName: Beeper +PackageUrl: https://www.beeper.com/download +License: Proprietary +LicenseUrl: https://www.beeper.com/terms +Copyright: © 2026 Beeper Inc. +ShortDescription: All your chats in one app. Yes, really. +Description: A single app to chat on iMessage, WhatsApp, and 13 other chat networks. You can search, snooze, or archive messages. And with a unified inbox, you’ll never miss a message again. +Moniker: beeper +Tags: +- chat +- discord +- google-chat +- im +- imessage +- instagram +- instant-messaging +- matrix +- message +- messenger +- signal +- slack +- talk +- telegram +- twitter +- whatsapp +ReleaseNotesUrl: https://beeper.notion.site +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.beeper.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.locale.zh-CN.yaml b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ed80c9d6026f --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 4.3.20 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在一个应用程序中完成所有聊天。没错,这是真的。 +Description: 只需一个 app,就能在 iMessage、WhatsApp 和其它 13 个聊天网络上聊天。你可以搜索、暂停或存档信息。有了统一的收件箱,你再也不会错过任何信息。 +Tags: +- discord +- google-chat +- im +- imessage +- instagram +- matrix +- messenger +- signal +- slack +- telegram +- twitter +- whatsapp +- 信息 +- 发送 +- 消息 +- 聊天 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.beeper.com/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.yaml b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.yaml new file mode 100644 index 0000000000000..8f200a3d7046a --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.3.20/Beeper.Beeper.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: Beeper.Beeper +PackageVersion: 4.3.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.installer.yaml b/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.installer.yaml new file mode 100644 index 0000000000000..da701fe77ac20 --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Bomly.BomlyCLI +PackageVersion: 0.21.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-07" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bomly.exe + PortableCommandAlias: bomly + InstallerUrl: https://github.com/bomly-dev/bomly-cli/releases/download/v0.21.2/bomly_0.21.2_windows_arm64.zip + InstallerSha256: e17cf22de75436b488a4c340a3104fe6860236f0f30429cff96cdf8f717d9f66 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bomly.exe + PortableCommandAlias: bomly + InstallerUrl: https://github.com/bomly-dev/bomly-cli/releases/download/v0.21.2/bomly_0.21.2_windows_amd64.zip + InstallerSha256: 09618d9755f29bc46a0453c00b7627e6f8c9199c5b4fc75ab0d570814a473e72 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.locale.en-US.yaml b/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..31be347e297a7 --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.locale.en-US.yaml @@ -0,0 +1,24 @@ +# 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: Bomly.BomlyCLI +PackageVersion: 0.21.2 +PackageLocale: en-US +Publisher: Bomly +PublisherUrl: https://github.com/bomly-dev +PublisherSupportUrl: https://github.com/bomly-dev/bomly-cli/issues +PackageName: Bomly CLI +PackageUrl: https://bomly.dev/cli +License: Apache-2.0 +LicenseUrl: https://github.com/bomly-dev/bomly-cli/blob/main/LICENSE +Copyright: Copyright Bomly contributors +ShortDescription: Free, open-source CLI for dependency intelligence and SBOM analysis. +Description: Bomly is a free, open-source CLI that scans your projects, SBOMs, and container images, explains where each dependency came from, and surfaces vulnerability and license data when you ask for it. +Moniker: bomly +Tags: + - cli + - security + - dependencies + - sbom + - vulnerability +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.yaml b/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.yaml new file mode 100644 index 0000000000000..9e7f9fdb12cea --- /dev/null +++ b/manifests/b/Bomly/BomlyCLI/0.21.2/Bomly.BomlyCLI.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: Bomly.BomlyCLI +PackageVersion: 0.21.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.installer.yaml b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.installer.yaml new file mode 100644 index 0000000000000..2d84277507b1c --- /dev/null +++ b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.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: ByteDance.Coze +PackageVersion: 1.1.29 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: c22b01ef-d2f8-53df-a853-55178360d26d +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7617773946401724698/447322331/1.1.29/win32-x64/Coze-v1.1.29-win32-x64.exe + InstallerSha256: D06E08060E81DAC9FBA7B614D47114A6FCE641C04596BDEABB637E982E93995F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7617773946401724698/447322331/1.1.29/win32-x64/Coze-v1.1.29-win32-x64.exe + InstallerSha256: D06E08060E81DAC9FBA7B614D47114A6FCE641C04596BDEABB637E982E93995F + InstallerSwitches: + Custom: /allusers +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7617773946401724698/447322331/1.1.29/win32-x64/Coze-v1.1.29-win32-x64.exe + InstallerSha256: D06E08060E81DAC9FBA7B614D47114A6FCE641C04596BDEABB637E982E93995F + InstallerSwitches: + Custom: /currentuser +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7617773946401724698/447322331/1.1.29/win32-x64/Coze-v1.1.29-win32-x64.exe + InstallerSha256: D06E08060E81DAC9FBA7B614D47114A6FCE641C04596BDEABB637E982E93995F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.locale.en-US.yaml b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.locale.en-US.yaml new file mode 100644 index 0000000000000..5147c26095446 --- /dev/null +++ b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.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: ByteDance.Coze +PackageVersion: 1.1.29 +PackageLocale: en-US +Author: Beijing Chuntian Zhiyun Technology Co., Ltd. +License: Proprietary +ShortDescription: Next-generation AI teams start with Coze. +Description: |- + Coze is a next-generation AI team collaboration platform designed for the Agent era. + On Coze, humans and Agents work together like a real team. You can dispatch multiple Agents on your own, or collaborate with team members to coordinate multiple Agents to complete complex tasks—such as office work, programming, video creation, file processing, and industry research—all within the same project. + Coze is more than just a chat tool; it is a collaboration platform capable of carrying projects, accumulating assets, scheduling Agents, and continuously delivering results. Every project can have its own independent dialogues, files, and assets. Task backgrounds, execution processes, and final outputs are continuously saved, making team collaboration clearer and ensuring that Agents understand you better over time. + Whether you are a creator, developer, complex business worker, or a novice using Agents for the first time, you can quickly build your own AI team in Coze and let multiple professional Agents help you turn ideas into results. + + A Next-Generation AI Team Starts with Coze + + The all-new Coze is no longer just a clever chat tool, but an AI team workbench where humans and Agents collaborate to continuously advance tasks. + - Multi-person & Multi-Agent Collaboration: Supports various collaboration modes, such as one person + multiple Agents or multiple people + multiple Agents. Different Agents perform their respective duties while team members share context to advance tasks together. Need someone to join? Just @ them, and the whole team is ready. + - Independent Multi-project Management: Create different projects for different tasks. Dialogues, files, materials, and outputs within a project are continuously accumulated. Requirement discussions, task executions, and final results are no longer scattered across different chat windows, making team synchronization clearer. + - Out-of-the-box Professional Partners: Coze Agents are always online, supporting free switching between mainstream models like Doubao-Seed, Kimi, GLM, and Minimax. Combined with long-term memory, skill invocation, and workbench capabilities, they can continuously understand your tasks, preferences, and project backgrounds. + - Deep Upgrades for Programming and Video Projects: From developing websites, apps, and mini-programs to creating scripts, storyboards, videos, and music, Coze provides a project-level collaboration experience. Multiple people can advance a project together, and multiple sessions can be executed in parallel, making complex creation more efficient. + - Define Your Own Agents: You can create industry expert Agents through professional templates, or connect Agents running on your local computer—such as Claude Code, Codex CLI, and OpenClaw—to be centrally hosted and scheduled within Coze. + - One-click Loading of Industry Expert Skills: Skill sets for industries such as self-media, law, finance, internet, and healthcare provide Agents with more professional domain knowledge and execution capabilities, helping you solve complex problems in vertical industries. + - Cross-platform Syncing for Mobile and PC: The desktop version supports authorizing Agents to process local files, while the mobile version allows you to check projects, schedule Agents, and continue advancing tasks at any time. Content is synced across platforms, allowing tasks to naturally hand off between different devices. + + What Coze Can Do + + Coze doesn’t just help you complete individual tasks; it works with you to drive entire projects. Whether you are a creator, developer, complex business worker, or a first-time Agent user, you can find a way of working that suits you in Coze. + + Multi-person & Multi-Agent Collaboration + - Flexible Teaming: Supports one person + multiple Agents or multiple people + multiple Agents. Team members and Agents can share context and sync progress within the same project; just @ them to join the collaboration. + - Division of Labor: Tasks such as data organization, proposal writing, industry analysis, code implementation, and video generation can be assigned to different Agents to be completed through a division of labor. + - Asset Accumulation: Every project has an independent space for dialogues, files, and assets. Discussions, materials, and results are continuously stored for easy management and reuse. + + Build Your Exclusive Agent + - Create Expert Agents: Select professional templates to create Legal Assistants, Content Creation Assistants, Industry Research Assistants, and other specialized Agents with one click, or create new long-term online cloud Agents. + - Connect Local Agents: Local Agents such as Claude Code, Codex CLI, and OpenClaw can be connected to Coze with one click, entering projects and collaborating on tasks alongside cloud Agents. + + Vibe Coding Anytime, Anywhere + Build websites, apps, and mini-programs anytime, even when away from your computer, without needing R&D tools or programming environments. + - Multi-platform data synchronization, communicate whenever needed. Coze now supports desktop, web, and mobile platforms, with multi-device data synchronization and the ability to operate your local devices. When inspiration strikes, open your phone to let Coze help you manage files or execute scripts on your personal computer. + - Remote Coze Programming; let AI write code for you. Coze supports invoking the AI programming capabilities of Coze IDE (code.coze.cn). Starting from a single idea, let the Agent help you break down requirements, generate code, preview effects, and deploy online with one click. + - Collaborative AI Programming. The new programming projects support multi-person collaboration and parallel development across multiple sessions, allowing several tasks to proceed simultaneously. You can also import GitHub or local projects to continue development, naturally integrating existing projects into Coze’s Agent collaboration workflow. + + Content Creation and Creative Editing + Coze is a high-level creation expert. Beyond basic capabilities like long-form writing, drafting outlines, and making PPTs, it can help you complete the entire video creation process from inspiration to the final cut. + - Full-process Video Creation: Simple dialogue can generate well-structured, fast-paced scripts and screenplays, and further complete storyboard breakdown, material matching, video generation, and music generation. After generation, you can continue to edit via dialogue or manual adjustments and export CapCut project files, moving creativity from one-off generation to continuous production. Continuous dialogue can also create sequels for long-form series. + - Collaborative Video Creation: Video projects support multi-person collaboration. Team members can work together on the same project to advance scripts, storyboards, characters, props, documents, and video content. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.coze.cn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.locale.zh-CN.yaml b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2caec368f44e9 --- /dev/null +++ b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.locale.zh-CN.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Coze +PackageVersion: 1.1.29 +PackageLocale: zh-CN +Publisher: ByteDance +PublisherUrl: https://www.coze.cn/ +PublisherSupportUrl: https://bytedance.larkoffice.com/docx/XJkIdcmbuodq2NxptOmcptdinKg +PrivacyUrl: https://docs.coze.cn/guides/privacy +Author: 北京春田知韵科技有限公司 +PackageName: Coze +PackageUrl: https://www.coze.cn/overview +License: 专有软件 +LicenseUrl: https://docs.coze.cn/guides/terms-of-service +Copyright: ©2026 Coze. 版权所有 +CopyrightUrl: https://docs.coze.cn/guides/terms-of-service +ShortDescription: 新一代 AI 团队,从扣子开始 +Description: |- + 扣子是面向 Agent 时代的新一代 AI 团队协作平台。 + 在扣子中,人和 Agent 可以像真正的团队一样共同工作。你可以一个人调度多个 Agent,也可以和团队成员一起协同多个 Agent,在同一个项目里完成办公、编程、视频创作、文件处理、行业研究等复杂任务。 + 扣子不只是一个对话工具,而是一个能承载项目、沉淀资产、调度 Agent、持续交付结果的协作平台。每个项目都可以拥有独立的对话、文件和资产,任务背景、执行过程和最终产出会被持续保存,让团队协作更清晰,也让 Agent 越用越懂你。 + 无论你是创作者、开发者、复杂业务工作者,还是第一次使用 Agent 的新手,都可以在扣子中快速组建自己的 AI 团队,让多个专业 Agent 和你一起把想法变成结果。 + + 新一代 AI 团队,从扣子开始 + + 全新扣子,不再只是一个聪明的对话工具,而是一个让人和 Agent 共同协作、持续推进任务的 AI 团队工作台。 + - 多人多 Agent 协作:支持一人+多 Agent、多人+多 Agent 等多种协作模式。不同 Agent 各司其职,团队成员共享上下文,一起围绕项目推进任务。需要谁加入,@ 一下,全员就位。 + - 多项目独立管理:不同任务可以创建不同项目,项目中的对话、文件、素材和产出会持续沉淀。需求讨论、任务执行和最终成果不再散落在不同聊天窗口里,团队同步更清晰。 + - 专业伙伴开箱即用:Coze Agent 持续在线,支持 Doubao-Seed、Kimi、GLM、Minimax 等主流模型自由切换。结合长期记忆、技能调用和工作台能力,它可以持续理解你的任务、偏好和项目背景。 + - 编程与视频项目深度升级:从网页、App、小程序开发,到剧本、分镜、视频、音乐创作,扣子都提供项目级协作体验。多人可以一起推进项目,多个会话可以并行执行,让复杂创作更高效。 + - 你的 Agent,你来定义:你可以通过职业模板创建行业专家 Agent,也可以接入本地电脑上的 Claude Code、Codex CLI、OpenClaw 等 Agent,在扣子中统一托管和调度。 + - 行业专家技能一键加载:自媒体、法律、金融、互联网、医疗健康等行业技能包,让 Agent 获得更专业的领域知识和执行能力,帮助你解决垂直行业中的复杂问题。 + - 手机电脑跨端同步:桌面端支持授权 Agent 处理本地文件,移动端支持随时查看项目、调度 Agent、继续推进任务。内容跨端同步,任务可以在不同设备之间自然接力。 + + 扣子能做什么 + + 扣子不仅能帮你完成单个任务,更能和你一起推进完整项目。无论你是创作者、开发者、复杂业务工作者,还是第一次使用 Agent 的新手,都可以在扣子里找到适合自己的工作方式。 + + 多人多 Agent 协作 + - 灵活组队:支持一人+多 Agent、多人+多 Agent。团队成员和 Agent 可在同一项目中共享上下文、同步进度,@ 一下即可加入协作。 + - 分工推进:资料整理、方案撰写、行业分析、代码实现、视频生成等任务,都可以交给不同 Agent 分工完成。 + - 资产沉淀:每个项目都有独立的对话、文件和资产空间,讨论、素材和成果持续沉淀,方便管理和复用。 + + 打造你的专属 Agent + - 创建专家 Agent:选择职业模板,一键创建法务助手、内容创作助手、行业研究助手等专业 Agent,也可以新建长期在线的云端 Agent。 + - 接入本地 Agent:Claude Code、Codex CLI、OpenClaw 等本地 Agent 可一键接入扣子,和云端 Agent 一起进入项目、协同推进任务。 + + 随时随地 Vibe Coding + 无需研发工具和编程环境,即使不在电脑旁也能随时搭建网站、App 和小程序。 + - 多平台数据同步,有事随时沟通。扣子现已支持桌面端、网页端和移动端,多端数据同步、支持操作你的本地设备。灵感来了,打开手机就能让扣子帮你在个人电脑上管理文件、执行脚本。 + - 远程操作扣子编程,AI 帮你写代码。扣子支持调用扣子编程(code.coze.cn)的 AI 编程能力,从一句想法开始,让 Agent 帮你拆解需求、生成代码、预览效果,并一键部署到线上。 + - 多人协作 AI 编程。全新的编程项目支持多人协作和多会话并行开发,多个任务可以同时推进。你也可以导入 GitHub 项目或本地项目继续开发,让已有项目自然接入扣子的 Agent 协作流程。 + + 内容创作与创意编辑 + 扣子是满级的创作专家,除了基本的长文写作、起草大纲、PPT 制作等基础能力以外,还能帮你完成从灵感到成片的完整视频创作。 + - 全流程视频创作:简单对话即可生成结构完整、节奏紧凑的剧本和脚本,并进一步完成分镜拆解、素材匹配、视频生成和音乐生成。生成后可继续对话剪辑或手动调整,并导出剪映工程文件,让创意从单次生成走向持续生产。持续对话还能创作续集,打造长篇连载。 + - 多人协作创作视频:视频项目支持多人协作,团队成员可以围绕同一个项目共同推进剧本、分镜、角色、道具、文档、视频等内容。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.coze.cn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.yaml b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.yaml new file mode 100644 index 0000000000000..22ecad653863a --- /dev/null +++ b/manifests/b/ByteDance/Coze/1.1.29/ByteDance.Coze.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.Coze +PackageVersion: 1.1.29 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.installer.yaml b/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.installer.yaml deleted file mode 100644 index ec375616d4538..0000000000000 --- a/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CABS.ScanPrix -PackageVersion: 7.0.12 -InstallerType: nullsoft -Installers: -- Architecture: x86 - InstallerUrl: https://www.scanprix.de/Setup/Setup_ScanPrix.exe - InstallerSha256: 990CCB249D6E80259D45590F71F703E03DCED69C9B63943F4CBAF91027557CDF -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.locale.de-DE.yaml b/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.locale.de-DE.yaml deleted file mode 100644 index 3a43bbf34068e..0000000000000 --- a/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.locale.de-DE.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CABS.ScanPrix -PackageVersion: 7.0.12 -PackageLocale: de-DE -Publisher: CAB+S GmbH -PublisherUrl: https://www.scanprix.de -PackageName: ScanPrix -PackageUrl: https://www.scanprix.de -License: copyright -Copyright: Copyright © 2023 by CAB+S GmbH -ShortDescription: Installationsprogramm für ScanPrix -Description: Preislistenkalkulation für die Möbelbranche -Moniker: scanprix -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.yaml b/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.yaml deleted file mode 100644 index ef828c05e43a8..0000000000000 --- a/manifests/c/CABS/ScanPrix/7.0.12/CABS.ScanPrix.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: CABS.ScanPrix -PackageVersion: 7.0.12 -DefaultLocale: de-DE -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.installer.yaml b/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.installer.yaml deleted file mode 100644 index 5835a9ee6c47b..0000000000000 --- a/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CMI.LehrerOfficeDesktop -PackageVersion: 2026.3.0 -InstallerLocale: de-DE -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: LehrerOffice Easy_is1 -ReleaseDate: 2025-06-26 -AppsAndFeaturesEntries: -- DisplayName: '{code:GetAppName}' - ProductCode: LehrerOffice Easy_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://cmi-bildung.ch/lo/dateien/easy/lo_desktop_windows.exe - InstallerSha256: 620B3F7DB354E27B8E5D3268EBC95F038359B42A3F28435657D9A119026E666A -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.locale.de-CH.yaml b/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.locale.de-CH.yaml deleted file mode 100644 index f8ac562c4b434..0000000000000 --- a/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.locale.de-CH.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CMI.LehrerOfficeDesktop -PackageVersion: 2026.3.0 -PackageLocale: de-CH -Publisher: CM Informatik AG -PublisherUrl: https://cmiag.ch/ -PublisherSupportUrl: https://cmiag.ch/support -Author: CM Informatik AG -PackageName: CMI LehrerOffice -PackageUrl: https://cmi-bildung.ch/beratung-und-unterstuetzung/download/ -License: Proprietary -Copyright: © 2025 CM Informatik AG -ShortDescription: LehrerOffice Desktop helps teachers manage student data, grades, timetables and communications. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.yaml b/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.yaml deleted file mode 100644 index 01436e2a685a6..0000000000000 --- a/manifests/c/CMI/LehrerOfficeDesktop/2026.3.0/CMI.LehrerOfficeDesktop.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: CMI.LehrerOfficeDesktop -PackageVersion: 2026.3.0 -DefaultLocale: de-CH -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml new file mode 100644 index 0000000000000..4695f29633895 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.6.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{A0F2FECD-3BEB-4832-9BC6-4A57B20ED947}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v2.6.0/dji-metadata-embedder-setup-2.6.0.exe + InstallerSha256: F97EDA0356C845EE5C523BBC9AAFFF6FC64B4950D5D7361CDFDF93B3204B3BC0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..934aa1e8c809b --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder Desktop +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Desktop app to map DJI drone footage and embed flight telemetry into videos +Description: | + Desktop application for DJI drone footage: drag a folder in and get + interactive maps of your flights and photos (including a 360-degree + panorama viewer), or embed the flight telemetry from DJI .SRT logs into + the video files so photo apps can sort and place them. + + This installer bundles everything the app needs (FFmpeg, ExifTool, the + dji-embed command-line engine) and installs per-user with no admin + rights required. + + Note: this package also puts the dji-embed command on PATH. Install + either this desktop package or the portable CLI package + (CallMarcus.DJIMetadataEmbedder) - not both. +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- map +- panorama +- gui +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v2.6.0 +InstallationNotes: | + Start the app from the Start menu ("DJI Metadata Embedder"). The + dji-embed command is also available in new terminals. +Documentations: +- DocumentLabel: Help + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/HELP.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.yaml new file mode 100644 index 0000000000000..7074efacc6a46 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.6.0/CallMarcus.DJIMetadataEmbedder.Desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.installer.yaml b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.installer.yaml new file mode 100644 index 0000000000000..4ca1d86d69b31 --- /dev/null +++ b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.installer.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Chronosphere.FluentBit +PackageVersion: 5.1.0 +Commands: +- fluent-bit +ReleaseDate: 2026-08-06 +Installers: +- Architecture: x86 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://packages.fluentbit.io/windows/fluent-bit-5.1.0-win32.exe + InstallerSha256: D423CB3064303D8C690D0E1DB791DEFF8ABEF3C6404EC2DB05D78CBFBA277C15 + UpgradeBehavior: install + ProductCode: fluent-bit +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://packages.fluentbit.io/windows/fluent-bit-5.1.0-win64.exe + InstallerSha256: F929A7C3D3C886035135B9DD15FE42615D0259AF8CDED0370C02DDAEC41C17B1 + UpgradeBehavior: install + ProductCode: fluent-bit +- Architecture: arm64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://packages.fluentbit.io/windows/fluent-bit-5.1.0-winarm64.exe + InstallerSha256: D7638AA1976C5EF287E6602E7D7E6E9709FFAC291878DBD5B16E7E1768726C9D + UpgradeBehavior: install + ProductCode: fluent-bit +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: fluent-bit-5.1.0-win32\bin\fluent-bit.exe + InstallerUrl: https://packages.fluentbit.io/windows/fluent-bit-5.1.0-win32.zip + InstallerSha256: 6B5BD7791C0AF71E029FD1C108D32ECBA16C5CCB583707083637575C9AFCA8FB + ArchiveBinariesDependOnPath: true +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: fluent-bit-5.1.0-win64\bin\fluent-bit.exe + InstallerUrl: https://packages.fluentbit.io/windows/fluent-bit-5.1.0-win64.zip + InstallerSha256: DE614AF5914AAFC3E05AC361340207E130BFE2971D7970A99E8C2451EDD672AF + ArchiveBinariesDependOnPath: true +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: fluent-bit-5.1.0-winarm64\bin\fluent-bit.exe + InstallerUrl: https://packages.fluentbit.io/windows/fluent-bit-5.1.0-winarm64.zip + InstallerSha256: 3AB93E71270F93232B6CC05B6ED819007B64C3BE9A155FEB5DE54CF9DEAC5D0A + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.locale.en-US.yaml b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.locale.en-US.yaml new file mode 100644 index 0000000000000..ee891ec86c11d --- /dev/null +++ b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Chronosphere.FluentBit +PackageVersion: 5.1.0 +PackageLocale: en-US +Publisher: Chronosphere Inc. +PublisherUrl: https://fluentbit.io/ +PublisherSupportUrl: https://github.com/fluent/fluent-bit/issues +Author: Chronosphere Inc. +PackageName: fluent-bit +PackageUrl: https://docs.fluentbit.io/manual/installation/downloads/windows +License: Apache-2.0 +LicenseUrl: https://github.com/fluent/fluent-bit/blob/HEAD/LICENSE +Copyright: © 2015-2026 The Fluent Bit Authors +ShortDescription: Fast and Lightweight Logs, Metrics and Traces processor +Description: |- + Fluent Bit is an open source telemetry agent that processes logs, metrics, traces, and profiles. It's designed to efficiently handle the challenges of collecting and processing telemetry data across a wide range of environments, from constrained systems to complex cloud infrastructures. Managing telemetry data from various sources and formats can be a constant challenge, particularly when performance is a critical factor. + Rather than serving as a drop-in replacement, Fluent Bit enhances the observability strategy for your infrastructure. It adapts and optimizes your existing logging layer, and adds metrics and traces processing. Fluent Bit supports a vendor-neutral approach, with native OpenTelemetry (OTLP) ingestion and delivery and seamless integration with ecosystems such as Prometheus. Trusted by major cloud providers, banks, and companies that need a ready-to-use telemetry agent, Fluent Bit effectively manages diverse data sources and formats. It maintains optimal performance while keeping resource consumption low. + Fluent Bit can be deployed as an edge agent for localized telemetry data handling or utilized as a central aggregator/collector for managing telemetry data across multiple sources and environments. +Tags: +- telemetry +ReleaseNotesUrl: https://github.com/fluent/fluent-bit/releases/tag/v5.1.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.fluentbit.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.locale.zh-CN.yaml b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.locale.zh-CN.yaml new file mode 100644 index 0000000000000..458ceca59dcef --- /dev/null +++ b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.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: Chronosphere.FluentBit +PackageVersion: 5.1.0 +PackageLocale: zh-CN +ShortDescription: 快速且轻量级的日志、指标和追踪处理器 +Description: |- + Fluent Bit 是一款开源的遥测代理工具,用于处理日志、指标、追踪和分析。它旨在高效应对在从受限系统到复杂云基础设施的各类环境中搜集和处理遥测数据的挑战。管理来自不同来源和格式的遥测数据往往是一项持续的挑战,尤其是在性能作为关键因素时。 + Fluent Bit 并非旨在作为替代方案,而是为了增强您基础设施的遥测策略。它能够适配并优化您现有的日志层,并增加对指标和追踪处理的支持。Fluent Bit 支持厂商中立的方案,具备原生的 OpenTelemetry (OTLP) 摄取与分发能力,并能与 Prometheus 等生态系统无缝集成。Fluent Bit 能够有效管理多样化的数据源和格式,并保持极高的性能与极低的资源消耗,因此深受各大云服务商、银行以及需要即插即用型遥测代理的企业的青睐。 + Fluent Bit 既可以作为边缘代理部署,用于本地化的遥测数据处理,也可以作为中央聚合器/收集器,用于管理跨多个数据源和环境的遥测数据。 +Tags: +- 遥测 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.fluentbit.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.yaml b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.yaml new file mode 100644 index 0000000000000..f8acd797b1512 --- /dev/null +++ b/manifests/c/Chronosphere/FluentBit/5.1.0/Chronosphere.FluentBit.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: Chronosphere.FluentBit +PackageVersion: 5.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.installer.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.installer.yaml new file mode 100644 index 0000000000000..68af8d6876cc1 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.installer.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.15.2 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14393.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- silent +- silentWithProgress +- interactive +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.29.30135.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.15.2.exe + InstallerSha256: 8DD1CFBC9100B6C2BA0A50F720664D890A21BC1D669DFA2A9B607D29D8B8E402 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.locale.en-US.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..00a06ba46afc2 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.15.2 +PackageLocale: en-US +Publisher: Cloud Imperium Games +PrivacyUrl: https://robertsspaceindustries.com/privacy +PackageName: RSI Launcher +PackageUrl: https://www.robertsspaceindustries.com/ +License: Proprietary +LicenseUrl: https://robertsspaceindustries.com/eula +Copyright: Copyright (c) Cloud Imperium Rights LLC and Cloud Imperium Rights Ltd +CopyrightUrl: https://robertsspaceindustries.com/legal +ShortDescription: The RSI Launcher is the application that allows you to install, update, and launch Star Citizen. +Moniker: rsilauncher +Tags: +- star-citizen +- rsi-launcher +- squadron-42 +- games +- gaming +ReleaseNotesUrl: https://robertsspaceindustries.com/spectrum/community/SC/forum/1/thread/rsi-launcher-2-15-0-release-notes +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.yaml new file mode 100644 index 0000000000000..fc69cccf7f07e --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.15.2/CloudImperiumGames.RSILauncher.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index 489e52483bd22..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.7.1.1 -InstallerLocale: en-US -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -UpgradeBehavior: install -ReleaseDate: 2026-05-20 -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.7.1.1.exe - InstallerSha256: 1F7D0CA25979500661CEFC2EF57A2017545709A482E786BAAFC54D375CD55309 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index 9225826a6f77a..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.7.1.1 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -License: Proprietary -LicenseUrl: https://www.cyberpower.com/content/software/eula/ -Copyright: Copyright CyberPower Systems, Inc. -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.installer.yaml b/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.installer.yaml deleted file mode 100644 index 7b6c414abbf3a..0000000000000 --- a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: DATEV.SicherheitspaketCompact -PackageVersion: 8.0.109.26119 -InstallerType: burn -Scope: machine -UpgradeBehavior: install -ProductCode: '{35232d9a-86db-49de-97a2-26f49410cc88}' -AppsAndFeaturesEntries: -- UpgradeCode: '{C4C8B6EA-5FF5-449D-B03D-F7E8DF4AF769}' -Installers: -- Architecture: x64 - InstallerUrl: https://download.datev.de/download/sipacompact/sipacompact.exe - InstallerSha256: 088497DC0CD5573E4C6CA8F112AABE4939A41D3E37FF131474342A7520A6C9C4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.locale.en-US.yaml b/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.locale.en-US.yaml deleted file mode 100644 index e9160a6253311..0000000000000 --- a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: DATEV.SicherheitspaketCompact -PackageVersion: 8.0.109.26119 -PackageLocale: en-US -Publisher: DATEV eG -PublisherUrl: https://www.datev.de/ -PublisherSupportUrl: https://www.datev.de/web/de/service-und-support/ -PrivacyUrl: https://www.datev.de/web/de/m/ueber-datev/datenschutz/ -Author: DATEV eG -PackageName: Sicherheitspaket compact -License: Proprietary -LicenseUrl: https://www.datev.de/web/de/m/ueber-datev/das-unternehmen/agb/ -Copyright: © 2026 DATEV eG -CopyrightUrl: https://www.datev.de/web/de/m/ueber-datev/das-unternehmen/agb/ -ShortDescription: To use DATEV Unternehmen online in connection with DATEV mIDentity, you need the Sicherheitspaket. -Description: |- - For easy use of DATEV Unternehmen Online and secure email communication (email signature/encryption), we recommend the Sicherheitspaket compact. - The Sicherheitspaket compact is free, does not require a software protection module, and can be used with DATEV mIDentity or DATEV-issued card readers (third-party readers are not supported). Software updates are performed online when needed. - If you wish to use additional functions of your DATEV SmartCard (e.g., payment processing interface for accounting programs, tax account online, or data transfer via the internet), you will need the full version of the Sicherheitspakets, which is installed via DATEV programs. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.locale.zh-CN.yaml b/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.locale.zh-CN.yaml deleted file mode 100644 index 61502260617a6..0000000000000 --- a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.locale.zh-CN.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: DATEV.SicherheitspaketCompact -PackageVersion: 8.0.109.26119 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 要将 DATEV mIDentity 与 DATEV-Unternehmen online 一起使用,您需要 Sicherheitspaket。 -Description: |- - 为便于使用 DATEV Unternehmen online 及确保电子邮件通信安全(邮件签名/加密),我们向您推荐 Sicherheitspaket compact。 - Sicherheitspaket compact 免费提供,无需软件保护模块,可通过 DATEV mIDentity 或 DATEV 发行的读卡器使用(不支持第三方读卡器)。软件更新将通过在线方式自动完成。 - 若需使用 DATEV 智能卡的其他功能(如财务软件支付接口、在线税务账户或互联网数据传输),则需安装 Sicherheitspaket 完整版。该版本将通过 DATEV 程序进行安装。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.installer.yaml b/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.installer.yaml new file mode 100644 index 0000000000000..724ce719fa12e --- /dev/null +++ b/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.installer.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: DORON177.BatteryHub +PackageVersion: 1.2.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSuccessCodes: + - -1073741819 +UpgradeBehavior: install +ReleaseDate: 2026-07-25 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/DORON177/battery-hub/releases/download/v1.2.0/Battery-Hub-Setup-1.2.0.exe + InstallerSha256: 643F0ED0BA7BBCF510CE2E79C4F42DC128AEA542342E6EAD23F8140E875B5417 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.locale.en-US.yaml b/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.locale.en-US.yaml new file mode 100644 index 0000000000000..6d22d0b83da4e --- /dev/null +++ b/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.locale.en-US.yaml @@ -0,0 +1,34 @@ +PackageIdentifier: DORON177.BatteryHub +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: DORON177 +PublisherUrl: https://github.com/DORON177 +PublisherSupportUrl: https://github.com/DORON177/battery-hub/issues +PackageName: Battery Hub +PackageUrl: https://github.com/DORON177/battery-hub +License: MIT +LicenseUrl: https://github.com/DORON177/battery-hub/blob/main/LICENSE +Copyright: Copyright (c) 2026 DORON177 +ShortDescription: Live battery monitoring for wireless mice, keyboards, headsets and controllers on Windows. +Description: >- + Battery Hub reads the battery level of wireless HID peripherals — mice, keyboards, + headsets and game controllers — and shows them on a single dashboard with a per-device + indicator in the system tray and low-battery notifications. Devices with no known + protocol can be set up through a guided calibration wizard that identifies which byte + of the HID report carries the battery level, so support is not limited to a fixed list + of models. Runs entirely locally and collects no user data. +Moniker: battery-hub +Tags: + - battery + - battery-monitor + - bluetooth + - hid + - keyboard + - mouse + - headset + - peripherals + - system-tray + - wireless +ReleaseNotesUrl: https://github.com/DORON177/battery-hub/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.yaml b/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.yaml new file mode 100644 index 0000000000000..eaebff0959d32 --- /dev/null +++ b/manifests/d/DORON177/BatteryHub/1.2.0/DORON177.BatteryHub.yaml @@ -0,0 +1,9 @@ +# Version manifest — submit alongside the installer and locale manifests to +# https://github.com/microsoft/winget-pkgs under +# manifests/d/DORON177/BatteryHub// +# See packaging/README.md for the release checklist. +PackageIdentifier: DORON177.BatteryHub +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..d71ff5b9d99e3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.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: Discord.Discord.Canary +PackageVersion: 1.0.1093 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.1093/DiscordCanarySetup.exe + InstallerSha256: 6257C6330A6F14070667311313288EEF196D57554373185D46BC6B8933493E9E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..4a793e7aa4888 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.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: Discord.Discord.Canary +PackageVersion: 1.0.1093 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b839321b35668 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1093 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..33b02f0497429 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1093/Discord.Discord.Canary.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: Discord.Discord.Canary +PackageVersion: 1.0.1093 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..a5943396066e6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.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: Discord.Discord.Canary +PackageVersion: 1.0.1094 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.1094/DiscordCanarySetup.exe + InstallerSha256: A69B65FD7D8CC25B091CB9071610F36E6A07C430388C1D7075A62ADC75907EC2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..9139887068a26 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.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: Discord.Discord.Canary +PackageVersion: 1.0.1094 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f53ffcfd1fcf --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1094 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..35de9d9d83140 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1094/Discord.Discord.Canary.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: Discord.Discord.Canary +PackageVersion: 1.0.1094 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..7c6d723ae81f3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.424 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-07 +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.424/DiscordCanarySetup.exe + InstallerSha256: 88AD1B834F2BB33372AA426220C1F68CC65A056244FC67E4E6DBB58383D3E59D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..ed9af37160aea --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.424 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..25cc7814ebc88 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.424 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..72d4e5c5da672 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.424/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.424 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..32acfa96077cb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.426 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-07 +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.426/DiscordCanarySetup.exe + InstallerSha256: 020097BF92BB445F7DD552479E52BBDE8EE0E78A00E2F97F932CF1B52C62A46D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..c64235f950472 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.426 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..551a025821404 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.426 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..8bcfcdd938beb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.426/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.426 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..6d2fd1aed9bbf --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.427 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-07 +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.427/DiscordCanarySetup.exe + InstallerSha256: A9A32ADC2797EEA2D8444588528CB922FF3CDECA79992FBC2445496DFC9E63D0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..08f09b1b8a756 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.427 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..339b21dfa64a0 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.427 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..e1777b0a21267 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.427/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.427 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..a5b4d018cff5d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.428 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +ReleaseDate: 2026-08-07 +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.428/DiscordCanarySetup.exe + InstallerSha256: 3BFB3C7371E75BA7F8E8AFC08B6B3F2C46D4AF798A5B2D32F0A9E5AE5D3FDE6E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..e96a84c9640b4 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.428 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e056e14d4991 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.428 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..7f9f88b48982c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.428/Discord.Discord.Canary.arm64.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: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.428 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.installer.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.installer.yaml new file mode 100644 index 0000000000000..edb409b868f6a --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.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: ESEngine.ReasonixCLI +PackageVersion: 1.21.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: reasonix.exe +Commands: +- reasonix +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.21.2/reasonix-windows-amd64.zip + InstallerSha256: C23C15CD0FD5F250991EE400FB0243AC48F91D0F374EAEE1AFBFE8AE4DEA140A +- Architecture: arm64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.21.2/reasonix-windows-arm64.zip + InstallerSha256: 982DFAC63CFEA4A4A50CF004C4A03B9C2A0193E8DDEE01F2E688A71A58E54A6F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..e749ffadc85c2 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixCLI +PackageVersion: 1.21.2 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix CLI +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Moniker: reasonix +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 此版本将输出预算提升至 128K,引入缓存感知上下文投影以更高效管理历史,通过工作实践策略加固 Agent 行为,并修复了文件工具、沙箱检测、钩子和更新等方面的诸多问题。 + 发布渠道:稳定版 · v1.21.2 + English → · 网页版完整更新日志 → + 使用攻略 + - ACP 指南 — 了解如何使用 Agent 通信协议进行编辑器集成。 + - ACP 指南(中文) — ACP 指南的中文版本。 + - 桌面钩子(中文) — 配置和使用桌面钩子的指南。 + - 用户指南 — 使用 Reasonix 的综合指南。 + - 用户指南(中文) — 用户指南的中文版本。 + - 插件包 — 创建和管理插件包的文档。 + - 插件包(中文) — 插件包文档的中文版本。 + - 恢复指南 — 从卡住的更新和其他问题中恢复的步骤。 + - 恢复指南(中文) — 恢复指南的中文版本。 + - 规范 — Reasonix 的技术规范。 + - 缓存感知压缩设计 — 关于缓存感知上下文投影的研究文档。 + 概览 + Reasonix v1.21.2 — Reasonix v1.21.2:输出预算提升、缓存感知上下文与 Agent 加固 + 此版本将输出预算提升至 128K,引入缓存感知上下文投影以更高效管理历史,通过工作实践策略加固 Agent 行为,并修复了文件工具、沙箱检测、钩子和更新等方面的诸多问题。 + 发布日期:2026-08-07 + 重点内容 + - 输出预算提升至 128K,并引入缓存感知上下文投影 — 支持 provider 的默认输出预算提升至 128K。缓存感知上下文投影将持久历史与模型可见请求分离,保留完整 canonical transcript,缓存状态仅用于成本策略。冷/热/未知恢复不再重写历史。 (#7839) + - 工作实践策略加固 Agent 行为 — 新增工作实践策略,附加到每个系统提示中,确保 Agent 严格实现所请求的方法、不将临时文件留在仓库中,并根据变更规模调整验证范围。适用于所有运行,而非仅基准测试。 (#7779) + - 流式性能提升:合并增量与按块解析 Markdown — 流式增量在到达前端前合并,减少 IPC 开销。Markdown 按已完成块解析而非每次 tick 解析,大幅降低典型回答的解析次数。每帧增量合并为每个标签页一次 reducer 处理,降低 UI 线程负载。 (#7889, #7890, #7892) + - 文件工具通过 FileOverlay 路由,写入操作原子化 — 所有文件编辑工具(edit_file、multi_edit、delete_range 等)现在遵循宿主 FileOverlay,防止覆盖未保存的编辑器缓冲区。文件写入采用临时文件加重命名的原子操作,避免崩溃时损坏。 (#7872) + - 沙箱检测探测可用性,而非仅检查 PATH 存在 — 在 macOS 上,现在通过最小配置文件探测 sandbox-exec 的可用性,正确报告在受限系统上不可用的情况(存在但无法应用沙箱),防止静默执行失败。 (#7807) + - 自愈卡住的待更新事务与版本号归一化 — 卡住的应用内更新现在可自愈:过期的试用更新在 24 小时后自动提交,版本比较归一化前导 'v',新增「放弃上次更新」按钮允许手动恢复。更新了恢复文档。 (#7820) + - 防止仅推理停止后出现陈旧结果 — 子代理和规划器等内部消费者现在要求可见的最终答案。仅推理停止会触发有限重试,清理操作感知压缩,保留已完成的证据。Guardian 审查在空最终结果后安全关闭。 (#7817) + - Windows 多来源 Hook 的 POSIX 脚本执行归一化 — Windows 上来自插件、项目和全局钩子的 POSIX shebang 脚本现在被检测并通过 Git Bash 执行。路径已归一化,Bash 依赖项对诊断可见。 (#7863) + 新功能 + - 带性能预算的 UI 延迟遥测 — 桌面版现在通过匿名计数器记录 UI 延迟指标(帧持续时间、输入延迟、Markdown 解析时间等),并附有文档化的性能预算。不收集消息内容。 (#7895) + - 按任务轨迹记录与耗时归因 — CLI 和基准测试工具现在可以记录每个任务的事件轨迹(--trajectory),并将耗时归因于工具执行与模型思考。记录轨迹时,报告包含时间归因。 (#7885, #7886) + - 工具结果时间戳用于耗时归因 — 工具结果现在携带绝对开始/结束时间戳,可重建回合时间分配。已取消或跳过的调用时间戳为零。 (#7882) + 改进 + - 代码检查与质量门禁扩展 — 函数大小和复杂度现在在 CI 中设限。文件大小上限扩展到 TypeScript。所有构建标签跨平台检查。采用并强制执行现代 Go 惯用法。 (#7862, #7879, #7837, #7831) + - 错误比较加固 — 所有错误比较现在通过解包链使用 errors.Is/As,防止包装错误时静默失效。移除了手动解包辅助函数。 (#7834) + - 注释风格清理 — 代码库中注释的分节横幅装饰已移除,repolint 中设为零容忍门禁。 (#7840) + 修复 + - 修复 CLI 指标接收器重复转发 — 修复了 --metrics 运行时每个事件被转发两次的错误,恢复单次转发行为。 (#7883) + - 会话并发测试保持在竞态预算内 — 减少会话并发测试的规模,避免在竞态检测器下超时,同时保持重叠覆盖。 (#7821) + - CLI 和 SSH 测试不再访问外部网络 — 无意中进行真实 API 调用或调用主机 SSH 的测试现已正确隔离。 (#7856) + - PR 元数据门禁规则文档化并修正 — Documentation-impact 门禁现已文档化,并修正了拒绝值行以匹配实际执行。 (#7876) + 升级提醒 + - 卡住的更新自愈 — 如果您有卡住的待更新事务,若安装证据有效,将在 24 小时后自动提交。您也可以从设置中放弃它。 (#7820) + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@esengine、@github-actions[bot]、@clearnature、@chuiwenwei、@SivanCola、@Nath-Vikky + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/v1.21.2 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6bdf522fda451 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.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: ESEngine.ReasonixCLI +PackageVersion: 1.21.2 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.yaml b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.yaml new file mode 100644 index 0000000000000..9204ab91bc2e1 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.21.2/ESEngine.ReasonixCLI.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: ESEngine.ReasonixCLI +PackageVersion: 1.21.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.installer.yaml b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.installer.yaml new file mode 100644 index 0000000000000..efbb4eea41953 --- /dev/null +++ b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: esignatur.esignaturByScrive +PackageVersion: 7.12.0 +UpgradeBehavior: install +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/esignaturByScrive/DesktopApp_AutoUpdate/releases/download/7.12.0/esignatur-by-scrive-Setup-7.12.0.exe + InstallerSha256: 58DB6F2268E0FD60F57F59DC942AAD5616CF85763FF1E298B740AAF78DC98B2F + InstallerSwitches: + Upgrade: --updated + ProductCode: esignatur by scrive +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/esignaturByScrive/DesktopApp_AutoUpdate/releases/download/7.12.0/esignatur-by-scrive-7.12.0.msi + InstallerSha256: 621E06483A2AE312464AB84EA3562E97855E7F96D77BFCE958A2DECF431E9B77 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{8EFEE4A4-D572-4557-A601-AA147C793622}' + AppsAndFeaturesEntries: + - UpgradeCode: '{42746736-3931-5B70-9F90-FAAF4CF04BB5}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.locale.en-US.yaml b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.locale.en-US.yaml new file mode 100644 index 0000000000000..7f5841ded4868 --- /dev/null +++ b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.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: esignatur.esignaturByScrive +PackageVersion: 7.12.0 +PackageLocale: en-US +Publisher: esignatur DK ApS +PublisherUrl: https://www.esignatur.dk/en +PublisherSupportUrl: https://github.com/esignaturByScrive/DesktopApp_AutoUpdate/issues +PrivacyUrl: https://www.esignatur.dk/en/data-protection-policy +Author: esignatur DK ApS +PackageName: esignatur by scrive +PackageUrl: https://www.esignatur.dk/en/download-desktop-application +License: Proprietary +Copyright: © 2026 esignatur by Scrive +ShortDescription: Sign your documents digitally +Description: esignatur provides e-signature and eID solutions for local, small, and medium-sized businesses as well as international organisations. Our expertise and experience have been crucial for our collaboration with some of Europe's largest brands. +Tags: +- e-signature +- sign +- signature +ReleaseNotes: |- + New Updates + - Added Secure Upload Inbox. + - Bug Fixes and improved overall stability. + - Extended Caseware support to include End Date, Reminder Date, Use Reminders, Reminder Interval, Additional Recipient Emails, and Signer's Private Note. + - Added the "Send Attachments to BCC Email" option. + - Added support for specifying the time in the step start date. + - Added the "Send Documents to All Signers" option in the Accounting module. + - Included Help Center link. +ReleaseNotesUrl: https://github.com/esignaturByScrive/DesktopApp_AutoUpdate/releases/tag/7.12.0 +PurchaseUrl: https://www.esignatur.dk/en/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.locale.zh-CN.yaml b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..32c7242f9d5d2 --- /dev/null +++ b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.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: esignatur.esignaturByScrive +PackageVersion: 7.12.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 数字签署您的文件 +Description: esignatur 为本地中小型企业及国际组织提供电子签名和电子身份认证解决方案。我们的专业知识和丰富经验对与欧洲一些顶级品牌的合作起到了关键作用。 +Tags: +- 电子签名 +- 签名 +- 签署 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.yaml b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.yaml new file mode 100644 index 0000000000000..cd2640472d680 --- /dev/null +++ b/manifests/e/esignatur/esignaturByScrive/7.12.0/esignatur.esignaturByScrive.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: esignatur.esignaturByScrive +PackageVersion: 7.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.installer.yaml b/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.installer.yaml new file mode 100644 index 0000000000000..f13ef4f7c2e93 --- /dev/null +++ b/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FactFoundry.SemanticModeler +PackageVersion: 0.3.6-beta +InstallerType: exe +Scope: user +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +AppsAndFeaturesEntries: +- DisplayName: Semantic Modeler + DisplayVersion: 0.3.6 +Installers: +- Architecture: x64 + InstallerUrl: https://www.semanticmodeler.com/download/v0.3.6-beta/SemanticModeler-win-Setup.exe + InstallerSha256: CBBE713BDF50BE3824815E3258892B45417306A8FDE4ACD93E34A494E35981E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.locale.en-US.yaml b/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.locale.en-US.yaml new file mode 100644 index 0000000000000..7c8e1f96bc67c --- /dev/null +++ b/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FactFoundry.SemanticModeler +PackageVersion: 0.3.6-beta +PackageLocale: en-US +Publisher: Fact Foundry +PublisherUrl: https://www.semanticmodeler.com +PackageName: Semantic Modeler +PackageUrl: https://www.semanticmodeler.com +License: Proprietary +ShortDescription: Desktop editor for Power BI and Microsoft Fabric semantic models. +Moniker: semanticmodeler +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.yaml b/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.yaml new file mode 100644 index 0000000000000..30cc788638325 --- /dev/null +++ b/manifests/f/FactFoundry/SemanticModeler/0.3.6-beta/FactFoundry.SemanticModeler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FactFoundry.SemanticModeler +PackageVersion: 0.3.6-beta +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.installer.yaml new file mode 100644 index 0000000000000..56f46c714e3fd --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.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: Google.AntigravityCLI +PackageVersion: 1.1.11 +InstallerType: portable +Commands: +- agy +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.11-4956531888881664/windows-x64/cli_windows_x64.exe + InstallerSha256: 22EB86F2553960BE41E40B3EF196CE903E856125EC77C529B07708D17868749F +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.11-4956531888881664/windows-arm/cli_windows_arm64.exe + InstallerSha256: 854335E45C161E6199ADEA0912A7A8A6E605141CCB0BF1818C8F8AE4AE4F988E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..38b1befe448d6 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.11 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..511604cc6e203 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.11 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.yaml new file mode 100644 index 0000000000000..c8a9e823a90e5 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.11/Google.AntigravityCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.installer.yaml new file mode 100644 index 0000000000000..fcf9f482da856 --- /dev/null +++ b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 151.0.7922.109 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-08-06 +AppsAndFeaturesEntries: +- UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi + InstallerSha256: 3E4B914918DCA93F658D979BE70F30AAD927CC89BA16CAD6FBD3B93B90B3C465 + ProductCode: '{64BF88E9-42F7-3AE4-93D7-AAE2D0C0D9DF}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: B63BDB167097038291CF75E8A4A02B9A9A5A3A84955232D50B38017F815490B9 + ProductCode: '{DAB9F75D-29D7-3458-9F97-83D5F151B4E3}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: 1ADDB6A963500E5FD8D727371F6BC277C170C4730E109E9328788AFBD0BB5F3F + ProductCode: '{28C77059-1919-3FE2-AE75-E6228A510DAE}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.en-US.yaml b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.en-US.yaml similarity index 68% rename from manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.en-US.yaml rename to manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.en-US.yaml index daf32e2f48b66..40077d4cbecaf 100644 --- a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.en-US.yaml @@ -1,38 +1,38 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json -PackageIdentifier: Google.Chrome.Beta -PackageVersion: 152.0.7977.13 +PackageIdentifier: Google.Chrome +PackageVersion: 151.0.7922.109 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ PublisherSupportUrl: https://support.google.com/ PrivacyUrl: https://policies.google.com/privacy Author: Google LLC -PackageName: Google Chrome Beta -PackageUrl: https://www.google.com/chrome/beta/ +PackageName: Google Chrome +PackageUrl: https://www.google.com/chrome/ License: Freeware LicenseUrl: https://www.google.com/chrome/terms/ Copyright: Copyright 2026 Google LLC. All rights reserved. -ShortDescription: Try new features with Chrome Beta -Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. -Moniker: chrome-beta +ShortDescription: The Fast & Secure Web Browser Built to be Yours +Description: Chrome is the official web browser from Google, built to be fast, secure, and customizable. +Moniker: chrome Tags: -- beta - browser - chromium -- fast - internet +- manifestv3 +- mv3 - safe - search - web - webpage Documentations: +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ - DocumentLabel: Chrome Web Store DocumentUrl: https://chromewebstore.google.com/ - DocumentLabel: Chrome for Developers DocumentUrl: https://developer.chrome.com/ -- DocumentLabel: Chrome Platform Status - DocumentUrl: https://chromestatus.com/ ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.nb-NO.yaml b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.nb-NO.yaml similarity index 62% rename from manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.nb-NO.yaml index 3d5428ba3429a..dba81cac1e180 100644 --- a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.nb-NO.yaml @@ -1,21 +1,17 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -PackageIdentifier: Google.Chrome.Beta -PackageVersion: 152.0.7977.13 +PackageIdentifier: Google.Chrome +PackageVersion: 151.0.7922.109 PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ PublisherSupportUrl: https://support.google.com/?hl=nb-no PrivacyUrl: https://policies.google.com/privacy?hl=nb-no -Author: Google LLC -PackageName: Google Chrome Beta -PackageUrl: https://www.google.com/intl/no/chrome/beta/ +PackageUrl: https://www.google.com/intl/no/chrome/ License: Gratis Programvare LicenseUrl: https://www.google.com/intl/no/chrome/terms/ Copyright: Copyright 2026 Google LLC. Med enerett. -ShortDescription: Prøv nye funksjoner med Chrome Beta -Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +ShortDescription: Den raske og sikre nettleseren som er laget for å være din egen +Description: Chrome er Googles offisielle nettleser. Den er laget for å være rask, sikker og tilpassbar. Tags: - chromium - internett @@ -27,9 +23,9 @@ Tags: Documentations: - DocumentLabel: Chrome Nettmarked DocumentUrl: https://chromewebstore.google.com/?hl=nb-no -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/ - DocumentLabel: Chrome Platform Status DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.zh-CN.yaml b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.zh-CN.yaml similarity index 64% rename from manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.zh-CN.yaml index 9f09fabac5017..05007343171be 100644 --- a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.locale.zh-CN.yaml @@ -1,21 +1,17 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -PackageIdentifier: Google.Chrome.Beta -PackageVersion: 152.0.7977.13 +PackageIdentifier: Google.Chrome +PackageVersion: 151.0.7922.109 PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ PublisherSupportUrl: https://support.google.com/?hl=zh-Hans PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome 测试版 -PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta/ +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ License: 免费软件 LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms/ Copyright: 版权所有 2026 Google LLC. 保留所有权利。 -ShortDescription: 试用 Chrome 测试版的新功能 -Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +ShortDescription: 快速安全的网络浏览器,专为您而打造 +Description: Chrome 是 Google 的官方网络浏览器,速度飞快,安全可靠,并且支持自定义。 Tags: - chromium - 互联网 @@ -25,11 +21,11 @@ Tags: - 浏览器 - 网页 Documentations: -- DocumentLabel: Chrome 应用商店 - DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/?hl=zh-cn - DocumentLabel: Chrome Platform Status DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/?hl=zh-cn +- DocumentLabel: Chrome 应用商店 + DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.yaml b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.yaml new file mode 100644 index 0000000000000..318fe950cd4d0 --- /dev/null +++ b/manifests/g/Google/Chrome/151.0.7922.109/Google.Chrome.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 151.0.7922.109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.installer.yaml deleted file mode 100644 index abaa0cd7f0630..0000000000000 --- a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.installer.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Google.Chrome.Beta -PackageVersion: 152.0.7977.13 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ReleaseDate: 2026-08-03 -AppsAndFeaturesEntries: -- UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi - InstallerSha256: ADE481B8D1170D44D1FF61CB65A4F7733A8208B523A312923015EFDE43E073A7 - ProductCode: '{BDF665D0-B94F-35D3-A753-687321B3E379}' -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi - InstallerSha256: ADC83CB696690CC974E5DD3FAE8F876C38AA702236D2D061C8EF9835000227F0 - ProductCode: '{B985C334-9D61-3923-8DB8-F07755D17B5D}' -- Architecture: arm64 - InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi - InstallerSha256: 004834558CA020CA3FAFB6FE25AE42547D7540C227B67FA4B59646AF119E5B2F - ProductCode: '{5A9E45DB-093A-3D2A-8CF6-D091ADC3C0B0}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.installer.yaml new file mode 100644 index 0000000000000..9c75f271bdf81 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.Beta.EXE +PackageVersion: 152.0.7977.13 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome +ReleaseDate: 2026-08-01 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/es7kaw23tjmqjnw2pvrridotoe_152.0.7977.13/152.0.7977.13_chrome_installer_uncompressed.exe + InstallerSha256: 3A7BED4A80B55D60A3CFE0C2C574BC143D05D2187F57E2DDEDBEC0445CCC661F + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/es7kaw23tjmqjnw2pvrridotoe_152.0.7977.13/152.0.7977.13_chrome_installer_uncompressed.exe + InstallerSha256: 3A7BED4A80B55D60A3CFE0C2C574BC143D05D2187F57E2DDEDBEC0445CCC661F + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adixtbiicqsjxpshk6dj7wkrmfea_152.0.7977.13/152.0.7977.13_chrome_installer_uncompressed.exe + InstallerSha256: 9C875DDC50E236B8E5936864DE79EF6644EBF11CBBD7CFA6AEE489E901A042F3 + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adixtbiicqsjxpshk6dj7wkrmfea_152.0.7977.13/152.0.7977.13_chrome_installer_uncompressed.exe + InstallerSha256: 9C875DDC50E236B8E5936864DE79EF6644EBF11CBBD7CFA6AEE489E901A042F3 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/adfeqhpqdgbddlfimztsr7zexoga_152.0.7977.13/152.0.7977.13_chrome_installer_uncompressed.exe + InstallerSha256: 6984CE77C652B15B9089EE2167B89F7985C45526CDC27EFC4D35A009B4EC4F6C + InstallerSwitches: + Custom: --do-not-launch-chrome --chrome-beta +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/adfeqhpqdgbddlfimztsr7zexoga_152.0.7977.13/152.0.7977.13_chrome_installer_uncompressed.exe + InstallerSha256: 6984CE77C652B15B9089EE2167B89F7985C45526CDC27EFC4D35A009B4EC4F6C + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level --chrome-beta +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.locale.en-US.yaml new file mode 100644 index 0000000000000..8963edd991cf8 --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.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: Google.Chrome.Beta.EXE +PackageVersion: 152.0.7977.13 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/chrome/beta +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: Try new features with Chrome Beta +Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c15460764abde --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.locale.nb-NO.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: Google.Chrome.Beta.EXE +PackageVersion: 152.0.7977.13 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Beta (EXE) +PackageUrl: https://www.google.com/intl/no/chrome/beta +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2026 Google LLC. Med enerett. +ShortDescription: Prøv nye funksjoner med Chrome Beta +Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eab90ac2c2f1d --- /dev/null +++ b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.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: Google.Chrome.Beta.EXE +PackageVersion: 152.0.7977.13 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome 测试版(EXE) +PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2026 Google LLC. 保留所有权利。 +ShortDescription: 试用 Chrome 测试版的新功能 +Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.yaml b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.yaml similarity index 84% rename from manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.yaml rename to manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.yaml index d54165a6d9efc..0ee44cc0fe29e 100644 --- a/manifests/g/Google/Chrome/Beta/152.0.7977.13/Google.Chrome.Beta.yaml +++ b/manifests/g/Google/Chrome/Beta/EXE/152.0.7977.13/Google.Chrome.Beta.EXE.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Google.Chrome.Beta +PackageIdentifier: Google.Chrome.Beta.EXE PackageVersion: 152.0.7977.13 DefaultLocale: en-US ManifestType: version diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.installer.yaml deleted file mode 100644 index 05b054352d0ce..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7327.6 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome Dev -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/apcyovtqbktjzeavawxblgbf5m_140.0.7327.6/140.0.7327.6_chrome_installer_uncompressed.exe - InstallerSha256: 3AC0D725FFA7C56394B12E3844096A5E50871A22277F9BB3EEF0B67BAA1F158B - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/apcyovtqbktjzeavawxblgbf5m_140.0.7327.6/140.0.7327.6_chrome_installer_uncompressed.exe - InstallerSha256: 3AC0D725FFA7C56394B12E3844096A5E50871A22277F9BB3EEF0B67BAA1F158B - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acqmyr45v2mf7w2c5sd37wqzjiza_140.0.7327.6/140.0.7327.6_chrome_installer_uncompressed.exe - InstallerSha256: F6A2DA84C5E88A43A8ED32B2616127E65DD49FDA70AE4C97157D1945677BAB74 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acqmyr45v2mf7w2c5sd37wqzjiza_140.0.7327.6/140.0.7327.6_chrome_installer_uncompressed.exe - InstallerSha256: F6A2DA84C5E88A43A8ED32B2616127E65DD49FDA70AE4C97157D1945677BAB74 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/ima74l5dcr2xxk4jjpi55fjhai_140.0.7327.6/140.0.7327.6_chrome_installer_uncompressed.exe - InstallerSha256: 0778442AFA2C7B2436A203B7C9221CE4FE45388C0BDDD7741F92A235254FF11C - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/ima74l5dcr2xxk4jjpi55fjhai_140.0.7327.6/140.0.7327.6_chrome_installer_uncompressed.exe - InstallerSha256: 0778442AFA2C7B2436A203B7C9221CE4FE45388C0BDDD7741F92A235254FF11C - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.en-US.yaml deleted file mode 100644 index 283a46d8ad4d4..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7327.6 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/chrome/dev -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Google Chrome for developers -Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.nb-NO.yaml deleted file mode 100644 index a0248cb5027f8..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7327.6 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/dev -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Google Chrome for utviklere -Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.zh-CN.yaml deleted file mode 100644 index 662632fb5e200..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7327.6 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome 开发者版 (EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的 Google Chrome -Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.yaml deleted file mode 100644 index ca2d20d2890f7..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7327.6/Google.Chrome.Dev.EXE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7327.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..2333ba75a811f --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.197 +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.197/ggcode_1.3.197_windows_x64.msi + InstallerSha256: 9C97DF64B3066E03C6F558A5F614BA970800F614CC54AA744BFA775F9D3BCADF + ProductCode: '{5E2D2935-7534-4143-B7A4-B6662BEBDB1D}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{5E2D2935-7534-4143-B7A4-B6662BEBDB1D}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.197/ggcode_1.3.197_windows_arm64.msi + InstallerSha256: 7692E2453A5EBB21833444DEF9306B7A77CF5179366D9536A2F42CDB3F24FC70 + ProductCode: '{0F9A71B6-0EF8-426E-A6CF-7ECB72D96139}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{0F9A71B6-0EF8-426E-A6CF-7ECB72D96139}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-07 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..0fc8dc21c2bbf --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.197 +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.197 +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.197/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..2885b7a3d2aa6 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.197/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.197 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.installer.yaml b/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.installer.yaml new file mode 100644 index 0000000000000..4e89be48bdbdd --- /dev/null +++ b/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hamidfzm.Glyph +PackageVersion: 0.20.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{CDD542D0-6AE9-4C4E-892A-67EA08AEDF0B}' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- ProductCode: '{CDD542D0-6AE9-4C4E-892A-67EA08AEDF0B}' + UpgradeCode: '{37783841-0026-5563-90BD-6DBAFE2F7DB2}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Glyph' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hamidfzm/glyph/releases/download/v0.20.0/Glyph_0.20.0_x64_en-US.msi + InstallerSha256: 1567C4409336D87E37B826C972F8DD0AB8BC761834F015AA1EC0CF7C13B19175 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.locale.en-US.yaml b/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.locale.en-US.yaml new file mode 100644 index 0000000000000..0859848eea96b --- /dev/null +++ b/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.locale.en-US.yaml @@ -0,0 +1,93 @@ +# 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: hamidfzm.Glyph +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: hamidfzm +PublisherUrl: https://github.com/hamidfzm +PublisherSupportUrl: https://github.com/hamidfzm/glyph/issues +PackageName: Glyph +PackageUrl: https://github.com/hamidfzm/glyph +License: MIT +LicenseUrl: https://github.com/hamidfzm/glyph/blob/HEAD/LICENSE +ShortDescription: Cross-platform markdown viewer +Tags: +- cross-platform +- desktop-app +- gfm +- linux-app +- macos-app +- markdown +- markdown-editor +- markdown-viewer +- mermaid +- react +- rust +- syntax-highlighting +- tauri +- tauri-app +- typescript +- windows-app +ReleaseNotes: |- + Install + macOS + brew tap glyph-md/tap && brew trust glyph-md/tap && brew install --cask glyph + Or download Glyph_*_universal.dmg below. + Windows + # winget + winget install hamidfzm.Glyph + # Chocolatey + choco install glyph + # Scoop + scoop bucket add glyph-md https://github.com/glyph-md/scoop-bucket + scoop install glyph + Or download Glyph_*_x64_en-US.msi below. + Linux + # Snap Store + sudo snap install glyph + # Arch (AUR) + yay -S glyph-md-bin + # Homebrew (Linuxbrew) + brew tap glyph-md/tap && brew install glyph + # Debian/Ubuntu (PPA) + sudo add-apt-repository ppa:hamidfzm/glyph + sudo apt update + sudo apt install glyph + # Debian (apt repo) + curl -fsSL https://glyph-md.github.io/apt-repo/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/glyph.gpg + echo "deb [signed-by=/usr/share/keyrings/glyph.gpg] https://glyph-md.github.io/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/glyph.list + sudo apt update && sudo apt install glyph + # Fedora/RHEL (dnf) + sudo tee /etc/yum.repos.d/glyph.repo < <(curl -fsSL https://glyph-md.github.io/rpm-repo/glyph.repo) + sudo dnf install glyph + Or download the .deb / .rpm / .AppImage below. + What's Changed + 🚀 Features + - feat(tabs): add a right-click context menu to the tab strip by @hamidfzm in #591 + - feat(settings): fold cloud sync into the Workspace Settings modal by @hamidfzm in #592 + - feat(tabs): prompt to save unsaved changes on close when Auto Save is off by @hamidfzm in #593 + - feat(sidebar): make the tags section resizable by @hamidfzm in #599 + - feat(sidebar): sort the tags pane and nest tags on / by @hamidfzm in #601 + 🐛 Bug Fixes + - fix(editor): restore Cmd+V and drop the duplicate Paste menu by @hamidfzm in #597 + - fix(android): import Manager unconditionally in setup by @hamidfzm in #611 + 🧪 Testing & CI + - ci: build the iOS app for the simulator by @hamidfzm in #614 + 📦 Dependencies + - fix(deps): pin undici 6.x to ^6.28.0 to clear Dependabot alerts by @hamidfzm in #595 + - fix(deps): bump anyhow and event-listener to clear RUSTSEC unsoundness by @hamidfzm in #596 + - fix(deps): bump js-yaml and mermaid to clear the production audit advisories by @hamidfzm in #602 + - chore(deps): bump dompurify from 3.4.12 to 3.4.13 by @dependabot[bot] in #603 + - chore(ci): bump taiki-e/install-action from 2.85.3 to 2.85.8 by @dependabot[bot] in #606 + - chore(deps): bump the dev-dependencies group with 6 updates by @dependabot[bot] in #605 + - chore(deps): bump the production-dependencies group with 5 updates by @dependabot[bot] in #608 + - chore(ci): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #610 + 🔧 Other Changes + - refactor: split TypeScript files past the 200-line soft cap by @hamidfzm in #587 + - refactor(rust): split files past the 200-line soft cap by @hamidfzm in #598 + - chore(ci): unbreak the Security workflow by @hamidfzm in #612 + Full Changelog: v0.19.0...v0.20.0 +ReleaseNotesUrl: https://github.com/hamidfzm/glyph/releases/tag/v0.20.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.yaml b/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.yaml new file mode 100644 index 0000000000000..d0fa6a8315cb7 --- /dev/null +++ b/manifests/h/hamidfzm/Glyph/0.20.0/hamidfzm.Glyph.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: hamidfzm.Glyph +PackageVersion: 0.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.installer.yaml b/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.installer.yaml new file mode 100644 index 0000000000000..f0e44307273e6 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.installer.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.0.3 +InstallerLocale: en-US +InstallModes: +- interactive +UpgradeBehavior: install +Commands: +- zux +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.0.3/zux_1.0.3_x64-setup.exe + InstallerSha256: 7521374C2DC68232F27AFDB1719580FDFC9E01BC87D31773828CD65E4978767D + ProductCode: zux + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: zux + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\zux' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.0.3/zux_1.0.3_x64_en-US.msi + InstallerSha256: 16663C48FD78F87F12D3679E85B172ABCD48A5191E5FB216D09E71580F6A6B7B + ProductCode: '{49870C52-842E-4FA8-9929-935471E561AC}' + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: '{49870C52-842E-4FA8-9929-935471E561AC}' + UpgradeCode: '{5815D5F5-1FC0-5793-BA28-8FF79F8636D3}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/zux' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.locale.en-US.yaml b/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.locale.en-US.yaml new file mode 100644 index 0000000000000..80212ce73aa58 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.0.3 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/zux/issues +Author: hrzlgnm +PackageName: zux +PackageUrl: https://github.com/hrzlgnm/zux +License: MIT +LicenseUrl: https://github.com/hrzlgnm/zux/blob/HEAD/LICENSE +Copyright: Copyright (c) hrzlgnm +ShortDescription: zux +Description: mDNS-SD visualizer with force-directed graph visualization +Tags: +- mdns-sd +- sveltejs +- tauri-app +- tauri-v2 +- vis-network +ReleaseNotes: |- + What's Changed + - fix: strip sha256: prefix from cask checksum in homebrew-tap update by @hrzlgnm in #102 + - chore(deps): update rust crate clap to v4.6.6 by @renovate[bot] in #103 + - feat: add automatic winget update on release publish by @hrzlgnm in #100 + - chore(deps): update swatinem/rust-cache digest to 6323deb by @renovate[bot] in #104 + - fix: add .msi installer to winget update by @hrzlgnm in #105 + - fix: remove useless rust cache step in winget workflow by @hrzlgnm in #106 + - feat: add rust cache to clippy and tests jobs by @hrzlgnm in #107 + - chore: switch from npm to pnpm by @hrzlgnm in #108 + - chore(deps): update dependency vite to v8.2.1 by @renovate[bot] in #111 + - chore(deps): lock file maintenance by @renovate[bot] in #112 + - chore: don't duplicate license file in bundling by @hrzlgnm in #113 + - chore(bundle): use higher compression rate for rpm bundle by @hrzlgnm in #114 + - chore: remove redundant sbom release upload by @hrzlgnm in #115 + Full Changelog: v1.0.2...v1.0.3 +ReleaseNotesUrl: https://github.com/hrzlgnm/zux/releases/tag/v1.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.yaml b/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.yaml similarity index 63% rename from manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.yaml rename to manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.yaml index 4509846cba744..d892db11cfe4a 100644 --- a/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.yaml +++ b/manifests/h/hrzlgnm/zux/1.0.3/hrzlgnm.zux.yaml @@ -1,8 +1,8 @@ # Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: VRCXF.VRCXF -PackageVersion: 2026.07.30-f4a3902 -DefaultLocale: ja-JP +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.0.3 +DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.installer.yaml b/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.installer.yaml new file mode 100644 index 0000000000000..79ded62a22425 --- /dev/null +++ b/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.installer.yaml @@ -0,0 +1,30 @@ +# Created with WinGet manifest tools +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ironship.WordHunter +PackageVersion: 1.0.9 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Word Hunter +ReleaseDate: 2026-08-02 +AppsAndFeaturesEntries: +- DisplayName: Word Hunter + Publisher: wordhunter + DisplayVersion: 1.0.9 + ProductCode: Word Hunter +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Word Hunter' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Ironship/WordHunter/releases/download/WordHunter1.0.9/Word.Hunter.Setup.exe + InstallerSha256: F2578A78577F0AC01FA53CAF2626F9899485639C8CF92E0FA761BBB636967E23 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.locale.en-US.yaml b/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.locale.en-US.yaml new file mode 100644 index 0000000000000..dd4c4de0056fa --- /dev/null +++ b/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet manifest tools +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ironship.WordHunter +PackageVersion: 1.0.9 +PackageLocale: en-US +Publisher: Ironship +PublisherUrl: https://github.com/Ironship +PublisherSupportUrl: https://github.com/Ironship/WordHunter/issues +Author: Ironship +PackageName: Word Hunter +PackageUrl: https://github.com/Ironship/WordHunter +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/Ironship/WordHunter/blob/WordHunter1.0.9/LICENSE +ShortDescription: Local-first reader and spaced repetition tool for language learning +Description: |- + Word Hunter is a desktop reader and vocabulary-learning workspace. It can + import texts, ebooks, subtitles and PDFs, save words with their context, and + review them with flashcards and spaced repetition. Data is stored locally. +Moniker: wordhunter +Tags: +- ebook +- flashcard +- language-learning +- ocr +- reader +- spaced-repetition +- vocabulary +ReleaseNotes: |- + Replaced background folder synchronization with explicit ZIP transfer + packages storing words and books as YAML records. + Added a 0-100% progress bar to desktop package export. + Fixed PC startup when the configured data folder is missing and sped up + shutdown. + Improved Android TTS, word sheet, PDF import, and startup, and added a + Chinese (Simplified) interface. +ReleaseNotesUrl: https://github.com/Ironship/WordHunter/releases/tag/WordHunter1.0.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.yaml b/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.yaml new file mode 100644 index 0000000000000..d623fc1f77927 --- /dev/null +++ b/manifests/i/Ironship/WordHunter/1.0.9/Ironship.WordHunter.yaml @@ -0,0 +1,8 @@ +# Created with WinGet manifest tools +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ironship.WordHunter +PackageVersion: 1.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.installer.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.installer.yaml deleted file mode 100644 index b5f831e45149a..0000000000000 --- a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: iFlytek.iFlyRecSI -PackageVersion: 5.0.13 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ProductCode: 28570c1d-6efa-5206-8e03-947b069cec3c -ReleaseDate: 2025-12-29 -Installers: -- Architecture: x64 - InstallerUrl: https://tongchuan.iflyrec.com/download/tjhz/windows/TJTC001/tjtc_TJTC001_setup_5.0.13_2307.exe - InstallerSha256: EAAFE4A86A80E909C716E0102F18182BB9D45D5CC21D08FAD061C33555086F53 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.locale.en-US.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.locale.en-US.yaml deleted file mode 100644 index be30a627da154..0000000000000 --- a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: iFlytek.iFlyRecSI -PackageVersion: 5.0.13 -PackageLocale: en-US -Author: Anhui Iflyrec Co., Ltd. -License: Proprietary -ShortDescription: An AI simultaneous interpretation software integrated with multilingual real-time transcription and translation, subtitle display, human assistance and live meeting. -Description: Based on iFlytek's cutting-edge intelligent speech and language technology, iFlyRec Simultaneous Interpretation provides multilingual simultaneous interpretation and various customized services for all scenarios. It offers personal floating subtitles and enterprise simultaneous interpretation services for scenarios such as conferences, exhibitions, office entertainment and live streaming to construct a multi-level ecosystem for iFlyRec Simultaneous Interpretation. It provides real-time transcription and translation between multiple languages, as well as various simultaneous interpretation services such as on-screen display, customized conferences, multilingual human simultaneous interpretation, multilingual speech synthesis, conference shorthand, conference live streaming and conference recording sharing through simultaneous interpretation products. iFlyRec Simultaneous Interpretation features efficiency, professionalism, and intelligence and has successfully provided services for thousands of different kinds of conferences, press conferences, and professional academic conferences all over the world. -Tags: -- caption -- chinese -- conference -- english -- meeting -- simultaneous-interpreting -- subtitle -- translate -- translation -- translator -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.locale.zh-CN.yaml deleted file mode 100644 index fa5b54b1073c9..0000000000000 --- a/manifests/i/iFlytek/iFlyRecSI/5.0.13/iFlytek.iFlyRecSI.locale.zh-CN.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: iFlytek.iFlyRecSI -PackageVersion: 5.0.13 -PackageLocale: zh-CN -Publisher: 安徽听见科技有限公司 -PublisherUrl: https://www.iflyrec.com/ -PublisherSupportUrl: https://tongchuan.iflyrec.com/index/helpcenter -PrivacyUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/productPrivacyPolicy.html -Author: 安徽听见科技有限公司 -PackageName: 讯飞听见同传 -PackageUrl: https://tongchuan.iflyrec.com/ -License: 专有软件 -LicenseUrl: https://static.iflyrec.com/v1/iflyrectjpt/publicread01/privacyPolicy/huizhan/userPrivacyPolicy.html -Copyright: Copyright © 2025 安徽听见科技有限公司 -CopyrightUrl: https://www.iflyrec.com/html/helpCenter/legal.html -ShortDescription: 多语种实时转写翻译、字幕投屏、人工保障、会议直播一体化 AI 同传软件 -Description: 讯飞听见同传,基于科大讯飞世界前沿水平的智能语音和语言技术,提供全场景多语种同传及各类定制服务。面向会议、展会、办公娱乐、直播看剧等场景提供个人悬浮字幕、企业同传服务,构建讯飞听见同传的多层次生态的服务体系,通过同传产品提供多国语种的实时转写翻译及上屏展示、会议定制、多国语种人工同传、多国语种语音合成、会议速记、会议直播和会议记录分享等一体化同传服务。讯飞听见同传以高效、专业、智能为特色,已成功为国内外万余场大中型会议、发布会、专业学术会议提供服务。 -Tags: -- 中文 -- 会议 -- 同传 -- 同声传译 -- 字幕 -- 汉语 -- 翻译 -- 英文 -- 英语 -PurchaseUrl: https://tongchuan.iflyrec.com/index/recharge/refill-card-list -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/i/infisical/infisical/0.43.117/infisical.infisical.installer.yaml b/manifests/i/infisical/infisical/0.43.117/infisical.infisical.installer.yaml new file mode 100644 index 0000000000000..e4632a91dadbe --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.117/infisical.infisical.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.117 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-04" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.117/cli_0.43.117_windows_arm64.zip + InstallerSha256: 8ba4cd81a080353e8737e2ab14872d4f92fecdcfc62863d43c6f5f742593ee18 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.117/cli_0.43.117_windows_amd64.zip + InstallerSha256: a665ad902b4340338dbc55a125df16574b380621a36c1a42792d0f9e9aa86de0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.117/infisical.infisical.locale.en-US.yaml b/manifests/i/infisical/infisical/0.43.117/infisical.infisical.locale.en-US.yaml new file mode 100644 index 0000000000000..f353ada99fcad --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.117/infisical.infisical.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.117 +PackageLocale: en-US +Publisher: infisical +PackageName: infisical +PackageUrl: https://infisical.com +License: MIT +ShortDescription: The official Infisical CLI +Moniker: infisical +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.117/infisical.infisical.yaml b/manifests/i/infisical/infisical/0.43.117/infisical.infisical.yaml new file mode 100644 index 0000000000000..8389c7399effc --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.117/infisical.infisical.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.117 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..e06de1d1e7cb7 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 30.6.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: msix +PackageFamilyName: ohmyposh.cli_96v55e8n804z4 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v30.6.3/install-x64.msix + InstallerSha256: 388D6FE10873B813D99105EBFC8F7FAA23B57D0E0A6F0D2DAA16F79598ED0005 + SignatureSha256: BBF19392D57B99BAD68BFCA09CC31A279C577F5B80B98FBDBB1A1ABC592F9C1C +- Architecture: arm64 + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v30.6.3/install-arm64.msix + InstallerSha256: DE60756740A0D1E97E89B4D85DF760C4859AF57040C8DF88486C9ED4148CCF3A + SignatureSha256: D98807575733ED1E79D0DFB095FB7A7A4961CD044111B6FAA2A37754723AAFCE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-07 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..a48833640f9d8 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 30.6.3 +PackageLocale: en-US +Publisher: Jan De Dobbeleer +PublisherUrl: https://github.com/JanDeDobbeleer +PublisherSupportUrl: https://github.com/JanDeDobbeleer/oh-my-posh/issues +Author: Jan De Dobbeleer +PackageName: Oh My Posh +PackageUrl: https://ohmyposh.dev/ +License: MIT +LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING +ShortDescription: Prompt theme engine for any shell +Tags: +- bash +- cmd +- git +- nerd-fonts +- nushell +- powershell +- starship +- tooltips +- console +- command-line +- shell +- wsl +- developer-tools +- utilities +- cli +- terminal +ReleaseNotesUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v30.6.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..78fc569333b0d --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/30.6.3/JanDeDobbeleer.OhMyPosh.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JanDeDobbeleer.OhMyPosh +PackageVersion: 30.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.installer.yaml b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.installer.yaml new file mode 100644 index 0000000000000..4c286ee1797d1 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2026.2.3 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- sql +ProductCode: DataGrip 2026.2.3 +ReleaseDate: 2026-08-04 +AppsAndFeaturesEntries: +- DisplayVersion: 262.9437.163 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2026.2.3.exe + InstallerSha256: 6C9F8722A98BE09DF1610256F699AF7D1A70628F2E5D58D35FA83E20F8F6E505 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2026.2.3.exe + InstallerSha256: 6C9F8722A98BE09DF1610256F699AF7D1A70628F2E5D58D35FA83E20F8F6E505 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2026.2.3-aarch64.exe + InstallerSha256: BFCECB11B1E218F517D1738ECD394A7EE7198290154E39F11586FA9B3251C3EB +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-2026.2.3-aarch64.exe + InstallerSha256: BFCECB11B1E218F517D1738ECD394A7EE7198290154E39F11586FA9B3251C3EB + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.locale.en-US.yaml b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.locale.en-US.yaml new file mode 100644 index 0000000000000..622c7866f5887 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2026.2.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: DataGrip +PackageUrl: https://www.jetbrains.com/datagrip/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains +Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. +Moniker: datagrip +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- programming +- sql +- sqlite +ReleaseNotes: |- + DataGrip 2026.2.3 is Out! + By this point, we have fixed the following notable issues: + - MCP Tools now work correctly (IJPL-250820) +ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/datagrip/buy/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.locale.zh-CN.yaml b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a3f59eed41a1c --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2026.2.3 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/ +License: 专有软件 +ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE +Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。 +Tags: +- db2 +- mssql +- mysql +- postgres +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/datagrip/whatsnew/ +PurchaseUrl: https://www.jetbrains.com/zh-cn/datagrip/buy/ +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.yaml b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.yaml new file mode 100644 index 0000000000000..17655aac861bf --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/2026.2.3/JetBrains.DataGrip.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.DataGrip +PackageVersion: 2026.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.installer.yaml b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.installer.yaml new file mode 100644 index 0000000000000..713786e65483e --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JunkunDi.CrossDesk +PackageVersion: v1.4.0-20260727 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: CrossDesk +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kunkundi/crossdesk/releases/download/v1.4.0-20260727/crossdesk-win-x64-v1.4.0-20260727.exe + InstallerSha256: E097551B68DEC4D8C5BB25560F81BF7F3568324A0FED5FAB669F706258C2943F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.locale.en-US.yaml b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.locale.en-US.yaml new file mode 100644 index 0000000000000..b5f4ab3083dbc --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JunkunDi.CrossDesk +PackageVersion: v1.4.0-20260727 +PackageLocale: en-US +ShortDescription: A lightweight, cross-platform remote desktop software with support for Web Client access +Description: |- + CrossDesk is a lightweight cross-platform remote desktop software. + CrossDesk is an experimental application of MiniRTC, a lightweight cross-platform real-time audio and video transmission library. MiniRTC provides fundamental capabilities including network traversal (RFC5245), video software/hardware encoding and decoding (H264/AV1), audio encoding/decoding (Opus), signaling interaction, network congestion control, and transmission encryption (SRTP). +Tags: +- home-office +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.locale.zh-CN.yaml b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9fd5fe9bbac2d --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JunkunDi.CrossDesk +PackageVersion: v1.4.0-20260727 +PackageLocale: zh-CN +Publisher: CrossDesk +PublisherUrl: https://github.com/kunkundi +PublisherSupportUrl: https://github.com/kunkundi/crossdesk/issues +Author: Junkun Di +PackageName: CrossDesk +PackageUrl: https://www.crossdesk.cn/ +License: LGPL-3.0 +LicenseUrl: https://github.com/kunkundi/crossdesk/blob/HEAD/LICENSE +Copyright: © 2026 by JUNKUN DI. All rights reserved. +ShortDescription: 一款支持 Web 客户端访问的轻量级跨平台远程桌面软件。 +Description: |- + CrossDesk 是一个轻量级的跨平台远程桌面软件,支持 Web 端控制远程设备。 + CrossDesk 是 MiniRTC 实时音视频传输库的实验性应用。MiniRTC 是一个轻量级的跨平台实时音视频传输库。它具有网络透传(RFC5245),视频软硬编解码(H264/AV1),音频编解码(Opus),信令交互,网络拥塞控制,传输加密(SRTP)等基础能力。 +Tags: +- 远程 +- 远程办公 +- 远程协助 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +ReleaseNotes: |- + 更新内容 + 1. 客户端界面全面升级,重构主界面、远程控制窗口、设置页面和文件传输等交互。 + 2. 优化近期连接列表排序,在线设备优先显示。 + 3. 优化设置页面滚动布局、远程窗口标题栏及 Linux Wayland 窗口行为。 + 4. 优化新版本更新内容显示,提升长文本阅读体验。 + 5. 支持键盘按键自动重复,优化长按输入体验。 + 6. 不可用硬件编解码选项显示为禁用状态,避免误操作。 + 7. 修复控制端断开后被控端窗口未自动关闭的问题。 + 8. 修复文件传输异常的问题。 + 9. 修复远程控制栏区域内的鼠标操作仍会传递到被控端的问题。 + 10. 修复 Windows 安装包缺少 Slint 运行库可能导致程序无法正常启动的问题。 + 11. 完善 Linux 与 macOS 构建、打包及兼容性校验,提升发布包稳定性。 +ReleaseNotesUrl: https://github.com/kunkundi/crossdesk/releases/tag/v1.4.0-20260727 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.yaml b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.yaml new file mode 100644 index 0000000000000..696206da20a4a --- /dev/null +++ b/manifests/j/JunkunDi/CrossDesk/v1.4.0-20260727/JunkunDi.CrossDesk.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: JunkunDi.CrossDesk +PackageVersion: v1.4.0-20260727 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.installer.yaml b/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.installer.yaml new file mode 100644 index 0000000000000..264426892d608 --- /dev/null +++ b/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jcardama.LeopardWM +PackageVersion: 0.2.6 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Commands: +- leopardwm +- leopardwm-cli +- lwm +ProductCode: '{56742785-135C-46F9-AA7E-040D3F83DB3F}' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- ProductCode: '{56742785-135C-46F9-AA7E-040D3F83DB3F}' + UpgradeCode: '{EE10F2D5-DA80-43EA-B4D4-A0D37C69DE83}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\LeopardWM\bin' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jcardama/LeopardWM/releases/download/v0.2.6/LeopardWM-0.2.6-x86_64.msi + InstallerSha256: 5B75F994033B4FF1F43800FC65E6AE84D6A48695CED09087A5F2E52FA3B35008 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.locale.en-US.yaml b/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.locale.en-US.yaml new file mode 100644 index 0000000000000..0d5abf1344872 --- /dev/null +++ b/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.locale.en-US.yaml @@ -0,0 +1,90 @@ +# 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: jcardama.LeopardWM +PackageVersion: 0.2.6 +PackageLocale: en-US +Publisher: jcardama +PublisherUrl: https://github.com/jcardama +PublisherSupportUrl: https://github.com/jcardama/LeopardWM/issues +Author: jcardama +PackageName: LeopardWM +PackageUrl: https://github.com/jcardama/LeopardWM +License: GPL-3.0 +LicenseUrl: https://github.com/jcardama/LeopardWM/blob/HEAD/LICENSE +ShortDescription: Scroll-first tiling window manager for Windows 10 and 11. +Description: LeopardWM is an open-source tiling window manager for Windows 10 and 11 that takes a scroll-first approach inspired by niri and PaperWM. Windows sit on a horizontal strip and the monitor acts as a viewport that scrolls over them, so navigation stays spatially consistent as windows are added — instead of constantly rebuilding split trees. Written in Rust on top of the Win32 API. +Moniker: leopardwm +Tags: +- niri +- paperwm +- rust +- scrollable +- tiling +- window-manager +- windows +- workspace +ReleaseNotes: |- + Fixes + - Direct watchdog launches no longer open a console window. Release builds + now run as a Windows GUI-subsystem process, so launching the watchdog + directly (for example from a user-configured scheduled task) cannot expose a + watchdog terminal for LeopardWM to tile or users to close. + Crash supervision and Job Object daemon-lifetime coupling are unchanged. + - Windows input-method helpers no longer leave blank columns after sign-in. + The IME and MSCTFIME UI helper classes are rejected during live and + startup admission instead of remaining managed after becoming invisible. + - Windows session end no longer strands scrolled-away windows off-screen. + Committed sign-out, restart, and shutdown now restore snap styles and visible + window positions before the interactive session ends, preventing off-screen + sentinel geometry from carrying into the next sign-in. Graceful daemon + shutdown remains best effort after visibility recovery. + - Closing the console no longer strands scrolled-away windows off-screen. + Console close and Ctrl+C / Ctrl+Break now restore windows parked at the + off-screen sentinel before graceful shutdown, and the watchdog stays alive + long enough for the daemon to finish that cleanup instead of killing it via + the Job Object first. + - Trackpad modifier-scroll navigation no longer races through focus. Rapid + wheel-message bursts are normalized and rate-limited while separated mouse + wheel notches remain responsive. + - Battery animation preference is available and preserved in Settings. The + option now controls battery and Windows power saver motion reduction without + being reset by unrelated saves; disabling it takes effect at startup, while + Windows Accessibility animation settings still override it. + - Layout Settings no longer overflows horizontally. The default width for + new windows is now selected from a compact dropdown of configured width + presets instead of an unbounded numeric index. Options show their percentage, + and the selection stays valid as presets are edited or removed. + - Shell copy/move/delete progress dialogs are no longer tiled. Windows' + file-operation progress window keeps a minimize button, so the style-based + dialog check did not recognize it and reserved a column for it. It is now + skipped by class and stays at its natural size. + - Automatic placement timeouts now show the correct paused state. When a + five-second Win32 placement batch auto-pauses tiling, the tray immediately + changes to Resume Tiling, its tooltip reports Paused, and a notification + explains what happened. Logs now include every candidate window from the + timed-out batch with best-effort class, title, and executable details, without + claiming one was the blocker. + - Shell-open actions no longer invoke cmd.exe or block the daemon. Opening + the config file, log folder, releases page, or settings links now uses + ShellExecuteW on a dedicated COM-initialized worker, so shell association + resolution cannot stall the event loop and characters like & or % are not + reinterpreted as shell syntax or environment variables. + Improvements + - Read-only window admission diagnostic for bug reports. lwm doctor windows + (and leopardwm-cli doctor windows) inspects live top-level windows and reports + identity plus tile/skip verdicts for both the live-create and startup/refresh + admission paths, without changing tiling behaviour. By default only windows that + ADMIT on at least one path are printed (pass --all for every window). Optional + --watch, --delay, and --include-titles help catch transient popups safely + for public issue pastes. Live-create verdicts include the create/show WinEvent + pre-gate so minimized and non-WS_VISIBLE windows report SKIP rather than a false + ADMIT. + - Security policy accurately documents network and auto-start behavior. + SECURITY.md now describes the optional GitHub update check (endpoint, + frequency, what is and is not sent, and how to disable it) and the per-user + auto-start registry key. Documentation-accuracy correction only; no behavior + change. +ReleaseNotesUrl: https://github.com/jcardama/LeopardWM/releases/tag/v0.2.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.yaml b/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.yaml new file mode 100644 index 0000000000000..19024faa64de4 --- /dev/null +++ b/manifests/j/jcardama/LeopardWM/0.2.6/jcardama.LeopardWM.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: jcardama.LeopardWM +PackageVersion: 0.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..98f476bbf35e7 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.15 +UpgradeBehavior: install +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.15/Sessions.Viewer_0.3.15_x64-setup.exe + InstallerSha256: DCFF441F410E6DBD9D3F2900DDDC9EB7FE729E883ED1777D7641A19E62DFE181 + ProductCode: Sessions Viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.15/Sessions.Viewer_0.3.15_x64_en-US.msi + InstallerSha256: 6519DD338660F345664B7F7FBFC526C7190154A2A11ABF183F060EEF9FA035AE + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{9FA558E5-1238-4A5B-B934-2B8D83C045CC}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8E2574C0-969D-515B-A3BA-FA3339E97BD2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..34d5735270034 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.15 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + 🚀 Features + - Refine chat editing and navigation workflows - by @KodeChicken (1d2f9) + View changes on GitHub +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/tag/v0.3.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6ad4808a1b795 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.15 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..575272b5d3ef8 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.15/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.installer.yaml b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.installer.yaml new file mode 100644 index 0000000000000..0edc6ec5658af --- /dev/null +++ b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KhronosGroup.VulkanSDK +PackageVersion: 1.4.357.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: install --accept-licenses --default-answer --confirm-command + SilentWithProgress: install --accept-licenses --default-answer --confirm-command + InstallLocation: --root "" +UpgradeBehavior: install +ProductCode: '{8dd79c3b-dce8-4aa3-94a6-475643fdbd49}' +ReleaseDate: 2026-07-29 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://sdk.lunarg.com/sdk/download/1.4.357.0/windows/vulkansdk-windows-X64-1.4.357.0.exe + InstallerSha256: 81F474711E9042F4CD22B31B2F7A8870DB2E428B21586FB43DD80150BE97310D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://sdk.lunarg.com/sdk/download/1.4.357.0/warm/vulkansdk-windows-ARM64-1.4.357.0.exe + InstallerSha256: C10F18A9085018F66E1F50BD60623F17B7081FACA165248DE54F78728120F334 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.locale.en-US.yaml b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.locale.en-US.yaml new file mode 100644 index 0000000000000..a8b7f51c90891 --- /dev/null +++ b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.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: KhronosGroup.VulkanSDK +PackageVersion: 1.4.357.0 +PackageLocale: en-US +Publisher: LunarG Inc. +PublisherUrl: https://www.lunarg.com/ +PublisherSupportUrl: https://vulkan.lunarg.com/issue/home +PrivacyUrl: https://vulkan.lunarg.com/content/privacy_policy.html +Author: LunarG, Inc. +PackageName: Vulkan SDK +PackageUrl: https://vulkan.lunarg.com/sdk/home +License: MIT or Apache-2.0 +LicenseUrl: https://vulkan.lunarg.com/license/ +Copyright: Copyright (c) 2016-2026 LunarG Inc. +ShortDescription: The Vulkan SDK provides Vulkan application developers with essential tools to accelerate the development process. +Description: |- + The Khronos Vulkan API is an explicit, low-overhead, cross-platform graphics and compute API. Vulkan provides applications with control over the system execution and the system memory to maximize application efficiency on a wide variety of devices from PCs and consoles to mobile phones and embedded platforms. + The Vulkan SDK enables Vulkan developers to develop Vulkan applications. It includes: + - Vulkan API usage validation thanks to the Khronos Validation layer. + - Vulkan Layers configuration thanks to Vulkan Configurator. + - SPIR-V Shader compilation, optimization and validation tools such as slang, DXC, SPIRV Reflect, and SPIRV-cross. See the SPIR-V Toolchain document for a complete list of the tools included. + - Vulkan API capture and replay for Vulkan debugging thanks to GFXReconstruct. + - Vulkan Capabilities Viewer. The new and perfered way to identify your devices capabilities, and contribute to an open source database of GPU capabilities. + - Third-party libraries and tools such as GLM, SDL, Volk, and VMA. +Moniker: vulkansdk +Tags: +- vulkan-api +Agreements: +- AgreementLabel: Vulkan SDK License Summary + AgreementUrl: https://vulkan.lunarg.com/license/ +ReleaseNotesUrl: https://vulkan.lunarg.com/doc/sdk/1.4.357.0/windows/release_notes.html +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://vulkan.lunarg.com/doc/sdk +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.locale.zh-CN.yaml b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..068c030930d6c --- /dev/null +++ b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.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: KhronosGroup.VulkanSDK +PackageVersion: 1.4.357.0 +PackageLocale: zh-CN +License: MIT 或 Apache-2.0 +ShortDescription: Vulkan SDK 为应用程序开发者提供了加速开发流程的核心工具集。 +Description: |- + Khronos Vulkan API 是一款显式、低开销、跨平台的图形与计算接口。Vulkan 赋予应用程序对系统执行和内存的精准控制能力,可在从 PC、游戏主机到移动设备和嵌入式平台的各类硬件上实现极致性能优化。 + Vulkan SDK 为开发者提供了完整的应用开发支持,包含: + - 通过 Khronos 验证层实现 API 使用合规性检查 + - 使用 Vulkan 配置器管理各功能层 + - SPIR-V 着色器编译/优化/验证工具链(含 slang、DXC、SPIRV Reflect 及 SPIRV-cross 等),完整工具列表详见 SPIR-V 工具链文档 + - 基于 GFXReconstruct 的 API 调用捕获与回放调试功能 + - Vulkan 硬件能力查看器:新一代设备能力检测方案,并可贡献至开源 GPU 能力数据库 + - 第三方库与工具支持(包括 GLM、SDL、Volk 和 VMA 等) +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://vulkan.lunarg.com/doc/sdk +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.yaml b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.yaml new file mode 100644 index 0000000000000..01bbd503e5989 --- /dev/null +++ b/manifests/k/KhronosGroup/VulkanSDK/1.4.357.0/KhronosGroup.VulkanSDK.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: KhronosGroup.VulkanSDK +PackageVersion: 1.4.357.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.installer.yaml b/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.installer.yaml new file mode 100644 index 0000000000000..ac57aa837ace0 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.8.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- solarxy +FileExtensions: +- obj +- stl +- ply +- gltf +- glb +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/marko-koljancic/solarxy/releases/download/v0.8.2/solarxy-x86_64-pc-windows-msvc.msi + InstallerSha256: EC9049EDFAB55D3516A9EDB9B8A6526FE4B82774C28464C6234C89E3D3D7E498 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.locale.en-US.yaml b/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.locale.en-US.yaml new file mode 100644 index 0000000000000..3e4d26fb1bd00 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.8.2 +PackageLocale: en-US +Publisher: Marko Koljancic +PublisherUrl: https://github.com/marko-koljancic +PublisherSupportUrl: https://github.com/marko-koljancic/solarxy/issues +Author: Marko Koljancic +PackageName: Solarxy +PackageUrl: https://github.com/marko-koljancic/solarxy +License: MIT +LicenseUrl: https://github.com/marko-koljancic/solarxy/blob/main/LICENSE +Copyright: Copyright (c) 2026 Marko Koljancic +CopyrightUrl: https://github.com/marko-koljancic/solarxy/blob/main/LICENSE +ShortDescription: 3D model viewer, visual debugger, and validator +Description: | + Solarxy is a cross-platform 3D model viewer, visual debugger, and + validator built in Rust with wgpu (WebGPU). Inspect 3D models in a + real-time graphical viewer with PBR rendering, multiple inspection + modes (Material ID, Texel Density, Depth, Overdraw, AO Preview), + validation overlays, and split-viewport comparison. Includes a CLI + companion (`solarxy-cli`) for terminal-based analysis. +Moniker: solarxy +Tags: +- 3d +- viewer +- validator +- gltf +- obj +- stl +- ply +- wgpu +- pbr +ReleaseNotesUrl: https://github.com/marko-koljancic/solarxy/wiki/Release-Notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.yaml b/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.yaml new file mode 100644 index 0000000000000..8cff31da343ae --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.8.2/Koljam.Solarxy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.installer.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.installer.yaml deleted file mode 100644 index 2bd2c990a4eeb..0000000000000 --- a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: LabyMediaGmbH.LabyModLauncher -PackageVersion: 3.0.11 -InstallerType: exe -Installers: -- Architecture: x64 - InstallerUrl: https://releases.r2.labymod.net/launcher/win32/x64/LabyModLauncherSetup-latest.exe - InstallerSha256: 59C701F4533932A84108DE3A902DF31CC62251802FB98D548C5A6A42B9AF41C4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml deleted file mode 100644 index 323053cf98a95..0000000000000 --- a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: LabyMediaGmbH.LabyModLauncher -PackageVersion: 3.0.11 -PackageLocale: en-US -Publisher: LabyMedia GmbH -PublisherUrl: https://labymod.net -PackageName: LabyMod Launcher -PackageUrl: https://labymod.net/en/download -License: Proprietary -Copyright: Copyright © 2023 LabyMedia GmbH -ShortDescription: LabyMod Launcher -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.yaml deleted file mode 100644 index 34c1c67c12203..0000000000000 --- a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.11/LabyMediaGmbH.LabyModLauncher.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: LabyMediaGmbH.LabyModLauncher -PackageVersion: 3.0.11 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..a9a7566fa3d3f --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.2.123 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.123/CLIProxyAPI_7.2.123_windows_amd64.zip + InstallerSha256: 5F5E945F63D97BFF2809F0068F26B931FB761D97555F5206B40E8D059DC5EC41 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..642d04b29f895 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.123 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - feat(docs): add Infistar.ai sponsorship information and logo to documentation (148eff20) + - fix(xai): remap bad-credentials 403s to unauthorized (dd67f56f) + - chore(.gitignore): add missing entries for AGENTS.override.md, .gocache, and .gitnexus (a4a87735) + - Merge branch 'docs/add-infistar-sponsor' into dev (9e9230a1) + - fix(.gitignore): update .llm-wiki entry to exclude trailing slash (d40bd770) + - Prevent large Gemini payloads from being duplicated during normalization (34364fff) + - Reduce Codex request amplification for large payloads (c30e60a1) + - Revert "docs: remove AICodeMirror sponsor section from all READMEs and delete its logo asset" (035f5489) + - fix(cliproxy): preserve route model on built-in selector cooldown errors (31a4e9b4) + What's Changed + - perf: avoid large Gemini and Codex request copies by @websprit in https://github.com/router-for-me/CLIProxyAPI/pull/4832 + New Contributors + - @websprit made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/4832 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.122...v7.2.123 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.123 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8b5b2457c98e --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.2.123 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..958ad3778649f --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.123/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.2.123 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.installer.yaml b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.installer.yaml new file mode 100644 index 0000000000000..88e45793a71ef --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.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: lbjlaq.AntigravityTools +PackageVersion: 4.5.2 +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.5.2/Antigravity.Tools_4.5.2_x64-setup.exe + InstallerSha256: 5DF6301EAEF19E2059566197BC4F56054D69E70C7945BEEB21CA68FC8766370E + ProductCode: Antigravity Tools + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Antigravity Tools' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/download/v4.5.2/Antigravity.Tools_4.5.2_x64_en-US.msi + InstallerSha256: 5F440243F2AA76E02C04DE6212B70876B8FEB658E8329B84499BF3690C06D9EB + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{93E6CF7E-FA03-4F90-83CB-D44CD51ADB5A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E6D0D59B-1948-5950-A427-E2A516157557}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Antigravity Tools' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.locale.en-US.yaml b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.locale.en-US.yaml new file mode 100644 index 0000000000000..e068322ff7f0a --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.5.2 +PackageLocale: en-US +ShortDescription: Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust). +Description: |- + Antigravity Tools is a fully-featured desktop application designed specifically for developers and AI enthusiasts. It seamlessly integrates multi-account management, protocol conversion, and intelligent request scheduling, providing you with a stable, high-speed, and cost-effective local AI relay station. + With this application, you can convert common Web-based Sessions (Google/Anthropic) into standardized API interfaces, completely eliminating protocol barriers across different vendors. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.locale.zh-CN.yaml b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..218d2ccd4639d --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: lbjlaq.AntigravityTools +PackageVersion: 4.5.2 +PackageLocale: zh-CN +Publisher: lbjlaq +PublisherUrl: https://github.com/lbjlaq +PublisherSupportUrl: https://github.com/lbjlaq/Antigravity-Manager/issues +PackageName: Antigravity Tools +PackageUrl: https://github.com/lbjlaq/Antigravity-Manager +License: CC-BY-NC-SA-4.0 +LicenseUrl: https://github.com/lbjlaq/Antigravity-Manager/blob/HEAD/LICENSE +ShortDescription: 专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。 +Description: |- + Antigravity Tools 是一个专为开发者和 AI 爱好者设计的全功能桌面应用。它将多账号管理、协议转换和智能请求调度完美结合,为您提供一个稳定、极速且成本低廉的 本地 AI 中转站。 + 通过本应用,您可以将常见的 Web 端 Session (Google/Anthropic) 转化为标准化的 API 接口,彻底消除不同厂商间的协议鸿沟。 +Tags: +- account-manager +- antigravity +ReleaseNotes: |- + - [问题修复] 修复“仅暴露真实模型”配置重启后未自动生效缺陷: + - 修复 AxumServer 启动时硬编码 only_raw_quota_models 初始状态为 false 的问题。服务启动时正确继承并应用配置文件中的 proxy.only_raw_quota_models 设置,无需在界面重新手动点击开关即可自动保持生效。 + - 相关 Issue: 详见 Issue #3285。 + - [问题修复] 修复 Linux AppImage 模式下托盘图标显示为纯黑方块问题: + - 修正 Linux 环境下托盘图标模板属性设置,将原本全局开启的 icon_as_template 限定为仅在 macOS 下启用。修复在 Ubuntu / AppImage 环境下 GTK 及 AppIndicator 强制应用遮罩导致托盘图标渲染为纯黑色方块的问题。 + - 相关 Issue: 详见 Issue #3286。 +ReleaseNotesUrl: https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v4.5.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.yaml b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.yaml new file mode 100644 index 0000000000000..94ca90f37f91c --- /dev/null +++ b/manifests/l/lbjlaq/AntigravityTools/4.5.2/lbjlaq.AntigravityTools.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: lbjlaq.AntigravityTools +PackageVersion: 4.5.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.installer.yaml b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.installer.yaml new file mode 100644 index 0000000000000..9ea6e37934d9d --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.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: Mamba.Micromamba +PackageVersion: 2.9.0-0 +InstallerType: portable +Commands: +- micromamba +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mamba-org/micromamba-releases/releases/download/2.9.0-0/micromamba-win-64 + InstallerSha256: A6D804394B2418991C4E29562853EAACE2F2CE9D9DA661A98E74E02E8DBB44B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.locale.en-US.yaml b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.locale.en-US.yaml new file mode 100644 index 0000000000000..7c1d3a0fdbaa6 --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mamba.Micromamba +PackageVersion: 2.9.0-0 +PackageLocale: en-US +Publisher: Mamba +PublisherUrl: https://github.com/mamba-org +PublisherSupportUrl: https://github.com/mamba-org/micromamba-releases/issues +PackageName: Micromamba +PackageUrl: https://github.com/mamba-org/micromamba-releases +License: BSD-3-Clause +LicenseUrl: https://github.com/mamba-org/mamba/blob/HEAD/LICENSE +Copyright: Copyright 2026 QuantStack and the Mamba contributors. +ShortDescription: The Fast Cross-Platform Package Manager +Moniker: micromamba +Tags: +- conda +- mamba +- python +ReleaseNotesUrl: https://github.com/mamba-org/mamba/releases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.locale.zh-CN.yaml b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.locale.zh-CN.yaml new file mode 100644 index 0000000000000..26bd52e9def75 --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mamba.Micromamba +PackageVersion: 2.9.0-0 +PackageLocale: zh-CN +Publisher: Mamba +PublisherUrl: https://github.com/mamba-org +PublisherSupportUrl: https://github.com/mamba-org/micromamba-releases/issues +PackageName: Micromamba +PackageUrl: https://github.com/mamba-org/micromamba-releases +License: BSD-3-Clause +LicenseUrl: https://github.com/mamba-org/mamba/blob/HEAD/LICENSE +Copyright: Copyright 2026 QuantStack and the Mamba contributors. +ShortDescription: 速度快、跨平台的软件包管理器 +Tags: +- conda +- mamba +- python +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.yaml b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.yaml new file mode 100644 index 0000000000000..83c8c3831cc1c --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.9.0-0/Mamba.Micromamba.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: Mamba.Micromamba +PackageVersion: 2.9.0-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.installer.yaml b/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.installer.yaml new file mode 100644 index 0000000000000..1026e203b8842 --- /dev/null +++ b/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.installer.yaml @@ -0,0 +1,33 @@ +# 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: MarcoSumari.IngePresupuestos +PackageVersion: 2.8.6 +InstallerLocale: es +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /ALLUSERS +UpgradeBehavior: install +ProductCode: '{7F0E6389-C972-4472-B7A9-1A14FFD8CF0F}_is1' +ReleaseDate: 2026-07-31 +AppsAndFeaturesEntries: +- DisplayName: IngePresupuestos 2.8.6 + Publisher: Ing. Marco Sumari Tellez + ProductCode: '{7F0E6389-C972-4472-B7A9-1A14FFD8CF0F}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\IngePresupuestos' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ingelibre/ingepresupuestos/releases/download/v2.8.6/ingepresupuestos-setup-v2.8.6.exe + InstallerSha256: D372D12D4689DA339F98DE782EDD5673BB2E79308231A6FDC8468FA68FF08D23 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.locale.es-PE.yaml b/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.locale.es-PE.yaml new file mode 100644 index 0000000000000..c3ea571f994be --- /dev/null +++ b/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.locale.es-PE.yaml @@ -0,0 +1,44 @@ +# 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: MarcoSumari.IngePresupuestos +PackageVersion: 2.8.6 +PackageLocale: es-PE +Publisher: Marco Sumari +PublisherUrl: https://ingepresupuestos.com/ +PublisherSupportUrl: https://github.com/ingelibre/ingepresupuestos/issues +PrivacyUrl: https://ingepresupuestos.com/privacidad +Author: Ing. Marco Sumari +PackageName: IngePresupuestos +PackageUrl: https://ingepresupuestos.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/ingelibre/ingepresupuestos/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Marco Sumari / Sumari SAC +CopyrightUrl: https://github.com/ingelibre/ingepresupuestos/blob/main/LICENSE +ShortDescription: Software libre de presupuestos de obra con ACU, cronograma Gantt valorizado y 13 reportes profesionales. +Description: |- + IngePresupuestos es el software de presupuestos de obra para ingenieros y + arquitectos. Elabora presupuestos con Análisis de Costos Unitarios (ACU), + cronogramas valorizados (Gantt con ruta crítica y CPM), fórmula polinómica e + índices INEI, metrados (incluido acero), y 13 reportes profesionales + exportables a PDF, Excel, Word, ODS y ODT. Importa tus presupuestos existentes + de S10, PowerCost y Delphin, además de Excel e IFC. Incluye Control de Obra + (requerimientos, almacén, cuaderno, valorizaciones y curva S) y un asistente con + inteligencia artificial opcional (con tu propia clave). Software libre y gratuito + (GPL-3.0): todas las funciones incluidas. Tus datos quedan en tu equipo. +Moniker: ingepresupuestos +Tags: +- acu +- construccion +- cronograma +- ingenieria-civil +- metrados +- obra +- presupuestos +- s10 +ReleaseNotes: |- + Full Changelog: v2.8.4...v2.8.6 + Full Changelog: v2.8.4...v2.8.6 +ReleaseNotesUrl: https://github.com/ingelibre/ingepresupuestos/releases/tag/v2.8.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.yaml b/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.yaml new file mode 100644 index 0000000000000..601cf75c0363c --- /dev/null +++ b/manifests/m/MarcoSumari/IngePresupuestos/2.8.6/MarcoSumari.IngePresupuestos.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: MarcoSumari.IngePresupuestos +PackageVersion: 2.8.6 +DefaultLocale: es-PE +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.installer.yaml b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.installer.yaml index 43cb63ca63dd2..bf50210c01a24 100644 --- a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.installer.yaml +++ b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.installer.yaml @@ -1,15 +1,15 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: MediaHuman.mTube -PackageVersion: 2.9.13 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: mTube_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://www.mediahuman.com/files/mTube.exe - InstallerSha256: E94BB1A9C8BDDEE63BC0103EE7805BE8E2E1CEE2DF5E7EFF42B6D5BEF2E3BF9B -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MediaHuman.mTube +PackageVersion: 2.9.13 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: mTube_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://www.mediahuman.com/files/mTube.exe + InstallerSha256: 34F5E128EA685A54869086D17045C2D658ABD296C97E13DA19E2FC7A62443B40 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.en-US.yaml b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.en-US.yaml index 80b04b9799e8a..96a0c1e631dde 100644 --- a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.en-US.yaml +++ b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.en-US.yaml @@ -1,27 +1,27 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: MediaHuman.mTube -PackageVersion: 2.9.13 -PackageLocale: en-US -Publisher: MediaHuman -PublisherUrl: https://www.mediahuman.com/ -PublisherSupportUrl: https://www.mediahuman.com/contacts.html -PrivacyUrl: https://www.mediahuman.com/privacy.html -Author: MediaHuman US, Inc. -PackageName: mTube -PackageUrl: https://www.mediahuman.com/mtube/ -License: Freeware -LicenseUrl: https://www.mediahuman.com/tos.html -Copyright: © 2014-2026 MediaHuman -CopyrightUrl: https://www.mediahuman.com/tos.html -ShortDescription: Watch YouTube videos without ads and comments -Description: If you like to watch videos from YouTube but you are bored with ads and comments, then mTube is a great solution that will make watching YouTube more comfortable. mTube allows you to conveniently and easily watch videos from YouTube, find your desired video using a built-in search. Or just open the URL. -Tags: -- youtube -ReleaseNotesUrl: https://www.mediahuman.com/mtube/changelog.html -Documentations: -- DocumentLabel: Guides - DocumentUrl: https://www.mediahuman.com/howto/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MediaHuman.mTube +PackageVersion: 2.9.13 +PackageLocale: en-US +Publisher: MediaHuman +PublisherUrl: https://www.mediahuman.com/ +PublisherSupportUrl: https://www.mediahuman.com/contacts.html +PrivacyUrl: https://www.mediahuman.com/privacy.html +Author: MediaHuman US, Inc. +PackageName: mTube +PackageUrl: https://www.mediahuman.com/mtube/ +License: Freeware +LicenseUrl: https://www.mediahuman.com/tos.html +Copyright: © 2014-2026 MediaHuman +CopyrightUrl: https://www.mediahuman.com/tos.html +ShortDescription: Watch YouTube videos without ads and comments +Description: If you like to watch videos from YouTube but you are bored with ads and comments, then mTube is a great solution that will make watching YouTube more comfortable. mTube allows you to conveniently and easily watch videos from YouTube, find your desired video using a built-in search. Or just open the URL. +Tags: +- youtube +ReleaseNotesUrl: https://www.mediahuman.com/mtube/changelog.html +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://www.mediahuman.com/howto/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.zh-CN.yaml b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.zh-CN.yaml index 60a780f1fe838..02aef44b8d825 100644 --- a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.zh-CN.yaml +++ b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.locale.zh-CN.yaml @@ -1,16 +1,16 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: MediaHuman.mTube -PackageVersion: 2.9.13 -PackageLocale: zh-CN -License: 免费软件 -ShortDescription: 观看没有广告和评论的 YouTube 视频 -Description: 如果你喜欢观看 YouTube 上的视频,但又厌烦广告和评论,那么 mTube 就是一个很好的解决方案,可让你更舒适地观看 YouTube 视频。mTube 可让你方便、轻松地观看 YouTube 上的视频,使用内置搜索功能查找所需视频。或直接打开 URL。 -Tags: -- youtube -Documentations: -- DocumentLabel: 指南 - DocumentUrl: https://www.mediahuman.com/howto/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MediaHuman.mTube +PackageVersion: 2.9.13 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 观看没有广告和评论的 YouTube 视频 +Description: 如果你喜欢观看 YouTube 上的视频,但又厌烦广告和评论,那么 mTube 就是一个很好的解决方案,可让你更舒适地观看 YouTube 视频。mTube 可让你方便、轻松地观看 YouTube 上的视频,使用内置搜索功能查找所需视频。或直接打开 URL。 +Tags: +- youtube +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://www.mediahuman.com/howto/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.yaml b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.yaml index 78748a469f32a..d14608bafc55a 100644 --- a/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.yaml +++ b/manifests/m/MediaHuman/mTube/2.9.13/MediaHuman.mTube.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: MediaHuman.mTube -PackageVersion: 2.9.13 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MediaHuman.mTube +PackageVersion: 2.9.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.installer.yaml b/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.installer.yaml new file mode 100644 index 0000000000000..b01d3f13d089f --- /dev/null +++ b/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.FoundryLocal +PackageVersion: 0.10.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +Scope: user +UpgradeBehavior: install +Commands: +- foundry +Protocols: +- http +- https +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 + MinimumVersion: 14.0.33728.0 +PackageFamilyName: Microsoft.FoundryLocal_8wekyb3d8bbwe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/Foundry-Local/releases/download/cli-preview-0.10.3/foundry-0.10.3-win-x64-winml.msix + InstallerSha256: 86A01C52265BD9C9167C1F8A04F34621A2A63EC5C8276166C2EECC8C6A56553F + SignatureSha256: BFBF8139B9DC87A595A7B4FDB7C2103582997C60625783E23D1C98AC779679F8 +- Architecture: arm64 + InstallerUrl: https://github.com/microsoft/Foundry-Local/releases/download/cli-preview-0.10.3/foundry-0.10.3-win-arm64-winml.msix + InstallerSha256: 04051808BC41E0E2252AABE95D02CBE143A3FFDBDC39347EABAABC8BE113D8B8 + SignatureSha256: 5AB699D846EE5D11F670BF0CAAB3C2DFEAEB88517FF1EAB982A14A2E2A4D5E3D +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.locale.en-US.yaml b/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.locale.en-US.yaml new file mode 100644 index 0000000000000..6e1a39ad381ba --- /dev/null +++ b/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.FoundryLocal +PackageVersion: 0.10.3.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft +PublisherSupportUrl: https://github.com/microsoft/Foundry-Local/issues +PackageName: Foundry Local +PackageUrl: https://github.com/microsoft/Foundry-Local +License: Proprietary +LicenseUrl: https://github.com/microsoft/Foundry-Local/blob/main/LICENSE +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Foundry Local enables local execution of Small Language Models using the hardware on your device. +Description: Foundry Local brings the power of Azure AI Foundry to your local device. It allows you to run large language models (LLMs) directly on your hardware and keep all data processing on device for enhanced privacy and security. It also has an OpenAI compatible API and hardware acceleration out of the box, ensuring you are getting a simple and performant experience regardless of what hardware you are using. +Moniker: foundry +Tags: +- agent +- ai +- artificial-intelligence +- cpu +- cuda +- gpu +- inference +- llm +- machine-learning +- ml +- npu +- slm +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/microsoft/Foundry-Local/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.yaml b/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.yaml new file mode 100644 index 0000000000000..7715e45e91be6 --- /dev/null +++ b/manifests/m/Microsoft/FoundryLocal/0.10.3.0/Microsoft.FoundryLocal.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.FoundryLocal +PackageVersion: 0.10.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.52.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.52.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..4a543efb23e99 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.52.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.457.52.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.52.0&arch=x86 + InstallerSha256: 09DDDFB8F892326994C2A59BE0E4FA20418C315726D75E677DA3E7A274EFC91F +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.52.0&arch=amd64 + InstallerSha256: 2926FA2C796A3513F38FEEA3400F2B5EB4AE7770A08B3313340E7B155BB291E8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.52.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.52.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..f8274d5083ab8 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.52.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.457.52.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.457.52.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.52.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..9a852ffa852af --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.52.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.457.52.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.53.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.53.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..56b656137b862 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.53.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.457.53.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.53.0&arch=x86 + InstallerSha256: 1E16985627151EBBF5180ECF867B220B535A0CC624B46A1EA83DAA0400526821 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.53.0&arch=amd64 + InstallerSha256: 4A49C897F9F09BED978ABA1F4423D06E99446D732631046725C48CC955374785 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.53.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.53.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..8752fd6245000 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.53.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.457.53.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.457.53.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.53.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..f17b074a26cb8 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.53.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.457.53.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.installer.yaml b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.installer.yaml new file mode 100644 index 0000000000000..f0964dd11085c --- /dev/null +++ b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.installer.yaml @@ -0,0 +1,190 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SyncFramework.DatabaseProviders +PackageVersion: 3.1.1648.0 +InstallerType: wix +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.SyncFramework.CoreComponents +ReleaseDate: 2024-07-15 +Installers: +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/e/1/e/e1e636e6-aa5c-4052-9927-d722312db564/DatabaseProviders-v3.1-x86-ENU.msi + InstallerSha256: 0B282B6B530D94939984BAFEFB90DC20ED300AD293B334B9513110D58E41C734 + ProductCode: '{296E293F-C481-4DDE-9ED2-3F79FCF38731}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) ENU ' + UpgradeCode: '{8C0DAF87-704F-44CD-B9ED-422096F41E22}' +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/e/1/e/e1e636e6-aa5c-4052-9927-d722312db564/DatabaseProviders-v3.1-x64-ENU.msi + InstallerSha256: 8F00AEFA7F00A0A68D80262DAA35F1F75CC59C39B9FAF823DA80C6DD7B00336C + ProductCode: '{BA035DEA-E9C0-429A-95D6-1986C12142DC}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) ENU ' + UpgradeCode: '{7E171EA1-3692-4F14-915C-E73318B8C6E0}' +- InstallerLocale: de-DE + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/1/a/6/1a6344a6-0a27-4ea3-8a65-545f5f5c938e/DatabaseProviders-v3.1-x86-DEU.msi + InstallerSha256: 16A6231A23ED0B767D14E06F7E3079A4F9973BD5BA22A4600DFFF3AA04EF9923 + ProductCode: '{45ADA45E-9712-4345-B573-D7270302F9A2}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) DEU ' + UpgradeCode: '{61F6B2D9-541A-4D51-B6A8-91B9656E7D7C}' +- InstallerLocale: de-DE + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/1/a/6/1a6344a6-0a27-4ea3-8a65-545f5f5c938e/DatabaseProviders-v3.1-x64-DEU.msi + InstallerSha256: 717AC5A962A1FB566B0F3401E364975854E2C651B2C329E67CEB4DE2CE332965 + ProductCode: '{12325282-9BE8-4CB7-BCCB-11D802B27DB4}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) DEU ' + UpgradeCode: '{68E5433C-98F7-4A13-8C02-EDB6078EEFBD}' +- InstallerLocale: es-ES + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/d/1/6/d1656558-08af-4e9a-a9a5-5886e8dd863c/DatabaseProviders-v3.1-x86-ESN.msi + InstallerSha256: C977820F93642F6DF14F94C6BB3252BB67FE4CFA6E7BD80504DAE5753C6B5B9A + ProductCode: '{B796A915-AD2B-432B-938B-6E39A1D03B90}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) ESN ' + UpgradeCode: '{7311F9BC-40DB-44A3-AA6B-3590727AC827}' +- InstallerLocale: es-ES + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/d/1/6/d1656558-08af-4e9a-a9a5-5886e8dd863c/DatabaseProviders-v3.1-x64-ESN.msi + InstallerSha256: EB5154CB7BF1731A10C308054D42860E27124303F2752E03C6440B80CDDF9BDD + ProductCode: '{42F371D3-BF20-4A1B-90F5-CD53AF4AEA54}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) ESN ' + UpgradeCode: '{1B30E44D-CF25-49A6-BF1C-B1CFED27F8E3}' +- InstallerLocale: fr-FR + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/0/c/9/0c9c0b39-64da-4252-9c02-7b02c6bebe3e/DatabaseProviders-v3.1-x86-FRA.msi + InstallerSha256: BA66CFB788740458CEA7F73ABF6CDC744F565BC32A1D99C478A20FA74BB9E2B1 + ProductCode: '{4AD04E1A-D8A6-40A3-AE1C-8F2A160EBCD3}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) FRA ' + UpgradeCode: '{8155DC38-682B-4B09-8310-35ED12680009}' +- InstallerLocale: fr-FR + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/0/c/9/0c9c0b39-64da-4252-9c02-7b02c6bebe3e/DatabaseProviders-v3.1-x64-FRA.msi + InstallerSha256: 3DA2F3D0B8AD0520ACCAFDEB21B8767529D9DDF20CC6E50DD6DF803C1E7A8004 + ProductCode: '{637BD3EA-CD23-4761-971C-CCAC12D29F27}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) FRA ' + UpgradeCode: '{E73A1DEC-6E1F-469B-8F92-7DBA38F8BA51}' +- InstallerLocale: it-IT + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/9/5/4/954923f4-14d6-440f-b56b-08742eb97288/DatabaseProviders-v3.1-x86-ITA.msi + InstallerSha256: BAF933D1D4BEB65A912EE50EB1BC07ADF18706412C33C86A441E70CFE4183616 + ProductCode: '{9E50725C-16E0-4E60-9194-367318CFCC08}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) ITA ' + UpgradeCode: '{3BE8305B-65D6-41BD-9B6B-10AD9FF5E711}' +- InstallerLocale: it-IT + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/9/5/4/954923f4-14d6-440f-b56b-08742eb97288/DatabaseProviders-v3.1-x64-ITA.msi + InstallerSha256: 71FE5B0F0711D8AF5A2A197347DF1886E8B50F1B8EE7DD8E170886FD02BEA345 + ProductCode: '{0CD1AE4D-DDB0-4F50-9D90-57573D20983A}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) ITA ' + UpgradeCode: '{D061319F-0126-471F-81D8-D0D39A65491D}' +- InstallerLocale: ja-JP + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/6/8/4/68450200-b88a-43bc-8201-4a95573fb9c6/DatabaseProviders-v3.1-x86-JPN.msi + InstallerSha256: ABDBBEBFD7455200C46A2D3629E1D6A969FF1997CEEADB76097A7D888EA98F09 + ProductCode: '{B6189878-3D2E-4FA9-9AA3-5BDB03E1F37B}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) JPN ' + UpgradeCode: '{6E11D6B7-4240-44AF-B8BA-BD1C4D6B9C4B}' +- InstallerLocale: ja-JP + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/6/8/4/68450200-b88a-43bc-8201-4a95573fb9c6/DatabaseProviders-v3.1-x64-JPN.msi + InstallerSha256: 1854E03D224B445AE0C7BCB8CF663F645F518FB64C1F2CF369416B4203680A01 + ProductCode: '{4E4C4F52-28D3-4311-8AFF-5FA32A2871A3}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) JPN ' + UpgradeCode: '{850FBB35-BEB0-4FE2-A01E-4CF33F1514DF}' +- InstallerLocale: ko-KR + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/3/a/8/3a802924-8b31-439d-b9bf-b7d6fdf464f4/DatabaseProviders-v3.1-x86-KOR.msi + InstallerSha256: F8018ADC266D9CA25396CD5677221F2122C309233CA836ED824EAAA97FD0034C + ProductCode: '{02C545DE-5865-40B0-AFDE-5179E993B511}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) KOR ' + UpgradeCode: '{973B4010-A753-4605-85A1-37DD356ECDE1}' +- InstallerLocale: ko-KR + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/3/a/8/3a802924-8b31-439d-b9bf-b7d6fdf464f4/DatabaseProviders-v3.1-x64-KOR.msi + InstallerSha256: F781C9F49C145B9EC8ADB5BB5E7BE1B453F6B4A5E4C3BC367E2A532B9280F374 + ProductCode: '{40006D3E-8ECF-421B-A7EC-DFCEBBE5A5C7}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) KOR ' + UpgradeCode: '{5A3C353E-DD03-49AF-8648-828BD482596C}' +- InstallerLocale: pt-BR + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/b/e/d/bed3e468-a184-41c6-a9d2-b45415dac153/DatabaseProviders-v3.1-x86-PTB.msi + InstallerSha256: 4BA062C8D8EBECBE9F24710585D304CA9723A2698BFC531D7F0053EAB78A6812 + ProductCode: '{F28FC754-9F96-419A-A791-99E5C86CE158}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) PTB ' + UpgradeCode: '{B332991D-3D22-4260-8892-610B901478E8}' +- InstallerLocale: pt-BR + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/b/e/d/bed3e468-a184-41c6-a9d2-b45415dac153/DatabaseProviders-v3.1-x64-PTB.msi + InstallerSha256: B4235D303407FF23CBF87605EA70043AD40E3C4DC3A684AB214CEA723C083BEE + ProductCode: '{D70F0F6E-B058-46C2-80FF-39C4075A72C1}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) PTB ' + UpgradeCode: '{5A782E5B-24B2-401A-9D23-71CEC59A02DE}' +- InstallerLocale: ru-RU + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/9/b/4/9b4e8b3e-5fd3-4952-9718-1a7c8ba69218/DatabaseProviders-v3.1-x86-RUS.msi + InstallerSha256: 10692EA2D536041CAB7E63E43DBAFE20DD171BF123EF3DA7AFBAB120C2D4597F + ProductCode: '{845E5A61-6C7F-47B5-BA4D-A4EC849EC4B3}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) RUS ' + UpgradeCode: '{37FFFBA4-76B0-45B1-99A4-609CB2F33BB0}' +- InstallerLocale: ru-RU + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/9/b/4/9b4e8b3e-5fd3-4952-9718-1a7c8ba69218/DatabaseProviders-v3.1-x64-RUS.msi + InstallerSha256: D8EA5F83FF2E0CFE230C6201331CA0449E1CAD04BC47D853D8BFACC758D3471C + ProductCode: '{CFC4AF98-4FBF-4BA6-8C82-A9ACBD5A45E0}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) RUS ' + UpgradeCode: '{E8B8F27E-9B31-4728-B550-0972654FB484}' +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/e/9/4/e942dd81-f166-4458-b825-d9e4b8aed353/DatabaseProviders-v3.1-x86-CHS.msi + InstallerSha256: 95E1C837C5FF8FED005E910AFA207B554AB4CDE903BDE0EC95BFEA73765AA19F + ProductCode: '{E8C26AAD-592F-4190-B04A-B266D997B258}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) CHS ' + UpgradeCode: '{E4F7F735-EA96-42BA-89EE-A20021CC130C}' +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/e/9/4/e942dd81-f166-4458-b825-d9e4b8aed353/DatabaseProviders-v3.1-x64-CHS.msi + InstallerSha256: 2BB413E2D7D33DB85F669E6A9558EFDCAE849A6BD3EE32E4DD78E9915A47104C + ProductCode: '{3FBA6C15-4BF7-46D8-B702-F38B235FCFD1}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) CHS ' + UpgradeCode: '{6C97FA93-68BE-4551-AD4E-B80B77EEB66B}' +- InstallerLocale: zh-TW + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/d/0/1/d011cc2c-18c2-4299-a582-639f621d8034/DatabaseProviders-v3.1-x86-CHT.msi + InstallerSha256: 68EE999F8187325EDA01F18250F5B9B81676EE29E20DC2007B7DBEAFA51EC3D2 + ProductCode: '{12ACF63D-DE8B-48F7-B144-B5B392A4A309}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x86) CHT ' + UpgradeCode: '{C56C3265-1781-4AD7-887F-46173615DB82}' +- InstallerLocale: zh-TW + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/d/0/1/d011cc2c-18c2-4299-a582-639f621d8034/DatabaseProviders-v3.1-x64-CHT.msi + InstallerSha256: 3D53CB41ED53482DB2260E3DA32716C89FE04F7998CA4AB9AC95797F81E628C8 + ProductCode: '{90E5B5F2-3BA2-431E-9757-FA75DD649419}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Database Providers (x64) CHT ' + UpgradeCode: '{F7EE4F90-CCF6-42AB-AFF9-61E3676D346F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.locale.en-US.yaml b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.locale.en-US.yaml new file mode 100644 index 0000000000000..ab98d5c86b254 --- /dev/null +++ b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SyncFramework.DatabaseProviders +PackageVersion: 3.1.1648.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Sync Framework Database Providers +PackageUrl: https://www.microsoft.com/download/details.aspx?id=19502 +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Managed API for database synchronization providers +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.locale.zh-CN.yaml b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bed43879ee232 --- /dev/null +++ b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SyncFramework.DatabaseProviders +PackageVersion: 3.1.1648.0 +PackageLocale: zh-CN +PackageUrl: https://www.microsoft.com/zh-cn/download/details.aspx?id=19502 +License: 专有软件 +ShortDescription: 用于数据库同步提供程序的托管 API +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.yaml b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.yaml new file mode 100644 index 0000000000000..bc911f09eb712 --- /dev/null +++ b/manifests/m/Microsoft/SyncFramework/DatabaseProviders/3.1.1648.0/Microsoft.SyncFramework.DatabaseProviders.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: Microsoft.SyncFramework.DatabaseProviders +PackageVersion: 3.1.1648.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.installer.yaml b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.installer.yaml new file mode 100644 index 0000000000000..c974c5bc02167 --- /dev/null +++ b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.installer.yaml @@ -0,0 +1,190 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SyncFramework.ProviderServices +PackageVersion: 2.1.1648.0 +InstallerType: wix +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.SyncFramework.CoreComponents +ReleaseDate: 2024-07-15 +Installers: +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/e/1/e/e1e636e6-aa5c-4052-9927-d722312db564/ProviderServices-v2.1-x86-ENU.msi + InstallerSha256: AD4498FA1A918B8D225EB448421503A0C2476C445F7F851D1B71A7CD42943269 + ProductCode: '{77610794-D144-422E-82B2-77BBE9052FDA}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) ENU ' + UpgradeCode: '{5037CAFB-FC09-46F1-9A7E-8447D405DEDE}' +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/e/1/e/e1e636e6-aa5c-4052-9927-d722312db564/ProviderServices-v2.1-x64-ENU.msi + InstallerSha256: 562AEDCD9B75AD959C38A21D58318EA43C7FDAED5CCBF34BF4B3A4AE245D009F + ProductCode: '{1391A7DF-8A20-44C0-A4D8-0D23DDA1C627}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) ENU ' + UpgradeCode: '{4270DF8B-61E1-4A47-99F5-31D1798FE360}' +- InstallerLocale: de-DE + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/1/a/6/1a6344a6-0a27-4ea3-8a65-545f5f5c938e/ProviderServices-v2.1-x86-DEU.msi + InstallerSha256: C69E90BCBA8AF83BF16300FAF19F8DE5C5A3B579F1251FEC1EC39E2B1769F7A9 + ProductCode: '{349B4707-5F45-49EB-9A9D-8F89C94355F2}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) DEU ' + UpgradeCode: '{87868FE6-4C21-453A-918A-D653134C7B7F}' +- InstallerLocale: de-DE + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/1/a/6/1a6344a6-0a27-4ea3-8a65-545f5f5c938e/ProviderServices-v2.1-x64-DEU.msi + InstallerSha256: B6EE2EF8CF2BE517EFBB19A54840C61C7F2DA385BF3664F1E9E7598B7F53EE7B + ProductCode: '{F7BD0412-C633-4B93-8037-AF17656C1BBB}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) DEU ' + UpgradeCode: '{A36F800D-3EEF-4AFB-8288-F71705129E52}' +- InstallerLocale: es-ES + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/d/1/6/d1656558-08af-4e9a-a9a5-5886e8dd863c/ProviderServices-v2.1-x86-ESN.msi + InstallerSha256: B0CECFC79EC369EABA0BD27F871219677BD7F8320727F3FEA6BA020F3EEB18FF + ProductCode: '{F6683A5A-FECA-41A8-A81D-423D8F02A510}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) ESN ' + UpgradeCode: '{15A88D73-F4E9-461C-8372-4A75FA8D99A6}' +- InstallerLocale: es-ES + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/d/1/6/d1656558-08af-4e9a-a9a5-5886e8dd863c/ProviderServices-v2.1-x64-ESN.msi + InstallerSha256: 3F7460B934491808E53A16364348663CC6AF1EDE10F9BDD3B4771BDD0CF50781 + ProductCode: '{43FD5388-99AF-4DE5-A5A2-51FA489AA274}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) ESN ' + UpgradeCode: '{FCBED49F-BA3B-4B84-BE2F-AC1C9B2D0AA0}' +- InstallerLocale: fr-FR + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/0/c/9/0c9c0b39-64da-4252-9c02-7b02c6bebe3e/ProviderServices-v2.1-x86-FRA.msi + InstallerSha256: AB7C48FDC14CA6AE848365689B9B7B9095BC17C9EA38E845872B7541B88BB3F5 + ProductCode: '{12997B95-F250-4D7C-B002-4076568EA6A6}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) FRA ' + UpgradeCode: '{198C9FB5-01CD-461E-8FC1-1191276F675D}' +- InstallerLocale: fr-FR + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/0/c/9/0c9c0b39-64da-4252-9c02-7b02c6bebe3e/ProviderServices-v2.1-x64-FRA.msi + InstallerSha256: 3D368E3F5DB414180CCD05E7A33BE564486F44C0C91D150DFC99AB4C4FE8381E + ProductCode: '{549DB45A-585C-4630-AD15-1E824C5C8D0A}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) FRA ' + UpgradeCode: '{80B5FC4C-63E4-4C8F-9421-C6C732CC2A26}' +- InstallerLocale: it-IT + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/9/5/4/954923f4-14d6-440f-b56b-08742eb97288/ProviderServices-v2.1-x86-ITA.msi + InstallerSha256: 62C2A967E1A86B47D91EC00B559F1A65A7EA20FEA0C71D958FE0EA2CDB812400 + ProductCode: '{3A2DF80E-E536-44CB-804E-F96AA2CE3568}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) ITA ' + UpgradeCode: '{A173F9B7-0A7C-4374-91BF-3015BD8E5290}' +- InstallerLocale: it-IT + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/9/5/4/954923f4-14d6-440f-b56b-08742eb97288/ProviderServices-v2.1-x64-ITA.msi + InstallerSha256: B79FE1360214742EEE336FD27238D3EEC3DA3301B4A3BFE5AC72D78D0BFE72D7 + ProductCode: '{22E796D0-F8D3-4511-BB8B-F2F1679ED431}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) ITA ' + UpgradeCode: '{B918B574-C1B3-4695-B7C0-E850D01F81C8}' +- InstallerLocale: ja-JP + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/6/8/4/68450200-b88a-43bc-8201-4a95573fb9c6/ProviderServices-v2.1-x86-JPN.msi + InstallerSha256: 720D1C9B9619A7273295183205B57145006456ED658430919AEE365D7FD4D5B0 + ProductCode: '{07107903-E8E0-443E-92B2-46A1D49028F0}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) JPN ' + UpgradeCode: '{3C11BB21-A23A-48FB-A072-6F528CA893A0}' +- InstallerLocale: ja-JP + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/6/8/4/68450200-b88a-43bc-8201-4a95573fb9c6/ProviderServices-v2.1-x64-JPN.msi + InstallerSha256: 1D9CE9BDD5727CC5EF1CC14976E056A5B837EE094D2810EFA4C3CC9C8147F986 + ProductCode: '{5AB71AAE-5A70-4827-AFF8-10688BB72386}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) JPN ' + UpgradeCode: '{C94926AE-40A1-48AF-AD48-9E8392829321}' +- InstallerLocale: ko-KR + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/3/a/8/3a802924-8b31-439d-b9bf-b7d6fdf464f4/ProviderServices-v2.1-x86-KOR.msi + InstallerSha256: 7CE2E4AF0D7E9C2DDCA0D15CAB4439C72AA29759297B68E3CD9E939EEF1DE0EA + ProductCode: '{DCFDE1B1-01C1-40A5-81B9-F3A14321E2BF}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) KOR ' + UpgradeCode: '{3E0F59E2-4CF0-4A3F-A4B4-F8B319373087}' +- InstallerLocale: ko-KR + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/3/a/8/3a802924-8b31-439d-b9bf-b7d6fdf464f4/ProviderServices-v2.1-x64-KOR.msi + InstallerSha256: 915948F09CD775FD6059885D1B03A4EF497FF9330A443145C1489BFA56D5C93B + ProductCode: '{E9A4B7C0-B5F1-4194-A99C-0AC2E7FAF084}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) KOR ' + UpgradeCode: '{690750D4-B06E-48DB-8B45-CEEBE14B04D4}' +- InstallerLocale: pt-BR + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/b/e/d/bed3e468-a184-41c6-a9d2-b45415dac153/ProviderServices-v2.1-x86-PTB.msi + InstallerSha256: B62274955BDA1041806FB7D3FE2CF3A11F7065110B61DAD3DD318C022BB59F61 + ProductCode: '{5DFB07A7-581F-45DA-8927-877253066F7D}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) PTB ' + UpgradeCode: '{13AF6830-FA5D-4832-9E7E-D5C47352E582}' +- InstallerLocale: pt-BR + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/b/e/d/bed3e468-a184-41c6-a9d2-b45415dac153/ProviderServices-v2.1-x64-PTB.msi + InstallerSha256: 0921EA2CA17C4B4CCF876E483071AC2B4EB69DD6A7E13DCFD239D6C314ECFBE0 + ProductCode: '{8A04C5C2-2832-46E9-9EA7-090978CC76A5}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) PTB ' + UpgradeCode: '{04E87B34-8511-4D0E-850E-3AD61F763F40}' +- InstallerLocale: ru-RU + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/9/b/4/9b4e8b3e-5fd3-4952-9718-1a7c8ba69218/ProviderServices-v2.1-x86-RUS.msi + InstallerSha256: 33504BE381D986EFEA555969957C1B25E90FA51D2D82B67D78015856DF2DF288 + ProductCode: '{205FC5F0-32F9-4563-BBF4-31E9F698181A}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) RUS ' + UpgradeCode: '{08173C44-ACC9-4FDA-A752-55FC0007622E}' +- InstallerLocale: ru-RU + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/9/b/4/9b4e8b3e-5fd3-4952-9718-1a7c8ba69218/ProviderServices-v2.1-x64-RUS.msi + InstallerSha256: 53DB51FD1546A79F73C764A21FC6C49A4720C6830A4CBECBE865329477D1BE4F + ProductCode: '{A33EACD8-51CA-4A7B-80D3-4283D75EFF6B}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) RUS ' + UpgradeCode: '{A19FF96A-A97F-4003-BEDE-1884D41167E0}' +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/e/9/4/e942dd81-f166-4458-b825-d9e4b8aed353/ProviderServices-v2.1-x86-CHS.msi + InstallerSha256: BF7AD4C75F72A497884A863C44011C9C667E3BDD5C206822D57E7F3CA1C45591 + ProductCode: '{F7D5E151-D09C-4305-8182-B822BC691F98}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) CHS ' + UpgradeCode: '{A6204191-D1B7-4EE9-BD0A-869CA3738165}' +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/e/9/4/e942dd81-f166-4458-b825-d9e4b8aed353/ProviderServices-v2.1-x64-CHS.msi + InstallerSha256: EC642CC934806F6522323FC28BF0736B5CFFC8E2FFDD17BE0E648C8F950D9F9F + ProductCode: '{4D42EF18-38B7-4EB5-AAC8-806C45E4D788}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) CHS ' + UpgradeCode: '{89123EFA-336D-4687-BB1A-0439812FCFC4}' +- InstallerLocale: zh-TW + Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/d/0/1/d011cc2c-18c2-4299-a582-639f621d8034/ProviderServices-v2.1-x86-CHT.msi + InstallerSha256: FB17D4613A7C3BAC1222BEA8C92321672E8AFD576B552C8ABA76BC156331A05D + ProductCode: '{7048DFC2-D681-4D8B-B123-C4FAF62E63BE}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x86) CHT ' + UpgradeCode: '{D3CEE1AF-4EE4-42DC-BA8D-48C1A28AF553}' +- InstallerLocale: zh-TW + Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/d/0/1/d011cc2c-18c2-4299-a582-639f621d8034/ProviderServices-v2.1-x64-CHT.msi + InstallerSha256: DD6F171AA5F8E06F51DEF5E8B855703EE3382917861A24836485C3E8CAF1F740 + ProductCode: '{1092B62E-B0A5-40A6-BFE1-A09DF2933030}' + AppsAndFeaturesEntries: + - DisplayName: 'Microsoft Sync Framework 2.1 Provider Services (x64) CHT ' + UpgradeCode: '{D2032975-DFCE-4E74-ABA3-BC0EA7D30A6C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.locale.en-US.yaml b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.locale.en-US.yaml new file mode 100644 index 0000000000000..8afa5cd6e8289 --- /dev/null +++ b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SyncFramework.ProviderServices +PackageVersion: 2.1.1648.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Sync Framework Provider Services +PackageUrl: https://www.microsoft.com/download/details.aspx?id=19502 +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Managed and native API for simple custom providers, the file synchronization provider, the metadata storage service, and also DLLs for the lightweight database that the storage service uses. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.locale.zh-CN.yaml b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7ea62d77a8c2 --- /dev/null +++ b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SyncFramework.ProviderServices +PackageVersion: 2.1.1648.0 +PackageLocale: zh-CN +PackageUrl: https://www.microsoft.com/zh-cn/download/details.aspx?id=19502 +License: 专有软件 +ShortDescription: 适用于简单自定义提供程序、文件同步提供程序、元数据存储服务的托管和本地 API,以及存储服务所使用的轻量级数据库的 DLL。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.yaml b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.yaml similarity index 54% rename from manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.yaml rename to manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.yaml index cb5c22911b500..9ed040f777417 100644 --- a/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.yaml +++ b/manifests/m/Microsoft/SyncFramework/ProviderServices/2.1.1648.0/Microsoft.SyncFramework.ProviderServices.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Microstockr.Desktopapp -PackageVersion: 3.4.20 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SyncFramework.ProviderServices +PackageVersion: 2.1.1648.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.installer.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.installer.yaml new file mode 100644 index 0000000000000..d0f45458e8fbc --- /dev/null +++ b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/Aug/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent +PackageVersion: 1.0.15008.300 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /NORESTART +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv + InstallerSha256: 3D2840EC9524C1A611974245CB7A4B949F4594FF569A05A8A4C2BCDA49E2E11B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml new file mode 100644 index 0000000000000..a97c1d29e1640 --- /dev/null +++ b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Aug/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent +PackageVersion: 1.0.15008.300 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://support.microsoft.com +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: keyoke +PackageName: Remote Desktop Services Infrastructure Agent +PackageUrl: https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell#register-the-virtual-machines-to-the-windows-virtual-desktop-host-pool +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Install the Windows Virtual Desktop Agent +Description: "Install the Windows Virtual Desktop Agent\nNotes\n• This package always installs the latest version of the Windows Virtual Desktop Agent, regardless of the version specified in the package. \n Microsoft do not officially offer older versions for download as the tools are self-updating.\n Because of this you may get checksum mismatch between the time Microsoft releases a new installer, and the package is automatically updated. \n• Supply the Windows Virtual Desktop Host Pool Registration Token at install time using the following command - **winget install microsoft.WindowsVirtualDesktopAgent --override 'REGISTRATIONTOKEN=\\\"\\\"'\n" +Moniker: wvd-agent +Tags: +- windows-virtual-desktop-agent +- wvd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.yaml b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.yaml similarity index 51% rename from manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.yaml rename to manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.yaml index fc6cc3de6541a..5859666381246 100644 --- a/manifests/d/DATEV/SicherheitspaketCompact/8.0.109.26119/DATEV.SicherheitspaketCompact.yaml +++ b/manifests/m/Microsoft/WindowsVirtualDesktopAgent/1.0.15008.300/Microsoft.WindowsVirtualDesktopAgent.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/13 +# Automatically updated by the winget bot at 2026/Aug/08 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: DATEV.SicherheitspaketCompact -PackageVersion: 8.0.109.26119 +PackageIdentifier: Microsoft.WindowsVirtualDesktopAgent +PackageVersion: 1.0.15008.300 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.installer.yaml b/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.installer.yaml deleted file mode 100644 index 4558025a47163..0000000000000 --- a/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Microstockr.Desktopapp -PackageVersion: 3.4.20 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://microstockr.com/downloads/MicrostockrSetup.exe - InstallerSha256: 513D143A7F543CAE7C1A800F28CBEED15351868F9D5669112390D1B39595559C -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.locale.en-US.yaml b/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.locale.en-US.yaml deleted file mode 100644 index d68dc6b78e6c4..0000000000000 --- a/manifests/m/Microstockr/Desktopapp/3.4.20/Microstockr.Desktopapp.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Microstockr.Desktopapp -PackageVersion: 3.4.20 -PackageLocale: en-US -Publisher: Microstockr -PublisherUrl: https://microstockr.com -PublisherSupportUrl: https://microstockr.com/faq -PrivacyUrl: https://microstockr.com/privacy-policy -Author: Microstockr -PackageName: Microstockr -PackageUrl: https://microstockr.com -License: Proprietary -LicenseUrl: https://microstockr.com/terms-conditions -Copyright: Copyright © 2021 Microstockr -CopyrightUrl: https://microstockr.com/terms-conditions -ShortDescription: Microstock photography made easy -Moniker: microstockr -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.installer.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.installer.yaml new file mode 100644 index 0000000000000..1e06e1bae93c8 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.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: Mockzilla.Mockzilla +PackageVersion: 2.8.4 +InstallerType: portable +Commands: +- mockzilla +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.4/mockzilla-v2.8.4-windows-amd64.exe + InstallerSha256: 6D379578F17921E7FADB6D8551A89B31502A87C09D544263C27AB5E197F4AF41 +- Architecture: arm64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.4/mockzilla-v2.8.4-windows-arm64.exe + InstallerSha256: 096F4DFC603B7A48BD8CFBE3865AAD632C08E44445718057F8C79C2FBBF8A67E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.locale.en-US.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.locale.en-US.yaml new file mode 100644 index 0000000000000..23865f0b9ee45 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.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: Mockzilla.Mockzilla +PackageVersion: 2.8.4 +PackageLocale: en-US +Publisher: Mockzilla +PublisherUrl: https://github.com/mockzilla +PublisherSupportUrl: https://github.com/mockzilla/mockzilla/issues +PackageName: Mockzilla +PackageUrl: https://github.com/mockzilla/mockzilla +License: MIT +LicenseUrl: https://github.com/mockzilla/mockzilla/blob/HEAD/LICENSE +ShortDescription: Generate API mocks with meaningful responses, configurable latency, error codes and more +Description: Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more. +Moniker: mockzilla +Tags: +- api +- mock +- mocking +- openapi +- testing +ReleaseNotes: |- + What's Changed + - Add service failures in its own error shape by @jbn2336mz in #60 + Full Changelog: v2.8.3...v2.8.4 +ReleaseNotesUrl: https://github.com/mockzilla/mockzilla/releases/tag/v2.8.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.yaml new file mode 100644 index 0000000000000..bd50fd96cdf14 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.4/Mockzilla.Mockzilla.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: Mockzilla.Mockzilla +PackageVersion: 2.8.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.installer.yaml b/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.installer.yaml new file mode 100644 index 0000000000000..44e1b33615ece --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.17.4 +InstallerType: nullsoft +Scope: user +ProductCode: Modrinth App +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- Publisher: ModrinthApp + ProductCode: Modrinth App +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Modrinth App' +Installers: +- Architecture: x64 + InstallerUrl: https://launcher-files.modrinth.com/versions/0.17.4/windows/Modrinth%20App_0.17.4_x64-setup.exe + InstallerSha256: 5FF1E5A3F2BB1C44A3277130699699A674F2823BEC6A97D438DA659B4B4F218D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.locale.en-US.yaml b/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.locale.en-US.yaml new file mode 100644 index 0000000000000..921a57c9dc916 --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.17.4 +PackageLocale: en-US +Publisher: Modrinth +PublisherUrl: https://modrinth.com/ +PublisherSupportUrl: https://support.modrinth.com/en/ +PrivacyUrl: https://modrinth.com/legal/privacy +Author: Modrinth +PackageName: Modrinth App +PackageUrl: https://modrinth.com/app +License: GPL-3.0 +LicenseUrl: https://github.com/modrinth/code/blob/main/apps/app/LICENSE +ShortDescription: The Modrinth App is a unique, open source Minecraft launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package. +Tags: +- minecraft +- minecraft-launcher +- modrinth +ReleaseNotes: |- + Changed + - Added loading states for project members and server details, to make it feel smoother. + - Improved popout menu animations. + - Updated NeoForge icon to be closer to the actual logo and look more like a fox. + - Updated design of buttons. + + Fixed + - Fixed "Licensed Unknown" showing up under details on server projects. + - Fixed project types sometimes appearing in random orders on some pages. +ReleaseNotesUrl: https://github.com/modrinth/code/releases/tag/v0.17.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://support.modrinth.com/en/collections/7804910-modrinth-app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.yaml b/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.yaml new file mode 100644 index 0000000000000..bb0c6e772db4a --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.17.4/Modrinth.ModrinthApp.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: Modrinth.ModrinthApp +PackageVersion: 0.17.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.installer.yaml b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.installer.yaml new file mode 100644 index 0000000000000..6b90af49b2e11 --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.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: MoonshotAI.Kimi +PackageVersion: 3.1.7 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 01d4acb0-867c-5bbe-9589-216e6e9d5452 +ReleaseDate: 2026-08-05 +Installers: +- Architecture: x64 + InstallerUrl: https://kimi-img.moonshot.cn/app/upgrade/Kimi-Setup-3.1.7.exe + InstallerSha256: 74E3612AD6201F75AC4767EE16F0F1EC6972B5950CF7B0990E83A8D3A6205CCF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.locale.en-US.yaml b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.locale.en-US.yaml new file mode 100644 index 0000000000000..1dc96c6db3462 --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.Kimi +PackageVersion: 3.1.7 +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.cn/ +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi +PackageUrl: https://www.kimi.com/ +License: Proprietary +LicenseUrl: https://www.kimi.com/user/agreement/modelUse?version=v2 +ShortDescription: An AI assistant that reasons and interprets, and thinks in depth +Description: Kimi is a new productivity tool for students and professionals. It helps you interpret papers, write codes and find bugs, make plans, compose novels, and translate into multiple languages. Ask Kimi to solve all your problems with one click! +Tags: +- ai +- chatbot +- large-language-model +- llm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.locale.zh-CN.yaml b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dcac7d4397861 --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.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: MoonshotAI.Kimi +PackageVersion: 3.1.7 +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +Author: 北京月之暗面科技有限公司 +License: 专有软件 +ShortDescription: 会推理解析,能深度思考的 AI 助手 +Description: Kimi 是一款学生和职场人的新质生产力工具。帮你解读论文,写代码查 BUG,策划方案,创作小说,多语言翻译。有问题问 Kimi,一键解决你的所有难题 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.yaml b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.yaml new file mode 100644 index 0000000000000..0a6e41b106c93 --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/3.1.7/MoonshotAI.Kimi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.Kimi +PackageVersion: 3.1.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.installer.yaml b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.installer.yaml new file mode 100644 index 0000000000000..e3d5e8e5ec2fa --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.21 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- multica +ProductCode: d8b75c36-d208-59aa-9acd-26838c159dc3 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.21/multica-desktop-0.4.21-windows-x64.exe + InstallerSha256: 4EC75B0A557EE9D89798F988ACB377A0F2CF3D04EE5F73233B10251045589029 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.21/multica-desktop-0.4.21-windows-arm64.exe + InstallerSha256: 9AAB070CE8684C8DD63E88EDE04843F2407BAFCD05081AC642C2847E59383E1A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.locale.en-US.yaml b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..9e278766a8c0f --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.21 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - 734ad51c934484d6b3c65382560240004ffb64b5 MUL-5774 fix(daemon): isolate Git metadata for Windows Codex checkouts (#6565) + - 3eff25401dba5e1674ee51a2db2698b89a5cb29e MUL-5785 fix(agent): return an empty output when a stream-json run has no final text (#6557) + - 73ab498d1d4b8726c727d399c6db46958f20c593 MUL-5811: fix(squad) derive leader role from wire fields, not instructions text (#6519) + - 2d993a6a8073578a265067bdc720ce83098e5550 MUL-5823 fix(dashboard): count cancelled runs in usage run time (#6518) + - 45027c1db6cf75a306f95504658281362339503d MUL-5824 fix(search): demote cancelled issues and projects below live work (#6515) + - 37e2b070941772173b000ff3c8d62c8998d216a5 MUL-5831 fix(agent): fail opencode runs that end on an empty step (#6545) + - 4900a4a85b6b2bad882f2c9c73d93092f46bfe4f MUL-5832: separate directory waits from working signals (#6553) + - 38acf88dce608365b3bec70e88c4b6eba67c84e6 MUL-5837 docs(dingtalk): document issue image attachments (#6532) + - d09019cd9549edb6906a52e5009818242abb45cf MUL-5839: preserve media in /issue descriptions (#6536) + - 035bd20e5b39ac986dffdc515967738ae1a0af92 MUL-5842: fix(layout): fold inbox and chat to one column below lg (#6543) + - ad2d2eb8b41532b360f6ef9a15701df476def9c9 MUL-5843 fix(agent): stop silently dropping MCP servers on ACP runtimes (#6555) + - 0453cdb9036e174c4089874c8f8c422c5384ec13 MUL-5844 fix(agent): tolerate coarse Kimi wire log mtimes (#6542) + - 9914d510402d1ae4f7a126dad38af2accafd06d9 MUL-5846 fix(agent): stop launching CodeBuddy with MCP disabled (#6556) + - 318d51377f20ba408f97c50fd218d043d4980e1a MUL-5870: fix(chat): hide channel issue commands from Chat + - 0dfaac266eed3b7ac710de33d8207e4f71cfb20b docs(changelog): add v0.4.21 release entry (2026-08-07) (MUL-5865) (#6575) + - 20a4a8da87c8563f5703db5a00d0ca9e112d61c7 docs(readme): rebuild the README around a product hook and job-based features (MUL-5812) (#6506) + - 49feb190d700522b31a7abc94739afbd25b4870b docs(wecom): document WeCom as a channel and name its code owners (MUL-5226) (#6549) + - 7a809ddf80eccc81de1684f7adffc0ae0caa0233 feat(channel): materialize inline media references (MUL-5835) (#6529) + - 545d890daedf74e34dc0a49812821f878fdd690d feat(cli): add --compact to issue comment list, adopt it in every agent read command (MUL-5442) (#6546) + - 364462c4b8f43b894fe17adc88cb3863c45a8324 feat(dashboard): rename Usage to Analytics with Usage / Errors tabs, rework filters and freshness (MUL-5759) (#6508) + - 040bb97b0f0282a6556a31768bd847e974b9e68d feat(wecom): WeCom (企业微信) smart-bot integration via the Channel engine (MUL-5226) (#5833) + - 3c7221492bf70f289e533ba138ff2309a156002e fix(agent): deliver the OpenCode prompt on stdin, not argv (MUL-5841) (#6552) + - 8d5106700d26f215049ead460f86996124b7b22d fix(analytics): close pickers and prevent chart label clipping (#6564) + - bee632552a6d13905e68404cbe60edcf8d23ac37 fix(analytics): restore card spacing on the usage tab (#6579) + - d598e7a3e6541cf1950488e725a5da6bea6e4f33 fix(channels): deliver terminal task failure details (#6534) + - c7a8b1699f98b9fb7c81261535f6cae9d53e9992 fix(chat): route settled chat messages through one cache door (MUL-5711) (#6559) + - 882666d47849852577586c14704917ad9bdd3135 fix(runtimes): document QwenPaw and close its frontend drifts (MUL-5828) (#6521) + - 6ca6b27ce3988770e284e5ed529598784f673fa5 refactor(daemon): converge multi-thread fan-out cookbook into Comment Formatting pointer (MUL-5825) (#6517) + - 2f5efa34ca6d2a7b2092ba2a0c55f38366106ca0 test(daemon): add fan-out guard anchors for --content-file and inline --content (MUL-5825) (#6544) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.4.21 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.locale.zh-CN.yaml b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..86d1a4e68e485 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.21 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.yaml b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.yaml new file mode 100644 index 0000000000000..07f1780a4065f --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.21/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.4.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.installer.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.installer.yaml similarity index 71% rename from manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.installer.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.installer.yaml index 0c1c685f56eb7..1fc7ec0632f88 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.installer.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.2.0.0 +PackageVersion: 26.1.3.17786 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-beta.3048.exe - InstallerSha256: 31E9A63CF4113E480887F1122092908C750BFA7902FD1D92DC4788BFF7BF93D2 + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.3/Colibri_26.1.3-beta.1.exe + InstallerSha256: 149BFCF3383B53671B655B34182FC679592A55456EEFA72685A1174C1757FDAB ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.locale.en-US.yaml index 6472c34157db5..157e69ef332e3 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.2.0.0 +PackageVersion: 26.1.3.17786 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.yaml similarity index 86% rename from manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.yaml index 6e7c8990972ea..27dc76391751e 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.3.17786/matchmycolor.ColibriBeta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.2.0.0 +PackageVersion: 26.1.3.17786 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.installer.yaml b/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.installer.yaml new file mode 100644 index 0000000000000..83969cbe2da69 --- /dev/null +++ b/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac-mcp +PackageVersion: 2.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: jirac-mcp-windows-x86_64.exe + PortableCommandAlias: jirac-mcp +ReleaseDate: 2026-08-07 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/mulhamna/jira-commands/releases/download/jira-mcp-v2.4.0/jirac-mcp-windows-x86_64.zip + InstallerSha256: 183c8f379d50e1dd39819686d8ef36331639b352546ca4ce5cdecd4512fa8ec4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.locale.en-US.yaml b/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.locale.en-US.yaml new file mode 100644 index 0000000000000..67f49df930972 --- /dev/null +++ b/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac-mcp +PackageVersion: 2.4.0 +PackageLocale: en-US +Publisher: mulhamna +PublisherUrl: https://github.com/mulhamna +PublisherSupportUrl: https://github.com/mulhamna/jira-commands/issues +Author: mulhamna +PackageName: jirac-mcp +PackageUrl: https://github.com/mulhamna/jira-commands +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/mulhamna/jira-commands/blob/main/LICENSE +ShortDescription: Typed Jira MCP server built in Rust. +Description: jirac-mcp exposes Jira as typed MCP tools for editors and AI agents, with release archives for Windows, macOS, and Linux. +Moniker: jirac-mcp +Tags: + - jira + - atlassian + - cli + - mcp + - ai +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.yaml b/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.yaml new file mode 100644 index 0000000000000..3df8f840c64be --- /dev/null +++ b/manifests/m/mulhamna/jirac-mcp/2.4.0/mulhamna.jirac-mcp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac-mcp +PackageVersion: 2.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.installer.yaml b/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.installer.yaml new file mode 100644 index 0000000000000..5cc967be8396c --- /dev/null +++ b/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: NI.ni-daqmx +PackageVersion: 26.5.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet --accept-eulas --prevent-reboot + SilentWithProgress: --language=en --passive --accept-eulas --prevent-reboot +InstallerSuccessCodes: +- 4294842225 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: NI.ni-packagemanager + MinimumVersion: 26.5.0 +InstallLocationRequired: false +Installers: +- Architecture: x64 + InstallerUrl: https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.5/online/ni-daqmx_26.5_online.exe + InstallerSha256: EE022E11DDC6D2132130F94C8609435A55026BC815453CCA020F23EE683368A2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.locale.en-US.yaml b/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.locale.en-US.yaml new file mode 100644 index 0000000000000..eb7a5ae7721c2 --- /dev/null +++ b/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: NI.ni-daqmx +PackageVersion: 26.5.0 +PackageLocale: en-US +Publisher: National Instruments Corporation +PackageName: NI-DAQmx +License: NI General Purpose Software License Agreement +LicenseUrl: https://www.ni.com/en/about-ni/legal/software-license-agreement.html +Copyright: Copyright © 2000-2026 National Instruments Corporation. All Rights Reserved. +ShortDescription: NI-DAQmx +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.ni.com/content/dam/web/pdfs/legal/software_license_agreement_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.yaml b/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.yaml new file mode 100644 index 0000000000000..48a35378b7ca1 --- /dev/null +++ b/manifests/n/NI/ni-daqmx/26.5.0/NI.ni-daqmx.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: NI.ni-daqmx +PackageVersion: 26.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.installer.yaml b/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.installer.yaml new file mode 100644 index 0000000000000..1761bf3fbc56c --- /dev/null +++ b/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: NI.ni-pxiplatformservices +PackageVersion: 26.5.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet --accept-eulas --prevent-reboot + SilentWithProgress: --language=en --passive --accept-eulas --prevent-reboot +InstallerSuccessCodes: +- 4294842225 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: NI.ni-packagemanager + MinimumVersion: 26.5.0 +InstallLocationRequired: false +Installers: +- Architecture: x64 + InstallerUrl: https://download.ni.com/support/nipkg/products/ni-p/ni-pxiplatformservices/26.5/online/ni-pxiplatformservices_26.5_online.exe + InstallerSha256: CB39D063B964793FE36C6FB372EA3B11F0E986EBE2262ADD13EC42EAF254CCF5 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.locale.en-US.yaml b/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.locale.en-US.yaml new file mode 100644 index 0000000000000..b4a192fad4aea --- /dev/null +++ b/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: NI.ni-pxiplatformservices +PackageVersion: 26.5.0 +PackageLocale: en-US +Publisher: National Instruments Corporation +PackageName: NI PXI Platform Services +License: NI General Purpose Software License Agreement +LicenseUrl: https://www.ni.com/en/about-ni/legal/software-license-agreement.html +Copyright: Copyright © 2000-2026 National Instruments Corporation. All Rights Reserved. +ShortDescription: NI PXI Platform Services +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.ni.com/content/dam/web/pdfs/legal/software_license_agreement_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.yaml b/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.yaml new file mode 100644 index 0000000000000..62f4ac728ba56 --- /dev/null +++ b/manifests/n/NI/ni-pxiplatformservices/26.5.0/NI.ni-pxiplatformservices.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: NI.ni-pxiplatformservices +PackageVersion: 26.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.installer.yaml b/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.installer.yaml new file mode 100644 index 0000000000000..b5c23ab674110 --- /dev/null +++ b/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: NI.ni-serial +PackageVersion: 26.5.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet --accept-eulas --prevent-reboot + SilentWithProgress: --language=en --passive --accept-eulas --prevent-reboot +InstallerSuccessCodes: +- 4294842225 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: NI.ni-packagemanager + MinimumVersion: 26.5.0 +InstallLocationRequired: false +Installers: +- Architecture: x64 + InstallerUrl: https://download.ni.com/support/nipkg/products/ni-s/ni-serial/26.5/online/ni-serial_26.5_online.exe + InstallerSha256: 0B665D6E23FF5AAC66B8623D595F30FF8405B4A13D4FD44CD37A13F97F380578 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.locale.en-US.yaml b/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.locale.en-US.yaml new file mode 100644 index 0000000000000..73ffab59479cd --- /dev/null +++ b/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: NI.ni-serial +PackageVersion: 26.5.0 +PackageLocale: en-US +Publisher: National Instruments Corporation +PackageName: NI-Serial +License: NI General Purpose Software License Agreement +LicenseUrl: https://www.ni.com/en/about-ni/legal/software-license-agreement.html +Copyright: Copyright © 2000-2026 National Instruments Corporation. All Rights Reserved. +ShortDescription: NI-Serial provides support for customers using NI serial products. +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.ni.com/content/dam/web/pdfs/legal/software_license_agreement_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.yaml b/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.yaml new file mode 100644 index 0000000000000..b1b9f1df73c21 --- /dev/null +++ b/manifests/n/NI/ni-serial/26.5.0/NI.ni-serial.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: NI.ni-serial +PackageVersion: 26.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.installer.yaml b/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.installer.yaml new file mode 100644 index 0000000000000..84517049238b5 --- /dev/null +++ b/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: NI.ni-systemconfiguration +PackageVersion: 26.5.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet --accept-eulas --prevent-reboot + SilentWithProgress: --language=en --passive --accept-eulas --prevent-reboot +InstallerSuccessCodes: +- 4294842225 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: NI.ni-packagemanager + MinimumVersion: 26.5.0 +InstallLocationRequired: false +Installers: +- Architecture: x64 + InstallerUrl: https://download.ni.com/support/nipkg/products/ni-s/ni-system-configuration/26.5/online/ni-system-configuration_26.5_online.exe + InstallerSha256: 369E363E691948F40C1829C1116A3835A0F282FA650E69DADE6166A0B03F52AE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.locale.en-US.yaml b/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.locale.en-US.yaml new file mode 100644 index 0000000000000..9ba0a9477e7eb --- /dev/null +++ b/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: NI.ni-systemconfiguration +PackageVersion: 26.5.0 +PackageLocale: en-US +Publisher: National Instruments Corporation +PackageName: NI System Configuration +License: NI General Purpose Software License Agreement +LicenseUrl: https://www.ni.com/en/about-ni/legal/software-license-agreement.html +Copyright: Copyright © 2000-2026 National Instruments Corporation. All Rights Reserved. +ShortDescription: System Configuration includes utilities to help you monitor and control various NI devices in a system. +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.ni.com/content/dam/web/pdfs/legal/software_license_agreement_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.yaml b/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.yaml new file mode 100644 index 0000000000000..4cdcb2d8e41aa --- /dev/null +++ b/manifests/n/NI/ni-systemconfiguration/26.5.0/NI.ni-systemconfiguration.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: NI.ni-systemconfiguration +PackageVersion: 26.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.installer.yaml b/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.installer.yaml new file mode 100644 index 0000000000000..22bd31129c1b1 --- /dev/null +++ b/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: NI.ni-visa +PackageVersion: 26.5.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet --accept-eulas --prevent-reboot + SilentWithProgress: --language=en --passive --accept-eulas --prevent-reboot +InstallerSuccessCodes: +- 4294842225 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: NI.ni-packagemanager + MinimumVersion: 26.5.0 +InstallLocationRequired: false +Installers: +- Architecture: x64 + InstallerUrl: https://download.ni.com/support/nipkg/products/ni-v/ni-visa/26.5/online/ni-visa_26.5_online.exe + InstallerSha256: E807858CB60329F9C2347434E687527B4BB98F1E4D9A79F265819C5930297543 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.locale.en-US.yaml b/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.locale.en-US.yaml new file mode 100644 index 0000000000000..0d8fc0b72e8ba --- /dev/null +++ b/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: NI.ni-visa +PackageVersion: 26.5.0 +PackageLocale: en-US +Publisher: National Instruments Corporation +PackageName: NI-VISA +License: NI General Purpose Software License Agreement +LicenseUrl: https://www.ni.com/en/about-ni/legal/software-license-agreement.html +Copyright: Copyright © 2000-2025 National Instruments Corporation. All Rights Reserved. +ShortDescription: NI-VISA provides support for customers using Ethernet, GPIB, serial, USB, and other types of instruments. +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.ni.com/content/dam/web/pdfs/legal/software_license_agreement_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.yaml b/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.yaml new file mode 100644 index 0000000000000..349522fe2c7b0 --- /dev/null +++ b/manifests/n/NI/ni-visa/26.5.0/NI.ni-visa.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: NI.ni-visa +PackageVersion: 26.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.installer.yaml b/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.installer.yaml new file mode 100644 index 0000000000000..4d3fb26529513 --- /dev/null +++ b/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: NI.ni-xnet +PackageVersion: 26.5.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --quiet --accept-eulas --prevent-reboot + SilentWithProgress: --language=en --passive --accept-eulas --prevent-reboot +InstallerSuccessCodes: +- 4294842225 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + - PackageIdentifier: NI.ni-packagemanager + MinimumVersion: 26.5.0 +InstallLocationRequired: false +Installers: +- Architecture: x64 + InstallerUrl: https://download.ni.com/support/nipkg/products/ni-x/ni-xnet/26.5/online/ni-xnet_26.5_online.exe + InstallerSha256: 7274A3FBE8E22285E37D1607E1A0BFB29E73EE01C75774A6C70C0CC6E21BF789 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.locale.en-US.yaml b/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.locale.en-US.yaml new file mode 100644 index 0000000000000..b917640e0589b --- /dev/null +++ b/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: NI.ni-xnet +PackageVersion: 26.5.0 +PackageLocale: en-US +Publisher: National Instruments Corporation +PackageName: NI-XNET +License: NI General Purpose Software License Agreement +LicenseUrl: https://www.ni.com/en/about-ni/legal/software-license-agreement.html +Copyright: Copyright © 2000-2026 National Instruments Corporation. All Rights Reserved. +ShortDescription: NI-XNET +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://www.ni.com/content/dam/web/pdfs/legal/software_license_agreement_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.yaml b/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.yaml new file mode 100644 index 0000000000000..5ad9fd5c29d03 --- /dev/null +++ b/manifests/n/NI/ni-xnet/26.5.0/NI.ni-xnet.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: NI.ni-xnet +PackageVersion: 26.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.installer.yaml b/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.installer.yaml new file mode 100644 index 0000000000000..5f4fc2b6ccf4c --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/Aug/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.564 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ReleaseDate: 2025-05-15 +AppsAndFeaturesEntries: +- ProductCode: '{21CF6F59-8881-48DC-BF6C-0D90CDB5BAA7}}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Novacura\ConnectWebForms' +Installers: +- Architecture: x64 + InstallerUrl: https://public.novacura.com/public-storage/client-cloud-installers/Flow%20Connect%20-%20Windows%20Client.exe + InstallerSha256: 8C8037F48D4C9980850A1EE07B7A9B87E2966D5C1F877CC55377D40A52641B58 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.locale.en-US.yaml b/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.locale.en-US.yaml new file mode 100644 index 0000000000000..3d195709a5fa1 --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/Aug/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.564 +PackageLocale: en-US +Publisher: Novacura +PublisherUrl: https://www.novacura.com/ +Author: Novacura AB +PackageName: Flow Connect - Windows Client +License: Proprietary +Copyright: Copyright (C) NovaCura AB, all rights reserved +ShortDescription: The Windows client is primarily used for debugging your applications and components. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.yaml b/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.yaml new file mode 100644 index 0000000000000..679b0bbbb41ce --- /dev/null +++ b/manifests/n/Novacura/WindowsClient/1.0.564/Novacura.WindowsClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/08 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Novacura.WindowsClient +PackageVersion: 1.0.564 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.installer.yaml b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.installer.yaml new file mode 100644 index 0000000000000..51fbc4b9aa68e --- /dev/null +++ b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OmniSecure.Strix +PackageVersion: 1.5.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: strix-1.5.0-windows-x86_64.exe + PortableCommandAlias: strix +Commands: +- strix +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/usestrix/strix/releases/download/v1.5.0/strix-1.5.0-windows-x86_64.zip + InstallerSha256: 72854A57D55EE213835F04C27062B31B3D0056BF6186A2F2053AE563C3801D59 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.locale.en-US.yaml b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.locale.en-US.yaml new file mode 100644 index 0000000000000..b2ca4d3b0d277 --- /dev/null +++ b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OmniSecure.Strix +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: OmniSecure, Inc. +PublisherUrl: https://www.strix.ai/ +PublisherSupportUrl: https://github.com/usestrix/strix/issues +Author: OmniSecure, Inc. +PackageName: Strix +PackageUrl: https://www.strix.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/usestrix/strix/blob/HEAD/LICENSE +Copyright: Copyright 2026 OmniSecure Inc. +ShortDescription: Open-source AI penetration testing tool to find and fix your app’s vulnerabilities. +Description: |- + Strix are autonomous AI penetration testing agents that act just like real hackers - they run your code dynamically, find vulnerabilities, and validate them through actual proofs-of-concept. Built for developers and security teams who need fast, accurate security testing without the overhead of manual pentesting or the false positives of static analysis tools. + + Key Capabilities: + - Full pentesting toolkit - reconnaissance, exploitation, and validation out of the box + - Multi-agent orchestration - teams of AI pentesters that collaborate and scale + - Real exploit validation - working PoCs, not false positives like legacy vulnerability scanners + - Developer‑first CLI - actionable findings with remediation guidance + - Auto‑fix & reporting - generate patches and compliance-ready pentest reports + + Use Cases + - Application Security Testing - Detect and validate critical vulnerabilities in your applications + - Rapid Penetration Testing - Get penetration tests done in hours, not weeks, with compliance reports + - Bug Bounty Automation - Automate bug bounty research and generate PoCs for faster reporting + - CI/CD Integration - Run tests in CI/CD to block vulnerabilities before reaching production +Tags: +- ai +- large-language-model +- llm +- penetration +- security +- vulnerability +ReleaseNotesUrl: https://github.com/usestrix/strix/releases/tag/v1.5.0 +PurchaseUrl: https://www.strix.ai/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.locale.zh-CN.yaml b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dd49efdd1d710 --- /dev/null +++ b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.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: OmniSecure.Strix +PackageVersion: 1.5.0 +PackageLocale: zh-CN +ShortDescription: 开源 AI 渗透测试工具,助力发现并修复应用漏洞。 +Description: |- + Strix 是自主式 AI 渗透测试智能体,其行为与真实黑客无异——它们能够动态运行您的代码,发现漏洞,并通过实际的概念验证(PoC)进行验证。Strix 专为需要快速、准确的安全测试,且希望摆脱手动渗透测试的高昂成本或静态分析工具误报困扰的开发人员及安全团队而设计。 + + 核心能力: + - 全套渗透测试工具箱——开箱即用的侦察、漏洞利用与验证功能 + - 多智能体编排——支持协作与扩展的 AI 渗透测试专家团队 + - 真实漏洞验证——提供可运行的 PoC,而非传统漏洞扫描器那样的虚假报告 + - 开发者优先的 CLI——提供附带修复建议的可操作发现结果 + - 自动修复与报告——生成补丁和符合合规要求的渗透测试报告 + + 应用场景 + - 应用安全测试——检测并验证应用程序中的关键漏洞 + - 快速渗透测试——在数小时而非数周内完成渗透测试,并获取合规报告 + - Bug Bounty 自动化——自动化漏洞赏金研究并生成 PoC,以实现更快的报告提交 + - CI/CD 集成——在 CI/CD 流程中运行测试,在漏洞进入生产环境前进行拦截 +Tags: +- 人工智能 +- 大语言模型 +- 安全 +- 渗透 +- 漏洞 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.yaml b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.yaml new file mode 100644 index 0000000000000..c0ac5f05edcea --- /dev/null +++ b/manifests/o/OmniSecure/Strix/1.5.0/OmniSecure.Strix.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: OmniSecure.Strix +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.installer.yaml b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.installer.yaml new file mode 100644 index 0000000000000..0ba737c9fcbd7 --- /dev/null +++ b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.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: PawelSalawa.Letos +PackageVersion: 4.0.2 +InstallerType: inno +FileExtensions: +- db +- db3 +- s3db +- sdb +- sqlite +- sqlite3 +ProductCode: '{66E6E480-A7AE-4473-879F-C8699024904E}_is1' +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/pawelsalawa/letos/releases/download/4.0.2/Letos-4.0.2-windows-x64-setup.exe + InstallerSha256: F91BBEAB482966BFE2D3437FFBF7CE20726F51D52BD28520DAE239466330ED6F + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/pawelsalawa/letos/releases/download/4.0.2/Letos-4.0.2-windows-x64-setup.exe + InstallerSha256: F91BBEAB482966BFE2D3437FFBF7CE20726F51D52BD28520DAE239466330ED6F + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/pawelsalawa/letos/releases/download/4.0.2/Letos-4.0.2-windows-arm64-setup.exe + InstallerSha256: 84E9B66AA09D0AE3D7F96D41622C22136329A73EE82CFEA8EAD347888EB79806 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/pawelsalawa/letos/releases/download/4.0.2/Letos-4.0.2-windows-arm64-setup.exe + InstallerSha256: 84E9B66AA09D0AE3D7F96D41622C22136329A73EE82CFEA8EAD347888EB79806 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.locale.en-US.yaml b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.locale.en-US.yaml new file mode 100644 index 0000000000000..727881f183ea3 --- /dev/null +++ b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PawelSalawa.Letos +PackageVersion: 4.0.2 +PackageLocale: en-US +Publisher: letos.org +PublisherUrl: https://letos.org/ +PublisherSupportUrl: https://github.com/pawelsalawa/letos/issues +Author: Paweł Salawa +PackageName: Letos +PackageUrl: https://letos.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/pawelsalawa/letos/blob/HEAD/LICENSE +Copyright: Copyright © letos.org 2026 +ShortDescription: Create, edit, browse SQLite databases. +Description: Letos is desktop application for browsing and editing SQLite database files. It is aimed for people, who know what SQLite is, or what relational databases are in general. +Tags: +- database +- db +- sql +- sqlite +ReleaseNotes: |- + - ADDED: #5758 Added Fusion Light theme, so now there's Fusion for system-compliant autodetected color palette, Fusion Dark for enforced dark palette and Fusion Light for light palette. + - ADDED: #5771 Window List menu is now by default a top-level menu (on menubar), but it still can be restored to previous way (submenu in View menu) in configuration. + - CHANGE: #5774 SQLite3 updated to 3.53.4. + - BUGFIX: #5755 Grid View column header separator is now easier to grab or double-click. + - BUGFIX: #5744 Fixed cmd+c in Grid View for macOS with russian keyboard input. + - BUGFIX: #5744 Update Qt on macOS for official builds to 6.11 to fix cmd+c copy hotkey, thus dropping support for macOS 11 and 12 in official builds (other builds may still use older Qt and support older macOS). + - BUGFIX: #5777 Fixed crash when committing whole ERD schema while havinh table panel open and trying to do another change in that panel. + - BUGFIX: #5768 Fixed crash when pasting data from a spreadsheet (i.e. Excel, etc) containing empty cells. + - BUGFIX: #5754 Fixed crash in several Browse File actions across the application. + - BUGFIX: #5760 Fixed wrong (dark) text color in SQL editor on Windows with dark theme. + - BUGFIX: #5758 Properly removed windowsvista and windows11 themes, as they should have been in #5743 already in 4.0.1. + - BUGFIX: #5778 Fixed deleting data rows from Table Window for tables with unusual names. + - BUGFIX: #5756 Resize (adjust) all selected columns when double-clicked on section separator in header, regardles if the column associated with the clicked separator needs the resizing or not. + - BUGFIX: #5761 Added additional MacOS build with older Qt (6.5) to allow to run the app on older MacOS (11 & 12), with the known issue #5744 in older Qt. + - BUGFIX: #5785 Fixed mult-level CTE queries execution with explicit database names in the query. + - BUGFIX: #5766 Added the Last-used-window hotkey (Ctrl+Tab) for macOS, for which Qt lacks proper implementation. + - BUGFIX: Fixed Command Palette navigation under Windows/Linux, after breaking it with the fix for MacOS. Now it should work on all OS's. +ReleaseNotesUrl: https://github.com/pawelsalawa/letos/blob/HEAD/ChangeLog.md#402 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/pawelsalawa/letos/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.locale.zh-CN.yaml b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2985a15d1c242 --- /dev/null +++ b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.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: PawelSalawa.Letos +PackageVersion: 4.0.2 +PackageLocale: zh-CN +ShortDescription: 创建、编辑、浏览 SQLite 数据库。 +Description: Letos 是一款用于浏览和编辑 SQLite 数据库文件的桌面应用程序,面向了解 SQLite 或一般关系数据库的用户。 +Tags: +- db +- sql +- sqlite +- 数据库 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.yaml b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.yaml new file mode 100644 index 0000000000000..517c3c84238f6 --- /dev/null +++ b/manifests/p/PawelSalawa/Letos/4.0.2/PawelSalawa.Letos.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: PawelSalawa.Letos +PackageVersion: 4.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.installer.yaml b/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.installer.yaml new file mode 100644 index 0000000000000..5791ccb3644ed --- /dev/null +++ b/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.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: PlanetLinux98.GUARD +PackageVersion: 0.5.4 +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GUARD/GUARD.exe + PortableCommandAlias: GUARD +ReleaseDate: 2026-08-06 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/PlanetLinux98/guard/releases/download/v0.5.4/GUARD.zip + InstallerSha256: CE3640F67C96F4D44BB69D186BCC35869BE49E6219B7521C27C6C2175536B13E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.locale.en-US.yaml b/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.locale.en-US.yaml new file mode 100644 index 0000000000000..675603f3f7264 --- /dev/null +++ b/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.locale.en-US.yaml @@ -0,0 +1,41 @@ +# 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: PlanetLinux98.GUARD +PackageVersion: 0.5.4 +PackageLocale: en-US +Publisher: PlanetLinux98 +PublisherUrl: https://github.com/PlanetLinux98 +PublisherSupportUrl: https://github.com/PlanetLinux98/guard/issues +Author: PlanetLinux98 +PackageName: GUARD +PackageUrl: https://github.com/PlanetLinux98/guard +License: MIT +LicenseUrl: https://github.com/PlanetLinux98/guard/blob/HEAD/LICENSE +ShortDescription: A portable, screen-reader-first backup, system-imaging and app-inventory utility for Windows that requires no installation. +Description: |- + GUARD is a portable, fully accessible backup and data-protection utility for Windows. It backs up your chosen folders to any destination (a local drive, an external disk, or a network share), creates full bare-metal system images with Windows' built-in wbadmin, and keeps an inventory of your installed apps so they are easy to reinstall after a clean OS install - optionally with their settings. + + The release ships as a self-contained portable folder with the .NET 10 runtime and Windows App SDK bundled in, so there is nothing to install. GUARD is built screen-reader-first, with native dark-mode theming, and keeps itself current with a built-in checksum-verified updater. + + Features include additive and mirror copy modes (built on Robocopy), one-tick and custom exclusions, dated backup versions with pruning, a dry-run preview, scheduled and run-on-connect backups, scheduled or on-demand system images with a recovery-media wizard, and app-list export/reinstall through winget. +Moniker: guard +Tags: +- accessibility +- backup +- data-protection +- portable +- restore +- robocopy +- winui +ReleaseNotes: |- + GUARD v0.5.4 is a data-safety release. A use-case audit turned up four ways GUARD could break a backup, or tell you it had protected something when it hadn't. + Fixed + - A Mirror-mode folder pair could delete the rest of your backup. Typing . as the destination subfolder - a reasonable way to ask for "put these files at the top of the backup drive" - sent that pair to the destination root, and the check that stops two pairs mirroring into the same place didn't recognize it as the root, so the save went through and the next run's mirror deleted every other folder's backup. GUARD now reads . as the root it is, and blocks the save the way it already blocks two pairs sharing a folder. + - A backup whose source folders were all missing reported success. If the drive holding them didn't mount, or a network share was down, the run still finished green and an unattended run raised the "finished successfully" notification, so you could go weeks believing you were protected while nothing was being copied. A source that isn't there is now reported as an error. If you back up a drive that isn't always connected, runs made while it's absent will now report an error instead of success. + - Updating while a scheduled backup was running could leave a broken install. GUARD waited for its own window to close, but not for a scheduled backup, which runs as a second GUARD process. The update could unpack over files still in use and leave the folder part old and part new, with GUARD never restarting. It now waits for every GUARD process, and will abandon an update rather than unpack over one that's still running. + - The scheduled system image could be left switched on, or never switched on at all. GUARD reported the schedule as saved whether or not Windows accepted the change: one you switched off could keep taking images on schedule, and one you switched on could never be registered if the Administrator prompt was declined. Either way the page showed the schedule as saved and Save was greyed out, so there was no way to try again. GUARD now checks what Windows actually did, says so when it didn't take, keeps Save available to retry, and notices at startup if the scheduled image has gone missing. + Full changelog: https://github.com/PlanetLinux98/guard/blob/main/CHANGELOG.md#054---2026-08-06 +ReleaseNotesUrl: https://github.com/PlanetLinux98/guard/releases/tag/v0.5.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.yaml b/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.yaml new file mode 100644 index 0000000000000..6988e14ab8dd4 --- /dev/null +++ b/manifests/p/PlanetLinux98/GUARD/0.5.4/PlanetLinux98.GUARD.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: PlanetLinux98.GUARD +PackageVersion: 0.5.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.installer.yaml b/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.installer.yaml new file mode 100644 index 0000000000000..3711e490c49a8 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.24.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivore +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.24.0/logivore-win-x64-setup.exe + InstallerSha256: 0C2D79816023E3E68FD7F2F81DF97F37077F6826C5A8C7AC85BBA5C53C64467C +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.24.0/logivore-win-x64-machine-setup.exe + InstallerSha256: 04C9EBD073159BEA0207AD0A522600C7F3739E74EB0850E95438A98B0BD659EC +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.24.0/logivore-win-arm64-setup.exe + InstallerSha256: 3CE43AF4CC25F3F5EA74A391795A975323A3544C8F2623453492B51D0246FD03 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.24.0/logivore-win-arm64-machine-setup.exe + InstallerSha256: B81A7A8E03CDC918A1345C117633CE20B9F97942E3D315808E40F16C7614AD6B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.locale.en-US.yaml b/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.locale.en-US.yaml new file mode 100644 index 0000000000000..7bf52b37a7450 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.24.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Cross-platform desktop log analyzer with LILA, an AI assistant for log triage +Description: |- + Logivore is a local-first, cross-platform desktop log analyzer for Windows, + macOS, and Linux. Parses dozens of log formats (plaintext, syslog, EVTX, + PAN-OS TSF, Veeam VBR, GlobalProtect, pcap), correlates events across + sources, and surfaces findings via LILA — an AI assistant that runs locally + with optional Anthropic Claude or Google Gemini provider integration. + Memory-tier-adaptive (Flash / Hybrid / Indexed) so any log size works on + any hardware. Trust-gated LLM boundary keeps PII tokenized before it leaves + the machine. +Moniker: logivore +Tags: +- log-analysis +- log-viewer +- syslog +- evtx +- pan-os +- veeam +- pcap +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.yaml b/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.yaml new file mode 100644 index 0000000000000..e61d1e1abc943 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.24.0/RedEyeNetworks.Logivore.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.installer.yaml b/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.installer.yaml new file mode 100644 index 0000000000000..a74dacaee2323 --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: clauderig.exe + PortableCommandAlias: clauderig +Commands: +- clauderig +ReleaseDate: 2026-07-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.4.0/clauderig_1.4.0_windows_amd64.zip + InstallerSha256: 6338883FE4BD0FAA963181274F2DE0469EDB814B52144BD5A62890D8C83A0FDB +- Architecture: arm64 + InstallerUrl: https://github.com/rigsmith/rigsmith/releases/download/v1.4.0/clauderig_1.4.0_windows_arm64.zip + InstallerSha256: 2CAA13E0011FBE166EEB876A5A3F89EE3720FB568F571F1F60BC10A7FABF59D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.locale.en-US.yaml b/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.locale.en-US.yaml new file mode 100644 index 0000000000000..4659c07aa730a --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RigSmith.ClaudeRig +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: RigSmith +PublisherUrl: https://rigsmith.dev/ +PublisherSupportUrl: https://github.com/rigsmith/rigsmith/issues +Author: John Campion Jr +PackageName: ClaudeRig +PackageUrl: https://rigsmith.dev/ +License: MIT +LicenseUrl: https://github.com/rigsmith/rigsmith/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 John Campion Jr +ShortDescription: Sync your Claude Code setup across machines, path-correct on restore +Moniker: clauderig +Tags: +- cli +- developer-tools +- dotnet +- go +- rust +ReleaseNotes: |- + Changelog + Features + - ddfb2ef feat(clauderig): search command to find sessions + Desktop restart nudge (#172) + - 4bd5f9a feat(rig): project search for build — disambiguate duplicate names by path (#173) +ReleaseNotesUrl: https://github.com/rigsmith/rigsmith/releases/tag/v1.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.yaml b/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.yaml new file mode 100644 index 0000000000000..47d1dc9dd026a --- /dev/null +++ b/manifests/r/RigSmith/ClaudeRig/1.4.0/RigSmith.ClaudeRig.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: RigSmith.ClaudeRig +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.installer.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.installer.yaml new file mode 100644 index 0000000000000..6b11caf27372d --- /dev/null +++ b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.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: RoxyBrowser.RoxyBrowser +PackageVersion: 4.0.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5633cfcb-8c5e-5d87-b6fa-ae51c376d817 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/32/4.0.2/RoxyBrowser_x86_4.0.2.exe + InstallerSha256: 1D491CE40D76E28E327B4FE7A64FF75B3BEC4C47B2F43DAE357081D5F292E6AD + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/32/4.0.2/RoxyBrowser_x86_4.0.2.exe + InstallerSha256: 1D491CE40D76E28E327B4FE7A64FF75B3BEC4C47B2F43DAE357081D5F292E6AD + InstallerSwitches: + Custom: /allusers +- Architecture: x64 + Scope: user + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/64/4.0.2/RoxyBrowser_x64_4.0.2.exe + InstallerSha256: 1A455D6C1357FDC055F7ECFDC82D7D8BCEDA2CB4178D238DF3D772C39C81F2A6 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/64/4.0.2/RoxyBrowser_x64_4.0.2.exe + InstallerSha256: 1A455D6C1357FDC055F7ECFDC82D7D8BCEDA2CB4178D238DF3D772C39C81F2A6 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.locale.en-US.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.locale.en-US.yaml new file mode 100644 index 0000000000000..183a9df45d875 --- /dev/null +++ b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RoxyBrowser.RoxyBrowser +PackageVersion: 4.0.2 +PackageLocale: en-US +Publisher: kuajingzhiyan +PublisherUrl: https://roxybrowser.com/ +PrivacyUrl: https://roxybrowser.com/copyright/privacy +PackageName: RoxyBrowser +PackageUrl: https://roxybrowser.com/download +License: Proprietary +LicenseUrl: https://roxybrowser.com/copyright/user +Copyright: © 2026 RoxyBrowser +CopyrightUrl: https://roxybrowser.com/copyright/user +ShortDescription: A premier antidetect browser that streamlines your workflow effortlessly +Tags: +- browser +- internet +- web +- webpage +ReleaseNotes: |- + 1. Fixed some known issues + 2. Optimized some functions +PurchaseUrl: https://roxybrowser.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.locale.zh-CN.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.locale.zh-CN.yaml new file mode 100644 index 0000000000000..58bffd00cdc9b --- /dev/null +++ b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.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: RoxyBrowser.RoxyBrowser +PackageVersion: 4.0.2 +PackageLocale: zh-CN +PublisherUrl: https://roxybrowser.com/zh +PrivacyUrl: https://roxybrowser.com/zh/copyright/privacy +PackageUrl: https://roxybrowser.com/zh/download +License: 专有软件 +LicenseUrl: https://roxybrowser.com/zh/copyright/user +CopyrightUrl: https://roxybrowser.com/zh/copyright/user +ShortDescription: 一款顶尖的防检测浏览器,轻松优化您的工作流程 +Tags: +- 互联网 +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 修复了一些已知问题 + 2. 优化了部分功能 +PurchaseUrl: https://roxybrowser.com/zh/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.yaml new file mode 100644 index 0000000000000..b60e56793700e --- /dev/null +++ b/manifests/r/RoxyBrowser/RoxyBrowser/4.0.2/RoxyBrowser.RoxyBrowser.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: RoxyBrowser.RoxyBrowser +PackageVersion: 4.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.installer.yaml similarity index 60% rename from manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.installer.yaml index aec9714fa2cf5..a92b775631e99 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786133514-gc956d5 +PackageVersion: 0.0.1786147648-g672f7d InstallerType: portable Commands: - amp Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2026-08-07 +ReleaseDate: 2026-08-08 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1786133514-gc956d5/amp-windows-x64-baseline.exe - InstallerSha256: AA3B49EC0958B1F9AF582D5CFF34BFD271E8DDC7205B0532E5E877CC7D8F48AF + InstallerUrl: https://static.ampcode.com/cli/0.0.1786147648-g672f7d/amp-windows-x64-baseline.exe + InstallerSha256: 7A1173000B052B1C6B4EEDBD1A4C80BBCF2D48F47610691090F13C35D1A5E25B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.locale.en-US.yaml index fdea6b72cba74..e8bbe8def675c 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/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.1786133514-gc956d5 +PackageVersion: 0.0.1786147648-g672f7d PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.locale.zh-CN.yaml index 654688e9930b0..22e9e8028df3b 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/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.1786133514-gc956d5 +PackageVersion: 0.0.1786147648-g672f7d PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/Sourcegraph.Amp.yaml index 191dc5f4bc512..ce567afc58418 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786133514-gc956d5/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786147648-g672f7d/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.1786133514-gc956d5 +PackageVersion: 0.0.1786147648-g672f7d DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..47e35417676e0 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# 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: Speakeasy.speakeasy +PackageVersion: 1.792.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-07" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.792.0/speakeasy_windows_386.zip + InstallerSha256: 92ca8527c2cef5c52a2655d4002b59393e19a8d6225a3143e065d6bab634e430 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.792.0/speakeasy_windows_arm64.zip + InstallerSha256: 2129221f492b63d3574ce90936cb11a41443147bb3163f5f082cdb89b4828973 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.792.0/speakeasy_windows_amd64.zip + InstallerSha256: 642cc82f5c499ce02bc901ea992630fc23d753fb7b3ed0e88047d64a59731b4f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..b3941bfe91f1c --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.792.0 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.792.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.792.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..64ae39751a155 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.792.0/Speakeasy.speakeasy.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: Speakeasy.speakeasy +PackageVersion: 1.792.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.installer.yaml b/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.installer.yaml new file mode 100644 index 0000000000000..da80b28249def --- /dev/null +++ b/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: sinelaw.fresh-editor +PackageVersion: 0.4.7 +InstallerLocale: en-US +InstallerType: zip +Scope: user +NestedInstallerType: portable +UpgradeBehavior: uninstallPrevious +NestedInstallerFiles: + - RelativeFilePath: fresh.exe + PortableCommandAlias: fresh +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/sinelaw/fresh/releases/download/v0.4.7/fresh-editor-x86_64-pc-windows-msvc.zip + InstallerSha256: 8ceafb64e69a0042bf3b6b81781036fce3c4c0502eef3906ff64fe0aa6e2ab7a + - Architecture: arm64 + InstallerUrl: https://github.com/sinelaw/fresh/releases/download/v0.4.7/fresh-editor-aarch64-pc-windows-msvc.zip + InstallerSha256: ae3756f9f502b6640bb17f0d551f0bc253fea97200e48a8e513cbc92e648418b +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.locale.en-US.yaml b/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.locale.en-US.yaml new file mode 100644 index 0000000000000..7805376d49a6a --- /dev/null +++ b/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: sinelaw.fresh-editor +PackageVersion: 0.4.7 +PackageLocale: en-US +Publisher: sinelaw +PublisherUrl: https://github.com/sinelaw +PublisherSupportUrl: https://github.com/sinelaw/fresh/issues +Author: Noam Lewis +PackageName: fresh-editor +PackageUrl: https://github.com/sinelaw/fresh +License: GPL-2.0 +LicenseUrl: https://github.com/sinelaw/fresh/blob/main/LICENSE +Copyright: Copyright (c) sinelaw +ShortDescription: A modern terminal-based text editor with TypeScript plugin support +Description: Fresh is a modern terminal-based text editor. It features LSP support, syntax highlighting, multi-cursor editing, TypeScript plugins, and an intuitive interface. +Tags: + - editor + - terminal + - text-editor + - tui + - lsp + - syntax-highlighting + - plugins +ReleaseNotesUrl: https://github.com/sinelaw/fresh/releases/tag/v0.4.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.yaml b/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.yaml new file mode 100644 index 0000000000000..ecf3fd1369d4c --- /dev/null +++ b/manifests/s/sinelaw/fresh-editor/0.4.7/sinelaw.fresh-editor.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: sinelaw.fresh-editor +PackageVersion: 0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.installer.yaml b/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.installer.yaml index 5a16dbf5e497b..1d65be6cfb29e 100644 --- a/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.installer.yaml +++ b/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.installer.yaml @@ -17,12 +17,12 @@ ReleaseDate: 2026-08-03 Installers: - Architecture: x86 InstallerUrl: https://github.com/SurgeDM/Surge/releases/download/v0.11.2/Surge_0.11.2_windows_386.zip - InstallerSha256: 249CCF565A2395F7B56D7ED53B92958D814B632F50DAC1FB7CF03A8EEA34C3AD + InstallerSha256: 179560C37A32FB1A48B36021ECED0697FC96D7F7F2C6A6F948385B354F4DE9D1 - Architecture: x64 InstallerUrl: https://github.com/SurgeDM/Surge/releases/download/v0.11.2/Surge_0.11.2_windows_amd64.zip - InstallerSha256: BFD4CE87DD45A09B1219DA5472B431CBF2E3521054A1962F1D53F4DD95E49FA5 + InstallerSha256: CDC5F26FFCEBB027437F256E9A8C1D0D6BF26F1FE9BC2CB8F21C487795934EE1 - Architecture: arm64 InstallerUrl: https://github.com/SurgeDM/Surge/releases/download/v0.11.2/Surge_0.11.2_windows_arm64.zip - InstallerSha256: B68407CBD946624E407A81CBEB376374AC7F2AB877E3EB7C86683439724E48CA + InstallerSha256: 95FC88A95FA78D80DA075725E84AEB3195CD09E56776B91E6F3849D110E421F3 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.locale.en-US.yaml b/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.locale.en-US.yaml index 3bba056b94bad..76270b7e3253d 100644 --- a/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.locale.en-US.yaml +++ b/manifests/s/surge-downloader/surge/0.11.2/surge-downloader.surge.locale.en-US.yaml @@ -30,6 +30,8 @@ ReleaseNotes: |- - ae0f35e ci: fix docker build race condition with release (#567) - a3afd44 feat: implement alphanumeric jump-to-file navigation in filepicker (#553) - 89a98f4 feature/ux category rework (#574) + - 11c4fcb fix issue 572 (#578) + - 3729ec1 fix(concurrent): fix data race on ActiveTask fields by acquiring activeMu during retry (#577) - 6ea3359 fix/phantom progress on 403 (#573) - 83100a9 fix: align Dockerfile download paths with actual release asset names (#570) - e5531e1 fix: deduplicate hedged tasks during pause to prevent progress rollback (#568) diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.installer.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.installer.yaml similarity index 80% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.installer.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.installer.yaml index 577891b08e392..41ccaa4c9ecba 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.installer.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 InstallerType: exe Scope: user InstallModes: @@ -14,10 +14,10 @@ InstallerSwitches: Protocols: - tandemhealth ProductCode: Tandem -ReleaseDate: 2026-08-06 +ReleaseDate: 2026-08-07 Installers: - Architecture: x64 InstallerUrl: https://tandemhealth.blob.core.windows.net/tandem-public/native/Tandem-win-Setup.exe - InstallerSha256: FE03E01B85DFE60349B884B81AB7102AB570AE8920F6DD8727FFFC71BC192F5B + InstallerSha256: B22EE075C0DD89ABF0FF8F2A554F6DF33A4C7648CD7CA9087EB5414773C2DC3F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.da.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.da.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.da.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.da.yaml index 0ebffcfa2904f..05c4ca5f38258 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.da.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.da.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: da PublisherUrl: https://tandemhealth.ai/da/ PrivacyUrl: https://tandemhealth.ai/da/juridisk/privatlivspolitik diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.de.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.de.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.de.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.de.yaml index ca638c736dc26..a7417bf3f12c3 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.de.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.de.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: de PublisherUrl: https://tandemhealth.ai/de/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/de/ diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.en-US.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.en-US.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.en-US.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.en-US.yaml index 0b47ee4c78850..631d31431f8ea 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.en-US.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: en-US Publisher: Tandem PublisherUrl: https://tandemhealth.ai/ diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.es.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.es.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.es.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.es.yaml index 260c618c08c3c..f759a647751c5 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.es.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.es.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: es PublisherUrl: https://tandemhealth.ai/es/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/es/ diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.et.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.et.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.et.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.et.yaml index 6e7478fd618b1..bcc62accd6e44 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.et.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.et.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: et PublisherUrl: https://tandemhealth.ai/et/ PrivacyUrl: https://tandemhealth.ai/et/juriidiline/privacy-policy diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.fi.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.fi.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.fi.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.fi.yaml index 49ba24062723b..129dab107fdbd 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.fi.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.fi.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: fi PublisherUrl: https://tandemhealth.ai/fi/ PrivacyUrl: https://tandemhealth.ai/fi/legal/tietosuoja diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.fr.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.fr.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.fr.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.fr.yaml index 543bc9446da1c..45c7e7c897773 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.fr.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.fr.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: fr PublisherUrl: https://tandemhealth.ai/fr/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/fr/ diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.nb-NO.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.nb-NO.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.nb-NO.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.nb-NO.yaml index ce2a10164c9b8..83e5da9e577e4 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.nb-NO.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: nb-NO PublisherUrl: https://tandemhealth.ai/no/ PrivacyUrl: https://tandemhealth.ai/no/juridisk/personvern diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.sv.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.sv.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.sv.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.sv.yaml index b87a6467912fc..479ab38c8f1b8 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.locale.sv.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.locale.sv.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 PackageLocale: sv PublisherUrl: https://tandemhealth.ai/sv/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/sv/ diff --git a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.yaml b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.yaml similarity index 90% rename from manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.yaml rename to manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.yaml index 208b5ff9fc1b3..fbbc422a5be95 100644 --- a/manifests/t/TandemHealth/Tandem/2026.8.6/TandemHealth.Tandem.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.8.7/TandemHealth.Tandem.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.8.6 +PackageVersion: 2026.8.7 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/tessl/tessl/0.95.0/tessl.tessl.installer.yaml b/manifests/t/tessl/tessl/0.95.0/tessl.tessl.installer.yaml new file mode 100644 index 0000000000000..0776688c7d03e --- /dev/null +++ b/manifests/t/tessl/tessl/0.95.0/tessl.tessl.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tessl.tessl +PackageVersion: 0.95.0 +InstallerType: inno +Scope: user +InstallerSwitches: + Silent: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES + SilentWithProgress: /SILENT /NORESTART /SUPPRESSMSGBOXES +UpgradeBehavior: install +Commands: +- tessl +ProductCode: '{B8E7F4D2-9A1C-4E5B-8F3D-2C6A9E4B7F1D}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://install.tessl.io/installers-windows/0.95.0/TesslSetup-0.95.0-x64.exe + InstallerSha256: DA7891B5722EAC9CEF1A4709EB403B734D692F79A05DDD75BFB0A9C19802027A +- Architecture: arm64 + InstallerUrl: https://install.tessl.io/installers-windows/0.95.0/TesslSetup-0.95.0-arm64.exe + InstallerSha256: 84796F1D51A63FAFA9038AFAEF1899B08961F79DF66A85D8974EA77BB63C5BBE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tessl/tessl/0.95.0/tessl.tessl.locale.en-US.yaml b/manifests/t/tessl/tessl/0.95.0/tessl.tessl.locale.en-US.yaml new file mode 100644 index 0000000000000..79ee3707f3ef0 --- /dev/null +++ b/manifests/t/tessl/tessl/0.95.0/tessl.tessl.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tessl.tessl +PackageVersion: 0.95.0 +PackageLocale: en-US +Publisher: Tessl +PublisherUrl: https://tessl.io +PublisherSupportUrl: https://tessl.io +Author: Tessl +PackageName: Tessl CLI +PackageUrl: https://tessl.io +License: Proprietary +Copyright: Copyright (c) Tessl. All rights reserved. +ShortDescription: Tessl CLI for managing plugins, skills, and evals. +Description: |- + Tessl CLI lets you install, publish, and manage plugins and skills from the + Tessl registry, run evals against your code, and integrate Tessl with your + agentic coding workflow. +Moniker: tessl +Tags: +- cli +- ai +- agents +- agentic +- coding +- plugins +- skills +- evals +- developer-tools +- tessl +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tessl/tessl/0.95.0/tessl.tessl.yaml b/manifests/t/tessl/tessl/0.95.0/tessl.tessl.yaml new file mode 100644 index 0000000000000..c734be0f1fe2f --- /dev/null +++ b/manifests/t/tessl/tessl/0.95.0/tessl.tessl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tessl.tessl +PackageVersion: 0.95.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.installer.yaml b/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.installer.yaml new file mode 100644 index 0000000000000..d9f66fb2e7350 --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.2.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: numan-0.2.1-x86_64-pc-windows-msvc/numan.exe + PortableCommandAlias: numan +Commands: +- numan +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tonythethompson/numan/releases/download/v0.2.1/numan-0.2.1-x86_64-pc-windows-msvc.zip + InstallerSha256: F8EF1777BE1EF02C6D0CAFF6788B2240FC30668017DA50144D7B311B342802EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.locale.en-US.yaml b/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.locale.en-US.yaml new file mode 100644 index 0000000000000..b5786116d2a29 --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: Anthony Thompson +PublisherUrl: https://github.com/tonythethompson +PublisherSupportUrl: https://github.com/tonythethompson/numan/issues +PackageName: numan +PackageUrl: https://github.com/tonythethompson/numan +License: MIT +LicenseUrl: https://github.com/tonythethompson/numan/blob/HEAD/LICENSE +ShortDescription: Cross-platform package manager for Nushell +Description: Numan installs plugins, modules, scripts, and completions from signed registries, pins immutable artifacts in a lockfile, and activates them with Nu only when you run numan activate. +Moniker: numan +Tags: +- cli +- nushell +- package-manager +ReleaseNotes: |- + [0.2.1] - 2026-08-07 + Added + - numan update --self: upgrade the numan CLI itself. Standalone installs download the matching GitHub Release asset, verify the Ed25519 signature over SHA256SUMS (SHA256SUMS.sig + baked-in release public key), then check the archive digest and replace the binary. Homebrew / winget / cargo installs print the exact upgrade command instead of self-replacing; --check still queries GitHub Releases to report whether a newer version exists before printing that hint. The Release workflow now hard-fails if NUMAN_RELEASE_SIGNING_KEY is unset so every published release ships SHA256SUMS.sig. + - SECURITY.md: vulnerability reporting, scope, and cross-repo trust summary (linked from the README) + Changed + - numan search / numan info: scripts and completions are labeled install-only (activation deferred) instead of module-style "not ABI-locked" wording; install-only labels still appear when Nu is unknown + - numan try: prefers activatable curated starters (plugin/module), then falls back to Nu-agnostic install-only scripts (SuaveIV/nu_script_wttr, Sanceilaks/nufetch) without calling activate; prints a quoted overlay use path from the installed lockfile entry +ReleaseNotesUrl: https://github.com/tonythethompson/numan/releases/tag/v0.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.yaml b/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.yaml new file mode 100644 index 0000000000000..a32cb1a14471d --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.2.1/tonythethompson.numan.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: tonythethompson.numan +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.installer.yaml b/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.installer.yaml deleted file mode 100644 index 2c5b016930c64..0000000000000 --- a/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: VRCXF.VRCXF -PackageVersion: 2026.07.30-f4a3902 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -ProductCode: VRCX -ReleaseDate: 2026-07-29 -AppsAndFeaturesEntries: -- DisplayName: VRCX - Publisher: vrcx-team - ProductCode: VRCX -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\VRCX' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/AariyJP/VRCXF/releases/latest/download/VRCXF_Setup.exe - InstallerSha256: 59AA3C73B35B094DE9931F041125D2AC11E57B31367D0F929766425A1BDEE7EC -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.locale.ja-JP.yaml b/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.locale.ja-JP.yaml deleted file mode 100644 index e4a965a9ab6c7..0000000000000 --- a/manifests/v/VRCXF/VRCXF/2026.07.30-f4a3902/VRCXF.VRCXF.locale.ja-JP.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: VRCXF.VRCXF -PackageVersion: 2026.07.30-f4a3902 -PackageLocale: ja-JP -Publisher: AariyJP -PublisherUrl: https://github.com/AariyJP -PublisherSupportUrl: https://github.com/AariyJP/VRCXF/issues -PackageName: VRCXF -PackageUrl: https://github.com/AariyJP/VRCXF -License: AariyJP -LicenseUrl: https://github.com/AariyJP/VRCXF/blob/HEAD/LICENSE -ShortDescription: VRChatフレンド管理ツール(Forked by @AariyJP) -Tags: -- csharp -- javascript -- typescript -- vrc -- vrchat -- vue -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.installer.yaml b/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.installer.yaml deleted file mode 100644 index 5fa932fd92f1c..0000000000000 --- a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: VirtualHere.USBClient -PackageVersion: 6.0.1 -MinimumOSVersion: 10.0.0.0 -InstallerType: portable -Commands: -- vhclient -ReleaseDate: 2026-03-02 -Installers: -- Architecture: x64 - InstallerUrl: https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe - InstallerSha256: 2B68FFC1BBA78E44280F75454891BC0AE77724A05654D838E99C7509E3301018 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.locale.en-US.yaml b/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.locale.en-US.yaml deleted file mode 100644 index 2e88140c6f934..0000000000000 --- a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: VirtualHere.USBClient -PackageVersion: 6.0.1 -PackageLocale: en-US -Publisher: VirtualHere Pty. Ltd. -PublisherUrl: https://www.virtualhere.com/ -PublisherSupportUrl: https://www.virtualhere.com/forum/2 -PrivacyUrl: https://www.virtualhere.com/privacy -PackageName: VirtualHere USB Client -PackageUrl: https://www.virtualhere.com/usb_client_software -License: Proprietary -Copyright: (c) VirtualHere Pty. Ltd. 2010-2023 -ShortDescription: > - Client application for VirtualHere, allowing USB devices to be used remotely over a network just as if they were locally connected. -Description: |- - The VirtualHere USB Client runs on Windows, MacOS, Linux and Android. The client was created to be - intuitive and extremely easy to use. - - The client needs to be run on any machine that wants to use USB devices shared by the VirtualHere - USB Server. - - The software will automatically find USB devices shared by VirtualHere USB Servers on the network. - Available USB devices will be displayed in a tree. - - Right click on the device you want to use and select Use. It will then appear to be directly - connected to your machine and can be used just like a local device! -ReleaseNotesUrl: https://www.virtualhere.com/node/955 -PurchaseUrl: https://www.virtualhere.com/purchase -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.locale.zh-CN.yaml b/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.locale.zh-CN.yaml deleted file mode 100644 index 54e2ea9e2d1ff..0000000000000 --- a/manifests/v/VirtualHere/USBClient/6.0.1/VirtualHere.USBClient.locale.zh-CN.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/19 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: VirtualHere.USBClient -PackageVersion: 6.0.1 -PackageLocale: zh-CN -Publisher: VirtualHere Pty. Ltd. -PublisherUrl: https://www.virtualhere.com/ -PublisherSupportUrl: https://www.virtualhere.com/forum/2 -PrivacyUrl: https://www.virtualhere.com/privacy -PackageName: VirtualHere USB 客户端 -PackageUrl: https://www.virtualhere.com/usb_client_software -License: 专有软件 -Copyright: (c) VirtualHere Pty. Ltd. 2010-2023 -ShortDescription: VirtualHere 的客户端应用程序,允许通过网络远程使用 USB 设备,就像它们是本地连接的一样。 -Description: |- - VirtualHere USB 客户端可在 Windows、MacOS、Linux 和 Android 上运行。该客户端的设计直观,极易使用。 - 客户端需要在任何想要使用由 VirtualHere USB 服务器共享的 USB 设备的计算机上运行。 - 软件会自动查找网络上由 VirtualHere USB 服务器共享的 USB 设备。可用的 USB 设备将以树状结构显示。 - 右键点击您想要使用的设备并选择“使用”。设备将显示为已直接连接到您的计算机,并且可以像本地设备一样使用! -ReleaseNotesUrl: https://www.virtualhere.com/node/955 -PurchaseUrl: https://www.virtualhere.com/purchase -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.installer.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.installer.yaml new file mode 100644 index 0000000000000..a9bacd142091b --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.installer.yaml @@ -0,0 +1,95 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.62 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- apng +- flac +- gif +- htm +- html +- ico +- jpeg +- jpg +- log +- m4v +- mht +- mhtml +- mp3 +- mp4 +- ogg +- pdf +- png +- shtml +- svg +- txt +- webp +- xht +- xhtml +- xml +ProductCode: Vivaldi +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.62.exe + InstallerSha256: 6FE8D36C518D06C85B809B16AF8356D42B77F9F502763D8A9CBF248F1A8A2A41 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.62.exe + InstallerSha256: 6FE8D36C518D06C85B809B16AF8356D42B77F9F502763D8A9CBF248F1A8A2A41 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.62.x64.exe + InstallerSha256: 17F2A15AC4D3B360E1577F01E7ADAA2964FC7424908BBBACD9F9D12A65FDDDD8 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.62.x64.exe + InstallerSha256: 17F2A15AC4D3B360E1577F01E7ADAA2964FC7424908BBBACD9F9D12A65FDDDD8 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.62.arm64.exe + InstallerSha256: 2084D46A91C1953A75A5745D8939A1E1BA15CD5FB5139E39B41E7B93A5DE5790 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.62.arm64.exe + InstallerSha256: 2084D46A91C1953A75A5745D8939A1E1BA15CD5FB5139E39B41E7B93A5DE5790 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.locale.en-US.yaml new file mode 100644 index 0000000000000..beabd669766a4 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.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: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.62 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser. +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Moniker: vivaldi +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- pdfreader +- protonvpn +- rssreader +- web +- webbrowser +- webpage +- xp99gvqdx7jpr4 +ReleaseNotes: |- + - [Crash][Media] Playing certain radio streams VB-130460 + - [Chromium] Update to 150.0.7871.226 ESR (includes security fixes from 151.0.7922.108/109) +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.1.4087.62.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d6d2961d7a755 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.62 +PackageLocale: zh-CN +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/zh-hans/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.1.4087.62.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.yaml new file mode 100644 index 0000000000000..2c72089cc55f2 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.62/Vivaldi.Vivaldi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.62 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.installer.yaml b/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.installer.yaml new file mode 100644 index 0000000000000..6635f9bd2ea04 --- /dev/null +++ b/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.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: v2RayTun.Windows +PackageVersion: 3.10.15 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART +UpgradeBehavior: install +AppsAndFeaturesEntries: +- DisplayName: v2RayTun + Publisher: DATABRIDGES TECHNOLOGIES LTD + UpgradeCode: '{4CAA7AAB-7C69-4862-85B4-25E5BA76D312}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://storage.v2raytun.com/releases/v2RayTun_Setup_3.10.15.exe + InstallerSha256: 9F462026877AFD7F1BE4F0E4E42752DCE3377443B8813E904C700BF49CD08D94 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.locale.en-US.yaml b/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.locale.en-US.yaml new file mode 100644 index 0000000000000..f9493131f0489 --- /dev/null +++ b/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: v2RayTun.Windows +PackageVersion: 3.10.15 +PackageLocale: en-US +Publisher: DATABRIDGES TECHNOLOGIES LTD +PublisherUrl: https://v2raytun.com/ +PackageName: v2RayTun +PackageUrl: https://v2raytun.com/ +License: Proprietary +Copyright: © DATABRIDGES TECHNOLOGIES LTD 2026 +ShortDescription: Proxy client based on Xray core for Windows. +Moniker: v2raytun +Tags: +- proxy +- vpn +- xray +- v2ray +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.yaml b/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.yaml new file mode 100644 index 0000000000000..dafc1a771fff6 --- /dev/null +++ b/manifests/v/v2RayTun/Windows/3.10.15/v2RayTun.Windows.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: v2RayTun.Windows +PackageVersion: 3.10.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.installer.yaml b/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.installer.yaml deleted file mode 100644 index fe344f12024c7..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260729-115229-46a166d6 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' -ReleaseDate: 2026-04-30 -AppsAndFeaturesEntries: -- ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\WezTerm' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-setup.exe - InstallerSha256: 2C474AFD28320B56B49A6F291D54BD7836B786E9757B62226346A24F42A112D0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.locale.en-US.yaml b/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.locale.en-US.yaml deleted file mode 100644 index 177b6052668c3..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260729-115229-46a166d6 -PackageLocale: en-US -Publisher: Wez Furlong -PublisherUrl: https://github.com/wezterm -PublisherSupportUrl: https://github.com/wezterm/wezterm/issues -Author: Wez Furlong -PackageName: WezTerm -PackageUrl: https://github.com/wezterm/wezterm -License: MIT -LicenseUrl: https://github.com/wezterm/wezterm/blob/HEAD/LICENSE.md -Copyright: Copyright (c) 2018-Present Wez Furlong -CopyrightUrl: https://github.com/wezterm/wezterm/blob/main/LICENSE.md -ShortDescription: | - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust -Tags: -- rust -- serial -- serial-port -- terminal -- terminal-emulator -- terminal-emulators -ReleaseNotes: |- - Ignore the sources associated with this release: it's just the readme. - This release holds builds generated by the nightly build process that runs in the CI/CD environment. - These builds may be unstable or unusable; they are simply a build of whatever is in master at the time that the nightly build runs. -ReleaseNotesUrl: https://github.com/wezterm/wezterm/releases/tag/nightly -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.yaml b/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.yaml deleted file mode 100644 index 29d5b10e4a0b7..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260729-115229-46a166d6/wez.wezterm.nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/31 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260729-115229-46a166d6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.installer.yaml b/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.installer.yaml deleted file mode 100644 index 5b31909d5c379..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260731-083216-d69264df -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' -ReleaseDate: 2026-04-30 -AppsAndFeaturesEntries: -- ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\WezTerm' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-setup.exe - InstallerSha256: 1B28E21592E9556C48057B1FE5968D3E1F80E5D9AD3F6EA68C2541AA8B8DF6EF -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.locale.en-US.yaml b/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.locale.en-US.yaml deleted file mode 100644 index 5a3fbcda153a4..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260731-083216-d69264df -PackageLocale: en-US -Publisher: Wez Furlong -PublisherUrl: https://github.com/wezterm -PublisherSupportUrl: https://github.com/wezterm/wezterm/issues -Author: Wez Furlong -PackageName: WezTerm -PackageUrl: https://github.com/wezterm/wezterm -License: MIT -LicenseUrl: https://github.com/wezterm/wezterm/blob/HEAD/LICENSE.md -Copyright: Copyright (c) 2018-Present Wez Furlong -CopyrightUrl: https://github.com/wezterm/wezterm/blob/main/LICENSE.md -ShortDescription: | - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust -Tags: -- rust -- serial -- serial-port -- terminal -- terminal-emulator -- terminal-emulators -ReleaseNotes: |- - Ignore the sources associated with this release: it's just the readme. - This release holds builds generated by the nightly build process that runs in the CI/CD environment. - These builds may be unstable or unusable; they are simply a build of whatever is in master at the time that the nightly build runs. -ReleaseNotesUrl: https://github.com/wezterm/wezterm/releases/tag/nightly -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.yaml b/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.yaml deleted file mode 100644 index 9ac2de6586fcb..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260731-083216-d69264df/wez.wezterm.nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260731-083216-d69264df -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.installer.yaml b/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.installer.yaml new file mode 100644 index 0000000000000..8f831287dac81 --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: xpipe-io.xpipe.portable +PackageVersion: "23.9" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xpipe-23.9/xpiped.exe + PortableCommandAlias: xpipe +ReleaseDate: 2026-07-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/23.9/xpipe-portable-windows-x86_64.zip + InstallerSha256: E1B1E42D33636893698DA02E8C10C40A3073CCFC3DEA84368187581E4DE4ED15 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.locale.en-US.yaml b/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.locale.en-US.yaml new file mode 100644 index 0000000000000..e2504fd6f8054 --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: xpipe-io.xpipe.portable +PackageVersion: "23.9" +PackageLocale: en-US +Publisher: XPipe-io +PublisherUrl: https://github.com/xpipe-io +PublisherSupportUrl: https://github.com/xpipe-io/xpipe/issues +Author: crschnick +PackageName: XPipe Portable +PackageUrl: https://github.com/xpipe-io/xpipe +License: Apache-2.0 +LicenseUrl: https://github.com/xpipe-io/xpipe/blob/HEAD/LICENSE.md +ShortDescription: A brand-new shell connection hub and remote file manager +Description: XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire sever infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems. +Moniker: xpipe-portable +Tags: +- remote +ReleaseNotes: |- + • Fix VNC rendering issues when server did not support resize + • Fix git sync error about missing HEAD on first commit + • Fix Windows updater breaking when XPipe is run as admin once + • Fix netbird auth links sometimes not being opened on Linux when connecting to a system + • Fix RealVNC v8 app on macOS not being detected + • Fix batch mode state not resetting properly on toggle + • Fix various NullPointers + Downloads + You can find all downloadable artifacts below attached to this release. For installation instructions, see the installation guide. + All artifacts are signed by Christopher Schnick (BBDA 885A DD3E 0AD0) +ReleaseNotesUrl: https://github.com/xpipe-io/xpipe/releases/tag/23.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.yaml b/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.yaml new file mode 100644 index 0000000000000..c91ecd0b91a5d --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/portable/23.9/xpipe-io.xpipe.portable.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: xpipe-io.xpipe.portable +PackageVersion: "23.9" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.installer.yaml b/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.installer.yaml new file mode 100644 index 0000000000000..c47f1ea3a2801 --- /dev/null +++ b/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Youdao.YoudaoTranslate +PackageVersion: 11.3.16.0 +InstallerType: exe +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ReleaseDate: 2026-07-16 +Installers: +- Architecture: x86 + InstallerUrl: https://download.ydstatic.com/cidian/static/11.3/260805/YoudaoDictSetup.exe + InstallerSha256: 4596505E5D8E3DFC0921725779D30D4299CAC5277F0F2CFDD8EB6BDA99F159A3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.locale.zh-CN.yaml b/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6a0596fe7aa39 --- /dev/null +++ b/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Youdao.YoudaoTranslate +PackageVersion: 11.3.16.0 +PackageLocale: zh-CN +Publisher: 网易公司 +PublisherUrl: https://shared.youdao.com/www/about.html +PrivacyUrl: https://c.youdao.com/dict/law/youdao_agreement/privacy.html +Author: Youdao +PackageName: 网易有道翻译 +PackageUrl: https://cidian.youdao.com/ +License: Proprietary +Copyright: © 2026 网易公司 +ShortDescription: 网易有道翻译 - 史上最强大的翻译生产力工具 +Moniker: youdaotranslate +Tags: +- cloud +- dict +- dictionary +- online +- translate +ReleaseNotes: |- + - AIBox: All-New Upgrade + - Access the always-on desktop floating ball anytime to handle text across apps in one go—covering polishing, translation, and error correction. +ReleaseNotesUrl: https://fanyi.youdao.com/download-release-notes +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.yaml b/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.yaml new file mode 100644 index 0000000000000..3b783426d9ee9 --- /dev/null +++ b/manifests/y/Youdao/YoudaoTranslate/11.3.16.0/Youdao.YoudaoTranslate.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: Youdao.YoudaoTranslate +PackageVersion: 11.3.16.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.943/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..b8406ce1bd198 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.943 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.943-win-x64.exe + InstallerSha256: B87C71178C17391E78939E74092FFC830803790B1715CBDE331E2A537025D392 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.943-win-x64.exe + InstallerSha256: B87C71178C17391E78939E74092FFC830803790B1715CBDE331E2A537025D392 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.943/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..1882f8bd95afd --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.943 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Bug Fixes + - Fixed a memory issue that could cause out-of-memory errors when streaming responses from sub-agents. + - Fixed a misleading “Task completed successfully.” message that appeared when a sub-agent actually did nothing. + - Fixed additional causes of application freezes and crashes on Windows that weren’t addressed in a previous fix. + - Key press actions now report whether the keystroke was actually delivered to the target, instead of a simple “pressed” indicator. + - Fixed a bug where keystrokes that didn’t reach any target were incorrectly reported as successfully typed. + - Fixed an issue where element indices could become stale after interface updates, ensuring they continue to point to the correct elements. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.943/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..49a00f7fe65cd --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.943 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.943/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.yaml new file mode 100644 index 0000000000000..82be34524be28 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.943/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.943 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.installer.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.installer.yaml new file mode 100644 index 0000000000000..828bc8cdf92b5 --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoho.Ulaa +PackageVersion: 151.0.7922.112 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Zoho Ulaa +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://ulaa.zoho.com/release/win/Ulaa-Browser-v2.46.2.exe + InstallerSha256: 042F113B1C5155FFCA9E7B373876587A7C59B0015E5910CA97F7DDD859781840 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://ulaa.zoho.com/release/win/Ulaa-Browser-v2.46.2.exe + InstallerSha256: 042F113B1C5155FFCA9E7B373876587A7C59B0015E5910CA97F7DDD859781840 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.locale.en-US.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.locale.en-US.yaml new file mode 100644 index 0000000000000..788841d12c269 --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zoho.Ulaa +PackageVersion: 151.0.7922.112 +PackageLocale: en-US +Publisher: Ulaa +PublisherUrl: https://www.zoho.com/ +PublisherSupportUrl: https://ulaa.com/feedback +PrivacyUrl: https://www.zoho.com/privacy.html +Author: Zoho Corporation +PackageName: Ulaa +PackageUrl: https://ulaa.com/ +License: Proprietary +LicenseUrl: https://ulaa.com/eula.html +Copyright: Copyright 2026 Zoho Corp. All rights reserved. +CopyrightUrl: https://ulaa.com/eula.html +ShortDescription: A browser that respects your privacy, protects your personal data, and is designed to upgrade the way you work online. +Tags: +- browser +- chromium +- internet +- manifestv3 +- mv3 +- web +- webpage +Documentations: +- DocumentLabel: Help + DocumentUrl: https://ulaabrowser.zohodesk.com/portal/home +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.locale.zh-CN.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e5702e6a887a1 --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoho.Ulaa +PackageVersion: 151.0.7922.112 +PackageLocale: zh-CN +License: 专有软件 +Copyright: 版权所有 2026 Zoho Corp. 保留所有权利。 +ShortDescription: 一款尊重隐私、保护个人数据的浏览器,旨在提升您的在线工作方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://ulaabrowser.zohodesk.com/portal/home +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.yaml b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.yaml new file mode 100644 index 0000000000000..8be077a944799 --- /dev/null +++ b/manifests/z/Zoho/Ulaa/151.0.7922.112/Zoho.Ulaa.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Zoho.Ulaa +PackageVersion: 151.0.7922.112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.installer.yaml b/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.installer.yaml new file mode 100644 index 0000000000000..40cbf6841ee19 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 6.2.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: Steam Game Idler +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- ProductCode: Steam Game Idler +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Steam Game Idler' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zevnda/steam-game-idler/releases/download/6.2.1/Steam.Game.Idler_6.2.1_x64-setup.exe + InstallerSha256: 323F9E59AD02AFEF97A3D451986E91D8EF2749B1902D75B5694D76450E030B05 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.locale.en-US.yaml b/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.locale.en-US.yaml new file mode 100644 index 0000000000000..854d43946c4f1 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 6.2.1 +PackageLocale: en-US +Publisher: zevnda +PublisherUrl: https://github.com/zevnda +PublisherSupportUrl: https://github.com/zevnda/steam-game-idler/issues +Author: zevnda +PackageName: Steam Game Idler +PackageUrl: https://github.com/zevnda/steam-game-idler +License: MIT +LicenseUrl: https://github.com/zevnda/steam-game-idler/blob/HEAD/LICENSE +Copyright: Copyright © 2024-2025 zevnda +ShortDescription: Farm Steam trading cards, manage achievements, and idle games automatically — an all-in-one alternative to ArchiSteamFarm, Steam Achievement Manager, and Idle Master +Description: Steam Game Idler (SGI) is a Steam automation tool for farming trading cards, managing achievements, and boosting playtime across all games in your Steam library. +Tags: +- steam steam-idle-master steam-farm +ReleaseNotes: |- + What's Changed + - fix(free-games): games list not updating after claiming a free game by @zevnda in #2056 + - refactor(components): decrease house ads per google attempt by @zevnda in #2059 + - chore(pro): migrate api endpoints by @zevnda in #2063 + Full Changelog: 6.2.0...6.2.1 +ReleaseNotesUrl: https://github.com/zevnda/steam-game-idler/releases/tag/6.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.yaml b/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.yaml new file mode 100644 index 0000000000000..c9345a5eaf3be --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/6.2.1/zevnda.SteamGameIdler.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: zevnda.SteamGameIdler +PackageVersion: 6.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0