diff --git a/manifests/a/AQBot/AQBot/0.0.158/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.158/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..4aad784446f71 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.158/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.158 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.158/AQBot_0.0.158_x64-setup.exe + InstallerSha256: 22964C539C77EB255032FFB7CD6FBB830FDA5F4755A25400B98E3D0A0378010D + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.158/AQBot_0.0.158_arm64-setup.exe + InstallerSha256: 9720E061F3B3277137CE7E09D3C9584307DCCFC70E35C5D59A15C4C1B8D5930B + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.158/AQBot_0.0.158_x64_en-US.msi + InstallerSha256: 1A02F2D738A4CA1163C85027B9AE0D95D80F33A11ADC74FCFB804D14281673FA + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{A20733D3-1556-44E7-BAF2-9262727FF360}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.158/AQBot_0.0.158_arm64_en-US.msi + InstallerSha256: B0F882FFB2965DCCFDC24492CACF5CC3CD90283F51F7A3260BE6E4CBAE73636C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{038EF3D2-13A4-4567-95BC-6B15F44F5834}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.158/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.158/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..bb9c38773c976 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.158/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.158 +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.158/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.158/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c461648e0e33c --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.158/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.158 +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 修复 + - agent: 修复运行收尾与取消竞态 (#d601b21) + 🚀 新功能 + - model-test: 完善模型测活与延迟检测 (#1289d9c) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.158 +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.158/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.158/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..8b984952b9763 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.158/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.158 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.installer.yaml b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.installer.yaml similarity index 76% rename from manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.installer.yaml rename to manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.installer.yaml index 8ccaa774edfa4..2b43b1bc7d47c 100644 --- a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.installer.yaml +++ b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: AXIS.AXISOptimizer -PackageVersion: 6.0.10.0 +PackageVersion: 6.0.19.0 InstallerType: inno Scope: machine ProductCode: AxisOptimizerXProtect_is1 -ReleaseDate: 2026-08-24 +ReleaseDate: 2026-09-08 Installers: - Architecture: x64 InstallerUrl: https://www.axis.com/ftp/pub_soft/cam_srv/optimizer_milestone/latest/AxisOptimizer.exe - InstallerSha256: 785DBE6F66F03256EE2C0F24195F79C8AB8E5C87F631B24DF8E7D49A47EEBBB1 + InstallerSha256: 511BD7B8EA04C3F5050F21D0F7F8361689BAA3FC9846D980A22DA5074F0A2310 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.locale.en-US.yaml b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.locale.en-US.yaml similarity index 76% rename from manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.locale.en-US.yaml rename to manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.locale.en-US.yaml index 47db6864da9a9..4f5fd99b8afdf 100644 --- a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.locale.en-US.yaml +++ b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: AXIS.AXISOptimizer -PackageVersion: 6.0.10.0 +PackageVersion: 6.0.19.0 PackageLocale: en-US Publisher: Axis Communications PublisherUrl: https://www.axis.com/ @@ -31,18 +31,13 @@ Description: |- Save time and effort It helps optimize both Axis-Milestone systems and daily workflows, saving you considerable time and effort. Discover your savings for a range of daily workflows. ReleaseNotes: |- - - [Feature] Speaker manager: In Pro mode, operator can now select a - custom visual profile or use a custom text when paging. - - [Feature] Axis actions: Visual profile and text is now supported for - audio clip actions (only supported when using AXIS Audio Manager Pro). - - [Improvement] Visitor management: Support receiving calls from AXIS - Q9307-LV Dome Camera - - [Fix] Speaker manager: Fix audio clip upload failure on Axis OS 12+ - - [Fix] License plate list management: Workaround for AXIS License Plate - Verifier web fails to start after adding a license plate containing - only numbers. - - [Fix] Minor fixes for license plate list management - - [Fix] Access control: Correct door state icons for monitored doors + - [Improvement] Speaker manager: Remove audio clips not available in the + local audio library for speaker groups (Edge and Legacy mode) + - [Fix] Dewarp view: Stability improvmements targeting Intel Graphics + GPU clients + - [Fix] Device assistant: Refixed problem with devices using same + IP/host but different ports only showed once in list. + - [Fix] Axis actions: Fix problem with missing operator controls ReleaseNotesUrl: https://www.axis.com/ftp/pub_soft/cam_srv/optimizer_milestone/latest/relnote.txt ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.locale.zh-CN.yaml b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.locale.zh-CN.yaml similarity index 98% rename from manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.locale.zh-CN.yaml rename to manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.locale.zh-CN.yaml index e692df371abd1..41f09559112d0 100644 --- a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.locale.zh-CN.yaml +++ b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: AXIS.AXISOptimizer -PackageVersion: 6.0.10.0 +PackageVersion: 6.0.19.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 优化 Axis 与 Milestone 系统 diff --git a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.yaml b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.yaml similarity index 90% rename from manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.yaml rename to manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.yaml index 8fc946dbee904..df1790390ff86 100644 --- a/manifests/a/AXIS/AXISOptimizer/6.0.10.0/AXIS.AXISOptimizer.yaml +++ b/manifests/a/AXIS/AXISOptimizer/6.0.19.0/AXIS.AXISOptimizer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: AXIS.AXISOptimizer -PackageVersion: 6.0.10.0 +PackageVersion: 6.0.19.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.installer.yaml b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.installer.yaml similarity index 94% rename from manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.installer.yaml rename to manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.installer.yaml index d818931372c27..6449c85c39e94 100644 --- a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 26.001.21771 +PackageVersion: 26.002.21901 InstallerType: zip NestedInstallerType: exe NestedInstallerFiles: @@ -82,7 +82,7 @@ FileExtensions: - xdp - xfdf ProductCode: '{AC76BA86-1033-FFFF-7760-BC15014EA700}' -ReleaseDate: 2026-08-03 +ReleaseDate: 2026-09-08 AppsAndFeaturesEntries: - DisplayName: Adobe Acrobat (64-bit) InstallerType: msi @@ -91,6 +91,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/win32/Acrobat_DC_Web_x64_WWMUI.zip - InstallerSha256: DA305EC497216582B61B7024F6F4E78963E66757983D57675B0DBA40DEA586D1 + InstallerSha256: ECE5D3816C32DE1374B1D228B04D01ABB1621A7AEA6D61728D97A65718053035 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.locale.en-US.yaml similarity index 97% rename from manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.locale.en-US.yaml rename to manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.locale.en-US.yaml index 7876a623a867b..d64fbc1fdde23 100644 --- a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.locale.en-US.yaml +++ b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 26.001.21771 +PackageVersion: 26.002.21901 PackageLocale: en-US Publisher: Adobe Author: Adobe Inc. diff --git a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.locale.zh-CN.yaml similarity index 96% rename from manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.locale.zh-CN.yaml rename to manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.locale.zh-CN.yaml index fb9383b3b340d..c49391cee8b80 100644 --- a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.locale.zh-CN.yaml +++ b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 26.001.21771 +PackageVersion: 26.002.21901 PackageLocale: zh-CN License: 专有软件 ShortDescription: 随时随地与客户协作,或与团队一起实时查看文档。在所有设备上编辑、签署、共享、保护和搜索 PDF。 diff --git a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.yaml b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.yaml similarity index 89% rename from manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.yaml rename to manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.yaml index d2132eacece6c..713759f195f9b 100644 --- a/manifests/a/Adobe/Acrobat/Pro/26.001.21771/Adobe.Acrobat.Pro.yaml +++ b/manifests/a/Adobe/Acrobat/Pro/26.002.21901/Adobe.Acrobat.Pro.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Adobe.Acrobat.Pro -PackageVersion: 26.001.21771 +PackageVersion: 26.002.21901 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.installer.yaml b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.installer.yaml new file mode 100644 index 0000000000000..7f1b012f04e67 --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.12.36.40 +UpgradeBehavior: install +Protocols: +- onepassword +- onepassword8 +ReleaseDate: 2026-09-08 +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.19041.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://c.1password.com/dist/1P/win8/1PasswordSetup-8.12.36.msixbundle + InstallerSha256: ECD3126972DDBAE031BC81770C864CDC17BA4CDD5DA5443EF86E236E4503E8FE + SignatureSha256: D6990741E26C307AAF214C0A6F2C135F0AC0DEE6565DB36C7BAEAFA4BCC50806 + PackageFamilyName: Agilebits.1Password_amwd9z03whsfe +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.19041.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://c.1password.com/dist/1P/win8/1PasswordSetup-8.12.36.msixbundle + InstallerSha256: ECD3126972DDBAE031BC81770C864CDC17BA4CDD5DA5443EF86E236E4503E8FE + SignatureSha256: D6990741E26C307AAF214C0A6F2C135F0AC0DEE6565DB36C7BAEAFA4BCC50806 + PackageFamilyName: Agilebits.1Password_amwd9z03whsfe +- Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://c.1password.com/dist/1P/win8/1PasswordSetup-8.12.36.msi + InstallerSha256: EE86B2D92A6D0B49861DA14FE7EE89DC27390B6B6D29A1C74B013A3507DEE54D + ProductCode: '{6C72938F-8309-40C2-8D5A-6C80900EC752}' + AppsAndFeaturesEntries: + - DisplayVersion: 8.12.36 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.locale.en-US.yaml b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.locale.en-US.yaml new file mode 100644 index 0000000000000..6de39681e9f5a --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.12.36.40 +PackageLocale: en-US +Publisher: AgileBits Inc. +PublisherUrl: https://1password.com/ +PublisherSupportUrl: https://support.1password.com/ +PrivacyUrl: https://1password.com/legal/privacy +Author: AgileBits Inc. +PackageName: 1Password +PackageUrl: https://1password.com/downloads/windows +License: Proprietary +LicenseUrl: https://1password.com/legal/terms-of-service +Copyright: © 2026 1Password. All rights reserved. +CopyrightUrl: https://1password.com/legal/terms-of-service +ShortDescription: Top-Rated Password Manager for Personal & Business Use +Description: Protect your sensitive information with our password manager. Stop data breaches, secure apps, and autofill passwords with 1Password. +Tags: +- credential +- password +- protect +- protection +- security +- vault +PurchaseUrl: https://1password.com/pricing +Documentations: +- DocumentLabel: 1Password Developer + DocumentUrl: https://developer.1password.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.locale.zh-CN.yaml b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a42e38622dabe --- /dev/null +++ b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.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: AgileBits.1Password +PackageVersion: 8.12.36.40 +PackageLocale: zh-CN +PublisherUrl: https://1password.com/zh-cn +PrivacyUrl: https://1password.com/zh-cn/legal/privacy +PackageUrl: https://1password.com/zh-cn/downloads/windows +License: 专有软件 +LicenseUrl: https://1password.com/zh-cn/legal/terms-of-service +Copyright: © 2026 1Password. 保留所有权利。 +CopyrightUrl: https://1password.com/zh-cn/legal/terms-of-service +ShortDescription: 适合个人和企业使用的顶级密码管理器 +Description: 使用我们的密码管理器保护您的敏感信息。使用 1Password 杜绝数据泄露、确保应用程序安全并自动填充密码。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +PurchaseUrl: https://1password.com/zh-cn/pricing +Documentations: +- DocumentLabel: 1Password 开发者 + DocumentUrl: https://developer.1password.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.yaml b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.yaml similarity index 74% rename from manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.yaml rename to manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.yaml index 90f8423e5d41c..6b98c27a17296 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.yaml +++ b/manifests/a/AgileBits/1Password/8.12.36.40/AgileBits.1Password.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: Tencent.WeChat.Universal -PackageVersion: 4.1.6.46 +PackageIdentifier: AgileBits.1Password +PackageVersion: 8.12.36.40 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.installer.yaml b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.installer.yaml new file mode 100644 index 0000000000000..bc57331492a57 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.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: AmarBego.Rscoop +PackageVersion: 1.9.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{931BE0BA-265E-4EB4-94AD-8378FAD30CC1}' +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{59342020-9BAD-5961-9756-447E1E26D07C}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AmarBego/Rscoop/releases/download/v1.9.9/rscoop_1.9.9_x64_en-US.msi + InstallerSha256: 04F8440B588527CB58076B0EDD4ACED6DF1013AA8E282AFFD358D6F6F7ED3BC4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.locale.en-US.yaml b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.locale.en-US.yaml new file mode 100644 index 0000000000000..7b6fd960ff943 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.9.9 +PackageLocale: en-US +Publisher: rscoop +PublisherUrl: https://github.com/AmarBego +PublisherSupportUrl: https://github.com/AmarBego/Rscoop/issues +Author: Amar Begovic +PackageName: rscoop +PackageUrl: https://github.com/AmarBego/Rscoop +License: MIT +LicenseUrl: https://github.com/AmarBego/Rscoop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Amar Begovic +ShortDescription: A Modern, Powerful GUI for Scoop +Description: Rscoop (rust-scoop) is the ultimate graphical user interface for the Scoop package manager on Windows. Rscoop isn't just a pretty face; it's a powerhouse of functionality designed to be a complete replacement for the command line. Its intuitive, modern UI is incredibly easy to grasp, making package management a breeze for both new and experienced users. +Tags: +- scoop +ReleaseNotes: |- + Release Notes 1.9.9 + Bug Fixes + - Fixed notes and long log lines not wrapping inside the operation window. + - Fixed package notes accidentally including the rest of the update log. Long notes now scroll inside their own panel. + - Fixed bucket updates giving up after a temporary connection error. These updates now retry automatically up to two times. + - Fixed partial bucket updates showing as a complete failure. They now show a warning listing the buckets that could not be updated. + - Fixed installs and updates failing when rScoop could not find the Scoop command, including when running as administrator. Thanks to @maphew for PR #81! + Maintenance + - Updated dependencies. +ReleaseNotesUrl: https://github.com/AmarBego/Rscoop/releases/tag/v1.9.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.locale.zh-CN.yaml b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..78caa4382095a --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.9.9 +PackageLocale: zh-CN +ShortDescription: 现代强大的 Scoop 图形用户界面 +Description: Rscoop(rust-scoop)是 Windows 平台 Scoop 包管理器的终极图形界面。它不仅拥有赏心悦目的外观,更是一个功能强大的工具,旨在完全替代命令行操作。其直观现代的界面设计极易上手,无论新手还是资深用户都能轻松驾驭软件包管理。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.yaml b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.yaml similarity index 74% rename from manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.yaml rename to manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.yaml index e1c19baa6235f..d9783db5902be 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.yaml +++ b/manifests/a/AmarBego/Rscoop/1.9.9/AmarBego.Rscoop.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: Tencent.WeChat.Universal -PackageVersion: 4.1.10.53 +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.9.9 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.installer.yaml b/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.installer.yaml new file mode 100644 index 0000000000000..94fb3d634bf29 --- /dev/null +++ b/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.installer.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Arelle.Arelle +PackageVersion: 2.44.7 +UpgradeBehavior: install +ReleaseDate: 2026-09-03 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/Arelle/Arelle/releases/download/2.44.7/arelle-win-2.44.7.exe + InstallerSha256: 63C78C80033E0E23D974207ED390EE38024C654605BBCA3BBC3140753372DB44 + ProductCode: Arelle + AppsAndFeaturesEntries: + - Publisher: arelle.org + ProductCode: Arelle + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Arelle' +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: arelleCmdLine.exe + PortableCommandAlias: arelleCmdLine + - RelativeFilePath: arelleGUI.exe + PortableCommandAlias: arelleGUI + InstallerUrl: https://github.com/Arelle/Arelle/releases/download/2.44.7/arelle-win-2.44.7.zip + InstallerSha256: EE7E8571A1FD5AF26984978A20758F028C2FFDF5CE0C6D2C15C598A924C2C758 + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.locale.en-US.yaml b/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.locale.en-US.yaml new file mode 100644 index 0000000000000..1fefdc36cd3de --- /dev/null +++ b/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Arelle.Arelle +PackageVersion: 2.44.7 +PackageLocale: en-US +Publisher: Arelle +PublisherUrl: https://arelle.org/ +PublisherSupportUrl: https://groups.google.com/d/forum/arelle-users +Author: Workiva, Inc. +PackageName: Arelle +PackageUrl: https://github.com/Arelle/Arelle +License: Apache 2.0 +LicenseUrl: https://github.com/Arelle/Arelle/blob/HEAD/LICENSE.md +Copyright: Copyright © 2011-present Workiva, Inc. +CopyrightUrl: https://arelle.readthedocs.io/en/latest/license.html +ShortDescription: Arelle is an end-to-end open source XBRL platform +Description: Arelle is an end-to-end open source XBRL platform, which provides the XBRL community with an easy to use set of tools. It supports XBRL and its extension features in an extensible manner. It does this in a compact yet robust framework that can be used as a desktop application and can be integrated with other applications and languages utilizing its web service, command line interface, and Python API. +Moniker: arelle +ReleaseNotes: |- + What's Changed + - Add july and August updates (#2574) @austinmatherne-wk, @stevenbronson-wk + - Hong Kong IRD: Initial suite/plugin setup (#2562) @aaroncameron-wk, @austinmatherne-wk + - Remove trailing newlines in ineffective arc messages. (#2572) @stevenbronson-wk, @derekgengenbacher-wf + - Refine and update UKSEF1-2 validation and schema checks (#2557) @volodymyrtur-wk, @aaroncameron-wk + + ⬆️ Dependencies + 2 changes + - Bump the gha-dependencies group across 1 directory with 2 updates (#2575) @dependabot[bot], @austinmatherne-wk + - Bump the python-dependencies group across 1 directory with 7 updates (#2576) @dependabot[bot], @austinmatherne-wk +ReleaseNotesUrl: https://github.com/Arelle/Arelle/releases/tag/2.44.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.yaml b/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.yaml similarity index 53% rename from manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.yaml rename to manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.yaml index e23d2091db3c6..330e157f6bb3a 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.yaml +++ b/manifests/a/Arelle/Arelle/2.44.7/Arelle.Arelle.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/07 +# Created by Anthelion using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.7.1000 +PackageIdentifier: Arelle.Arelle +PackageVersion: 2.44.7 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.installer.yaml b/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.installer.yaml new file mode 100644 index 0000000000000..0273fa94ebeff --- /dev/null +++ b/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.installer.yaml @@ -0,0 +1,27 @@ +# 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: AurelioAvila.PCTweaker +PackageVersion: 1.11.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +ProductCode: pc-tweaker-app +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- DisplayName: pc-tweaker-app + ProductCode: pc-tweaker-app +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\pc-tweaker-app' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AurelioAvila/pc-tweaker-app/releases/download/v1.11.0/pc-tweaker-app_1.11.0_x64-setup.exe + InstallerSha256: C773C55C36C4E93A6B8136BE53DC3F8E750DD61C2E387F9050E1DAA11F9B833D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.locale.en-US.yaml b/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.locale.en-US.yaml new file mode 100644 index 0000000000000..51634bb6d362f --- /dev/null +++ b/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.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: AurelioAvila.PCTweaker +PackageVersion: 1.11.0 +PackageLocale: en-US +Publisher: Aurelio Avila +PublisherUrl: https://github.com/AurelioAvila +PublisherSupportUrl: https://github.com/AurelioAvila/pc-tweaker-app/issues +PackageName: PC Tweaker +PackageUrl: https://github.com/AurelioAvila/pc-tweaker-app +License: Proprietary +LicenseUrl: https://github.com/AurelioAvila/pc-tweaker-app/blob/HEAD/LICENSE +ShortDescription: Windows tuning for performance, gaming and privacy, with recorded changes and restore tools for supported settings. +Description: PC Tweaker provides 61 Windows tweaks, including 37 Free, plus hardware monitoring and maintenance tools. Review settings, save profiles and restore supported changes from recorded originals. Cleanup and repair operations have separate recovery limits. Version 1.9.0 adds five native AC power controls and digitally signed Windows installers from Aurelio Avila. Pro adds advanced tools and automatic game sessions; Lifetime includes profile comparison and portable tuning reports. +Tags: +- gaming +- optimizer +- performance +- privacy +- tweak +- windows +ReleaseNotes: |- + PC Tweaker 1.11.0 includes 12 months of Uninstaller Pro with Lifetime, starting from the first sign-in to Uninstaller with the same account. Existing Lifetime owners are included. The bonus does not renew automatically and existing standalone Uninstaller licenses remain separate. + The desktop pricing card and website explain the benefit and activation period. List search fields now use one rounded focus indicator, one accessible clear button and no spelling marks on program names. Existing tweak settings remain unchanged. + Windows application and installer signatures are verified before distribution. Code signing identifies the publisher; Windows may still show reputation warnings. +ReleaseNotesUrl: https://github.com/AurelioAvila/pc-tweaker-app/releases/tag/v1.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.yaml b/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.yaml new file mode 100644 index 0000000000000..6ccb00979f569 --- /dev/null +++ b/manifests/a/AurelioAvila/PCTweaker/1.11.0/AurelioAvila.PCTweaker.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: AurelioAvila.PCTweaker +PackageVersion: 1.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.installer.yaml b/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.installer.yaml new file mode 100644 index 0000000000000..c61792b79fddf --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: amir1376.ABDownloadManager +PackageVersion: 1.10.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: ABDownloadManager +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- DisplayName: AB Download Manager + ProductCode: ABDownloadManager +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\ABDownloadManager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amir1376/ab-download-manager/releases/download/v1.10.4/ABDownloadManager_1.10.4_windows_x64.exe + InstallerSha256: 7F0B2A0F939BC1248E68C207393CA181FF5F4D74F4C369D2D68F6B9B0F11FCF0 +- Architecture: arm64 + InstallerUrl: https://github.com/amir1376/ab-download-manager/releases/download/v1.10.4/ABDownloadManager_1.10.4_windows_arm64.exe + InstallerSha256: 1A507B5BEE0D72A887EA22AB0A5C7F0FAC2EC582114FF697ADA8CA9D79A03616 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.locale.en-US.yaml b/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.locale.en-US.yaml new file mode 100644 index 0000000000000..85fc17134a6c4 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.locale.en-US.yaml @@ -0,0 +1,46 @@ +# 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: amir1376.ABDownloadManager +PackageVersion: 1.10.4 +PackageLocale: en-US +Publisher: abdownloadmanager.com +PublisherUrl: https://github.com/amir1376 +PublisherSupportUrl: https://github.com/amir1376/ab-download-manager/issues +Author: AmirHossein Abdolmotallebi +PackageName: ABDownloadManager +PackageUrl: https://abdownloadmanager.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/amir1376/ab-download-manager/blob/HEAD/LICENSE +ShortDescription: A Download Manager that speeds up your downloads. +Description: AB Download Manager is a desktop app which lets you manage and organize your download files better than before. +Tags: +- chrome +- compose +- compose-multiplatform +- desktop +- desktop-app +- download +- download-manager +- downloader +- downloadmanager +- firefox +- kotlin +- linux +- windows +ReleaseNotes: |- + 1.10.4 + This version is a hot-fix for previous version, update to this version instead. + - Fixed an issue where some settings, including UI Scale, were not saved properly (#1409) + Release notes for previous version (v1.10.3) + Added + - Added an option to use the newly entered path on the Add Download page as the default download location (#1406) + Fixed + - Restricted the integration server to local connections only (#1442) + Improved + - Updated translations + - Improved system tray icon sizing on Windows + - Improved filename detection when extracting filenames from links (#1393) +ReleaseNotesUrl: https://github.com/amir1376/ab-download-manager/releases/tag/v1.10.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.yaml b/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.yaml new file mode 100644 index 0000000000000..4fa1f4ccf2fd1 --- /dev/null +++ b/manifests/a/amir1376/ABDownloadManager/1.10.4/amir1376.ABDownloadManager.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: amir1376.ABDownloadManager +PackageVersion: 1.10.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.installer.yaml new file mode 100644 index 0000000000000..040d674c57f96 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.631 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.631.exe + InstallerSha256: DE5E0234AAF39D97C633172DCFAF3C93154227A04E7CA00976E5129DB7BBF5A0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 0000000000000..387fe196b5a1a --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.631 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.yaml new file mode 100644 index 0000000000000..166dfe6ce0de3 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.631/Blitz.Blitz.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: Blitz.Blitz +PackageVersion: 2.1.631 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.installer.yaml b/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.installer.yaml new file mode 100644 index 0000000000000..06d2e0cd66acb --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.12.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: Downloader.exe + PortableCommandAlias: downloader +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/bezzad/Downloader.Desktop/releases/download/v2.12.0/Downloader-win-x64.zip + InstallerSha256: 56AFAF436604BB88BF6E97E80C0E9C145CD5B8CBB2DD3053B42940CF8F2D3DF8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.locale.en-US.yaml b/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.locale.en-US.yaml new file mode 100644 index 0000000000000..2724567793da7 --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.12.0 +PackageLocale: en-US +Publisher: Behzad Khosravifar +PublisherUrl: https://github.com/bezzad +PackageName: Downloader +PackageUrl: https://github.com/bezzad/Downloader.Desktop +License: MIT +LicenseUrl: https://github.com/bezzad/Downloader.Desktop/blob/main/LICENSE +ShortDescription: Fast cross-platform multi-connection download manager. +Moniker: downloader +Tags: + - download + - download-manager + - downloader +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.yaml b/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.yaml new file mode 100644 index 0000000000000..b7a88931419c2 --- /dev/null +++ b/manifests/b/bezzad/Downloader/2.12.0/bezzad.Downloader.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: bezzad.Downloader +PackageVersion: 2.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.installer.yaml b/manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.installer.yaml similarity index 76% rename from manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.installer.yaml rename to manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.installer.yaml index f81d87ba591ba..8f1f02c273e5e 100644 --- a/manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.installer.yaml +++ b/manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.installer.yaml @@ -2,13 +2,13 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CDESoftware.TBRAC-2024 -PackageVersion: 06.04.0006 +PackageVersion: 06.05.0001 InstallerType: exe InstallerSwitches: Silent: /exenoui /qn /norestart Installers: - Architecture: x86 InstallerUrl: https://static.cdesoftware.com/tbrac2024/TBRAC2024INSTALLER.EXE - InstallerSha256: 1E83A10724B1E738B69D41A5E7F4E41E0CB8364863206CE814588F83AD7EAA1C + InstallerSha256: BB15FE19DDA43171542D17A35EC735800497D682B20A60065D150C42E0D05E04 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.locale.en-US.yaml b/manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.locale.en-US.yaml similarity index 94% rename from manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.locale.en-US.yaml rename to manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.locale.en-US.yaml index 0354f5709cf94..b0bf158aff17a 100644 --- a/manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.locale.en-US.yaml +++ b/manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CDESoftware.TBRAC-2024 -PackageVersion: 06.04.0006 +PackageVersion: 06.05.0001 PackageLocale: en-US Publisher: CDE Software PublisherUrl: https://cdesoftware.com diff --git a/manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.yaml b/manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.yaml similarity index 87% rename from manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.yaml rename to manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.yaml index 5258df81debb7..487c412ad6ae4 100644 --- a/manifests/c/CDESoftware/TBRAC-2024/06.04.0006/CDESoftware.TBRAC-2024.yaml +++ b/manifests/c/CDESoftware/TBRAC-2024/06.05.0001/CDESoftware.TBRAC-2024.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CDESoftware.TBRAC-2024 -PackageVersion: 06.04.0006 +PackageVersion: 06.05.0001 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.installer.yaml b/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.installer.yaml new file mode 100644 index 0000000000000..447d6f5f35a73 --- /dev/null +++ b/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Canonical.Multipass +PackageVersion: 1.16.4 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +ProductCode: '{A7AD2F65-C450-4440-9AD9-59591C1AA15E}' +ReleaseDate: 2026-09-07 +AppsAndFeaturesEntries: +- ProductCode: '{A7AD2F65-C450-4440-9AD9-59591C1AA15E}' + UpgradeCode: '{FAEBC626-1491-49BB-8162-22B1684013D9}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Multipass' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/canonical/multipass/releases/download/v1.16.4/multipass-1.16.4+win-win64.msi + InstallerSha256: B0C417FB8254FA61E4AA63895F59354BB3717C58100816651A9300DD98124AEA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.locale.en-US.yaml b/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.locale.en-US.yaml new file mode 100644 index 0000000000000..54cd5366870ee --- /dev/null +++ b/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Canonical.Multipass +PackageVersion: 1.16.4 +PackageLocale: en-US +Publisher: Canonical Ltd +PublisherUrl: https://github.com/canonical +PublisherSupportUrl: https://github.com/canonical/multipass/issues +PackageName: Multipass +PackageUrl: https://github.com/canonical/multipass +License: GPL-3.0 +LicenseUrl: https://github.com/canonical/multipass/blob/HEAD/LICENSE +Copyright: © 2024 Canonical Ltd +ShortDescription: A lightweight VM Manager that supports cloud-deployment simulation +Description: |- + Multipass is a lightweight VM manager for Linux, Windows and macOS. + It's designed for developers who want a fresh Ubuntu environment with a single command. + It uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS to run the VM with minimal overhead. + It can also use VirtualBox on Windows and macOS. + Multipass will fetch images for you and keep them up to date. +Moniker: multipass +Tags: +- container +- multipass +ReleaseNotes: |- + This Multipass 1.16.4 patch release fixes an issue related to expired certificates for client/daemon communication. + Bug fixes + - [core] Regenerate expired certificates (#5202) + + Changes + + Feedback + Please file issues on the Multipass GitHub for problems and feature requests, or join the Multipass Discourse forum to chat. You can also find us in the Multipass room on Matrix. +ReleaseNotesUrl: https://github.com/canonical/multipass/releases/tag/v1.16.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.yaml b/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.yaml new file mode 100644 index 0000000000000..609ae80c27fc8 --- /dev/null +++ b/manifests/c/Canonical/Multipass/1.16.4/Canonical.Multipass.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: Canonical.Multipass +PackageVersion: 1.16.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.installer.yaml b/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.installer.yaml new file mode 100644 index 0000000000000..21dc86fa547d0 --- /dev/null +++ b/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.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: Containers.PodmanTUI +PackageVersion: 2.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: podman-tui-v2.0.0/podman-tui.exe + PortableCommandAlias: podman-tui +ReleaseDate: 2026-09-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/containers/podman-tui/releases/download/v2.0.0/podman-tui-release-windows_amd64.zip + InstallerSha256: 5FF23F19EA6ACEFDD5873282389FC02618ACD6C28C527BF41D49B495A0DFB59D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.locale.en-US.yaml b/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.locale.en-US.yaml new file mode 100644 index 0000000000000..4f5c5b090ad96 --- /dev/null +++ b/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Containers.PodmanTUI +PackageVersion: 2.0.0 +PackageLocale: en-US +Publisher: Containers +PublisherUrl: https://github.com/containers +PublisherSupportUrl: https://github.com/containers/podman-tui/issues +PackageName: PodmanTUI +PackageUrl: https://github.com/containers/podman-tui +License: Apache-2.0 +LicenseUrl: https://github.com/containers/podman-tui/blob/HEAD/LICENSE +ShortDescription: Podman Terminal User Interface +Tags: +- containers +- podman +- terminal-ui +ReleaseNotes: "## What's Changed\r\n\r\n• Podman v6 support by @navidys in https://github.com/containers/podman-tui/pull/761\r\n• Add keyboard shortcuts to command dialogs by @damiensawyer in https://github.com/containers/podman-tui/pull/752\r\n• BugFix (dialogs):prevent duplicate command-menu shortcut keys by @damiensawyer in https://github.com/containers/podman-tui/pull/760\r\n• Shortcuts key bugfix + command dialog header col change by @navidys in https://github.com/containers/podman-tui/pull/763\r\n• UI style minor update by @navidys in https://github.com/containers/podman-tui/pull/764\r\n• DOCS - SECURITY.md update by @navidys in https://github.com/containers/podman-tui/pull/765\r\n• Remote connections loading only from podman configuration by @navidys in https://github.com/containers/podman-tui/pull/766\r\n• e2e tests update by @navidys in https://github.com/containers/podman-tui/pull/798\r\n• Add ARM build release workflow by @tony-sol in https://github.com/containers/podman-tui/pull/797\r\n• Packit fix downstream build by @navidys in https://github.com/containers/podman-tui/pull/729 and https://github.com/containers/podman-tui/pull/731 and https://github.com/containers/podman-tui/pull/795\r\n• Golang update to 1.25.9 by @navidys in https://github.com/containers/podman-tui/pull/794\r\n• Bump go.podman.io/podman to v6.1.1 by @navidys in https://github.com/containers/podman-tui/pull/799\r\n• Bump go.podman.io/storage from 1.63.0 to 1.64.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/780\r\n• Bump golang.org/x/crypto from 0.54.0 to 0.55.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/785\r\n• Bump golang.org/x/crypto from 0.53.0 to 0.54.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/770\r\n• Bump golang.org/x/crypto from 0.50.0 to 0.53.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/749\r\n• Bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.4 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/734\r\n• Bump github.com/rs/zerolog from 1.34.0 to 1.35.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/733\r\n• Bump go.opentelemetry.io/otel from 1.36.0 to 1.41.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/743\r\n• Bump github.com/rs/zerolog from 1.35.0 to 1.35.1 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/741\r\n• Bump github.com/sigstore/fulcio from 1.7.1 to 1.8.5 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/714\r\n• Bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/716\r\n• Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/738\r\n• Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/753\r\n• Bump github.com/gdamore/tcell/v2 from 2.13.5 to 2.13.10 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/747\r\n• Bump github.com/navidys/tvxwidgets from 0.12.1 to 0.14.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/757\r\n• Bump actions/setup-go from 6 to 7 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/772\r\n• Bump actions/setup-python from 6 to 7 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/773\r\n• Bump actions/stale from 10 to 11 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/779\r\n• Bump redhat-actions/push-to-registry from 2 to 3 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/782\r\n• Bump redhat-actions/buildah-build from 2 to 3 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/781\r\n• Bump github.com/sirupsen/logrus from 1.9.4 to 1.10.2 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/793\r\n• Bump github.com/moby/go-archive from 0.2.0 to 0.3.0 by @dependabot[bot] in https://github.com/containers/podman-tui/pull/790\r\n\r\n## Security Fixes\r\n\r\n• [CVE-2026-39833](https://access.redhat.com/security/cve/CVE-2026-39833) golang.org/x/crypto/ssh/agent:Security bypass due to unenforced key confirmation\r\n• [CVE-2026-46597](https://access.redhat.com/security/cve/CVE-2026-46597)  golang.org/x/crypto/ssh:Denial of Service via crafted AES-GCM packet decoder inputs\r\n• [CVE-2026-39831](https://access.redhat.com/security/cve/CVE-2026-39831) golang.org/x/crypto/ssh:Security key bypass due to missing user presence check\r\n• [CVE-2026-41178](https://access.redhat.com/security/cve/CVE-2026-41178) OpenTelemetry-Go:Denial of Service via oversized baggage headers\r\n• [CVE-2026-57231](https://access.redhat.com/security/cve/CVE-2026-57231)  Information disclosure via malicious container image environment variables\r\n\r\n## New Contributors\r\n• @tony-sol made their first contribution in https://github.com/containers/podman-tui/pull/797\r\n• @damiensawyer made their first contribution in https://github.com/containers/podman-tui/pull/752" +ReleaseNotesUrl: https://github.com/containers/podman-tui/releases/tag/v2.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.yaml b/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.yaml new file mode 100644 index 0000000000000..eef0e39aad234 --- /dev/null +++ b/manifests/c/Containers/PodmanTUI/2.0.0/Containers.PodmanTUI.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Containers.PodmanTUI +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 0000000000000..7b1361c826978 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.40.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.40.2/Termpolis.Setup.1.40.2.exe + InstallerSha256: C1189506DFF93102975979B3799E2C0FF7AC2FFC212712D5E3486D7627DFD1EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 0000000000000..0fcd2a9c96251 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.40.2 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: 'Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.40.1...v1.40.2' +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.40.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 0000000000000..627cf65dcc698 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.40.2 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.yaml b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.yaml similarity index 74% rename from manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.yaml rename to manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.yaml index 94c646a627d2d..cfa85f83ef85f 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.yaml +++ b/manifests/d/DavidEngelhart/Termpolis/1.40.2/DavidEngelhart.Termpolis.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: Tencent.WeChat.Universal -PackageVersion: 4.1.8.107 +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.40.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..7048a6c4e7c95 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9257 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: Discord +ReleaseDate: 2026-09-08 +RequireExplicitUpgrade: true +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Discord' +Installers: +- Architecture: x64 + InstallerUrl: https://stable.dl2.discordapp.net/distro/app/stable/win/x64/1.0.9257/DiscordSetup.exe + InstallerSha256: ADC0B6B9FF805252FE55166EAEE95355A0AD1D2A4368D8960F701945DBFF1513 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..9ea18a2c8fe6b --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.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: Discord.Discord +PackageVersion: 1.0.9257 +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 +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 +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +- xpdc2rh70k22mn +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..5a98c90ba408e --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.locale.pt-BR.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 +PackageVersion: 1.0.9257 +PackageLocale: pt-BR +License: Privativo +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..35a7c89ebb118 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.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 +PackageVersion: 1.0.9257 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.yaml new file mode 100644 index 0000000000000..911df73492478 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9257/Discord.Discord.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 +PackageVersion: 1.0.9257 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.installer.yaml b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.installer.yaml new file mode 100644 index 0000000000000..0ce95fc4ba492 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.49 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: Discord +ReleaseDate: 2026-09-08 +RequireExplicitUpgrade: true +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Discord' +Installers: +- Architecture: arm64 + InstallerUrl: https://stable.dl2.discordapp.net/distro/app/stable/win/arm64/1.0.49/DiscordSetup.exe + InstallerSha256: A4D9223F5348397D62C73BFB2269A3B6237E17D041B718A0A746CF2A09BC8A8E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..b7e64f19d346c --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.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.arm64 +PackageVersion: 1.0.49 +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 (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 +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/arm64/1.0.49/Discord.Discord.arm64.locale.pt-BR.yaml b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.locale.pt-BR.yaml new file mode 100644 index 0000000000000..def6b80fbdf4d --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.locale.pt-BR.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.arm64 +PackageVersion: 1.0.49 +PackageLocale: pt-BR +License: Privativo +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6a93ca16a55f6 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.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.arm64 +PackageVersion: 1.0.49 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.yaml b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.arm64.yaml new file mode 100644 index 0000000000000..f66871b661d6f --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.49/Discord.Discord.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.arm64 +PackageVersion: 1.0.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.installer.yaml b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.installer.yaml new file mode 100644 index 0000000000000..491141acfce65 --- /dev/null +++ b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DuoSecurity.DuoDesktop +PackageVersion: 7.21.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +UpgradeBehavior: install +ProductCode: '{42C0534C-FED1-484C-8D32-BD0073C4482C}' +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{2C72DB34-23A1-4768-9BCB-23A6E036AA72}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Duo Desktop' +Installers: +- Architecture: x86 + InstallerUrl: https://dl.duosecurity.com/DuoDesktop-7.21.0.msi + InstallerSha256: 0333B8318F2366A3199C654F46E8F3A8CB4D9C6B71591758E2780490ACE11511 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.locale.en-US.yaml b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..855b17a4096bb --- /dev/null +++ b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.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: DuoSecurity.DuoDesktop +PackageVersion: 7.21.0 +PackageLocale: en-US +Publisher: Duo Security +PublisherUrl: https://duo.com/ +PublisherSupportUrl: https://help.duo.com/ +PrivacyUrl: https://duo.com/legal/cisco-online-privacy-statement +Author: Duo Security LLC +PackageName: Duo Desktop +PackageUrl: https://duo.com/docs/duo-desktop +License: Proprietary +LicenseUrl: https://duo.com/legal/terms +Copyright: © Duo Security Inc. +CopyrightUrl: https://duo.com/legal/terms +ShortDescription: Duo Desktop helps enforce security posture requirements for endpoints by performing health checks before granting access to Duo-protected applications. +Description: |- + Duo Desktop, formerly known as Duo Device Health, gives organizations more control over which laptop and desktop devices can access corporate applications based on the security posture of the device or presence of Duo Desktop installed on the endpoint. + There are three key components: + 1. Duo access policies that enforce application access based on device health. + 2. A native client application for supported Linux, macOS, and Windows clients that checks the security posture of the device when a user authenticates to an application protected by Duo's browser-based prompt with an applied Duo Desktop policy. + 3. Additional endpoint information provided in the Duo Admin Panel. + The first time users log in to an application protected by the web-based Duo Universal Prompt or traditional Duo Prompt with the Duo Desktop policy set to require the app, Duo prompts them to download and install Duo Desktop. After installing Duo Desktop, Duo blocks access to applications through the Duo browser-based authentication prompt (when displayed in a browser or in a supported thick client's embedded browser) if the device is unhealthy based on the Duo policy definition and informs the user of the reason for denying the authentication. + When a user's device doesn't meet the security requirements of the Duo Desktop policy, Duo Desktop provides the user with steps they can take to remediate their security posture to align with the Duo Desktop policy on the application. + Note: While Duo Desktop transmits collected information securely, this information is not uniquely identified. This means that a bad actor could intercept the Duo authentication prompt and create their own response to Duo's request for device health information and send that response up to Duo servers. Every authentication is uniquely identified, so a user cannot reasonably impersonate another user’s device information. You can limit this risk by enabling device registration. +ReleaseNotes: |- + - Duo Desktop will now ask for permission to collect error and usage data when starting up. This is optional and can be enabled or disabled at any point in the app's preferences. Administrators can also set this preference system-wide to bypass the start-up prompt. + - Improved the robustness of Secure Access connections to better handle intermittent network issues. + - Internal changes to support reporting OS automatic update status and management agent detection for Secure Access. + - Duo Desktop will now detect Google Compute Engine and Microsoft Azure as virtual environments. + - Minor improvements and enhancements. +ReleaseNotesUrl: https://duo.com/docs/duo-desktop-notes +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://duo.com/docs/duo-desktop-faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.locale.zh-CN.yaml b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ecd02b3c284bc --- /dev/null +++ b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.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: DuoSecurity.DuoDesktop +PackageVersion: 7.21.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Duo Desktop 通过在授予对受 Duo 保护的应用程序的访问权限之前执行健康检查,帮助加强终端的安全状态要求。 +Description: |- + Duo Desktop(原名为 Duo Device Health)使组织能够基于设备的安全状况或端点上是否安装了 Duo Desktop,更有效地控制哪些笔记本电脑和台式机设备可以访问企业应用程序。 + 主要有三个关键组件: + 1. 基于设备健康状况强制执行应用程序访问权限的 Duo 访问策略。 + 2. 适用于受支持的 Linux、macOS 和 Windows 客户端的本地客户端应用程序,当用户通过应用了 Duo Desktop 策略的浏览器身份验证提示登录受保护的应用程序时,该程序将检查设备的安全状况。 + 3. 在 Duo 管理面板中提供的额外端点信息。 + 当用户首次使用基于 Web 的 Duo Universal Prompt 或传统 Duo Prompt 登录受保护的应用程序,且 Duo Desktop 策略设置为要求安装该应用时,Duo 将提示用户下载并安装 Duo Desktop。安装 Duo Desktop 后,如果设备的安全状况不符合 Duo 策略定义,则 Duo 将通过基于浏览器的身份验证提示(在浏览器中或受支持的厚客户端的嵌入式浏览器中显示时)阻止对该应用程序的访问,并向用户说明拒绝认证的原因。 + 当用户的设备不符合 Duo Desktop 策略的安全要求时,Duo Desktop 将向用户提供相应的步骤,帮助其修复安全状况,以符合该应用程序的 Duo Desktop 策略要求。 + 注意:尽管 Duo Desktop 会安全传输所收集的信息,但这些信息并未进行唯一性标识。这意味着恶意攻击者可能会截获 Duo 的身份验证提示,并伪造设备健康信息的响应发送至 Duo 服务器。每次身份验证都是唯一标识的,因此用户无法合理地冒充其他用户设备的信息。您可通过启用设备注册来降低此风险。 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://duo.com/docs/duo-desktop-faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.yaml b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.yaml new file mode 100644 index 0000000000000..5b0c90569edbd --- /dev/null +++ b/manifests/d/DuoSecurity/DuoDesktop/7.21.0/DuoSecurity.DuoDesktop.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: DuoSecurity.DuoDesktop +PackageVersion: 7.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.installer.yaml b/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.installer.yaml new file mode 100644 index 0000000000000..138445b55a5c3 --- /dev/null +++ b/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dbtLabs.dbt-core +PackageVersion: 2.0.0-rc.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dbt-core-2.0.0-rc.2-x86_64-pc-windows-msvc\dbt.exe + PortableCommandAlias: dbt +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dbt-labs/dbt-core/releases/download/v2.0.0-rc.2/dbt-core-2.0.0-rc.2-x86_64-pc-windows-msvc.zip + InstallerSha256: 1001037475C541D70746D527D9D506F666DB1514D44D77B42C7CFDCF5DE40BA1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.locale.en-US.yaml b/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.locale.en-US.yaml new file mode 100644 index 0000000000000..2c428e7227ca2 --- /dev/null +++ b/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dbtLabs.dbt-core +PackageVersion: 2.0.0-rc.2 +PackageLocale: en-US +Publisher: dbt Labs, Inc. +PublisherUrl: https://www.getdbt.com/ +PublisherSupportUrl: https://docs.getdbt.com/community/resources/getting-help +PrivacyUrl: https://www.getdbt.com/cloud/privacy-policy +Author: dbt Labs, Inc. +PackageName: dbt Core +PackageUrl: https://github.com/dbt-labs/dbt-core +License: Apache-2.0 +LicenseUrl: https://www.apache.org/licenses/LICENSE-2.0 +Copyright: Copyright 2026 dbt Labs, Inc. +CopyrightUrl: https://github.com/dbt-labs/dbt-core/blob/main/LICENSE +ShortDescription: Build analytics the way engineers build applications +Description: dbt Core is an open-source command-line tool that lets data analysts and engineers transform data in their warehouse using modular SQL, with built-in support for version control, testing, and documentation. +Moniker: dbt-core +Tags: +- analytics +- cli +- data +- dbt +- sql +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.getdbt.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.yaml b/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.yaml new file mode 100644 index 0000000000000..e795d908d155f --- /dev/null +++ b/manifests/d/dbtLabs/dbt-core/2.0.0-rc.2/dbtLabs.dbt-core.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: dbtLabs.dbt-core +PackageVersion: 2.0.0-rc.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.38.2/ESEngine.ReasonixCLI.installer.yaml b/manifests/e/ESEngine/ReasonixCLI/1.38.2/ESEngine.ReasonixCLI.installer.yaml new file mode 100644 index 0000000000000..50abf361a9665 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.38.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.38.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: reasonix.exe +Commands: +- reasonix +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.38.2/reasonix-windows-amd64.zip + InstallerSha256: ABC3A3643162CE21F2ED5135D8ECCE24873C37EB06F9FDEC95589F01FF9B7275 +- Architecture: arm64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/v1.38.2/reasonix-windows-arm64.zip + InstallerSha256: A99BC1FDFE768D0CA84701B5C8FC6BCC75198AA984AF8E882608C59946A9D4CB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixCLI/1.38.2/ESEngine.ReasonixCLI.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixCLI/1.38.2/ESEngine.ReasonixCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d307cd2a6fb95 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.38.2/ESEngine.ReasonixCLI.locale.en-US.yaml @@ -0,0 +1,113 @@ +# 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.38.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: |- + 此版本提升了会话可靠性、模型服务配置和桌面性能。引入了仅追加会话日志与版本 head、独立网页搜索模型分配、统一图片理解,并修复了导航、取消和 CI 稳定性等多项问题。 + 发布渠道:稳定版 · v1.38.2 + English → · 网页版完整更新日志 → + 概览 + Reasonix v1.38.2 — Reasonix 1.38.2 + 此版本提升了会话可靠性、模型服务配置和桌面性能。引入了仅追加会话日志与版本 head、独立网页搜索模型分配、统一图片理解,并修复了导航、取消和 CI 稳定性等多项问题。 + 发布日期:2026-09-08 + Desktop 46 · CLI 6 + 桌面端更新 + 重点内容 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop] 会话渲染器替换 — 会话记录改用 Full DOM/窗口化渲染器,由单一滚动写入者与输入意图所有者驱动,替代 Virtuoso。原生滚动中的尾部跟随意图与实测高度发布得以保留,快速滚动时可见内容不再被挤压。 (#9893, #9895, #9896, #9897) + - [Desktop] 独立网页搜索模型 — 现在可以在模型偏好中为网页搜索查询指定专用连接和模型。自动模式仍为默认,并保留现有选择行为。 (#9945) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + - [Desktop] 修复模型服务入口跳错页面 — 点击“模型服务”不再进入“模型偏好”。导航 store 现在保留请求的页面和记忆的设置目标。 (#9951) + - [Desktop] 停止按钮改为会话级无条件中断 — 停止现在会中断会话中正在运行的内容,即使回合 ID 已过期。只有空闲标签页才会以稳定错误代码被拒绝。 (#9898) + - [Desktop] 供应商恢复等待加上限并醒目提示 — 在网络不稳定或供应商过载时,回合不再无限等待。总等待预算为 10 分钟后,回合会以清晰、可操作的错误结束。 (#9899) + - [Desktop] 并行工具取消有界化 — 忽略取消的工具不再使整个回合卡住。在有界的宽限期后,回合会放弃掉队者并报告明确的已中断结果。 (#9901) + - [Desktop] 崩溃后会话不再从侧栏消失 — 在回合中途强制终止后,会话不再从侧栏消失。在修复运行时,保留最后已知的预览和回合计数作为显示提示。 (#9902) + - [Desktop] 后端调用失败改为提示而非崩溃遮罩 — 恢复谱系对话框中后端调用的错误现在以提示形式呈现,而不是用崩溃遮罩替换窗口。 (#9900) + - [Desktop] 修复思考型模型摘要与无数字超窗导致的分段压缩死锁 — 压缩不再因思考型模型将摘要放在 reasoning_content 中而失败,且无 token 数字的供应商超窗现在会触发分段回退。 (#9882) + - [Desktop] 摘要请求超窗自恢复与硬上限截断救援 — 当摘要请求超窗时,系统现在会重新校准、重新规划更小的前缀,并回退到转录形式或截断救援,而不是重试相同的请求。 (#9879) + - [Desktop] 统一设置选择组件与模型偏好布局 — 设置页面现在使用共享的紧凑 SettingsSelect 和 SettingsOptions 组件,提供一致的尺寸、焦点状态和键盘行为。模型偏好与垂直堆叠的运行时偏好分组。 (#9938) + - [Desktop] 系统修复模型连接协议与错误恢复 — 更改已保存的供应商连接的 API 格式不再产生无效路由。协议冲突会以推荐端点被拒绝,供应商失败会以其原始错误重新加载。 (#9942) + - [Desktop] 完善模型配置与 DeepSeek 协议迁移 — 自定义模型 ID 现在被精确保留,现有的官方 DeepSeek 连接迁移到 Chat Completions 作为默认协议。 (#9947) + - [Desktop] 缩短桌面检查并复用已签名发版产物 — 桌面 PR 检查现在共享前端构建产物并并发运行测试,稳定版发布复用预检的已签名产物。 (#9943) + - [Desktop] 内存筛查先稳定基线再判定漂移 — 应用内存筛查现在在比较计数器之前稳定基线,防止因嘈杂的第一个样本而产生错误的漂移报告。 (#9950) + - [Desktop] 修复设置组件布局所有权 — 设置中的模型分配矩阵不再将连接标签换行到用途下方。共享布局默认值具有较低的特异性,因此组件布局保留所有权。 (#9914) + - [Desktop] 修复上下文准备入口的取消语义 — 在准入前取消的上下文准备请求不再通过快速路径返回成功。在获取维护锁之前和之后都会检查取消。 (#9903) + - [Desktop] 为 Windows WebView2 选择测试加上限,避免阻塞 CI 队列 — desktop-windows 作业现在有作业级超时,原生选择测试在超时时会终止整个进程树,防止 CI 队列阻塞。 (#9948) + - [Desktop] 让两个 race 测试确定化并为 test job 加上限 — 两个对时序敏感的 race 测试现在具有确定性,test 作业有作业级超时,防止卡住的 Windows 步骤占用 CI 并发组。 (#9956) + - [Desktop] Standard / Deep 会话展示设置 — 新增统一的会话展示设置:Standard 折叠已完成内容,Deep 保持展开;持久化与启动快照由后端权威管理。 (#9894) + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 新增 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop] 独立网页搜索模型 — 现在可以在模型偏好中为网页搜索查询指定专用连接和模型。自动模式仍为默认,并保留现有选择行为。 (#9945) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + - [Desktop] Standard / Deep 会话展示设置 — 新增统一的会话展示设置:Standard 折叠已完成内容,Deep 保持展开;持久化与启动快照由后端权威管理。 (#9894) + 改进 + - [Desktop] 统一设置选择组件与模型偏好布局 — 设置页面现在使用共享的紧凑 SettingsSelect 和 SettingsOptions 组件,提供一致的尺寸、焦点状态和键盘行为。模型偏好与垂直堆叠的运行时偏好分组。 (#9938) + - [Desktop] 系统修复模型连接协议与错误恢复 — 更改已保存的供应商连接的 API 格式不再产生无效路由。协议冲突会以推荐端点被拒绝,供应商失败会以其原始错误重新加载。 (#9942) + - [Desktop] 完善模型配置与 DeepSeek 协议迁移 — 自定义模型 ID 现在被精确保留,现有的官方 DeepSeek 连接迁移到 Chat Completions 作为默认协议。 (#9947) + - [Desktop] 缩短桌面检查并复用已签名发版产物 — 桌面 PR 检查现在共享前端构建产物并并发运行测试,稳定版发布复用预检的已签名产物。 (#9943) + - [Desktop] 会话渲染器替换 — 会话记录改用 Full DOM/窗口化渲染器,由单一滚动写入者与输入意图所有者驱动,替代 Virtuoso。原生滚动中的尾部跟随意图与实测高度发布得以保留,快速滚动时可见内容不再被挤压。 (#9893, #9895, #9896, #9897) + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 修复 + - [Desktop] 修复模型服务入口跳错页面 — 点击“模型服务”不再进入“模型偏好”。导航 store 现在保留请求的页面和记忆的设置目标。 (#9951) + - [Desktop] 停止按钮改为会话级无条件中断 — 停止现在会中断会话中正在运行的内容,即使回合 ID 已过期。只有空闲标签页才会以稳定错误代码被拒绝。 (#9898) + - [Desktop] 供应商恢复等待加上限并醒目提示 — 在网络不稳定或供应商过载时,回合不再无限等待。总等待预算为 10 分钟后,回合会以清晰、可操作的错误结束。 (#9899) + - [Desktop] 并行工具取消有界化 — 忽略取消的工具不再使整个回合卡住。在有界的宽限期后,回合会放弃掉队者并报告明确的已中断结果。 (#9901) + - [Desktop] 崩溃后会话不再从侧栏消失 — 在回合中途强制终止后,会话不再从侧栏消失。在修复运行时,保留最后已知的预览和回合计数作为显示提示。 (#9902) + - [Desktop] 后端调用失败改为提示而非崩溃遮罩 — 恢复谱系对话框中后端调用的错误现在以提示形式呈现,而不是用崩溃遮罩替换窗口。 (#9900) + - [Desktop] 修复思考型模型摘要与无数字超窗导致的分段压缩死锁 — 压缩不再因思考型模型将摘要放在 reasoning_content 中而失败,且无 token 数字的供应商超窗现在会触发分段回退。 (#9882) + - [Desktop] 摘要请求超窗自恢复与硬上限截断救援 — 当摘要请求超窗时,系统现在会重新校准、重新规划更小的前缀,并回退到转录形式或截断救援,而不是重试相同的请求。 (#9879) + - [Desktop] 内存筛查先稳定基线再判定漂移 — 应用内存筛查现在在比较计数器之前稳定基线,防止因嘈杂的第一个样本而产生错误的漂移报告。 (#9950) + - [Desktop] 修复设置组件布局所有权 — 设置中的模型分配矩阵不再将连接标签换行到用途下方。共享布局默认值具有较低的特异性,因此组件布局保留所有权。 (#9914) + - [Desktop] 修复上下文准备入口的取消语义 — 在准入前取消的上下文准备请求不再通过快速路径返回成功。在获取维护锁之前和之后都会检查取消。 (#9903) + - [Desktop] 为 Windows WebView2 选择测试加上限,避免阻塞 CI 队列 — desktop-windows 作业现在有作业级超时,原生选择测试在超时时会终止整个进程树,防止 CI 队列阻塞。 (#9948) + - [Desktop] 让两个 race 测试确定化并为 test job 加上限 — 两个对时序敏感的 race 测试现在具有确定性,test 作业有作业级超时,防止卡住的 Windows 步骤占用 CI 并发组。 (#9956) + CLI 端更新 + 重点内容 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 新增 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + 改进 + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola、@github-actions[bot]、@XTLine、@Linearl + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/v1.38.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.38.2/ESEngine.ReasonixCLI.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixCLI/1.38.2/ESEngine.ReasonixCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e22abc5d4c73 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.38.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.38.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.38.2/ESEngine.ReasonixCLI.yaml b/manifests/e/ESEngine/ReasonixCLI/1.38.2/ESEngine.ReasonixCLI.yaml new file mode 100644 index 0000000000000..1b1bd3d950dfc --- /dev/null +++ b/manifests/e/ESEngine/ReasonixCLI/1.38.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.38.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 0000000000000..02c2587fdee9e --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.38.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ReasonixReasonix +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.38.2/Reasonix-windows-amd64-installer.exe + InstallerSha256: 4D584677100CDEB4FC26319471783130F199DE6F3BDCCCAC8E8B9021F10DFEB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..bd063e449825a --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.locale.en-US.yaml @@ -0,0 +1,112 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.38.2 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix +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. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 此版本提升了会话可靠性、模型服务配置和桌面性能。引入了仅追加会话日志与版本 head、独立网页搜索模型分配、统一图片理解,并修复了导航、取消和 CI 稳定性等多项问题。 + 发布渠道:稳定版 · v1.38.2 + English → · 网页版完整更新日志 → + 概览 + Reasonix v1.38.2 — Reasonix 1.38.2 + 此版本提升了会话可靠性、模型服务配置和桌面性能。引入了仅追加会话日志与版本 head、独立网页搜索模型分配、统一图片理解,并修复了导航、取消和 CI 稳定性等多项问题。 + 发布日期:2026-09-08 + Desktop 46 · CLI 6 + 桌面端更新 + 重点内容 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop] 会话渲染器替换 — 会话记录改用 Full DOM/窗口化渲染器,由单一滚动写入者与输入意图所有者驱动,替代 Virtuoso。原生滚动中的尾部跟随意图与实测高度发布得以保留,快速滚动时可见内容不再被挤压。 (#9893, #9895, #9896, #9897) + - [Desktop] 独立网页搜索模型 — 现在可以在模型偏好中为网页搜索查询指定专用连接和模型。自动模式仍为默认,并保留现有选择行为。 (#9945) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + - [Desktop] 修复模型服务入口跳错页面 — 点击“模型服务”不再进入“模型偏好”。导航 store 现在保留请求的页面和记忆的设置目标。 (#9951) + - [Desktop] 停止按钮改为会话级无条件中断 — 停止现在会中断会话中正在运行的内容,即使回合 ID 已过期。只有空闲标签页才会以稳定错误代码被拒绝。 (#9898) + - [Desktop] 供应商恢复等待加上限并醒目提示 — 在网络不稳定或供应商过载时,回合不再无限等待。总等待预算为 10 分钟后,回合会以清晰、可操作的错误结束。 (#9899) + - [Desktop] 并行工具取消有界化 — 忽略取消的工具不再使整个回合卡住。在有界的宽限期后,回合会放弃掉队者并报告明确的已中断结果。 (#9901) + - [Desktop] 崩溃后会话不再从侧栏消失 — 在回合中途强制终止后,会话不再从侧栏消失。在修复运行时,保留最后已知的预览和回合计数作为显示提示。 (#9902) + - [Desktop] 后端调用失败改为提示而非崩溃遮罩 — 恢复谱系对话框中后端调用的错误现在以提示形式呈现,而不是用崩溃遮罩替换窗口。 (#9900) + - [Desktop] 修复思考型模型摘要与无数字超窗导致的分段压缩死锁 — 压缩不再因思考型模型将摘要放在 reasoning_content 中而失败,且无 token 数字的供应商超窗现在会触发分段回退。 (#9882) + - [Desktop] 摘要请求超窗自恢复与硬上限截断救援 — 当摘要请求超窗时,系统现在会重新校准、重新规划更小的前缀,并回退到转录形式或截断救援,而不是重试相同的请求。 (#9879) + - [Desktop] 统一设置选择组件与模型偏好布局 — 设置页面现在使用共享的紧凑 SettingsSelect 和 SettingsOptions 组件,提供一致的尺寸、焦点状态和键盘行为。模型偏好与垂直堆叠的运行时偏好分组。 (#9938) + - [Desktop] 系统修复模型连接协议与错误恢复 — 更改已保存的供应商连接的 API 格式不再产生无效路由。协议冲突会以推荐端点被拒绝,供应商失败会以其原始错误重新加载。 (#9942) + - [Desktop] 完善模型配置与 DeepSeek 协议迁移 — 自定义模型 ID 现在被精确保留,现有的官方 DeepSeek 连接迁移到 Chat Completions 作为默认协议。 (#9947) + - [Desktop] 缩短桌面检查并复用已签名发版产物 — 桌面 PR 检查现在共享前端构建产物并并发运行测试,稳定版发布复用预检的已签名产物。 (#9943) + - [Desktop] 内存筛查先稳定基线再判定漂移 — 应用内存筛查现在在比较计数器之前稳定基线,防止因嘈杂的第一个样本而产生错误的漂移报告。 (#9950) + - [Desktop] 修复设置组件布局所有权 — 设置中的模型分配矩阵不再将连接标签换行到用途下方。共享布局默认值具有较低的特异性,因此组件布局保留所有权。 (#9914) + - [Desktop] 修复上下文准备入口的取消语义 — 在准入前取消的上下文准备请求不再通过快速路径返回成功。在获取维护锁之前和之后都会检查取消。 (#9903) + - [Desktop] 为 Windows WebView2 选择测试加上限,避免阻塞 CI 队列 — desktop-windows 作业现在有作业级超时,原生选择测试在超时时会终止整个进程树,防止 CI 队列阻塞。 (#9948) + - [Desktop] 让两个 race 测试确定化并为 test job 加上限 — 两个对时序敏感的 race 测试现在具有确定性,test 作业有作业级超时,防止卡住的 Windows 步骤占用 CI 并发组。 (#9956) + - [Desktop] Standard / Deep 会话展示设置 — 新增统一的会话展示设置:Standard 折叠已完成内容,Deep 保持展开;持久化与启动快照由后端权威管理。 (#9894) + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 新增 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop] 独立网页搜索模型 — 现在可以在模型偏好中为网页搜索查询指定专用连接和模型。自动模式仍为默认,并保留现有选择行为。 (#9945) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + - [Desktop] Standard / Deep 会话展示设置 — 新增统一的会话展示设置:Standard 折叠已完成内容,Deep 保持展开;持久化与启动快照由后端权威管理。 (#9894) + 改进 + - [Desktop] 统一设置选择组件与模型偏好布局 — 设置页面现在使用共享的紧凑 SettingsSelect 和 SettingsOptions 组件,提供一致的尺寸、焦点状态和键盘行为。模型偏好与垂直堆叠的运行时偏好分组。 (#9938) + - [Desktop] 系统修复模型连接协议与错误恢复 — 更改已保存的供应商连接的 API 格式不再产生无效路由。协议冲突会以推荐端点被拒绝,供应商失败会以其原始错误重新加载。 (#9942) + - [Desktop] 完善模型配置与 DeepSeek 协议迁移 — 自定义模型 ID 现在被精确保留,现有的官方 DeepSeek 连接迁移到 Chat Completions 作为默认协议。 (#9947) + - [Desktop] 缩短桌面检查并复用已签名发版产物 — 桌面 PR 检查现在共享前端构建产物并并发运行测试,稳定版发布复用预检的已签名产物。 (#9943) + - [Desktop] 会话渲染器替换 — 会话记录改用 Full DOM/窗口化渲染器,由单一滚动写入者与输入意图所有者驱动,替代 Virtuoso。原生滚动中的尾部跟随意图与实测高度发布得以保留,快速滚动时可见内容不再被挤压。 (#9893, #9895, #9896, #9897) + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 修复 + - [Desktop] 修复模型服务入口跳错页面 — 点击“模型服务”不再进入“模型偏好”。导航 store 现在保留请求的页面和记忆的设置目标。 (#9951) + - [Desktop] 停止按钮改为会话级无条件中断 — 停止现在会中断会话中正在运行的内容,即使回合 ID 已过期。只有空闲标签页才会以稳定错误代码被拒绝。 (#9898) + - [Desktop] 供应商恢复等待加上限并醒目提示 — 在网络不稳定或供应商过载时,回合不再无限等待。总等待预算为 10 分钟后,回合会以清晰、可操作的错误结束。 (#9899) + - [Desktop] 并行工具取消有界化 — 忽略取消的工具不再使整个回合卡住。在有界的宽限期后,回合会放弃掉队者并报告明确的已中断结果。 (#9901) + - [Desktop] 崩溃后会话不再从侧栏消失 — 在回合中途强制终止后,会话不再从侧栏消失。在修复运行时,保留最后已知的预览和回合计数作为显示提示。 (#9902) + - [Desktop] 后端调用失败改为提示而非崩溃遮罩 — 恢复谱系对话框中后端调用的错误现在以提示形式呈现,而不是用崩溃遮罩替换窗口。 (#9900) + - [Desktop] 修复思考型模型摘要与无数字超窗导致的分段压缩死锁 — 压缩不再因思考型模型将摘要放在 reasoning_content 中而失败,且无 token 数字的供应商超窗现在会触发分段回退。 (#9882) + - [Desktop] 摘要请求超窗自恢复与硬上限截断救援 — 当摘要请求超窗时,系统现在会重新校准、重新规划更小的前缀,并回退到转录形式或截断救援,而不是重试相同的请求。 (#9879) + - [Desktop] 内存筛查先稳定基线再判定漂移 — 应用内存筛查现在在比较计数器之前稳定基线,防止因嘈杂的第一个样本而产生错误的漂移报告。 (#9950) + - [Desktop] 修复设置组件布局所有权 — 设置中的模型分配矩阵不再将连接标签换行到用途下方。共享布局默认值具有较低的特异性,因此组件布局保留所有权。 (#9914) + - [Desktop] 修复上下文准备入口的取消语义 — 在准入前取消的上下文准备请求不再通过快速路径返回成功。在获取维护锁之前和之后都会检查取消。 (#9903) + - [Desktop] 为 Windows WebView2 选择测试加上限,避免阻塞 CI 队列 — desktop-windows 作业现在有作业级超时,原生选择测试在超时时会终止整个进程树,防止 CI 队列阻塞。 (#9948) + - [Desktop] 让两个 race 测试确定化并为 test job 加上限 — 两个对时序敏感的 race 测试现在具有确定性,test 作业有作业级超时,防止卡住的 Windows 步骤占用 CI 并发组。 (#9956) + CLI 端更新 + 重点内容 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 新增 + - [Desktop · CLI] 仅追加会话日志与版本 head — 会话现在使用仅追加 DAG 日志(schema 2),将每次更改记录为版本 head。分叉、回退和版本选择均在同一日志内完成,不再创建单独文件,提高了可靠性并支持并发写入。 (#9908, #9910, #9912, #9913, #9916, #9917, #9919, #9921, #9922, #9924, #9925, #9926, #9939) + - [Desktop · CLI] 统一本地图片与工具图片识别 — 新增 view_image(path),并在用户附件与所有成功的结构化工具图片结果(包括 MCP 和按需 MCP 工具)之间共享现有图片摘要服务。 (#9933) + 改进 + - [Desktop · CLI] 独立模型连接与模型偏好 — 模型服务成为具有稳定标识、显示名称与独立凭据的独立连接;新增连接时选择品牌、产品与协议,首次启动设置即进入该流程。 (#9907) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola、@github-actions[bot]、@XTLine、@Linearl + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.38.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/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..615a47012b6af --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.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.ReasonixDesktop +PackageVersion: 1.38.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/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 0000000000000..17224a1d4573f --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.38.2/ESEngine.ReasonixDesktop.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.ReasonixDesktop +PackageVersion: 1.38.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.installer.yaml b/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.installer.yaml new file mode 100644 index 0000000000000..86ec490737381 --- /dev/null +++ b/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ElementLabs.Bionic +PackageVersion: 1.1.2+11 +InstallerType: nullsoft +ProductCode: 7c1a7243-201d-510b-a8e1-803c5b933ce8 +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- DisplayName: Bionic 1.1.2+11 + ProductCode: 7c1a7243-201d-510b-a8e1-803c5b933ce8 +Installers: +- Architecture: x64 + InstallerUrl: https://bionic-installers.lmstudio.ai/win32/x64/1.1.2-11/Bionic-1.1.2-11-x64.exe + InstallerSha256: 6B21AA94F2C2459220CC6B68046C2999F78EDBED8C9885AFC92D933973E43FB5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.locale.en-US.yaml b/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.locale.en-US.yaml new file mode 100644 index 0000000000000..9ace013b97931 --- /dev/null +++ b/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ElementLabs.Bionic +PackageVersion: 1.1.2+11 +PackageLocale: en-US +Publisher: LM Studio +PublisherUrl: https://lmstudio.ai/ +PrivacyUrl: https://lmstudio.ai/privacy +Author: Element Labs, Inc. +PackageName: Bionic +PackageUrl: https://lmstudio.ai/ +License: Proprietary +LicenseUrl: https://lmstudio.ai/terms +Copyright: © 2026 Element Labs, Inc. +ShortDescription: An AI agent for working with open models locally and in the cloud. +Description: LM Studio Bionic is an AI agent for coding, research, and document work with local or cloud-hosted open models. +Moniker: bionic +Tags: +- agent +- ai +- llm +- local-ai +- productivity +ReleaseNotes: |- + - Significant UI performance improvements around session loading and tab switching + - Better screen reader support across navigation, dialogs, controls, downloads, and session status. + - Faster session loading, tab switching, and subagent updates. + - llama.cpp 2.33.0 stable extension packs. + - More reliable MLX model detection. + - More reliable browser sign-in. + - File links in Markdown previews. + - More consistent top bar icon buttons. + - Fix Loaded Instances UI showing wrong context length. + - Drag and drop sessions from the sidebar into the main workspace area + - Support for lms load --auto. + - Fixed unread session indicators remaining after opening a session. + - Bionic for Linux (x64 and ARM64). + - Chat API image and text inputs remain in a single user message. + - Chevron controls for empty project folders. + - Side sessions open in the adjacent right pane. +ReleaseNotesUrl: https://lmstudio.ai/changelog/bionic-v1.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.yaml b/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.yaml new file mode 100644 index 0000000000000..b35f419d3a457 --- /dev/null +++ b/manifests/e/ElementLabs/Bionic/1.1.2+11/ElementLabs.Bionic.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: ElementLabs.Bionic +PackageVersion: 1.1.2+11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.installer.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.installer.yaml similarity index 77% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.installer.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.installer.yaml index 96f4283bb605b..0d5ef0f56e08d 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.installer.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0906.0035 +PackageVersion: 26.0908.1620 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: piicrawler.exe Commands: - piicrawler -ReleaseDate: 2026-09-06 +ReleaseDate: 2026-09-08 Installers: - Architecture: x64 InstallerUrl: https://downloads.eligian.com/piicrawler-cli-windows-signed.zip - InstallerSha256: 85801B258097CC6D48D140ABE91850EE6D1A742E4DEB4864F7A271F6B01A2819 + InstallerSha256: 599C27E0B353E26E48DA976273456F1F0EA8D91A41E6AA2D6E35FE66354F2169 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.en-US.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.locale.en-US.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.en-US.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.locale.en-US.yaml index d52a1da312849..d0bcc714be00e 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.en-US.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0906.0035 +PackageVersion: 26.0908.1620 PackageLocale: en-US Publisher: Eligian Labs LLC PublisherUrl: https://www.piicrawler.com/ diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml index 7f8a54fedbf86..49798f20e87d8 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0906.0035 +PackageVersion: 26.0908.1620 PackageLocale: zh-CN License: 专有软件 ShortDescription: PII Crawler 在您自己的硬件上扫描文件、网络共享和数据库。发现 SaaS 工具无法触及位置中隐藏的社会安全号码、地址、姓名和电子邮件。没有任何数据会离开您的网络。 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.yaml similarity index 89% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.yaml index d32f6297917e1..42b85267ccb14 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0906.0035/EligianLabs.PIICrawlerCLI.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0908.1620/EligianLabs.PIICrawlerCLI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: EligianLabs.PIICrawlerCLI -PackageVersion: 26.0906.0035 +PackageVersion: 26.0908.1620 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.installer.yaml b/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.installer.yaml new file mode 100644 index 0000000000000..f0bce40c9db45 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.56.8 +InstallerType: inno +Scope: user +UpgradeBehavior: install +ProductCode: WinCodexBar_is1 +AppsAndFeaturesEntries: +- DisplayName: CodexBar 0.56.8 + Publisher: CodexBar Contributors + DisplayVersion: 0.56.8 + ProductCode: WinCodexBar_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nesszer/Win-CodexBar/releases/download/v0.56.8/CodexBar-0.56.8-Setup.exe + InstallerSha256: 4164BD5D4D6253DE24A86F633A2E89EEA2AB5B0B959100B9AFCCF1DC092EF57E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.locale.en-US.yaml b/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.locale.en-US.yaml new file mode 100644 index 0000000000000..9882d7467daf5 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.56.8 +PackageLocale: en-US +Publisher: CodexBar Contributors +PublisherUrl: https://github.com/nesszer +PublisherSupportUrl: https://github.com/nesszer/Win-CodexBar/issues +Author: Finesssee +PackageName: Win-CodexBar +PackageUrl: https://github.com/nesszer/Win-CodexBar +License: MIT +LicenseUrl: https://github.com/nesszer/Win-CodexBar/blob/main/LICENSE +Copyright: Copyright (c) CodexBar contributors +ShortDescription: Windows-native menu bar app for OpenAI Codex and Claude Code usage stats. +Description: Win-CodexBar is a Windows-native desktop app for viewing AI coding-tool usage stats from a small Tauri shell. +Moniker: win-codexbar +Tags: +- claude-code +- codex +- desktop +- tauri +- usage +- windows +ReleaseNotes: |- + Windows release aligned to the reviewed upstream CodexBar 0.56.8 behavior baseline, plus Windows-specific account switching, reliability, UI, browser-import, and release-pipeline improvements since 0.55.0. + + Added saved Codex and Claude accounts with switching from Settings and the native tray, expanded Codex usage/cost history and reset diagnostics, improved Antigravity history and quota handling, and Claude Desktop/session discovery. + + Fixed Codex authenticated HTTP permission handling, Claude credential refresh, Copilot identity-first account reuse, Kiro regional enrichment, bundled Codex CLI discovery and restart flows, Brave App-Bound Encryption messaging, Ollama browser-cookie fallback, and Minimax API-key quota retrieval. +ReleaseNotesUrl: https://github.com/nesszer/Win-CodexBar/releases/tag/v0.56.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.yaml b/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.yaml new file mode 100644 index 0000000000000..3a258535a3dd2 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.56.8/Finesssee.Win-CodexBar.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: Finesssee.Win-CodexBar +PackageVersion: 0.56.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.installer.yaml b/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.installer.yaml new file mode 100644 index 0000000000000..c611a50ccbb38 --- /dev/null +++ b/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fluxzero.FluxzeroCLI +PackageVersion: 1.18.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fz.exe + PortableCommandAlias: fz +Commands: +- fz +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fluxzero-io/fluxzero-cli/releases/download/1.18.3/flux-windows-amd64.zip + InstallerSha256: 5D46ACBD1A7F4CE0448F6768DF1556740C26BB916C5DE320C724F7CFF6551388 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.locale.en-US.yaml b/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..09c94f55328ac --- /dev/null +++ b/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fluxzero.FluxzeroCLI +PackageVersion: 1.18.3 +PackageLocale: en-US +Publisher: Fluxzero +PublisherUrl: https://fluxzero.io +PublisherSupportUrl: https://github.com/fluxzero-io/fluxzero-cli/issues +Author: Fluxzero +PackageName: Fluxzero CLI +PackageUrl: https://github.com/fluxzero-io/fluxzero-cli +License: EUPL-1.2 +LicenseUrl: https://github.com/fluxzero-io/fluxzero-cli/blob/1.4.0/LICENSE +Copyright: Copyright Fluxzero contributors +ShortDescription: Develop, test, and manage Fluxzero applications from the command line. +Description: The Fluxzero CLI scaffolds projects, manages Fluxzero Cloud resources, and runs local Fluxzero development environments. +Moniker: fz +Tags: +- cli +- developer-tools +- fluxzero +- java +- kotlin +ReleaseNotesUrl: https://github.com/fluxzero-io/fluxzero-cli/releases/tag/1.18.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.yaml b/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.yaml new file mode 100644 index 0000000000000..f5b2c9e252545 --- /dev/null +++ b/manifests/f/Fluxzero/FluxzeroCLI/1.18.3/Fluxzero.FluxzeroCLI.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: Fluxzero.FluxzeroCLI +PackageVersion: 1.18.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.installer.yaml similarity index 57% rename from manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.installer.yaml index 0fa24e1fea8b8..b5aadc0e4260b 100644 --- a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 155.0.8042.0 +PackageVersion: 155.0.8046.2 InstallerType: exe Scope: user InstallModes: @@ -35,16 +35,16 @@ FileExtensions: - xht - xhtml ProductCode: Google Chrome -ReleaseDate: 2026-09-04 +ReleaseDate: 2026-09-08 Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ay4qkxg2krpc3nlgtwo3hrtnpi_155.0.8042.0/155.0.8042.0_chrome_installer_uncompressed.exe - InstallerSha256: AE8EE9FA5D5A09DAA8A191391BF9B4F2555B4DE462058DB0DD786E15B3995DC8 + InstallerUrl: https://dl.google.com/release2/chrome/accy27pmkck2zkica5ovrgw7qk6q_155.0.8046.2/155.0.8046.2_chrome_installer_uncompressed.exe + InstallerSha256: 238E363EB572C91DBE8B214185A9544F034997C0B10859779EA94F17C9AF1045 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acpzfsvnfimlp6jxzgmktlqf3uua_155.0.8042.0/155.0.8042.0_chrome_installer_uncompressed.exe - InstallerSha256: 6020167484C608C090366FD99402FBFCA0E92BFC30BFE9BC4AAF6EC23FEC8499 + InstallerUrl: https://dl.google.com/release2/chrome/adaip5thuzf7m5a6k5alicspoylq_155.0.8046.2/155.0.8046.2_chrome_installer_uncompressed.exe + InstallerSha256: 1BEBFE4D51618E09736441CFA27B5E775D9A2D20D6E8A67999338390CE7C6DC5 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ac32jr435e464jaqbrl5d2ruduna_155.0.8042.0/155.0.8042.0_chrome_installer_uncompressed.exe - InstallerSha256: 74CDD14670DF4BD714F1F5349CDDDF8DFDF13D1322B304D7BB8B5A6E22FFED0C + InstallerUrl: https://dl.google.com/release2/chrome/ldy6vwtivmsm5qhqfsm6dyx25a_155.0.8046.2/155.0.8046.2_chrome_installer_uncompressed.exe + InstallerSha256: B1CD9E541E7D615107D3CD4FDA2915F6178E4643394F475A76D218D2252F6D48 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.en-US.yaml index c71c2bbd6c426..0bb0a9cb1ba14 100644 --- a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 155.0.8042.0 +PackageVersion: 155.0.8046.2 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.nb-NO.yaml index 8baa6a2fca82a..a8749ee9e953d 100644 --- a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 155.0.8042.0 +PackageVersion: 155.0.8046.2 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.zh-CN.yaml index 7227291854eb4..c24994b103bd1 100644 --- a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 155.0.8042.0 +PackageVersion: 155.0.8046.2 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.yaml index 623dbf97f8927..a611a4f205ba4 100644 --- a/manifests/g/Google/Chrome/Canary/155.0.8042.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/155.0.8046.2/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 155.0.8042.0 +PackageVersion: 155.0.8046.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.installer.yaml b/manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.installer.yaml similarity index 73% rename from manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.installer.yaml rename to manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.installer.yaml index 37eeb90eea934..dfb40a7992072 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.installer.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.08.28-3d62362 +PackageVersion: 2026.09.08-e1d69dd InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: Hypixel StudiosHytale Launcher -ReleaseDate: 2026-08-29 +ReleaseDate: 2026-09-08 AppsAndFeaturesEntries: - ProductCode: Hypixel StudiosHytale Launcher InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\Programs\Hypixel Studios\Hytale Launcher' Installers: - Architecture: x64 - InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.08.28-3d62362.exe - InstallerSha256: EB94334EC22231BCD45EDDA3076E4E341B5AE8333AC47E135EBE8B6CCAA67B03 + InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.09.08-e1d69dd.exe + InstallerSha256: 2858C58EFC46F44FE4C9B7F4F8B5825E131F39992F5890A8A641C03C527FCE9B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.locale.en-US.yaml b/manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.locale.en-US.yaml similarity index 96% rename from manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.locale.en-US.yaml rename to manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.locale.en-US.yaml index 0196a1d5c5c70..e122ecd70fe69 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.locale.en-US.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.08.28-3d62362 +PackageVersion: 2026.09.08-e1d69dd PackageLocale: en-US Publisher: Hypixel Studios Canada inc. PublisherUrl: https://hytale.com/ diff --git a/manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.yaml b/manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.yaml similarity index 84% rename from manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.yaml rename to manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.yaml index 7d71700de7dca..20412158c1ed9 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.08.28-3d62362/HypixelStudios.Hytale.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.09.08-e1d69dd/HypixelStudios.Hytale.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.08.28-3d62362 +PackageVersion: 2026.09.08-e1d69dd DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.installer.yaml new file mode 100644 index 0000000000000..1d369b80f1948 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.34.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mdns-tui-browser-v1.34.6-Windows-x86_64/mdns-tui-browser.exe + PortableCommandAlias: mdns-tui-browser +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- mdns-tui-browser +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-tui-browser/releases/download/v1.34.6/mdns-tui-browser-v1.34.6-Windows-x86_64.zip + InstallerSha256: D36C18463B07F1D8B67F21E23607A17071507C6E2454DF3AF4EA3AC1F38A3AFB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..2e835913bfb16 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.34.6 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-tui-browser/issues +Author: hrzlgnm +PackageName: mDNS TUI Browser +PackageUrl: https://github.com/hrzlgnm/mdns-tui-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-tui-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) hrzlgnm +CopyrightUrl: https://raw.githubusercontent.com/hrzlgnm/mdns-tui-browser/refs/heads/main/LICENSE +ShortDescription: Cross platform TUI mdns-browser written in rust, vibe coded with opencode free model +Tags: +- mdns-sd +- ratatui +- rust +- terminal-ui +ReleaseNotes: |- + What's Changed + ⬆️ Dependency Updates + - Lock file maintenance @renovate[bot] (#616) + - Update rust crate mdns-sd to v0.21.3 @renovate[bot] (#618) + Full Changelog + v1.34.5...v1.34.6 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-tui-browser/releases/tag/v1.34.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.yaml new file mode 100644 index 0000000000000..51451f65a2a05 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.34.6/hrzlgnm.mdns-tui-browser.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: hrzlgnm.mdns-tui-browser +PackageVersion: v1.34.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.installer.yaml b/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.installer.yaml new file mode 100644 index 0000000000000..ecb363bb85fb1 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.12.4/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.12.4 +InstallerLocale: en-US +InstallModes: +- interactive +UpgradeBehavior: install +Commands: +- zux +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.12.4/zux_1.12.4_x64-setup.exe + InstallerSha256: FDE93AC439A042CC5388A9FCEB0A6EBEF2143CAF37355B067B138F297B90D9D5 + 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.12.4/zux_1.12.4_x64_en-US.msi + InstallerSha256: 225D90CF0B3544A6F213016F1A816BE9E7BF07219CE6628E59A5F89D1D7B9431 + ProductCode: '{E594E232-30D7-471B-AD80-94F9A3514159}' + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: '{E594E232-30D7-471B-AD80-94F9A3514159}' + UpgradeCode: '{5815D5F5-1FC0-5793-BA28-8FF79F8636D3}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/zux' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.locale.en-US.yaml b/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.locale.en-US.yaml new file mode 100644 index 0000000000000..952c4c24f1d6c --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.12.4 +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 + ⬆️ Dependency Updates + - Update pnpm to v12.3.2 @renovate[bot] (#276) + - Lock file maintenance @renovate[bot] (#277) + - Update pnpm to v12.3.3 @renovate[bot] (#279) + - Update pnpm to v12.3.4 @renovate[bot] (#280) + - Update dependency eslint to v10.10.0 @renovate[bot] (#281) + - Update dependency @playwright/test to v1.63.0 @renovate[bot] (#282) + - Update rust crate mdns-sd to v0.21.3 @renovate[bot] (#284) + - Lock file maintenance @renovate[bot] (#285) + Full Changelog + v1.12.3...v1.12.4 +ReleaseNotesUrl: https://github.com/hrzlgnm/zux/releases/tag/v1.12.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.yaml b/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.yaml new file mode 100644 index 0000000000000..24d4ed1a0a8f0 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.12.4/hrzlgnm.zux.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: hrzlgnm.zux +PackageVersion: 1.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/infisical/infisical/0.43.130/infisical.infisical.installer.yaml b/manifests/i/infisical/infisical/0.43.130/infisical.infisical.installer.yaml new file mode 100644 index 0000000000000..be210cd1324bb --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.130/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.130 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.130/cli_0.43.130_windows_arm64.zip + InstallerSha256: bc72f157a42b065c0644e431f33f92c66f14a7a03e1dab02b9a9b6fa93c3efaa + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.130/cli_0.43.130_windows_amd64.zip + InstallerSha256: 62304f5e3b0225ddecffe761505348292c4be7e909e004fb21356721794cfac9 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.130/infisical.infisical.locale.en-US.yaml b/manifests/i/infisical/infisical/0.43.130/infisical.infisical.locale.en-US.yaml new file mode 100644 index 0000000000000..65364485c1aa5 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.130/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.130 +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.130/infisical.infisical.yaml b/manifests/i/infisical/infisical/0.43.130/infisical.infisical.yaml new file mode 100644 index 0000000000000..0c7d79203ad71 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.130/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.130 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.installer.yaml b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.installer.yaml new file mode 100644 index 0000000000000..c3beaf4c19d6e --- /dev/null +++ b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: JYH1878.KimiCodeBar +PackageVersion: 1.9.2 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JYH1878/KimiCodeBar-Windows/releases/download/v1.9.2/KimiCodeBar_1.9.2_x64-setup.exe + InstallerSha256: 8F98BFE79E51EE2A1C3FFABFAE01048F99FB4396B0925B662FEC2ADE51665FB2 + ProductCode: KimiCodeBar +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.locale.en-US.yaml b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.locale.en-US.yaml new file mode 100644 index 0000000000000..089fa8f8dd137 --- /dev/null +++ b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: JYH1878.KimiCodeBar +PackageVersion: 1.9.2 +PackageLocale: en-US +Publisher: JYH1878 +PublisherUrl: https://github.com/JYH1878 +PackageName: KimiCodeBar +PackageUrl: https://github.com/JYH1878/KimiCodeBar-Windows +License: MIT +LicenseUrl: https://github.com/JYH1878/KimiCodeBar-Windows/blob/main/LICENSE +Copyright: Copyright (c) 2026 xifandev & JYH1878 +CopyrightUrl: https://github.com/JYH1878/KimiCodeBar-Windows/blob/main/LICENSE +ShortDescription: Windows system tray app that monitors Kimi Code usage quotas and alerts before they run out +Moniker: kimicodebar +Tags: +- kimi +- kimi-code +- usage-monitor +- quota +- system-tray +- tauri +ReleaseNotesUrl: https://github.com/JYH1878/KimiCodeBar-Windows/releases/tag/v1.9.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.locale.zh-CN.yaml b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..90fbb7420fd80 --- /dev/null +++ b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +PackageIdentifier: JYH1878.KimiCodeBar +PackageVersion: 1.9.2 +PackageLocale: zh-CN +License: MIT +ShortDescription: Windows 系统托盘上的 Kimi Code 用量监控工具,额度将尽时提前告警 +Tags: +- kimi +- kimi-code +- usage-monitor +- quota +- system-tray +- tauri +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.yaml b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.yaml new file mode 100644 index 0000000000000..479fcffbdb27f --- /dev/null +++ b/manifests/j/JYH1878/KimiCodeBar/1.9.2/JYH1878.KimiCodeBar.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: JYH1878.KimiCodeBar +PackageVersion: 1.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/JanDeDobbeleer.OhMyPosh.installer.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/JanDeDobbeleer.OhMyPosh.installer.yaml new file mode 100644 index 0000000000000..f8884f8cea01e --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/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: 31.2.1 +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/v31.2.1/install-x64.msix + InstallerSha256: A56A90D27E4816F070920EAE253A9CD8F9C76DC25B96D85DAA5D4456399EBBEB + SignatureSha256: 556B926859450D45DBF5404B8AFEBBCE9F14B4E004BE5516D4B9B815AD747B41 +- Architecture: arm64 + InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v31.2.1/install-arm64.msix + InstallerSha256: ACAA709D9238465C3C316D418F3A252C4247EEC56F7B38918592084C13BD82BD + SignatureSha256: 33AA6070C6E05223DA13E2519EBA129BA81C3E6554CACB3C866B9FB8E50103DB +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/JanDeDobbeleer.OhMyPosh.locale.en-US.yaml new file mode 100644 index 0000000000000..177f1e45ea25b --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/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: 31.2.1 +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/v31.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/JanDeDobbeleer.OhMyPosh.yaml b/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/JanDeDobbeleer.OhMyPosh.yaml new file mode 100644 index 0000000000000..0f0f5cb210684 --- /dev/null +++ b/manifests/j/JanDeDobbeleer/OhMyPosh/31.2.1/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: 31.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.installer.yaml b/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.installer.yaml new file mode 100644 index 0000000000000..7b4f3cc6ac291 --- /dev/null +++ b/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kayodante.Siphon +PackageVersion: 1.8.8 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kayodante/Win-siphonClaudeUsage/releases/download/v1.8.8/Siphon.Setup.1.8.8.exe + InstallerSha256: 8274EDDFA1166F4548BA90BE1556A50D7330A594D2F5ED40C677455BF3052FF4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.locale.en-US.yaml b/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.locale.en-US.yaml new file mode 100644 index 0000000000000..5465c909a1682 --- /dev/null +++ b/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kayodante.Siphon +PackageVersion: 1.8.8 +PackageLocale: en-US +Publisher: kayodante +PublisherUrl: https://github.com/kayodante +PublisherSupportUrl: https://github.com/kayodante/Win-siphonClaudeUsage/issues +PrivacyUrl: https://github.com/kayodante/Win-siphonClaudeUsage/blob/main/docs/privacy-policy.md +PackageName: Siphon +PackageUrl: https://github.com/kayodante/Win-siphonClaudeUsage +License: MIT +LicenseUrl: https://github.com/kayodante/Win-siphonClaudeUsage/blob/main/LICENSE +ShortDescription: Windows tray app that tracks Claude Code usage in real time. +Description: |- + Siphon is an unofficial, community-built Windows tray utility for developers who use Claude Code. It sits in the system tray and surfaces the current 5-hour session quota, the rolling weekly limit, and daily and monthly cost totals, reading from the local Claude Code data files and the OAuth usage endpoint that Claude Code itself uses for authentication. + When a session quota reaches 100%, Siphon schedules a native Windows toast notification for the exact reset time so the next usage window is not missed. If the application is closed when the reset occurs, the missed notification fires on the next launch. + An optional always-on-top floating widget keeps the key numbers visible during work, and color-coded tray icons reflect the current quota level at a glance. The interface is available in English and Brazilian Portuguese. Siphon is open source under the MIT license and is not affiliated with, endorsed by, or sponsored by Anthropic. +Moniker: win-siphon +Tags: +- claude +- claude-code +- ai +- usage +- tray +- productivity +- anthropic +ReleaseNotesUrl: https://github.com/kayodante/Win-siphonClaudeUsage/releases/tag/v1.8.8 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/kayodante/Win-siphonClaudeUsage/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.yaml b/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.yaml new file mode 100644 index 0000000000000..6b492cee985d8 --- /dev/null +++ b/manifests/k/kayodante/Siphon/1.8.8/kayodante.Siphon.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: kayodante.Siphon +PackageVersion: 1.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.installer.yaml b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.installer.yaml new file mode 100644 index 0000000000000..0d90d8bb8f21d --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.31.12 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fec40bfe-4762-5274-81d6-9a919b7c5853 +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://download.letta.com/builds/260908mow84wty7/windows/nsis/x64 + InstallerSha256: 9745FF050D2D25DBB8FC2BA8F06E6A27318B8CC50F612094878E68D3F24E722A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.locale.en-US.yaml b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.locale.en-US.yaml new file mode 100644 index 0000000000000..ec373ba016be7 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.locale.en-US.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: Letta.LettaCode +PackageVersion: 0.31.12 +PackageLocale: en-US +Publisher: Letta +PublisherUrl: https://www.letta.com/ +PublisherSupportUrl: https://github.com/letta-ai/letta-code/issues +PrivacyUrl: https://www.letta.com/privacy-policy +Author: Letta Inc. +PackageName: Letta Code +PackageUrl: https://www.letta.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/letta-ai/letta-code/blob/HEAD/LICENSE +Copyright: Copyright 2026, Letta authors +CopyrightUrl: https://www.letta.com/terms-of-service +ShortDescription: The memory-first coding agent +Description: |- + Letta Code is a memory-first coding harness, designed for long-lived agents that can learn from experience. + Instead of working in independent sessions, you work with a persisted agent whose memory is portable across models (Claude, GPT, Gemini, GLM, Kimi, and more). +Tags: +- ai +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - feat(mcp): defer client-local tools to the unified CLI by @sarahwooders in https://github.com/letta-ai/letta-code/pull/4182 + - fix(feedback): route behavioral corrections to memory edits by @letta-integration[bot] in https://github.com/letta-ai/letta-code/pull/4190 + - feat(cli): standardize remote routing on computers by @letta-integration[bot] in https://github.com/letta-ai/letta-code/pull/4194 + - fix(agent): scope ChatGPT plan rotation to active turn by @overlord-letta in https://github.com/letta-ai/letta-code/pull/4202 + - refactor(skills): keep the bundled browser-use skill environment-neutral by @letta-integration[bot] in https://github.com/letta-ai/letta-code/pull/4197 + - chore: bump version to 0.31.12 by @github-actions[bot] in https://github.com/letta-ai/letta-code/pull/4207 + Full Changelog: https://github.com/letta-ai/letta-code/compare/v0.31.11...v0.31.12 +ReleaseNotesUrl: https://github.com/letta-ai/letta-code/releases/tag/v0.31.12 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.letta.com/letta-code +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.locale.zh-CN.yaml b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a485ae85edf1b --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.31.12 +PackageLocale: zh-CN +ShortDescription: 以记忆为先的编码智能体 +Description: |- + Letta Code 是一种以记忆为先的编码框架,专为能够从经验中学习的长生命周期智能体而设计。 + 它无需独立会话,而是与一个持久化的智能体协作,其记忆可在不同模型之间迁移(包括 Claude、GPT、Gemini、GLM、Kimi 等)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.letta.com/letta-code +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.yaml b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.yaml new file mode 100644 index 0000000000000..a5c72a744d2fd --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.31.12/Letta.LettaCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.31.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.installer.yaml b/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.installer.yaml new file mode 100644 index 0000000000000..f9a5a1f2286ad --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.15.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: libredb-studio.exe + PortableCommandAlias: libredb-studio +Commands: +- libredb-studio +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/libredb/libredb-studio/releases/download/0.15.0/libredb-studio-standalone-0.15.0-win32-x64.zip + InstallerSha256: 0D0776BDAE5000C8D273FD8312616568678DB1D0B5FC71E84D43E3DD061AFA1C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.locale.en-US.yaml b/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.locale.en-US.yaml new file mode 100644 index 0000000000000..f5e07ad61c51b --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.15.0 +PackageLocale: en-US +Publisher: LibreDB +PublisherUrl: https://libredb.org +PublisherSupportUrl: https://github.com/libredb/libredb-studio/issues +PackageName: LibreDB Studio +PackageUrl: https://github.com/libredb/libredb-studio +License: MIT +LicenseUrl: https://github.com/libredb/libredb-studio/blob/main/LICENSE +Copyright: Copyright (c) 2025 LibreDB +ShortDescription: Web-based SQL IDE for PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and Redis with AI query assistance. +Description: |- + LibreDB Studio is an open-source, web-based SQL IDE for cloud-native teams. + It connects to PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and + Redis, and ships a Monaco-powered editor with AI query assistance, schema + browsing, ER diagrams, charts, and import/export tooling. This package + installs the standalone server with a bundled Node.js runtime; run + `libredb-studio` and open http://127.0.0.1:3000 - the first run prints + generated admin credentials to the terminal (zero-config bootstrap). +Moniker: libredb-studio +Tags: +- database +- db +- ide +- mongodb +- mysql +- oracle +- postgres +- postgresql +- redis +- sql +- sqlite +ReleaseNotesUrl: https://github.com/libredb/libredb-studio/releases/tag/0.15.0 +Documentations: +- DocumentLabel: Distribution & Install Guide + DocumentUrl: https://github.com/libredb/libredb-studio/blob/main/docs/DISTRIBUTION.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.yaml b/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.yaml new file mode 100644 index 0000000000000..cb26d08dc1cf0 --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.15.0/LibreDB.Studio.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: LibreDB.Studio +PackageVersion: 0.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.installer.yaml b/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.installer.yaml new file mode 100644 index 0000000000000..478a4dc3967d9 --- /dev/null +++ b/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.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: LifetimeLabs.PrivacyNotes +PackageVersion: 0.507.5 +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- DisplayName: PrivacyNotes + Publisher: Lifetime Labs LLC + ProductCode: PrivacyNotes + InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://releases.privacynotes.app/0.507.5/PrivacyNotes_x64-setup.exe + InstallerSha256: 9860FFCEC3CF266F0EB3EDC0B6EEA42BB0C9EE5DDEF18DAE19B2C25449BAEF34 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.locale.en-US.yaml b/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.locale.en-US.yaml new file mode 100644 index 0000000000000..e8acec8cb915f --- /dev/null +++ b/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LifetimeLabs.PrivacyNotes +PackageVersion: 0.507.5 +PackageLocale: en-US +Publisher: Lifetime Labs LLC +PublisherUrl: https://lifetimelabs.dev/ +PublisherSupportUrl: https://github.com/LifetimeLabsDev/PrivacyNotes.app/issues +PrivacyUrl: https://lifetimelabs.dev/privacy/ +Author: Lifetime Labs LLC +PackageName: PrivacyNotes +PackageUrl: https://privacynotes.app/ +License: AGPL-3.0 +LicenseUrl: https://github.com/LifetimeLabsDev/PrivacyNotes.app/blob/main/LICENSE +Copyright: Copyright (c) 2026 Lifetime Labs LLC +CopyrightUrl: https://lifetimelabs.dev/terms/ +ShortDescription: End-to-end encrypted notes, tasks, and journal +Description: |- + PrivacyNotes is an end-to-end encrypted notes, tasks and journal app. A 12-word BIP-39 phrase is your identity and your key, so there is no email, no password and no account to leak. Notes, journal entries, tasks, a password vault and file attachments are encrypted on your device with XChaCha20-Poly1305 before they sync, and the server stores only ciphertext and a nonce. + Importers read exports from Evernote, Apple Notes, Apple Journal, Obsidian, Notesnook, Standard Notes, Simplenote, Google Keep, Samsung Notes, Bitwarden and plain Markdown, and every one of them is parsed on your device. + PrivacyNotes is open source: the client apps, the encryption core and the threat model are published at github.com/LifetimeLabsDev/PrivacyNotes.app, so the privacy claims can be checked rather than taken on faith. +Moniker: privacynotes +Tags: +- e2ee +- encrypted +- encryption +- end-to-end-encryption +- journal +- notes +- note-taking +- privacy +- tasks +- zero-knowledge +ReleaseNotesUrl: https://privacynotes.app/changelog +Documentations: +- DocumentLabel: Help and FAQ + DocumentUrl: https://privacynotes.app/help +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.yaml b/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.yaml new file mode 100644 index 0000000000000..b9126d54606c5 --- /dev/null +++ b/manifests/l/LifetimeLabs/PrivacyNotes/0.507.5/LifetimeLabs.PrivacyNotes.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: LifetimeLabs.PrivacyNotes +PackageVersion: 0.507.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.142.0/Lime.Lime.installer.yaml b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.installer.yaml new file mode 100644 index 0000000000000..d76916bc7e61c --- /dev/null +++ b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.142.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- lime +ProductCode: lime +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/limecloud/lime/releases/download/v1.142.0/Lime-1.142.0.Setup.exe + InstallerSha256: 00007A38257C4375AE421694EE0DCBF4898C491294646FDD2BDF40CFECBDB0E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.142.0/Lime.Lime.locale.en-US.yaml b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.locale.en-US.yaml new file mode 100644 index 0000000000000..e385422aa86ad --- /dev/null +++ b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.142.0 +PackageLocale: en-US +License: Proprietary +ShortDescription: An open-source AI content workbench built for Chinese creators. +Description: |- + Lime is an open-source Electron desktop AI content workbench designed for Chinese creators, brand operators, research-oriented writers, and small teams. It covers AI writing, topic research, asset management, prompt accumulation, knowledge bases, and multi-model creative workflows. + + You can think of it as an AI workspace better suited for long-term creation: + - It’s not just about single questions and answers; it’s about making continuous progress on a project. + - It’s not about finding references and rewriting prompts every time; it’s about accumulating references, styles, and methodologies. + - It’s not about results getting lost in chat history after generation; it’s about saving results so they can be reused next time. + - It’s not tied to a single AI service; it allows you to use the model capabilities you have already configured. + If you frequently switch between bookmarks, documents, chat tools, image tools, and model backends, Lime aims to consolidate these actions into a single creative space. + + What you can do with Lime: + - AI Writing and Content Creation: Write WeChat Official Account articles, Xiaohongshu notes, video scripts, podcast outlines, and livestream scripts. + - Research and Knowledge Organization: Organize webpages, notes, screenshots, interviews, and historical materials to generate reports or briefs. + - Topic Analysis and Content Review: Deconstruct viral cases, competitor content, publishing cadences, and expression styles. + - Prompt Management and Style Reuse: Save common writing styles, brand tones, topic selection methods, and team templates. + - Multimodal Creative Preparation: Generate image prompts, cover directions, presentation structures, or webpage drafts. + - Multi-Model Workflow: Use your own configured AI providers and models to continuously edit, expand, compress, or cross-post within the same task. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.142.0/Lime.Lime.locale.zh-CN.yaml b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..47507f5e22d17 --- /dev/null +++ b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.locale.zh-CN.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.142.0 +PackageLocale: zh-CN +Publisher: Lime +PublisherUrl: https://limeai.run/ +PublisherSupportUrl: https://github.com/limecloud/lime/issues +PrivacyUrl: https://limeai.run/privacy/ +PackageName: Lime +PackageUrl: https://limeai.run/ +License: 专有软件 +LicenseUrl: https://limeai.run/terms/ +Copyright: © 2026 Lime +ShortDescription: 给中文创作者用的开源 AI 内容工作台 +Description: |- + Lime 是一个开源的 Electron 桌面端 AI 内容工作台,面向中文创作者、品牌运营、研究型写作者和小团队,覆盖 AI 写作、选题研究、素材管理、提示词沉淀、知识库和多模型创作流程。 + + 你可以把它理解成一个更适合长期创作的 AI 工作台: + - 不是只问一句、答一句,而是围绕一个项目持续推进 + - 不是每次都重新找资料、重新写提示词,而是把参考、风格和做法沉淀下来 + - 不是生成完就散落在聊天记录里,而是把结果保存起来,下一次还能继续用 + - 不是绑定某一家 AI 服务,而是让你使用自己已经配置好的模型能力 + 如果你经常在收藏夹、文档、聊天工具、图片工具和模型后台之间来回切换,Lime 想帮你把这些动作收回到同一个创作空间里。 + + 你可以用 Lime 做什么 + - AI 写作与内容创作:写公众号文章、小红书笔记、视频脚本、播客提纲和直播话术 + - 资料研究与知识整理:整理网页、笔记、截图、访谈和历史材料,生成报告或简报 + - 选题分析与内容复盘:拆解爆款案例、竞品内容、发布节奏和表达风格 + - 提示词管理与风格复用:保存常用写法、品牌语气、选题方法和团队模板 + - 多模态创作准备:生成图片提示词、封面方向、演示稿结构或网页草稿 + - 多模型工作流:使用自己配置的 AI 服务商和模型,在同一个任务里持续修改、扩写、压缩或换平台发布 +ReleaseNotes: |- + Lime v1.142.0 + 新功能 + - TUI/CLI 继续按 Codex 形状拆分 current owner:多 Agent 导航与概览、模型目录、协作模式、恢复会话分页与 transcript pager、composer textarea、历史搜索、viewport 和五语言终端文案。 + - App Server 增加统一执行进程生命周期与 command event mirror,向 canonical Thread/Turn/Item 投影 command started、实时输出、完成状态和测试运行信息。 + - @limecloud/app-server-client 提供同一 JSON-RPC session 的认证 WebSocket foundation,支持 ws/wss、Bearer token、租户 header、身份/协议握手、ping/pong 和消息大小上限。 + - Electron 增加基于 safeStorage 的 Cloud session credential store 与 set/status/delete IPC;状态只返回 metadata,不提供 token 读取。 + 修复 + - 统一 pipe、PTY、Windows restricted runner、远程 Environment 和 unified exec 的有界输出捕获,保留稳定 head/tail、UTF-8 边界和 omission 统计,避免大输出阻塞或跨进程串流。 + - 修复 App Server process owner 的连接隔离、重复 active processId、断连清理、stdin/resize/terminate 生命周期和逐进程 output replay。 + - 修复 TUI 终端恢复、断线编辑、Unicode 光标、窄终端换行、队列恢复、历史 hydration、审批/输入请求和多 Agent 状态投影边界。 + - 收紧 sidecar dataDir 与 Cloud App Server endpoint 校验,拒绝 undefined/相对路径、URL 凭证、query/fragment 和不安全的公开 WebSocket token 连接。 + 优化与重构 + - 将 TUI 聚合状态迁入 app/、chat_composer/、textarea/、viewport 等唯一 current owner,继续以 App Server canonical projection 为会话事实源。 + - App Server 与 tool-runtime 的执行输出改用 per-process bounded queue 和统一 framer,删除全局 FIFO、tail-only capture 与逐 chunk lossy UTF-8 语义。 + - DeepSWE harness 支持隔离 Docker CLI 配置和当前 Docker context endpoint 注入,避免本地 daemon 配置污染 verifier。 + - Cloud transport 保持 foundation-only:凭证、租户隔离、重连、限流、审计和生产 endpoint 仍需 Cloud 服务完成后才能启用。 + 测试与质量 + - tui Rust 单元测试 390/390 通过;@limecloud/app-server-client 11 个测试文件、139 项通过。 + - CLI Gate B、TUI Gate B、Agent Runtime current Electron fixture、App Server client contracts、结构 inventory、harness、legacy governance 和脚本边界检查通过。 + - 保持五语言文案、协议生成、Electron Forge、版本一致性、真实 PTY/stdio 和 canonical Thread/Turn/Item identity 为发布门禁。 + 文档 + - 更新架构、命令、质量、路线图与 TUI/CLI 执行计划,记录执行进程、远程 transport、凭证存储和唯一 Product Surface → App Server JSON-RPC → RuntimeCore 主链边界。 + 其他 + - 将根应用、CLI npm 包、Rust workspace 与 Cargo.lock 版本统一提升到 1.142.0。 + - 本地 rusty_v8 v150.4.0 Darwin/aarch64 预构建 archive 返回 404,包含 V8 的 workspace 完整编译未在本机完成;Windows 真机矩阵、签名/公证和完整 Forge 产物留给对应平台 runner。 + - 发布候选排除未跟踪的本机 Mach-O rust_out 与被忽略的本地生成目录;不删除、不覆盖既有 v1.141.0 tag。 + 完整变更:v1.141.0 → v1.142.0 +ReleaseNotesUrl: https://github.com/limecloud/lime/releases/tag/v1.142.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.142.0/Lime.Lime.yaml b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.yaml new file mode 100644 index 0000000000000..d6ac15f69f723 --- /dev/null +++ b/manifests/l/Lime/Lime/1.142.0/Lime.Lime.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: Lime.Lime +PackageVersion: 1.142.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.373.3/Loom.Loom.installer.yaml b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.installer.yaml new file mode 100644 index 0000000000000..b5b2caf04f6da --- /dev/null +++ b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.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: Loom.Loom +PackageVersion: 0.373.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- loomdesktop +ProductCode: 3643b966-bc28-5bc8-95ff-3d47d66438db +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.loom.com/desktop-packages/Loom%20Setup%200.373.3.exe + InstallerSha256: 5AAA0383EA5A4AEBC264E5D82EFC65D0600F0301C720AF905A8A59DFE2EAC1E3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.373.3/Loom.Loom.locale.en-US.yaml b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.locale.en-US.yaml new file mode 100644 index 0000000000000..038d6b77aa073 --- /dev/null +++ b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.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: Loom.Loom +PackageVersion: 0.373.3 +PackageLocale: en-US +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: Proprietary +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom is a video messaging tool that helps you get your message across through instantly shareable videos. +Description: Loom combines the expressiveness of video with the convenience of messaging. It's a new, more effective way of communicating with co-workers and customers. With Loom, you can record your camera, microphone, and desktop simultaneously. Your video is then instantly available to share through Loom's patented technology. +Moniker: loom +Tags: +- capture +- clip +- conference +- meeting +- presentation +- record +- video +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.373.3/Loom.Loom.locale.zh-CN.yaml b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.locale.zh-CN.yaml new file mode 100644 index 0000000000000..db25d5c185852 --- /dev/null +++ b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.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: Loom.Loom +PackageVersion: 0.373.3 +PackageLocale: zh-CN +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: 专有软件 +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom 是一款视频信息传递工具,可帮助您通过即时分享的视频传递信息。 +Description: Loom 结合了视频的表现力和信息传递的便利性,是一种与同事和客户更有效沟通的新方式。使用 Loom,您可以同时录制您的摄像头、麦克风和桌面,然后您就可以通过 Loom 的专利技术即时分享您的视频。 +Tags: +- 会议 +- 剪辑 +- 录制 +- 录屏 +- 演示 +- 视频 +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.373.3/Loom.Loom.yaml b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.yaml new file mode 100644 index 0000000000000..b36369e310b1c --- /dev/null +++ b/manifests/l/Loom/Loom/0.373.3/Loom.Loom.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: Loom.Loom +PackageVersion: 0.373.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..693395ee3ba2b --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/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.155 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.155/CLIProxyAPI_7.2.155_windows_amd64.zip + InstallerSha256: B24D8F443C4CDC6229A6D1A769476328A3290512DD1F5F26A03C181C3E8E15B5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..2f1e7ddbc8163 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.155 +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 + - fix(docs): remove Infistar.ai sponsorship details from README files (d198db54) + - fix(claude): default function parameters for tools without input schema (6e1f9ec4) + - fix(antigravity): normalize gemini responseJsonSchema to responseSchema (dc21a426) + - fix(claude): align beta assembly and Haiku helper transport with the measured 2.1.258 (280b96ac) + - fix(claude): attach helper request IDs according to the upstream base (35a47238) + - feat(kimi): support openai responses api (d4146bde) + - fix(antigravity): include resolved pool settings in transport cache key (68dd99d5) + - fix(claude): enforce sequential content blocks for interleaved streaming tool calls (ef99119e) + - fix(auth): cap refresh loop timer wait duration (48e5e9e0) + - fix(claude): map codex reasoning tokens to thinking tokens (e365ab0c) + - feat(session): enhance harness hierarchy recognition and deduplicate selector extraction (39058915) + - feat(usage): normalize reported session hierarchy to canonical UUIDv8 (6b187e77) + - fix(plugin-store): only check releases for installed update sources (1c9d7194) + - fix(auth): strip monotonic clock reading from quota cooldown deadlines (1d5f7b2a) + - fix(plugin-store): coalesce and throttle cached release checks (54b17ce8) + - fix(plugin-store): honor shared GitHub API rate-limit cooldowns (8c0ad8cc) + - feat(auth): export helper functions for headless antigravity oauth (20e3f731) + - perf(antigravity): batch functionResponse name repairs (d8f2dcee) + - fix(plugin-store): add network scope handling for shared GitHub API cooldowns (3639d924) + - fix(api): skip access logging for health probes (e026cbf4) + - fix(session): harden canonical UUIDv8 normalization for empty prefixes and context roots (1119ef14) + - fix(logging): silence only successful health probes (a163c5e7) + - Merge pull request #5625 from router-for-me/fix/issue-5608-plugin-store-rate-limit (f39702a2) + - fix(gemini): normalize responses tool call outputs and resolve alternate call ids (d0bb908c) + - Merge pull request #5626 from nichaoshou/fix/healthz-access-log (454452d5) + - feat(plugin): preserve raw json in management responses on schema version 6 (c6327a86) + - fix(gemini): reorder trailing text before function responses in user turns (4fde97f4) + - fix(codex): strip schema dialect keywords from tool parameters (7fac6b15) + What's Changed + - fix(claude): align beta assembly and helper transport with the measured 2.1.258 by @HYEONMIN94 in https://github.com/router-for-me/CLIProxyAPI/pull/5412 + - feat(session): enhance harness hierarchy recognition, deduplicate selector, and normalize usage to UUIDv8 by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5622 + - perf(antigravity): batch functionResponse name repairs by @rome-xi in https://github.com/router-for-me/CLIProxyAPI/pull/5582 + - fix(plugin-store): reduce release checks and honor shared GitHub rate-limit cooldowns by @LTbinglingfeng in https://github.com/router-for-me/CLIProxyAPI/pull/5625 + - fix(logging): silence successful health probes while preserving errors by @nichaoshou in https://github.com/router-for-me/CLIProxyAPI/pull/5626 + New Contributors + - @HYEONMIN94 made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/5412 + - @nichaoshou made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/5626 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.154...v7.2.155 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.155 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..45312461d9517 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/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.155 +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.155/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..8b3082724a678 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.155/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.155 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..23a785586fa0f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.78.8 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.78.8/SysManager-v1.78.8.exe + InstallerSha256: 9978B9DA4FC1D6001C7F7752A6274AB3B1C6D7CF18CE61C37E8CB9B8142EF038 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..7e999f27ff006 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,86 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.78.8 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.78.8] - 2026-09-08 + App Blocker's Unblock button asked you to confirm even when it could not do the job. Without + administrator rights it would show the confirmation, quietly fail every change, and report "Unblocked 0 + applications" without saying why — while the Block button on the same tab had always refused up front and + explained itself. Unblock now does the same. It also says how many it could not change, instead of + reporting the number that worked as if it were all of them. + Fixed + - App Blocker — Unblock now refuses without administrator rights instead of failing silently. + Unblocking writes the same protected Windows setting that blocking does, so without admin every change + fails. The command checked nothing: it showed a confirmation promising the applications "will be allowed + to run again", tried anyway, and reported a count of zero with nothing connecting it to permissions. It + now checks before the confirmation, so it never asks permission for something it cannot do, and says + "Unblocking requires administrator privileges." The check sits ahead of the dialog on purpose — behind + it, the wording would have been right while the user had still been asked. + Changed + - App Blocker — a partly successful unblock says so. Even with administrator rights an individual + change can fail, and "Unblocked 2 applications" after selecting three read as complete success. It now + reports "Unblocked 2 of 3" and how many could not be changed. + Verify the download + Get-FileHash .\SysManager-v1.78.8.exe -Algorithm SHA256 + Expected SHA256: 9978B9DA4FC1D6001C7F7752A6274AB3B1C6D7CF18CE61C37E8CB9B8142EF038 + This build is not code-signed, so Windows will warn on first launch. That is + expected for a small independent app: see what the warning says and what to + click. + Code signing is planned through the SignPath Foundation, + which provides free certificates to open-source projects, with signing performed by + SignPath.io. Until then, the SHA256 above and the build + attestation below are what establish that a download is the genuine build. + Code signing policy + This release is not code-signed. The team roles, release-approval process and + privacy policy required by the SignPath Foundation programme + are documented in advance under Code signing + policy. That + documentation is a prerequisite for applying, not evidence of a certificate. The + attribution line naming SignPath as the signing provider will appear here once a + certificate is actually issued. + This program will not transfer any information to other networked systems unless + specifically requested by the user or the person installing or operating it. Full + privacy policy. + Verify where this binary came from + This exe was built by GitHub Actions from this public source, and the build is + recorded in the Sigstore public transparency log. With the + GitHub CLI: + gh attestation verify .\SysManager-v1.78.8.exe --repo laurentiu021/SystemManager + That proves which commit and workflow produced this exact binary, something the + SHA256 file cannot show, since it is published alongside the exe it describes. + Each release also ships SysManager-v1.78.8.sbom.json, a CycloneDX inventory of + every dependency resolved for this build. +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.78.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..e469e4f30ab9a --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.78.8/laurentiu021.SysManager.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.78.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.installer.yaml b/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.installer.yaml new file mode 100644 index 0000000000000..c9555b71d10ea --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 3.6.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgain.exe +ReleaseDate: 2026-09-08 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v3.6.1/mp3rgain-v3.6.1-windows-x86_64.zip + InstallerSha256: 90BECD940842A4C1DED7E13EF104AA5272320C5381EF46CDB948E823879EF60F + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v3.6.1/mp3rgain-v3.6.1-windows-arm64.zip + InstallerSha256: 8128DDE3F9FD517FB2E4814ED182980C2241F6C895E1CE8E168D84871AD762E9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.locale.en-US.yaml new file mode 100644 index 0000000000000..f205d92252a9e --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 3.6.1 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgain +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgain adjusts MP3 volume without re-encoding by modifying the global_gain field in each frame's side information. + This preserves audio quality while achieving permanent volume changes. + Features include ReplayGain analysis, AAC/M4A support, and full mp3gain command-line compatibility. +Moniker: mp3rgain +Tags: + - audio + - cli + - flac + - gain + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v3.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.yaml b/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.yaml new file mode 100644 index 0000000000000..651addb15fa7c --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/3.6.1/M-Igashi.mp3rgain.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 3.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.installer.yaml b/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.installer.yaml new file mode 100644 index 0000000000000..d94c6009bdc0d --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 3.6.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgui.exe +ReleaseDate: 2026-09-08 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v3.6.1/mp3rgui-v3.6.1-windows-x86_64.zip + InstallerSha256: DFD87AE8E78D7C1478D593302FB5DC66A1E681ADA603B2291ACDF99417634ECE + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v3.6.1/mp3rgui-v3.6.1-windows-arm64.zip + InstallerSha256: 8C6D41006713088DCC1FE07199F022865CAE204AEF85B0C4AAB6B4C1773F9424 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.locale.en-US.yaml new file mode 100644 index 0000000000000..fc09102be6881 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 3.6.1 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgui +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: GUI for lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgui is the graphical interface for mp3rgain, a lossless MP3 volume normalizer. + It provides an easy-to-use GUI for adjusting MP3 volume without re-encoding, + supporting ReplayGain analysis, AAC/M4A, FLAC, and OGG formats. +Moniker: mp3rgui +Tags: + - audio + - flac + - gain + - gui + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v3.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.yaml b/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.yaml new file mode 100644 index 0000000000000..c8245d22a43fc --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgui/3.6.1/M-Igashi.mp3rgui.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgui +PackageVersion: 3.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.installer.yaml b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.installer.yaml new file mode 100644 index 0000000000000..556cc91b05bb3 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.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: MayDay.SnowApp +PackageVersion: 0.2.31 +InstallerType: nullsoft +ProductCode: 93d8ffac-9b72-5a71-bb24-eb58c0fee1af +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/MayDay-wpf/snow-app/releases/download/v0.2.31/Snow-App-Setup-0.2.31.exe + InstallerSha256: 248B6AE1540DBB0E825B0BE5D240B6651B4D079E7F8358725912DFB403B0FCCD + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/MayDay-wpf/snow-app/releases/download/v0.2.31/Snow-App-Setup-0.2.31.exe + InstallerSha256: 248B6AE1540DBB0E825B0BE5D240B6651B4D079E7F8358725912DFB403B0FCCD + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.locale.en-US.yaml b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.locale.en-US.yaml new file mode 100644 index 0000000000000..b7e860c3e7275 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MayDay.SnowApp +PackageVersion: 0.2.31 +PackageLocale: en-US +Publisher: MayDay +PublisherUrl: https://github.com/MayDay-wpf +PublisherSupportUrl: https://github.com/MayDay-wpf/snow-app/issues +PackageName: Snow App +PackageUrl: https://github.com/MayDay-wpf/snow-app +License: MIT +LicenseUrl: https://github.com/MayDay-wpf/snow-app/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 MayMay +ShortDescription: Developer-focused desktop workspace that integrates AI chat, terminal emulation, SSH remote management, Git tooling, and a built-in browser panel. +Description: Snow App is a developer-focused desktop application that integrates AI-powered chat, terminal emulation, SSH remote management, Git tooling, and a built-in browser panel into a single unified workspace. It leverages a Rust native module for performance-critical operations such as SQLite storage, AI streaming, file watching, and HTTP requests. Additional capabilities include MCP support, AI image generation, a skills system, hooks, sub-agents, codebase semantic search, and AI-driven terminal sessions. +Tags: +- ai +- chat +- codex +- git +- mcp +- ssh +- terminal +ReleaseNotesUrl: https://github.com/MayDay-wpf/snow-app/releases/tag/v0.2.3 +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/en/1-getting-started.md +- DocumentLabel: Documentation + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.locale.zh-CN.yaml b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..811455382e824 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MayDay.SnowApp +PackageVersion: 0.2.31 +PackageLocale: zh-CN +Copyright: 版权所有 (c) 2026 MayMay +ShortDescription: 面向开发者的桌面应用,将 AI 对话、终端模拟、SSH 远程管理、Git 工具和内置浏览器面板整合到统一的工作空间中。 +Description: Snow App 是一款面向开发者的桌面应用,将 AI 对话、终端模拟、SSH 远程管理、Git 工具和内置浏览器面板整合到统一的工作空间中。它通过 Rust 原生模块处理性能关键型操作,包括 SQLite 存储、AI 流式传输、文件监控和 HTTP 请求。此外还支持 MCP 集成、AI 图像生成、技能系统、Hooks、子代理、代码库语义搜索与 AI 驱动的终端会话。 +Tags: +- ai +- codex +- git +- mcp +- ssh +- 终端 +- 聊天 +ReleaseNotes: |- + 新功能 + - 关闭行为设置:通用设置新增「关闭 Snow App 时」选项,可选每次询问(默认)、直接退出或最小化到托盘。 + - 设备尺寸管理:浏览器设置支持自定义设备显示尺寸列表。 + - 浏览器截图恢复在工具卡片中内联显示,点击可放大查看。 + 改进 + - 内置浏览器重构为单 webview 扁平标签模型:右侧面板标签即浏览器标签页,每个标签对应独立实例,面板结构更精简。 + - SSH 目录使用固定 Server 图标,激活状态以行高亮表示。 + 修复 + - 回退全局 User-Agent 修改,恢复 Google 登录。 +ReleaseNotesUrl: https://github.com/MayDay-wpf/snow-app/blob/HEAD/RELEASE_NOTES_ZH.md#v0231 +Documentations: +- DocumentLabel: 快速开始 + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/zh-CN/1-快速开始.md +- DocumentLabel: 文档 + DocumentUrl: https://github.com/MayDay-wpf/snow-app/blob/main/docs/README.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.yaml b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.yaml new file mode 100644 index 0000000000000..51c44c8f9ef06 --- /dev/null +++ b/manifests/m/MayDay/SnowApp/0.2.31/MayDay.SnowApp.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: MayDay.SnowApp +PackageVersion: 0.2.31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.installer.yaml b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.installer.yaml new file mode 100644 index 0000000000000..e80bf7a2ccc57 --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MemoirStudio.Memoir +PackageVersion: 0.1.15 +InstallerType: nullsoft +Scope: user +ProductCode: memoir +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Memoir-Studio/Memoir/releases/download/v0.1.15/memoir_0.1.15_x64-setup.exe + InstallerSha256: 64071BD2A299A14115F555543866141FE7B9A31B30FB1BAFC5C72B600972EE37 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.locale.en-US.yaml b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.locale.en-US.yaml new file mode 100644 index 0000000000000..fe29a2e9d3a37 --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MemoirStudio.Memoir +PackageVersion: 0.1.15 +PackageLocale: en-US +Publisher: shiyu +PublisherUrl: https://github.com/Memoir-Studio +PublisherSupportUrl: https://github.com/Memoir-Studio/Memoir/issues +PackageName: memoir +PackageUrl: https://github.com/Memoir-Studio/Memoir +License: MIT +LicenseUrl: https://github.com/Memoir-Studio/Memoir/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 shiyu +ShortDescription: A memoir that stays on disk. +Description: |- + Memoir is a quiet desktop notebook. Point it at a folder of .md / .mdx files and you get a library, a CodeMirror editor, and a live preview — without an account, a sync service, or a proprietary vault. + Notes are ordinary files. You can open the same folder in git, VS Code, or any other editor. + Features + - Local-first — the workspace is a folder you choose. Memoir never uploads your notes. + - Markdown and MDX — GitHub Flavored Markdown, KaTeX, Mermaid, task lists, and a small set of built-in MDX components. + - Edit / split / preview — write source, read the rendered page, or do both with synced scroll. + - Library — folders, frontmatter tags, favorites, recent notes, and a heading outline. + - Safe by default — atomic writes, crash-safe drafts, autosave, and deletes that go to .memoir-trash/ instead of vanishing. + - Fast library — each workspace keeps a disposable SQLite cache at .memoir/index.sqlite so the sidebar does not re-read every note. The markdown files are still the source of truth; gitignore .memoir/ and exclude it from iCloud / Dropbox / OneDrive. + - Appearance — light / dark / system theme, accent colors, density, type scale, and Chinese / English UI. + - Sandboxed paths — only .md / .mdx inside the workspace; .., symlinks, and hidden/build directories are rejected. +Tags: +- markdown +- notebook +- notes +- writing +ReleaseNotes: |- + What's Changed + - Initialize main from dev + Full Changelog: https://github.com/Memoir-Studio/Memoir/compare/v0.1.14...v0.1.15 + Downloads + Windows (Windows 10+) + - 64-bit + macOS + - Apple Silicon | Intel + Linux + AppImage (portable) — chmod +x ./path && ./path + - 64-bit + DEB (Debian / Ubuntu) — sudo apt install ./path + - 64-bit + RPM (Fedora / RHEL) — sudo dnf install ./path + - 64-bit +ReleaseNotesUrl: https://github.com/Memoir-Studio/Memoir/releases/tag/v0.1.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.locale.zh-CN.yaml b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ed36e3a026b2c --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.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: MemoirStudio.Memoir +PackageVersion: 0.1.15 +PackageLocale: zh-CN +ShortDescription: 把记忆写在本地。 +Description: |- + Memoir 是一款安静的桌面笔记本。把一个装满 .md / .mdx 的文件夹交给它,就能得到资料库、CodeMirror 编辑器和实时预览——不需要账号,没有同步服务,也不会把笔记锁进专有仓库。 + 笔记就是普通文件。同一个文件夹可以继续用 git、VS Code 或任何编辑器打开。 + 功能 + - 本地优先 — 工作区就是你选的文件夹。Memoir 不会上传笔记。 + - Markdown 与 MDX — GFM、KaTeX、Mermaid、任务列表,以及一组内置 MDX 组件。 + - 编辑 / 分栏 / 预览 — 写源码、看渲染,或两边同时打开并同步滚动。 + - 资料库 — 文件夹、frontmatter 标签、收藏、最近编辑、标题大纲。 + - 默认安全 — 原子写入、可恢复草稿、自动保存;删除进入工作区的 .memoir-trash/,而不是直接消失。 + - 资料库加速 — 每个工作区在 .memoir/index.sqlite 里放一份可丢弃的索引,打开列表时不必重读每一篇笔记。磁盘上的 Markdown 仍是唯一真相;请把 .memoir/ 加入 gitignore,并在 iCloud / Dropbox / OneDrive 中排除它。 + - 外观 — 浅色 / 深色 / 跟随系统、强调色、界面密度、字号,以及中英界面。 + - 路径沙箱 — 只允许工作区内的 .md / .mdx;拒绝 ..、符号链接,以及隐藏目录和构建目录。 +Tags: +- markdown +- 写作 +- 笔记 +- 笔记本 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.yaml b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.yaml new file mode 100644 index 0000000000000..745f06a6dad7d --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.1.15/MemoirStudio.Memoir.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: MemoirStudio.Memoir +PackageVersion: 0.1.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.installer.yaml b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.installer.yaml new file mode 100644 index 0000000000000..41902ad748743 --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.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: Microsoft.Bicep +PackageVersion: 0.47.16 +Commands: +- bicep +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/Azure/bicep/releases/download/v0.47.16/bicep-win-x64.exe + InstallerSha256: 3F343AB1CE41FEAC156464ADEE3DC499CB6C197366FC731AED276192011D867C +- Architecture: arm64 + InstallerType: portable + InstallerUrl: https://github.com/Azure/bicep/releases/download/v0.47.16/bicep-win-arm64.exe + InstallerSha256: 657E6AACC4E44D73674874F802D98396BF5E2E23530D160F275FBF9D67B7FDE7 +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/Azure/bicep/releases/download/v0.47.16/bicep-setup-win-x64.exe + InstallerSha256: 8380DDDBFE6E51F5DD32C9AD928129914CF4C1A5782A247A61D42566058314EA + UpgradeBehavior: install + ProductCode: '{7EF9DE63-59B1-4325-955A-937F3E0A4EA8}_is1' + AppsAndFeaturesEntries: + - DisplayVersion: 0.47.16.16243 + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Bicep CLI' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.locale.en-US.yaml b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.locale.en-US.yaml new file mode 100644 index 0000000000000..b5ff46afd8a98 --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.locale.en-US.yaml @@ -0,0 +1,112 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Bicep +PackageVersion: 0.47.16 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/Azure/bicep +PublisherSupportUrl: https://github.com/Azure/bicep/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Bicep CLI +PackageUrl: https://github.com/Azure/bicep +License: MIT +LicenseUrl: https://github.com/Azure/bicep/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation. +ShortDescription: A declarative language for describing and deploying Azure resources +Description: |- + Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively. It aims to drastically simplify the authoring experience with a cleaner syntax, improved type safety, and better support for modularity and code re-use. Bicep is a transparent abstraction over ARM and ARM templates, which means anything that can be done in an ARM Template can be done in Bicep (outside of temporary known limitations). All resource types, apiVersions, and properties that are valid in an ARM template are equally valid in Bicep on day one (Note: even if Bicep warns that type information is not available for a resource, it can still be deployed). + Bicep code is transpiled to standard ARM Template JSON files, which effectively treats the ARM Template as an Intermediate Language (IL). +Moniker: bicep +Tags: +- arm-template +- azure +ReleaseNotes: |- + Highlights + [Experimenta] Bicep module documentation generation (#20183) + Adds the experimental bicep docs generate command, which renders module documentation to a Markdown file. Formatting can be customized using a Scriban template. + # Generate README.md beside one module + bicep docs generate .\main.bicep + + # Render one module to stdout + bicep docs generate .\main.bicep --stdout + + # Generate documentation for matched modules + bicep docs generate --pattern '.\modules\**\main.bicep' + See https://github.com/Azure/bicep/blob/main/docs/experimental/docs-commands.md for more details. + Bicep Configuration Inheritance (#20176, #20181, #20198) + This feature adds an extends property to bicepconfig.json, letting a config inherit from another config file and override only the settings it needs to change. Everything not explicitly overridden falls through from the base config. + Example: a company-wide bicepconfig.corp.json sets strict linter rules for everyone. This team's config inherits the base's no-unused-params rule as-is, while overriding no-hardcoded-env-urls from warning to error. + // /shared/bicepconfig.base.json (shared org-wide base config) + { + "analyzers": { + "core": { + "rules": { + "no-hardcoded-env-urls": { "level": "warning" }, + "no-unused-params": { "level": "warning" } + } + } + } + } + // /team/bicepconfig.json (this team's leaf config -- extends the shared base) + { + "extends": "../shared/bicepconfig.base.json", + "analyzers": { + "core": { + "rules": { + "no-hardcoded-env-urls": { "level": "error" } + } + } + } + } + // Effective (merged) result for this team: + { + "analyzers": { + "core": { + "rules": { + "no-hardcoded-env-urls": { "level": "error" }, // overridden by leaf + "no-unused-params": { "level": "warning" } // inherited from base, untouched + } + } + } + } + Bicep Playground interface redesign (#20225) + Main Changes: + - Redesign the Bicep Playground with a responsive islands-style interface and native, accessible controls + - Moved Bicep WASM compilation to a web worker to prevent the UI from freezing during compilation + - Add compilation freshness, diagnostics, ARM output actions, light/dark themes, and in-place sample loading + - Fix a regression for ARM template decompilation + Try out the new Bicep Playground and see it in action. + New linter rules to enforce descriptions (#20036) + Thanks @johnlokerse for implementing this! + The following linter rules are defaulted to off, but can be enabled, to flag missing or empty @description decorators. + - use-description-params - flag missing or empty descriptions on parameters + - use-description-vars - flag missing or empty descriptions on variables + - use-description-outputs - flag missing or empty descriptions on outputs + - use-description-types - flag missing or empty descriptions on type declarations + - use-description-type-properties - flag missing or empty descriptions on type properties + Performance improvements + We optimized the startup path of the Bicep CLI to significantly reduce cold-start times and address a performance regression introduced by the move to .NET 10. The optimization includes enabling ReadyToRun (R2R) to reduce startup overhead, making common CLI operations more responsive, particularly in automation and short-lived execution scenarios. To preserve the existing distribution footprint, we also enabled single-file compression, keeping the binary size roughly unchanged from previous releases while delivering faster startup performance. (#20255) + Other improvements to VSCode extension responsiveness & CLI compilation speed: + - Avoid re-initializing ApiVersionProvider on multiple requests (#20133) + - Cache regex pattern validation results (#20143) + - Cache configuration source directories (#20146) + - Ensure Configuration and Features are cached in SemanticModel (#20152) + Features and Bug Fixes + - Fix Bicep console rendering for wrapped input (#20154) + - Fix resource ID imports in parameter files (#20142) + - Add "placement" top-level property to fallback Az resource type (#20172) + - Fix scalar YAML aliases in loadYamlContent (#20151) + - Add RPC client support for management group snapshots (#20170) + - Add "placement" top-level property to fallback Az resource type (#20172) + - fix: skip secure params lint for type aliases (#19796) + - Refactor visual designer architecture and graph coordination (#20249) + - Add resource creation to the visual designer (#20221) + - Emit GA Language Version for NullableExisting and ThisNamespace (#20258) + Community Contributions! + - Stop recording npm registry URLs in lockfiles (#20224) - thanks @JamieMagee! + - Add MegaLinter to community Bicep projects list (#20157) - thanks @nvuillam! +ReleaseNotesUrl: https://github.com/Azure/bicep/releases/tag/v0.47.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.locale.zh-CN.yaml b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.locale.zh-CN.yaml new file mode 100644 index 0000000000000..49fc132df9f87 --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Bicep +PackageVersion: 0.47.16 +PackageLocale: zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +ShortDescription: 用于描述和部署 Azure 资源的声明式语言 +Description: |- + Bicep 是一种用于以声明方式部署 Azure 资源的领域特定语言 (DSL)。它旨在通过更简洁的语法、改进的类型安全性以及对模块化和代码重用的更好支持,大幅简化编写体验。Bicep 是对 ARM 和 ARM 模板的透明抽象,这意味着在 ARM 模板中可以完成的任何操作都可以在 Bicep 中完成(临时已知限制除外)。在 ARM 模板中有效的所有资源类型、apiVersions 和属性,从第一天起在 Bicep 中同样有效(注意:即使 Bicep 警告某个资源的类型信息不可用,它仍然可以部署)。 + Bicep 代码会被转换为标准的 ARM 模板 JSON 文件,这实际上将 ARM 模板视为一种中间语言 (IL)。 +ReleaseNotesUrl: https://github.com/Azure/bicep/releases/tag/v0.47.16 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.yaml b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.yaml new file mode 100644 index 0000000000000..44765efc8d187 --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.47.16/Microsoft.Bicep.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.Bicep +PackageVersion: 0.47.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.installer.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.installer.yaml new file mode 100644 index 0000000000000..1410f490e5f24 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.installer.yaml @@ -0,0 +1,44 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.9 +PackageVersion: 9.0.20 +MinimumOSVersion: 6.1.7601 +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/4565e572-fe4d-4914-9b7a-d85127119dd4/2b94c154-ce2d-48d3-8d01-3207a6912beb/aspnetcore-runtime-9.0.20-win-arm64.exe + InstallerSha256: 96EA4E08EA1E6A7237BA1D2E55527AC739D3876B8110CA17E3EB26BA294AAB9A + ProductCode: '{89fc298a-9d93-48c8-9fa1-4265af1df93d}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core 9.0.20 - Shared Framework (arm64) + DisplayVersion: 9.0.20.26414 + ProductCode: '{89fc298a-9d93-48c8-9fa1-4265af1df93d}' + Publisher: Microsoft Corporation +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/4565e572-fe4d-4914-9b7a-d85127119dd4/4db88ba4-c9f7-4513-ad45-2990e53d32bf/aspnetcore-runtime-9.0.20-win-x64.exe + InstallerSha256: 959D7AFD6B71B10799872A0EDA558A132B2DC6D60B62E79A0742B94404C26E3D + ProductCode: '{5a0ad0df-0742-4283-96c1-73cd2d92598e}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core 9.0.20 - Shared Framework (x64) + DisplayVersion: 9.0.20.26414 + ProductCode: '{5a0ad0df-0742-4283-96c1-73cd2d92598e}' + Publisher: Microsoft Corporation +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/4565e572-fe4d-4914-9b7a-d85127119dd4/c8a2c587-c774-41d0-ae39-cc913551c78b/aspnetcore-runtime-9.0.20-win-x86.exe + InstallerSha256: A49246108F0D3889CB3B18657A9482936F4F379E6E23075669D2641B5F2A795E + ProductCode: '{eb7f29bd-dd31-41a3-aad6-0c823fc3758c}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core 9.0.20 - Shared Framework (x86) + DisplayVersion: 9.0.20.26414 + ProductCode: '{eb7f29bd-dd31-41a3-aad6-0c823fc3758c}' + Publisher: Microsoft Corporation +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.locale.en-US.yaml new file mode 100644 index 0000000000000..ec386858c2afe --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.9 +PackageVersion: 9.0.20 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Runtime 9.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: aspnetcore-9 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET +- ASP.NET Core +- runtime +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.yaml new file mode 100644 index 0000000000000..814e33f7a6964 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.20/Microsoft.DotNet.AspNetCore.9.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.9 +PackageVersion: 9.0.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.installer.yaml new file mode 100644 index 0000000000000..40852c9bb3901 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.installer.yaml @@ -0,0 +1,45 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +MinimumOSVersion: 6.1.7601 +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + Log: ' ' # Do not use, path is too long. +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/e1b2adf9-4f4f-4d3b-b062-ff151c98c686/1d6ce567-d012-42d3-91c7-5529d3acd36e/aspnetcore-runtime-11.0.0-rc.1.26425.128-win-arm64.exe + InstallerSha256: 58635105D9E1A24EF963C4892DC3D4FD9746CB3FCA3161E31E2ABC29F2696973 + ProductCode: '{4D756A8C-B4E5-446D-A21A-1174E9149F39}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core Runtime - 11.0.0 RC 1 (arm64) + DisplayVersion: 11.0.0.36425 + ProductCode: '{4D756A8C-B4E5-446D-A21A-1174E9149F39}' + Publisher: Microsoft Corporation +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/e1b2adf9-4f4f-4d3b-b062-ff151c98c686/c3896a1d-83a9-44de-8dea-3586ea500e95/aspnetcore-runtime-11.0.0-rc.1.26425.128-win-x64.exe + InstallerSha256: 5164A836567466B23E35403E371F8994C03E6FABD2125F2EC879BF23E7DFD2A3 + ProductCode: '{93720E4E-738D-420D-B745-BF1DCB2BA917}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core Runtime - 11.0.0 RC 1 (x64) + DisplayVersion: 11.0.0.36425 + ProductCode: '{93720E4E-738D-420D-B745-BF1DCB2BA917}' + Publisher: Microsoft Corporation +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/e1b2adf9-4f4f-4d3b-b062-ff151c98c686/229413c4-b5d4-4657-b0e4-6cb6eb06e96a/aspnetcore-runtime-11.0.0-rc.1.26425.128-win-x86.exe + InstallerSha256: 7344D7B3BF81F4AB3349083CA6FB6BD940C8910F22A2BF6292F68EEC7237FE62 + ProductCode: '{D2BB2419-2C74-4C78-BA94-5412F1318D2F}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core Runtime - 11.0.0 RC 1 (x86) + DisplayVersion: 11.0.0.36425 + ProductCode: '{D2BB2419-2C74-4C78-BA94-5412F1318D2F}' + Publisher: Microsoft Corporation +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..c7faa8704d07b --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Runtime 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: aspnetcore-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET +- ASP.NET Core +- runtime +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.yaml new file mode 100644 index 0000000000000..09655547966c4 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.AspNetCore.Preview.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.installer.yaml new file mode 100644 index 0000000000000..68ca7ef1e62ce --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.installer.yaml @@ -0,0 +1,45 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +MinimumOSVersion: 6.1.7601 +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + Log: ' ' # Do not use, path is too long. +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/660701ac-1c35-4e4e-ae25-112de290030f/67da842a-395a-4337-baad-3d4587056a58/windowsdesktop-runtime-11.0.0-rc.1.26425.128-win-arm64.exe + InstallerSha256: F5070E8DC91BFE0316006BD4D6C31B859D864A368D116CFA777518EDB2368FFA + ProductCode: '{11202F00-0E5C-411E-A8BA-33E094C43A4D}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime 11.0.0 (arm64) + DisplayVersion: 11.0.0.26425 + ProductCode: '{11202F00-0E5C-411E-A8BA-33E094C43A4D}' + Publisher: Microsoft Corporation +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/660701ac-1c35-4e4e-ae25-112de290030f/3b4ec6b2-f014-4380-884f-ec1178d0e574/windowsdesktop-runtime-11.0.0-rc.1.26425.128-win-x64.exe + InstallerSha256: 719BCDD76FA7FE1251C15E6C0E0926F1F80AE6F334BE99581F16E1E83290508A + ProductCode: '{A1D05594-7591-4DD7-AD1E-C8B0658AC2E7}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime 11.0.0 (x64) + DisplayVersion: 11.0.0.26425 + ProductCode: '{A1D05594-7591-4DD7-AD1E-C8B0658AC2E7}' + Publisher: Microsoft Corporation +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/660701ac-1c35-4e4e-ae25-112de290030f/ffd6aa78-2f9a-4a21-a496-5440b2104e6f/windowsdesktop-runtime-11.0.0-rc.1.26425.128-win-x86.exe + InstallerSha256: 688F6E7F396C5964C890E9F66A94B2AD28AB5D0E78F4165B28BA05A97CFF2DBC + ProductCode: '{FB560349-D21E-4FDF-94CB-7CAA1A70E7E4}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime 11.0.0 (x86) + DisplayVersion: 11.0.0.26425 + ProductCode: '{FB560349-D21E-4FDF-94CB-7CAA1A70E7E4}' + Publisher: Microsoft Corporation +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..1ab1faeb6a35a --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET Windows Desktop Runtime 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-desktop-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- Windows Desktop +- Windows +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.yaml new file mode 100644 index 0000000000000..764a0a11f80a1 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.DesktopRuntime.Preview.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.installer.yaml new file mode 100644 index 0000000000000..a116d900f5e2b --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.8 +PackageVersion: 8.0.31 +MinimumOSVersion: 6.1.7601 +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/175b0816-dffb-4795-8b6b-db677352a9cb/bfa4ef13-1c05-43e8-bfe6-19ffea8ee2c6/dotnet-hosting-8.0.31-win.exe + InstallerSha256: A6A40D15773F25A0DDE8826C2A6D652FC104F54B574535F3E84AD716D00F98CE + ProductCode: '{b3c4f892-1e5d-4df6-ab9c-7bc005bdee67}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 8.0.31 - Windows Server Hosting + DisplayVersion: 8.0.31.26421 + ProductCode: '{b3c4f892-1e5d-4df6-ab9c-7bc005bdee67}' + Publisher: Microsoft Corporation +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.locale.en-US.yaml new file mode 100644 index 0000000000000..6e8c306f2c7d1 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.8 +PackageVersion: 8.0.31 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 8.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-8 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.yaml new file mode 100644 index 0000000000000..18480395b3aa8 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.31/Microsoft.DotNet.HostingBundle.8.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.8 +PackageVersion: 8.0.31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.installer.yaml new file mode 100644 index 0000000000000..5e75e939cf060 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.9 +PackageVersion: 9.0.20 +MinimumOSVersion: 6.1.7601 +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/5e46e6c9-29c5-411a-8880-32f0bd5e2081/1e3b0f2e-b3f8-4390-ac4c-bc86d245c6d6/dotnet-hosting-9.0.20-win.exe + InstallerSha256: 0F1262D5EF1E616ABC98DA26ABC8FE87BD34501A9791D3E8D4500C2A5B2EF52D + ProductCode: '{ae9c1311-4b54-4660-b1c4-0c5dce9bc0dc}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 9.0.20 - Windows Server Hosting + DisplayVersion: 9.0.20.26414 + ProductCode: '{ae9c1311-4b54-4660-b1c4-0c5dce9bc0dc}' + Publisher: Microsoft Corporation +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.locale.en-US.yaml new file mode 100644 index 0000000000000..80829dbbebb73 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.9 +PackageVersion: 9.0.20 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 9.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-9 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.yaml new file mode 100644 index 0000000000000..e606f62d259e5 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.20/Microsoft.DotNet.HostingBundle.9.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.9 +PackageVersion: 9.0.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.installer.yaml new file mode 100644 index 0000000000000..a4ca2740e3b8c --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +MinimumOSVersion: 6.1.7601 +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + Log: ' ' # Do not use, path is too long. +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/498eddd3-63e1-418e-a603-922a25c6e95e/fb5922b4-45e7-4c57-aab7-b2d77eeae1bb/dotnet-hosting-11.0.0-rc.1.26425.128-win.exe + InstallerSha256: 8292349378A16D45627606B0611C252D884B09A7FF2CEACEDBF0A7B021CF6E2A + ProductCode: '{8EF0C932-91F0-479C-81BB-1835FB0A1451}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 11.0.0 RC 1 Build rc.1.26425.128 - Windows Server Hosting + DisplayVersion: 11.0.0.26425 + ProductCode: '{8EF0C932-91F0-479C-81BB-1835FB0A1451}' + Publisher: Microsoft Corporation +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..ac9cb7757da1b --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.yaml new file mode 100644 index 0000000000000..a5a8b4ce45ee2 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.HostingBundle.Preview.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.installer.yaml new file mode 100644 index 0000000000000..152b6ce95ea77 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.installer.yaml @@ -0,0 +1,45 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +MinimumOSVersion: 6.1.7601 +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart + Log: ' ' # Do not use, path is too long. +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/37caa3b4-a67d-45d7-b616-d93eb2c2025c/6f6b1809-0e1b-47bd-bb29-5a3daab2509a/dotnet-runtime-11.0.0-rc.1.26425.128-win-arm64.exe + InstallerSha256: E7CEB25FB3A2F5CB17B1ECDA4BC30651515DDF16A26A7794F438285AEB229353 + ProductCode: '{B20D64D8-70B3-43D5-9BD8-B82B2014D18D}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 11.0.0 RC 1 (arm64) + DisplayVersion: 11.0.0.36425 + ProductCode: '{B20D64D8-70B3-43D5-9BD8-B82B2014D18D}' + Publisher: Microsoft Corporation +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/37caa3b4-a67d-45d7-b616-d93eb2c2025c/868283a9-bc49-43c5-bf46-6495a1554379/dotnet-runtime-11.0.0-rc.1.26425.128-win-x64.exe + InstallerSha256: EFC16AB3269050A0321641722A42978BC1BD8FB5A3CD88E48B5DBFCF4BF86CC9 + ProductCode: '{D24AF56C-DADC-44AC-B7E8-C28396565557}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 11.0.0 RC 1 (x64) + DisplayVersion: 11.0.0.36425 + ProductCode: '{D24AF56C-DADC-44AC-B7E8-C28396565557}' + Publisher: Microsoft Corporation +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://download.microsoft.com/download/37caa3b4-a67d-45d7-b616-d93eb2c2025c/7a72cfa7-d14a-47ec-ab29-8bbb3f5e069d/dotnet-runtime-11.0.0-rc.1.26425.128-win-x86.exe + InstallerSha256: 9BE608854BABCC7806BA98E921A44E56B9DDB276B8C230CB5FB812D6A65900D4 + ProductCode: '{01FCEAE6-0A99-4FAD-A5C3-1D1413DDBD09}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 11.0.0 RC 1 (x86) + DisplayVersion: 11.0.0.36425 + ProductCode: '{01FCEAE6-0A99-4FAD-A5C3-1D1413DDBD09}' + Publisher: Microsoft Corporation +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..db614be4b7e24 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET Runtime 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-runtime-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.yaml b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.yaml new file mode 100644 index 0000000000000..2f5bc34b84a73 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-rc.1.26425.128/Microsoft.DotNet.Runtime.Preview.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.Preview +PackageVersion: 11.0.0-rc.1.26425.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.installer.yaml b/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.installer.yaml new file mode 100644 index 0000000000000..3b610e140d037 --- /dev/null +++ b/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.installer.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Microsoft.Edge +PackageVersion: 152.0.4191.66 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msi +Scope: machine +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +AppsAndFeaturesEntries: +- UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +Installers: + - Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/620e9eed-cc8c-4ebb-b1e4-ec6626bc63f6/MicrosoftEdgeEnterpriseX64.msi + InstallerSha256: 5BCF8CD57351DDAA94419F800F8D90B8CBAF2B485B49D9DDB07D055B76A518DF + - Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/620e9eed-cc8c-4ebb-b1e4-ec6626bc63f6/MicrosoftEdgeEnterpriseX86.msi + InstallerSha256: FF7DF29A467CB2F4260CD6B34FC6BCCA80FCF850DA04124C3938355A658BB8FF + - Architecture: arm64 + InstallerUrl: https://download.microsoft.com/download/620e9eed-cc8c-4ebb-b1e4-ec6626bc63f6/MicrosoftEdgeEnterpriseARM64.msi + InstallerSha256: D31E1DCF550E35F8489B4203F2E8BA4EEA630DDF0E51529A4EC18F2C6426A1A2 +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.locale.en-US.yaml b/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.locale.en-US.yaml new file mode 100644 index 0000000000000..70bb0dafbe020 --- /dev/null +++ b/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Microsoft.Edge +PackageVersion: 152.0.4191.66 +PackageLocale: en-US +Publisher: Microsoft Corporation +Author: Microsoft +PackageName: Microsoft Edge +PackageUrl: https://www.microsoft.com/en-us/edge +License: Proprietary +LicenseUrl: https://www.microsoft.com/en-us/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks +ShortDescription: Microsoft Edge is a cross-platform web browser built for modern life. +Description: |- + Microsoft Edge is a cross-platform web browser created and developed by Microsoft. + It was first released for Windows 10 and Xbox One in 2015, for Android and iOS in 2017, for macOS in 2019, and for Linux in 2020. + +Tags: +- browser +- chromium +- edge +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.yaml b/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.yaml new file mode 100644 index 0000000000000..fba7a5d30c29c --- /dev/null +++ b/manifests/m/Microsoft/Edge/152.0.4191.66/Microsoft.Edge.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Microsoft.Edge +PackageVersion: 152.0.4191.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.installer.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.installer.yaml new file mode 100644 index 0000000000000..75e739805049a --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.4.7897 +MinimumOSVersion: 10.0.17763.0 +Scope: machine +InstallerSwitches: + Silent: /q + SilentWithProgress: /q +AppsAndFeaturesEntries: +- DisplayName: Microsoft Game Development Kit - 260404 (April 2026 Update 4) + DisplayVersion: 10.1.26100.7897 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: burn + NestedInstallerFiles: + - RelativeFilePath: PGDK.exe + InstallerUrl: https://github.com/microsoft/GDK/releases/download/April-2026-Update-4-v2604.4.7897/GDK_2604.4.7897.zip + InstallerSha256: 3DA3F104FA66BB3EE1299B3DC8C0A3ECAC1CB56A4CF04136B8595942272017EB + ProductCode: '{5a5c7ad4-8e02-4a66-be2b-5a92d710ef1b}' +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.locale.en-US.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.locale.en-US.yaml new file mode 100644 index 0000000000000..02668cd46e40d --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.4.7897 +PackageLocale: en-US +Publisher: Microsoft Corporation +Author: Microsoft +PackageName: April 2026 GDK Update 4 +PackageUrl: https://github.com/microsoft/GDK/releases +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The Microsoft Game Development Kit (GDK) contains the common tools, libraries, and documentation needed to build games for Xbox Game Pass for PC on Windows 10/11, Xbox consoles (Xbox Series X|S, Xbox One), and cloud gaming with Xbox Game Pass Ultimate. +Tags: +- d3d12 +- GDK +Agreements: +- AgreementLabel: End User License Agreement (EULA) + AgreementUrl: https://aka.ms/GDK_EULA +InstallationNotes: |- + GDK Visual Studio extensions can be downloaded at https://aka.ms/GDKVSExtensions. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://learn.microsoft.com/en-us/gaming/gdk/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.locale.ja-JP.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.locale.ja-JP.yaml new file mode 100644 index 0000000000000..525eea74ca33b --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.locale.ja-JP.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.4.7897 +PackageLocale: ja-JP +Publisher: Microsoft Corporation +Author: Microsoft +PackageName: April 2026 GDK Update 4 +PackageUrl: https://github.com/microsoft/GDK/releases +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Microsoft Game Development Kit (GDK) には、Windows 10/11 上の PC 用 Xbox Game Pass 用ゲーム、Xbox 本体 (Xbox Series X|S、Xbox One)、および Xbox Game Pass Ultimate を使用したクラウド ゲームを構築するために必要な一般的なツール、ライブラリ、およびドキュメントが含まれています。 +Tags: +- d3d12 +- GDK +Agreements: +- AgreementLabel: エンド ユーザー ライセンス契約 (EULA) + AgreementUrl: https://aka.ms/GDK_EULA +InstallationNotes: |- + GDK Visual Studio の拡張機能は https://aka.ms/GDKVSExtensions からダウンロードできます。 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://learn.microsoft.com/ja-jp/gaming/gdk/ +ManifestType: locale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.yaml b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.yaml new file mode 100644 index 0000000000000..abaae92bf8ef9 --- /dev/null +++ b/manifests/m/Microsoft/Gaming/GDK/2604.4.7897/Microsoft.Gaming.GDK.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.Gaming.GDK +PackageVersion: 2604.4.7897 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.installer.yaml b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.installer.yaml new file mode 100644 index 0000000000000..ff43039e7def8 --- /dev/null +++ b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.RemoteDesktopClient +PackageVersion: 1.2.7391.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + Custom: ALLUSERS=1 +UpgradeBehavior: install +Protocols: +- ms-avd +- ms-rd +FileExtensions: +- rdpw +ReleaseDate: 2026-09-03 +AppsAndFeaturesEntries: +- UpgradeCode: '{F35D4E51-0F33-426C-B8A8-3ECF4ADBFC5F}' +Installers: +- Architecture: x86 + InstallerUrl: https://res.cdn.office.net/remote-desktop-windows-client/fe14bee0-2c3c-4ead-91ff-0c9f623cc132/RemoteDesktop_1.2.7391.0_x86.msi + InstallerSha256: 1A34C221921ED02187EA91C988DADA035C9006D66F3D572B239F5C6E265B78DA + ProductCode: '{1810F79F-0797-43E8-85B5-33A9454042EF}' +- Architecture: x64 + InstallerUrl: https://res.cdn.office.net/remote-desktop-windows-client/b441efed-bddd-4bdc-a3da-c3481cb65896/RemoteDesktop_1.2.7391.0_x64.msi + InstallerSha256: 71FF413B80599524A662A750972D04297954D07BDFA0D230ED813E62BBEFAC26 + ProductCode: '{5CE2773C-0C16-428A-855F-4145AE776A79}' +- Architecture: arm64 + InstallerUrl: https://res.cdn.office.net/remote-desktop-windows-client/3a950274-9234-4141-a86e-dd2939a3f5bf/RemoteDesktop_1.2.7391.0_ARM64.msi + InstallerSha256: 584D830A8C0A3EF73681EE9F33036F1924FBA28F318B058FE0CF13EF7CB63A89 + ProductCode: '{C5323CBD-6A51-46BC-8C86-92EB9DF04798}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.locale.en-US.yaml b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.locale.en-US.yaml new file mode 100644 index 0000000000000..30b8702220d0b --- /dev/null +++ b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.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: Microsoft.RemoteDesktopClient +PackageVersion: 1.2.7391.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: Remote Desktop +PackageUrl: https://learn.microsoft.com/azure/virtual-desktop/users/connect-windows +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: |- + © Microsoft Corporation + All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: You can access Windows Virtual Desktop resources on devices with Windows 7, Windows 10, and Windows 10 IoT Enterprise using the Windows Desktop client. +Moniker: msrdc +Tags: +- remote-desktop +- virtual-desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.locale.zh-CN.yaml b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..78e37dc99364d --- /dev/null +++ b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.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: Microsoft.RemoteDesktopClient +PackageVersion: 1.2.7391.0 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: 远程桌面 +PackageUrl: https://learn.microsoft.com/zh-cn/azure/virtual-desktop/users/connect-windows +License: 专有软件 +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: |- + © Microsoft Corporation + 保留所有权利。 +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: 您可以使用 Windows 桌面客户端在运行 Windows 7、Windows 10 和 Windows 10 IoT Enterprise 的设备上访问 Windows 虚拟桌面资源。 +Tags: +- 虚拟桌面 +- 远程桌面 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.yaml b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.yaml new file mode 100644 index 0000000000000..cb576d726cd8f --- /dev/null +++ b/manifests/m/Microsoft/RemoteDesktopClient/1.2.7391.0/Microsoft.RemoteDesktopClient.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.RemoteDesktopClient +PackageVersion: 1.2.7391.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.installer.yaml b/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.installer.yaml new file mode 100644 index 0000000000000..7a9be2c17dda1 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.BuildTools +PackageVersion: 16.11.60 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/e2324e87-3765-4b14-85e5-1234d99f6254/56c889adadf638062ef8e7b9421a988e8cb5441b3730e5ed28f777a538d9f69e/vs_BuildTools.exe + InstallerSha256: 56c889adadf638062ef8e7b9421a988e8cb5441b3730e5ed28f777a538d9f69e +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.locale.en-US.yaml new file mode 100644 index 0000000000000..9f714578ee736 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.BuildTools +PackageVersion: 16.11.60 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio BuildTools 2019 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: These Build Tools allow you to build Visual Studio projects from a command-line interface. +Moniker: vs2019-buildtools +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.yaml b/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.yaml similarity index 54% rename from manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.yaml rename to manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.yaml index 44f13cb8accfd..8700d2d8faa2c 100644 --- a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.yaml +++ b/manifests/m/Microsoft/VisualStudio/2019/BuildTools/16.11.60/Microsoft.VisualStudio.2019.BuildTools.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.26909 +PackageIdentifier: Microsoft.VisualStudio.2019.BuildTools +PackageVersion: 16.11.60 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.installer.yaml b/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.installer.yaml new file mode 100644 index 0000000000000..59bac4d524d37 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Enterprise +PackageVersion: 16.11.60 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/e2324e87-3765-4b14-85e5-1234d99f6254/70dd471250470f867dc39d5784cbb9859dc174643c37c01d7685256ff1d1a958/vs_Enterprise.exe + InstallerSha256: 70dd471250470f867dc39d5784cbb9859dc174643c37c01d7685256ff1d1a958 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.locale.en-US.yaml new file mode 100644 index 0000000000000..d4ac0a17a27d1 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Enterprise +PackageVersion: 16.11.60 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Enterprise 2019 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Built for scale, security, and speed - the IDE for complex, high-impact development. +Moniker: vs2019-enterprise +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.yaml b/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.yaml similarity index 54% rename from manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.yaml rename to manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.yaml index 88d1da03754a6..d64c57238af35 100644 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.yaml +++ b/manifests/m/Microsoft/VisualStudio/2019/Enterprise/16.11.60/Microsoft.VisualStudio.2019.Enterprise.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24815 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Enterprise +PackageVersion: 16.11.60 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.installer.yaml b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.installer.yaml new file mode 100644 index 0000000000000..825a727452bd8 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Professional +PackageVersion: 16.11.60 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/e2324e87-3765-4b14-85e5-1234d99f6254/9a34d6502df58aac17f3708f07fcf4bed38bf8e0a5b6b9adc59674715651721d/vs_Professional.exe + InstallerSha256: 9a34d6502df58aac17f3708f07fcf4bed38bf8e0a5b6b9adc59674715651721d +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..a324c9ef71d2c --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Professional +PackageVersion: 16.11.60 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Professional 2019 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The trusted IDE for professional developers - from desktop to cloud. +Moniker: vs2019-professional +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.yaml b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.yaml similarity index 54% rename from manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.yaml rename to manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.yaml index 3f3e0548b0636..cb397dc71214a 100644 --- a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.yaml +++ b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.60/Microsoft.VisualStudio.2019.Professional.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.4.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.12.26466 +PackageIdentifier: Microsoft.VisualStudio.2019.Professional +PackageVersion: 16.11.60 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.installer.yaml b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.installer.yaml new file mode 100644 index 0000000000000..418539d9101cc --- /dev/null +++ b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nagios.NCPA +PackageVersion: 3.5.0 +InstallerType: nullsoft +Scope: machine +ProductCode: NCPA +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://assets.nagios.com/downloads/ncpa3/ncpa-3.5.0.exe + InstallerSha256: BDA660451C13F6730E9C40A3B31EC16BFCD20731A26830850D2A09D96C8AB700 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.locale.en-US.yaml b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.locale.en-US.yaml new file mode 100644 index 0000000000000..ba63afd96a554 --- /dev/null +++ b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nagios.NCPA +PackageVersion: 3.5.0 +PackageLocale: en-US +Publisher: Nagios Enterprises, LLC +PublisherUrl: https://www.nagios.org/ +PublisherSupportUrl: https://github.com/NagiosEnterprises/ncpa/issues +PrivacyUrl: https://www.nagios.com/legal/privacy-policy/ +Author: Nagios Enterprises, LLC +PackageName: NCPA +PackageUrl: https://www.nagios.org/projects/ncpa/ +License: Freeware +LicenseUrl: https://github.com/NagiosEnterprises/ncpa/blob/HEAD/README.rst +Copyright: Copyright (c) 2010-2026 Nagios Enterprises, LLC +ShortDescription: An open-source cross-platform monitoring agent +Description: The Nagios Cross-Platform Agent (NCPA) is an open-source monitoring tool that delivers comprehensive monitoring for Windows, Linux, and Mac OS X. It offers active/passive checks, real-time metrics, and custom plugin support through an intuitive web interface. +Tags: +- agent +- monitor +- nagios +ReleaseNotes: |- + Added + - Added /api/system/os_release endpoint exposing Linux distribution fields from /etc/os-release (name, id, pretty_name, etc.). [GH#1358] - CPD + - Added gui_session_timeout config option in the [listener] section to automatically log out inactive web GUI sessions after a configurable period (default: 1 hour). - CPD + - Added ssl_max_version config option in the [listener] section to specify the maximum TLS version allowed for incoming connections. [GH#1417] - CPD + - Added support for running plugins in subdirectories by specifying the relative path (e.g. plugins/old/check_disk.sh). [GH#577, GH#811] - CPD + Bug Fixes + - Fixed a macOS installation issue caused by an xattr check error on Python 3.14 builds. - CPD + - Fixed an issue in Linux RPM installs/upgrades where unrelated SysV init scripts were unintentionally triggered despite systemd being available. [GH#1361] - CPD + - Fixed an issue where NCPA would run the wrong plugin when the same filename existed in both the plugins root directory and a subdirectory. [GH#1423, GH#1257] - CPD + - Fixed multiple invalid escape sequences in the listener config/passive check GUI code that caused Python SyntaxWarnings and could break sed-based config updates on Linux. - CPD + Updates + - Updated macOS build link and added Solaris and AIX build links in README. - CPD + - Updated README badges to reflect the migration from Travis CI to GitHub Actions. - CPD + - Updated Windows builds to use Python version 3.13.15. - CPD +ReleaseNotesUrl: https://github.com/NagiosEnterprises/ncpa/blob/HEAD/CHANGES.rst#changelog-350---982026 +Documentations: +- DocumentLabel: Getting Started Guide + DocumentUrl: https://www.nagios.org/projects/ncpa/ +- DocumentLabel: Documentation + DocumentUrl: https://www.nagios.org/ncpa/help.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.locale.zh-CN.yaml b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7647dd8e77049 --- /dev/null +++ b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.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: Nagios.NCPA +PackageVersion: 3.5.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源跨平台监控代理 +Description: Nagios Cross-Platform Agent(NCPA)是一款开源监控工具,为 Windows、Linux和Mac OS X 系统提供全面监控解决方案。它通过直观的网页界面支持主动/被动检查、实时指标采集及自定义插件功能。 +Tags: +- nagios +- 代理 +- 监控 +- 监视 +ReleaseNotesUrl: https://github.com/NagiosEnterprises/ncpa/blob/HEAD/CHANGES.rst#changelog-350---982026 +Documentations: +- DocumentLabel: 入门指南 + DocumentUrl: https://www.nagios.org/projects/ncpa/ +- DocumentLabel: 文档 + DocumentUrl: https://www.nagios.org/ncpa/help.php +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.yaml b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.yaml new file mode 100644 index 0000000000000..88d7dc4d383f2 --- /dev/null +++ b/manifests/n/Nagios/NCPA/3.5.0/Nagios.NCPA.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: Nagios.NCPA +PackageVersion: 3.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..5321f69e8d676 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 7.14.0 +InstallerType: wix +ProductCode: '{4BB7AF56-0A99-4A4E-AFBA-55E7CEC1AF43}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v7.14.0/nimbus-headless-windows-x64.msi + InstallerSha256: 663428F0BAFBBF1E88CB7A83B8D2890190252AF0F8066C82EAD31D935AF01EC3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..dd1a41f6d8c31 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 7.14.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v7.14.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..7095dc3b42e4a --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/7.14.0/NimbusAgent.Nimbus.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: NimbusAgent.Nimbus +PackageVersion: 7.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.installer.yaml b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.installer.yaml new file mode 100644 index 0000000000000..5e0bc574251fe --- /dev/null +++ b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Okta.ScaleFT +PackageVersion: 1.113.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +UpgradeBehavior: install +Protocols: +- scaleft +ProductCode: '{4F15676B-47FB-45C8-98F6-A645B77B3562}' +ReleaseDate: 2026-09-03 +AppsAndFeaturesEntries: +- UpgradeCode: '{7C323811-A798-4252-801C-5CA725536F71}' +Installers: +- Architecture: x64 + InstallerUrl: https://dist.scaleft.com/repos/windows/stable/amd64/windows-client/v1.113.0/ScaleFT-1.113.0.msi + InstallerSha256: 93E27E1F769BB969A7D899B7AC94156165047D89B7A6955E52DAD39D09EF6E2C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.locale.en-US.yaml b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.locale.en-US.yaml new file mode 100644 index 0000000000000..9711f82b2a6bc --- /dev/null +++ b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Okta.ScaleFT +PackageVersion: 1.113.0 +PackageLocale: en-US +Publisher: ScaleFT +PublisherUrl: https://www.okta.com/ +PublisherSupportUrl: https://support.okta.com/ +PrivacyUrl: https://www.okta.com/privacy-policy/ +Author: Okta, Inc. +PackageName: ScaleFT +PackageUrl: https://help.okta.com/oie/en-us/content/topics/privileged-access/tool-setup/pam-sft-windows.htm +License: Proprietary +Copyright: © 2026 Okta, Inc. All Rights Reserved. +ShortDescription: Privileged access management client +Description: Okta Privileged Access (formerly ScaleFT) provides secure, just-in-time access to servers and IT infrastructure through SSH, RDP, and other remote protocols, replacing shared accounts and static credentials. +Tags: +- pam +- privileged-access +- rdp +- scaleft +- security +- ssh +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://help.okta.com/oie/en-us/content/topics/privileged-access/tool-setup/pam-sft-windows.htm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.locale.zh-CN.yaml b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.locale.zh-CN.yaml new file mode 100644 index 0000000000000..621bb7e4b40ae --- /dev/null +++ b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.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: Okta.ScaleFT +PackageVersion: 1.113.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 特权访问管理客户端 +Description: Okta Privileged Access(原 ScaleFT)通过 SSH、RDP 和其他远程协议提供对服务器和 IT 基础设施的安全、即时访问,取代共享账户和静态凭据。 +Tags: +- rdp +- ssh +- 安全 +- 特权访问 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://help.okta.com/oie/en-us/content/topics/privileged-access/tool-setup/pam-sft-windows.htm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.yaml b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.yaml new file mode 100644 index 0000000000000..d469630805546 --- /dev/null +++ b/manifests/o/Okta/ScaleFT/1.113.0/Okta.ScaleFT.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: Okta.ScaleFT +PackageVersion: 1.113.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.installer.yaml b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.installer.yaml new file mode 100644 index 0000000000000..c51c7599f96b1 --- /dev/null +++ b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.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: PDQ.PDQDeploy +PackageVersion: 20.1.21.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /s + SilentWithProgress: /p +UpgradeBehavior: install +Commands: +- PDQDeploy +FileExtensions: +- pdqdld +ProductCode: '{502496AD-49F3-4780-BF0B-3898F06AA588}' +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{6506AFD1-C396-4C93-A3EC-62EAE6EF8889}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://services.pdq.com/download/deploy-inventory/Deploy_20.1.21.0.exe + InstallerSha256: 4ED2750B394E86A91062E9F8A05BDDAE586A110DB966549238B5A7CAA29EAB72 +- Architecture: x64 + InstallerUrl: https://services.pdq.com/download/deploy-inventory/Deploy_20.1.21.0.exe + InstallerSha256: 4ED2750B394E86A91062E9F8A05BDDAE586A110DB966549238B5A7CAA29EAB72 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.locale.en-US.yaml b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.locale.en-US.yaml new file mode 100644 index 0000000000000..9273483c51832 --- /dev/null +++ b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PDQ.PDQDeploy +PackageVersion: 20.1.21.0 +PackageLocale: en-US +Publisher: PDQ.com +PublisherUrl: https://www.pdq.com/ +PublisherSupportUrl: https://www.pdq.com/help-center/ +PrivacyUrl: https://www.pdq.com/privacy-policy/ +Author: PDQ.com Corporation +PackageName: PDQ Deploy +PackageUrl: https://www.pdq.com/pdq-deploy/ +License: Proprietary +LicenseUrl: https://www.pdq.com/end-user-license-agreement/ +Copyright: Copyright © 2026 PDQ.com Corporation. All Rights Reserved. +ShortDescription: Automate your patch management +Description: Update third-party software, deploy custom scripts, and make impactful configuration changes to your on-prem Windows devices in minutes with PDQ Deploy. +Tags: +- deploy +ReleaseNotes: |- + Improvements + - Added the license contact and license ID to the License summary screen to help with support troubleshooting + + Bug Fixes + - Improve console launch times by caching RBAC requests + - Deploy: Fixed Auto Download packages that were not appearing in the approvals pane +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.locale.zh-CN.yaml b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..994156a8116d7 --- /dev/null +++ b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.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: PDQ.PDQDeploy +PackageVersion: 20.1.21.0 +PackageLocale: zh-CN +Publisher: PDQ.com +PublisherUrl: https://www.pdq.com/ +PublisherSupportUrl: https://www.pdq.com/help-center/ +PrivacyUrl: https://www.pdq.com/privacy-policy/ +Author: PDQ.com Corporation +PackageName: PDQ Deploy +PackageUrl: https://www.pdq.com/pdq-deploy/ +License: 专有软件 +LicenseUrl: https://www.pdq.com/end-user-license-agreement/ +Copyright: Copyright © 2026 PDQ.com Corporation. All Rights Reserved. +ShortDescription: 自动化补丁管理 +Description: 使用 PDQ Deploy 在几分钟内为组织内部的 Windows 设备更新第三方软件、部署自定义脚本并更改配置。 +Tags: +- 部署 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.yaml b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.yaml new file mode 100644 index 0000000000000..00072b3699437 --- /dev/null +++ b/manifests/p/PDQ/PDQDeploy/20.1.21.0/PDQ.PDQDeploy.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: PDQ.PDQDeploy +PackageVersion: 20.1.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.installer.yaml b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.installer.yaml new file mode 100644 index 0000000000000..80616e0a61171 --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PDQ.PDQInventory +PackageVersion: 20.1.21.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /s + SilentWithProgress: /p +UpgradeBehavior: install +Commands: +- PDQInventory +ProductCode: '{2B5652BA-D4AC-4889-AC42-27692CD40414}' +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{1EF97000-6F9C-4B13-964D-4BE80BC583F2}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://services.pdq.com/download/deploy-inventory/Inventory_20.1.21.0.exe + InstallerSha256: C58410E803E040B1C5EAC5450B90F70E9AC2B3791A94DB2BB891691B05AC3CCA +- Architecture: x64 + InstallerUrl: https://services.pdq.com/download/deploy-inventory/Inventory_20.1.21.0.exe + InstallerSha256: C58410E803E040B1C5EAC5450B90F70E9AC2B3791A94DB2BB891691B05AC3CCA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.locale.en-US.yaml b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.locale.en-US.yaml new file mode 100644 index 0000000000000..ccbf5c7d4a599 --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.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: PDQ.PDQInventory +PackageVersion: 20.1.21.0 +PackageLocale: en-US +Publisher: PDQ.com +PublisherUrl: https://www.pdq.com/ +PublisherSupportUrl: https://www.pdq.com/help-center/ +PrivacyUrl: https://www.pdq.com/privacy-policy/ +Author: PDQ.com Corporation +PackageName: PDQ Inventory +PackageUrl: https://www.pdq.com/pdq-inventory/ +License: Proprietary +LicenseUrl: https://www.pdq.com/end-user-license-agreement/ +Copyright: Copyright © 2026 PDQ.com Corporation. All Rights Reserved. +ShortDescription: Streamline your systems management +Description: Scan, collect, and organize your on-prem Windows machines so deployments go exactly where you need them to with PDQ Inventory. +Tags: +- deploy +- deployment +ReleaseNotes: |- + Improvements + - Added the license contact and license ID to the License summary screen to help with support troubleshooting + + Bug Fixes + - Improve console launch times by caching RBAC requests + - Deploy: Fixed Auto Download packages that were not appearing in the approvals pane +PurchaseUrl: https://www.pdq.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.locale.zh-CN.yaml b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.locale.zh-CN.yaml new file mode 100644 index 0000000000000..44d4399b61ed0 --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.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: PDQ.PDQInventory +PackageVersion: 20.1.21.0 +PackageLocale: zh-CN +Publisher: PDQ.com +PublisherUrl: https://www.pdq.com/ +PublisherSupportUrl: https://www.pdq.com/help-center/ +PrivacyUrl: https://www.pdq.com/privacy-policy/ +Author: PDQ.com Corporation +PackageName: PDQ Inventory +PackageUrl: https://www.pdq.com/pdq-inventory/ +License: 专有软件 +LicenseUrl: https://www.pdq.com/end-user-license-agreement/ +Copyright: Copyright © 2026 PDQ.com Corporation. All Rights Reserved. +ShortDescription: 流水线化系统管理 +Description: 使用 PDQ Inventory 扫描、收集和整理您内部部署的 Windows 机器,从而让部署更加精确。 +Tags: +- 部署 +PurchaseUrl: https://www.pdq.com/pricing/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.yaml b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.yaml new file mode 100644 index 0000000000000..62a0ebbb4116a --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.1.21.0/PDQ.PDQInventory.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: PDQ.PDQInventory +PackageVersion: 20.1.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.installer.yaml b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.installer.yaml new file mode 100644 index 0000000000000..9e182e461605f --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.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: Perimeter81.HarmonySASE +PackageVersion: 13.0.0.19553 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +UpgradeBehavior: install +Protocols: +- harmonysase +- perimeter81 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2026-08-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{81EB0138-5B33-4A31-9004-24FC73362241}' +Installers: +- Architecture: x64 + InstallerUrl: https://static.perimeter81.com/agents/windows/CheckPoint_SASE_13.0.0.19553.msi + InstallerSha256: F8382CABFAD6A5A0A0DF984AAD9F3A8FDC5ABDAB8A53E52F794489ADDB78145D + ProductCode: '{E4394AB7-81A1-4A40-8AD3-C94F0F865B3C}' +- Architecture: arm64 + InstallerUrl: https://static.perimeter81.com/agents/windows/CheckPoint_SASE_13.0.0.19553_arm64.msi + InstallerSha256: 428943ADA6E22C06DB2EDCF0D54D7B15F22BBD6CB81791CCC5BE7D640D7402C3 + ProductCode: '{A10F87D5-6431-4746-8C12-4A871B9C274F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.locale.en-US.yaml b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.locale.en-US.yaml new file mode 100644 index 0000000000000..b4bd7d68d73c4 --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Perimeter81.HarmonySASE +PackageVersion: 13.0.0.19553 +PackageLocale: en-US +Publisher: Check Point Software Technologies Ltd +PublisherUrl: https://sase.checkpoint.com/ +PublisherSupportUrl: https://support.perimeter81.com/ +PrivacyUrl: https://www.checkpoint.com/privacy/ +Author: Perimeter 81 Ltd. +PackageName: Harmony SASE +PackageUrl: https://support.perimeter81.com/docs/downloading-the-agent +License: Proprietary +LicenseUrl: https://www.checkpoint.com/about-us/cloud-terms/ +Copyright: Perimeter 81 Ltd. © 2026 +CopyrightUrl: https://www.checkpoint.com/about-us/cloud-terms/ +ShortDescription: Harmony SASE is a cloud-based secure access service edge (SASE) platform that helps you secure your network and resources by providing a comprehensive suite of security solutions. +Tags: +- network +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.locale.zh-CN.yaml b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c3968ca54583 --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.locale.zh-CN.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: Perimeter81.HarmonySASE +PackageVersion: 13.0.0.19553 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Harmony SASE 是一款基于云的安全访问服务边缘(SASE)平台,通过提供全面的安全解决方案套件,帮助您保护网络和资源安全。 +Tags: +- 网络 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.yaml b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.yaml new file mode 100644 index 0000000000000..ddbcc3200098d --- /dev/null +++ b/manifests/p/Perimeter81/HarmonySASE/13.0.0.19553/Perimeter81.HarmonySASE.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: Perimeter81.HarmonySASE +PackageVersion: 13.0.0.19553 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.installer.yaml b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.installer.yaml new file mode 100644 index 0000000000000..ba2c9e3ea6190 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Powerformer.OpenDesign +PackageVersion: 0.22.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Open Design-release-stable-win +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nexu-io/open-design/releases/download/open-design-v0.22.0/open-design-0.22.0-win-x64-setup.exe + InstallerSha256: 9D9413F246D5BF36FFC581C121F6EA3EB44452681574DA84669A521437E6D1EE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.locale.en-US.yaml b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.locale.en-US.yaml new file mode 100644 index 0000000000000..5157cdb538493 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Powerformer.OpenDesign +PackageVersion: 0.22.0 +PackageLocale: en-US +Publisher: Powerformer, Inc. +PublisherUrl: https://nexu.io/ +PublisherSupportUrl: https://github.com/nexu-io/open-design/issues +Author: Powerformer, Inc. +PackageName: Open Design +PackageUrl: https://open-design.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/nexu-io/open-design/blob/HEAD/LICENSE +Copyright: Copyright 2026 Open Design contributors +ShortDescription: The open-source alternative to Claude Design. Your existing coding agent — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — becomes the design engine, driven by 31 composable skills and 72 brand-grade design systems. +Description: |- + The open-source alternative to Claude Design. Local-first, web-deployable, BYOK at every layer — 16 coding-agent CLIs auto-detected on your PATH (Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI) become the design engine, driven by 31 composable Skills and 72 brand-grade Design Systems. No CLI? An OpenAI-compatible BYOK proxy is the same loop minus the spawn. + + Why this exists + Anthropic's Claude Design (released 2026-04-17, Opus 4.7) showed what happens when an LLM stops writing prose and starts shipping design artifacts. It went viral — and stayed closed-source, paid-only, cloud-only, locked to Anthropic's model and Anthropic's skills. There is no checkout, no self-host, no Vercel deploy, no swap-in-your-own-agent. + Open Design (OD) is the open-source alternative. Same loop, same artifact-first mental model, none of the lock-in. We don't ship an agent — the strongest coding agents already live on your laptop. We wire them into a skill-driven design workflow that runs locally with pnpm tools-dev, can deploy the web layer to Vercel, and stays BYOK at every layer. + Type make me a magazine-style pitch deck for our seed round. The interactive question form pops up before the model improvises a single pixel. The agent picks one of five curated visual directions. A live TodoWrite plan streams into the UI. The daemon builds a real on-disk project folder with a seed template, layout library, and self-check checklist. The agent reads them — pre-flight enforced — runs a five-dimensional critique against its own output, and emits a single that renders in a sandboxed iframe seconds later. + That's not "AI tries to design something". That's an AI that has been trained, by the prompt stack, to behave like a senior designer with a working filesystem, a deterministic palette library, and a checklist culture — exactly the bar Claude Design set, but open and yours. + OD stands on four open-source shoulders: + - alchaincyf/huashu-design — the design-philosophy compass. Junior-Designer workflow, the 5-step brand-asset protocol, the anti-AI-slop checklist, the 5-dimensional self-critique, and the "5 schools × 20 design philosophies" idea behind our direction picker — all distilled into apps/daemon/src/prompts/discovery.ts. + - op7418/guizang-ppt-skill — the deck mode. Bundled verbatim under skills/guizang-ppt/ with original LICENSE preserved; magazine-style layouts, WebGL hero, P0/P1/P2 checklists. + - OpenCoworkAI/open-codesign — the UX north star and our closest peer. The first open-source Claude-Design alternative. We borrow its streaming-artifact loop, its sandboxed-iframe preview pattern (vendored React 18 + Babel), its live agent panel (todos + tool calls + interruptible generation), and its five-format export list (HTML / PDF / PPTX / ZIP / Markdown). We deliberately diverge on form factor — they are a desktop Electron app bundling pi-ai; we are a web app + local daemon that delegates to your existing CLI. + - multica-ai/multica — the daemon-and-runtime architecture. PATH-scan agent detection, the local daemon as the only privileged process, the agent-as-teammate worldview. +Tags: +- agent +- agentic +- ai +- claude +- design +- large-language-model +- llm +ReleaseNotes: |- + 🌟 Codename: Introducing OpenDesign Arena + 🔎 66 PRs · 10 contributors · 7 days — We evaluated over a dozen models using the OpenDesign Harness to compare design quality and cost. DeepSeek V4.1 Flash achieved 98% of top-ranked GPT-6 Astra’s average score at just 1% of its average cost. Explore OpenDesign Arena to find the right model for your design needs and budget. + 🔥 Highlights + - 🧭 Runs that keep their evidence. Files, covers, references, produced output, steering, and recovery now travel with a conversation instead of disappearing into a vague finished state. (#7518) Thanks @lefarcen. + - 🛟 Failures that explain what to do next. ACP, model, permission, quota, and runtime problems preserve the useful cause, so a failed run is a decision point—not a dead end. (#6267, #7316, #7429, #7458, #7534, #7647) Thanks @helsome, @Siri-Ray. + - 🎬 Media work that survives the real world. Image and video tasks recover more reliably in packaged Open Design, and Team projects keep their own billing context while they do. (#7504, #7723, #7746) Thanks @alchemistklk, @lbjzz-hash. + - 🪟 The desktop app feels installed, not fragile. First-launch controls, macOS Home readiness, update placement, and app-link handoff now hold up where people actually use the product: the shipped app. (#7479, #7482, #7535, #7688, #7700) Thanks @lefarcen, @Siri-Ray, @alchemistklk. + - 🧩 Previews keep their place. HTML-rich designs, Deck covers, old thumbnail navigation, and edit handoffs retain the structure and state you were working with. (#7421, #7422, #7556, #7558, #7568, #7592, #7651) Thanks @lefarcen, @Siri-Ray. + 📥 Download: Tag open-design-v0.22.0. + ✨ Added + 🧠 Agents, runtimes & sandbox + - 🧰 Codex sessions have a steadier home. Open Design can carry a Codex app-server conversation through streaming replies and tool work without making the result feel like a black box. (#7518) Thanks @lefarcen. + - 🧪 Labs keeps experimentation understandable. Design Harness has a clear settings home, persists its choice, and explains when a policy owns the decision. (#7445, #7514) Thanks @lefarcen. + - 🖼️ Real subjects get real imagery. Ask for a named person, product, artwork, event, or place and Open Design reaches for the real thing instead of a convincing impostor. (#7436) + - 🧑‍💻 Standalone Terminal work has a real lifecycle. Start, finish, cancel, and return without leaving a ghost session behind. (#7716, #7742) Thanks @PerishCode. + 🔑 Models & media + - 🤖 More honest model choices. New model IDs are discoverable, retired models explain themselves, and AMR no longer promises unlimited access where limits apply. (#7401, #7544, #7627, #7686) Thanks @koeseo, @Siri-Ray, @lefarcen. + - 🔗 Team projects remain visible after a bad sync. A transient sync failure no longer hides work your team has already published. (#7781, #7785) + 🐛 Fixed + 🎨 Studio, editing & canvas + - 🗂️ Open the project you meant to open. Project entry no longer invents facts it cannot know, and artifact-upgrade prompts stay with the active project. (#7428, #7689, #7696) Thanks @lefarcen, @Siri-Ray. + - 💬 A visible question can be answered. Clarification forms keep the run alive long enough to receive the answer—and receive it once. (#7509, #7512) + 🖥️ Desktop & setup + - ✅ Onboarding checks the engine before asking you to continue. Invalid runtime setup is caught early, with a path forward instead of a later mystery failure. (#7440, #7743) + - 🌐 The app link returns to the app. Packaged Open Design keeps its normal sign-in and invite handoff while development builds stop claiming the system link. (#7479) Thanks @lefarcen. + 🌍 Interface & language + - 📣 The right sunset notice speaks the right language. Go Plan messaging now reaches its intended audience with the selected locale intact. (#7453, #7477) Thanks @nettee. + 🙏 Thanks to everyone who shipped 0.22.0 + @AmyShang-alt · @PerishCode · @Siri-Ray · @alchemistklk · @helsome · @koeseo · @lbjzz-hash · @lefarcen · @nettee · @simpleqt +ReleaseNotesUrl: https://github.com/nexu-io/open-design/releases/tag/open-design-v0.22.0 +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.locale.zh-CN.yaml b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.locale.zh-CN.yaml new file mode 100644 index 0000000000000..41d7d9716f352 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.22.0 +PackageLocale: zh-CN +ShortDescription: Claude Design 的开源替代品。你现有的编程智能体 — Claude · Codex · Cursor · Gemini · OpenCode · Qwen — 可成为设计引擎,由 31 个可组合技能与 72 个品牌级设计系统驱动。 +Description: |- + Claude Design 的开源替代品。本地优先、可部署到 Vercel、每一层都 BYOK —— 16 套 coding-agent CLI 在 PATH 上自动检测(Claude Code, Codex, Devin for Terminal, Cursor Agent, Gemini CLI, OpenCode, Qwen, Qoder CLI, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro, Kilo, Mistral Vibe, DeepSeek TUI)就是设计引擎,由 31 个可组合 Skills 和 72 套品牌级 Design System 驱动。 + + 为什么要做这个 + Anthropic 的 Claude Design(2026-04-17 发布,基于 Opus 4.7)让大家第一次看到:当一个 LLM 不再写废话、开始直接交付设计成品,会是什么样子。它瞬间出圈 —— 然后保持闭源、付费、只跑在云上、绑定 Anthropic 的模型和 Anthropic 的内部 skill。没有 checkout,没有自托管,没有 Vercel 部署,也换不了自己的 agent。 + Open Design(OD)就是它的开源替代品。 同一套 loop、同一种「artifact-first」心智模型,但没有锁定。我们不做 agent —— 你笔记本上最强的 coding agent 已经装好了。我们要做的,是把它接进一个 skill 驱动的设计工作流:本地用 pnpm tools-dev 跑完整本地闭环,云端可单独部署 Web 层,每一层都 BYOK(自带 Key)。 + 输入「帮我做一份杂志风的种子轮 pitch deck」。在模型挥洒第一个像素之前,初始化问题表单已经先跳出来。Agent 从 5 套精挑的视觉方向里选一个。一张活的 TodoWrite 计划卡片实时流入 UI。Daemon 在磁盘上构建出一个真实的项目目录,里面有 seed 模板、布局库、自检 checklist。Agent 强制 pre-flight 读取它们,对自己的输出跑一轮五维评审,几秒后吐出一个 ,渲染在沙盒 iframe 里。 + 这不是「AI 试图做点设计」。这是一个被提示词栈训练得像高级设计师一样工作的 AI —— 有可用的文件系统、有确定性的色板库、有 checklist 文化 —— 也就是 Claude Design 立下的那条线,只是这次它开源、归你。 + OD 站在四个开源项目的肩膀上: + - alchaincyf/huashu-design(花叔的画术) —— 设计哲学的指南针。Junior-Designer 工作流、5 步品牌资产协议、anti-AI-slop checklist、五维自评审、以及方向选择器背后的「5 流派 × 20 种设计哲学」思路 —— 全部蒸馏进 apps/daemon/src/prompts/discovery.ts。 + - op7418/guizang-ppt-skill(歸藏的杂志风 PPT skill) —— Deck 模式。原样捆绑在 skills/guizang-ppt/ 下,原 LICENSE 保留;杂志版式、WebGL hero、P0/P1/P2 checklist。 + - OpenCoworkAI/open-codesign —— UX 北极星,也是我们最接近的同类。第一个开源的 Claude-Design 替代品。我们借鉴了它的流式 artifact 循环、沙盒 iframe 预览模式(自带 React 18 + Babel)、实时 agent 面板(todos + tool calls + 可中断生成)、5 种导出格式列表(HTML / PDF / PPTX / ZIP / Markdown)。我们刻意在形态上分流 —— 它是桌面 Electron 应用,把 pi-ai 打包进去做 agent;我们是 Web 应用 + 本地 daemon,把 agent 运行时委托给你已经装好的 CLI。 + - multica-ai/multica —— Daemon 与运行时架构。PATH 扫描式 agent 检测,本地 daemon 作为唯一的特权进程,agent-as-teammate 的世界观。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +- 设计 +Documentations: +- DocumentLabel: 快速开始 + DocumentUrl: https://github.com/nexu-io/open-design/blob/HEAD/QUICKSTART.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.yaml b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.yaml new file mode 100644 index 0000000000000..62ba9ec347f04 --- /dev/null +++ b/manifests/p/Powerformer/OpenDesign/0.22.0/Powerformer.OpenDesign.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: Powerformer.OpenDesign +PackageVersion: 0.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.installer.yaml b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.installer.yaml new file mode 100644 index 0000000000000..38ae318900aea --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 3.0.7 +InstallerType: burn +Scope: user +UpgradeBehavior: install +FileExtensions: +- protondoc +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{198F3E44-4F43-41BF-AA0C-30FCA64DBCF3}' +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/drive/windows/3.0.7/x64/Proton%20Drive%20Setup%203.0.7.exe + InstallerSha256: BE1F789E61633E291620C6B06BE5C059CDCB6ECCE17217C1691257EBBA6644BD + ProductCode: '{C5A8ECF3-CEB4-4668-A291-189728BE384C}' +- Architecture: arm64 + InstallerUrl: https://proton.me/download/drive/windows/3.0.7/arm64/Proton%20Drive%20Setup%203.0.7.exe + InstallerSha256: 5D7802C482816201F9EB02E5B779250ACFF059151C0E7E80E1D3BC0BE2A6C8E1 + ProductCode: '{B8E2F582-E50F-413C-A864-D248F2AC4CCB}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.locale.en-US.yaml b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..d7d7ce9e56673 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 3.0.7 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: Proprietary +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2026 Proton AG +ShortDescription: Free secure cloud storage +Description: Proton Drive is an end-to-end encrypted Swiss vault for your files that protects your data. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- secure +- security +- share +- sync +- upload +ReleaseNotes: |- + Improvements + - Quality improvements +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.locale.zh-CN.yaml b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cebfa029b6a06 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 3.0.7 +PackageLocale: zh-CN +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: 专有软件 +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2026 Proton AG +ShortDescription: 免费安全的云存储 +Description: Proton Drive 是一款来自瑞士的端到端加密文件库,可以保护您的数据。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 安全 +- 文件 +- 网盘 +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.yaml b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.yaml new file mode 100644 index 0000000000000..2f605f020db0d --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/3.0.7/Proton.ProtonDrive.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: Proton.ProtonDrive +PackageVersion: 3.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.installer.yaml b/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.installer.yaml new file mode 100644 index 0000000000000..9a0cebbe28e98 --- /dev/null +++ b/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.installer.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonVPN +PackageVersion: 5.1.8 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Proton VPN_is1 +ReleaseDate: 2026-08-31 +AppsAndFeaturesEntries: +- ProductCode: Proton VPN_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Proton\VPN' +Installers: +- Architecture: x64 + InstallerUrl: https://vpn.protondownload.com/download/ProtonVPN_v5.1.8_x64.exe + InstallerSha256: C7E9D52FD4D3B65FF8EA83C24DBBE3F4AD9B3726739CF645CE15B9E24EDC4AA4 +- Architecture: arm64 + InstallerUrl: https://vpn.protondownload.com/download/ProtonVPN_v5.1.8_arm64.exe + InstallerSha256: 6041E1EBDCE7DD0803E0A794F12D6FFFFA9D8560A7B5192D8754890B35562BB4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.locale.en-US.yaml b/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..aa645f93d5e1e --- /dev/null +++ b/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonVPN +PackageVersion: 5.1.8 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://protonvpn.com/ +PublisherSupportUrl: https://protonvpn.com/support +PrivacyUrl: https://protonvpn.com/privacy-policy +Author: Proton AG +PackageName: Proton VPN +PackageUrl: https://protonvpn.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/ProtonVPN/win-app/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/ProtonVPN/win-app/master/LICENSE +ShortDescription: High-speed Swiss VPN that safeguards your privacy. +Description: |- + We built ProtonVPN with extra security features to make it better at protecting your privacy than an ordinary VPN. + When you use ProtonVPN to browse the web, your Internet connection is encrypted. + By routing your connection through encrypted tunnels, ProtonVPNs advanced security features ensure that an attacker cannot eavesdrop on your connection. + It also allows you to access websites that might be blocked in your country. +Moniker: protonvpn +Tags: +- network +- open-source +- privacy +- private +- private-network +- security +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.yaml b/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.yaml new file mode 100644 index 0000000000000..48c6c68dd4496 --- /dev/null +++ b/manifests/p/Proton/ProtonVPN/5.1.8/Proton.ProtonVPN.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonVPN +PackageVersion: 5.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.installer.yaml b/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.installer.yaml new file mode 100644 index 0000000000000..c4d5033516dea --- /dev/null +++ b/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Purple.PurplePlus +PackageVersion: 7.1.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +ProductCode: 660a8ce1-0b16-5b4c-bad5-065a5d69f45e +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- DisplayName: Purple+ 7.1.0 + ProductCode: 660a8ce1-0b16-5b4c-bad5-065a5d69f45e +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\PurplePlus' +Installers: +- Architecture: x64 + InstallerUrl: https://purpleplusinstaller.blob.core.windows.net/releases/PurplePlus-7.1.0-x64-Setup.exe + InstallerSha256: C8481C38B9AD15D440DC996AF69553CE400E37DB9AD325E1355A4E3C86B26BEC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.locale.en-US.yaml b/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.locale.en-US.yaml new file mode 100644 index 0000000000000..2950505a6f7a8 --- /dev/null +++ b/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Purple.PurplePlus +PackageVersion: 7.1.0 +PackageLocale: en-US +Publisher: Lets Go Purple +PublisherUrl: https://github.com/LetsGoPurple +PublisherSupportUrl: https://github.com/LetsGoPurple/PurplePlusProd/issues +PackageName: Purple+ +PackageUrl: https://github.com/LetsGoPurple/PurplePlusProd +License: Proprietary +Copyright: Copyright © 2025 Lets Go Purple +ShortDescription: Purple+ is a customer-engagement platform delivering omnichannel contact-center functionality (voice, chat, email, SMS) natively built on Microsoft Teams and Azure Communication Services, with AI-powered routing, dashboards, and scalability. +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/LetsGoPurple/PurplePlusProd/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.yaml b/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.yaml new file mode 100644 index 0000000000000..73e142ea8742c --- /dev/null +++ b/manifests/p/Purple/PurplePlus/7.1.0/Purple.PurplePlus.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: Purple.PurplePlus +PackageVersion: 7.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/rstream/rstream/1.31.0/rstream.rstream.installer.yaml b/manifests/r/rstream/rstream/1.31.0/rstream.rstream.installer.yaml new file mode 100644 index 0000000000000..888d4c14aa80e --- /dev/null +++ b/manifests/r/rstream/rstream/1.31.0/rstream.rstream.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: rstream.rstream +PackageVersion: 1.31.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: bin/rstream.exe + PortableCommandAlias: rstream +Installers: + - Architecture: x64 + InstallerUrl: https://rstream.io/api/packages/cmtrmp8eb001n04l7ziougfel/download + InstallerSha256: 11dc800693ea27bc29833988a315a36f53e663c21554ab6570e6d58ef15b68bc + - Architecture: arm64 + InstallerUrl: https://rstream.io/api/packages/cmtrmp351001m04l7740sfulm/download + InstallerSha256: 4c6ce2c8d81cc7f1780d1f61d00c155773faa6b474762a0201db148fa0507374 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/rstream/rstream/1.31.0/rstream.rstream.locale.en-US.yaml b/manifests/r/rstream/rstream/1.31.0/rstream.rstream.locale.en-US.yaml new file mode 100644 index 0000000000000..47b55a5725bdd --- /dev/null +++ b/manifests/r/rstream/rstream/1.31.0/rstream.rstream.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: rstream.rstream +PackageVersion: 1.31.0 +PackageLocale: en-US +Publisher: rstream +PublisherUrl: https://rstream.io +PublisherSupportUrl: https://rstream.io/docs +Author: rstream +PackageName: rstream +PackageUrl: https://rstream.io +License: Apache-2.0 +LicenseUrl: https://github.com/rstreamlabs/rstream-go/blob/main/LICENSE +ShortDescription: Command-line client for rstream. +Description: rstream is a developer-first platform for zero-trust networking. +Moniker: rstream +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.yaml b/manifests/r/rstream/rstream/1.31.0/rstream.rstream.yaml similarity index 58% rename from manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.yaml rename to manifests/r/rstream/rstream/1.31.0/rstream.rstream.yaml index 28b1d305e5764..548c0e0c8e1cd 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.yaml +++ b/manifests/r/rstream/rstream/1.31.0/rstream.rstream.yaml @@ -1,8 +1,7 @@ -# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.5.30 +PackageIdentifier: rstream.rstream +PackageVersion: 1.31.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.installer.yaml b/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.installer.yaml new file mode 100644 index 0000000000000..ef918ab1479c1 --- /dev/null +++ b/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: SFXTechInnovation.SimpleFixAI +PackageVersion: 1.7.54 +InstallerType: nullsoft +Scope: user +InstallModes: + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-09-08 +Installers: + - Architecture: x64 + InstallerUrl: https://updates.simplefixai.com/SimpleFixAI_1.7.54_x64-setup.exe + InstallerSha256: 22D87002E1AFE4B36BD5C9E658D32714BE20F09268285AFBB341E1E61F82612C + AppsAndFeaturesEntries: + - DisplayName: SimpleFixAI + Publisher: SFX Tech Innovation LLC + ProductCode: SimpleFixAI +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.locale.en-US.yaml b/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.locale.en-US.yaml new file mode 100644 index 0000000000000..6760a77126491 --- /dev/null +++ b/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: SFXTechInnovation.SimpleFixAI +PackageVersion: 1.7.54 +PackageLocale: en-US +Publisher: SFX Tech Innovation LLC +PublisherUrl: https://sfxtechinnovation.com +PublisherSupportUrl: https://simplefixai.com +PackageName: SimpleFixAI +PackageUrl: https://simplefixai.com +License: Proprietary +Copyright: Copyright (c) 2025-2026 SFX Tech Innovation LLC. All rights reserved. +ShortDescription: AI-powered Windows PC repair tool that diagnoses, explains, and reversibly fixes common Windows problems. +Description: >- + SimpleFixAI wraps native Windows diagnostic and repair commands with an AI + reasoning layer that selects the correct fix sequence, explains everything in + plain English, creates a safety snapshot before every repair, and makes every + change reversible with a one-click undo. It runs fully offline with no + telemetry required. +Moniker: simplefixai +Tags: + - windows + - repair + - diagnostics + - troubleshooting + - pc-repair + - utilities +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.yaml b/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.yaml new file mode 100644 index 0000000000000..35a442cacacb2 --- /dev/null +++ b/manifests/s/SFXTechInnovation/SimpleFixAI/1.7.54/SFXTechInnovation.SimpleFixAI.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: SFXTechInnovation.SimpleFixAI +PackageVersion: 1.7.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.installer.yaml b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.installer.yaml new file mode 100644 index 0000000000000..3ea06bfae5902 --- /dev/null +++ b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.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: SecurepointGmbH.SecurepointSSLVPN +PackageVersion: 2.0.49 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +ProductCode: '{F3ECFD7A-C4ED-4881-A66B-180AF674D5A1}' +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{13B58557-5AD5-468B-AB06-73C9F9AB0EF8}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Securepoint/openvpn-client/releases/download/2.0.49/openvpn-client-installer-2.0.49.msi + InstallerSha256: 95F7680B3252BA7E778DB0BBB11A70C0B27C421549B043A62FAB0B4407CA0DC1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.locale.en-US.yaml b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..97dfe6c31e366 --- /dev/null +++ b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.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: SecurepointGmbH.SecurepointSSLVPN +PackageVersion: 2.0.49 +PackageLocale: en-US +Publisher: Securepoint GmbH +PublisherUrl: https://www.securepoint.de/ +PublisherSupportUrl: https://github.com/Securepoint/openvpn-client/issues +PrivacyUrl: https://www.securepoint.de/datenschutz +Author: Securepoint GmbH +PackageName: Securepoint SSL VPN +PackageUrl: https://wiki.securepoint.de/VPN/SSL-VPN-Client +License: GPL-2.0 +LicenseUrl: https://github.com/Securepoint/openvpn-client/blob/HEAD/LICENSE.txt +Copyright: © 2026 Securepoint GmbH +CopyrightUrl: https://www.securepoint.de/impressum +ShortDescription: SSLVPN Client for Securepoint UTM +Tags: +- network +- openvpn +- security +- vpn +ReleaseNotes: |- + Security: OpenSSL update to version 3.5.8 + Hint + Please read the important security changes in 2.0.33 release. + Important msi installer note! + If you do the install by using the msi installer it is all-important to specify the property CWINVERSION as msiexec argument which specify the windows version. + Two values are possible: + CWINVERSION=7 + CWINVERSION=10 + This property controls the installation of the tap driver. If no property is specified the tap driver for Windows 10 will be installed! + Example(en, Windows 7, executed in an administrative shell): + msiexec /qn /i openvpn-client-installer-2.0.49.msi TRANSFORMS=":en-us.mst" CWINVERSION=7 + For further examples please see the msi-installer-examples-2.0.49 file. + Changelog de + Security: OpenSSL-Update auf Version 3.5.8 + Hinweis + Bitte beachten Sie die Sicherheitsfeatures vom 2.0.33 Release. + Wichtige MSI-Installer Anmerkung! + Wenn der Client per MSI installiert wird, muss die Eigenschaft CWINVERSION mit beim msiexec angegeben werden. Diese gibt die Windows-Version an. + Zwei Werte sind möglich: + CWINVERSION=7 + CWINVERSION=10 + Die Eigenschaft kontrolliert die Installation des TAP-Treiber. Wenn diese nicht angegeben ist, wird der TAP-Treiber für Windows 10 installiert. + Beispiel(en, Windows 7, in einer Administrator-Eingabeaufforderung ausgeführt): + msiexec /qn /i openvpn-client-installer-2.0.49.msi TRANSFORMS=":en-us.mst" CWINVERSION=7 + Weitere Beispiele befinden sich in der Datei msi-installer-examples-2.0.49. +ReleaseNotesUrl: https://github.com/Securepoint/openvpn-client/releases/tag/2.0.49 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.locale.zh-CN.yaml b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..063fc215fa6bc --- /dev/null +++ b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SecurepointGmbH.SecurepointSSLVPN +PackageVersion: 2.0.49 +PackageLocale: zh-CN +ShortDescription: Securepoint UTM 的 SSLVPN 客户端 +Tags: +- openvpn +- vpn +- 安全 +- 网络 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.yaml b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.yaml new file mode 100644 index 0000000000000..a5df742336264 --- /dev/null +++ b/manifests/s/SecurepointGmbH/SecurepointSSLVPN/2.0.49/SecurepointGmbH.SecurepointSSLVPN.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: SecurepointGmbH.SecurepointSSLVPN +PackageVersion: 2.0.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.installer.yaml index e418008eaeef6..7da90a0853b18 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1788858037-gc9d85c +PackageVersion: 0.0.1788883237-g0b98e3 InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-09-08 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1788858037-gc9d85c/amp-windows-x64-baseline.exe - InstallerSha256: 2E7C774F70C0563E96642D82EFFB6AC2AF8FCC4440D2C7A320F7CFF1663BFBA6 + InstallerUrl: https://static.ampcode.com/cli/0.0.1788883237-g0b98e3/amp-windows-x64-baseline.exe + InstallerSha256: 2D296CA64E55B070515774E50FF985128820F421D439D449515F9688804F01F0 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.locale.en-US.yaml index 9a009c6c9482e..7995ceb90a1de 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/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.1788858037-gc9d85c +PackageVersion: 0.0.1788883237-g0b98e3 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.locale.zh-CN.yaml index ca55c1f482f07..924a17f2c39ba 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/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.1788858037-gc9d85c +PackageVersion: 0.0.1788883237-g0b98e3 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/Sourcegraph.Amp.yaml index 6183408d02d37..6e43f3ec52326 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1788858037-gc9d85c/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1788883237-g0b98e3/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.1788858037-gc9d85c +PackageVersion: 0.0.1788883237-g0b98e3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.installer.yaml b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.installer.yaml new file mode 100644 index 0000000000000..b9133e3ce532b --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.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: StackExchange.DNSControl +PackageVersion: 5.0.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dnscontrol.exe +Commands: +- dnscontrol +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DNSControl/dnscontrol/releases/download/v5.0.4/dnscontrol_5.0.4_windows_amd64.zip + InstallerSha256: C271C4086A2F39BFE5803AD27EC312B9877D5936841A2BE24B30825B3AF1B5D8 +- Architecture: arm64 + InstallerUrl: https://github.com/DNSControl/dnscontrol/releases/download/v5.0.4/dnscontrol_5.0.4_windows_arm64.zip + InstallerSha256: A0C05C2A953B5D8E6260117397108F424185B437D086E093ACEBDA0F30038852 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.locale.en-US.yaml b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.locale.en-US.yaml new file mode 100644 index 0000000000000..b71e2d96166ef --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.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: StackExchange.DNSControl +PackageVersion: 5.0.4 +PackageLocale: en-US +Publisher: Stack Exchange, Inc. +PublisherSupportUrl: https://github.com/StackExchange/dnscontrol/issues +Author: Stack Exchange, Inc. +PackageName: DNSControl +PackageUrl: https://dnscontrol.org/ +License: MIT +LicenseUrl: https://github.com/StackExchange/dnscontrol/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Stack Overflow +ShortDescription: Infrastructure as code for DNS! +Description: DNSControl is an opinionated platform for seamlessly managing your DNS configuration across any number of DNS hosts, both in the cloud or in your own infrastructure. It manages all of the domains for the Stack Overflow network, and can do the same for you! +Moniker: dnscontrol +Tags: +- dns +ReleaseNotes: |- + Greetings DNS fans! + Thanks to all contributors involved in this release! This is a community project and we couldn't do it without all of your contributions! + Sincerely, + --Tom Limoncelli + Monthly video call! + Everyone is invited to the Monthly DNSControl Community Video Conference Call on the 2nd Tuesday of each month. Join whether you are a new user with questions or an experienced developer that wants to discuss DNSControl internals... or anything in between! Meeting details on + GitHub Discussions. + Changelog + Provider-specific changes: + - ee0730fd3aca36889f8e8c4540b65d35d243a331: AKAMAIEDGEDNS: Update edgegrid version to 13.4.0 and update docs to address issue#4202 (#4853) (@meghanakudua02) + - e374ee22b9b57483cf599d5ce536efb655ed58bf: HOSTINGDE: Fix SOA mailbox set to 1@domain (#4858) (@jonathan8devs) + - c7067ae8511a24fad811deabedb97acd5bfd1fb2: HOSTINGDE: Fix TXT quoting on read and write (#4856) (@jonathan8devs) + Dependencies: + - 9aeac5f61326092d5265a85dfa742802172a25da: CHORE: Update dependencies (#4861) (@TomOnTime) + Other changes and improvements: + - d258d60ca017d50a24fe76390373d8890a0b096a: BUG: Fix DMARC_BUILDER TypeScript types for psd= and t= (#4855) (@kytta) + - 5e4e61e528e6d0d1d04468c70ca2680c51a9676c: Release v5.0.4 (#4862) (@TomOnTime) + Deprecation warnings + Warning + + - REV() will switch from RFC2317 to RFC4183 sometime after v5.0 is released. This is a breaking change. Warnings are output if your configuration is affected. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat + - NAMEDOTCOM, OPENSRS and SOFTLAYER need maintainers! These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes. +ReleaseNotesUrl: https://github.com/DNSControl/dnscontrol/releases/tag/v5.0.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.dnscontrol.org/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.locale.zh-CN.yaml b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b464960f45de6 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: StackExchange.DNSControl +PackageVersion: 5.0.4 +PackageLocale: zh-CN +ShortDescription: DNS 的基础设施即代码! +Description: DNSControl 是一个有主见的平台,可在云端或您自己的基础架构中无缝管理任意数量 DNS 主机的 DNS 配置。它既可以管理 Stack Overflow 网络的所有域名,也可以为您提供同样的服务! +ReleaseNotesUrl: https://github.com/DNSControl/dnscontrol/releases/tag/v5.0.4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.dnscontrol.org/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.yaml b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.yaml new file mode 100644 index 0000000000000..f16fcde4058b2 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/5.0.4/StackExchange.DNSControl.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: StackExchange.DNSControl +PackageVersion: 5.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.installer.yaml b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.installer.yaml new file mode 100644 index 0000000000000..41e5a8fe33cdc --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Superhuman.Superhuman +PackageVersion: 1041.0.50 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- mailto +- superhuman +ProductCode: 49b7df64-6557-59ab-9b2b-f97a2de29e77 +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://download.superhuman.com/native-update/Superhuman%20Setup%201041.0.50-latest.exe + InstallerSha256: E4BAF72EBA4EA2BA2F747A156168F0B3820826FE533DC660812AD2E4F7C2AE3D +- Architecture: arm64 + InstallerUrl: https://download.superhuman.com/native-update/Superhuman%20Setup%201041.0.50-latest.exe + InstallerSha256: E4BAF72EBA4EA2BA2F747A156168F0B3820826FE533DC660812AD2E4F7C2AE3D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.locale.en-US.yaml b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.locale.en-US.yaml new file mode 100644 index 0000000000000..75fbd84712d76 --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Superhuman.Superhuman +PackageVersion: 1041.0.50 +PackageLocale: en-US +Publisher: Superhuman Labs, LLC +PublisherUrl: https://superhuman.com/ +PublisherSupportUrl: https://help.superhuman.com/ +PrivacyUrl: https://superhuman.com/privacy +Author: Superhuman Labs, LLC +PackageName: Superhuman +PackageUrl: https://superhuman.com/download +License: Proprietary +LicenseUrl: https://superhuman.com/terms +Copyright: Copyright © 2026 Superhuman Labs, LLC +CopyrightUrl: https://superhuman.com/terms +ShortDescription: The most productive email app ever made. +Description: |- + Superhuman is an AI-native email platform designed to dramatically boost productivity and responsiveness. Built for professionals who live in their inbox, it transforms traditional email workflows with speed, intelligence, and precision. + Key Features + - ⚡ Speed & Efficiency: Navigate and manage emails twice as fast using intuitive keyboard shortcuts and streamlined UI. + - 🤖 AI-Powered Tools: + - Instant Reply: Drafts smart responses in seconds + - Send Later: Schedule emails for optimal timing + - Snooze: Delay non-urgent messages + - Social Insights: Contextual data to improve communication + - 📬 Inbox Mastery: + - Achieve Inbox Zero effortlessly + - Unsubscribe and clear spam instantly + - Organize with precision across Gmail and Outlook + - 👥 Collaboration-Ready: + - Built for teams—onboarding is seamless + - Enhances responsiveness across departments like Sales, Product, and Engineering +Tags: +- email +- mail +PurchaseUrl: https://superhuman.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.locale.zh-CN.yaml b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..63aa57a8ae91f --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.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: Superhuman.Superhuman +PackageVersion: 1041.0.50 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 有史以来最高效的电子邮件应用。 +Description: |- + Superhuman 是一个原生集成人工智能的邮件平台,旨在显著提升工作效率和响应速度。专为那些高度依赖收件箱的专业人士打造,它以更快的速度、智能化和精准性彻底革新传统的邮件处理流程。 + 主要功能 + - ⚡ 速度与效率:通过直观的键盘快捷键和简化的用户界面,以两倍速度浏览和管理邮件。 + - 🤖 人工智能工具: + - 快速回复:几秒钟内生成智能回复草稿 + - 定时发送:按最佳时机安排邮件发送 + - 稍后提醒:延迟处理非紧急消息 + - 社交洞察:提供上下文数据以优化沟通效果 + - 📬 收件箱掌控: + - 轻松实现“收件箱归零” + - 一键退订并清除垃圾邮件 + - 在 Gmail 和 Outlook 之间精准组织管理 + - 👥 协作就绪: + - 专为团队设计,上手无缝流畅 + - 提升销售、产品、工程等部门的整体响应效率 +Tags: +- 电子邮件 +- 邮件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.yaml b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.yaml new file mode 100644 index 0000000000000..82332906ca8f1 --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.50/Superhuman.Superhuman.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: Superhuman.Superhuman +PackageVersion: 1041.0.50 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.installer.yaml b/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.installer.yaml new file mode 100644 index 0000000000000..efec7fd63a4db --- /dev/null +++ b/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.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: skim-rs.skim +PackageVersion: 5.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sk.exe + PortableCommandAlias: sk +Commands: +- sk +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/skim-rs/skim/releases/download/v5.7.0/skim-x86_64-pc-windows-msvc.zip + InstallerSha256: 0452CD0733B939DF1F34B278A3E8D783BD2012341D39D6AD61E31D9DFDBD542C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.locale.en-US.yaml b/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.locale.en-US.yaml new file mode 100644 index 0000000000000..fedb27994f643 --- /dev/null +++ b/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.locale.en-US.yaml @@ -0,0 +1,63 @@ +# 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: skim-rs.skim +PackageVersion: 5.7.0 +PackageLocale: en-US +Publisher: skim-rs +PublisherUrl: https://github.com/skim-rs +PublisherSupportUrl: https://github.com/skim-rs/skim/issues +Author: Loric ANDRE and contributors +PackageName: skim +PackageUrl: https://github.com/skim-rs/skim +License: MIT +LicenseUrl: https://github.com/skim-rs/skim/blob/HEAD/LICENSE +ShortDescription: A fast fuzzy finder for the command line written in Rust. +Moniker: skim +Tags: +- cli +- developer-tools +- fuzzy-finder +- search +- terminal +ReleaseNotes: |- + Release Notes + 🐛 Bug Fixes + - Stream preview command instead of waiting for completion (#1176) + 📚 Documentation + - Update benchmarks + 🤖 CI + - Lock everything to make sure dependencies match (#1170) + ⚙️ Miscellaneous Tasks + - Nitpicks after multithreading review (#1172) + Install skim 5.7.0 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v5.7.0/skim-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/skim-rs/skim/releases/download/v5.7.0/skim-installer.ps1 | iex" + Download skim 5.7.0 + ───────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-x86_64-apple-darwin.tar.xz │Intel macOS │checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-x86_64-pc-windows-msvc.msi │x64 Windows │checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-aarch64-unknown-linux-gnu.tar.xz │ARM64 Linux │checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-x86_64-unknown-linux-gnu.tar.xz │x64 Linux │checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-aarch64-unknown-linux-musl.tar.xz │ARM64 MUSL Linux │checksum + ───────────────────────────────────────────┼───────────────────┼───────────── + skim-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum + ───────────────────────────────────────────┴───────────────────┴───────────── +ReleaseNotesUrl: https://github.com/skim-rs/skim/releases/tag/v5.7.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/skim-rs/skim/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.yaml b/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.yaml new file mode 100644 index 0000000000000..a9acf3078c7e4 --- /dev/null +++ b/manifests/s/skim-rs/skim/5.7.0/skim-rs.skim.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: skim-rs.skim +PackageVersion: 5.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.installer.yaml b/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.installer.yaml new file mode 100644 index 0000000000000..2e0cd4b3a6456 --- /dev/null +++ b/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.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: skssmd.Graft +PackageVersion: 2.5.9 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-09-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: graft.exe + PortableCommandAlias: graft + InstallerUrl: https://github.com/The-Graft-Project/Graft/releases/download/v2.5.9/Graft_2.5.9_Windows_arm64.zip + InstallerSha256: 2daa992903c2082ec511474620e737f84b496e35649c21fbff4dd3226babb769 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: graft.exe + PortableCommandAlias: graft + InstallerUrl: https://github.com/The-Graft-Project/Graft/releases/download/v2.5.9/Graft_2.5.9_Windows_amd64.zip + InstallerSha256: 6af3519ebbe927b8999c0dc132889bbcc5146bae2902d0b00bc2eec625decd5c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.locale.en-US.yaml b/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.locale.en-US.yaml new file mode 100644 index 0000000000000..ab9d5f8c1f982 --- /dev/null +++ b/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.locale.en-US.yaml @@ -0,0 +1,53 @@ +# 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: skssmd.Graft +PackageVersion: 2.5.9 +PackageLocale: en-US +Publisher: skssmd +PublisherUrl: https://github.com/skssmd +PublisherSupportUrl: https://github.com/skssmd/Graft/issues +Author: skssmd +PackageName: Graft +PackageUrl: https://github.com/the-graft-project/graft +License: MIT +LicenseUrl: https://github.com/skssmd/Graft/blob/main/LICENSE +Copyright: Copyright (c) 2025 skssmd +CopyrightUrl: https://github.com/skssmd/Graft/blob/main/LICENSE +ShortDescription: A high-performance, zero-overhead deployment engine that extends the Docker Compose workflow to cloud infrastructure via SSH +Description: "A high-performance, zero-overhead deployment engine that extends the Docker Compose workflow \nto cloud infrastructure via SSH. Graft enables native remote management of AWS, GCP, and VPS \ninstances with no agent installs or server-side overhead required. With V2.0 Graft is now \noptimized for git and github actions ci/cd flow\n" +Moniker: Graft +Tags: + - graft + - deployment + - devops + - dev-ops + - easy-deployment + - docker-compose + - docker + - ssh + - hosting + - cloud +ReleaseNotes: | + - Service Scaling: Scale any service to N replicas with [graft scale ] — Traefik load balances automatically. Scale persists through deploys. + - PSQL Passthrough: Full psql passthrough with env-aware auto-connect. Supports all native psql flags (-c, -f, -t, etc.). + - Isolated DB Credentials (Security): Each database gets a dedicated Postgres user and password. Admin credentials never leak to project secrets. + - Per-Environment Database Linking: Database auto-linked per environment. [graft psql] connects to the right db for the current env. + - Unified DB Init: Initialize databases from project scope, host scope [graft host db], or registry scope [graft -r db]. All paths prompt to link with overwrite protection. + - SSH Database Tunnel: [graft db serve :port] tunnels remote Postgres to localhost via SSH for local dev tools. No public port exposure. + - Generic Service Tunnel: [graft host tunnel :port] tunnels any Docker container to localhost. Auto-detects exposed ports. + - SSH Connection Reliability: Multiple concurrent sessions and tunnels no longer hang. The liveness probe, SSH handshake and authentication, channel opens, and SFTP startup are all bounded by timeouts, so a half-dead connection fails fast and self-heals instead of blocking forever. + - Faster Connections: SFTP starts only when a command actually transfers files, and tunnels no longer spend a network round trip probing liveness before each forwarded connection. + - known_hosts Correctness (Security): Non-default ports are recorded in the format the lookup uses, so repeat connections stop appending duplicates. An unreadable known_hosts is reported instead of silently skipping host key verification. + - Environment Listing: [graft env ls] shows all environments with registry, domain, and mode. + - Graft SSH Key: Manage SSH keys with [graft pub] and rotate with [graft pub rollout]. + - Cloudflare API Integration: Automated DNS zone mapping based on Traefik host labels. + - Cloudflare Zone Registry: Manage multiple Cloudflare accounts and zones with an interactive selection menu. + - Database Backup Automation: Backup infrastructure databases to S3/R2 (Experimental). + - Rollback to versions: Rollback and revert changes to previous deployments. + - Docker Passthrough Commands: Execute docker commands on remote hosts or registries via Graft. + - Optimized for Git and GitHub Actions CI/CD flows. + - Multi-environment support with separate configs, workflows, and DNS. + - Webhook detection and error handling. +ReleaseNotesUrl: https://github.com/skssmd/Graft/releases/tag/v2.5.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.yaml b/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.yaml new file mode 100644 index 0000000000000..4f55a686e5624 --- /dev/null +++ b/manifests/s/skssmd/Graft/2.5.9/skssmd.Graft.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: skssmd.Graft +PackageVersion: 2.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.installer.yaml b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.installer.yaml similarity index 75% rename from manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.installer.yaml rename to manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.installer.yaml index b18b7cec4a2ee..db9b3013a0c1b 100644 --- a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.installer.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.installer.yaml @@ -2,15 +2,15 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.1.0.0 +PackageVersion: 6.1.1.0 InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: iDefender -ReleaseDate: 2026-09-06 +ReleaseDate: 2026-09-08 Installers: - Architecture: x86 InstallerUrl: https://trustsing.com/publish/iDefender.exe - InstallerSha256: 11B813931205111BFEAF8389D0001E65B3E2F412FDDA9088228CD9C55C464AF3 + InstallerSha256: E6393D46B4F90086A7B205A669DBBCC620CFE1AC5FA9DCBE092D6EB3F769E563 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.locale.en-US.yaml b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.locale.en-US.yaml similarity index 98% rename from manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.locale.en-US.yaml rename to manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.locale.en-US.yaml index 80432daf64f89..0f841234c3006 100644 --- a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.locale.en-US.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.1.0.0 +PackageVersion: 6.1.1.0 PackageLocale: en-US Author: Shenzhen Chuangxin Changrong Network Co., Ltd. PackageName: iDefender diff --git a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.locale.zh-CN.yaml b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.locale.zh-CN.yaml similarity index 51% rename from manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.locale.zh-CN.yaml rename to manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.locale.zh-CN.yaml index bf8d0361c8456..aa983dd42921b 100644 --- a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.locale.zh-CN.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.1.0.0 +PackageVersion: 6.1.1.0 PackageLocale: zh-CN Publisher: iMonitorSDK PublisherUrl: https://trustsing.com/ @@ -17,23 +17,10 @@ Tags: - hips - 安全 ReleaseNotes: |- - - AI 赋能 - - 支持通过 AI 生成攻击报告 (示例报告) - - 支持通过 AI 分析进程信息 - - 弹窗的时候,支持通过 AI 实时分析事件提供决策依据 - - AI 集成:支持开启 MCP 服务器 - - 支持规则编辑和新建 - - 支持事件查看,可以生成更加定制化的攻击报告 - - 添加银狐注入的准确识别 - - 添加银狐 Payload 下载的准确识别 - - 事件时间线支持导出 - - 完善内置规则 - - 进程支持清理已经退出的进程 - - BitsDownload 支持显示下载的 Url - - 信任列表支持注册表值内容字段 - - 修复关闭界面时卡顿的问题 - - 修复注入可能跟某些开启 ImageTlsCallbackCaller 的软件冲突导致崩溃的问题 - - 其他体验优化和功能修复 -ReleaseNotesUrl: https://trustsing.com/idefender/#_6-1-0-0 + - 大模型的 API 配置添加测试按钮 + - 大模型的 API 配置支持添加自定义的参数,比如可以通过自定义参数开启深度思考模式 + - 修复大模型返回的内容偶尔因为缺少转义的反斜杠而导致 JSON 解析失败的问题 + - 修复系统设置页面保存失效的问题 +ReleaseNotesUrl: https://trustsing.com/idefender/#_6-1-1-0 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.yaml b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.yaml similarity index 90% rename from manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.yaml rename to manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.yaml index 8c08b54fc0949..1fb0b6ac37e8f 100644 --- a/manifests/t/TRUSTSING/iDefender/6.1.0.0/TRUSTSING.iDefender.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.1.1.0/TRUSTSING.iDefender.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TRUSTSING.iDefender -PackageVersion: 6.1.0.0 +PackageVersion: 6.1.1.0 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.installer.yaml b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.installer.yaml new file mode 100644 index 0000000000000..fa6c233ab441c --- /dev/null +++ b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tachosys.TachographFileViewer +PackageVersion: "3.41" +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S /V/quiet /V/norestart + SilentWithProgress: /S /V/passive /V/norestart + InstallLocation: /V"INSTALLDIR=""""" + Log: /V"/log """"" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1150 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1201 + ReturnResponse: diskFull +- InstallerReturnCode: 1203 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +FileExtensions: +- c1b +- dc +- ddd +- esm +- s1b +- tgd +- v1b +- vu +- w1b +ProductCode: '{021249E7-49F1-48FA-A493-B37DF45D67C8}' +ReleaseDate: 2026-08-26 +AppsAndFeaturesEntries: +- UpgradeCode: '{F97E4ADC-C4FE-4253-B342-EC2D8873E27B}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://www.prosysdev.com/downloads/TachoFileViewer_3_41.exe + InstallerSha256: 9236638259F6FCE31332EF23B3EEFED4ABF43FB4DF65A35C9454B3CAB3E94E2D +- Architecture: x64 + InstallerUrl: https://www.prosysdev.com/downloads/TachoFileViewer_3_41.exe + InstallerSha256: 9236638259F6FCE31332EF23B3EEFED4ABF43FB4DF65A35C9454B3CAB3E94E2D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.locale.en-US.yaml b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..498ff75e3d585 --- /dev/null +++ b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tachosys.TachographFileViewer +PackageVersion: "3.41" +PackageLocale: en-US +Publisher: Tachosys +PublisherUrl: https://www.tachosys.com/ +PublisherSupportUrl: https://www.tachosys.com/ContactUs +Author: ProSys Dev Limited +PackageName: Tachograph File Viewer +PackageUrl: https://www.tachosys.com/Product/tachographfileviewer +License: Proprietary +LicenseUrl: https://www.tachosys.com/Terms +Copyright: © 2008-2026 ProSys Dev Ltd +ShortDescription: Viewer for digital tachograph files +Description: |- + Viewer for digital tachograph files + Key features + - Browse contents of digital tachograph files + - Data signatures confirmed + - Compatible with both Digital Tachograph and Smart Tachograph files + - Opens .DDD, .C1B, .V1B & .TGD files +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.locale.zh-CN.yaml b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2567b6eff168e --- /dev/null +++ b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tachosys.TachographFileViewer +PackageVersion: "3.41" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 数字式测速仪文件查看器 +Description: |- + 数字式测速仪文件查看器 + 主要功能 + - 浏览数字式测速仪文件内容 + - 确认数据签名 + - 兼容数字式测速仪和智能测速仪文件 + - 可打开 .DDD、.C1B、.V1B 和 .TGD 文件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.yaml b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.yaml new file mode 100644 index 0000000000000..635cafab409a7 --- /dev/null +++ b/manifests/t/Tachosys/TachographFileViewer/3.41/Tachosys.TachographFileViewer.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: Tachosys.TachographFileViewer +PackageVersion: "3.41" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index d89b8a14f7ef4..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.10.24108 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-05-23 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.10_240523_x86_01.exe - InstallerSha256: 0C851CB9F3B5B12B94EE36CF1501472928F52DDAA66D9F588A75272924512A30 - ProductCode: QQ -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.10_240523_x64_01.exe - InstallerSha256: 9FF6E620552947B5A36B7DC1E35C64570389B03EA935D1FB03371655638359F2 - ProductCode: QQ -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index 576ce97ea765c..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.10.24108 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 44f92c35766b7..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.10.24108 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.yaml deleted file mode 100644 index 32127ec2d39d7..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.10.24108/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.10.24108 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 0bcaeff2bdc07..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24568 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-06-06 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.11_240606_x86_01.exe - InstallerSha256: C14106BFFF6EF44A006FC5A6BF8927933E67E8F9D30502F4D54D0736C790CFD4 - ProductCode: QQ -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.11_240606_x64_01.exe - InstallerSha256: 281931793C9260C7F220B34E16517F8FB577026186E6C1C94F7EAC6489861543 - ProductCode: QQ -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.11_240606_arm64_01.exe - InstallerSha256: 45911C78B23827C70D68042AE58C82E609754F1D5CE73B26F76C21A50D36A4D3 - ProductCode: QQ -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index 5083de3131106..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24568 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 99a3181391817..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,56 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24568 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotes: |- - 本次功能主要升级如下: - 【文件】新增支持文件发送断点续传; - 【频道】子频道列表页新增支持展示音视频直播卡片。 - - 详细信息如下: - 【文件】 - - 新增支持文件发送断点续传。 - 【频道】 - - 子频道列表页新增支持展示音视频直播卡片。 - 【问题修复】 - - 修复群成员变更通知延迟问题; - - 修复频道贴子编辑异常问题; - - 修复群相册创建失败问题; - - 修复群相册长图上传后原图显示异常问题; - - 修复其它一些已知 BUG。 -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.yaml deleted file mode 100644 index ef046485d453e..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24568/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24568 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 6552f85db5070..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24815 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-06-17 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.11_240617_x86_01.exe - InstallerSha256: 52D169F03A1AEADBBCBDD98D4839715830325AF62078CD65E44FC0C302A748CF -- Architecture: x64 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.11_240617_x64_01.exe - InstallerSha256: 65EA4FB26F94B7CE93FA4CF9082B9E22D5825E2786545B148A7BDA71735EDE65 -- Architecture: arm64 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.11_240617_arm64_01.exe - InstallerSha256: ACA6007F38AE883658ED4F3F8B292C33971907A2EF26C0356E9A4A8C060C2118 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index 6391fbbe9476d..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24815 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -PurchaseUrl: https://vip.qq.com/ -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 62f9c27a1b44b..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.11.24815/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with komac v2.2.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.11.24815 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotes: |- - 本次功能主要升级如下: - 【文件】新增支持文件发送断点续传; - 【频道】子频道列表页新增支持展示音视频直播卡片。 - - 详细信息如下: - 【文件】 - - 新增支持文件发送断点续传。 - 【频道】 - - 子频道列表页新增支持展示音视频直播卡片。 - 【问题修复】 - - 修复群成员变更通知延迟问题; - - 修复频道贴子编辑异常问题; - - 修复群相册创建失败问题; - - 修复群相册长图上传后原图显示异常问题; - - 修复其它一些已知 BUG。 -PurchaseUrl: https://vip.qq.com/ -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 8e663b61554a1..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.12.26466 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.12_240729_x86_01.exe - InstallerSha256: 15A4708EA74A262120348D028DB60807D3788C0CDD89A681538CB984EB400CDD -- Architecture: x64 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.12_240729_x64_01.exe - InstallerSha256: 5B0168AF050C2ABBD7C5437502C31AFED621421816BCF6785892C9321F7FD26F -- Architecture: arm64 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.12_240729_arm64_01.exe - InstallerSha256: 0A13BCA0FF0CDE68C7DCDC34533A834697BFD4200868C182BA397EE595FAAFDD -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2024-07-29 diff --git a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index 8acea2e8805e3..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.12.26466 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -PurchaseUrl: https://vip.qq.com/ -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 19a63701728c7..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.12.26466/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.12.26466 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotes: |- - 本次功能主要升级如下: - 【音视频】新增支持音视频通话与移动端之间互相转接,连接不中断,尽享流畅体验; - 【截图】QQ截图新升级 办公学习新帮手,长截图、自动马赛克等数十种功能等你来体验。 - - 详细信息如下: - 【音视频】 - - 新增支持音视频通话与移动端互相转接。 - 【好友】 - - 新增支持好友申请时进行分组。 - 【群】 - - 新增支持文件类型群精华转发; - - 新增支持群精华编辑。 - 【截图】 - - 新增支持截图后自动打码; - - 新增支持高亮工具; - - 新增支持水印工具; - - 新增支持直线工具; - - 新增支持截图边框圆角效果; - - 新增支持截图边框阴影效果; - - 新增支持截图后快捷分享。 - 【体验】 - - 新增支持设置发送消息快捷键; - - 优化搜索后返回至消息列表交互; - - 新增支持面板一键收折。 - 【问题修复】 - - 修复举报群精华时图片添加异常问题; - - 修复视频通话时画面显示异常问题; - - 修复音视频消息记录显示异常问题; - - 修复导入的消息记录显示异常问题; - - 修复全屏下截图无法使用工具栏问题; - - 修复其它一些已知BUG。 -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index ec70aa039875d..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.26909 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240808_x86_01.exe - InstallerSha256: 316227C90E99F9DED6687CD046E99189352D43D5CDB4823B95D9ED5FD6E1351C -- Architecture: x64 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240808_x64_01.exe - InstallerSha256: 07D1CB0F57D8A6EC78CD03A5A76D09A79BC306A78C49B0DD6203D875DEE36828 -- Architecture: arm64 - InstallerUrl: https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240808_arm64_01.exe - InstallerSha256: CE7EFBD626EAA9238FA84BA8BA91B422152E8EA3A6C4FCB26810555DE90D2851 -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2024-08-08 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index ff687b53ca569..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.26909 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -PurchaseUrl: https://vip.qq.com/ -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 347558a32ab3b..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.26909/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.26909 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotes: |- - 本次功能主要升级如下: - 【文件】 - - 新增支持拖拽文件至转发窗口进行转发。 - 【群】 - - 新增支持创建群聊时选择分类。 - 【体验】 - - 新增支持右键清屏消息记录; - - 优化长截图拼接体验; - - 优化超级表情播放体验; - - 优化夜间模式体验。 - 【问题修复】 - - 修复临时会话消息显示异常问题; - - 修复搜索聊天记录后无法定位至原文问题; - - 修复其它一些已知BUG。 -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 1f5b5f8c65b5a..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27254 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-08-19 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240819_x86_01.exe - InstallerSha256: ECB78CDACFC33ADD769778F375B793A78566FAB5F93AA196B3777E1B5AB65A18 -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240819_x64_01.exe - InstallerSha256: B1D41BC595814F4F08D9BDCF7B529C4FBD41D7D2D9D48A367817611911DE636D -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240819_arm64_01.exe - InstallerSha256: 61476F00A2CE5245A2F8788B70179BBEB6A45AAFC093A575689C01071FD3CEBC -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index 5daefefef5985..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27254 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index ba1fceadd7c00..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27254 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.yaml deleted file mode 100644 index 0e18b0907d18b..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27254/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27254 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index faa42f6055959..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27333 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-08-22 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240822_x86_01.exe - InstallerSha256: A62FBBA62D80EF8FCE690322A41652D848D991FC98B02BA0241BC10B5C14B5FC -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240822_x64_01.exe - InstallerSha256: AF604FCA48757A5C9269498F30F0DC7FA9FD1BF7566BFDF9923DB02F0330CF6C -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240822_arm64_01.exe - InstallerSha256: AFDD2A63FFF0D672230DC466B715B5380E2F96BB2EB4F2BF5429880FE9C4120B -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index f3da01785699f..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27333 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index e1cc0b2e30941..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27333 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.yaml deleted file mode 100644 index 5e2c5ee341385..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27333/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27333 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 565dce68e0e14..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27391 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-08-26 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x86_01.exe - InstallerSha256: 493332D3581C9D245CDD2F40EB03B8018F310A15FFC27EAB68239E3E71B797F3 -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe - InstallerSha256: 0E7FD77221EC168EB01BF8614DEAF4B159C45A5A88F2C48A4B5D6EDD99F709D8 -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_arm64_01.exe - InstallerSha256: 8C47D7970C3EB3B664898C5A4E653910C0F7E97539926FD3818B8A1F7959B239 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index c7cfee07446f1..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27391 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index eddffe4d5f390..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27391 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.yaml deleted file mode 100644 index 7d106f5350831..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27391/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27391 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 6554b9e39cf9f..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27597 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-09-02 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240902_x86_01.exe - InstallerSha256: 757312DAF31D98F4EAF95537AF9BCE030684CD8617F6F573CA1510BF37FDB070 -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240902_x64_01.exe - InstallerSha256: 4911E1E5CC0CB51E9D78395D95BE1B5CF900E7D413D0870907310E8E0D14C18B -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240902_arm64_01.exe - InstallerSha256: FF5D7A017C0D9A277FFC8856AD549721354013940830072EABB35B0A56E01677 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index c3991b331407a..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27597 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 2ef656f864de9..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27597 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.yaml deleted file mode 100644 index 20ec15e66b3c3..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.27597/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.27597 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 4504903072ede..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28131 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-09-19 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240919_x86_01.exe - InstallerSha256: E903AA3AF88A3341F2344DB554CD76714FD81246CBB59D873EF41853096ABBBF -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240919_x64_01.exe - InstallerSha256: CC470ADDB6BCF2FF1EB8949462046BF54B33AC970FC6ADFCF19E88020489BE63 -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240919_arm64_01.exe - InstallerSha256: DFB2DCEFE48A32C750FA8ED0F16A791E3C7E674FE256D948FC87B8ACB3E5209F -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index b656911c1aa91..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28131 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 7a4592bf317dc..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28131 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.yaml deleted file mode 100644 index 950b3f75bc07b..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28131/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28131 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 045b106906241..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28327 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-09-25 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240925_x86_01.exe - InstallerSha256: 0F472DD8E466951095C3E8DEBEF484628D7BA72C439D62368C04BCE1610049B0 -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240925_x64_01.exe - InstallerSha256: 6DC60F581891A282C6AAE9E873A0B5555BC65EAA4F51D8779934EBD0BDB689A9 -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240925_arm64_01.exe - InstallerSha256: 905151EB89422F282B5F743D42CAF29979D299727EB56D0681F0F5C749580AF4 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index 8faba56a28551..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28327 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 42944171aee10..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28327 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.yaml deleted file mode 100644 index 19979f6edac23..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28327/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28327 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index 0b6fcdb77ef52..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28418 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-09-27 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240927_x86_01.exe - InstallerSha256: 76C11A9FB259E2F4A24BE428735B4DD90545EA5D61E54F5563F5449EB1DE4AA0 -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240927_x64_01.exe - InstallerSha256: 99C9C0DA086A0695A8290A8B2C84A0B6B2694B4EEDD3D6C026A37D7F18B0ED0E -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240927_arm64_01.exe - InstallerSha256: F84F732DB6CB33E57A9EB6485C09AC603EFB6D2357984F92F74F3C870E2ABB8B -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index 5282fae6ee0de..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28418 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index f36351cf11f7a..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28418 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.yaml deleted file mode 100644 index 26bfa6838bd4f..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28418/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28418 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.installer.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.installer.yaml deleted file mode 100644 index cecf361b3cf7a..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28498 -InstallerType: exe -Scope: machine -ElevationRequirement: elevatesSelf -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -Protocols: -- ntqq-notification -- tencent -ReleaseDate: 2024-10-09 -Installers: -- Architecture: x86 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_241009_x86_01.exe - InstallerSha256: 8D27110F54AA03370EEB68A464ECB9EB2B1883BB67035F8FA3875E277C650EAD -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_241009_x64_01.exe - InstallerSha256: 1E9C25E31767F2D790F5C6547D6E66CA735F46A92BA153BBC4652871BBE34D79 -- Architecture: arm64 - InstallerUrl: https://dldir1v6.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_241009_arm64_01.exe - InstallerSha256: C0768E1F3FB2D4F938DB06D419607D27E4007650F7D7EABE37FAB1FF8047F7F3 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.locale.en-US.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.locale.en-US.yaml deleted file mode 100644 index f56848018607b..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.locale.en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28498 -PackageLocale: en-US -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: Proprietary -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: An instant messaging tool that gives you the best way to keep in touch with your friends and family -Description: Tencent QQ is an instant messaging software used by 800 million people. You can not only chat and make friends through QQ on various devices, but also make free video and voice calls, and send and receive important files anytime, anywhere. -Moniker: qqnt -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- send -- share -- talk -- voice -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: Help - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.locale.zh-CN.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.locale.zh-CN.yaml deleted file mode 100644 index 4039d63d817f2..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28498 -PackageLocale: zh-CN -Publisher: Tencent -PublisherUrl: https://im.qq.com/ -PublisherSupportUrl: https://support.qq.com/products/36086 -PrivacyUrl: https://docs.qq.com/doc/p/74d994d528f8255e6c8e39d10932aaa7cf7cb467?dver=2.1.27262305 -Author: 深圳市腾讯计算机系统有限公司 -PackageName: QQ -PackageUrl: https://im.qq.com/pcqq/index.shtml -License: 专有软件 -LicenseUrl: https://rule.tencent.com/rule/46a15f24-e42c-4cb6-a308-2347139b1201 -Copyright: Copyright © 1999-2024 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 一款能让你与你的朋友和家人保持联系的即时通讯工具 -Description: 腾讯 QQ,8 亿人在用的即时通讯软件。你不仅可以在各类通讯终端上通过 QQ 聊天交友,还能进行免费的视频、语音通话,或者随时随地收发重要文件。 -# Moniker: -Tags: -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 朋友 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -# ReleaseNotes: -ReleaseNotesUrl: https://im.qq.com/pcqq/support.html -PurchaseUrl: https://vip.qq.com/ -# InstallationNotes: -Documentations: -- DocumentLabel: 使用帮助 - DocumentUrl: https://kf.qq.com/product/QQ.html -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.yaml b/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.yaml deleted file mode 100644 index e290b1fceb389..0000000000000 --- a/manifests/t/Tencent/QQ/NT/9.9.15.28498/Tencent.QQ.NT.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-5.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Tencent.QQ.NT -PackageVersion: 9.9.15.28498 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.installer.yaml deleted file mode 100644 index 3e161fbf6e886..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.53 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- xweixin -ProductCode: Weixin -Installers: -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.10.exe - InstallerSha256: EF1130EF1A07092F7606089D4052393D1E26B1CD7EE74A82AAB74CAB6F487BFF -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.en-US.yaml deleted file mode 100644 index 2e682801faec4..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.53 -PackageLocale: en-US -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/en/ -PublisherSupportUrl: https://help.wechat.com/oshelpcenter -PrivacyUrl: https://www.wechat.com/en/privacy_policy.html -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: WeChat -PackageUrl: https://windows.weixin.qq.com/?lang=en_US -License: Freeware -LicenseUrl: https://www.wechat.com/en/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: Connecting a billion people with calls, chats and more -Description: Connecting over a billion people around the world, WeChat is a free messaging and calling app available on iOS, Android, Windows, and MacOS. Enjoy group chats that support voice and video calls, photos, videos, and stickers. -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- mini-programs -- moments -- send -- share -- talk -- voice -ReleaseNotesUrl: https://blog.wechat.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml deleted file mode 100644 index 26f1ec61aa71d..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.53 -PackageLocale: zh-Hans-CN -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://weixin.qq.com/ -PrivacyUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.zh-Hans.yaml deleted file mode 100644 index 72a4e994bf9f1..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.53/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.53 -PackageLocale: zh-Hans -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/zh_CN/ -PrivacyUrl: https://www.wechat.com/zh_CN/privacy_policy.html -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://www.wechat.com/zh_CN/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.installer.yaml deleted file mode 100644 index 025eb9586374c..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.5.30 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- xweixin -ProductCode: Weixin -Installers: -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.5.exe - InstallerSha256: 30BB50ED72FFCABFADA508337AEE16F20721A3D5911A9D4F49CD12398F8B46E1 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.en-US.yaml deleted file mode 100644 index 9cfe12e8c61e7..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.5.30 -PackageLocale: en-US -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/en/ -PublisherSupportUrl: https://help.wechat.com/oshelpcenter -PrivacyUrl: https://www.wechat.com/en/privacy_policy.html -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: WeChat -PackageUrl: https://windows.weixin.qq.com/?lang=en_US -License: Freeware -LicenseUrl: https://www.wechat.com/en/service_terms.html -Copyright: Copyright © 2011-2025 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: Connecting a billion people with calls, chats and more -Description: Connecting over a billion people around the world, WeChat is a free messaging and calling app available on iOS, Android, Windows, and MacOS. Enjoy group chats that support voice and video calls, photos, videos, and stickers. -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- mini-programs -- moments -- send -- share -- talk -- voice -ReleaseNotesUrl: https://blog.wechat.com/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml deleted file mode 100644 index b3746c2f82e08..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.5.30 -PackageLocale: zh-Hans-CN -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://weixin.qq.com/ -PrivacyUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default -Copyright: Copyright © 2011-2025 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.zh-Hans.yaml deleted file mode 100644 index a59441b2d7713..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.5.30/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.5.30 -PackageLocale: zh-Hans -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/zh_CN/ -PrivacyUrl: https://www.wechat.com/zh_CN/privacy_policy.html -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://www.wechat.com/zh_CN/service_terms.html -Copyright: Copyright © 2011-2025 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.installer.yaml deleted file mode 100644 index 3374d420661c6..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.6.46 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- xweixin -ProductCode: Weixin -Installers: -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.6.exe - InstallerSha256: 30BCFD5831F08CAE1ECBDCB04189C9FD5685995236633A9A7E32E2B160DF8DED -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.en-US.yaml deleted file mode 100644 index 93ac5081da57e..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.6.46 -PackageLocale: en-US -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/en/ -PublisherSupportUrl: https://help.wechat.com/oshelpcenter -PrivacyUrl: https://www.wechat.com/en/privacy_policy.html -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: WeChat -PackageUrl: https://windows.weixin.qq.com/?lang=en_US -License: Freeware -LicenseUrl: https://www.wechat.com/en/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: Connecting a billion people with calls, chats and more -Description: Connecting over a billion people around the world, WeChat is a free messaging and calling app available on iOS, Android, Windows, and MacOS. Enjoy group chats that support voice and video calls, photos, videos, and stickers. -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- mini-programs -- moments -- send -- share -- talk -- voice -ReleaseNotesUrl: https://blog.wechat.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml deleted file mode 100644 index 91d3e86dc1ab3..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.6.46 -PackageLocale: zh-Hans-CN -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://weixin.qq.com/ -PrivacyUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.zh-Hans.yaml deleted file mode 100644 index 09b73e671241c..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.6.46/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.6.46 -PackageLocale: zh-Hans -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/zh_CN/ -PrivacyUrl: https://www.wechat.com/zh_CN/privacy_policy.html -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://www.wechat.com/zh_CN/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.installer.yaml deleted file mode 100644 index 9cdeafa97b1d9..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.7.1000 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- xweixin -ProductCode: Weixin -Installers: -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.7.exe - InstallerSha256: 00A96C6C67F02D8E37E52114844232FA755CCF638377F766DFF09B9014CA098A -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.en-US.yaml deleted file mode 100644 index 61db28797b2b6..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.7.1000 -PackageLocale: en-US -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/en/ -PublisherSupportUrl: https://help.wechat.com/oshelpcenter -PrivacyUrl: https://www.wechat.com/en/privacy_policy.html -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: WeChat -PackageUrl: https://windows.weixin.qq.com/?lang=en_US -License: Freeware -LicenseUrl: https://www.wechat.com/en/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: Connecting a billion people with calls, chats and more -Description: Connecting over a billion people around the world, WeChat is a free messaging and calling app available on iOS, Android, Windows, and MacOS. Enjoy group chats that support voice and video calls, photos, videos, and stickers. -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- mini-programs -- moments -- send -- share -- talk -- voice -ReleaseNotesUrl: https://blog.wechat.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml deleted file mode 100644 index 7df01947fccdf..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.7.1000 -PackageLocale: zh-Hans-CN -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://weixin.qq.com/ -PrivacyUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.zh-Hans.yaml deleted file mode 100644 index 2cc1210c7ca21..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.7.1000/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.7.1000 -PackageLocale: zh-Hans -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/zh_CN/ -PrivacyUrl: https://www.wechat.com/zh_CN/privacy_policy.html -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://www.wechat.com/zh_CN/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.installer.yaml deleted file mode 100644 index e1c1afb99a144..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.8.107 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- xweixin -ProductCode: Weixin -Installers: -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.8.exe - InstallerSha256: B79AA3FDFD208D64F38FCC354684F9AF213C05993C6F603521F2813930362B90 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.en-US.yaml deleted file mode 100644 index 3402b8f1a3d44..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.8.107 -PackageLocale: en-US -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/en/ -PublisherSupportUrl: https://help.wechat.com/oshelpcenter -PrivacyUrl: https://www.wechat.com/en/privacy_policy.html -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: WeChat -PackageUrl: https://windows.weixin.qq.com/?lang=en_US -License: Freeware -LicenseUrl: https://www.wechat.com/en/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: Connecting a billion people with calls, chats and more -Description: Connecting over a billion people around the world, WeChat is a free messaging and calling app available on iOS, Android, Windows, and MacOS. Enjoy group chats that support voice and video calls, photos, videos, and stickers. -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- mini-programs -- moments -- send -- share -- talk -- voice -ReleaseNotesUrl: https://blog.wechat.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml deleted file mode 100644 index 975278721514c..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.8.107 -PackageLocale: zh-Hans-CN -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://weixin.qq.com/ -PrivacyUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.zh-Hans.yaml deleted file mode 100644 index 874e560a92884..0000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.8.107/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.8.107 -PackageLocale: zh-Hans -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/zh_CN/ -PrivacyUrl: https://www.wechat.com/zh_CN/privacy_policy.html -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://www.wechat.com/zh_CN/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.installer.yaml b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.installer.yaml new file mode 100644 index 0000000000000..ff0bc4693ba6a --- /dev/null +++ b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.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: TheBlind.T-Shell +PackageVersion: 2.0.4 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{46802CC8-2D06-4E80-BC71-1859DADDCAA7}' +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{81F54A6E-8085-5AC8-B08C-76488B54E4DF}' +Installers: +- Architecture: x64 + InstallerUrl: https://gitee.com/The-Blind/t-shell-store/releases/download/v2.0.4/T-Shell_2.0.4_x64_en-US.msi + InstallerSha256: 337A90CB48D1107F237805B2CDD461427323FF514BDEB4DFC4AC612AF0E30893 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.locale.en-US.yaml b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.locale.en-US.yaml new file mode 100644 index 0000000000000..b0c5aff7e9b05 --- /dev/null +++ b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TheBlind.T-Shell +PackageVersion: 2.0.4 +PackageLocale: en-US +Publisher: theBlind +PublisherUrl: https://www.tshell.online/ +PublisherSupportUrl: https://txc.qq.com/products/627317/ +PackageName: T-Shell +PackageUrl: https://www.tshell.online/ +License: Freeware +ShortDescription: A simple, easy-to-use SSH terminal tool +Description: |- + T-Shell (TheBlindShell) is a configurable command-prompt terminal emulator and SSH client, currently only supported for Windows. + - Integrate SSH + - Native operation (under design) + - Customizable themes and color schemes (under design) + - Shortcut command prompts: Write once, run everywhere. + - Support for Linux terminals such as bash and zsh. + - Chinese language support + - Support SFTP +Tags: +- china +- console +- download +- file +- prc +- remote +- server +- shell +- ssh +- terminal +- transfer +- upload +ReleaseNotesUrl: https://gitee.com/The-Blind/t-shell-store/releases/tag/v2.0.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://doc.tshell.online/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.locale.zh-CN.yaml b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2e6550929128 --- /dev/null +++ b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TheBlind.T-Shell +PackageVersion: 2.0.4 +PackageLocale: zh-CN +Publisher: theBlind +PublisherUrl: https://www.tshell.online/ +PublisherSupportUrl: https://txc.qq.com/products/627317/ +PackageName: T-Shell +PackageUrl: https://www.tshell.online/ +License: 免费软件 +ShortDescription: 一款简洁,好用的 SSH 终端工具 +Description: |- + T-Shell(TheBlindShell)是一个可配置命令提示的终端模拟器和 SSH 客户端,目前只支持 Windows + - 集成 SSH + - 本机操作(设计中) + - 定制主题和配色方案(设计中) + - 快捷命令提示 一次编写,处处运行 + - 支持 Linux 中的终端如:bash、zsh + - 支持 中文 + - 支持 SFTP +Tags: +- sftp +- shell +- ssh +- 上传 +- 下载 +- 传输 +- 控制台 +- 文件 +- 服务器 +- 终端 +- 远程 +ReleaseNotes: 2.0.4 +ReleaseNotesUrl: https://gitee.com/The-Blind/t-shell-store/releases/tag/v2.0.4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://doc.tshell.online/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.yaml b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.yaml new file mode 100644 index 0000000000000..12e0bf6d7a0b2 --- /dev/null +++ b/manifests/t/TheBlind/T-Shell/2.0.4/TheBlind.T-Shell.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: TheBlind.T-Shell +PackageVersion: 2.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.installer.yaml b/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.installer.yaml new file mode 100644 index 0000000000000..90ac73783bd94 --- /dev/null +++ b/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.installer.yaml @@ -0,0 +1,17 @@ +# 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: TragicCode.BuslyCLI +PackageVersion: 0.64.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: busly.exe +ReleaseDate: 2026-09-08 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TraGicCode/busly-cli/releases/download/v0.64.24/busly-cli-v0.64.24-win-x64.zip + InstallerSha256: 3A21FF0D60CA5A53B0F36439FE63E1C8BAED4571BB97D7009ED4FD027FA0C7BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.locale.en-US.yaml b/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f990c9d167e05 --- /dev/null +++ b/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.locale.en-US.yaml @@ -0,0 +1,30 @@ +# 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: TragicCode.BuslyCLI +PackageVersion: 0.64.24 +PackageLocale: en-US +Publisher: TragicCode +PublisherUrl: https://github.com/TraGicCode +PublisherSupportUrl: https://github.com/TraGicCode/busly-cli/issues +PackageName: Busly CLI +PackageUrl: https://github.com/TraGicCode/busly-cli +License: Apache-2.0 +LicenseUrl: https://github.com/TraGicCode/busly-cli/blob/HEAD/LICENSE +ShortDescription: The Unofficial CLI for NServiceBus +Tags: +- nservicebus +ReleaseNotes: |- + Changelog + All notable changes to this project will be documented in this file. + The format is based on Keep a Changelog and this project adheres to Semantic Versioning. + v0.64.24 - 2026-09-08 + Full Changelog + Fixed + - Bump the testcontainers group with 6 updates #503 (dependabot) + - Bump NServiceBus from 10.2.8 to 10.2.9 #495 (dependabot) + - Bump browserslist from 4.28.6 to 4.28.8 in /website #494 (dependabot) + - Bump fast-uri from 3.1.5 to 3.1.7 in /website #493 (dependabot) +ReleaseNotesUrl: https://github.com/TraGicCode/busly-cli/releases/tag/v0.64.24 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.yaml b/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.yaml new file mode 100644 index 0000000000000..6779e92909364 --- /dev/null +++ b/manifests/t/TragicCode/BuslyCLI/0.64.24/TragicCode.BuslyCLI.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: TragicCode.BuslyCLI +PackageVersion: 0.64.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.installer.yaml b/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.installer.yaml new file mode 100644 index 0000000000000..5b15186f2528b --- /dev/null +++ b/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.installer.yaml @@ -0,0 +1,23 @@ +# 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: UmageAI.CodeShellManager +PackageVersion: 0.8.0 +InstallerLocale: en-US +MinimumOSVersion: 10.0.18362.0 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{91D6721E-ABF7-4E17-AB99-C8BF7E35DFC6}' +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- ProductCode: '{91D6721E-ABF7-4E17-AB99-C8BF7E35DFC6}' + UpgradeCode: '{3F7A9B1C-2D5E-4F8A-B0C3-6E1D9A4F2B7E}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/umage/CodeShellManager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/umage-ai/CodeShellManager/releases/download/v0.8.0/CodeShellManager-0.8.0-Setup.msi + InstallerSha256: 2BC8D41952C810BA9C2FD76FED06B8C35CE0AED3E3F0148F4C921E198B2BB753 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.locale.en-US.yaml b/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.locale.en-US.yaml new file mode 100644 index 0000000000000..cad18e5c00ca8 --- /dev/null +++ b/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.locale.en-US.yaml @@ -0,0 +1,95 @@ +# 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: UmageAI.CodeShellManager +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: umage.ai +PublisherUrl: https://umage.ai/ +PublisherSupportUrl: https://github.com/umage-ai/CodeShellManager/issues +PackageName: CodeShellManager +PackageUrl: https://github.com/umage-ai/CodeShellManager +License: MIT +LicenseUrl: https://github.com/umage-ai/CodeShellManager/blob/HEAD/LICENSE +ShortDescription: A Windows desktop app for running multiple AI coding agents side-by-side in a tabbed and grid-layout terminal host. +Description: CodeShellManager is a WPF desktop application that hosts multiple pseudo-terminal sessions in a configurable grid layout. It is built for managing many parallel CLI tool sessions — Claude Code, Codex, GitHub Copilot, ssh remotes, or any shell — with full-text search across every session's output, alert detection when an agent is waiting for input, per-session git status, sleep/wake to park sessions without losing them, and full session persistence across restarts. +Tags: +- claude +- cli +- conpty +- copilot +- developer-tools +- pseudo-terminal +- terminal +- xterm +ReleaseNotes: |- + ⚠️ Security — please upgrade from v0.7.0 + v0.8.0 fixes a command-injection vulnerability present in v0.7.0. + When a session's working folder was inside WSL, CodeShellManager ran git through + wsl.exe … -- git …. The -- form passes the command line to the distro's default login + shell, so shell metacharacters in values CSM did not control were executed rather than + treated as text. + Two ways to reach it: + - Opening a hostile repository. Git branch names legally contain $, `, (, ), + ;, & and |. Creating a worktree from such a branch executed its contents inside the + distro. Reproduced end to end: a branch named evil$(id > /tmp/PWNED)x created the file. + - A directory name. The git status poll runs on a timer with no user action, so a folder + named proj$(…) was enough. + Also fixed in the same class: the ssh remote folder, host and user fields — all read from + state.json, which ImportExportService will load from any file you open — could inject + extra ssh options. -oProxyCommand= runs locally, so that one didn't even need a + remote host. + And dropped files: a drag payload could contain a newline, and a newline written to a + terminal is Enter. A single drop could run a command with no keystroke. + Every git and ssh command line is now built as an argument array rather than by string + concatenation, and wsl.exe is invoked with -e, never --. If you are on v0.7.0, upgrade. + Typing no longer freezes with many sessions + If you run a lot of sessions, typing could stop echoing for seconds and then arrive all at + once. Traced at 47 sessions: the UI thread was blocked 42 times, worst case 28.5 seconds. + The cause was not terminal output, which is what everyone assumed. git was being launched + on the UI thread — roughly 94 process creations every 10 seconds. And it was nearly all + overhead: git --version, which touches no repository at all, costs 42ms against + git branch --show-current at 41ms. The work was free; the process launching was the bill. + - The git pipeline now runs off the UI thread entirely + - A .git watcher replaces most polling — branch changes appear faster than before, not slower + - Sessions you are not looking at back off from 10s to 120s + - Sidebar rows repaint once per change instead of three times per poll + WSL sessions + First-class WSL sessions alongside Local and SSH. Pick a distro, optionally a user and a + working folder, and CSM launches a shell inside it with the same session management, git + status, run commands and worktree support as a local session. + Shell integration (OSC 9001) + Programs running in a CSM terminal can push state to the UI: + printf '\e]9001;color=#a6e3a1;git-branch=feat/foo;git-dirty=1;title=my-repo\e\\' + Sets the session accent colour, the sidebar git label and the session title. Full integrator + reference with bash, PowerShell, Python, Node, Rust and Go snippets in + docs/shell-integration.md. + All values are treated as untrusted — length-capped, control characters stripped. + Startup and shutdown you can actually see + - A determinate restore bar with a 7 / 25 counter, because a 25-session restore takes ~131s + and an indeterminate spinner reads the same at session 2 as at session 22 + - The shutdown overlay is now visible. It was being composited behind every terminal pane + — WebView2 is an HwndHost, and native child windows draw on top of WPF regardless of + ZIndex. All you saw was a stray line between panes + - Sessions are named and ticked off as they close, and force-disposed ones are marked, not + hidden + Also + - Edit any session's configuration after creation — folder, command, appearance, SSH and WSL + fields — through the same dialog used to create it + - state.json is written atomically with a backup, and recovers from it + - Clicking or typing in a pane makes it the active session + - Shutdown no longer force-disposes healthy sessions; the budget was sized from idle sessions + and busy ones need 2.3–4.7s each + Under the hood + - The solution builds at zero warnings for the first time + - 597 unit tests, up from 314 — and CI now actually runs them, which it never did before + - Hostile inputs are round-tripped through the real Win32 CommandLineToArgvW and a real + /bin/sh, rather than compared against strings we wrote + Install + winget install UmageAI.CodeShellManager + choco install codeshellmanager + Or the signed MSI below. Windows 10 (1903+) or Windows 11; WebView2 runtime required + (pre-installed on Windows 11). +ReleaseNotesUrl: https://github.com/umage-ai/CodeShellManager/releases/tag/v0.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.yaml b/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.yaml new file mode 100644 index 0000000000000..5d2bff1ecb7ee --- /dev/null +++ b/manifests/u/UmageAI/CodeShellManager/0.8.0/UmageAI.CodeShellManager.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: UmageAI.CodeShellManager +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.installer.yaml b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.installer.yaml new file mode 100644 index 0000000000000..d2aae6b9ef900 --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: UnslothAI.Unsloth +PackageVersion: 0.1.807-beta +InstallerType: nullsoft +Scope: user +Protocols: +- unsloth +ProductCode: Unsloth Studio (Desktop) +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/unslothai/unsloth/releases/download/v0.1.807-beta/Unsloth-Desktop-Windows.exe + InstallerSha256: 008DFCF25BB5FD728283E2BDBB538553A970EC311104ED8598FAEDA52002E26A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.locale.en-US.yaml b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.locale.en-US.yaml new file mode 100644 index 0000000000000..a3d7e86f371b4 --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: UnslothAI.Unsloth +PackageVersion: 0.1.807-beta +PackageLocale: en-US +Publisher: Unsloth AI +PublisherUrl: https://unsloth.ai/ +PublisherSupportUrl: https://github.com/unslothai/unsloth/issues +Author: Unsloth AI +PackageName: Unsloth +PackageUrl: https://unsloth.ai/download/windows +License: Apache-2.0 +LicenseUrl: https://github.com/unslothai/unsloth/blob/HEAD/LICENSE +Copyright: Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. +ShortDescription: The first desktop app to run and train AI models locally. +Description: Unsloth Desktop is the first desktop app to run and train AI models locally, with research, export and deployment from the same open-source app on Windows, macOS and Linux. Run and train LLMs and diffusion models including Kimi K3, MiniMax-H3, Gemma 4, Qwen3.8 and DeepSeek-V4 Flash 0731, with self-healing tool calling, sandboxed code execution, private web search, Deep Research, RAG, MCP and an OpenAI-compatible API. +Tags: +- ai +- deep-learning +- diffusion +- fine-tuning +- large-language-model +- llm +- machine-learning +ReleaseNotes: |- + This is a large performance and reliability + bug fix release for Unsloth + Highlights + - AMD uses Vulkan by default - 20% perf boost for prefill, decoding vs ROCM + - Windows llama-server.exe is now signed, reducing false positives for SAC + - AMD gibberish issues in Strix, iGPUs fixed in (upstream - reported to AMD) + - Over 200+ bug fixes, 50% smaller binaries and performance improvements + - Updated PyTorch to 2.11 from 2.10 - 2.14 will be soon. MLX improvements + - Default to gpt-6-astra for Codex logins and improve OpenAI API processing + - MLX fixed when self healing / updating, causing slowdowns for inf + training + - Fix AppImage being very laggy. Fixed RAG upload issues stuck at 28% and API issues + - New Docker image published at https://hub.docker.com/r/unsloth/unsloth for Studio and notebooks + AMD + Windows + - Strix Halo and Strix Point now default to Vulkan for faster inference. + - Up to 23% faster prompt processing and 8% faster generation on Strix Halo. + - AMD iGPUs without ROCm now use Vulkan instead of CPU on Linux. + - Windows llama.cpp binaries are now signed to reduce Smart App Control blocks. + - Windows now clearly explains when code integrity blocks model loading. + - Reinstalling Unsloth on Windows keeps your supported PyTorch version. + MLX + Apple Silicon + - Gated-delta models now train up to 25% faster on Apple Silicon. + - Quantized MLX KV caches use up to 74% less prompt memory than before. + - Fresh Mac installs keep MLX training and exports working. + - Fine-tune with DoRA and more DPO loss types on Apple Silicon. + - Batched MLX generation now streams and samples each chat independently. + - More multimodal models can be fine-tuned using text-only datasets. + Studio + API + - RAG and document uploads are faster, show clearer progress and no longer appear stuck. + - Studio menus, Find and Settings now open more smoothly. + - GPT-6 Astra is available for Codex logins with Low through Max reasoning controls. + - Improved OpenAI-compatible API streaming, audio input and model loading. + - AppImage builds are more reliable with a pinned release toolchain. + Installs + Docker + - PyTorch 2.11 is now the default across supported installers. + - New NVIDIA Docker images for training and Studio, from Turing to Blackwell. + - Native AMD64 and ARM64 images are available from Docker Hub. + - The Unsloth Python package is now 44% smaller. + Docker: https://hub.docker.com/r/unsloth/unsloth +ReleaseNotesUrl: https://github.com/unslothai/unsloth/releases/tag/v0.1.807-beta +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.locale.zh-CN.yaml b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ac10055c43e6b --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.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: UnslothAI.Unsloth +PackageVersion: 0.1.807-beta +PackageLocale: zh-CN +ShortDescription: 第一款在本地运行和训练 AI 模型的桌面应用。 +Description: Unsloth Desktop 是第一款在本地运行和训练 AI 模型的桌面应用,可在 Windows、macOS 和 Linux 上完成研究、导出与部署。支持运行和微调 Kimi K3、MiniMax-H3、Gemma 4、Qwen3.8、DeepSeek-V4 Flash 0731 等 LLM 与扩散模型,并提供自愈工具调用、沙盒代码执行、私有网页搜索、Deep Research、RAG、MCP 以及 OpenAI 兼容 API。 +Tags: +- 人工智能 +- 大模型 +- 大语言模型 +- 微调 +- 扩散模型 +- 机器学习 +- 深度学习 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.yaml b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.yaml new file mode 100644 index 0000000000000..d80f6359868fb --- /dev/null +++ b/manifests/u/UnslothAI/Unsloth/0.1.807-beta/UnslothAI.Unsloth.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: UnslothAI.Unsloth +PackageVersion: 0.1.807-beta +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.installer.yaml b/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.installer.yaml new file mode 100644 index 0000000000000..93f7839217014 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.31.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: VisiGrid-windows-x64\visigrid.exe + PortableCommandAlias: visigrid +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VisiGrid/VisiGrid/releases/download/v0.31.0/VisiGrid-windows-x64.zip + InstallerSha256: 32AAD90260BA3C887696154CC2352E16085524BE8BC9FABA254E667252E21B1A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.locale.en-US.yaml b/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.locale.en-US.yaml new file mode 100644 index 0000000000000..8be9dd560d29b --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.31.0 +PackageLocale: en-US +Publisher: VisiGrid +PublisherUrl: https://visigrid.app +PublisherSupportUrl: https://github.com/VisiGrid/VisiGrid/issues +PackageName: VisiGrid +PackageUrl: https://visigrid.app +License: AGPL-3.0 +LicenseUrl: https://github.com/VisiGrid/VisiGrid/blob/main/LICENSE +ShortDescription: A fast, local-first spreadsheet for serious data work. +Description: |- + VisiGrid is a native, GPU-accelerated spreadsheet built for keyboard-first workflows. + Features include 97 formula functions, vim mode, keyboard hints, Lua scripting, + and full offline capability with no cloud lock-in. +Tags: +- spreadsheet +- csv +- excel +- data +- productivity +- keyboard +ReleaseNotesUrl: https://github.com/VisiGrid/VisiGrid/releases/tag/v0.31.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.yaml b/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.yaml new file mode 100644 index 0000000000000..74f501f05546d --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.31.0/VisiGrid.VisiGrid.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: VisiGrid.VisiGrid +PackageVersion: 0.31.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.installer.yaml b/manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.installer.yaml similarity index 85% rename from manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.installer.yaml rename to manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.installer.yaml index 00ee020a7358b..fdc4c5647dde8 100644 --- a/manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.installer.yaml +++ b/manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Vita3K.Vita3K -PackageVersion: 0.2.1.4092 +PackageVersion: 0.2.1.4093 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: @@ -23,6 +23,6 @@ ArchiveBinariesDependOnPath: true Installers: - Architecture: x64 InstallerUrl: https://github.com/Vita3K/Vita3K/releases/download/continuous/windows-latest.zip - InstallerSha256: 69CEFD81C3DBFAE13E401BEABF75C8410379C710EBC43C2C5DD1FD89FB38EFDE + InstallerSha256: BB6796B0D853F5635C2E75791DE22B39A621A9F807388C2B7C01CC78FC506CE5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.locale.en.yaml b/manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.locale.en.yaml similarity index 97% rename from manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.locale.en.yaml rename to manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.locale.en.yaml index 6f0c9dfe79d5a..45fa3759096cc 100644 --- a/manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.locale.en.yaml +++ b/manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.locale.en.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Vita3K.Vita3K -PackageVersion: 0.2.1.4092 +PackageVersion: 0.2.1.4093 PackageLocale: en Publisher: Vita3K PublisherUrl: https://github.com/Vita3K diff --git a/manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.yaml b/manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.yaml similarity index 89% rename from manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.yaml rename to manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.yaml index e56da978e8084..9b86598f48667 100644 --- a/manifests/v/Vita3K/Vita3K/0.2.1.4092/Vita3K.Vita3K.yaml +++ b/manifests/v/Vita3K/Vita3K/0.2.1.4093/Vita3K.Vita3K.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Vita3K.Vita3K -PackageVersion: 0.2.1.4092 +PackageVersion: 0.2.1.4093 DefaultLocale: en ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.installer.yaml b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.installer.yaml new file mode 100644 index 0000000000000..16839538bf462 --- /dev/null +++ b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.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: VoltKraft.ImmichFolderWatch +PackageVersion: 2.8.2 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{CE9CB73C-E93D-410A-A1D3-27F2E47FDA07}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VoltKraft/immich-folder-watch/releases/download/v2.8.2/immich-folder-watch-2.8.2-win-x64.msi + InstallerSha256: DFE2BBD80F4DF0853D5DACFD7DB535264231CB945A966784A2CA1BBB5E99886F +- Architecture: arm64 + InstallerUrl: https://github.com/VoltKraft/immich-folder-watch/releases/download/v2.8.2/immich-folder-watch-2.8.2-win-arm64.msi + InstallerSha256: B0F4CEA791E44DF41D7E7C1965CB27E640EA3B4F12E6D0AEFBD3129DBDBBEDB9 + ProductCode: '{E03D3915-208A-4195-9152-2727634C5CA9}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.locale.en-US.yaml b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.locale.en-US.yaml new file mode 100644 index 0000000000000..85586824e76ac --- /dev/null +++ b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VoltKraft.ImmichFolderWatch +PackageVersion: 2.8.2 +PackageLocale: en-US +Publisher: VoltKraft +PublisherUrl: https://github.com/VoltKraft +PublisherSupportUrl: https://github.com/VoltKraft/immich-folder-watch/issues +PackageName: Immich Folder Watch +PackageUrl: https://github.com/VoltKraft/immich-folder-watch +License: AGPL-3.0 +ShortDescription: A folder watcher and uploader for Immich that ingests new media files via the Immich HTTP API, built for automated, real-time media import on Windows and Linux. +Moniker: immich-folder-watch +Tags: +- immich +- immich-api +ReleaseNotesUrl: https://github.com/VoltKraft/immich-folder-watch/releases/tag/v2.8.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.yaml b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.yaml new file mode 100644 index 0000000000000..73fe86a5ea975 --- /dev/null +++ b/manifests/v/VoltKraft/ImmichFolderWatch/2.8.2/VoltKraft.ImmichFolderWatch.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: VoltKraft.ImmichFolderWatch +PackageVersion: 2.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.installer.yaml b/manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.installer.yaml similarity index 81% rename from manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.installer.yaml rename to manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.installer.yaml index 94c67c95a692d..9c67258d647b3 100644 --- a/manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.installer.yaml +++ b/manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VovSoft.SpeechToSubtitleConverter -PackageVersion: 2.3.0.0 +PackageVersion: 2.4.0.0 InstallerLocale: en-US Installers: - Architecture: x64 InstallerType: inno Scope: machine InstallerUrl: https://files.vovsoft.com/speech-to-subtitle-converter.exe - InstallerSha256: 4FECC4BF0ABBD692FEAA48199AB45F0972D667023D20C00C71E219E6C0CD0982 + InstallerSha256: FAA7549A8FC7585C5DFD2852D36AF8F768CA63F7B34ECC8C0CAA3BA49BECE54A InstallModes: - interactive - silent @@ -33,8 +33,8 @@ Installers: - RelativeFilePath: speechtosubtitle.exe PortableCommandAlias: speechtosubtitle InstallerUrl: https://files.vovsoft.com/speech-to-subtitle-converter-portable.zip - InstallerSha256: 7A3F3DF5618156567F1BDEC62662D6E5B66E4213771D76BB254D13DA6D31A040 + InstallerSha256: 13789C22840F00A908BD734AA4C6B093D211448DB02ABD3C758577A84C525338 ArchiveBinariesDependOnPath: true ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-08-22 +ReleaseDate: 2026-09-08 diff --git a/manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.locale.en-US.yaml b/manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.locale.en-US.yaml similarity index 97% rename from manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.locale.en-US.yaml rename to manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.locale.en-US.yaml index fac6d6251a95a..38210b640fc52 100644 --- a/manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.locale.en-US.yaml +++ b/manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VovSoft.SpeechToSubtitleConverter -PackageVersion: 2.3.0.0 +PackageVersion: 2.4.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.yaml b/manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.yaml similarity index 88% rename from manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.yaml rename to manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.yaml index 5d3cba8132376..cd8ba930ccf9c 100644 --- a/manifests/v/VovSoft/SpeechToSubtitleConverter/2.3.0.0/VovSoft.SpeechToSubtitleConverter.yaml +++ b/manifests/v/VovSoft/SpeechToSubtitleConverter/2.4.0.0/VovSoft.SpeechToSubtitleConverter.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VovSoft.SpeechToSubtitleConverter -PackageVersion: 2.3.0.0 +PackageVersion: 2.4.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.installer.yaml b/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.installer.yaml new file mode 100644 index 0000000000000..c93302c3d1592 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.09.08-183032 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msi +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.09.08-183032/wendy-cli-windows-amd64-2026.09.08-183032.msi + InstallerSha256: 0FF47058D3EA8A0DB1D5284461E955D0A8520B68F8503005A95FD3F32F1FE237 + ProductCode: '{78FB4B64-4C12-48FE-A19C-7A8495B57388}' +- Architecture: arm64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.09.08-183032/wendy-cli-windows-arm64-2026.09.08-183032.msi + InstallerSha256: 8CB57724E6008266550F821C3FCB92C88AE1A188950F21A11C9C2FDA07971CB9 + ProductCode: '{D8ED88CA-5252-48AE-B4DD-1967B62E2031}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-08 diff --git a/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.locale.en-US.yaml b/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.locale.en-US.yaml new file mode 100644 index 0000000000000..1020274db39c6 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.09.08-183032 +PackageLocale: en-US +Publisher: Wendy Labs +PublisherUrl: https://github.com/wendylabsinc +PublisherSupportUrl: https://github.com/wendylabsinc/wendy-agent/issues +PackageName: Wendy +PackageUrl: https://github.com/wendylabsinc/wendy-agent +License: Proprietary +ShortDescription: CLI for building and deploying apps to WendyOS edge devices. +Tags: +- cli +- edge-computing +- iot +- developer-tools +ReleaseNotesUrl: https://github.com/wendylabsinc/WendyOS/releases/tag/2026.09.08-183032 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/wendylabsinc/wendy-agent/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.yaml b/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.yaml new file mode 100644 index 0000000000000..198e35cce6725 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.09.08-183032/WendyLabs.Wendy.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: WendyLabs.Wendy +PackageVersion: 2026.09.08-183032 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.installer.yaml b/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.installer.yaml new file mode 100644 index 0000000000000..8427646051e29 --- /dev/null +++ b/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.installer.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xLightsSequencer.xLights +PackageVersion: '2026.17' +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /sp- /verysilent /norestart + SilentWithProgress: /sp- /silent /norestart +UpgradeBehavior: install +ProductCode: xLights_is1 +ReleaseDate: 2026-09-08 +AppsAndFeaturesEntries: +- ProductCode: xLights_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\xLights' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xLightsSequencer/xLights/releases/download/2026.17/xLights64_2026_17.exe + InstallerSha256: F7124330F928482A9EC79AF5C9BF80EC7CEB86194A8BD2C136992CE41A2E5ABE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.locale.en-US.yaml b/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.locale.en-US.yaml new file mode 100644 index 0000000000000..fd607aae176b5 --- /dev/null +++ b/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.locale.en-US.yaml @@ -0,0 +1,87 @@ +# 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: xLightsSequencer.xLights +PackageVersion: '2026.17' +PackageLocale: en-US +Publisher: xLightsSequencer +PublisherUrl: https://github.com/xLightsSequencer/ +PublisherSupportUrl: https://github.com/xLightsSequencer/xLights/issues +PackageName: xLights +PackageUrl: https://github.com/xLightsSequencer/xLights +License: GPL-3.0 +LicenseUrl: https://github.com/xLightsSequencer/xLights/blob/HEAD/License.txt +ShortDescription: xLights is a free and open source program that enables you to design, create and play amazing lighting displays through the use of DMX controllers, E1.31 Ethernet controllers and more. +ReleaseNotes: |- + 2026.17 — September 8, 2026 + Enhancements + - dkulp — Renders on sequences with many models start sooner - preparing the per model render buffers now runs across cores + - dkulp — Setting up a render now happens off the UI thread, so starting one on a large sequence no longer freezes the interface while it is prepared + - dkulp — Large shows start renders faster, most noticeably on slower machines + - dkulp — The render progress dialog opens faster on large sequences + - dkulp — Large speedup rendering the Faces effect on big matrix models + - bulldozer2003 — Matrix faces now support movement, positioning, and scaling controls matching the Pictures effect (direction, X/Y offset, start/end scale, wrap, pixel offsets, vector mode) + - derwin12 — ML stem separation (Drums/Bass/Other/Vocals) now saves each stem as an alternate audio track under Sequence Settings > Audio Tracks, so they survive closing the sequence and don't need reprocessing (#6856) + - derwin12 — Picking a video/picture/other media file outside the show or media folders now also offers "Copy to sequence's imported media folder", which files it under ImportedMedia// instead of the show folder root (#7013) + - scott — Custom Model Wiring view: added a text size slider and a "3D (drag to rotate)" mode using each node's real depth - Cube models, which now also support the Wiring view, use it by default + - scott — The Custom Model Wiring dialog now remembers its size and position + - derwin12 — House Preview's "Keep on Top" setting is now remembered across restarts and reapplied automatically when it's undocked again + - derwin12 — The Presets dialog now shows the count of blank rows alongside its other row counts (#6975) + - scott — Added an MCP (Model Context Protocol) server alongside the existing REST Automation API, so MCP-aware AI tools can drive xLights over the same xFade port (POST /mcp) + - derwin12 — Windows: added a TestHeadlessRenderOptions Lua script that renders the sequence(s) several times with different GPU and hardware decode options and recommends a setting (#7014) + - dkulp — Windows: the preview graphics "Auto" setting now falls back to Vulkan when the machine has no vendor display driver or is on Remote Desktop, where OpenGL cannot be hardware accelerated + - derwin12 — Increased logging around FPP Connect errors, to help diagnose upload and discovery failures (#7024) + - dkulp — Windows: record the graphics adapters, the OpenGL renderer and the Vulkan device in the log and in crash reports, so a machine running the generic Microsoft display driver can be identified + - dkulp — Linux: log the graphics adapters (name, PCI id and kernel driver), which was previously reported on macOS and Windows only + - dkulp — Log each display's refresh rate, the highest rate it offers at its current resolution, and whether it is variable - a sequence asking for more frames per second than the display can present cannot preview at its own rate + Bug Fixes + - dkulp — Playback no longer stalls on a render it triggered - a model that needs re-rendering mid playback is picked up on a later frame + - dkulp — Fix a crash rendering a model group while the layout was being edited + - dkulp — Fix a crash rendering a model group after models were replaced by a base show folder sync + - dkulp — Fix a deadlock renaming a model, or loading model groups, while a render was in progress + - dkulp — Fix a crash from two threads finishing renders at the same time + - dkulp — The Batch Render dialog no longer flashes a progress window while it scans for sequences unless the scan is actually slow + - dkulp — Batch Render no longer crashes when one of the selected sequences cannot be opened - it is skipped and the rest of the batch continues + - dkulp — The Render Progress window stays above xLights without stealing keyboard focus every time the main window is clicked + - AGFazio — Windows: fix xLights hanging when a sequence frame takes longer than the frame interval - most easily hit by creating a 40fps animation sequence and dropping an effect (#7002) + - dkulp — Fix the Ripple effect drawing garbage, or spinning, when its timing trigger Duration is no longer than one frame + - derwin12 — Fix the Bars effect wrapping the first row/column to the wrong color when the buffer size didn't divide evenly by the color count (#6988) + - derwin12 — Fix a possible crash in the Butterfly and Plasma effects when handed a palette with more than eight colors (#6999) + - derwin12 — Fix Windows OS-font Text effects rendering corrupted or broken glyphs on small buffers such as a 35x7 matrix (#6995) + - derwin12 — Fix the Text effect's Color Per Word setting not affecting the render - toggling the checkbox kept serving a stale cached image + - dkulp — A Pictures effect whose image file was missing is picked up again on the next render once the file is put in place, instead of staying red until the sequence is reopened + - dkulp — Fix a crash rendering a Moving Head effect whose colour setting held a partial colour, and no longer crash when a moving head group contains a model that is not a moving head + - derwin12 — Fix an Off effect on a moving head/DMX fixture with a dimmer resetting pan/tilt/color channels to black instead of just turning off the dimmer, which snapped the head out of position (#6990) + - derwin12 — Fix the Moving Head effect's Dimmer/Pathing/Pattern tabs staying disabled after dropping the effect on a fixture group or checking a fixture, and staying enabled after unchecking all fixtures or clicking None + - derwin12 — Fix the missing material on the 3D Moving Head model's head mesh + - derwin12 — Fix switching an effect's Render Style to "Per Preview" on a model group no longer applying the group's configured Default Camera - it was silently staying on 2D + - dkulp — Fix a crash releasing the mouse in the Sketch effect assist panel after the selected path changed mid-drag + - dkulp — macOS: uncompressed (rawvideo) .mov files no longer stop rendering after a few renders on macOS 26.7 ("no decodable frames" / blank video) + - dkulp — macOS: videos with B-frames (most H.264/HEVC .mp4) started two frames late and re-decoded repeatedly for each frame requested past the end of the file + - dkulp — Windows: a hardware decoded video no longer silently drops to software decode whenever the effect starts part way into the file + - dkulp — Fixed a crash rendering a Video effect when the decoder switched mid-file (hardware decode dropping back to software) + - dkulp — Fix a crash generating the preview for a video effect + - derwin12 — Fix Export House Preview Video appearing to hang when the House Preview is undocked with Keep on Top enabled - its window was covering the export dialogs (#7003) + - dkulp — Fixed a crash opening a show folder containing a Poly Line or Multi Point model saved with fewer than two points + - dkulp — A Multi Point model with a single light no longer loads as two lights + - derwin12 — Fix the "model perhaps flipped" warning firing on nearly every two- point model (Single Line, Matrix, Arches, Icicles, etc.) regardless of its actual orientation (#6993) + - derwin12 — Fix deleting a model leaving its submodels behind in any model group it belonged to, showing as invalid entries in the group's model list (#7018) + - derwin12 — A group no longer shows the submodels of a model that has been set to inactive (#7021) + - derwin12 — Face and State definition names can no longer contain commas or other characters that submodel names already disallow, whether typed in or brought in from an imported model file (#7026) + - dkulp — Fix a crash opening the Faces editor on a custom model that has no nodes defined + - dkulp — Fix a crash choosing a background image in the custom model editor when the model's grid is too large to rasterise the image behind it + - dkulp — Fix a crash ticking "Output to lights" in the States or Faces tab on a SuperString model with more than eight colours + - scott — Fix Custom Model Wiring view zoom sometimes flying off-screen or crashing when scrolled out fully, and drifting away from the mouse pointer while zooming on displays with Windows scaling above 100% + - derwin12 — Fix the Layout tab's Background Properties pane getting dragged to zero height and disappearing with no divider left to grab it back, which persisted across restarts; also fix Reset to Defaults not actually restoring it once collapsed (#7008) + - derwin12 — Fix the Layout tab model list losing its chosen column sort order (reverting to name order) after editing various model properties (#6981) + - derwin12 — Fix the Select Effects, Search Effects, and Effect Presets panels having no way to scroll to their controls (and, for Effect Presets, squishing buttons and text illegible) when docked or resized smaller than their contents (#6979) + - derwin12 — Fix the "could not calculate start channels" warning growing tall enough to scroll off screen (#6970) + - dkulp — Fix a crash when toggling a docked pane, loading a perspective or opening a sequence + - derwin12 — Fix the AC Toolbar: hiding it while AC mode is enabled now turns AC mode off instead of leaving normal sequencing controls disabled (#7034) + - heffneil — Check "Set Default" animation duration for validity (#6972) + - AGFazio — Fix importing a group from another show's rgbeffects skipping it (or importing it with the wrong membership) when its models weren't also selected for import (#7012) + - derwin12 — Fix Auto Map import not mapping node-level effects (Dimmer, Pan, Tilt, etc.) on DMX moving-head strings when the model's strand also had its own effects (#7000) + - dkulp — Kulp K16A-B is now two variants, 1.x and 2.x/3.x, as the two board revisions run different FPP string drivers and support different pixel protocols and smart receivers. Existing shows resolve to 1.x; discovery picks the right one from the cape. Uploads now take the string driver from the cape itself, so a mismatched variant no longer writes a config the controller cannot run (#6978) +ReleaseNotesUrl: https://github.com/xLightsSequencer/xLights/releases/tag/2026.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.yaml b/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.yaml new file mode 100644 index 0000000000000..388036fc8c953 --- /dev/null +++ b/manifests/x/xLightsSequencer/xLights/2026.17/xLightsSequencer.xLights.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: xLightsSequencer.xLights +PackageVersion: '2026.17' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.4.29/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.4.29/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..975435762c54d --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.29/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.4.29 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.4.29-win-x64.exe + InstallerSha256: 118E07B37F3999FEAF4F664A50A2762BAA7B1582276B538E26B0B0938D6B7601 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.4.29-win-x64.exe + InstallerSha256: 118E07B37F3999FEAF4F664A50A2762BAA7B1582276B538E26B0B0938D6B7601 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.4.29/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.4.29/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..d499caf4106d7 --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.29/yetone.Alma.locale.en-US.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: yetone.Alma +PackageVersion: 0.4.29 +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 the file explorer header to remain horizontal when the panel is narrow. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.4.29/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.4.29/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b90f98f12c23 --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.29/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.4.29 +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.4.29/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.4.29/yetone.Alma.yaml new file mode 100644 index 0000000000000..a1ed69f357859 --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.29/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.4.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.installer.yaml b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.installer.yaml new file mode 100644 index 0000000000000..ee3f99b8f16b9 --- /dev/null +++ b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.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: ZhipuAI.AutoClaw +PackageVersion: 1.18.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 17c157dc-f11b-59bd-960e-33d7d54a4288 +ReleaseDate: 2026-09-08 +Installers: +- Architecture: x64 + InstallerUrl: https://autoglm.aminer.cn/autoclaw/updates/autoclaw-1.18.2-setup-cn.exe + InstallerSha256: A966731BE1BAED1D1B06BC49D2A822CE59E44A7C2A016A92A00224361C25658B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.locale.en-US.yaml b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..a4128d546b7c6 --- /dev/null +++ b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.locale.en-US.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: ZhipuAI.AutoClaw +PackageVersion: 1.18.2 +PackageLocale: en-US +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +License: Proprietary +ShortDescription: Embed Agent execution capabilities into a single IM entry point. +Description: AutoClaw is an AI assistant tool that supports one-click installation of OpenClaw. Compatible with Windows and macOS, it offers Feishu integration, hot-swappable models, over 50 skills, and AutoGLM browser automation capabilities, enabling even beginners to get started quickly. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.locale.zh-CN.yaml b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0abb9435e5f23 --- /dev/null +++ b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.locale.zh-CN.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: ZhipuAI.AutoClaw +PackageVersion: 1.18.2 +PackageLocale: zh-CN +Publisher: ZhipuAI +PublisherUrl: https://zhipuai.cn/ +PrivacyUrl: https://autoglm.aminer.cn/web/md2html/index.html?md=autoclaw_privacy&favicon=autoglm +Author: 北京智谱华章科技有限公司 +PackageName: AutoClaw +PackageUrl: https://autoglm.zhipuai.cn/autoclaw/ +License: 专有软件 +LicenseUrl: https://autoglm.aminer.cn/web/md2html/index.html?md=autoclaw_agreement&favicon=autoglm +Copyright: © 2026 版权所有 北京智谱华章科技股份有限公司 +CopyrightUrl: https://autoglm.aminer.cn/web/md2html/index.html?md=autoclaw_agreement&favicon=autoglm +ShortDescription: 将 Agent 执行力装进一个 IM 入口 +Description: AutoClaw(澳龙)是一款支持 OpenClaw 一键安装的 AI 助手工具,支持 Windows 与 macOS,提供飞书集成、模型热插拔、50+ 技能与 AutoGLM 浏览器自动化能力,小白也能快速上手。 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.yaml b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.yaml new file mode 100644 index 0000000000000..9c981316eb98d --- /dev/null +++ b/manifests/z/ZhipuAI/AutoClaw/1.18.2/ZhipuAI.AutoClaw.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: ZhipuAI.AutoClaw +PackageVersion: 1.18.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0