diff --git a/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..3832921c6531c --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/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.107 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_x64-setup.exe + InstallerSha256: 420FE1B8F674F85FA271017C2A9BB50159BB5AA23510F2C8A8E0CE477BD4B9E3 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_arm64-setup.exe + InstallerSha256: 4D224E950CDA287E737D6B8E38C9D7C13BBA950B830FC1866C2D8E80509E4C51 + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_x64_en-US.msi + InstallerSha256: C243B35D077306AC915BA7C519797715F216324C211EDABEFA24A421F3AB4A65 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{95461BF1-C385-4A1D-BA35-524364951426}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_arm64_en-US.msi + InstallerSha256: AE98E22B29058CB2D6998F8E376B3CDD9004FBDFBDECB3FFE41056A0EDA77118 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{78BDF110-87A6-4A38-A415-7BA8EEFE4381}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..d9445a8e31f6b --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/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.107 +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.107/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b343e77582e9d --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,93 @@ +# 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.107 +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: |- + Merge + - 合并划词工具栏优化 (#5dd7d0f) + 🐛 Bug 修复 + - drawing: 修复全模型兼容与图片破图 (#0f91243) + - chat: 修复空白对话压缩状态误判 (#494b214) + 🚀 新功能 + - selection-toolbar: 优化显示模式与交互体验 (#ea3f9d1) + - selection-toolbar: 优化触发方式与工具预览 (#4ec0d13) + - updater: 支持更新公告 Markdown 渲染 (#686f012) + - settings: 支持设置页侧栏密度 (#5354d12) + - chat: 增加输入框 Actions 缩放 (#a240170) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.107 +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.107/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..314c4a318876e --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/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.107 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.installer.yaml b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.installer.yaml new file mode 100644 index 0000000000000..74146066e1875 --- /dev/null +++ b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.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: AcoustID.Chromaprint +PackageVersion: 1.6.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: chromaprint-fpcalc-1.6.1-windows-x86_64\fpcalc.exe + PortableCommandAlias: fpcalc +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/acoustid/chromaprint/releases/download/v1.6.1/chromaprint-fpcalc-1.6.1-windows-x86_64.zip + InstallerSha256: 735D6182B38E9F364B84CE6F4CCD682C75E2851DE89735711D6B762D12B92A4E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.locale.en-US.yaml b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.locale.en-US.yaml new file mode 100644 index 0000000000000..99eda1a8e8597 --- /dev/null +++ b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.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: AcoustID.Chromaprint +PackageVersion: 1.6.1 +PackageLocale: en-US +Publisher: AcoustID +PublisherUrl: https://acoustid.org/ +PublisherSupportUrl: https://github.com/acoustid/chromaprint/issues +PackageName: Chromaprint +PackageUrl: https://github.com/acoustid/chromaprint +License: MIT License +LicenseUrl: https://github.com/acoustid/chromaprint/blob/HEAD/LICENSE.md +ShortDescription: C library for generating audio fingerprints used by AcoustID +Moniker: fpcalc +Tags: +- acoustid +- audio +- audio-analysis +- audio-fingerprinting +- audio-processing +- chromaprint +ReleaseNotes: |- + - Fixed a heap buffer overflow when decoding a fingerprint that has extra data after the encoded values. Applications that decode fingerprints from untrusted sources should update. + - Fixed building against FFmpeg 4.x, which had not compiled since the channel layout API changed in 5.1 + - Audio can now be fed in buffers that do not end on a frame boundary; previously a partial frame at the end of a call was dropped + - Fixed an implicit integer conversion warning on LLVM + - Fixed installing to absolute paths + - Build fpcalc against the system FFmpeg in CI +ReleaseNotesUrl: https://github.com/acoustid/chromaprint/releases/tag/v1.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.yaml b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.yaml similarity index 55% rename from manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.yaml rename to manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.yaml index 5b7e5e91a0c6b..bc5d3adfc21e5 100644 --- a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.yaml +++ b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Ocenaudio.Ocenaudio -PackageVersion: 3.20.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AcoustID.Chromaprint +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.installer.yaml b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.installer.yaml new file mode 100644 index 0000000000000..872cf755d25ac --- /dev/null +++ b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.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: AdsPower.AdsPower +PackageVersion: 8.7.23 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- adspowerglobal +ProductCode: db821d47-7b3f-5a6f-afe8-6a107e22d1c8 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://version.adspower.net/software/win32-global/8.7.23/AdsPower-Global-8.7.23-x86.exe + InstallerSha256: 879AC0C3D8616C6607B345C779123C40A03A118BF44708EC70FDF0C70E7473F3 +- Architecture: x64 + InstallerUrl: https://version.adspower.net/software/win64-global/8.7.23/AdsPower-Global-8.7.23-x64.exe + InstallerSha256: 7982B5B2E43567A1AAB10B4E1B0B9CE456E20C42E33A0F9F56D38A2B20097BCF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.locale.en-US.yaml b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.locale.en-US.yaml new file mode 100644 index 0000000000000..aa54908149968 --- /dev/null +++ b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdsPower.AdsPower +PackageVersion: 8.7.23 +PackageLocale: en-US +Publisher: AdsPower +PublisherUrl: https://www.adspower.com/ +PublisherSupportUrl: https://help.adspower.com/ +PrivacyUrl: https://app.adspower.com/privacy +Author: SUNFLOWER TECH PTE. LTD. +PackageName: AdsPower Global +PackageUrl: https://www.adspower.com/download +License: Proprietary +LicenseUrl: https://app.adspower.com/service +Copyright: Copyright© SUNFLOWER TECH PTE. LTD. +CopyrightUrl: https://app.adspower.com/service +ShortDescription: Most Secure Antidetect Browser for Multi-Accounts +Tags: +- browser +- internet +- web +- webpage +ReleaseNotesUrl: https://www.adspower.com/release +PurchaseUrl: https://www.adspower.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.locale.zh-CN.yaml b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6845114736e60 --- /dev/null +++ b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.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: AdsPower.AdsPower +PackageVersion: 8.7.23 +PackageLocale: zh-CN +Publisher: AdsPower +PublisherUrl: https://www.adspower.net/ +PublisherSupportUrl: https://help.adspower.net/ +PrivacyUrl: https://www.adspower.net/privacy-policy +Author: 广州标品软件有限公司 +PackageName: AdsPower Global +PackageUrl: https://www.adspower.net/download +License: 专有软件 +LicenseUrl: https://www.adspower.net/terms-of-use +Copyright: 版权所有© 广州标品软件有限公司 +CopyrightUrl: https://www.adspower.net/terms-of-use +ShortDescription: 让出海多账号管理更安全 +Description: |- + AdsPower 是一款专业的环境管理工具,可为每个平台账号提供独立的指纹浏览器隔离环境,可节省平台账号环境成本,高效管理平台账号,满足多种业务场景需求; + 我们主要有以下几点功能: + - 批量浏览器环境管理 + - 自动设置浏览器独立指纹 + - 打开多个浏览器环境彼此独立 + - 自动化操作,大大提高效率 + - 团队协作功能,支持多用户协作使用 + - 支持设置主流代理网络 +Tags: +- 互联网 +- 浏览器 +- 网页 +ReleaseNotesUrl: https://www.adspower.net/release +PurchaseUrl: https://www.adspower.net/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.yaml b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.yaml similarity index 54% rename from manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.yaml rename to manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.yaml index 5f856c14bfc8d..2233416615022 100644 --- a/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.yaml +++ b/manifests/a/AdsPower/AdsPower/8.7.23/AdsPower.AdsPower.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: payhereinc.PayhereSeller -PackageVersion: 3.4.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdsPower.AdsPower +PackageVersion: 8.7.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..6a13c81c963ca --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.8.0 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.8.0/opencodereview-windows-amd64.exe + InstallerSha256: 6146E9E5BFAEF8E10A532CE252A0578E92C791A728BA501246901F16F3702B42 +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.8.0/opencodereview-windows-arm64.exe + InstallerSha256: 09065B259CFC057E839EF3BB8F599EDCCD8A9D8E9BF87667C6DFB5FFCA0F221C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..0f00b6560e72f --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.8.0 +PackageLocale: en-US +Publisher: Alibaba +PublisherUrl: https://github.com/alibaba +PublisherSupportUrl: https://github.com/alibaba/open-code-review/issues +PackageName: Open Code Review +PackageUrl: https://github.com/alibaba/open-code-review +License: Apache-2.0 +LicenseUrl: https://github.com/alibaba/open-code-review/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba +ShortDescription: The open source AI code review agent. +Description: |- + Open Code Review is an AI-powered code review CLI tool. It originated as Alibaba Group's internal official AI code review assistant — over the past two years, it has served tens of thousands of developers and identified millions of code defects. After thorough validation at massive scale, we incubated it into an open source project for the community. Simply configure a model endpoint to get started. + It reads Git diffs, sends changed files to a configurable LLM via an agent with tool-use capabilities, and generates structured review comments with line-level precision. The agent can read full file contents, search the codebase, inspect other changed files for context, and produce deep reviews — not just surface-level diff feedback. +Tags: +- ai +- code +- review +ReleaseNotes: |- + 🚀 Features + - feat(allowlist): add Bicep (.bicep) support (#525) + - feat(allowlist): add HCL/Terraform (.hcl, .tfvars) support (#524) + - feat(mcp): support remote MCP servers via Streamable HTTP (#360) + - feat(actions): chunk inline comments into bounded batches (#507) + 🐛 Bug Fixes + - fix: align Go module path with actual GitHub repository (#526) + - fix(actions): clarify ambiguous batch review log (#519) + - fix(vscode): support workspace review before first commit (#515) + - fix(vscode): upgrade js-yaml resolution to >=5.2.2 for GHSA DoS (#511) + 🔧 Refactoring + - refactor(examples): extract GitLab CI heredoc into testable post_review.py with unit tests (#539) + - refactor(search): extract shared SearchTrigger button (#514) + - refactor: extract duplicated command palette, heading parser, and copy-toast into shared hooks (#510) + 📖 Documentation + - docs(readme): reorganize coding agent integrations (#512) + Other Changes + - perf(pages): enable code splitting and lazy-load heavy dependencies (#487) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.7.17...v1.8.0 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cd8102f760cf1 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.8.0 +PackageLocale: zh-CN +ShortDescription: 开源的 AI 代码审查智能体。 +Description: |- + Open Code Review 是一款 AI 驱动的代码审查 CLI 工具。它的前身是阿里集团内部官方 AI 代码审查助手,过去两年在内部服务了数万开发者,识别了数百万个代码缺陷。经过大规模充分验证后,我们将其孵化为开源项目,对社区开放。只需配置一个模型端点即可使用。 + 它读取 Git diff,通过具备工具调用能力的 Agent 将变更文件发送至可配置的 LLM,生成具有行级精度的结构化审查意见。Agent 可以读取完整文件内容、搜索代码库、检查其他变更文件以获取上下文,从而进行深度审查——而非仅停留在表面的 diff 反馈。 +Tags: +- 人工智能 +- 代码 +- 审查 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.yaml b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.yaml similarity index 54% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.yaml rename to manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.yaml index 827e939320a5c..3b93319a98ad6 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.yaml +++ b/manifests/a/Alibaba/OpenCodeReview/1.8.0/Alibaba.OpenCodeReview.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml index 0ca1b8aad1ff6..fe56af7588b9a 100644 --- a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml +++ b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{943D6004-554E-4B49-A1D5-52F999A1B3C9}_is1' -ReleaseDate: 2026-07-26 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.18.2/QoderUserSetup-x64.exe - InstallerSha256: 1C3B0B9CCABE9D41EAFA5EC241A1308B80AF71823255349C5F0CCEB5834B4A08 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.19.1/QoderUserSetup-x64.exe + InstallerSha256: D753B78B97C943B8D2BA55F0540BD0AF9B7DEA31E57113AD3653E85BB7D53C76 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..1e686df5082b4 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.12.30 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2026-07-21 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/63a2996a10d9e476b6c28e951dd7691d9c0cf480/win32/x64/user-setup/CursorUserSetup-x64-3.12.30.exe + InstallerSha256: 8FF252FAE50D7272B4AEC6708B791450F9B6DE5AEF10F5116BE53EEEF16315AD + ProductCode: '{DADADADA-ADAD-ADAD-ADAD-ADADADADADAD}}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/63a2996a10d9e476b6c28e951dd7691d9c0cf480/win32/x64/system-setup/CursorSetup-x64-3.12.30.exe + InstallerSha256: 06CAACEE8F684F82561CAB5A9C8FE91995B468697DB82F565906BAE410750FC1 + ProductCode: '{D7D7D7D7-7D7D-7D7D-7D7D-7D7D7D7D7D7D}}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/63a2996a10d9e476b6c28e951dd7691d9c0cf480/win32/arm64/user-setup/CursorUserSetup-arm64-3.12.30.exe + InstallerSha256: 350BEB6D07F8731F40905562F6A0F7A3E383ADE49D4E37FBD43BCB61B0783D4B + ProductCode: '{DBDBDBDB-BDBD-BDBD-BDBD-BDBDBDBDBDBD}}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/63a2996a10d9e476b6c28e951dd7691d9c0cf480/win32/arm64/system-setup/CursorSetup-arm64-3.12.30.exe + InstallerSha256: F3C2D20AB6B14E2D10687980FE39E8653D6D983A488A0D42188569E4A41A294D + ProductCode: '{D8D8D8D8-8D8D-8D8D-8D8D-8D8D8D8D8D8D}}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..eeef513bdd9f3 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 3.12.30 +PackageLocale: en-US +Publisher: Anysphere +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Description: Cursor is a new, intelligent IDE, empowered by seamless integrations with AI. Built upon VSCode, Cursor is quick to learn, but can make you extraordinarily productive. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b040443f6aa3d --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 3.12.30 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: AI 代码编辑器 +Description: Cursor 是一款全新的智能 IDE,可与 AI 无缝集成。Cursor 以 VSCode 为基础,上手很快,但却能让你的工作效率超乎寻常。 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..ca91d1b584bca --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.12.30/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 3.12.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..658bba13c73d1 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.13.10 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/4f02290ccd9304f0e6bf8ee85f6e9106f02ac1f7/win32/x64/user-setup/CursorUserSetup-x64-3.13.10.exe + InstallerSha256: 2F99EBB41BCCE62CD6C8E4611E56A613B9ABAF2399A8CE02E7925798E0F64522 + ProductCode: '{DADADADA-ADAD-ADAD-ADAD-ADADADADADAD}}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/4f02290ccd9304f0e6bf8ee85f6e9106f02ac1f7/win32/x64/system-setup/CursorSetup-x64-3.13.10.exe + InstallerSha256: 397674F6E57D7F82FC9634FB532199A5AE8571AE012487F5A2D527E5F916EC46 + ProductCode: '{D7D7D7D7-7D7D-7D7D-7D7D-7D7D7D7D7D7D}}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/4f02290ccd9304f0e6bf8ee85f6e9106f02ac1f7/win32/arm64/user-setup/CursorUserSetup-arm64-3.13.10.exe + InstallerSha256: 7CD6C817263F0EF12DE2A64C44C8323EE399FFB8FE17782E0270B5A3C044E771 + ProductCode: '{DBDBDBDB-BDBD-BDBD-BDBD-BDBDBDBDBDBD}}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/4f02290ccd9304f0e6bf8ee85f6e9106f02ac1f7/win32/arm64/system-setup/CursorSetup-arm64-3.13.10.exe + InstallerSha256: B1018B9FAC7CFF40BB4A8B722EEAF5F1F233FC379B46F0DD61FF02818AE06F3F + ProductCode: '{D8D8D8D8-8D8D-8D8D-8D8D-8D8D8D8D8D8D}}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..9b36495fa52e3 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 3.13.10 +PackageLocale: en-US +Publisher: Anysphere +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Description: Cursor is a new, intelligent IDE, empowered by seamless integrations with AI. Built upon VSCode, Cursor is quick to learn, but can make you extraordinarily productive. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b0066ce9c514 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 3.13.10 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: AI 代码编辑器 +Description: Cursor 是一款全新的智能 IDE,可与 AI 无缝集成。Cursor 以 VSCode 为基础,上手很快,但却能让你的工作效率超乎寻常。 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..01562164254c2 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.13.10/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 3.13.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.installer.yaml b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.installer.yaml new file mode 100644 index 0000000000000..85de8e86b87f7 --- /dev/null +++ b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.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: Appest.TickTick +PackageVersion: 8.1.3.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +ReleaseDate: 2026-07-22 +Installers: +- Architecture: x86 + InstallerUrl: https://download.ticktick.app/download/win/tick_win_setup_release_x86_8130.exe + InstallerSha256: 0162FF1E702635434BDD18EA7E6A54EEEAFB1914AAFB8C82F7C997F62B434633 +- Architecture: x64 + InstallerUrl: https://download.ticktick.app/download/win64/tick_win_setup_release_x64_8130.exe + InstallerSha256: 31DCBA4D1B3B8184A58C7AF0F2AF4AD5B60D30804A1106DCBF5FFBC020CBCB9F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.locale.en-US.yaml b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.locale.en-US.yaml new file mode 100644 index 0000000000000..f060ae4867b1d --- /dev/null +++ b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 8.1.3.0 +PackageLocale: en-US +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: Proprietary +LicenseUrl: https://ticktick.com/about/tos +Copyright: © 2026 TickTick Team All rights reserved +ShortDescription: To-Do List & Calendar +Description: TickTick is a powerful to-do & task management app with seamless cloud synchronization across all your devices. Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, TickTick is always here to help you get stuff done and keep life on track. +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- reminder +- schedule +- task +- to-do +- todo +ReleaseNotes: '- General fixes and improvements.' +ReleaseNotesUrl: https://www.ticktick.com/public/changelog/en.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.locale.zh-CN.yaml b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c700cb9bd8018 --- /dev/null +++ b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Appest.TickTick +PackageVersion: 8.1.3.0 +PackageLocale: zh-CN +Publisher: Appest.com +PublisherUrl: https://ticktick.com/ +PublisherSupportUrl: https://support.ticktick.com/ +PrivacyUrl: https://www.ticktick.com/about/privacy +Author: Appest Inc. +PackageName: TickTick +PackageUrl: https://www.ticktick.com/ +License: 专有软件 +LicenseUrl: https://ticktick.com/about/tos +Copyright: 版权所有©2026 TickTick团队 保留一切权力 +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: TickTick,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、 安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。TickTick 集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotes: '- 问题修复与改进。' +ReleaseNotesUrl: https://www.dida365.com/public/changelog/zh.html +PurchaseUrl: https://www.ticktick.com/about/upgrade +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.yaml b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.yaml new file mode 100644 index 0000000000000..d6835403fe554 --- /dev/null +++ b/manifests/a/Appest/TickTick/8.1.3.0/Appest.TickTick.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: Appest.TickTick +PackageVersion: 8.1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.installer.yaml b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.installer.yaml new file mode 100644 index 0000000000000..e7b62d2a818f5 --- /dev/null +++ b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Azul.Zulu.11.JRE +PackageVersion: 11.90.19 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jjs +- jrunscript +- keytool +- kinit +- klist +- ktab +- rmid +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu11.90.19-ca-jre11.0.32-win_i686.msi + InstallerSha256: 5CA05D00BAA21ED458F42DC97272499774BD36F86D461C1DB06A69BA20A2B08D + ProductCode: '{A0DB28DF-E84B-4D5E-9D36-0E281FCE483E}' +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu11.90.19-ca-jre11.0.32-win_x64.msi + InstallerSha256: 4BCCF8374A220E6507705852FA365533596E374844BE95C3C81B1EE95CDEE8D1 + ProductCode: '{EF117BE8-4DA1-4347-8EA6-4D64CBA7493F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.locale.en-US.yaml b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..f583c39fed742 --- /dev/null +++ b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Azul.Zulu.11.JRE +PackageVersion: 11.90.19 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul Zulu JRE 11 +PackageUrl: https://www.azul.com/downloads/?version=java-11-lts&os=windows&package=jre#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2026, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Zulu 11 is a build of OpenJRE 11 +Moniker: zulu-jre-11 +Tags: +- java +- jre +- jvm +- openjre +- zulu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.locale.zh-CN.yaml b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a857ebff2bad --- /dev/null +++ b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.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: Azul.Zulu.11.JRE +PackageVersion: 11.90.19 +PackageLocale: zh-CN +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul Zulu JRE 11 +PackageUrl: https://www.azul.com/downloads/?version=java-11-lts&os=windows&package=jre#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2026, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Zulu 11 是 OpenJRE 11 的一个构建 +Tags: +- java +- jre +- jvm +- openjre +- zulu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.yaml b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.yaml new file mode 100644 index 0000000000000..954b330cfe366 --- /dev/null +++ b/manifests/a/Azul/Zulu/11/JRE/11.90.19/Azul.Zulu.11.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Azul.Zulu.11.JRE +PackageVersion: 11.90.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.installer.yaml b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.installer.yaml new file mode 100644 index 0000000000000..413e40b47ec7d --- /dev/null +++ b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Azul.Zulu.25.JRE +PackageVersion: 25.36.15 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- jwebserver +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{9BA5257B-93C3-4E9B-A90D-39DFA157A7AA}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu25.36.15-ca-jre25.0.4-win_x64.msi + InstallerSha256: B7ABBB69ACA0EB2323D705EA15593AC6321999DA9B6A1D1C3E7FDF55FEB1EEFD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.locale.en-US.yaml b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..f3ead81326bd1 --- /dev/null +++ b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Azul.Zulu.25.JRE +PackageVersion: 25.36.15 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul Zulu JRE 25 +PackageUrl: https://www.azul.com/downloads/?version=java-25-lts&os=windows&package=jre#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2026, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Zulu 25 is a build of OpenJRE 25 +Moniker: zulu-jre-25 +Tags: +- java +- jre +- jvm +- openjre +- zulu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.locale.zh-CN.yaml b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13c9141afa3ba --- /dev/null +++ b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Azul.Zulu.25.JRE +PackageVersion: 25.36.15 +PackageLocale: zh-CN +ShortDescription: Zulu 25 是 OpenJRE 25 的一个构建 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.yaml b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.yaml new file mode 100644 index 0000000000000..8b85231fe9d6f --- /dev/null +++ b/manifests/a/Azul/Zulu/25/JRE/25.36.15/Azul.Zulu.25.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Azul.Zulu.25.JRE +PackageVersion: 25.36.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.installer.yaml b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.installer.yaml new file mode 100644 index 0000000000000..4c97b5d041a07 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.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: Azul.ZuluFX.21.JRE +PackageVersion: 21.52.15 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- jwebserver +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{9B3F6E1B-9C04-4F55-8808-CB7BB22F9774}' +AppsAndFeaturesEntries: +- DisplayName: Azul Zulu JRE 21.52.15 (21.0.12), 64-bit +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu21.52.15-ca-fx-jre21.0.12-win_x64.msi + InstallerSha256: B144A13E0687A3374E59A50886170AEBB7B3A1C447E4B814DF99EAB77CB3C695 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.locale.en-US.yaml b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..9f40bd587231e --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Azul.ZuluFX.21.JRE +PackageVersion: 21.52.15 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JRE 21 +PackageUrl: https://www.azul.com/downloads/?version=java-21-lts&os=windows&package=jre-fx#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2026, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 21 is a build of OpenJRE 21 and OpenJFX 21 +Moniker: zulufx-jre-21 +Tags: +- java +- jre +- jvm +- openjre +- zulu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.locale.zh-CN.yaml b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..48ee3bea833f6 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Azul.ZuluFX.21.JRE +PackageVersion: 21.52.15 +PackageLocale: zh-CN +ShortDescription: Azul ZuluFX 21 是 OpenJRE 21 和 OpenJFX 21 的一个构建 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.yaml b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.yaml new file mode 100644 index 0000000000000..0be5f72aa3967 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/21/JRE/21.52.15/Azul.ZuluFX.21.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Azul.ZuluFX.21.JRE +PackageVersion: 21.52.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.installer.yaml b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.installer.yaml new file mode 100644 index 0000000000000..0945446f244c0 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.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: Azul.ZuluFX.25.JRE +PackageVersion: 25.36.15 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jfr +- jrunscript +- jwebserver +- keytool +- kinit +- klist +- ktab +- rmiregistry +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{B8479871-497A-4F3D-95AB-98D070530F65}' +AppsAndFeaturesEntries: +- DisplayName: Azul Zulu JRE 25.36.15 (25.0.4), 64-bit +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.azul.com/zulu/bin/zulu25.36.15-ca-fx-jre25.0.4-win_x64.msi + InstallerSha256: EB540DFE191BA3199AA7C52E08764D112F37C7E665D1D88B5F31CADA25262EF9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.locale.en-US.yaml b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..f8fda81325470 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Azul.ZuluFX.25.JRE +PackageVersion: 25.36.15 +PackageLocale: en-US +Publisher: Azul Systems, Inc. +PublisherUrl: https://www.azul.com/ +PublisherSupportUrl: https://www.azul.com/support/ +PrivacyUrl: https://www.azul.com/privacy-policy/ +Author: Azul Systems, Inc. +PackageName: Azul ZuluFX JRE 25 +PackageUrl: https://www.azul.com/downloads/?version=java-25&os=windows&package=jre-fx&show-old-builds=true#zulu +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://www.azul.com/products/core/openjdk-terms-of-use/ +Copyright: Copyright (c) 2013-2026, Azul Systems, Inc. +CopyrightUrl: https://www.azul.com/legal/ +ShortDescription: Azul ZuluFX 25 is a build of OpenJRE 25 and OpenJFX 25 +Moniker: zulufx-jre-25 +Tags: +- java +- jre +- jvm +- openjre +- zulu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.locale.zh-CN.yaml b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dfb1c8d50e7a4 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Azul.ZuluFX.25.JRE +PackageVersion: 25.36.15 +PackageLocale: zh-CN +ShortDescription: Azul ZuluFX 25 是 OpenJRE 25 和 OpenJFX 25 的一个构建 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.yaml b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.yaml new file mode 100644 index 0000000000000..10ac2cd1e2e87 --- /dev/null +++ b/manifests/a/Azul/ZuluFX/25/JRE/25.36.15/Azul.ZuluFX.25.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Azul.ZuluFX.25.JRE +PackageVersion: 25.36.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.installer.yaml b/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.installer.yaml new file mode 100644 index 0000000000000..c338b795372db --- /dev/null +++ b/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.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: autobrr.mkbrr +PackageVersion: 1.24.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mkbrr.exe + PortableCommandAlias: mkbrr +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/autobrr/mkbrr/releases/download/v1.24.1/mkbrr_1.24.1_windows_x86_64.zip + InstallerSha256: 928A44B197B3D78DD36575E86305E40116B9300F967A8963D48E83966167F20F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.locale.en-US.yaml b/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.locale.en-US.yaml new file mode 100644 index 0000000000000..78d11043937f3 --- /dev/null +++ b/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.locale.en-US.yaml @@ -0,0 +1,32 @@ +# 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: autobrr.mkbrr +PackageVersion: 1.24.1 +PackageLocale: en-US +Publisher: autobrr +PublisherUrl: https://github.com/autobrr +PublisherSupportUrl: https://github.com/autobrr/mkbrr/issues +PackageName: mkbrr +PackageUrl: https://github.com/autobrr/mkbrr +License: GPL-2.0 +LicenseUrl: https://github.com/autobrr/mkbrr/blob/HEAD/LICENSE +ShortDescription: mkbrr is a tool to create, modify and inspect torrent files. Fast. +Tags: +- bittorrent +- go +- golang +- metafile +- torrent +ReleaseNotes: |- + Changelog + Bug fixes + - f32da2a: fix(torrent): normalize decomposed filenames to NFC (#183) (@s0up4200) + Other work + - 786882e: chore(deps): bump the github group with 2 updates (#178) (@dependabot[bot]) + - f3f9c1f: chore(deps): migrate anacrolix/torrent to autobrr/go-torrent (#181) (@zze0s) + - cc3d21d: chore: bump Go to 1.26 (#180) (@s0up4200) + Full Changelog: v1.24.0...v1.24.1 +ReleaseNotesUrl: https://github.com/autobrr/mkbrr/releases/tag/v1.24.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.yaml b/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.yaml new file mode 100644 index 0000000000000..3190cafd650c7 --- /dev/null +++ b/manifests/a/autobrr/mkbrr/1.24.1/autobrr.mkbrr.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: autobrr.mkbrr +PackageVersion: 1.24.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..2e2cd9b02075a --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ProductCode: 百度云管家 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_8.6.8.102.exe + InstallerSha256: E4F727FA845172A2840254079B6D51F034B5074C2F516DE2C0AB4011D27E0811 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..daa8d307bb737 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.en-US.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: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +PackageLocale: en-US +Author: Beijing Duyou Technology Co., Ltd. +License: Proprietary +ShortDescription: Personal cloud service product by Baidu. +Description: Baidu Netdisk is a convenient and easy-to-use cloud storage product that is serving more than 700 million users, which has mass storage and several self-hosted data centers, supports backup, sharing, viewing and processing multiple types of files, and protects users' data security under two top international security certifications ISO27001 and ISO27018. It would be your best choice if you want to back up your data, free up your phone's space, share files with others or operate files online. +Tags: +- backup +- china +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- prc +- share +- sync +- upload +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f8dbc0368c69f --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +PackageLocale: zh-CN +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: https://privacy.baidu.com/policy +Author: 北京度友科技有限公司 +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: 专有软件 +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2026 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 百度公司出品的个人云服务产品 +Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 百度云 +- 百度云管家 +- 网盘 +ReleaseNotes: |- + 1. 百度网盘全新升级 + 2. 优化团队空间用户使用体验 +PurchaseUrl: https://pan.baidu.com/buy/center +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..88a8237578183 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.installer.yaml new file mode 100644 index 0000000000000..1fa0e5893227e --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 3.2.1 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- comate +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{E1BCCBB0-0C31-40C1-AB8D-2AE2E6C3C2F2}}_is1' +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/4318e1d3aa81935708fe621c4121287d83f5bd68-262683525/Comate-win32-x64-user-setup.exe + InstallerSha256: E287AF5D214D71071D1A6A71F44EF6BA8FF28BB901E156ED60FDFA07C7E183DE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 0000000000000..54fc081f2dbcc --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 3.2.1 +PackageLocale: en-US +PublisherUrl: https://comate.baidu.com/en +License: Proprietary +ShortDescription: Intelligent coding capabilities throughout the entire development process along with enhanced multimodal abilities. Install now to start a seamless and natural intelligent development experience. +PurchaseUrl: https://comate.baidu.com/en/pricing +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: Tutorials + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: FAQ + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..26545d1228de9 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.locale.zh-CN.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: Baidu.Comate +PackageVersion: 3.2.1 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://comate.baidu.com/ +PublisherSupportUrl: https://developer.baidu.com/singleTagPage.html?tagId=326 +PrivacyUrl: https://cloud.baidu.com/doc/COMATE/s/2lxiygl2z +Author: 北京百度网讯科技有限公司 +PackageName: Comate +PackageUrl: https://comate.baidu.com/download +License: 专有软件 +LicenseUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +Copyright: © 2026 Baidu +CopyrightUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +ShortDescription: 智能编码能力深度融入开发全流程,多模态能力全面增强,一键安装、畅享自然流畅的智能开发体验。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +PurchaseUrl: https://comate.baidu.com/pricing +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: 教学课程 + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: 常见问题 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.yaml new file mode 100644 index 0000000000000..92a09ffa0b922 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.1/Baidu.Comate.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: Baidu.Comate +PackageVersion: 3.2.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.installer.yaml new file mode 100644 index 0000000000000..b62f28ea3327d --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 3.2.2 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- comate +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{E1BCCBB0-0C31-40C1-AB8D-2AE2E6C3C2F2}}_is1' +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/4318e1d3aa81935708fe621c4121287d83f5bd68-262762091/Comate-win32-x64-user-setup.exe + InstallerSha256: CE05F9BE0E68EF3A5C84076519563BDACBBE87EF110E16BE50A90D01540DFA1B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 0000000000000..921c2f53ca1de --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 3.2.2 +PackageLocale: en-US +PublisherUrl: https://comate.baidu.com/en +License: Proprietary +ShortDescription: Intelligent coding capabilities throughout the entire development process along with enhanced multimodal abilities. Install now to start a seamless and natural intelligent development experience. +PurchaseUrl: https://comate.baidu.com/en/pricing +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: Tutorials + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: FAQ + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a16c2f81444c8 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.locale.zh-CN.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: Baidu.Comate +PackageVersion: 3.2.2 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://comate.baidu.com/ +PublisherSupportUrl: https://developer.baidu.com/singleTagPage.html?tagId=326 +PrivacyUrl: https://cloud.baidu.com/doc/COMATE/s/2lxiygl2z +Author: 北京百度网讯科技有限公司 +PackageName: Comate +PackageUrl: https://comate.baidu.com/download +License: 专有软件 +LicenseUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +Copyright: © 2026 Baidu +CopyrightUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +ShortDescription: 智能编码能力深度融入开发全流程,多模态能力全面增强,一键安装、畅享自然流畅的智能开发体验。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +PurchaseUrl: https://comate.baidu.com/pricing +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: 教学课程 + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: 常见问题 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.yaml new file mode 100644 index 0000000000000..9a21de613efb2 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.2.2/Baidu.Comate.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: Baidu.Comate +PackageVersion: 3.2.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.installer.yaml b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.installer.yaml new file mode 100644 index 0000000000000..c354b3642a123 --- /dev/null +++ b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Betterleaks.Betterleaks +PackageVersion: 1.7.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: betterleaks.exe + PortableCommandAlias: betterleaks +UpgradeBehavior: install +Commands: +- betterleaks +FileExtensions: +- betterleaks.toml +- betterleaksignore +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/betterleaks/betterleaks/releases/download/v1.7.1/betterleaks_1.7.1_windows_x64.zip + InstallerSha256: 41696E5F4A2D3B01A4BA028512F061E6731588FB14DE6529C2C2FEFE8927A13E +- Architecture: arm64 + InstallerUrl: https://github.com/betterleaks/betterleaks/releases/download/v1.7.1/betterleaks_1.7.1_windows_arm64.zip + InstallerSha256: F35B5231A34E317C2BA9ABF09B8E443F29BD7B6219A1F73C8178D3CC068C0411 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.locale.en-US.yaml b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.locale.en-US.yaml new file mode 100644 index 0000000000000..645264b5aee38 --- /dev/null +++ b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Betterleaks.Betterleaks +PackageVersion: 1.7.1 +PackageLocale: en-US +Publisher: Zachary Rice +PublisherUrl: https://github.com/betterleaks +PublisherSupportUrl: https://github.com/betterleaks/betterleaks/issues +Author: Zachary Rice +PackageName: Betterleaks +PackageUrl: https://github.com/betterleaks/betterleaks +License: MIT +LicenseUrl: https://github.com/betterleaks/betterleaks/blob/HEAD/LICENSE +Copyright: Copyright (c) Zachary Rice +CopyrightUrl: https://github.com/betterleaks/betterleaks/blob/HEAD/LICENSE +ShortDescription: Scan the world (for secrets) +Description: Betterleaks is a tool for finding secrets like passwords and API keys. +Moniker: betterleaks +Tags: +- cicd +- credentials +- developer-tools +- devops +- devsecops +- git +- github +- gitleaks +- go +- golang +- llm-tools +- nhi +- secret +- secrets +ReleaseNotes: |- + What's New + The last thing we want is for Betterleaks to be spamming providers with unnecessary API calls. Betterleaks caches requests per unique finding so hitting a rate limit shouldn't be a common occurrence. If you find you are getting rate limited, then we probably need to tweak the rule to fire less often. + This release gives users the ability to control requests per second and max requests. + --validation-max-requests int maximum validation requests sent to each provider target (0 = unlimited) + --validation-rps float global validation requests per second (0 = unlimited) + --validation-rps-rule strings rule-specific validation request rate as RULE=RPS (repeatable) + Fixed + Fixed a potential panic on archive handling #266 and #270 + Changelog + - d56727e add validation limits (#273) + - c197f8d bump min ver for config (#271) + - ca147d7 fix(sources): don't crash the process on archive/decompress panics (#266) + - 968138e fix(sources): recover from panics on the archive extractor path (#270) + - 42fbff2 rm POST validators for aikido (#272) +ReleaseNotesUrl: https://github.com/betterleaks/betterleaks/releases/tag/v1.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.yaml b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.yaml new file mode 100644 index 0000000000000..71aeef5a18c2d --- /dev/null +++ b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.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: Betterleaks.Betterleaks +PackageVersion: 1.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..c8d0bbbb24216 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.87 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +ReleaseDate: 2026-07-21 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.87/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 399A50A230D2FB1C7809E2527339FCDB036A20C0BF8484E7731095D8A16CA188 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.87/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: B5801A76BF1F4E23972A7176DC375BFC72DDAC5DE7BB6772180EEC3C35E53B47 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.87/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 4057A4A3441405370503E72D91DF86F18EF43B03B99B381339A5B2411EB1C9CC + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.87/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: D8D7C194127089C081E3F4876179085EB61B419F945094C321193EF2353CBA93 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.87/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: 9B8FA5AD02ED357BCA7D0180D5A72C3A23CA3DDA5DD915FBF56F0EA19C43DB02 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.87/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: 634074B0C2676DDA1A5DC7A94B34441D5556E04E52B6E4D6112F9F1CD9550C32 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..e062fac33c03c --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.87 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ff8670659e159 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.87 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..47c0d9ce99275 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.87/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.87 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..d62675fbd1fdc --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.91 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +ReleaseDate: 2026-07-22 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.91/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 839578DB84DCCC854D3185958C9B94E9CDA031F9BCE8E831E9A09F7F6434E0CC + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.91/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 30F881EE128AA14E5F926D9CA1EF9BF6653D91E5269AF2070CAACE6F20116B12 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.91/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 979913C5BB644ADF46C968C9BC4BFEBCD8450E34E6581012F026C1730367ACCB + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.91/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: D99E9ADB5D2D5FF36A1D293C150D6EDBEBF2D7BEBC7F6809765CEC3E80666A74 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.91/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: 408A75E600590529356E206F2333DBEDEBCF95EB3350BE5871928A84413EED1E + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.91/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: 78EB5CF5CDD453421AA693F7F23E642C152B0EC0AB4A61E0C946091CE811F63C + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..3e617b343619b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.91 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf5e4df4e24e9 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.91 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..620a978755bb1 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.91/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.91 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.installer.yaml b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.installer.yaml new file mode 100644 index 0000000000000..ab54ac5948535 --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.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: CatoNetworks.CatoClient +PackageVersion: 6.8.3.8958 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + Upgrade: CATO_AUTOMATIC_UPGRADE=1 +UpgradeBehavior: install +Protocols: +- catoias +FileExtensions: +- ccst +ProductCode: '{7882E654-E56D-45E8-A8F6-BCE3BDBBC459}' +ReleaseDate: 2026-07-05 +AppsAndFeaturesEntries: +- UpgradeCode: '{E72B4A8E-159B-4616-BEEB-A517E8F32151}' +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://clients.catonetworks.com/windows/6.8.3.8958/setup.msi + InstallerSha256: 3F5ABA2A8E4FAF20EFC19D08E4795575BD1506CE4F8A4575CE917F637F0819F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.locale.en-US.yaml b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.locale.en-US.yaml new file mode 100644 index 0000000000000..a946e320d1589 --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CatoNetworks.CatoClient +PackageVersion: 6.8.3.8958 +PackageLocale: en-US +Publisher: Cato Networks +PublisherUrl: https://www.catonetworks.com/ +PublisherSupportUrl: https://support.catonetworks.com/ +PrivacyUrl: https://www.catonetworks.com/privacypolicy/ +Author: Cato Networks Ltd. +PackageName: Cato Client +PackageUrl: https://clientdownload.catonetworks.com/ +License: Proprietary +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: Secure your network, devices and identify and support your users. +Tags: +- network +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.locale.zh-CN.yaml b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ebe3d82a5b29f --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CatoNetworks.CatoClient +PackageVersion: 6.8.3.8958 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 保护您的网络和设备,识别并支持您的用户。 +Tags: +- vpn +- 网络 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.yaml b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.yaml new file mode 100644 index 0000000000000..13f666e9cbfc0 --- /dev/null +++ b/manifests/c/CatoNetworks/CatoClient/6.8.3.8958/CatoNetworks.CatoClient.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: CatoNetworks.CatoClient +PackageVersion: 6.8.3.8958 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index d38b996471205..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.2.2 -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/ppp_windows_2_2_2.exe - InstallerSha256: E0FE308C2CAACFB08012CAC11DECD20A5E22AAB6E506AA85EF04849E24C22BDA -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index 2210169fc7834..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.2.2 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -# Author: -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/product/software/power-panel-personal/powerpanel-personal-windows-222/ -License: CyberPower Systems, Inc. -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.yaml deleted file mode 100644 index 104059e8ab659..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.2.2/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.2.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index a517b57e607ac..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.3.0 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/ppp_windows_2_3_0.exe - InstallerSha256: C5A699673964F1A241AF2A5225A7CC06FCFBF845DD616AF75840FA410782AB48 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index c5484a37a8ac9..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.3.0 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/product/software/power-panel-personal/powerpanel-personal-windows-222/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright CyberPower Systems, Inc. -# CopyrightUrl: -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml deleted file mode 100644 index a914221b9895d..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.3.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index b944fd2543a46..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.3.4 -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.3.4.exe - InstallerSha256: 7838B776561275960F6E784BBFBF0DA235E0E31191380D9B1150752188FFF9A7 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index fdafbe9074e96..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.3.4 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/product/software/power-panel-personal/powerpanel-personal-windows-222/ -License: Proprietary -# LicenseUrl: -Copyright: Copyright CyberPower Systems, Inc. -# CopyrightUrl: -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.yaml deleted file mode 100644 index 25f0aeef2242d..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.3.4/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.3.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index b5f6d6ade2920..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.5.1 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -UpgradeBehavior: install -ReleaseDate: 2023-10-26 -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.5.1.exe - InstallerSha256: D150D4802CA96F4699236DF2E245158FC566519E48FC7B84BBDF3FBAAE660060 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index 32a0e4fd906a4..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.5.1 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -License: Proprietary -LicenseUrl: https://www.cyberpower.com/content/software/eula/ -Copyright: Copyright CyberPower Systems, Inc. -# CopyrightUrl: -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -ReleaseNotes: |- - Feature Improvements - - Tested and approved by Apple verification for installing on a device using Mac OS. - - Security updates were made to ensure continued safe operation. - - The online update procedure has been optimized. - Fixes - - Fixed an issue with communication between the host computer and UPS. - - Issues with energy reporting are resolved. - - Devices stay offline on PowerPanel Cloud - - Other minor updates/fixes implemented. - - Note: Older versions of PowerPanel Personal (v2.4.8 and older using .dmg file types) must be uninstalled before installing the new version v2.5.0. -ReleaseNotesUrl: https://dl4jz3rbrsfum.cloudfront.net/documents/CyberPower_RN_PowerPanel%20Personal%20v2.5.1.pdf -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml deleted file mode 100644 index 421cb3121eda0..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.5.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index c66ca1806e002..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.5.2 -InstallerLocale: en-US -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -UpgradeBehavior: install -ReleaseDate: 2024-04-17 -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.5.2.exe - InstallerSha256: E6544760FF4576361258BAAF51819528978AC1200DBE9C153D894FF363332BE3 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index 0eac0a6a3200b..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.5.2 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -License: Proprietary -LicenseUrl: https://www.cyberpower.com/content/software/eula/ -Copyright: Copyright CyberPower Systems, Inc. -# CopyrightUrl: -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.yaml deleted file mode 100644 index b4be2a2cfc9ba..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.5.2/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.5.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index 1d9ebb258cc75..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.6.0 -InstallerLocale: en-US -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -UpgradeBehavior: install -ReleaseDate: 2024-07-17 -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.6.0.exe - InstallerSha256: CB27A67DFAE3C7BCAB4296B247C159DED5A43625852C5AD23401FB870ACFA9CF -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index e382d38510800..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.6.0 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -License: Proprietary -LicenseUrl: https://www.cyberpower.com/content/software/eula/ -Copyright: Copyright CyberPower Systems, Inc. -# CopyrightUrl: -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml deleted file mode 100644 index 29ca9136b7634..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.6.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index 25f4852f2a78a..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with komac v2.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.6.1 -InstallerLocale: en-US -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -UpgradeBehavior: install -ReleaseDate: 2025-01-13 -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.6.1.exe - InstallerSha256: 92B4CB28C6B7A06D4091892311088D81E7BFBF52869AF7881AD8735239F3D5F6 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index 25e547a45904b..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.6.1 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -License: Proprietary -LicenseUrl: https://www.cyberpower.com/content/software/eula/ -Copyright: Copyright CyberPower Systems, Inc. -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml deleted file mode 100644 index 9dfeced8c5fd0..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.6.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.9.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.6.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml deleted file mode 100644 index c09efde94a2ba..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.7.0 -InstallerLocale: en-US -InstallerType: exe -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -console -UpgradeBehavior: install -ReleaseDate: 2025-10-01 -Installers: -- Architecture: x86 - InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.7.0.exe - InstallerSha256: DA2D808567C8A89173FAE10EE64C4DF98DC8C74DB8259C776B888691E8E26C6C -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml deleted file mode 100644 index a92909fed5b39..0000000000000 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.7.0 -PackageLocale: en-US -Publisher: CyberPower Systems, Inc. -PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -PublisherSupportUrl: https://www.cyberpowersystems.com/support/ -PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ -Author: CyberPower Systems, Inc. -PackageName: CyberPower PowerPanel Personal -PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ -License: Proprietary -LicenseUrl: https://www.cyberpower.com/content/software/eula/ -Copyright: Copyright CyberPower Systems, Inc. -ShortDescription: CyberPower PowerPanel Personal -Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' -Moniker: powerpanelpersonal -Tags: -- cyberpower -- cyberpowerpanel -- powerpanel -- ups -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..2bc992810446b --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.1.7 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v17.1.7/omp-windows-x64.exe + InstallerSha256: 8C64D468FB42F67D5CF37082C5FCAFA289A6371A3F5079DE83CE7F2E31408ADC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..b4971c7e653d7 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.1.7 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + @oh-my-pi/pi-agent-core + Changed + - beforeToolCall now runs during arg-prep in a pre-dispatch prepare phase — on the streamed path before the assistant message's message_start/message_end are emitted, and always ahead of concurrency resolution, tool_execution_start, telemetry span start, and tool.execute — instead of inside the already-scheduled execution slot. It receives the resolved tool in its context and may return args to replace the call's arguments; a replacement is revalidated against the tool schema, written back to the assistant message's tool-call block, and re-resolves argument-dependent interruptibility, making it the single source of truth for history, persistence, provider replay, scheduling, execution events, and tool.execute. Argument validation moved into the same prepare phase, so functional concurrency resolvers now see validated (and possibly revised) arguments rather than raw pre-validation ones. The hook now receives the run's request abort signal rather than the per-tool signal. + @oh-my-pi/pi-ai + Changed + - Upstream 403 Forbidden responses (e.g. Anthropic permission_error plan/model denials, Copilot model-policy rejections) now rotate through sibling credentials like usage limits do, instead of failing the session on the first denied account. The denied credential is soft-blocked for 60s and re-validated — never removed — and the original 403 surfaces only once every sibling has been tried. + - Usage report filtering in the auth-broker remote store is memoized per (reports, snapshot) with a precomputed per-provider OAuth credential map, replacing an O(reports × credentials) scan on every credential-selection and status refresh + - Cursor and Devin Connect-frame readers no longer copy every stream chunk through Buffer.concat when the pending buffer is empty + @oh-my-pi/pi-catalog + Added + - Added support for moonshotai/Kimi-K3 and kimi-k3-fast models + - Added umans-kimi-k3 prerelease model configuration + Changed + - Updated pricing and token limits for selected models + @oh-my-pi/pi-coding-agent + Added + - Added the bundled ts-no-local-is-record TTSR rule, which catches local isRecord function and lambda definitions and directs agents to shared guards plus explicit shape validation. + - A tool_call handler (extension or hook) can now return input to revise the arguments a tool executes with, not just block it. The returned object is the raw execution input passed to the tool (ignored when block is set, and not applied to computer tool calls), enabling wrappers that normalize or rewrite a built-in's arguments without reimplementing the tool. For model-issued calls the event fires at arg-prep time in the agent loop, so a revision is revalidated against the tool schema and is what concurrency scheduling, tool_execution_start/transcripts, the persisted assistant message, and the approval gate all observe — the user approves exactly what runs, and a revision that changes a tool's functional concurrency (e.g. bash pty) schedules correctly. A revised nested write xd:// device dispatch forfeits the outer write gate's approval and faces the full prompt again (#6681 by @psyrendust). + - Added a parser for macOS sample(1) call-tree reports to the read tool: *.sample.txt reads now return a compact bottleneck summary — per-thread hot paths with on-CPU sample counts (blocked syscall time excluded), demangled Rust v0/legacy symbols, flattened direct recursion, merged call-site siblings, idle-thread classification, and a process-wide top-functions-by-self-samples table. :raw still reads the original report, and files that merely carry the extension fall back to plain text. + - Added V8 .cpuprofile support to the read tool (Node/Bun --cpu-prof, Chrome DevTools, CDP Profiler.stop output): reads now return a compact bottleneck summary — hot-path call tree with on-CPU milliseconds ((idle) time excluded), collapsed pass-through chains, flattened direct recursion, shortened file URLs, and a top-functions-by-self-time table. :raw still reads the original JSON, and files that merely carry the extension fall back to plain text. + Changed + - Direct and xd:// dispatch now share one canonical tool map: write xd:// executes any enabled top-level or mounted tool, and read xd:// returns its docs, instead of failing when the name was exposed through the other layer. Mounted names are presentation metadata only, so tool replacement and disconnection cannot leave stale device instances; disabled tools remain unreachable, and both xd:// and Cursor/top-level fallback execution retain the tool's approval and ACP permission gates. + - Session listing now caches parsed headers keyed on file stat identity (mtime + size), so repeated resume-picker opens and startup scans re-read only changed session files + - Reduced per-keystroke editor dispatch overhead: keybinding resolution happens once per input chunk and the per-action interception chain is gated behind a single canonical-key set probe + - xd:// device docs now render the parameter schema as a comment-annotated TypeScript type (via jsonSchemaToTypeScript, the same renderer the in-band tool inventory uses) instead of a raw JSON Schema dump, shrinking system-prompt device sections while keeping descriptions inline. + - Added a /vision [on|off|auto|status] slash command for session-scoped control of the inspect_image vision-delegation tool, modeled on /computer: on/off force the tool for the current session only, auto returns to the persisted setting, and status reports the effective mode, session override, tool state, and active-model image capability. + - Replaced the inspect_image.enabled boolean with the tri-state inspect_image.mode (auto|on|off, default auto). In auto the tool is registered only when the active model lacks native image input, so vision-capable models (e.g. kimi-code/k3) read images inline with their own capabilities instead of delegating to a separate vision model; the tool set is re-evaluated on every model switch with a status notice when it flips. The read tool now follows the effective state dynamically rather than the raw setting, so it returns decoded image blocks again whenever inspect_image is hidden. Existing inspect_image.enabled: true/false configs migrate to inspect_image.mode: on/off. + Fixed + - Restoring a prompt with image attachments via esc-esc branch or /tree now re-attaches the images to the composer draft: previously only the text (with its [Image #N] markers) was restored, so resubmitting sent the literal marker with no image. + - Fixed large bash/eval/ssh output citing two different artifact ids in one result — the truncation notice said Read artifact://N for full output while the footer said Artifact: N+1. The streaming sink's head and tail windows each had a full budget, so a middle-elided inline body could reach headBytes + spillThreshold and always re-tripped the final-defense inline byte cap, which truncated a second time (two elision markers), saved a duplicate already-truncated artifact, and left the notice's line ranges stale. The head and tail windows now share the spill-threshold budget (head clamped to half), the cap budget derives from the configured threshold plus notice slack, and when the cap does fire on a sink-spilled result it references the existing raw artifact instead of saving a copy. + @oh-my-pi/pi-tui + Added + - Added bulk-input fast path and iterative processing for bracketed paste in the editor + - Added windowed incremental lexing for large markdown documents + Changed + - Eliminated the dominant markdown streaming CPU cost (73% of a profiled interactive session): marked's GFM url tokenizer and lheading rule are now gated by O(1)/O(n) charCode pre-checks, the pathological hr/lheading/table/html block rules use sticky clones that fail at offset 0 instead of rescanning the source, and the inline math/autolink start() scans dropped their regex alternations + - Streaming markdown now freezes the stable prefix through provably closed lists instead of re-lexing everything after the last non-list block on every delta + - Raised the markdown render cache entry budget (32 KiB → 256 KiB) so large messages — exactly the expensive renders — are cacheable + - Deduplicated terminal cursor-visibility writes to skip redundant escape sequences + What's Changed + - feat(extensions): let tool_call handlers revise tool input by @psyrendust in https://github.com/can1357/oh-my-pi/pull/6681 + - feat(coding-agent): capability-aware inspect_image with tri-state mode and /vision toggle by @epsilver in https://github.com/can1357/oh-my-pi/pull/6830 + New Contributors + - @psyrendust made their first contribution in https://github.com/can1357/oh-my-pi/pull/6681 + - @epsilver made their first contribution in https://github.com/can1357/oh-my-pi/pull/6830 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v17.1.6...v17.1.7 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v17.1.7 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f191b08f3526b --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.1.7 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..ad9bdbb14bdb8 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.7/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.1.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.installer.yaml b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.installer.yaml new file mode 100644 index 0000000000000..66829b2b3a28f --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.2 +Installers: + - Architecture: x64 + InstallerType: exe + InstallerUrl: https://github.com/dixieflatline76/Spice/releases/download/v2.6.2/Spice-Setup-2.6.2-windows-amd64.exe + InstallerSha256: 07A5604AB7C917CA9075DE4D271AA938F5A0E02B2B17FB85F79E4F256ECA1D68 + UpgradeBehavior: install + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.locale.en-US.yaml b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.locale.en-US.yaml new file mode 100644 index 0000000000000..371105552bc08 --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.locale.en-US.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: dixieflatline76 +PackageName: Spice +License: PolyForm Noncommercial 1.0.0 +ShortDescription: A highly-concurrent, plugin-driven desktop environment engine. +Moniker: spice +Tags: + - wallpaper + - desktop + - customization + - go + - engine +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.yaml b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.yaml new file mode 100644 index 0000000000000..2d4ef831bc224 --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.installer.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.installer.yaml new file mode 100644 index 0000000000000..99f4d4743a0c2 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.8.3/Mini-Term_0.8.3_x64-setup.exe + InstallerSha256: 0748FBE5EA8918C56238AB549E91C52673C3CB442C43A0E2D2C002747F278E80 + ProductCode: Mini-Term +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.8.3/Mini-Term_0.8.3_x64_en-US.msi + InstallerSha256: 71A9910EAC4FCEF654C32F9E65ECD0979CA09D3E5CD9198B504B69306FF5DD27 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{3ADAC406-8EC0-4DFF-A727-E76AFBA1FF4F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{508EBA6B-F86F-54E3-A17E-094DDF898583}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.en-US.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.en-US.yaml new file mode 100644 index 0000000000000..167c69f835f31 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +PackageLocale: en-US +License: Freeware +ShortDescription: Desktop Terminal Manager Built for the AI Era +Description: |- + An AI terminal management tool supporting multi-project, multi-terminal layout management + + Features + Terminal Core + - Multi-tab management — Independent tabs per project, drag-to-sort, status icons at a glance + - Recursive splitting — Horizontal/vertical nested splits, Allotment drag-to-adjust ratios + - High-performance rendering — xterm.js v6 + WebGL acceleration, automatic Canvas fallback + - 100K-line scrollback — Intercepts CSI 3J (ED3) commands, preserves scrollback history when Claude/Codex TUIs clear screen + - Terminal caching — Switching tabs/splits without rebuilding xterm instances, existing content preserved + - Copy & paste — Ctrl+Shift+C / Ctrl+Shift+V shortcuts + right-click menu, "Copy" auto-grayed when no selection; Windows large multi-line paste auto-chunked to prevent ConPTY line loss + - Long text paste — Clipboard text ≥10 lines or ≥2000 chars auto-saved as temp .txt and pastes quoted file path, avoiding AI tool performance and paste bracket issues with ultra-long content + - Image paste — Auto-detects screenshots in clipboard, saves as temp PNG via Win32 API and pastes quoted path, compatible with non-standard formats like PinPix + - File drag-drop — Files dragged to terminal auto-insert quoted absolute paths, compatible with spaces-in-path + - Multi-Shell config — Windows (cmd / powershell / pwsh), macOS (zsh / bash), Linux (bash / sh), freely add/remove + AI Process Awareness + - Real-time status detection — 500ms polling child process names, auto-identifies Claude/Codex, displays idle/working/error states + - Status aggregation — Panel → Tab → Project layered aggregation, priority: error > ai-working > ai-idle > idle + - Completion alert trio — Triggers immediately when AI task goes working → idle: + - Bottom-right Toast desktop notification (inactive projects only, deduplicated per project) + - Project list DONE badge, click to clear + - Taskbar flash (Windows) / Dock bounce (macOS), only when window unfocused + - Three toggles independently configurable + - Session entry/exit detection — Command echo identifies AI entry; double Ctrl+C / Ctrl+D or exit/quit/:quit/logout identifies exit + - Session history — Reads local Claude/Codex session history, right-click copy recovery command for quick resumption + - AI task markers — Auto-logs xterm on each Enter press in AI session, tab top-right ⚑ button drops down history submission list, click or Ctrl+Shift+↑/↓ to jump between markers, target line briefly highlighted + Project Management + - Project list — Left sidebar manages multiple project directories, one-click workspace switch, auto-restores last active project on restart + - Drag-to-add projects — Drag folders from Explorer to project list for quick add, auto-identifies files/folders/duplicates with visual feedback + - Nested groups — Up to 3-level project grouping, drag-to-sort, collapse/expand + - File tree — Integrated directory browser, nested .gitignore grayed out (per-subdirectory ignore rules and !pattern whitelists respected, consistent with git behavior), notify file watcher real-time refresh + - File operations — New file/folder, rename, view content in file tree (binary and oversized file friendly prompts) + - VS Code quick open — File tree top-right button opens current project with configured VS Code executable, path customizable in "Settings → System Settings → External Editor" + Git Integration + - File status — Git status colors in file tree (modified/added/deleted/conflict) + - Change Diff — Detailed Diff for working directory changes, Hunk line-level parsing, side-by-side/inline dual view + - Commit history — Browse repository commit log, cursor pagination (default 30 items) + - Commit Diff — View file changes for any commit, per-file switching + - Branch info — Local/remote branch list + - Source control panel — VS Code-style Changes panel, Staged/Changes/Untrackedg grouping, single-file and bulk stage/unstage/discard, Ctrl+Enter quick commit, list/tree view toggle + - Pull/Push — In-line repository buttons for one-click remote sync, refresh button reloads commit history and branch info + - Multi-repo discovery — Auto-scans all Git repositories under project directory (recursive 5 levels, skips node_modules, etc.) + Appearance & Configuration + - Activity Bar sidebar — Leftmost permanent 40px icon bar, Projects/Sessions/Files/Git panel toggles, independent show/hide control, active state blue vertical bar indicator, state persistence + - Three theme modes — Auto (follow system)/Light/Dark, dark based on Warm Carbon warm charcoal tones, custom CSS variable system + - Independent font adjustment — UI and terminal font sizes separately adjustable (10-20px), terminal optional UI theme following + - Layout persistence — Split ratios, tabs, window size/position auto-saved and restored on restart (tauri-plugin-window-state) + - Close confirmation — Pre-close confirmation dialog, flushes all project layouts to prevent accidental operations + - Version check — Fetches GitHub Release on startup, title bar shows new version notification + - Settings center — Unified SettingsModal manages themes, fonts, Shell, AI notifications and all other toggles +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.zh-CN.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e8cc7d6461a7c --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.zh-CN.yaml @@ -0,0 +1,84 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +PackageLocale: zh-CN +Publisher: tauri-app +PublisherUrl: https://github.com/dreamlonglll +PublisherSupportUrl: https://github.com/dreamlonglll/mini-term/issues +PackageName: Mini-Term +PackageUrl: https://github.com/dreamlonglll/mini-term +License: 免费软件 +ShortDescription: 为 AI 时代打造的桌面终端管理器 +Description: |- + 一个 AI 终端管理工具,支持多项目、多终端布局管理 + + 功能特性 + 终端核心 + - 多标签管理 — 每个项目独立标签页,拖拽排序,状态图标一目了然 + - 递归分屏 — 横向 / 纵向任意嵌套分屏,Allotment 拖拽调整比例 + - 高性能渲染 — xterm.js v6 + WebGL 加速,自动降级为 Canvas + - 10 万行滚动缓冲 — 拦截 CSI 3J(ED3)指令,Claude / Codex 等 TUI 清屏时保留上滚历史 + - 终端缓存 — 切换标签 / 分屏不重建 xterm 实例,已有内容不丢失 + - 复制粘贴 — Ctrl+Shift+C / Ctrl+Shift+V 快捷键 + 右键菜单,未选中时"复制"自动置灰;Windows 大段多行粘贴自动分块写入,防止 ConPTY 丢行 + - 长文本粘贴 — 剪贴板文本 ≥10 行或 ≥2000 字符时自动转存为临时 .txt 并粘贴带引号的文件路径,避免 AI 工具直接处理超长内容引发性能与 paste bracket 问题 + - 图片粘贴 — 剪贴板含截图时自动检测,通过 Win32 API 保存为临时 PNG 并粘贴带引号的路径,兼容 PinPix 等非标准格式 + - 文件拖拽 — 文件拖到终端自动插入带引号的绝对路径,兼容含空格的路径 + - 多 Shell 配置 — Windows(cmd / powershell / pwsh)、macOS(zsh / bash)、Linux(bash / sh)等,可自由增删 + AI 进程感知 + - 实时状态检测 — 500ms 轮询子进程名,自动识别 Claude / Codex,显示 idle / working / error 状态 + - 状态聚合 — 面板 → 标签页 → 项目逐层聚合,优先级 error > ai-working > ai-idle > idle + - 完成提醒三件套 — AI 任务从 working → idle 时立刻触发: + - 右下角 Toast 桌面通知(仅非活跃项目弹出,同项目去重) + - 项目列表 DONE 徽章,点击清除 + - 任务栏闪烁(Windows)/ Dock 跳动(macOS),窗口失焦时才触发 + - 三个开关独立可配 + - 会话进出检测 — 命令 echo 识别进入 AI;双击 Ctrl+C / Ctrl+D 或 exit / quit / :quit / /logout 识别退出 + - 会话历史 — 读取本地 Claude / Codex 历史会话记录,右键复制恢复命令快速续接 + - AI 任务标记 — AI 会话内每次用户按 Enter 自动在 xterm 打点,标签右上角 ⚑ 按钮下拉展示历史提交列表,点击或 Ctrl+Shift+↑/↓ 在标记间跳转,目标行短暂高亮提示 + 项目管理 + - 项目列表 — 左侧边栏管理多个项目目录,一键切换工作区,重启自动恢复上次激活项目 + - 拖拽添加项目 — 从资源管理器拖拽文件夹到项目列表即可快速添加,自动识别文件 / 文件夹 / 重复项目并给出视觉反馈 + - 嵌套分组 — 最多 3 级项目分组,拖拽排序,折叠 / 展开 + - 文件树 — 集成目录浏览器,嵌套 .gitignore 置灰(每层子目录的忽略规则与 !pattern 白名单都会生效,与 git 行为一致),notify 文件监听实时刷新 + - 文件操作 — 文件树内新建文件 / 文件夹、重命名、查看内容(二进制与超大文件友好提示) + - VS Code 快捷打开 — 文件树右上角按钮一键用配置的 VS Code 可执行文件打开当前项目,路径可在「设置 → 系统设置 → 外部编辑器」自定义 + Git 集成 + - 文件状态 — 文件树显示 Git 状态颜色(修改 / 新增 / 删除 / 冲突) + - 变更 Diff — 工作区文件变更的详细 Diff,Hunk 行级解析,并排 / 内联双视图 + - 提交历史 — 浏览仓库提交记录,游标分页加载(默认 30 条) + - 提交 Diff — 查看任意提交的文件变更,逐文件切换 + - 分支信息 — 本地 / 远程分支列表 + - 源码控制面板 — VS Code 风格 Changes 面板,Staged / Changes / Untracked 分组展示,支持单文件和全量 stage / unstage / discard,Ctrl+Enter 快速提交,列表与树形视图切换 + - Pull / Push — 仓库行内按钮一键同步远端,支持刷新按钮重新加载提交记录与分支信息 + - 多仓库发现 — 自动扫描项目目录下所有 Git 仓库(递归 5 层,跳过 node_modules 等) + 外观与配置 + - Activity Bar 侧边栏 — 最左侧常驻 40px 图标栏,含 Projects / Sessions / Files / Git 四个面板开关,独立控制显隐,激活态蓝色竖条指示,状态持久化 + - 三种主题模式 — Auto(跟随系统)/ Light / Dark,深色基于 Warm Carbon 暖炭色调,自定义 CSS 变量体系 + - 字体独立调节 — UI 与终端字号分别可调(10-20px),终端可选是否跟随 UI 主题 + - 布局持久化 — 分屏比例、标签页、窗口大小 / 位置自动保存,重启恢复(tauri-plugin-window-state) + - 关闭确认 — 关闭窗口前二次确认,并 flush 所有项目布局,避免误操作 + - 版本检查 — 启动时拉取 GitHub Release,标题栏显示新版本提示 + - 设置中心 — 统一的 SettingsModal 管理主题、字体、Shell、AI 通知等所有开关 +ReleaseNotes: |- + 更新内容 + 修复 + - 修复分屏终端长时间静置后整屏乱码:多个终端共享同一份 WebGL 字形纹理图集(atlas),此前单个终端挂载或切回可见时会把共享图集整个清空、却只修复自己 —— 其余终端的顶点数据仍指向旧坐标,在图集按新布局重新填充后的下一次渲染出现整屏「换字」乱码,只能靠滚动或切换项目恢复。现在改为只重建本终端自身的渲染模型与顶点缓冲,不再触碰共享图集,静置的分屏终端不会再被其他终端的操作「投毒」 + - 修复 WebGL context 丢失后无法恢复的问题:此前显卡上下文丢失(如驱动重置)后该终端会永久退回 DOM 渲染,现在重新打开标签页即可恢复 WebGL 渲染 + 下载 + + | 平台 | 文件 | + | --------------------- | ------------------------------ | + | Windows (推荐) | Mini-Term_0.8.3_x64-setup.exe | + | Windows (MSI) | Mini-Term_0.8.3_x64_en-US.msi | + | macOS (Apple Silicon) | Mini-Term_0.8.3_aarch64.dmg | + | Linux (Debian/Ubuntu) | Mini-Term_0.8.3_amd64.deb | + | Linux (Fedora/RHEL) | Mini-Term-0.8.3-1.x86_64.rpm | + | Linux (通用) | Mini-Term_0.8.3_amd64.AppImage | + + macOS 未签名,首次打开若提示「已损坏」,请在终端执行:xattr -cr /Applications/Mini-Term.app + 完整变更:https://github.com/dreamlonglll/mini-term/compare/v0.8.2...v0.8.3 +ReleaseNotesUrl: https://github.com/dreamlonglll/mini-term/releases/tag/v0.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.yaml new file mode 100644 index 0000000000000..561aae5e1646e --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.installer.yaml b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.installer.yaml new file mode 100644 index 0000000000000..8ee6de128c386 --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.8.2841 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + SilentWithProgress: /SILENT + InstallLocation: /DIR="" +UpgradeBehavior: install +Protocols: +- classin +FileExtensions: +- eda +- edb +- edt +- edu +- edv +- epub +ProductCode: ClassIn +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://download.eeo.cn/client/classin_win_install_6.0.8.2841_x64.exe + InstallerSha256: 5F03BB949DC2106C426B7CE3E4711A0ADD211D5F579C4D8604BF01734A619A28 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.locale.en-US.yaml b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.locale.en-US.yaml new file mode 100644 index 0000000000000..5984855c6a6de --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.8.2841 +PackageLocale: en-US +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.classin.com/ +PublisherSupportUrl: https://help.classin.com/ +PrivacyUrl: https://www.classin.com/agreement/?type=privacy +Author: Beijing EEO Education Technology Co., Ltd. +PackageName: ClassIn +PackageUrl: https://www.classin.com/download/ +License: Proprietary +LicenseUrl: https://www.classin.com/agreement/?type=user +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://www.classin.com/agreement/?type=user +ShortDescription: Your One-Stop Solution to Hybrid Teaching and Learning +Moniker: classin +Tags: +- class +- classroom +- education +- lecture +- lesson +- teaching +ReleaseNotesUrl: https://help.classin.com/dcfa/cb11 +PurchaseUrl: https://www.classin.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.locale.zh-CN.yaml b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1cbb5234db1f4 --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.8.2841 +PackageLocale: zh-CN +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.eeo.cn/cn/ +PublisherSupportUrl: https://help.eeo.cn/ +PrivacyUrl: https://share.eeo.cn/p/agreement/?type=privacy&lang=zh-CN +Author: 北京翼鸥教育科技有限公司 +PackageName: ClassIn +PackageUrl: https://www.eeo.cn/cn/download +License: 专有软件 +LicenseUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +ShortDescription: 在线直播教学和学习管理系统 +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +ReleaseNotesUrl: https://help.eeo.cn/docs/3KsWW7 +PurchaseUrl: https://www.eeo.cn/cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.yaml b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.yaml new file mode 100644 index 0000000000000..68253f590dba6 --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.8.2841/EEO.ClassIn.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.8.2841 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.installer.yaml b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.installer.yaml new file mode 100644 index 0000000000000..4c881d95f2897 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.8.2843 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + SilentWithProgress: /SILENT + InstallLocation: /DIR="" +UpgradeBehavior: install +Protocols: +- classin +FileExtensions: +- eda +- edb +- edt +- edu +- edv +- epub +ProductCode: ClassIn X +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://download.eeo.cn/client/classinx_win_install_6.0.8.2843_x64.exe + InstallerSha256: 80785047AA93A4E6CDBFB7708B8EB85E4B4BB5BFD1036E1A176B60614AC79BB3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.locale.en-US.yaml b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.locale.en-US.yaml new file mode 100644 index 0000000000000..c7b1ae4ab652e --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.8.2843 +PackageLocale: en-US +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.classin.com/ +PublisherSupportUrl: https://help.classin.com/ +PrivacyUrl: https://www.classin.com/agreement/?type=privacy +Author: Beijing EEO Education Technology Co., Ltd. +PackageName: ClassIn X +PackageUrl: https://www.classin.com/download/ +License: Proprietary +LicenseUrl: https://www.classin.com/agreement/?type=user +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://www.classin.com/agreement/?type=user +ShortDescription: The ClassIn X application lifts your offline classroom onto the cloud. +Tags: +- class +- classroom +- education +- lecture +- lesson +- teaching +ReleaseNotesUrl: https://help.classin.com/dcfa/9973 +PurchaseUrl: https://www.classin.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.locale.zh-CN.yaml b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2d1afc6f2a5eb --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.8.2843 +PackageLocale: zh-CN +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.eeo.cn/cn/ +PublisherSupportUrl: https://help.eeo.cn/ +PrivacyUrl: https://share.eeo.cn/p/agreement/?type=privacy&lang=zh-CN +Author: 北京翼鸥教育科技有限公司 +PackageName: ClassIn X +PackageUrl: https://www.eeo.cn/cn/download +License: 专有软件 +LicenseUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +ShortDescription: OMO 线上线下融合课堂和线下智慧课堂 +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +ReleaseNotesUrl: https://help.eeo.cn/docs/yzR46p +PurchaseUrl: https://www.eeo.cn/cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.yaml b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.yaml new file mode 100644 index 0000000000000..89daf0aa76e79 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.8.2843/EEO.ClassInX.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.8.2843 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.installer.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.installer.yaml new file mode 100644 index 0000000000000..426a6e0ae8d92 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.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: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.34 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f6bd0604-87fa-534e-9fb2-f5a02394db55 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/download/v0.6.34/Hermes.Studio-0.6.34-x64.exe + InstallerSha256: FFF70302DE4EEDE956E3D6373BDF759721E6B7DD9BB76FECBE4625F937556694 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/download/v0.6.34/Hermes.Studio-0.6.34-x64.exe + InstallerSha256: FFF70302DE4EEDE956E3D6373BDF759721E6B7DD9BB76FECBE4625F937556694 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.locale.en-US.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..4cb154eee65c1 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.locale.en-US.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: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.34 +PackageLocale: en-US +ShortDescription: A full-featured desktop app for Hermes Agent. +Description: |- + A full-featured desktop app and web dashboard for Hermes Agent. + Manage AI chat sessions, monitor usage & costs, configure platform channels, + schedule cron jobs, browse skills — all from a clean, responsive web interface. +Tags: +- agent +- agentic +- ai +- hermes +- hermes-agent +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://hermes-studio.ai/#/docs/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4c5538b2267d8 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.34 +PackageLocale: zh-CN +Publisher: Hermes Studio Contributors +PublisherUrl: https://hermes-studio.ai/ +PublisherSupportUrl: https://github.com/EKKOLearnAI/hermes-studio/issues +PackageName: Hermes Studio +PackageUrl: https://hermes-studio.ai/ +License: BUSL-1.1 +LicenseUrl: https://github.com/EKKOLearnAI/hermes-studio/blob/HEAD/LICENSE +Copyright: Copyright © 2026 +ShortDescription: Hermes Agent 的全功能桌面应用 +Description: |- + Hermes Agent 的全功能桌面应用和 Web 管理面板。 + 管理 AI 聊天会话、监控用量与成本、配置平台渠道、 + 管理定时任务、浏览技能 —— 全部在一个简洁响应式的 Web 界面中完成。 +Tags: +- hermes +- hermes-agent +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + What's Changed + - [codex] add standalone desktop chat window by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2209 + - Remove sensitive browser input restrictions by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2210 + - Expose Ekko Agent with skill discovery and multimodal input by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2215 + - fix: align Kanban with Hermes Agent 0.19 by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2216 + - fix(group-chat): preserve per-room human member profiles by @DavidMetcalfe in https://github.com/EKKOLearnAI/hermes-studio/pull/2212 + - Add configurable MCU connected standby by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2218 + - fix(i18n): restore missing diacritics in the pt-BR catalog by @lufemidias in https://github.com/EKKOLearnAI/hermes-studio/pull/2221 + - [codex] support image inputs in coding agent runs by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2222 + - Support session-scoped /yolo chat commands by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2223 + - fix(cron): make Run Now non-blocking and harden job creation by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2228 + - Remove the 200-turn cap from Agent settings by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2225 + - Improve Ekko memory recall with structured kinds by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2229 + - Add external context compression for Ekko by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2230 + - fix(chat): preserve ASCII quotes in Markdown by @hanzckernel in https://github.com/EKKOLearnAI/hermes-studio/pull/2234 + - fix(codex): 截断 Responses 超大工具输出 by @hanzckernel in https://github.com/EKKOLearnAI/hermes-studio/pull/2232 + - Add guarded Ekko skill evolution by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2236 + - Fix coding agent session stream isolation by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2238 + - fix(workflow): keep Hermes capability preflight API mode agnostic by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2239 + - Add per-user theme customization by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2242 + - Align Windows and browser theme glass by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2243 + - Fix Ekko browser launch on Windows by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2244 + - Prepare 0.6.34 changelog by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2245 + New Contributors + - @DavidMetcalfe made their first contribution in https://github.com/EKKOLearnAI/hermes-studio/pull/2212 + - @lufemidias made their first contribution in https://github.com/EKKOLearnAI/hermes-studio/pull/2221 + Full Changelog: https://github.com/EKKOLearnAI/hermes-studio/compare/v0.6.33...v0.6.34 +ReleaseNotesUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/tag/v0.6.34 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://hermes-studio.ai/#/docs/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.yaml new file mode 100644 index 0000000000000..5d7a05f8016ef --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.34/EKKOLearnAI.HermesStudio.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: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.34 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.installer.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.installer.yaml similarity index 77% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.installer.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.installer.yaml index 5715b171e4d56..d022bd0ba83f2 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.installer.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/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.0727.1645 +PackageVersion: 26.0728.0205 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: piicrawler.exe Commands: - piicrawler -ReleaseDate: 2026-07-27 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 InstallerUrl: https://downloads.eligian.com/piicrawler-cli-windows-signed.zip - InstallerSha256: 242E6592A5405B2B53361C5C105735FEBF12830E668C6C71609D4F56DEF32D56 + InstallerSha256: 0A2DA972B55E37B8F3CAEC286DC0A6FE669FFD93D7C95132DC9295B5083A9EEE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.locale.en-US.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.locale.en-US.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.locale.en-US.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.locale.en-US.yaml index a0b6e6b838392..aa22361bfd911 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.locale.en-US.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/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.0727.1645 +PackageVersion: 26.0728.0205 PackageLocale: en-US Publisher: Eligian Labs LLC PublisherUrl: https://www.piicrawler.com/ diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml similarity index 98% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml index 9584ade9a81dc..12c86538e48c4 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.locale.zh-CN.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/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.0727.1645 +PackageVersion: 26.0728.0205 PackageLocale: zh-CN License: 专有软件 ShortDescription: PII Crawler 在您自己的硬件上扫描文件、网络共享和数据库。发现 SaaS 工具无法触及位置中隐藏的社会安全号码、地址、姓名和电子邮件。没有任何数据会离开您的网络。 diff --git a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.yaml b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.yaml similarity index 89% rename from manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.yaml rename to manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/EligianLabs.PIICrawlerCLI.yaml index f65d10146baab..ac12fe744d393 100644 --- a/manifests/e/EligianLabs/PIICrawlerCLI/26.0727.1645/EligianLabs.PIICrawlerCLI.yaml +++ b/manifests/e/EligianLabs/PIICrawlerCLI/26.0728.0205/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.0727.1645 +PackageVersion: 26.0728.0205 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.installer.yaml new file mode 100644 index 0000000000000..69eb0efa64e38 --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Eugeny.Tabby +PackageVersion: 1.0.235 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 +ReleaseDate: 2026-07-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.235/tabby-1.0.235-setup-x64.exe + InstallerSha256: 1CC11BF9442133B4A40F9BE61BB3B8B0BC7927FB09C4DB75CB8739FEB6C00AA4 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.235/tabby-1.0.235-setup-x64.exe + InstallerSha256: 1CC11BF9442133B4A40F9BE61BB3B8B0BC7927FB09C4DB75CB8739FEB6C00AA4 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.235/tabby-1.0.235-setup-arm64.exe + InstallerSha256: DA8516D3378FAD36EA7F9DB29CE8854DCA1EC18BB3A5E7E1E57881D8A6F83AFD + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.235/tabby-1.0.235-setup-arm64.exe + InstallerSha256: DA8516D3378FAD36EA7F9DB29CE8854DCA1EC18BB3A5E7E1E57881D8A6F83AFD + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.locale.en-US.yaml new file mode 100644 index 0000000000000..214e72ac9aa1c --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.locale.en-US.yaml @@ -0,0 +1,90 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Eugeny.Tabby +PackageVersion: 1.0.235 +PackageLocale: en-US +Publisher: Eugene Pankov +PublisherUrl: https://github.com/Eugeny +PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +Author: Eugene Pankov +PackageName: Tabby +PackageUrl: https://tabby.sh/ +License: MIT +LicenseUrl: https://github.com/Eugeny/tabby/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Eugene Pankov +ShortDescription: A terminal for a more modern age. +Description: |- + Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows 10, macOS and Linux + - Integrated SSH and Telnet client and connection manager + - Integrated serial terminal + - Theming and color schemes + - Fully configurable shortcuts and multi-chord shortcuts + - Split panes + - Remembers your tabs + - PowerShell (and PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder and CMD support + - Direct file transfer from/to SSH sessions via Zmodem + - Full Unicode support including double-width characters + - Doesn't choke on fast-flowing outputs + - Proper shell experience on Windows including tab completion (via Clink) + - Integrated encrypted container for SSH secrets and configuration + - SSH, SFTP and Telnet client available as a web app (also self-hosted) +Moniker: tabby +Tags: +- command-line +- console +- terminal +- terminus +ReleaseNotes: |- + Security fixes + - GHSA-59p9-8gwf-v9v7: Windows SFTP path traversal allows a malicious server to write files outside the selected download directory + Changes + - feat(core): add pinned tabs by @tyr1k in https://github.com/Eugeny/tabby/pull/11146 + - Sort baud rate selector by numeric order by @bluekani in https://github.com/Eugeny/tabby/pull/11297 + - feat: Add mouse wheel support for hotkeys by @bluekani in https://github.com/Eugeny/tabby/pull/11324 + - [Feature] Group nesting "folders" & Profile tree view by @D3VL-Jack in https://github.com/Eugeny/tabby/pull/10788 + - Make keyboard-interactive auth URLs clickable by @puneetdixit200 in https://github.com/Eugeny/tabby/pull/11327 + - Bundle MSVC runtime DLLs in Windows portable packages by @bluekani in https://github.com/Eugeny/tabby/pull/11372 + - Adding Cool Retro Term Amber theme by @saudiqbal in https://github.com/Eugeny/tabby/pull/11337 + - [FEATURE] refresh Windows environment variables from registry for new sessions by @MicroGery in https://github.com/Eugeny/tabby/pull/11321 + - fix(terminal): expose debug hotkeys in settings for remap/disable by @uadhran in https://github.com/Eugeny/tabby/pull/11420 + - feat: add Connect, Disconnect, and Reconnect buttons to serial tab toolbar by @uadhran in https://github.com/Eugeny/tabby/pull/11288 + Fixes + - fix: restore terminal redraw after tab reactivation by @uadhran in https://github.com/Eugeny/tabby/pull/11275 + - fix: Plugins search by @bluekani in https://github.com/Eugeny/tabby/pull/11330 + - fix(terminal): restore transparent background when vibrancy is enabled by @Specboss in https://github.com/Eugeny/tabby/pull/11326 + - fix: Restore hotkey edit and remove actions by @bluekani in https://github.com/Eugeny/tabby/pull/11374 + - fix: Exclude unnecessary Windows build artifacts by @bluekani in https://github.com/Eugeny/tabby/pull/11371 + - fix: Pin Windows build runner to windows-2022 by @bluekani in https://github.com/Eugeny/tabby/pull/11370 + - fix(terminal): reset stale DEC modes on connectable reconnect by @balajieswaramoorthi in https://github.com/Eugeny/tabby/pull/11368 + - fix(ssh): prevent keepalive flooding by mapping null/0 keepaliveInterval to undefined by @linzack in https://github.com/Eugeny/tabby/pull/11340 + - fix: ZMODEM transfer by @ruanimal in https://github.com/Eugeny/tabby/pull/11319 + - fix(ssh): honor profile port settings on connect by @uadhran in https://github.com/Eugeny/tabby/pull/11366 + - fix(terminal): robust context loss recovery and direct DOM fallback during GPU resets by @Gerry9000 in https://github.com/Eugeny/tabby/pull/11354 + - fix(settings): guard hotkey config lookup for missing plugin paths by @uadhran in https://github.com/Eugeny/tabby/pull/11422 + - fix(terminal): restart visual bell shake on repeated BEL by @uadhran in https://github.com/Eugeny/tabby/pull/11388 + - fix: handle vault unlock modal cancellation gracefully by @uadhran in https://github.com/Eugeny/tabby/pull/11356 + - feat: Add dropdown arrow to form-select elements by @bluekani in https://github.com/Eugeny/tabby/pull/11399 + - fix(ssh): prevent SFTP path navigation freeze by @A-Words in https://github.com/Eugeny/tabby/pull/11393 + - fix: replace exec() with execFile() to prevent shell injection in shellIntegration.service by @uadhran in https://github.com/Eugeny/tabby/pull/11290 + - fix: replace exec() with execFile() to prevent shell injection in app.ts by @uadhran in https://github.com/Eugeny/tabby/pull/11289 + New Contributors + - @cayenne17 made their first contribution in https://github.com/Eugeny/tabby/pull/11284 + - @bluekani made their first contribution in https://github.com/Eugeny/tabby/pull/11297 + - @D3VL-Jack made their first contribution in https://github.com/Eugeny/tabby/pull/10788 + - @puneetdixit200 made their first contribution in https://github.com/Eugeny/tabby/pull/11327 + - @Specboss made their first contribution in https://github.com/Eugeny/tabby/pull/11326 + - @balajieswaramoorthi made their first contribution in https://github.com/Eugeny/tabby/pull/11368 + - @linzack made their first contribution in https://github.com/Eugeny/tabby/pull/11340 + - @saudiqbal made their first contribution in https://github.com/Eugeny/tabby/pull/11337 + - @Gerry9000 made their first contribution in https://github.com/Eugeny/tabby/pull/11354 + - @MicroGery made their first contribution in https://github.com/Eugeny/tabby/pull/11321 + - @tyr1k made their first contribution in https://github.com/Eugeny/tabby/pull/11146 + - @A-Words made their first contribution in https://github.com/Eugeny/tabby/pull/11393 + Full Changelog: https://github.com/Eugeny/tabby/compare/v1.0.234...v1.0.235 +ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.235 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Eugeny/tabby/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.locale.zh-CN.yaml new file mode 100644 index 0000000000000..595db2426df48 --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Eugeny.Tabby +PackageVersion: 1.0.235 +PackageLocale: zh-CN +Publisher: Eugene Pankov +PublisherUrl: https://github.com/Eugeny +PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +Author: Eugene Pankov +PackageName: Tabby +PackageUrl: https://tabby.sh/ +License: MIT +LicenseUrl: https://github.com/Eugeny/tabby/blob/master/LICENSE +Copyright: Copyright (c) 2026 Eugene Pankov +ShortDescription: 更现代的终端 +Description: |- + Tabby(原 Terminus)是一款 Windows 10、macOS、Linux 上的一款可高度定制的终端模拟器、SSH 和串口客户端 + - 内置 SSH 和 Telnet 客户端和连接管理器 + - 内置串口终端 + - 主题和配色 + - 完全可配置的快捷键和组合键 + - 分割面板 + - 记住您的标签页 + - 支持 PowerShell(和 PS Core)、WSL、Git-Bash、Cygwin、MSYS2、Cmder、CMD + - 通过 Zmodem 在 SSH 会话中直接传输文件 + - 完全支持 Unicode(包括全角字符) + - 高速输出而不卡顿 + - 在 Windows 上提供良好的 shell 体验,包括 Tab 补全(通过 Clink) + - 内置用于 SSH 密钥和配置的加密容器 + - SSH、SFTP、Telnet 客户端可作为网络应用程序使用(也可自行托管) +Tags: +- terminus +- 命令行 +- 控制台 +- 终端 +ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.235 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.yaml new file mode 100644 index 0000000000000..c0d050819b341 --- /dev/null +++ b/manifests/e/Eugeny/Tabby/1.0.235/Eugeny.Tabby.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: Eugeny.Tabby +PackageVersion: 1.0.235 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Figma/Figma/126.7.10/Figma.Figma.installer.yaml b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.installer.yaml new file mode 100644 index 0000000000000..ebd7215430ce8 --- /dev/null +++ b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 126.7.10 +UpgradeBehavior: install +Protocols: +- figma +FileExtensions: +- fig +ReleaseDate: 2026-07-24 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.figma.com/win/build/Figma-126.7.10.exe + InstallerSha256: 811E1F2CD50D0CBEEB169E0AFFD8169DA382ADF5BCE59F2870E8772A443C2791 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Figma +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.figma.com/win-arm/build/Figma-126.7.10.exe + InstallerSha256: 6DF134B44D1EACE950600C81483A19EB6D94F9737D90B53C5F55E9A526AD3D7D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Figma +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.figma.com/win/build/Figma-126.7.10.msi + InstallerSha256: AE066A1E2C029F26499CD09C60C1081B388B8C43ECAEEDD7CE333921ED1E65A2 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{BDE063B2-459A-4ECE-876D-E449ACCAC237}.msq' + AppsAndFeaturesEntries: + - InstallerType: exe + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Figma\app-125.5.6' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Figma/Figma/126.7.10/Figma.Figma.locale.en-US.yaml b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.locale.en-US.yaml new file mode 100644 index 0000000000000..8bf29f0d5cfca --- /dev/null +++ b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.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: Figma.Figma +PackageVersion: 126.7.10 +PackageLocale: en-US +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: Proprietary +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2026 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: The Collaborative Interface Design Tool +Description: Figma is the leading collaborative design tool for building meaningful products. Seamlessly design, prototype, develop, and collect feedback in a single platform. +Moniker: figma +Tags: +- build +- design +- diagram +- flow +- flowchart +- interface +- mockup +- present +- prototype +- slides +- specification +- ui +- user-experience +- user-interface +- ux +- wireframe +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: Best Practice Guides + DocumentUrl: https://www.figma.com/best-practices/ +- DocumentLabel: Blog + DocumentUrl: https://www.figma.com/blog/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Figma/Figma/126.7.10/Figma.Figma.locale.zh-CN.yaml b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e73972aa188ba --- /dev/null +++ b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 126.7.10 +PackageLocale: zh-CN +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +Author: Figma, Inc. +PackageName: Figma +PackageUrl: https://www.figma.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2026 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: 协作界面设计工具 +Description: Figma 是领先的协作设计工具,可用于构建有意义的产品。在单一平台上无缝设计、制作原型、开发和收集反馈。 +Tags: +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +PurchaseUrl: https://www.figma.com/pricing/ +Documentations: +- DocumentLabel: 博客 + DocumentUrl: https://www.figma.com/blog/ +- DocumentLabel: 最佳实践指南 + DocumentUrl: https://www.figma.com/best-practices/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Figma/Figma/126.7.10/Figma.Figma.yaml b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.yaml new file mode 100644 index 0000000000000..81fefc9c45c7f --- /dev/null +++ b/manifests/f/Figma/Figma/126.7.10/Figma.Figma.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: Figma.Figma +PackageVersion: 126.7.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.installer.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.installer.yaml new file mode 100644 index 0000000000000..ce216b78a63b4 --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: fjrevoredo.MiniDiarium +PackageVersion: 0.6.3 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fjrevoredo/mini-diarium/releases/download/v0.6.3/Mini-Diarium-0.6.3-windows.exe + InstallerSha256: 3815E7323C825D70E402EBBF074165479107F3D11D24A50368976037DDE95CE9 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-27 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.locale.en-US.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.locale.en-US.yaml new file mode 100644 index 0000000000000..fc82da9990244 --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.locale.en-US.yaml @@ -0,0 +1,157 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: fjrevoredo.MiniDiarium +PackageVersion: 0.6.3 +PackageLocale: en-US +Publisher: fjrevoredo +PublisherUrl: https://mini-diarium.com/ +PublisherSupportUrl: https://github.com/fjrevoredo/mini-diarium/issues +PrivacyUrl: https://github.com/fjrevoredo/mini-diarium/blob/master/docs/PRIVACY.md +Author: Francisco J. Revoredo +PackageName: Mini Diarium +PackageUrl: https://github.com/fjrevoredo/mini-diarium +License: MIT +LicenseUrl: https://github.com/fjrevoredo/mini-diarium/blob/master/LICENSE +Copyright: Copyright (c) 2026 Francisco J. Revoredo +ShortDescription: Encrypted, local-first journaling app +Description: A local-first journal with serious encryption. Free, open source, and never touches the internet. +Moniker: mini-diarium +Tags: +- privacy +- journaling +- journal +- diary +- foss +- open-source +- rust +ReleaseNotes: |- + What's Changed + + This release completes the in-app navigation migration with header day controls and a ⋮ menu, adds + timeline display preferences and a donation page, and fixes Linux spell check. Internally, the + backend is now a three-crate open-core workspace with a sealed API façade, and the Microsoft Store + update pipeline is live. + + Added + - Website donation page: added a donation page at mini-diarium.com/donate/ + (https://mini-diarium.com/donate/), reachable from a "Support the project" section on the homepage + and a Donate link in the site-wide footer. It lists Ko-fi (card, PayPal, Apple Pay) and the + Monero, Bitcoin, and Bitcoin-over-Lightning addresses, each with a copy-to-clipboard button, plus + the same network-mismatch and traceability notes as DONATE.md. Donations were previously reachable + only from the GitHub repo. + - Day navigation in the header (TODO-0063): the header date is now flanked by previous-day (◀) and + next-day (▶) buttons, and clicking the date opens the Go to Date picker. These actions no longer + require opening the OS menu bar. The next-day button respects the "allow future entries" + preference, stopping at today when future entries are disabled. + - Statistics, Import, and Export are now always available from the app (TODO-0065): the header ⋮ + menu always shows Preferences, Statistics, Import, and Export. None of them require a trip to the + OS menu bar anymore. + - Timeline display preferences (TODO-0072, addressing #205 + (https://github.com/fjrevoredo/mini-diarium/issues/205)): a new Timeline section under Preferences + → Writing lets you shrink the timeline date column and hide the entry preview. Date format offers + Full ("Monday, January 15, 2024"), Long, Medium, Short, and ISO (2024-01-15). Every style except + ISO follows your interface language, and each option in the dropdown shows a live example using + today's date. Show entry preview collapses each row to just the date and title when turned off, + fitting more entries on screen. Both default to the previous behavior, so nothing changes unless + you opt in. Screen readers always hear the full date, even when the visible column uses a short + format. + + Changed + - The native OS menu is now just Preferences and Exit (TODO-0065): every other native menu item + (Previous/Next Day, Go to Today, Go to Date, Previous/Next Month, Statistics, Import, Export, + About) is gone now that all of them are reachable inside the app, from the header controls and the + ⋮ menu. On Windows and Linux the menu bar is a single File menu. On macOS the Mini Diarium app + menu keeps Preferences and Quit alongside the standard Services/Hide/Show All items (Edit and + Window are untouched, since they back standard OS text-editing and window behavior). About now + opens from the ⓘ button in the header, which already did the same thing. All keyboard shortcuts + (Ctrl/Cmd+[, ], Shift+[, Shift+], T, G, F, ,) continue to work exactly as before. + + Fixed + - Spell check now works on Linux (TODO-0081, addressing #227 + (https://github.com/fjrevoredo/mini-diarium/issues/227)): the "Enable spellcheck" preference + silently did nothing on Linux, so misspelled words never got the red squiggly underline. It now + works. Mini Diarium turns on spell checking and picks a dictionary based on your interface + language, refined by your system locale's region when the two agree. Toggling the preference off + removes the underlines immediately, with no restart needed. Windows and macOS are unchanged. The + Flatpak build bundles dictionaries for all seven interface languages. The .deb/.rpm builds use + your system's installed hunspell dictionaries, or you can drop your own into your enchant config + directory. See Preferences → Spell check on Linux (https://mini-diarium.com/docs/preferences/) for + details. + - Missing Linux spellcheck dictionary guidance: Preferences now gives plain-language recovery steps + when spell checking is unavailable, including a link to Linux setup instructions and Flatpak + repair guidance. + + Internal + - Native-menu removal and the JS shortcut layer (TODO-0065, closing TODO-0062/0063/0064): + src-tauri/src/menu.rs now builds only the Preferences item, so menu-preferences is the only menu-* + event the backend emits and MainLayout is its only listener. The LockableMenuItems managed state + and updatemenulockstate are gone (Preferences is always enabled), removing eight call sites across + the auth commands and the AppHandle parameters that existed only to reach them. + MenuLabels/updatemenu_locale shrank to the two surviving labels across all six locales. The six + removed accelerators are now a single keydown handler in the new src/lib/keyboard-shortcuts.ts + (registered by MainLayout): it matches brackets on e.code, ignoring Alt so AltGr bracket input + still reaches the editor. Their navigation logic moved into src/lib/day-navigation.ts (goToToday, + goToPreviousMonth, goToNextMonth, the latter keeping the future-clamp). The "is any overlay open" + guard that MainLayout used to duplicate is now a single isAnyOverlayOpen() in src/state/ui.ts, + shared by all three consumers. + - inAppMenu feature flag graduated and retired (TODO-0065): the flag is gone from the FeatureFlag + union and DEFAULTS, per the ADR's no-migration retirement rule. src/state/feature-flags.ts is now + dormant infrastructure with an empty union. The next feature needing a runtime toggle adds three + lines rather than rebuilding the store. Flags are declared in a FEATURE_FLAGS registry that pairs + each with its label's i18n key. Preferences → Advanced → Experimental Features renders from that + registry and hides itself entirely when it's empty, which is the case today. The inAppMenuLabel + translation was deleted from en.ts and all six locale files. e2e/specs/header-actions.spec.ts no + longer seeds the flag and instead adds a Ctrl+[ smoke check. That's the only proof the JS shortcut + layer really replaced the OS accelerators in a real WebView. helpers.ts keeps its now-callerless + setFeatureFlag helper on purpose, because the WebView2 reload gotcha it encodes is expensive to + rediscover. The onboarding tour's Import step no longer needs a native-menu-bar fallback, which + removed the last consumer of edgeHint. EdgeHint, computeEdgeHintPosition, and EdgeDot came out of + OnboardingOverlay.tsx (the remaining cleanup is tracked as TODO-0062-01). + - Core-crate distribution decided (TODO-0084, open-core M4a): recorded the decision in + docs/decisions/2026-07-core-crate-distribution.md, which settles how the two library crates + (mini-diarium-core, mini-diarium-crypto) would reach a second consumer. The choice is a tagged git + dependency. crates.io publication is deferred behind an explicit trigger, not rejected. A git + submodule is rejected outright. The reasoning is a permanence asymmetry: a crates.io yank neither + deletes the artifact nor frees the name, while a git dependency can always be upgraded to a + published crate later. No second consumer exists yet, so publishing now would create a semver + obligation with no matching benefit. Publishing is also transitive: shipping mini-diarium-core on + crates.io would require publishing mini-diarium-crypto first, which is why "publish crypto only" + is recorded as the fallback if a crate name ever comes under threat (all three names were + unclaimed as of 2026-07-24, and leaving them unclaimed is a knowingly-accepted risk). Both library + crates keep independent 0.x versions decoupled from the app's, stay out of bump-version.sh/.ps1, + the pre-release guard, and RELEASING.md, and the pre-1.0/internal API.md contract is unchanged. + Both API.md files, RELEASING.md, and OPENCORESTRATEGY.md were updated to match. Documentation + only, no code or behavior change. + - Filled in the Cargo manifest license and author metadata: none of the three crates declared a + license, despite the repo being MIT, and all three carried a placeholder authors = ["you"]. Both + are now correct (license = "MIT", repository, and the real copyright holder). This is a + correctness fix made independently of the M4a distribution decision above, not publishing prep. + One user-visible effect: Tauri derives the Debian package Maintainer field from the app crate's + authors, so .deb releases previously shipped Maintainer: you. The Windows Installer Manufacturer + field is unaffected, since tauri-utils derives bundle.publisher from the identifier + (com.minidiarium → minidiarium), not from authors. + - Enabled the Microsoft Store update pipeline (TODO-0078): brought the never-run msstore-publish.yml + to a working state and validated it end-to-end with a green dry run (draft submission created via + --noCommit, confirmed PendingCommit, never published). The dry runs surfaced four fixes. + - The msstore publish call now uses Microsoft's documented MSIX package-update form, msstore publish + -id . It previously passed the product id as the positional project/URL + argument. + - scripts/build-msix.ps1 is invoked directly in the already-shell: pwsh pack step, instead of + through a nested pwsh that failed to resolve the script on the runner. + - An optional dryrunversion input lets the pipeline be validated against a branch that actually + contains the msix/ tooling. No released tag at or before v0.6.2 does, since it was added hours after + that tag, and such a tag's version wouldn't exceed the live Store package either. + - winget install failures are now fail-fast. PowerShell doesn't treat a nonzero winget exit code as + terminating, so a transient download failure was previously swallowed until a confusing error showed + up 15 minutes later in the pack step. + + Real releases are unaffected: they omit dryrunversion and derive the version from the tag. This also + required a maintainer-side fix outside the codebase. The account had no Microsoft Entra tenant to + … (truncated — see ReleaseNotesUrl for full notes) +ReleaseNotesUrl: https://github.com/fjrevoredo/mini-diarium/releases/tag/v0.6.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/fjrevoredo/mini-diarium/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.yaml new file mode 100644 index 0000000000000..10ec1865b3c0e --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.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: fjrevoredo.MiniDiarium +PackageVersion: 0.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..924481f6d11ea --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.82 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.82/TK-Copilot.Setup.1.8.82.exe + InstallerSha256: 02AD6F71BCE64307EB3EBAE25041503D690E0C64FFAD4D209BF791B91A684824 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.82/TK-Copilot.Setup.1.8.82.exe + InstallerSha256: 02AD6F71BCE64307EB3EBAE25041503D690E0C64FFAD4D209BF791B91A684824 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..2b919cc836d9f --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.82 +PackageLocale: en-US +Publisher: RivonClaw +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/rivonclaw/issues +Author: Gaoyang Zhang +PackageName: RivonClaw +PackageUrl: https://github.com/gaoyangz77/rivonclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + RivonClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; RivonClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + RivonClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so RivonClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.8.82 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d45ddd825135e --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.82 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + RivonClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,RivonClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + RivonClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 RivonClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..91f639f1cc91d --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.82/GaoyangZhang.RivonClaw.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: GaoyangZhang.RivonClaw +PackageVersion: 1.8.82 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.installer.yaml b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.installer.yaml new file mode 100644 index 0000000000000..3c582756c06d1 --- /dev/null +++ b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 2.3.0 +InstallerType: portable +Commands: +- gitea-runner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://gitea.com/gitea/runner/releases/download/v2.3.0/gitea-runner-2.3.0-windows-amd64.exe + InstallerSha256: BB57C3360F84FF258751CBCF5BAF773351C1C6C92A9CFE17522648655441346A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.locale.en-US.yaml b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..056de2a0bb12c --- /dev/null +++ b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: The Gitea Authors +PublisherUrl: https://about.gitea.com/ +PublisherSupportUrl: https://docs.gitea.com/help/support +Author: The Gitea Authors +PackageName: Gitea Runner +PackageUrl: https://about.gitea.com/products/runner/ +License: MIT +LicenseUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +Copyright: Copyright (c) 2026 The Gitea Authors +CopyrightUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +ShortDescription: Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It runs your jobs on the infrastructure you choose, with the same workflow syntax as GitHub Actions. +Description: |- + Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It works alongside Gitea's built-in Git server and auxiliary services to create an isolated environment in which the tasks that make up your CI/CD pipeline run. + + The runner works on a simple yet effective premise: it listens for any job dispatched from a Gitea server and runs those jobs in the environment you configure. Whenever a commit or a pull request is made, the runner kicks into action and provides immediate feedback about the impact of the change. +Moniker: gitea-runner +Tags: +- cd +- ci +- ci-cd +- continuous-delivery +- continuous-integration +- gitea +- gitea-actions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.yaml b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.yaml new file mode 100644 index 0000000000000..44baef22822ff --- /dev/null +++ b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.installer.yaml new file mode 100644 index 0000000000000..73fbb655e4516 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.8 +InstallerType: portable +Commands: +- agy +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.8-5636713813508096/windows-x64/cli_windows_x64.exe + InstallerSha256: 0DA7E458B4DAEC92898D6D7F28D40E51D0F2B26FC20FB80A285D0A30BCDE4519 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.1.8-5636713813508096/windows-arm/cli_windows_arm64.exe + InstallerSha256: 8CFCFBA128D79F929995EAE9531D15E8989A48A6BE1175617EF5332ED62E9459 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0fd5189e4b5d2 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.8 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..53c0bfded7115 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.8 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.yaml new file mode 100644 index 0000000000000..ea51dea7e2df5 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.1.8/Google.AntigravityCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..2b3e7396703ea --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.182 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.182/ggcode_1.3.182_windows_x64.msi + InstallerSha256: 9C66C5DEC1EE817A7C90D606FBDB14264AA4EFB49ECF675643A799B810FF086F + ProductCode: '{0C21384D-B61B-4532-A671-352B9E6B8C75}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{0C21384D-B61B-4532-A671-352B9E6B8C75}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.182/ggcode_1.3.182_windows_arm64.msi + InstallerSha256: FDC6AC035108F9BD9C71DFEC295F9F0F4FFB2452086815063801C8C258A277BB + ProductCode: '{AABF14B8-B2C2-4C67-92ED-7FA4FF1F1074}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{AABF14B8-B2C2-4C67-92ED-7FA4FF1F1074}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..c6b5253a473dd --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.182 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.182 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..e0bda8c0ec5e0 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.182 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..df5adfdef7c20 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.182 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{D24D13F8-2688-48FD-9768-EE873E6DDE50}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{D24D13F8-2688-48FD-9768-EE873E6DDE50}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.182/ggcode-desktop_1.3.182_windows_x64.msi + InstallerSha256: A3DF7B839ADB1DC05A6E845F163ECA13A9B12DEDFB6B6B314DBB60AC5B3B1150 + ProductCode: '{D24D13F8-2688-48FD-9768-EE873E6DDE50}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{D24D13F8-2688-48FD-9768-EE873E6DDE50}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.182/ggcode-desktop_1.3.182_windows_arm64.msi + InstallerSha256: 2455803BA609D7F2EE31A59131693E3F302F5C8A9379F2EF6368F3A1401110CA + ProductCode: '{65795C77-D06B-435D-9040-66992C96E225}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{65795C77-D06B-435D-9040-66992C96E225}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..4bd2ed37a4459 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.182 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.182 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..6295bf15807c1 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.182/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.182 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..37f9989dc0de9 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10155 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-27 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b10155/llama-b10155-bin-win-vulkan-x64.zip + InstallerSha256: D9D6C72AB8922123B7FB040B4178105E96F15E296CC4B6C3153B938A1C7FF0B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..b15d19036e8f8 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10155 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + mtmd: support MiMo-V2.5 audio input (RVQ-based model) (#26190) + - gguf converter for mimo audio + - fix conv + - cpp impl + - nits + - nits 2 + Website: + - https://llama.app + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows arm64 (OpenCL Adreno) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows x64 (Vulkan) + - Windows x64 (OpenVINO) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b10155 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..51cf6c44698de --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.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: ggml.llamacpp +PackageVersion: b10155 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.installer.yaml new file mode 100644 index 0000000000000..cd47d63195b74 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.41 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-07-24 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.41/AionUi-2.1.41-win-x64.exe + InstallerSha256: 930101A643CD60A1FEA83DD65396E882123B6E5603560DFD8CA54CBFF2D3D36D + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.41/AionUi-2.1.41-win-x64.exe + InstallerSha256: 930101A643CD60A1FEA83DD65396E882123B6E5603560DFD8CA54CBFF2D3D36D + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.41/AionUi-2.1.41-win-arm64.exe + InstallerSha256: 578130993CD160301B5B44CF79B12E37E20F14B7C2BE0A84F63B2BEB9ED79A0B + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 0000000000000..415eaf6f2620c --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.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: HaiYing.AionUi +PackageVersion: 2.1.41 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - feat(shortcuts): add common UI bindings by @eyaeya in https://github.com/iOfficeAI/AionUi/pull/3675 + - fix(team): extend ITeamRunEvent.source with system_lifecycle by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3721 + - feat(notification): notify on agent turn completion when window is unfocused (desktop) by @GoldenDecade in https://github.com/iOfficeAI/AionUi/pull/3715 + - chore: bump version to 2.1.41 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3728 + New Contributors + - @GoldenDecade made their first contribution in https://github.com/iOfficeAI/AionUi/pull/3715 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.40...v2.1.41 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.41 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a73e1e495c0eb --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.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: HaiYing.AionUi +PackageVersion: 2.1.41 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.yaml new file mode 100644 index 0000000000000..dd55a64e7e13c --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.41/HaiYing.AionUi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..749dc71b8913c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2288 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2288/Jackett.Installer.Windows.exe + InstallerSha256: 65C787478CFCF546EA942329DAB6F0FBE6901D61C6EF8C05F5F035C011E9DB66 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..e9a17fb7f42e0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2288 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 23d3fbc Update 52bt.yml + - 4b9b35a 52bt: new selectors and switch to english + - 932b1bb torrentavenue: new cats #16892 part 4of4 + - 0b66c7e torrentavenue: new cat #16892 part 3 + - 56ddbe2 bitpalace: update cat AGAIN + - d73a75e tr4ker: drop infohash #16969 + - 5f5c6d3 tr4ker: Revert "switch to private" #16969 and remove the infohash to prevent Jackett building a magnet + - 5bd5692 tr4ker: switch to private + - 83c3e9e torrentavenue: new cat #16892 part 2 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2288 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..43eacfe4181e9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2288 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.installer.yaml b/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.installer.yaml new file mode 100644 index 0000000000000..9c3965ebca365 --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: JordanCoin.codemap +PackageVersion: 4.2.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: codemap.exe + PortableCommandAlias: codemap + InstallerUrl: https://github.com/JordanCoin/codemap/releases/download/v4.2.0/codemap_4.2.0_windows_amd64.zip + InstallerSha256: b83edef26e0f2ed4f6db7af20ab8e2cc651f08cb184f03c3252b02b3d5bb252d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.locale.en-US.yaml b/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.locale.en-US.yaml new file mode 100644 index 0000000000000..c7036173de410 --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.locale.en-US.yaml @@ -0,0 +1,26 @@ +# 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: JordanCoin.codemap +PackageVersion: 4.2.0 +PackageLocale: en-US +Publisher: JordanCoin +PublisherUrl: https://github.com/JordanCoin +PublisherSupportUrl: https://github.com/JordanCoin/codemap/issues +PackageName: codemap +PackageUrl: https://github.com/JordanCoin/codemap +License: MIT +LicenseUrl: https://github.com/JordanCoin/codemap/blob/main/LICENSE +ShortDescription: Generate a brain map of your codebase for LLM context +Description: | + codemap generates a compact, structured "brain map" of your codebase + that LLMs can instantly understand. One command gives instant + architectural context without burning tokens. +Moniker: codemap +Tags: + - cli + - developer-tools + - ai + - llm + - code-analysis +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.yaml b/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.yaml new file mode 100644 index 0000000000000..7c75bdce924c0 --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.2.0/JordanCoin.codemap.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: JordanCoin.codemap +PackageVersion: 4.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.installer.yaml b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.installer.yaml new file mode 100644 index 0000000000000..7df8f9cfafc61 --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.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: justhil.piDesktop +PackageVersion: 0.5.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b658e061-4209-5c22-b631-567d06d733ce +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/justhil/pi-app/releases/download/v0.5.2/pi.Desktop-Setup-0.5.2-x64.exe + InstallerSha256: 47CD350A083A2D1BF104B4B18070B8C8CA755EC9F4A4B6B3CA3A1FBD3F998390 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/justhil/pi-app/releases/download/v0.5.2/pi.Desktop-Setup-0.5.2-x64.exe + InstallerSha256: 47CD350A083A2D1BF104B4B18070B8C8CA755EC9F4A4B6B3CA3A1FBD3F998390 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.locale.en-US.yaml b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..b7b0d048df795 --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: justhil.piDesktop +PackageVersion: 0.5.2 +PackageLocale: en-US +License: Freeware +ShortDescription: pi desktop GUI for individual developers +Description: |- + pi Desktop GUI for Independent Developers: Running the pi SDK within Electron, reusing ~/.pi/agent authentication, configurations, and JSONL sessions, and replacing the terminal-based TUI interaction with a timeline view, tool cards, diff review, and an extension compatibility layer. + + Core Concepts + 1. Sessions Based on pi + - Dialogue content, tool call logs, branching, and compression info strictly follow the JSONL session files written by pi in ~/.pi/agent/sessions/. + - The desktop app does not create a separate "chat history database" to replace pi; it only stores local application preferences like window layouts, recent projects, extension toggles, and adapter overrides. + - Benefit: You can seamlessly switch between the terminal pi and desktop pi on the same session; uninstalling the desktop app won't lose your conversation history. + 2. Shared Configuration and Authentication + - Model accounts, settings.json, extension package lists, and project-specific .pi/ resources follow the exact same paths and rules as the terminal version. + - Changes made in Desktop Settings → Pi are written back to the global settings.json; Skill toggles and other settings are applied to the global configuration rather than being "mock-enabled" only within the desktop app. + 3. Extensions: Compatibility Layer + Adapters instead of Modifying Plugin Source + - Extensions typically use TUI in the terminal (selections, confirmations, questionnaires, tool result cards, /commands for config). The desktop app lacks a terminal canvas. + - Compatibility Layer: Universally intercepts UI requests from extensions and transforms them into Electron dialogs, timeline cards, or settings forms. + - Adapters: Each extension has a specification for "how to display/configure on desktop and which commands need special handling" (built into the app, with JSON overrides available for advanced users). + - Principle: Do not touch the extension npm packages or fork pi; manage differences through adapter specifications and documentation. + - AI-Assisted Adapter Writing: See the repository's doc/ folder (the adapter-authoring-guide.md can be fed to a model to generate custom adapter.json files). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- pi +- pi-agent +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.locale.zh-CN.yaml b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..98beccd48f61b --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.locale.zh-CN.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: justhil.piDesktop +PackageVersion: 0.5.2 +PackageLocale: zh-CN +Publisher: pi-desktop +PublisherUrl: https://github.com/justhil +PublisherSupportUrl: https://github.com/justhil/pi-app/issues +PackageName: pi Desktop +PackageUrl: https://github.com/justhil/pi-app +License: 免费软件 +ShortDescription: 面向个人开发者的 pi 桌面 GUI +Description: |- + 面向个人开发者的 pi 桌面 GUI:在 Electron 里跑 pi SDK,复用 ~/.pi/agent 的认证、配置与会话 JSONL,用时间线、工具卡片、改动审查和扩展兼容层替代终端里那套 TUI 交互。 + + 核心思想 + 1. 会话以 pi 为准 + - 对话内容、工具调用记录、分支与压缩信息,都以 pi 写在 ~/.pi/agent/sessions/ 里的 JSONL 会话文件为准。 + - 桌面端不另建一套「聊天记录数据库」来替代 pi;本地只存窗口布局、最近项目、扩展开关、适配器覆盖等应用偏好。 + - 好处:终端 pi 与桌面 pi 可以接着同一条会话用;卸载桌面也不丢对话历史。 + 2. 配置与认证与终端共用 + - 模型账号、settings.json、扩展包列表(packages)、项目下 .pi/ 资源,与你在终端用的 pi 同一套路径与规则。 + - 桌面在 设置 → Pi 里改的项会写回全局 settings.json(与终端一致);Skills 开关等也落在全局配置里,而不是只在桌面私有文件里「假启用」。 + 3. 扩展:兼容层 + 适配器,而不是改插件源码 + - 扩展在终端里常用 TUI(选择、确认、问卷、工具结果卡片、/命令 进配置)。桌面没有终端画布。 + - 兼容层:在应用内部统一接收扩展的 UI 请求,转成 Electron 对话框、时间线卡片、设置表单。 + - 适配器:每个扩展一份「在桌面上怎么显示、怎么配、哪些命令特殊处理」的说明(内置在应用里,高级用户可用 JSON 覆盖)。 + - 原则:不动扩展 npm 包、不 fork pi;差异写在适配器说明和文档里。 + - 给 AI 写适配器:见仓库 doc/(adapter-authoring-guide.md 可整份发给模型定制 adapter.json)。 +Tags: +- pi +- pi-agent +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + pi Desktop v0.5.2 + 新增 + - 自定义浅色 / 深色主题:可分别配置两套主题,支持内置预设、手动调整主色、背景、文字、对比度与界面字体,并随系统主题自动切换 + - 主题导入与导出:支持复制和导入 pi-theme-v1 字符串,也兼容 codex-theme-v1;导入前会展示预览与不支持字段数量,确认后一次性应用 + - 高级自定义 CSS:可在外观设置中独立启用、停用或清空 CSS 覆盖,不影响结构化主题配置 + 优化 + - 设置页信息架构:导航按应用、Agent 与资源重新分组,统一页面标题、表单控件、按钮、图标与字体层级,减少视觉噪声 + - 主题启动体验:主题与自定义 CSS 在首帧前恢复,降低启动闪烁;浅色与深色配置互不覆盖 + - 差异与状态颜色:Review 与 Timeline 共用语义化增删色,在默认主题和自定义主题下保持一致 + 注意 + - 代码高亮仍由 Shiki 主题控制,不会跟随自定义界面主题;导入时会忽略 codeThemeId 和 semanticColors.skill 等暂不支持字段 + - 若错误的自定义 CSS 导致界面不可用,可使用 --disable-custom-theme 启动应用,再进入设置修正或清空配置 + + 安装包见本页 Assets。更新说明以本正文为准(应用内「发现新版本」弹窗会展示)。 +ReleaseNotesUrl: https://github.com/justhil/pi-app/releases/tag/v0.5.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.yaml b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.yaml new file mode 100644 index 0000000000000..8a82823ea9149 --- /dev/null +++ b/manifests/j/justhil/piDesktop/0.5.2/justhil.piDesktop.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: justhil.piDesktop +PackageVersion: 0.5.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.installer.yaml b/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.installer.yaml new file mode 100644 index 0000000000000..05ddf5e3bb760 --- /dev/null +++ b/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.installer.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KDE.Drawy +PackageVersion: 1.0.2277 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Drawy +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/drawy/1.0/windows/drawy-1.0-2277-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 12A2BC0C0353A67E11C3877446DD08256059C3373418614102F89C517BC3F90C + Scope: user + InstallerSwitches: + Custom: /CurrentUser + AppsAndFeaturesEntries: + - DisplayVersion: 1.0.3 +- Architecture: x64 + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/drawy/1.0/windows/drawy-1.0-2277-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 12A2BC0C0353A67E11C3877446DD08256059C3373418614102F89C517BC3F90C + Scope: machine + InstallerSwitches: + Custom: /AllUsers + AppsAndFeaturesEntries: + - DisplayVersion: 1.0.3 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Drawy' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.locale.en-US.yaml b/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.locale.en-US.yaml new file mode 100644 index 0000000000000..5733b49524b20 --- /dev/null +++ b/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KDE.Drawy +PackageVersion: 1.0.2277 +PackageLocale: en-US +Publisher: KDE e.V. +PublisherUrl: https://kde.org/ +PublisherSupportUrl: https://kde.org/support/ +PrivacyUrl: https://kde.org/privacypolicy/ +Author: KDE e.V. +PackageName: Drawy +PackageUrl: https://apps.kde.org/drawy/ +License: GPL-3.0-or-later +Copyright: © 2025–2026 Drawy authors +ShortDescription: Your handy, infinite brainstorming tool! +Description: > + Drawy lets you create ideas, diagrams, and visual notes on an infinite whiteboard with a smooth + and responsive canvas. You can draw with pressure-sensitive tablet support, add text, insert + images, and use basic shapes such as rectangles, ellipses, arrows, and lines to organise your + content clearly. You can choose your own color palette and export your work as image files + whenever needed. Drawy is built to stay lightweight and fast, making it easy to capture ideas and + work freely without distractions. +Moniker: drawy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.yaml b/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.yaml new file mode 100644 index 0000000000000..31c299ca952ee --- /dev/null +++ b/manifests/k/KDE/Drawy/1.0.2277/KDE.Drawy.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: KDE.Drawy +PackageVersion: 1.0.2277 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml index 14867f6098dc4..2dcaf10212e77 100644 --- a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml +++ b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: granatier +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-931-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8E4497252C4CDF1E4ABE9EB7FD0A021F04CEA140DDF42AC499F2591D2FD0F61F + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-935-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AEBDEE7D0BC78EB0E216EEA6F96F840635360A42F1EF2C234C72F26670E461CB InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-931-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8E4497252C4CDF1E4ABE9EB7FD0A021F04CEA140DDF42AC499F2591D2FD0F61F + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-935-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AEBDEE7D0BC78EB0E216EEA6F96F840635360A42F1EF2C234C72F26670E461CB InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml index 029a70f90bba8..587a2d4995845 100644 --- a/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml +++ b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml @@ -6,18 +6,18 @@ PackageVersion: 4.1.5 InstallerType: nullsoft UpgradeBehavior: install ProductCode: Tellico -ReleaseDate: 2026-07-26 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2063-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 46500DD46131624DFECB69B9E530A835B4D560F558F85CD336B2FA4480298258 + InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2068-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B3AD21B85FB6CC8EE594961BC861C17B20B082D61AAECC908364A1723F577CAC InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2063-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 46500DD46131624DFECB69B9E530A835B4D560F558F85CD336B2FA4480298258 + InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2068-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B3AD21B85FB6CC8EE594961BC861C17B20B082D61AAECC908364A1723F577CAC InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/Kingsoft/KingsoftPDF/.validation b/manifests/k/Kingsoft/KingsoftPDF/.validation index 99f44672d5df9..f4d1d4bfa8ffc 100644 --- a/manifests/k/Kingsoft/KingsoftPDF/.validation +++ b/manifests/k/Kingsoft/KingsoftPDF/.validation @@ -1 +1 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"fd18d53d-8732-4426-adbe-1a18b530eee0","TestPlan":"Validation-Domain","PackagePath":"manifests/k/Kingsoft/KingsoftPDF/11.6.0.8806","CommitId":"49d864f0d0f91129f7db59a85ed529d6b4e78f14"},{"WaiverId":"4d6d5f15-e73c-4695-a32e-5c6ad1000a22","TestPlan":"Validation-Domain","PackagePath":"manifests/k/Kingsoft/KingsoftPDF/11.6.0.14080","CommitId":"d657c01de5c6a0494dc031d7e35012cce97fd8fb"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"fd18d53d-8732-4426-adbe-1a18b530eee0","TestPlan":"Validation-Domain","PackagePath":"manifests/k/Kingsoft/KingsoftPDF/11.6.0.8806","CommitId":"49d864f0d0f91129f7db59a85ed529d6b4e78f14"},{"WaiverId":"4d6d5f15-e73c-4695-a32e-5c6ad1000a22","TestPlan":"Validation-Domain","PackagePath":"manifests/k/Kingsoft/KingsoftPDF/11.6.0.14080","CommitId":"d657c01de5c6a0494dc031d7e35012cce97fd8fb"},{"WaiverId":"0fc84e86-17f4-47f5-a0c1-6ffd18c95952","TestPlan":"Validation-Agreement-Domain","PackagePath":"manifests/k/Kingsoft/KingsoftPDF/12.6.0.22857","CommitId":"0feea5860ad9492d0a335b8d9a862fe71bf0afd4"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.installer.yaml b/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.installer.yaml new file mode 100644 index 0000000000000..fabbeeab6d2c8 --- /dev/null +++ b/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LANCommander.Launcher +PackageVersion: 2.1.9 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/LANCommander/LANCommander/releases/download/v2.1.9/LANCommander.Launcher-2.1.9-x64-Setup.exe + InstallerSha256: E1BF1D01E987B189C6AE7BD46C36CD9D8999E1693451769780C0D64D77A0A3FE +- Architecture: arm64 + InstallerUrl: https://github.com/LANCommander/LANCommander/releases/download/v2.1.9/LANCommander.Launcher-2.1.9-arm64-Setup.exe + InstallerSha256: 5400A6A73E5A5A3B9688CB655F29448ACB3D1E6AE4F10EDA16BCC6D7DB4FFA60 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.locale.en-US.yaml b/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.locale.en-US.yaml new file mode 100644 index 0000000000000..4d87aab1424f8 --- /dev/null +++ b/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LANCommander.Launcher +PackageVersion: 2.1.9 +PackageLocale: en-US +Publisher: LANCommander LLC +PublisherUrl: https://github.com/LANCommander +PublisherSupportUrl: https://github.com/LANCommander/LANCommander/issues +Author: Pat Hartl +PackageName: LANCommander Launcher +PackageUrl: https://github.com/LANCommander/LANCommander +License: MIT +ShortDescription: | + LANCommander is a self-hosted game distribution platform designed for LAN parties and personal libraries. + Install and play games from your LANCommander library with this game launcher. +ReleaseNotesUrl: https://github.com/LANCommander/LANCommander/releases/tag/v2.1.9 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.lancommander.app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.yaml b/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.yaml new file mode 100644 index 0000000000000..5fa938e0dfae0 --- /dev/null +++ b/manifests/l/LANCommander/Launcher/2.1.9/LANCommander.Launcher.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: LANCommander.Launcher +PackageVersion: 2.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.installer.yaml b/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.installer.yaml new file mode 100644 index 0000000000000..83c60e6b8004e --- /dev/null +++ b/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LANCommander.Server +PackageVersion: 2.1.9 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/LANCommander/LANCommander/releases/download/v2.1.9/LANCommander.Server-2.1.9-x64-Setup.exe + InstallerSha256: F817320CCCDDF08D359CD49F1EE07E8A2901655BF8813333143619BA87F15949 +- Architecture: arm64 + InstallerUrl: https://github.com/LANCommander/LANCommander/releases/download/v2.1.9/LANCommander.Server-2.1.9-arm64-Setup.exe + InstallerSha256: 69BDEF0ACB67BE050B90FAAC3A94E17953C84F71B3EA81F20E0A7A813CF6DD5C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.locale.en-US.yaml b/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..6a6d61990f2ca --- /dev/null +++ b/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LANCommander.Server +PackageVersion: 2.1.9 +PackageLocale: en-US +Publisher: LANCommander LLC +PublisherUrl: https://github.com/LANCommander +PublisherSupportUrl: https://github.com/LANCommander/LANCommander/issues +Author: Pat Hartl +PackageName: LANCommander Server +PackageUrl: https://github.com/LANCommander/LANCommander +License: MIT +Copyright: Copyright (c) LANCommander LLC +ShortDescription: | + LANCommander is a self-hosted game distribution platform designed for LAN parties and personal libraries. + This server software is your central repository for games, redistributables, saves, and users. +ReleaseNotesUrl: https://github.com/LANCommander/LANCommander/releases/tag/v2.1.9 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.lancommander.app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.yaml b/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.yaml new file mode 100644 index 0000000000000..8f663d0b646fd --- /dev/null +++ b/manifests/l/LANCommander/Server/2.1.9/LANCommander.Server.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: LANCommander.Server +PackageVersion: 2.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.installer.yaml b/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.installer.yaml index 7aa79fe013491..1eb204aad05e5 100644 --- a/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.installer.yaml +++ b/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.installer.yaml @@ -1,30 +1,32 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json -PackageIdentifier: Lablicate.OpenChrom -PackageVersion: 1.6.25 -InstallerLocale: en-US -InstallerType: nullsoft -UpgradeBehavior: uninstallPrevious -FileExtensions: -- ch -- dat -- raw -- gcd -- run -- ms -- icp -- cgm -- db -- qgd -- spc -- sms -- wiff -- dfm -- prm -- mfg -- mfl -Installers: -- Architecture: x64 - InstallerUrl: https://products.lablicate.com/openchrom/1.6.25/OpenChrom_1.6.25_setup_x64.exe - InstallerSha256: f36775d5beead54bf8d0d3ca9523161aa25fecf726c3bee19c83c74328d15ed0 -ManifestType: installer -ManifestVersion: 1.10.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.25 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ch +- dat +- raw +- gcd +- run +- ms +- icp +- cgm +- db +- qgd +- spc +- sms +- wiff +- dfm +- prm +- mfg +- mfl +Installers: +- Architecture: x64 + InstallerUrl: https://products.lablicate.com/openchrom/1.6.25/OpenChrom_1.6.25_setup_x64.exe + InstallerSha256: 5A8030C04BAE6A1889DA385AF0669C5423CB467291CFB5BFB3081A996BBE31E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.locale.en-US.yaml b/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.locale.en-US.yaml index d243a770ceffe..a0d177f3ae830 100644 --- a/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.locale.en-US.yaml +++ b/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.locale.en-US.yaml @@ -1,19 +1,21 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json -PackageIdentifier: Lablicate.OpenChrom -PackageVersion: 1.6.25 -PackageLocale: en-US -Publisher: Lablicate GmbH -PublisherUrl: https://lablicate.com -PackageName: OpenChrom -PackageUrl: https://openchrom.net -License: EPL-2.0 -Copyright: Lablicate GmbH -ShortDescription: Open Source software for chromatography, spectrometry and spectroscopy -Tags: -- chemistry -- chromatography -- spectrometry -- spectroscopy -ReleaseNotesUrl: https://github.com/openchrom/openchrom/wiki/changelog#1.6.25 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.25 +PackageLocale: en-US +Publisher: Lablicate GmbH +PublisherUrl: https://lablicate.com +PackageName: OpenChrom +PackageUrl: https://openchrom.net +License: EPL-2.0 +Copyright: Lablicate GmbH +ShortDescription: Open Source software for chromatography, spectrometry and spectroscopy +Tags: +- chemistry +- chromatography +- spectrometry +- spectroscopy +ReleaseNotesUrl: https://github.com/openchrom/openchrom/wiki/changelog#1.6.25 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.yaml b/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.yaml index 6d594dc38d7c4..1045686965ae6 100644 --- a/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.yaml +++ b/manifests/l/Lablicate/OpenChrom/1.6.25/Lablicate.OpenChrom.yaml @@ -1,6 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Lablicate.OpenChrom -PackageVersion: 1.6.25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.6.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.installer.yaml b/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.installer.yaml new file mode 100644 index 0000000000000..714d86077476c --- /dev/null +++ b/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LacunaSoftware.WebPKI +PackageVersion: 2.16.0.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{871C6B2B-B806-9D07-58C1-09F88DEC66F1}' +Installers: +- Architecture: x64 + InstallerUrl: https://get.webpkiplugin.com/Downloads/2.12.3/setup-win-pt + InstallerSha256: 33E746AB8D0D3DFC0A1CF238D0488888BEB062B12BE1AC109C8408074DF56651 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.locale.en-US.yaml b/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.locale.en-US.yaml new file mode 100644 index 0000000000000..4c384eb1df9bc --- /dev/null +++ b/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LacunaSoftware.WebPKI +PackageVersion: 2.16.0.0 +PackageLocale: en-US +Publisher: Lacuna Software +PackageName: Web PKI +License: Proprietary +ShortDescription: O Web PKI é um componente para navegadores que permite o uso de certificados digitais em páginas web, normalmente para realizar assinaturas digitais ou autenticação de usuário. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.yaml b/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.yaml new file mode 100644 index 0000000000000..0e6308a40c562 --- /dev/null +++ b/manifests/l/LacunaSoftware/WebPKI/2.16.0.0/LacunaSoftware.WebPKI.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LacunaSoftware.WebPKI +PackageVersion: 2.16.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.installer.yaml b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.installer.yaml new file mode 100644 index 0000000000000..37339e2552474 --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.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: LibreWolf.LibreWolf +PackageVersion: 153.0-1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: LibreWolf LibreWolf +ReleaseDate: 2026-07-21 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.librewolf.net/librewolf/153.0-1/librewolf-153.0-1-windows-x86_64-setup.exe + InstallerSha256: 2F8E520D829B73163BD16BD90F142C24CFAFFDEE5059E0884D0AEA3892518AD7 +- Architecture: arm64 + InstallerUrl: https://dl.librewolf.net/librewolf/153.0-1/librewolf-153.0-1-windows-arm64-setup.exe + InstallerSha256: 5D8406C3175EDDAA1B0691C44E3113E30BCC1564EED7A3466BA1FB34744E5BBA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.locale.en-US.yaml b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.locale.en-US.yaml new file mode 100644 index 0000000000000..1999ee62f6a68 --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LibreWolf.LibreWolf +PackageVersion: 153.0-1 +PackageLocale: en-US +Publisher: LibreWolf +PublisherUrl: https://librewolf.net/ +PublisherSupportUrl: https://librewolf.net/#questions +PrivacyUrl: https://librewolf.net/privacy-policy/ +PackageName: LibreWolf +PackageUrl: https://librewolf.net/ +License: MPL-2.0 +LicenseUrl: https://librewolf.net/license-disclaimers/ +ShortDescription: A custom version of Firefox, focused on privacy, security and freedom. +Description: |- + This project is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. + LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. +Moniker: librewolf +Tags: +- browser +- firefox +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotesUrl: https://codeberg.org/librewolf/bsys6/releases/tag/153.0-1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://librewolf.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.locale.zh-CN.yaml b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fdd2652eadce4 --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.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: LibreWolf.LibreWolf +PackageVersion: 153.0-1 +PackageLocale: zh-CN +ShortDescription: 火狐浏览器的定制版本,注重隐私、安全和自由。 +Description: |- + 该项目是火狐浏览器的一个独立定制版本,主要目标是保护隐私、确保安全和用户自由。 + LibreWolf 旨在加强对抗跟踪和指纹技术,同时还包括一些安全方面的改进。这些都是通过我们以隐私和安全为导向的设置和补丁实现的。LibreWolf 还旨在移除所有遥测、数据收集和干扰,以及禁用 DRM 等反自由功能。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://librewolf.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.yaml b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.yaml new file mode 100644 index 0000000000000..cf3b6e93d32cb --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/153.0-1/LibreWolf.LibreWolf.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: LibreWolf.LibreWolf +PackageVersion: 153.0-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.109.0/Lime.Lime.installer.yaml b/manifests/l/Lime/Lime/1.109.0/Lime.Lime.installer.yaml new file mode 100644 index 0000000000000..4121d7cfd8313 --- /dev/null +++ b/manifests/l/Lime/Lime/1.109.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.109.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- lime +ProductCode: lime +ReleaseDate: 2026-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/limecloud/lime/releases/download/v1.109.0/Lime-1.109.0.Setup.exe + InstallerSha256: C9C734BE6C0B05DCD6985C3E65F306B6AE4557E348F796713A80EA38D9CF95AF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.109.0/Lime.Lime.locale.en-US.yaml b/manifests/l/Lime/Lime/1.109.0/Lime.Lime.locale.en-US.yaml new file mode 100644 index 0000000000000..4d66a8fe8919a --- /dev/null +++ b/manifests/l/Lime/Lime/1.109.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.109.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.109.0/Lime.Lime.locale.zh-CN.yaml b/manifests/l/Lime/Lime/1.109.0/Lime.Lime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d901bff758dfb --- /dev/null +++ b/manifests/l/Lime/Lime/1.109.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.109.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.109.0 + 新功能 + - 新增 App Server v2 thread/fork,支持按完整历史、指定 Turn 或边界复制 canonical Thread/Turn/Item 前缀,并在重启后从 canonical history 恢复 provider 上下文。 + - 新增 v2 thread/delete,以原子子树快照清理持久化与 pending-only 子线程、运行态、Goal、mailbox、trace、telemetry 和投影,并广播 thread/deleted。 + - Thread Goal 支持 terminal 后自动续跑、idle wall-time 计量、恢复 admission 与 fork 延迟继承,统一由 canonical goal store 和 continuation owner 管理。 + - App Server client 与 Agent runtime client 新增 typed reverse server-request 回包能力,仅使用 JSON-RPC outer id 完成响应或拒绝。 + 修复 + - 修复 fork history 在工具调用、MCP、Reasoning、Context Compaction 与冷启动恢复时的重复、缺失和 lineage 断裂;无法无损表达的历史继续 fail closed。 + - 修复 Provider 模型缓存跨凭证串用,以及 host-managed、图片和 Plugin worker 路径丢失已解析 credential identity 后重新选路的问题。 + - 修复 Provider protocol 依赖名称猜测的问题;current client 现在要求 route 显式给出协议,缺失时返回不可重试的配置错误。 + - 修复 MCP stdio 启动继承宿主敏感环境、启动超时被隐式放大和停止时遗留子进程树的问题,并兼顾 macOS 与 Windows 进程清理。 + - 移除 Claw 空白布局判定中的临时调试日志,避免正常空态产生生产 console 噪音。 + 优化与重构 + - 删除生产 agentSession/delete 协议、schema、dispatch 与客户端入口,线程删除唯一收口到 v2 thread/delete。 + - Plugin runtime 的 approval、AskUser 与 MCP elicitation 回包迁移到 typed reverse request responder,不再通过 action metadata 猜测 waiter。 + - MCP runtime 增加显式 environment identity、auth scopes、step snapshot generation 与 elicitation provenance;本地 stdio 启动收口到单一 launcher/process owner。 + - Provider history、Goal continuation、fork seed、projection repair 和 compaction prompt boundary 收口到 canonical Thread/Turn/Item 事实源,不复制 raw EventLog 作为第二套历史。 + - Plugin worker turn 复用 credential-scoped model metadata cache,并通过 application additional context 传递业务 metadata。 + 测试与质量 + - 扩展 ThreadGoal、public fork/delete、AgentControl fork、compaction lineage、provider cache/route、typed reverse request 与 MCP lifecycle/provenance 的单元、集成和公共 JSON-RPC 回归。 + - 更新 v2 schema、生成类型、package client、Renderer gateway 与 contract/legacy guard,防止旧 session delete 和 metadata-routed action response 回流。 + - 内容工厂 Plugin worker scoped model cache Gate B 通过真实 Electron、App Server current JSON-RPC、RuntimeCore、Provider metadata 与 Article Editor 投影链路。 + 文档 + - 更新全局架构、Codex 对齐协调计划、Writing v2 验证记录与本次发布执行计划。 + 其他 + - 版本事实源更新到 1.109.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.lock 和 release notes。 + 完整变更:v1.108.0 → v1.109.0 +ReleaseNotesUrl: https://github.com/limecloud/lime/releases/tag/v1.109.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.109.0/Lime.Lime.yaml b/manifests/l/Lime/Lime/1.109.0/Lime.Lime.yaml new file mode 100644 index 0000000000000..537fd918df60f --- /dev/null +++ b/manifests/l/Lime/Lime/1.109.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.109.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.110.0/Lime.Lime.installer.yaml b/manifests/l/Lime/Lime/1.110.0/Lime.Lime.installer.yaml new file mode 100644 index 0000000000000..1d6d2c78a0510 --- /dev/null +++ b/manifests/l/Lime/Lime/1.110.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.110.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- lime +ProductCode: lime +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/limecloud/lime/releases/download/v1.110.0/Lime-1.110.0.Setup.exe + InstallerSha256: DF3329B76140B77BEB6AF017E05831366F95DBDA09B70DC50E48B0AB0AF09D9D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.110.0/Lime.Lime.locale.en-US.yaml b/manifests/l/Lime/Lime/1.110.0/Lime.Lime.locale.en-US.yaml new file mode 100644 index 0000000000000..ba17fdf9fc823 --- /dev/null +++ b/manifests/l/Lime/Lime/1.110.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.110.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.110.0/Lime.Lime.locale.zh-CN.yaml b/manifests/l/Lime/Lime/1.110.0/Lime.Lime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e5abcbbd62bec --- /dev/null +++ b/manifests/l/Lime/Lime/1.110.0/Lime.Lime.locale.zh-CN.yaml @@ -0,0 +1,59 @@ +# 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.110.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.110.0 + 新功能 + - 完善 current Agent runtime 的 Thread/Turn/Item 投影、历史恢复、fork 与工具回合快照,统一 canonical history 和 read model。 + - 增加 reasoning summary/text delta 的 App Server v2 通知、schema 与前端投影支持。 + - 扩展图片/视频任务路由与 provider lowering,补齐多模型、多模态请求的 credential、协议和事件传递。 + 修复 + - 修复 provider stream、reasoning、MCP 与工具事件在 runtime/read model/GUI 之间的重复、丢失和顺序问题。 + - 修复 credential-scoped model metadata、路由解析、媒体 worker 和 plugin worker 之间的凭证与协议上下文丢失。 + - 修复 Electron/App Server 边界、历史合并、投影重建和冷启动测试中的不一致,并移除生产路径临时日志。 + 优化与重构 + - 移除 managed-objective、旧媒体任务和 retired session/objective API 的生产协议、schema、服务与测试入口,收敛到 current owner。 + - 将 App Server client、Agent runtime、plugin runtime 的 server-request/approval 响应改为 typed contract,减少 metadata waiter 和兼容分支。 + - 收口 MCP environment identity、auth scopes、step snapshot 与 elicitation provenance;统一 stdio launcher/process owner。 + - 清理 legacy catalog、脚本和文档入口,更新治理基线、协议生成物与五语言 GUI contract。 + 测试与质量 + - 扩展 Agent runtime、App Server JSON-RPC、provider/media route、MCP lifecycle、projection 与 plugin contract 的单元、集成和 smoke 回归。 + - 更新 v2 schema、生成类型、客户端 gateway、Electron 边界和 legacy/governance guard,覆盖 reasoning、snapshot、credential 与多模态事件。 + 文档 + - 更新架构、runtime 收敛、协议边界、治理与执行计划,记录 current/compat/dead owner 变化。 + 其他 + - 版本事实源更新到 1.110.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.lock 和 release notes。 + 完整变更:v1.109.0 → v1.110.0 +ReleaseNotesUrl: https://github.com/limecloud/lime/releases/tag/v1.110.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.110.0/Lime.Lime.yaml b/manifests/l/Lime/Lime/1.110.0/Lime.Lime.yaml new file mode 100644 index 0000000000000..7348f1ea647b8 --- /dev/null +++ b/manifests/l/Lime/Lime/1.110.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.110.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.installer.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.installer.yaml new file mode 100644 index 0000000000000..e8700e92efa52 --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.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: LobeHub.LobeHub +PackageVersion: 2.2.12 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 42d05a3d-6aaa-5911-87a9-5bf650cf7199 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/lobehub/lobehub/releases/download/v2.2.12/LobeHub-2.2.12-setup.exe + InstallerSha256: 72A01432A9AE75DEFEEDC975246FE705E22C604F3044768277EA1C02128FF7DD + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/lobehub/lobehub/releases/download/v2.2.12/LobeHub-2.2.12-setup.exe + InstallerSha256: 72A01432A9AE75DEFEEDC975246FE705E22C604F3044768277EA1C02128FF7DD + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.en-US.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.en-US.yaml new file mode 100644 index 0000000000000..2889b81af6b21 --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.en-US.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.12 +PackageLocale: en-US +Publisher: LobeHub +PublisherUrl: https://github.com/lobehub +PublisherSupportUrl: https://github.com/lobehub/lobe-chat/issues +Author: LobeHub LLC +PackageName: LobeHub +PackageUrl: https://github.com/lobehub/lobe-chat +License: Apache-2.0 +LicenseUrl: https://github.com/lobehub/lobe-chat/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026/06/17 - current LobeHub LLC. All rights reserved. +ShortDescription: An open-source, modern-design AI chat framework. Supports Multi AI Providers (OpenAI / Claude 4 / Gemini / Ollama / DeepSeek / Qwen), Knowledge Base (file upload / knowledge management / RAG), Multi-Modals (Plugins/Artifacts) and Thinking. +Tags: +- ai +- artificial-intelligence +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- google-gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- ollama +- qwen +- rag +ReleaseNotes: |- + This release was automatically published from PR #17665. + Changes + See PR description: https://github.com/lobehub/lobehub/pull/17665 + Commit Message + 🚀 LobeHub Release (20260728) + Release Date: July 28, 2026 + Since v2.2.11: 92 merged PRs · 17 contributors + This weekly release makes Agent work easier to review and recover, with structured verification, broader model access, clearer completion feedback, and a smoother desktop experience. + + ✨ Highlights + - Acceptance review flow — Open focused checks, review structured metrics and charts, and accept or reject delivery from one unified surface. (#17566, #17631, #17633, #17650) + - Chat image generation — Let chat models discover image models, inspect parameters, start generation, and follow generation status through a built-in tool. (#15332) + - More model access — Use a ChatGPT subscription through device authorization, run Claude Opus 5, and select the latest Gemini Flash models. (#17527, #17582, #17608, #17433) + - Agent work visibility — Turn generated files into durable Works, summarize edited files, and notify users when long Agent runs finish. (#17423, #17331) + - Desktop file preview — Preview local HTML work with its relative assets while keeping file access inside the approved project root. (#17545) + + 🏗️ Agents, Tasks, and Verification + - Unified Task criteria, check results, focused review comments, and accept or reject actions across desktop and mobile. (#17631) + - Added versioned structured verification data for metric comparisons, curves, scatter plots, heatmaps, SOTA tables, and grouped bar charts while retaining the raw evidence. (#17633) + - Kept shorter Acceptance checklists flat, grouped only larger lists, and protected owner-only run history in shared views. (#17650) + - Kept scheduled runs visible in active conversations and triggered recall for success-like completion states, including auto-repair outcomes. (#17473, #17613) + - Preserved human-intervention message ancestry after server-runtime rehydration so submitted or skipped responses stay attached to the requesting assistant. (#17628) + - Synchronized Task editor state and grouped retries, and restored image paste in the browser runtime. (#17585, #17644) + + 🤖 Models and Generation + - Added ChatGPT subscription authentication through the Codex OAuth device flow and a provider-scoped Responses runtime. (#17527) + - Added Claude Opus 5 runtime and model-card support, including adaptive-thinking defaults and summarized thinking display. (#17582, #17608, #17620) + - Sanitized replayed reasoning for Anthropic-compatible providers so missing text and foreign signatures do not break cross-model conversations. (#17629) + - Added Gemini 3.6 Flash and Gemini 3.5 Flash-Lite, preserved Google image resolution when aspect ratio is automatic, and corrected range-priced GPT model costs. (#17433, #16677, #16991) + - Added a built-in chat image-generation tool that reuses the existing model discovery, generation, and status pipeline. (#15332) + + 🖥️ Desktop and User Experience + - Added Preview and Source modes for local HTML files, including project-scoped asset resolution for CSS, JavaScript, images, fonts, audio, and video. (#17545) + - Moved the Working Sidebar behind a shared feature boundary and filtered OS metadata, dependency directories, caches, generated artifacts, and editor backups from project files. (#17646) + - Rendered gitignored project files in the Agent file browser and retained desktop browser webviews in the renderer. (#17517, #17513) + - Unified development tools in a bottom DevDock and restored React DevTools through a standalone desktop bridge. (#17499, #17602) + - Preserved Windows PATH order when locating Claude Code and Codex, and simplified terminal controls and Topic context menus. (#17381, #17609, #17642) + + 🔒 Security and Reliability + - Security: Kept local HTML preview resources inside the approved project root after symlink resolution. (#17545) + - Reliability: Restored correct provider error handling for Ollama and woke registered-only gateway connections during sync. (#17344, #17536) + - Reliability: Removed layout animation jank from the generation Topic grid while preserving tooltip behavior. (#17661) + - Reliability: Restored CI translations and English fallback, guarded calculator null values, and made tool-name compression fully disable when configured with a zero limit. (#17605, #17588, #17530) + + 👥 Contributors + Huge thanks to 17 contributors who shipped 92 merged PRs this cycle. + @smbslt3 · @H-TTTTT · @Solaris-star · @YOYO-do · @alienslime · @jiuyige · @sxjeru · @AmAzing129 · @Innei · @tjx666 · @arvinxx · @rdmclin2 · @nekomeowww · @rivertwilight · @sudongyuer · @ONLY-yours · @cy948 + + Full Changelog: v2.2.11...release/weekly-20260728 +ReleaseNotesUrl: https://github.com/lobehub/lobehub/releases/tag/v2.2.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.zh-CN.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0061f4426a90c --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.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: LobeHub.LobeHub +PackageVersion: 2.2.12 +PackageLocale: zh-CN +ShortDescription: 一个开源、现代化设计的 AI聊天框架。支持多 AI 供应商(OpenAI/Claude 4/Gemini/Ollama/DeepSeek/Qwen)、知识库(文件上传/知识管理/RAG)、多模态(插件/工件)及思维链功能。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- ollama +- rag +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.yaml new file mode 100644 index 0000000000000..df9b81b2f7fcc --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.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: LobeHub.LobeHub +PackageVersion: 2.2.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..abeac1d0e9df8 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.385.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.385.0&arch=x86 + InstallerSha256: DE2FBB8525C869914DBF0209593227E8F53B0ACDD65ADED0F9AB18F9B069C9EB +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.385.0&arch=amd64 + InstallerSha256: 12456C25EBDAD822A36253C6144DC8B490B051C6B202605F750AA7235233D484 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..baea6705bad65 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.385.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..ff6232ec6a766 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.385.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.385.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..17c98744f4c28 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.386.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.386.0&arch=x86 + InstallerSha256: AA823706BFB0DB3901AA2DF0A14E4B0076A39003A5237AE315DF8D6C2F07D934 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.386.0&arch=amd64 + InstallerSha256: E773AF9E09DE544E5AC46AB6CC972CAC7DFCE195C51D3BC10E498D6DD87324C2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..18eb541145e14 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.386.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..1df198d1683ae --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.386.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..3807171c1d08d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.388.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.388.0&arch=x86 + InstallerSha256: C3FF9EC90314BF7EFEC6C97CD5098313FE5893F10ED9A9441DD85543E3D1057A +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.388.0&arch=amd64 + InstallerSha256: 152FC8FD07EAB30D01CBA3502704DC9A7F4814B46504703F5435D12F1E999620 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..ae6e0be8d21f2 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.388.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..914ad995e6894 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.388.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.installer.yaml new file mode 100644 index 0000000000000..ef4d6c6644350 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.zh-CN +PackageVersion: 140.13.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-07-21 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.13.0esr/win32/zh-CN/Firefox%20Setup%20140.13.0esr.exe + InstallerSha256: 0F400E0EF0C45C1D9DB56E1A04C524503BC3E6E0C05B555B9B0BD790E14E72D5 + ProductCode: Mozilla Firefox 140.13.0 ESR (x86 zh-CN) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.13.0esr/win64/zh-CN/Firefox%20Setup%20140.13.0esr.exe + InstallerSha256: C4D3C65C0374CF92900E2096ECB2697FC88503EE3B473421622D129E7E3C968B + ProductCode: Mozilla Firefox 140.13.0 ESR (x64 zh-CN) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.13.0esr/win64-aarch64/zh-CN/Firefox%20Setup%20140.13.0esr.exe + InstallerSha256: 9FD4FCD057B52652BCA600DCC7D1975DE8C81FFA0F002EBE73B9E58965A3B8DB + ProductCode: Mozilla Firefox 140.13.0 ESR (arm64 zh-CN) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.de-DE.yaml new file mode 100644 index 0000000000000..718efdb6aea93 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.de-DE.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: Mozilla.Firefox.ESR.zh-CN +PackageVersion: 140.13.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (zh-CN) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.en-US.yaml new file mode 100644 index 0000000000000..02588ea5c2e7c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.zh-CN +PackageVersion: 140.13.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (zh-CN) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.13.0, first offered to ESR channel users on July 21, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.13.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6c1a75299422a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.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: Mozilla.Firefox.ESR.zh-CN +PackageVersion: 140.13.0 +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageName: Mozilla Firefox ESR (zh-CN) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.yaml new file mode 100644 index 0000000000000..6f407a1ae94b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-CN/140.13.0/Mozilla.Firefox.ESR.zh-CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.zh-CN +PackageVersion: 140.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.installer.yaml b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.installer.yaml new file mode 100644 index 0000000000000..b8ccd133d2094 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ESR.pl +PackageVersion: 153.0.1 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/153.0.1esr/win32/pl/Thunderbird%20Setup%20153.0.1esr.exe + InstallerSha256: 5CE200B466710A5F088086C0B2A48385A1B3E9DE126E407C64BCBE0CF673686E + ProductCode: Mozilla Thunderbird 153.0.1 (x86 pl) + AppsAndFeaturesEntries: + - DisplayName: Mozilla Thunderbird (x86 pl) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/153.0.1esr/win64/pl/Thunderbird%20Setup%20153.0.1esr.exe + InstallerSha256: F60AF1E017EFDD00848A96356A9F7872109F5F0213435D8336B8ED44523049AF + ProductCode: Mozilla Thunderbird 153.0.1 (x64 pl) + AppsAndFeaturesEntries: + - DisplayName: Mozilla Thunderbird (x64 pl) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.locale.en-US.yaml new file mode 100644 index 0000000000000..00ced542a6d5f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.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: Mozilla.Thunderbird.ESR.pl +PackageVersion: 153.0.1 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird ESR (pl) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: The official annual extended support release of Thunderbird intended for users who want all available new features on an annual basis and stability/security fixes on a monthly basis. +Description: |- + Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. + This is the official annual extended support release. Thie release is intended for users who want all available new features on an annual basis and stability/security fixes on a monthly basis. +Moniker: thunderbird-esr +Tags: +- email +- mail +ReleaseNotes: |- + What’s Changed + changed + There are no Thunderbird changes requiring release notes in this release +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/153.0.1esr/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c0acf9c52dc0 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.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: Mozilla.Thunderbird.ESR.pl +PackageVersion: 153.0.1 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +Author: Mozilla 基金会 +PackageUrl: https://www.thunderbird.net/zh-CN/ +ShortDescription: Thunderbird 官方年度延长支持版,面向希望按年获取所有新功能、按月获取稳定性/安全性修复的用户。 +Description: |- + Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 + 这是官方年度延长支持版本。此版本面向希望按年获取所有新功能、按月获取稳定性/安全性修复的用户。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/153.0.1esr/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.yaml b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.yaml new file mode 100644 index 0000000000000..49484846948d2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ESR/pl/153.0.1/Mozilla.Thunderbird.ESR.pl.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: Mozilla.Thunderbird.ESR.pl +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.installer.yaml b/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.installer.yaml new file mode 100644 index 0000000000000..7681ff89ccbc2 --- /dev/null +++ b/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.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: martona.WM_NIGHT +PackageVersion: 0.2.0.6 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msix +PackageFamilyName: WM-NIGHT_k7d8219edqwtj +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/martona/WM_NIGHT/releases/download/v0.2.0.6/WM_NIGHT-windows-amd64.msix + InstallerSha256: F6D75BF37738DCE1B26C36218D39A9669B311E4B9A74AF83D9B1C875326468A7 + SignatureSha256: 5F65AB6C082A5023E953D105278DBCEB64C0A95FDB815905CB629ADAFAA3E2BC +- Architecture: arm64 + InstallerUrl: https://github.com/martona/WM_NIGHT/releases/download/v0.2.0.6/WM_NIGHT-windows-arm64.msix + InstallerSha256: C5FC0B5DCBE3A385BC2952E31D37C42FF6354E383BF7C5927F547B757E62493B + SignatureSha256: 7747A0FC7BD671988DE9D53D4142658E594246D5F7540E0D0A184D8EE63C8190 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.locale.en-US.yaml b/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.locale.en-US.yaml new file mode 100644 index 0000000000000..3ed812de021cd --- /dev/null +++ b/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: martona.WM_NIGHT +PackageVersion: 0.2.0.6 +PackageLocale: en-US +Publisher: martona +PublisherUrl: https://anka.me +PublisherSupportUrl: https://github.com/martona/WM_NIGHT/issues +Author: martona +PackageName: WM_NIGHT +PackageUrl: https://github.com/martona/WM_NIGHT +License: MIT +LicenseUrl: https://github.com/martona/WM_NIGHT/blob/master/LICENSE +Copyright: Copyright (c) 2026 Marton Anka +ShortDescription: Native dark mode for classic Win32 desktop apps -- Explorer, regedit, the Control Panel, and the dialogs Windows forgot. +Description: |- + WM_NIGHT is a tray app that paints Windows' leftover light-mode corners dark. The OS + shipped a dark theme years ago but never finished the job: regedit, the Control Panel, + and a long tail of classic dialogs still blast you with white. WM_NIGHT injects umbra's + dark-mode engine into those processes and themes them at the source. + + It themes Explorer and regedit near-perfectly and the Control Panel reasonably well, and + you can add any leftover Win32 app to a registry whitelist. A signed build launched from a + trusted location keeps uiAccess, so it can also theme elevated windows (an elevated regedit + or mmc) without itself running elevated. +Moniker: wm-night +Tags: +- dark-mode +- dark-theme +- theming +- win32 +- explorer +- regedit +- control-panel +- tray +- desktop +- windows +ReleaseNotesUrl: https://github.com/martona/WM_NIGHT/releases/tag/v0.2.0.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/martona/WM_NIGHT/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.yaml b/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.yaml new file mode 100644 index 0000000000000..ac76f397739c9 --- /dev/null +++ b/manifests/m/martona/WM_NIGHT/0.2.0.6/martona.WM_NIGHT.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: martona.WM_NIGHT +PackageVersion: 0.2.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.installer.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.installer.yaml similarity index 80% rename from manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.installer.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.installer.yaml index 7d124f7ace284..88e93f2686cdb 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.installer.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.3.0.2 +PackageVersion: 26.3.0.7 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.3.0/Colibri_26.3.0-alpha.2.exe - InstallerSha256: 158AB0F20F499F966A64BEA00576992EF5A29E6BF3B73615A60C370561AFAF8B + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.3.0/Colibri_26.3.0-alpha.7.exe + InstallerSha256: 3AD3890905A3110976C4D8DBC6379E79004AC68CE040960E80EA38AC26A91BA4 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.locale.en-US.yaml index d2f3645324545..174b2e669b56d 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.3.0.2 +PackageVersion: 26.3.0.7 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.yaml similarity index 88% rename from manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.yaml index 64417bd386cf3..813da815920eb 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.3.0.2/matchmycolor.ColibriAlpha.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.3.0.7/matchmycolor.ColibriAlpha.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.3.0.2 +PackageVersion: 26.3.0.7 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.installer.yaml b/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.installer.yaml similarity index 71% rename from manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.installer.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.installer.yaml index 95155d23d5c3b..7010f2049f75a 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.installer.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.2.17781 +PackageVersion: 26.2.0.0 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.2/Colibri_26.1.2-beta.60.exe - InstallerSha256: 985D91833D1A48AC36B2A9D80422784A7B86634A600A624022B166747FFE7B6E + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-beta.3031.exe + InstallerSha256: 5BC885EB0E6C803FBC63E1292C799DBBAD104458510A8B9F3DEB35CD398B0205 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.locale.en-US.yaml index c6222c424d525..6472c34157db5 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.2.17781 +PackageVersion: 26.2.0.0 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.yaml b/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.yaml similarity index 86% rename from manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.yaml index 281723dbf0d03..6e7c8990972ea 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.2.17781/matchmycolor.ColibriBeta.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.2.0.0/matchmycolor.ColibriBeta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.2.17781 +PackageVersion: 26.2.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.installer.yaml b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.installer.yaml new file mode 100644 index 0000000000000..38eed7c3e3265 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.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: mostlygeek.llama-swap +PackageVersion: '244' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-swap.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v244/llama-swap_244_windows_amd64.zip + InstallerSha256: 706A9D7095613B9D4122E6D283EA1CDC7BBE7A9F5D311458A259904AA4E663F9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.locale.en-US.yaml b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.locale.en-US.yaml new file mode 100644 index 0000000000000..ea9ec4e9d62d6 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '244' +PackageLocale: en-US +Publisher: mostlygeek +PublisherUrl: https://mostlygeek.com/ +PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues +PackageName: llama-swap +PackageUrl: https://github.com/mostlygeek/llama-swap +License: MIT +LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2024 Benson Wong +ShortDescription: Model swapping for llama.cpp +Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server. +Moniker: llama-swap +Tags: +- golang +- llama +- llamacpp +- localllama +- localllm +- openai +- openai-api +- vllm +ReleaseNotes: |- + Changelog + - 0c42333 internal/matrix: solve matrix expressions symbolically (#960) +ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v244 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.yaml b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.yaml new file mode 100644 index 0000000000000..160266ae8770b --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.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: mostlygeek.llama-swap +PackageVersion: '244' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/myiam/Cli/0.6.0/myiam.Cli.installer.yaml b/manifests/m/myiam/Cli/0.6.0/myiam.Cli.installer.yaml new file mode 100644 index 0000000000000..e29ac9e55faa4 --- /dev/null +++ b/manifests/m/myiam/Cli/0.6.0/myiam.Cli.installer.yaml @@ -0,0 +1,17 @@ +# 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: myiam.Cli +PackageVersion: 0.6.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: myiam-cli.exe + PortableCommandAlias: myiam-cli +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/myiam-io/homebrew-tap/releases/download/myiam-cli-v0.6.0/myiam-cli-0.6.0-windows-x64.zip + InstallerSha256: 883CC596AFC1FB215EE96ADED802BCEC48E9576ED79DDC02AD08E7138D603164 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/myiam/Cli/0.6.0/myiam.Cli.locale.en-US.yaml b/manifests/m/myiam/Cli/0.6.0/myiam.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..06bb6a976a8a3 --- /dev/null +++ b/manifests/m/myiam/Cli/0.6.0/myiam.Cli.locale.en-US.yaml @@ -0,0 +1,26 @@ +# 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: myiam.Cli +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: MyIAM +PublisherUrl: https://github.com/myiam-io +PublisherSupportUrl: https://github.com/myiam-io/homebrew-tap/issues +PackageName: MyIAM CLI +PackageUrl: https://github.com/myiam-io/homebrew-tap +License: MIT +LicenseUrl: https://github.com/myiam-io/homebrew-tap/blob/HEAD/LICENSE +ShortDescription: CLI for managing MyIAM services +ReleaseNotes: |- + v0.6.0 + 수정 + - --from-stdin과 개별 플래그(--label 등) 동시 사용 시 플래그가 조용히 무시되던 문제 수정 (이제 에러 발생) + - login 실행 시 관리 가능한 서비스 목록과 현재 선택된 서비스 표시 + 문서 + - 실제로는 없는 --from-stdin 플래그가 있는 것처럼 잘못 적혀 있던 명령 12개 설명 정정 + - field_key는 field_type을 소문자로 바꾼 값이라는 규칙 추가 + - exposed_at 필수 여부 및 날짜 형식(타임존 없는 yyyy-MM-ddTHH:mm:ss) 정정 +ReleaseNotesUrl: https://github.com/myiam-io/homebrew-tap/releases/tag/myiam-cli-v0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/myiam/Cli/0.6.0/myiam.Cli.yaml b/manifests/m/myiam/Cli/0.6.0/myiam.Cli.yaml new file mode 100644 index 0000000000000..872d1c299df10 --- /dev/null +++ b/manifests/m/myiam/Cli/0.6.0/myiam.Cli.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: myiam.Cli +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml index 41c11fd94fc78..79e81db452285 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jul/24 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly @@ -17,6 +17,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.msi - InstallerSha256: 0AB31EA456EC05DD869B8DBF5B5E8E1A97B21D52E3131B6B0FE0F4386D139A7A + InstallerSha256: 4D03991FD49666CD440C9930AE56903A38ADF5270ABE631B69FFC772B17E5950 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml index b72ce182c0d78..de80d1a4ae0bb 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jul/24 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml index cc38b986be709..99d4b6b2a27aa 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.13.0/Neovim.Neovim.Nightly.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jul/24 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.installer.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.installer.yaml new file mode 100644 index 0000000000000..31a3c715d7b12 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.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: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: Reboot=ReallySuppress +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ProductCode: '{942AD7B0-5948-4DB1-A17B-E3452D4D6CA7}' +ReleaseDate: 2026-07-27 +AppsAndFeaturesEntries: +- DisplayVersion: 34.0.0.20260727 + ProductCode: '{942AD7B0-5948-4DB1-A17B-E3452D4D6CA7}' + UpgradeCode: '{FD2FCCA9-BB8F-4485-8F70-A0621B84A7F4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Nextcloud' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nextcloud-releases/desktop/releases/download/v34.0.0/Nextcloud-34.0.0-x64.msi + InstallerSha256: 6A04598FFC5E39EC519CDC7E3F17C87ED7556214E73FD3294755643BAC0DB349 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-GB.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-GB.yaml new file mode 100644 index 0000000000000..df8d5889b2db0 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-GB.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +PackageLocale: en-GB +PackageName: Nextcloud +ShortDescription: The Nextcloud Desktop Client is a tool to synchronise files from Nextcloud Server with your computer. +Description: Use the desktop clients to keep your files synchronised between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are. +Tags: +- cloud +- cloud-sync +- nextcloud-desktop-client +- synchronisation +- utility +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-US.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..d22fc3ca562f1 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-US.yaml @@ -0,0 +1,141 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +PackageLocale: en-US +Publisher: Nextcloud GmbH +PublisherUrl: https://nextcloud.com/ +PublisherSupportUrl: https://github.com/nextcloud/desktop/issues +PrivacyUrl: https://nextcloud.com/privacy +Author: Nextcloud GmbH +PackageName: Nextcloud +PackageUrl: https://nextcloud.com/ +License: GPL-2.0 +LicenseUrl: https://raw.githubusercontent.com/nextcloud/desktop/master/COPYING +Copyright: © 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/nextcloud/desktop/master/COPYING +ShortDescription: The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer. +Description: |- + Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. + Select one or more directories on your local machine and always have access to your latest files wherever you are. +Moniker: nextclouddesktop +Tags: +- cloud +- cloud-sync +- nextcloud-desktop-client +- synchronization +- utility +ReleaseNotes: |- + What's Changed + - Automatically label issues with OS extracted from description by @i2h3 in nextcloud/desktop#9479 + - Drop macOS 12 Support by @i2h3 in nextcloud/desktop#9477 + - fix: show paused status when account has no sync sources by @Rello in nextcloud/desktop#9473 + - chore(i18n): id -> ID by @rakekniven in nextcloud/desktop#9476 + - Server Actions Integration for File Provider Extension by @i2h3 in nextcloud/desktop#9469 + - Consolidated Xcode Workspace by @i2h3 in nextcloud/desktop#9474 + - fix: use text emoji replacements to avoid creating duplicate labels by @nilsding in nextcloud/desktop#9487 + - chore: update Craft and craft cache by @nilsding in nextcloud/desktop#9494 + - fix(macOS): Defined PRODUCT_BUNDLE_IDENTIFIER for FinderSync by @i2h3 in nextcloud/desktop#9498 + - chore(macOS): Updated Xcode Project Settings by @i2h3 in nextcloud/desktop#9499 + - fix(macOS): macdeployqt now finds libvpx by @i2h3 in nextcloud/desktop#9497 + - fix(macOS): Resolved warning about deprecated ld_classic by @i2h3 in nextcloud/desktop#9495 + - fix(macOS): Resolved Some Xcode Compiler Warnings by @i2h3 in nextcloud/desktop#9500 + - fix(e2ee): ensure PIN input dialog is top most window by @mgallien in nextcloud/desktop#9490 + - chore(i18n): Add context for translators by @rakekniven in nextcloud/desktop#9492 + - chore(deps): bump actions/stale from 10.1.1 to 10.2.0 by @dependabot[bot] in nextcloud/desktop#9493 + - fix: enhanced detail in "Stale DB entry" log entry by @Rello in nextcloud/desktop#9483 + - fix(macOS): skip build-tree RPATH to prevent install_name_tool conflict by @i2h3 in nextcloud/desktop#9509 + - fix(macOS): Remove TARGETED_DEVICE_FAMILY by @i2h3 in nextcloud/desktop#9510 + - fix: remove hard-coded app name from sync folder path by @Rello in nextcloud/desktop#9515 + - Fix #7009: Remove leftover .msi and msi.log after update by @chrip in nextcloud/desktop#8980 + - fix: disable server version check (<7.0) by @Rello in nextcloud/desktop#9475 + - feat(macOS): QtWebEngine Switch by @i2h3 in nextcloud/desktop#9517 + - Fix FinderSync Extension by @i2h3 in nextcloud/desktop#9528 + - fix(win32): only increase ACL size if a new ACE is about to be added by @nilsding in nextcloud/desktop#9491 + - chore: test upload of a locked file inside a remote deleted folder by @mgallien in nextcloud/desktop#9336 + - feature: new settings UI by @Rello in nextcloud/desktop#9419 + - Bugfix/e2ee fixes for hardware certificate end to end encryption by @mgallien in nextcloud/desktop#9514 + - test(integration): add tests for FileActionsModel. by @camilasan in nextcloud/desktop#9518 + - fix(macOS): fix crash for FileProviderSettings by @nilsding in nextcloud/desktop#9540 + - fix: load app icons for external sites app by @Rello in nextcloud/desktop#9542 + - fix: suppress duplicate "The log output cannot be saved" popups by @Rello in nextcloud/desktop#9539 + - Regain Synchronization Folder Access by @i2h3 in nextcloud/desktop#9556 + - Note about missing End-to-End Encryption Support in File Provider Extension by @i2h3 in nextcloud/desktop#9561 + - chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in nextcloud/desktop#9554 + - fix(accountmanager): check existing account proxy type setting. by @camilasan in nextcloud/desktop#9551 + - fix(file-provider): Fetch share options by user ID not user name (#9074) by @i2h3 in nextcloud/desktop#9579 + - Improve error handling and clean menu texts by @mgallien in nextcloud/desktop#9585 + - feat(e2ee): add basic support for e2ee metadata format 2.1 by @mgallien in nextcloud/desktop#9571 + - fix(e2ee/vfs): disable on-demand population of encrypted folders by @mgallien in nextcloud/desktop#9570 + - Bugfix/migrate user encryption certificate by @mgallien in nextcloud/desktop#9568 + - Bugfix/better handling of locked files during upload by @mgallien in nextcloud/desktop#9566 + - feat(syncengine): fail and restart the sync if discovery is suspicious by @nilsding in nextcloud/desktop#9572 + - fix(e2ee): allow read of metadata 1.2 again by @mgallien in nextcloud/desktop#9544 + - Handle macOS alias files in File Provider Extension by @i2h3 in nextcloud/desktop#9445 + - Sync Status on App Launch by @i2h3 in nextcloud/desktop#9595 + - Updated File Provider Extension Translations by @i2h3 in nextcloud/desktop#9596 + - chore(deps): bump cpp-linter/cpp-linter-action from 2.16.7 to 2.17.0 by @dependabot[bot] in nextcloud/desktop#9583 + - fix: Robustly parse file action responses and handle tooltip/URL children by @Rello in nextcloud/desktop#9547 + - fix(propagateuploadng): do not encode davUrl by @nilsding in nextcloud/desktop#9588 + - Refactored change enumeration completion by @i2h3 in nextcloud/desktop#9601 + - Bugfix/use display name for e2ee shares by @mgallien in nextcloud/desktop#9605 + - Refine new settings dialog by @nilsding in nextcloud/desktop#9599 + - Improve integration. by @camilasan in nextcloud/desktop#9617 + - fix(i18n): let Qt handle plural forms by @nilsding in nextcloud/desktop#9621 + - fix(file-provider): Working Set Change Enumeration by @i2h3 in nextcloud/desktop#9625 + - Sanitized file provider UI extension string catalog by @i2h3 in nextcloud/desktop#9633 + - fix(filesystem): deal with win32 long paths when recursively removing folders by @nilsding in nextcloud/desktop#9634 + - Set folders writable if remote perms require it, recurse into subdirs if etag and remoteperms differ by @nilsding in nextcloud/desktop#9637 + - chore(network): enable again our request timeout feature by @mgallien in nextcloud/desktop#9646 + - fix(read-only): make the parent folder writable before deleting a file by @mgallien in nextcloud/desktop#9655 + - feature(icon/ai): improved Nextcloud Assistant icon by @mgallien in nextcloud/desktop#9658 + - fix(macOS): Fix developer build by @i2h3 in nextcloud/desktop#9667 + - chore(i18n): Correct text case in error message label by @rakekniven in nextcloud/desktop#9672 + - chore(l10n): Update QLabel text property to not translate by @rakekniven in nextcloud/desktop#9673 + - fix(settings): add missing endGroup() in Folder::removeFromSettings by @agners in nextcloud/desktop#9607 + - Replace UNIX sockets with XPC on macOS by @i2h3 in nextcloud/desktop#9463 + - Remove Debian build by @ivaradi in nextcloud/desktop#9700 + - chore(deps): bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 by @dependabot[bot] in nextcloud/desktop#9669 + - Fix build with Xcode 26.4 by @i2h3 in nextcloud/desktop#9706 + - fix(macOS): hide dock icon when closing settings with ⌘+W by @i2h3 in nextcloud/desktop#9702 + - chore: improve one translated string by @mgallien in nextcloud/desktop#9692 + - fix(asyncimageresponse): enhance check for received SVG response by @nilsding in nextcloud/desktop#9697 + - fix(gui/settings): use different palette colour for backgrounds by @nilsding in nextcloud/desktop#9703 + - fix(integration): only call parseEndpoints if fileId is not empty. by @camilasan in nextcloud/desktop#9701 + - chore(legalnotice): update copyright year by @nilsding in nextcloud/desktop#9717 + - chore(deps): bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in nextcloud/desktop#9668 + - fix(macOS): Extension Display Names by @i2h3 in nextcloud/desktop#9723 + - Improve Sandbox Migration Experience by @i2h3 in nextcloud/desktop#9720 + - fix(windows/vfs): do not create DB record for invalid virtual items by @mgallien in nextcloud/desktop#9737 + - fix(windows/vfs): automated test for Windows VFS case clash items by @mgallien in nextcloud/desktop#9741 + - fix(macOS): Fix background update check incorrectly calling Sparkle when automaticallyChecksForUpdates is NO by @i2h3 in nextcloud/desktop#9744 + - fix(macOS): Sparkle Sandboxing by @i2h3 in nextcloud/desktop#9752 + - Chore/remove compilation warning qt 6.10 by @mgallien in nextcloud/desktop#9749 + - chore: systemd service is now wanted by graphical target by @mgallien in nextcloud/desktop#9758 + - fix(macOS): Set app extension version information correctly by @i2h3 in nextcloud/desktop#9766 + - fix(macOS): Launch on Login by @i2h3 in nextcloud/desktop#9773 + - fix(macOS): macOS 13 Ventura Compatibility by @i2h3 in nextcloud/desktop#9778 + - chore(ci): update images by @nilsding in nextcloud/desktop#9786 + - chore: PPA Debian package type is a community packaging by @mgallien in nextcloud/desktop#9790 + - fix(gui): use native QLineEdit styling for server address by @nilsding in nextcloud/desktop#9801 + - fix(windows/vfs): ensure critical logs are going to be produced by @mgallien in nextcloud/desktop#9800 + - Bugfix/remove useless output debug at start by @mgallien in nextcloud/desktop#9792 + - chore(deps): bump cpp-linter/cpp-linter-action from 2.17.0 to 2.17.1 by @dependabot[bot] in nextcloud/desktop#9799 + - fix: remove unused COPY_SECUREFILEDROP_LINK socket command by @Rello in nextcloud/desktop#9808 + - fix(folderman): disconnect slotFolderCanSyncChanged when unloading folder. by @camilasan in nextcloud/desktop#9813 + - Remove Windows Shell/Explorer pinning fallback commands from SocketApi by @Rello in nextcloud/desktop#9819 + - fix(macOS): Open app settings on necessity of sandbox folder migration by @i2h3 in nextcloud/desktop#9830 + - Fix File Provider Domain Account Setup by @i2h3 in nextcloud/desktop#9838 + - fix(macOS): Word wrap in sandbox migration error display by @i2h3 in nextcloud/desktop#9841 + - keep sync dylib install_name as @rpath through cmake --install by @i2h3 in nextcloud/desktop#9844 + - fix: use openBrowser to open URLs by @Rello in nextcloud/desktop#9849 + - Store credentials provided through command line in macOS keychain by @i2h3 in nextcloud/desktop#9847 + - chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in nextcloud/desktop#9834 + - chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 by @dependabot[bot] in nextcloud/desktop#9833 + - chore(deps): bump actions/cache from 5.0.4 to 5.0.5 by @dependabot[bot] in nextcloud/desktop#9832 + - chore(deps): bump cpp-linter/cpp-linter-action from 2.17.1 to 2.18.0 by @dependabot[bot] in nextcloud/desktop#9831 + - feature(file-provider): Open folder tray window header button by @i2h3 in nextcloud/desktop#9857 +ReleaseNotesUrl: https://github.com/nextcloud-releases/desktop/releases/tag/v34.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.yaml new file mode 100644 index 0000000000000..f577041818ec2 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.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: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..7bc566a30a7fd --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.3.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: 1.3.0 +InstallerType: wix +ProductCode: '{0336D8FA-2EF1-4F0F-85A0-E85A84A86BF2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.3.0/nimbus-headless-windows-x64.msi + InstallerSha256: 46013DC7C8466EB12D4737D720DBE92D8D2BD6E016E9540807F0ACDFB5E1FCE2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..87578128b18fc --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.3.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: 1.3.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/v1.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..1fda75d5fd5ed --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.3.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: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..cb65c465cb2c5 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.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: 1.4.0 +InstallerType: wix +ProductCode: '{8FC787C9-E091-49C5-905B-A3F8515E8E38}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.4.0/nimbus-headless-windows-x64.msi + InstallerSha256: 49FC552CCD4907938851B1B379F9FC01ADF5E7BD2896893144A3E1205CBCD06E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..6def3f1218361 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.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: 1.4.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/v1.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..003a3383e7edd --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.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: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.installer.yaml b/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.installer.yaml deleted file mode 100644 index e6e2cf8cde4c4..0000000000000 --- a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Ocenaudio.Ocenaudio -PackageVersion: 3.20.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: nullsoft -ProductCode: ocenaudio -AppsAndFeaturesEntries: -- ProductCode: ocenaudio -Installers: -- Architecture: x64 - InstallerUrl: https://www.ocenaudio.com/downloads/index.php/ocenaudio_windows64.exe - InstallerSha256: ADA197609BB284DE1362C0E09628B2B22A2A07D4F22E6D358163D2FF43857870 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.locale.en-US.yaml b/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.locale.en-US.yaml deleted file mode 100644 index 034e9a47234e4..0000000000000 --- a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Ocenaudio.Ocenaudio -PackageVersion: 3.20.0 -PackageLocale: en-US -Publisher: Ocenaudio Team -PublisherUrl: https://www.ocenaudio.com/ -PackageName: ocenaudio -PackageUrl: https://www.ocenaudio.com/ -License: Freeware, closed-source -Copyright: © 2009-2022 ocenaudio Team. All rights reserved. -ShortDescription: ocenaudio is a cross-platform, easy to use, fast and functional audio editor. -Tags: -- audio -- media -- mp3 -- music -- player -- spectrogram -- spectrum -ReleaseNotes: |- - - Adds an autosave system to protect session state in case of unexpected program closure - - Adds transcription mode for audio transcription workflows (configurable per track) - - Adds translation improvements and support for new languages - - New models in QOcenAi (LavaSR, SileroVAD) - - Fixes cursor precision, pan and zoom focus on the waveform canvas - - Fixes drag-edge autoscroll when dragging selection, cursor, marker or region — now works correctly, including in fullscreen - - Other bug fixes and improvements -ReleaseNotesUrl: https://www.ocenaudio.com/changelog -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.locale.zh-CN.yaml b/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.locale.zh-CN.yaml deleted file mode 100644 index c6bde0e8849a5..0000000000000 --- a/manifests/o/Ocenaudio/Ocenaudio/3.20.0/Ocenaudio.Ocenaudio.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Ocenaudio.Ocenaudio -PackageVersion: 3.20.0 -PackageLocale: zh-CN -Publisher: Ocenaudio Team -PublisherUrl: https://www.ocenaudio.com/ -PackageName: ocenaudio -PackageUrl: https://www.ocenaudio.com/ -License: 免费软件、闭源 -Copyright: © 2009-2022 ocenaudio Team. All rights reserved. -ShortDescription: ocenaudio 是一款跨平台、易用、快速且功能完善的音频编辑器。 -ReleaseNotesUrl: https://www.ocenaudio.com/changelog -Tags: -- audio -- media -- mp3 -- music -- player -- spectrogram -- spectrum -- 音频编辑器 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.installer.yaml b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.installer.yaml new file mode 100644 index 0000000000000..fd58b18902c31 --- /dev/null +++ b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.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: OctopusData.Octoparse +PackageVersion: 10.1.1 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- octoparse +- octoparse-share +FileExtensions: +- otd +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://client-resource.octoparse.com/client/en-US/win-x64/Octoparse%20Setup%2010.1.1.exe + InstallerSha256: 02BD25BEB4FC66F71325B335A9481AE6FAAD53D6ED833BBB51C094C82B558086 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.locale.en-US.yaml b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.locale.en-US.yaml new file mode 100644 index 0000000000000..743064252494a --- /dev/null +++ b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OctopusData.Octoparse +PackageVersion: 10.1.1 +PackageLocale: en-US +Publisher: Octopus Data Inc. +PublisherUrl: https://www.octoparse.com/ +PublisherSupportUrl: https://helpcenter.octoparse.com/ +PrivacyUrl: https://www.octoparse.com/privacy-policy +Author: Octopus Data Inc. +PackageName: Octoparse +PackageUrl: https://www.octoparse.com/download +License: Proprietary +LicenseUrl: https://www.octoparse.com/terms-and-conditions +Copyright: © Octopus Data Inc. 2026 +CopyrightUrl: https://www.octoparse.com/terms-and-conditions +ShortDescription: A no-coding solution for web scraping to turn pages into structured data within clicks. +Tags: +- data +- scrape +- spider +- web +ReleaseNotesUrl: https://www.octoparse.com/download +PurchaseUrl: https://www.octoparse.com/pricing +Documentations: +- DocumentLabel: Beginner's Guide + DocumentUrl: https://dataservice.octoparse.com/octoparse-hello-world +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.locale.zh-CN.yaml b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7cb76262e0fa1 --- /dev/null +++ b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.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: OctopusData.Octoparse +PackageVersion: 10.1.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 功能强大,操作简单,无需编写代码就能采集网站数据 +Tags: +- 抓取 +- 数据 +- 爬虫 +- 网页 +Documentations: +- DocumentLabel: 新手指南 + DocumentUrl: https://dataservice.octoparse.com/octoparse-hello-world +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.yaml b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.yaml new file mode 100644 index 0000000000000..4a7720f601eb5 --- /dev/null +++ b/manifests/o/OctopusData/Octoparse/10.1.1/OctopusData.Octoparse.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: OctopusData.Octoparse +PackageVersion: 10.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.installer.yaml b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.installer.yaml new file mode 100644 index 0000000000000..ebf212701253b --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.installer.yaml @@ -0,0 +1,20 @@ +# 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: Oksion.XiControl +PackageVersion: 0.7.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- xicontrol +ReleaseDate: 2026-07-28 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Oksion/XiControl/releases/download/v0.7.0/XiControl-v0.7.0-win-x64.exe + InstallerSha256: F50D9083F9A1305456E67FFCB886E3BC4D7C2CD4C15ACFEBB97F3B78595F9184 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.locale.en-US.yaml b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.locale.en-US.yaml new file mode 100644 index 0000000000000..d88a2359806b5 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.locale.en-US.yaml @@ -0,0 +1,49 @@ +# 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: Oksion.XiControl +PackageVersion: 0.7.0 +PackageLocale: en-US +Publisher: Oksion +PublisherUrl: https://github.com/Oksion +PublisherSupportUrl: https://github.com/Oksion/XiControl/issues +PackageName: Xi Control +PackageUrl: https://github.com/Oksion/XiControl +License: GPL-3.0 +LicenseUrl: https://github.com/Oksion/XiControl/blob/HEAD/LICENSE +Copyright: Copyright (c) Oksion +ShortDescription: Tray utility for Xiaomi/Redmi laptops - battery charge limit, performance modes, OSD and Mi button, driver-free via the stock firmware WMI interface (MIFS). +Description: |- + Xi Control is a lightweight tray utility for Xiaomi / Redmi (Redmibook) laptops, + built primarily for the Xiaomi Book Pro 14 (2026) but not limited to it. + Battery care (charge limit) with automatic re-arm after sleep, five performance + modes including the hidden Eco mode, OSD overlays, Mi button gestures, special + key fixes (Fn-Lock OSD, microphone mute, keyboard backlight levels) and an + owl mode that keeps the system awake while the lid is closed on AC power. + Everything is driven through the firmware's stock WMI interface - no WinRing0, + no third-party drivers. Requires administrator rights (a firmware WMI + requirement); the app elevates itself via UAC on launch. +Moniker: xicontrol +Tags: +- battery +- charge-limit +- laptop +- redmi +- redmibook +- tray +- wmi +- xiaomi +ReleaseNotes: |- + What's Changed + - Auto refresh rate: 120 Hz on AC, 60 Hz on battery by @39ma in #1 + - Монитор: компактные виды — мини-строка и «только ватты» by @39ma in #2 + - Профили питания: свой режим и яркость при зарядке и от батареи by @39ma in #3 + - Фикс: отключение тачскрина больше не гасит PCI-контроллер шины by @39ma in #5 + - HTTP API для локальной сети (opt-in): режимы, заряд, статус (XIC-13) by @Oksion in #6 + New Contributors + - @39ma made their first contribution in #1 + - @Oksion made their first contribution in #6 + Full Changelog: v0.6.0...v0.7.0 +ReleaseNotesUrl: https://github.com/Oksion/XiControl/releases/tag/v0.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.yaml b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.yaml new file mode 100644 index 0000000000000..76de5b35dd074 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.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: Oksion.XiControl +PackageVersion: 0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml new file mode 100644 index 0000000000000..42ab32c6d1faa --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.4.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.4.0-beta/OpenDumpViewer_v4.4.0-beta_installer_x64.exe + InstallerSha256: 69555B47FA8B415FBF5D21B6A987F2A64BFEA99B2338051F14F24C1DEBDBDE54 +- Architecture: arm64 + InstallerUrl: https://github.com/Open-DUMP-Viewer/Open-DUMP-Viewer/releases/download/v4.4.0-beta/OpenDumpViewer_v4.4.0-beta_installer_arm64.exe + InstallerSha256: 5CE0B585EDD42B15BBE0883CA10E5C71005B60507DE4406E8760C2C00EE48DF0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml new file mode 100644 index 0000000000000..214c0bfde6b7e --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.locale.ja-JP.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.4.0 +PackageLocale: ja-JP +Publisher: YANAI Taketo +PublisherUrl: https://www.odv.dev/ +PackageName: Open DUMP Viewer for Oracle database (Beta) +PackageUrl: https://www.odv.dev/ +License: Proprietary +ShortDescription: Oracle EXP/EXPDP DUMPファイルビューア (Beta) +Tags: +- oracle +- dump +- viewer +- database +- beta +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.yaml b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.yaml new file mode 100644 index 0000000000000..6980e52a60e40 --- /dev/null +++ b/manifests/o/OpenDumpViewer/OpenDumpViewer/BETA/4.4.0/OpenDumpViewer.OpenDumpViewer.BETA.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: OpenDumpViewer.OpenDumpViewer.BETA +PackageVersion: 4.4.0 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.installer.yaml b/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.installer.yaml new file mode 100644 index 0000000000000..ce3af75e20006 --- /dev/null +++ b/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Pantelis23.KernRift +PackageVersion: v2.8.33 +InstallerType: zip +NestedInstallerType: portable +FileExtensions: +- exe +Commands: +- krc +- kr +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: krc.exe + PortableCommandAlias: krc + - RelativeFilePath: kr.exe + PortableCommandAlias: kr + InstallerUrl: https://github.com/Pantelis23/KernRift/releases/download/v2.8.33/krc-windows-x86_64.zip + InstallerSha256: 9B5703B9A909B04CD6276112DCCEEDED96E1C82770A5FD6EEC810117348A3A98 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: krc.exe + PortableCommandAlias: krc + - RelativeFilePath: kr.exe + PortableCommandAlias: kr + InstallerUrl: https://github.com/Pantelis23/KernRift/releases/download/v2.8.33/krc-windows-arm64.zip + InstallerSha256: E92B3C4D7DB690C44A343B262267645F21A0413F56FD38D60964FF0AF070341F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.locale.en-US.yaml b/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.locale.en-US.yaml new file mode 100644 index 0000000000000..931bdaadc1e52 --- /dev/null +++ b/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Pantelis23.KernRift +PackageVersion: v2.8.33 +PackageLocale: en-US +Publisher: Pantelis Christou +PublisherUrl: https://github.com/Pantelis23/KernRift +PublisherSupportUrl: https://github.com/Pantelis23/KernRift/issues +Author: Pantelis Christou +PackageName: KernRift +PackageUrl: https://github.com/Pantelis23/KernRift +License: MIT +LicenseUrl: https://github.com/Pantelis23/KernRift/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Pantelis Christou +ShortDescription: Self-hosted bare-metal systems programming language and compiler +Description: KernRift is a zero-dependency self-hosted compiler. The package installs two portable command-line tools — krc (the compiler) and kr (the fat-binary runner). It compiles to native x86_64 and ARM64 binaries for Linux, Windows, macOS, and Android. The compiler is written entirely in KernRift itself and produces ELF, PE, Mach-O, and fat binaries. +Moniker: kernrift +Tags: + - aot + - arm64 + - bare-metal + - compiler + - cross-compiler + - programming-language + - self-hosted + - systems-programming + - x86_64 +ReleaseNotes: 'Full Changelog: https://github.com/Pantelis23/KernRift/releases/tag/v2.8.33' +ReleaseNotesUrl: https://github.com/Pantelis23/KernRift/releases/tag/v2.8.33 +InstallationNotes: The install directory is added to PATH automatically by winget (portable nested installer). Run 'krc --version' and 'kr --version' to verify. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.yaml b/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.yaml new file mode 100644 index 0000000000000..bfb3c8825f79d --- /dev/null +++ b/manifests/p/Pantelis23/KernRift/v2.8.33/Pantelis23.KernRift.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Pantelis23.KernRift +PackageVersion: v2.8.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.installer.yaml b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.installer.yaml new file mode 100644 index 0000000000000..9356676272c1b --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite +PackageVersion: 2026.7.1 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +FileExtensions: +- burp +ProductCode: 6592-1155-2163-3973 +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://portswigger.net/burp/releases/download?product=desktop&version=2026.7.1&type=WindowsX64 + InstallerSha256: 3E92AC48E55F9CE342BEA53004576E3D83678A942EEECC6A151115EE4872690B +- Architecture: x64 + Scope: machine + InstallerUrl: https://portswigger.net/burp/releases/download?product=desktop&version=2026.7.1&type=WindowsX64 + InstallerSha256: 3E92AC48E55F9CE342BEA53004576E3D83678A942EEECC6A151115EE4872690B + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://portswigger.net/burp/releases/download?product=desktop&version=2026.7.1&type=WindowsArm64 + InstallerSha256: 66B769EE23017003CF328B97BDD6DB62F07484F4B68DF4BA69C49A45A95E09B2 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://portswigger.net/burp/releases/download?product=desktop&version=2026.7.1&type=WindowsArm64 + InstallerSha256: 66B769EE23017003CF328B97BDD6DB62F07484F4B68DF4BA69C49A45A95E09B2 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.locale.en-US.yaml b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.locale.en-US.yaml new file mode 100644 index 0000000000000..54137a9e7c8aa --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite +PackageVersion: 2026.7.1 +PackageLocale: en-US +Publisher: PortSwigger Web Security +PublisherUrl: https://portswigger.net/ +PublisherSupportUrl: https://portswigger.net/support +PrivacyUrl: https://portswigger.net/privacy +Author: PortSwigger Ltd +PackageName: Burp Suite +PackageUrl: https://portswigger.net/burp/communitydownload +License: Freeware +LicenseUrl: https://portswigger.net/burp/eula/community +Copyright: © PortSwigger Ltd. All rights reserved +CopyrightUrl: https://portswigger.net/legal +ShortDescription: The best manual tools to start web security testing. +Description: Burp Suite is PortSwigger's essential manual toolkit for learning about web security testing. +Tags: +- capture +- debug +- network +- proxy +- request +- response +- security +- traffic +- web +ReleaseNotes: 2026.7.1 released to the Stable channel. This release introduces Burp AT, an agentic AI-driven capability for Burp Suite Professional that pursues the testing goals you set using Burp's own tools. +ReleaseNotesUrl: https://portswigger.net/burp/releases/professional-community-2026-7-1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.locale.zh-CN.yaml b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ab80866c6c751 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.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: PortSwigger.BurpSuite +PackageVersion: 2026.7.1 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 进行网络安全测试的最佳手动工具 +Description: Burp Suite 是 PortSwigger 推出的、用于学习 Web 安全测试的必备手动工具包。 +Tags: +- 代理 +- 响应 +- 安全 +- 抓包 +- 流量 +- 网络 +- 网页 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.yaml b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.yaml new file mode 100644 index 0000000000000..7abea3e266977 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/2026.7.1/PortSwigger.BurpSuite.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: PortSwigger.BurpSuite +PackageVersion: 2026.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.installer.yaml b/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.installer.yaml deleted file mode 100644 index 0481e78cf9504..0000000000000 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.installer.yaml +++ /dev/null @@ -1,22 +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: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" -InstallerType: nullsoft -Scope: machine -ProductCode: AnyBurn -ReleaseDate: 2025-07-09 -Installers: -- Architecture: x86 - InstallerUrl: https://anyburn.com/anyburn_setup.exe - InstallerSha256: 4B097FA0BEDE17A916600C17C19DAD92C9D5A38808BB270CB3974803A4A428C1 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\AnyBurn' -- Architecture: arm64 - InstallerUrl: https://anyburn.com/anyburn_setup_arm64.exe - InstallerSha256: C83C166AC3CE8F4576B0CA8EDCC5CABB3629F0BC3ED9030D7FA6BF3E2BF9EF19 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\AnyBurn' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.installer.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.installer.yaml new file mode 100644 index 0000000000000..d07d30e3a91a2 --- /dev/null +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.installer.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" +InstallerType: nullsoft +Scope: machine +ProductCode: AnyBurnPro +ReleaseDate: 2026-04-22 +Installers: +- Architecture: x86 + InstallerUrl: https://anyburn.com/anyburn_pro_setup.exe + InstallerSha256: A3880EC781F63C93DAE2FE941E76E31956BB5B178B477F4BB4E79B822A21D69E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\AnyBurn' +- Architecture: x64 + InstallerUrl: https://anyburn.com/anyburn_pro_setup.exe + InstallerSha256: A3880EC781F63C93DAE2FE941E76E31956BB5B178B477F4BB4E79B822A21D69E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\AnyBurn' +- Architecture: arm64 + InstallerUrl: https://anyburn.com/anyburn_pro_setup.exe + InstallerSha256: A3880EC781F63C93DAE2FE941E76E31956BB5B178B477F4BB4E79B822A21D69E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\AnyBurn' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.en-US.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.en-US.yaml similarity index 77% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.en-US.yaml rename to manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.en-US.yaml index d40665ec95f08..e74c7a1fc5154 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.en-US.yaml +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.en-US.yaml @@ -1,17 +1,17 @@ -# Automatically updated by the winget bot at 2026/May/07 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" PackageLocale: en-US Publisher: Power Software Ltd PublisherUrl: https://powersoftware.com/ PublisherSupportUrl: https://anyburn.com/contact.htm Author: Power Software Ltd. -PackageName: AnyBurn +PackageName: AnyBurnPro PackageUrl: https://anyburn.com/ -License: Freeware -Copyright: Copyright 2004-2025 Power Software Ltd. All rights reserved. +License: Proprietary +Copyright: Copyright 2004-2026 Power Software Ltd. All rights reserved. ShortDescription: A light weight but professional CD / DVD / Blu-ray burning software Description: |- AnyBurn is a light weight but professional CD / DVD / Blu-ray burning software that everyone must have. It provides complete solution for burning and disc imaging. @@ -37,11 +37,10 @@ Tags: - cd - dvd ReleaseNotes: |- - +) Supports compressed image files (zst, lz, and br format). - +) Can create image file from USB drive and write image file to USB drive. - +) The UI font can be changed. + +) Supports creating bootable USB drive from zip, rar, 7z files. *) Some minor bug fixes and enhancements. ReleaseNotesUrl: https://anyburn.com/tutorials/history.htm +PurchaseUrl: https://anyburn.com/order.htm Documentations: - DocumentLabel: Tutorials DocumentUrl: https://anyburn.com/tutorials/ diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-CN.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-CN.yaml similarity index 61% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-CN.yaml rename to manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-CN.yaml index df71eaa055e17..d1023819058b3 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-CN.yaml +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-CN.yaml @@ -1,10 +1,10 @@ -# Automatically updated by the winget bot at 2026/May/07 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" PackageLocale: zh-CN -License: 免费软件 +License: 专有软件 ShortDescription: 轻量专业的 CD / DVD / Blu-ray 刻录软件 Tags: - bd diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-TW.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-TW.yaml similarity index 61% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-TW.yaml rename to manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-TW.yaml index ccc2a9dfbdb75..f5ccab1d815af 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-TW.yaml +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-TW.yaml @@ -1,10 +1,10 @@ -# Automatically updated by the winget bot at 2026/May/07 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" PackageLocale: zh-TW -License: 免費軟體 +License: 專有軟體 ShortDescription: 輕量專業的 CD / DVD / Blu-ray 燒錄軟體 Tags: - bd diff --git a/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.yaml new file mode 100644 index 0000000000000..142a99df73c5a --- /dev/null +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.installer.yaml b/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.installer.yaml new file mode 100644 index 0000000000000..9154df35bf91c --- /dev/null +++ b/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Profullstack.PairUX +PackageVersion: 0.9.45 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/profullstack/pairux.com/releases/download/v0.9.45/PairUX.Setup.0.9.45.exe + InstallerSha256: 9F3778A78E47FDE73620E80D8177DCD16862F47765A2E343FFA34F174B5DD5E4 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.locale.en-US.yaml b/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.locale.en-US.yaml new file mode 100644 index 0000000000000..feb53fe759f25 --- /dev/null +++ b/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Profullstack.PairUX +PackageVersion: 0.9.45 +PackageLocale: en-US +Publisher: Profullstack, Inc. +PublisherUrl: https://pairux.com +PublisherSupportUrl: https://github.com/profullstack/pairux.com/issues +PrivacyUrl: https://pairux.com/privacy +PackageName: PairUX +PackageUrl: https://pairux.com +License: MIT +LicenseUrl: https://github.com/profullstack/pairux.com/blob/master/LICENSE +ShortDescription: Collaborative screen sharing with remote control +Description: |- + PairUX enables real-time screen sharing with simultaneous local and remote + mouse/keyboard control for pair programming and collaboration. +Tags: + - screen-sharing + - remote-control + - collaboration + - webrtc + - pair-programming + - remote-desktop +ReleaseNotesUrl: https://github.com/profullstack/pairux.com/releases/tag/v0.9.45 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.yaml b/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.yaml new file mode 100644 index 0000000000000..bdb9c04d71424 --- /dev/null +++ b/manifests/p/Profullstack/PairUX/0.9.45/Profullstack.PairUX.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Profullstack.PairUX +PackageVersion: 0.9.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.installer.yaml b/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.installer.yaml deleted file mode 100644 index 2ddc4f4ef944b..0000000000000 --- a/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: payhereinc.PayhereSeller -PackageVersion: 3.4.5 -InstallerType: nullsoft -Installers: -- Architecture: x86 - InstallerUrl: https://desktop.payhere.in/windows/Payhere-Seller.exe - InstallerSha256: 3792A0EF94482E72CBBA6372FA50702AAFD61416E395972A6511128D00F5225D - AppsAndFeaturesEntries: - - Publisher: payhere inc. - ProductCode: 2778135c-49fa-5035-8784-a1c823cb0e8d -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.locale.en-US.yaml b/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.locale.en-US.yaml deleted file mode 100644 index 0c364074f26fa..0000000000000 --- a/manifests/p/payhereinc/PayhereSeller/3.4.5/payhereinc.PayhereSeller.locale.en-US.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: payhereinc.PayhereSeller -PackageVersion: 3.4.5 -PackageLocale: en-US -Publisher: payhere inc. -PublisherUrl: https://payhere.in/ -PrivacyUrl: https://payhere.in/policy/privacy/ -PackageName: Payhere Seller -License: Proprietary -Copyright: Copyright © 2024 payhere inc. -ShortDescription: Payhere Seller for desktop -Moniker: payhere-seller -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.installer.yaml b/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.installer.yaml new file mode 100644 index 0000000000000..c2aa73e7b73c5 --- /dev/null +++ b/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.installer.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RevoUninstaller.RevoUninstallerPro +PackageVersion: 5.5.2.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{67579783-0FB7-4F7B-B881-E5BE47C9DBE0}_is1' +ReleaseDate: 2026-02-09 +AppsAndFeaturesEntries: +- DisplayName: Revo Uninstaller Pro 5.4.7 + ProductCode: '{67579783-0FB7-4F7B-B881-E5BE47C9DBE0}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\VS Revo Group\Revo Uninstaller Pro' +Installers: +- Architecture: x64 + InstallerUrl: https://download.revouninstaller.com/download/RevoUninProSetup.exe + InstallerSha256: 2C05CFCEE763B863FC843F703D48083C1EC9299DA7E18AAB45FE9B019D043538 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.locale.en-US.yaml b/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.locale.en-US.yaml new file mode 100644 index 0000000000000..0c94b2f6f6e9a --- /dev/null +++ b/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RevoUninstaller.RevoUninstallerPro +PackageVersion: 5.5.2.0 +PackageLocale: en-US +Publisher: VS Revo Group, Ltd. +PublisherUrl: https://www.revouninstaller.com/ +PublisherSupportUrl: https://www.revouninstaller.com/support/ +PrivacyUrl: https://www.revouninstaller.com/revo-uninstaller-privacy-policy/ +PackageName: Revo Uninstaller Pro +PackageUrl: https://www.revouninstaller.com/products/revo-uninstaller-pro/ +License: Proprietary +LicenseUrl: https://www.revouninstaller.com/revo-uninstaller-pro-eula/ +Copyright: Copyright (c) 2009-2024 VS Revo Group, Ltd. All rights reserved. +CopyrightUrl: https://www.revouninstaller.com/revo-uninstaller-pro-eula/ +ShortDescription: Uninstall unwanted programs and their leftovers, quickly and easily! +Description: Revo Uninstaller Pro helps you to uninstall software and remove unwanted programs easily. +Moniker: revo-pro +Tags: +- backup +- cleaner +- hunter +- junk +- leftovers +- logs +- monitor +- scanner +- tool +- uninstaller +ReleaseNotes: -| - Improved – Scanning algorithms for leftovers - Fixed minor bugs - Updated language files +ReleaseNotesUrl: https://www.revouninstaller.com/revo-uninstaller-pro-full-version-history/ +PurchaseUrl: https://www.revouninstaller.com/buy-now-revo-uninstaller-pro/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.revouninstaller.com/frequently-asked-questions/ +- DocumentLabel: User Manual + DocumentUrl: https://www.revouninstaller.com/online-manual/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.yaml b/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.yaml new file mode 100644 index 0000000000000..0f7fa77b0f83a --- /dev/null +++ b/manifests/r/RevoUninstaller/RevoUninstallerPro/5.5.2.0/RevoUninstaller.RevoUninstallerPro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RevoUninstaller.RevoUninstallerPro +PackageVersion: 5.5.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.installer.yaml b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.installer.yaml new file mode 100644 index 0000000000000..31baf31733555 --- /dev/null +++ b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.installer.yaml @@ -0,0 +1,12 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 3.1.3 +InstallerType: portable +Commands: + - asc +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/download/3.1.3/asc_3.1.3_windows_amd64.exe + InstallerSha256: 234397712B93A931D032A83CD5330228AF9317A2E5F0BA72A6E67D970B8E7437 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.locale.en-US.yaml b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.locale.en-US.yaml new file mode 100644 index 0000000000000..249587aacafac --- /dev/null +++ b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 3.1.3 +PackageLocale: en-US +Publisher: Rorkai +PackageName: asc +PackageUrl: https://github.com/rorkai/App-Store-Connect-CLI +License: MIT +LicenseUrl: https://github.com/rorkai/App-Store-Connect-CLI/blob/main/LICENSE +ShortDescription: Fast, scriptable CLI for the App Store Connect API. +Moniker: asc +Tags: + - app-store-connect + - app-store-connect-api + - cli + - ios + - testflight +ReleaseNotesUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/3.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.yaml b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.yaml new file mode 100644 index 0000000000000..e99bac1ce461c --- /dev/null +++ b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.yaml @@ -0,0 +1,6 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 3.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.installer.yaml b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.installer.yaml new file mode 100644 index 0000000000000..8ea167c90b261 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.installer.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.5.1/Rio-installer-x86_64.msi + InstallerSha256: 796F779AC3C4202E414C9EA02E00E9D42593406D5ADEB6A5166BF088B97297A5 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{E6FBF97B-820A-45AD-BAFE-33F27120EE66}' + AppsAndFeaturesEntries: + - ProductCode: '{E6FBF97B-820A-45AD-BAFE-33F27120EE66}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +- Architecture: arm64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.5.1/Rio-installer-aarch64.msi + InstallerSha256: 904FDB8860670AD6EE1F54DA8D0850097B309795159A80BF548D07F2C9AE9F1A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{79444D91-7AB2-49E1-A156-39EE0373718D}' + AppsAndFeaturesEntries: + - ProductCode: '{79444D91-7AB2-49E1-A156-39EE0373718D}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.locale.en-US.yaml b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.locale.en-US.yaml new file mode 100644 index 0000000000000..1234dc7b5fb47 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: Raphael Amorim +PublisherUrl: https://github.com/raphamorim/rio +PublisherSupportUrl: https://github.com/raphamorim/rio/issues +Author: Raphael Amorim +PackageName: Rio +PackageUrl: https://github.com/raphamorim/rio +License: MIT +LicenseUrl: https://github.com/raphamorim/rio/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022-present Raphael Amorim +CopyrightUrl: https://raw.githubusercontent.com/raphamorim/rio/main/LICENSE +ShortDescription: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. +Description: |- + Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. + The supported platforms currently consist of BSD, Linux, MacOS and Windows. +Moniker: rio +Tags: +- cross-platform +- terminal +- terminal-emulators +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.yaml b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.yaml new file mode 100644 index 0000000000000..d80672c972883 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.installer.yaml b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.installer.yaml new file mode 100644 index 0000000000000..a0cc6e7eb2268 --- /dev/null +++ b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SAP.SapMachine.26.JRE +PackageVersion: 26.0.2 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jpackcore +- jrunscript +- jwebserver +- keytool +- kinit +- klist +- ktab +- rmiregistry +- traceformat +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{81DC82F5-C091-4141-8662-47ED330634FB}' +ReleaseDate: 2026-07-21 +AppsAndFeaturesEntries: +- ProductCode: '{81DC82F5-C091-4141-8662-47ED330634FB}' + UpgradeCode: '{89268AC6-BAD7-4028-A020-1F4715AB6246}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SAP/SapMachine/releases/download/sapmachine-26.0.2/sapmachine-jre-26.0.2_windows-x64_bin.msi + InstallerSha256: DB03C513987DE49D7227BE8FB876182F944D6188294FF2B4B8EF38DDBAC6842F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.locale.en-US.yaml b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..29b19f8a871a1 --- /dev/null +++ b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SAP.SapMachine.26.JRE +PackageVersion: 26.0.2 +PackageLocale: en-US +Publisher: SapMachine Team +PublisherSupportUrl: https://github.com/SAP/SapMachine/issues +Author: SAP SE +PackageName: SapMachine 26 JRE +PackageUrl: https://sap.github.io/SapMachine/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/SAP/SapMachine/blob/HEAD/LICENSE +Copyright: Copyright © 2026 +ShortDescription: An OpenJRE release maintained and supported by SAP +Description: The SapMachine project contains a downstream version of the OpenJDK project. It is used to build and maintain a SAP supported version of OpenJDK for SAP customers and partners who wish to use OpenJDK to run their applications. +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/SAP/SapMachine/releases/tag/sapmachine-26.0.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/SAP/SapMachine/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.locale.zh-CN.yaml b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e877b9699f3c5 --- /dev/null +++ b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SAP.SapMachine.26.JRE +PackageVersion: 26.0.2 +PackageLocale: zh-CN +ShortDescription: 由 SAP 维护和支持的 OpenJRE 版本 +Description: SapMachine 项目包含 OpenJDK 项目的下游版本,用于为希望使用 OpenJDK 运行其应用程序的 SAP 客户和合作伙伴构建和维护 SAP 支持的 OpenJDK 版本。 +ReleaseNotesUrl: https://github.com/SAP/SapMachine/releases/tag/sapmachine-26.0.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.yaml b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.yaml new file mode 100644 index 0000000000000..5145bde892b50 --- /dev/null +++ b/manifests/s/SAP/SapMachine/26/JRE/26.0.2/SAP.SapMachine.26.JRE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SAP.SapMachine.26.JRE +PackageVersion: 26.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 0000000000000..b3a994cee75a9 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.18.8 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- DisplayName: OpenCode 1.18.8 + ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.8/opencode-desktop-win-x64.exe + InstallerSha256: B688C9313CEFDC0A20BFF5AEE47A145C2BCB97D03A4865B172AD369AAFC39FD3 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.8/opencode-desktop-win-arm64.exe + InstallerSha256: 38305B8DB95830BC1A25FB8EF85B3D061DECE22672AA47EE7156FF47A30170ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..9336eb09d7296 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.18.8 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + + Improvements + - Improved compatibility with newer MCP servers and OAuth flows. + + Bugfixes + - Reconnects MCP servers after expired SDK sessions, including concurrent requests. + - Honors configured MCP OAuth callback ports in mcp debug. + - Stops sending deprecated sampling defaults to newer Gemini models. + + Desktop + + Improvements + - Added a shortcut to open the project selector in new sessions. + + Bugfixes + - Tab keyboard navigation now follows the visible tab order. + - Opening files now expands Windows folders with trailing separators. + - Server status uses blue when an integration needs attention. + - Provider connection state now refreshes immediately after changes. + - Linux packages now install AppStream metadata. (@develop7) + - Local desktop runs now use the channel database. + - Prevents freezes when closing projects from the home view. + - Prevents the right panel from freezing the session view while loading. + Thank you to 2 community contributors: + - @OpeOginni: + - fix(core): correct MCP environment field in built-in skill (#39175) + - @develop7: + - fix(desktop): install AppStream metainfo in Linux packages (#36872) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.18.8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.yaml new file mode 100644 index 0000000000000..b27b04441439e --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.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: SST.OpenCodeDesktop +PackageVersion: 1.18.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml index 60f5a98760615..fe5bb2fae5624 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml @@ -1,381 +1,381 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -InstallerType: inno -UpgradeBehavior: install -Commands: -- bcomp -FileExtensions: -- bcpkg -- bcss -ProductCode: BeyondCompare5_is1 -ReleaseDate: 2026-07-22 -Installers: -- InstallerLocale: en - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: en - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: en - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: en - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: de - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: de - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: de - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: de - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: fr - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: fr - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: fr - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: fr - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ja - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ja - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ja - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ja - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: cs - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: cs - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: cs - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: cs - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: es - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: es - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: es - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: es - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ga - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ga - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ga - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ga - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: id - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: id - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: id - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: id - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: it - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: it - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: it - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: it - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ko - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ko - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ko - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ko - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: nl - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: nl - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: nl - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: nl - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-TW - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-TW - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-TW - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-TW - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +InstallerType: inno +UpgradeBehavior: install +Commands: +- bcomp +FileExtensions: +- bcpkg +- bcss +ProductCode: BeyondCompare5_is1 +ReleaseDate: 2026-07-22 +Installers: +- InstallerLocale: en + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: cs + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: cs + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: cs + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: cs + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: es + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: es + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ga + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ga + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ga + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ga + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: it + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: it + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: it + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: it + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: nl + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: nl + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: nl + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: nl + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-TW + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-TW + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-TW + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-TW + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml index 4069be5bee7c3..a822e5ee19814 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml @@ -1,36 +1,36 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -PackageLocale: en-US -Publisher: Scooter Software -PublisherUrl: https://www.scootersoftware.com/ -PublisherSupportUrl: https://www.scootersoftware.com/support -PrivacyUrl: https://www.scootersoftware.com/kb/privacy -Author: Scooter Software, Inc. -PackageName: Beyond Compare 5 -PackageUrl: https://www.scootersoftware.com/download -License: Proprietary -LicenseUrl: https://www.scootersoftware.com/kb/licensev5 -Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. -CopyrightUrl: https://www.scootersoftware.com/about/legal -ShortDescription: Beyond Compare is the popular choice for data comparison. Compare folders, text files, images, and tables. Review differences efficiently and merge changes with confidence. -Tags: -- compare -- file -- merge -ReleaseNotes: |- - Folder Compare - - Windows: Fixed folders on FAT32 drives showing incorrect timestamps after opening them. - Third Party Libraries - - Updated 7-zip to v26.02. Fixes CVE-2026-14266. - - Updated UnRAR source to v7.2.7 and UnRAR.dll to v7.2.3. - - Windows: Updated Delphi to v13.1. - Crashes - - Windows: Fixed crash when shutting down Beyond Compare with unsaved Text Compare edits. - - Linux: Fixed crash when running on systems without SSE3 or SSE4 instructions. -ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog -PurchaseUrl: https://www.scootersoftware.com/shop -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +PackageLocale: en-US +Publisher: Scooter Software +PublisherUrl: https://www.scootersoftware.com/ +PublisherSupportUrl: https://www.scootersoftware.com/support +PrivacyUrl: https://www.scootersoftware.com/kb/privacy +Author: Scooter Software, Inc. +PackageName: Beyond Compare 5 +PackageUrl: https://www.scootersoftware.com/download +License: Proprietary +LicenseUrl: https://www.scootersoftware.com/kb/licensev5 +Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. +CopyrightUrl: https://www.scootersoftware.com/about/legal +ShortDescription: Beyond Compare is the popular choice for data comparison. Compare folders, text files, images, and tables. Review differences efficiently and merge changes with confidence. +Tags: +- compare +- file +- merge +ReleaseNotes: |- + Folder Compare + - Windows: Fixed folders on FAT32 drives showing incorrect timestamps after opening them. + Third Party Libraries + - Updated 7-zip to v26.02. Fixes CVE-2026-14266. + - Updated UnRAR source to v7.2.7 and UnRAR.dll to v7.2.3. + - Windows: Updated Delphi to v13.1. + Crashes + - Windows: Fixed crash when shutting down Beyond Compare with unsaved Text Compare edits. + - Linux: Fixed crash when running on systems without SSE3 or SSE4 instructions. +ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog +PurchaseUrl: https://www.scootersoftware.com/shop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml index fc70893ed953a..b5e195365b50f 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml @@ -1,26 +1,26 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -PackageLocale: zh-CN -Publisher: Scooter Software -PublisherUrl: https://www.scootersoftware.com/ -PublisherSupportUrl: https://www.scootersoftware.com/support -PrivacyUrl: https://www.scootersoftware.com/kb/privacy -Author: Scooter Software, Inc. -PackageName: Beyond Compare 5 -PackageUrl: https://www.scootersoftware.com/download -License: 专有软件 -LicenseUrl: https://www.scootersoftware.com/kb/licensev5 -Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. -CopyrightUrl: https://www.scootersoftware.com/about/legal -ShortDescription: Beyond Compare 是数据对比的首选。可比较文件夹、文本文件、图像和表格。高效审查差异,放心合并更改。 -Tags: -- 合并 -- 文件 -- 比较 -ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog -PurchaseUrl: https://www.scootersoftware.com/shop -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +PackageLocale: zh-CN +Publisher: Scooter Software +PublisherUrl: https://www.scootersoftware.com/ +PublisherSupportUrl: https://www.scootersoftware.com/support +PrivacyUrl: https://www.scootersoftware.com/kb/privacy +Author: Scooter Software, Inc. +PackageName: Beyond Compare 5 +PackageUrl: https://www.scootersoftware.com/download +License: 专有软件 +LicenseUrl: https://www.scootersoftware.com/kb/licensev5 +Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. +CopyrightUrl: https://www.scootersoftware.com/about/legal +ShortDescription: Beyond Compare 是数据对比的首选。可比较文件夹、文本文件、图像和表格。高效审查差异,放心合并更改。 +Tags: +- 合并 +- 文件 +- 比较 +ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog +PurchaseUrl: https://www.scootersoftware.com/shop +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.yaml index 7f8a0d0ffa109..2ae82a372ee30 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.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: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.installer.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.installer.yaml new file mode 100644 index 0000000000000..af19cd03c98de --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.6.0 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- SHARPpy-Reimagined +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/download/v0.6.0/SHARPpy-Reimagined-v0.6.0-windows-x64.exe + InstallerSha256: C86DE9DEEDE6BE03B30120197F35872601FFC61BEA753E906EE2BFE5E526E457 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml new file mode 100644 index 0000000000000..97f84b4d4e176 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.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: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: Shian Michael +PublisherUrl: https://github.com/ShianMike +PublisherSupportUrl: https://github.com/ShianMike/SHARPpy-Reimagined/issues +Author: Shian Michael +PackageName: SHARPpy-Reimagined +PackageUrl: https://github.com/ShianMike/SHARPpy-Reimagined +License: BSD-3-Clause +LicenseUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +Copyright: Copyright © Shian Michael +CopyrightUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +ShortDescription: Modern sounding analysis and SHARPpy-style rendering for Python 3.11+, Qt6/PySide6, UWyo, ERA5, and WRF workflows. +Description: SHARPpy Reimagined - Modern sounding analysis and SHARPpy-style rendering for Python 3.11+. SHARPpy Reimagined is a modernized, standalone fork of SHARPpy, focused on packageable Python 3.11+ workflows, Qt6/PySide6 rendering, and reproducible point-sounding tools. It keeps the familiar SPC-style skew-T, hodograph, hazard, and derived-parameter views while adding clean command-line entry points, bundled resources, and a test-backed decoder/extractor layer. +Moniker: sharppy-reimagined +Tags: +- atmospheric-science +- hodograph +- meteorology +- pyside6 +- python +- qt6 +- severe-weather +- sharppy +- skew-t +- sounding +- weather +ReleaseNotes: |- + What's Changed + - Release v0.6.0 by @ShianMike in #15 +ReleaseNotesUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/tag/v0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.yaml new file mode 100644 index 0000000000000..35d7267eac414 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.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: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.installer.yaml b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.installer.yaml new file mode 100644 index 0000000000000..468e517db4003 --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SimplyCA.Typeless +PackageVersion: 2.2.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- typeless +ProductCode: 801bda48-0940-5127-a918-a53339b92128 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://typeless-static.com/desktop-release/Typeless-2.2.0-x64-Setup.exe + InstallerSha256: 6685E98D791B9893B3C4CD2C0F4EA51B2955C95F390AAD82727D80AA3F698018 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.locale.en-US.yaml b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.locale.en-US.yaml new file mode 100644 index 0000000000000..ab68617812009 --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SimplyCA.Typeless +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Simply CA LLC +PublisherUrl: https://www.typeless.com/ +PublisherSupportUrl: https://www.typeless.com/help +PrivacyUrl: https://www.typeless.com/privacy +Author: Simply CA LLC +PackageName: Typeless +PackageUrl: https://www.typeless.com/downloads +License: Proprietary +LicenseUrl: https://www.typeless.com/terms +Copyright: Copyright © 2026 Typeless +CopyrightUrl: https://www.typeless.com/terms +ShortDescription: Speak, don't type +Description: Speak naturally, and Typeless will turn your words into polished messages, emails, and documents that read like you carefully typed them - in real time. 4x faster than typing. +Tags: +- dictate +- dictation +- speech-recognition +- speech-to-text +- speechtotext +- transcribe +- transcription +- voice-to-text +- voicetotext +ReleaseNotes: |- + Introducing Dark Mode + + Use Typeless comfortably in low-light environments with the new dark appearance. Keep Typeless dark if that is what you prefer, or let it adapt automatically as your system switches between light and dark appearances. + Go to Settings and find Appearance, then select "Dark" to keep the darker look, or select "System" to follow your system setting. You can also select "Light" to stay with the light appearance. + Thanks for using Typeless. We hope the new appearance helps Typeless better fit the way you work. +ReleaseNotesUrl: https://www.typeless.com/help/release-notes/windows +PurchaseUrl: https://www.typeless.com/pricing +Documentations: +- DocumentLabel: Use cases + DocumentUrl: https://www.typeless.com/use-cases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.locale.zh-CN.yaml b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dd6e5bf7edf7a --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SimplyCA.Typeless +PackageVersion: 2.2.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 说话,不要打字 +Description: 自然地说话,Typeless 会实时将你的话语转化为润色过的消息、邮件和文档,读起来就像你仔细打出来的一样,速度比打字快 4 倍。 +Tags: +- 听写 +- 语音识别 +- 语音转文字 +- 转写 +- 转录 +Documentations: +- DocumentLabel: 用例 + DocumentUrl: https://www.typeless.com/use-cases +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.yaml b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.yaml new file mode 100644 index 0000000000000..6ad60f5030ffe --- /dev/null +++ b/manifests/s/SimplyCA/Typeless/2.2.0/SimplyCA.Typeless.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SimplyCA.Typeless +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.installer.yaml similarity index 60% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.installer.yaml index a053370a2d786..3053dae408db1 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785184098-gdd0f3f +PackageVersion: 0.0.1785214828-gbb3a96 InstallerType: portable Commands: - amp Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2026-07-27 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1785184098-gdd0f3f/amp-windows-x64-baseline.exe - InstallerSha256: 25772BB6E76A7F0B3ED8D2C0E17868A0389F3CAA02CFB3841E1C534D636150A5 + InstallerUrl: https://static.ampcode.com/cli/0.0.1785214828-gbb3a96/amp-windows-x64-baseline.exe + InstallerSha256: E138CA7F0327B0682531B686E037EA03A0309EC652E5DD2A9EF479AD9F293AB8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.locale.en-US.yaml index 1258e27fb3a4e..ba90180e91680 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/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.1785184098-gdd0f3f +PackageVersion: 0.0.1785214828-gbb3a96 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.locale.zh-CN.yaml index c56586114fdc1..1ce90c5e4ac5a 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/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.1785184098-gdd0f3f +PackageVersion: 0.0.1785214828-gbb3a96 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/Sourcegraph.Amp.yaml index 4622633a39017..7acdb34141f90 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785214828-gbb3a96/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.1785184098-gdd0f3f +PackageVersion: 0.0.1785214828-gbb3a96 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.installer.yaml b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.installer.yaml new file mode 100644 index 0000000000000..23ff24f19e27f --- /dev/null +++ b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.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: Synology.BeeDrive +PackageVersion: 2.0.3-20301 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- beedrive +ProductCode: 986aaad0-133f-5ad2-87e6-59ea820cbbad +ReleaseDate: 2026-07-22 +Installers: +- Architecture: x64 + InstallerUrl: https://global.synologydownload.com/download/Utility/BeeDrive/2.0.3-20301/Windows/x86_64/BeeDrive-2.0.3-20301-x64.exe + InstallerSha256: 253353785A303A704CDA2F4C906AFF1F0986BD5E6A84BCD788826477A41C7A0D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.locale.en-US.yaml b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..6442c46767b47 --- /dev/null +++ b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.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: Synology.BeeDrive +PackageVersion: 2.0.3-20301 +PackageLocale: en-US +Publisher: Synology +PublisherUrl: https://www.synology.com/ +PublisherSupportUrl: https://www.synology.com/company/contact_us +PrivacyUrl: https://www.synology.com/company/legal/privacy +Author: Synology Inc. +PackageName: BeeDrive +PackageUrl: https://bee.synology.com/BeeDrive/downloads +License: Proprietary +LicenseUrl: https://www.synology.com/company/legal/terms_EULA +Copyright: Copyright © 2026 Synology Inc. All rights reserved. +CopyrightUrl: https://www.synology.com/company/legal/terms_EULA +ShortDescription: A desktop utility that automatically backs up your computer to BeeDrive +Description: BeeDrive for desktop is a desktop utility that automatically backs up your computer to BeeDrive. It includes folder-level file sync with customizable options for sync direction, file size, and file type. +Tags: +- cloud +- cloud-drive +- download +- drive +- file +- nas +- netdisk +- storage +- sync +- upload +ReleaseNotes: |- + Fixed issues + - Fixed an issue where Computer Backup and File Sync might not work properly on certain Windows computers. + - Fixed security vulnerability. +ReleaseNotesUrl: https://www.synology.com/releaseNote/BeeDrive +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.locale.zh-CN.yaml b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ec75b62b3d73 --- /dev/null +++ b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.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: Synology.BeeDrive +PackageVersion: 2.0.3-20301 +PackageLocale: zh-CN +PublisherUrl: https://www.synology.cn/zh-cn +PublisherSupportUrl: https://www.synology.cn/zh-cn/company/contact_us +PrivacyUrl: https://www.synology.cn/zh-cn/company/legal/privacy +PackageUrl: https://bee.synology.cn/zh-cn/BeeDrive/downloads +License: 专有软件 +LicenseUrl: https://www.synology.cn/zh-cn/company/legal/terms_EULA +Copyright: 版权所有 © 2026 Synology Inc. 保留一切权利。 +CopyrightUrl: https://www.synology.cn/zh-cn/company/legal/terms_EULA +ShortDescription: 一款可自动将计算机备份到 BeeDrive 的工具 +Description: BeeDrive 桌面版是一款可自动将计算机备份到 BeeDrive 的工具。它包括文件夹级文件同步以及同步方向、文件大小和文件类型的可自定义选项。 +Tags: +- nas +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 存储 +- 文件 +- 网盘 +ReleaseNotes: |- + 问题修复 + - 修复部分 Windows 电脑可能无法正常执行电脑备份或文件同步的问题。 + - 修复安全问题。 +ReleaseNotesUrl: https://www.synology.cn/zh-cn/releaseNote/BeeDrive +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.yaml b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.yaml new file mode 100644 index 0000000000000..f1b98abb66a84 --- /dev/null +++ b/manifests/s/Synology/BeeDrive/2.0.3-20301/Synology.BeeDrive.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: Synology.BeeDrive +PackageVersion: 2.0.3-20301 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.installer.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.installer.yaml new file mode 100644 index 0000000000000..02367d98e4fa2 --- /dev/null +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.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: Tencent.WeixinDevTools +PackageVersion: 2.02.2607271 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- mgepackage +- wxml +- wxproj +- wxs +- wxss +ProductCode: 微信开发者工具 +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://dldir1v6.qq.com/WechatWebDev/release/be1ec64cf6184b0fa64091919793f068/wechat_devtools_2.02.2607271_win32_x64.exe + InstallerSha256: 8A947C74E9B3AEEAF55368AC0B0A6FBFC2C2885FA4A9F70ECE62E8CDA97E975F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.locale.en-US.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.locale.en-US.yaml new file mode 100644 index 0000000000000..85c38090a811a --- /dev/null +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.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: Tencent.WeixinDevTools +PackageVersion: 2.02.2607271 +PackageLocale: en-US +Publisher: 腾讯科技(广州)有限公司 +PublisherUrl: https://www.wechat.com/en/ +PublisherSupportUrl: https://developers.weixin.qq.com/community/develop/ +PrivacyUrl: https://privacy.qq.com/policy/tencent-privacypolicy +PackageName: 微信开发者工具 +PackageUrl: https://developers.weixin.qq.com/miniprogram/en/dev/devtools/devtools.html +License: Freeware +Copyright: Copyright © 1998 - 2026 Tencent. All Rights Reserved +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: Help developers develop and debug Weixin Mini Programs and Official Account web more simply and efficiently +Tags: +- code +- coding +- develop +- development +- devtools +- ide +- mini-game +- mini-program +- official-account +- programming +- web +- webpage +- wechat +- weixin +ReleaseNotesUrl: https://developers.weixin.qq.com/miniprogram/en/dev/devtools/stable.html +Documentations: +- DocumentLabel: Developer Documentation + DocumentUrl: https://developers.weixin.qq.com/miniprogram/en/dev/framework/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.locale.zh-CN.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f44a079d960ce --- /dev/null +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.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: Tencent.WeixinDevTools +PackageVersion: 2.02.2607271 +PackageLocale: zh-CN +Publisher: 腾讯科技(广州)有限公司 +PublisherUrl: https://weixin.qq.com/ +PublisherSupportUrl: https://developers.weixin.qq.com/community/develop/ +PrivacyUrl: https://privacy.qq.com/policy/tencent-privacypolicy +Author: 广州腾讯科技有限公司 +PackageName: 微信开发者工具 +PackageUrl: https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html +License: 免费软件 +Copyright: Copyright © 1998 - 2026 Tencent. All Rights Reserved +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 帮助开发者简单和高效地开发和调试微信小程序和公众号网页 +Tags: +- ide +- 代码 +- 公众号 +- 小游戏 +- 小程序 +- 开发 +- 开发者工具 +- 微信 +- 编程 +- 网页 +ReleaseNotes: 基于 2.02.2607171 修复系列反馈问题 +ReleaseNotesUrl: https://developers.weixin.qq.com/community/minihome/doc/000222263bce78c89875c408a66801 +Documentations: +- DocumentLabel: 开发者文档 + DocumentUrl: https://developers.weixin.qq.com/miniprogram/dev/framework/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.yaml b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.yaml new file mode 100644 index 0000000000000..9ca3222225bfa --- /dev/null +++ b/manifests/t/Tencent/WeixinDevTools/2.02.2607271/Tencent.WeixinDevTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.WeixinDevTools +PackageVersion: 2.02.2607271 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.installer.yaml b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.installer.yaml new file mode 100644 index 0000000000000..e18a33227d28c --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.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: tinyrack.dotweave +PackageVersion: 2.1.0 +InstallerLocale: en-US +InstallerType: portable +Commands: +- dotweave +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.1.0/dotweave-win-x64.exe + InstallerSha256: 7CCC32641D7A8B46119C0D4C33B300EB8065782120B6581A71287DBD947A622A +- Architecture: arm64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.1.0/dotweave-win-arm64.exe + InstallerSha256: 483ED8386F2E5E6B88F232620603A511B3CE01E0EFF76F12CF250354F3510D8C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.locale.en-US.yaml b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.locale.en-US.yaml new file mode 100644 index 0000000000000..7c105e33af6d3 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: tinyrack +PublisherUrl: https://github.com/tinyrack-net +PublisherSupportUrl: https://github.com/tinyrack-net/dotweave/issues +PackageName: dotweave +PackageUrl: https://github.com/tinyrack-net/dotweave +License: MIT +LicenseUrl: https://github.com/tinyrack-net/dotweave/blob/main/LICENSE +Copyright: Copyright (c) winetree94 +ShortDescription: Git-backed configuration synchronization tool for dotfiles +Tags: +- cli +- dotfiles +- sync +- configuration +ReleaseNotesUrl: https://github.com/tinyrack-net/dotweave/releases/tag/v2.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tinyrack-net/dotweave/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.yaml b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.yaml new file mode 100644 index 0000000000000..318bb1082e09e --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.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: tinyrack.dotweave +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.installer.yaml b/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.installer.yaml new file mode 100644 index 0000000000000..a44413ac87aa5 --- /dev/null +++ b/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: tisun2.OofManager +PackageVersion: 1.1.18 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/tisun2/OofManager/releases/download/v1.1.18/OofManagerSetup.exe + InstallerSha256: 95C7852425B06F39341D303C5C6B9B381AEE3678227224CC20C1363D55C77825 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.locale.en-US.yaml b/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.locale.en-US.yaml new file mode 100644 index 0000000000000..ad7fee920748a --- /dev/null +++ b/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: tisun2.OofManager +PackageVersion: 1.1.18 +PackageLocale: en-US +Publisher: tisun2 +PublisherUrl: https://github.com/tisun2 +PublisherSupportUrl: https://github.com/tisun2/OofManager/issues +PackageName: OOF Manager +PackageUrl: https://github.com/tisun2/OofManager +License: MIT +LicenseUrl: https://github.com/tisun2/OofManager/blob/main/LICENSE +Copyright: Copyright (c) tisun2 +ShortDescription: Manage Microsoft 365 / Exchange Online Out-of-Office (Automatic Reply) settings without opening Outlook. +Description: |- + OOF Manager is a lightweight Windows desktop tool that manages your Microsoft 365 mailbox's + Out-of-Office (Automatic Reply) state for you. Sign in once, configure your weekly work hours + and reply text, and OOF Manager auto-toggles your OOF on/off at the schedule boundaries. + It also pushes the next off-hours window to Exchange as a Scheduled OOF, so the server keeps + switching auto-replies even when this app is closed. +Moniker: oofmanager +Tags: + - exchange + - microsoft-365 + - office-365 + - out-of-office + - oof + - outlook + - autoreply +ReleaseNotesUrl: https://github.com/tisun2/OofManager/releases/tag/v1.1.18 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.yaml similarity index 57% rename from manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml rename to manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.yaml index 8f1f4c89e5f2d..68f9890abe17b 100644 --- a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.0/CyberPowerSystemsInc.PowerPanelPersonal.yaml +++ b/manifests/t/tisun2/OofManager/1.1.18/tisun2.OofManager.yaml @@ -1,8 +1,7 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal -PackageVersion: 2.7.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: tisun2.OofManager +PackageVersion: 1.1.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.installer.yaml b/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.installer.yaml new file mode 100644 index 0000000000000..bd5d29ef13f09 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: omniget +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- DisplayName: omniget + Publisher: tonho + ProductCode: omniget +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\omniget' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tonhowtf/omniget/releases/download/v0.7.4/omniget_0.7.4_x64-setup.exe + InstallerSha256: D7149E52A7036817004D47B405FAA691F80CC9C8584348BFF970E255D2DC195B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.locale.en-US.yaml b/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.locale.en-US.yaml new file mode 100644 index 0000000000000..7f8e3645e7ff5 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.4 +PackageLocale: en-US +Publisher: tonhowtf +PublisherUrl: https://github.com/tonhowtf +PublisherSupportUrl: https://github.com/tonhowtf/omniget/issues +Author: tonhowtf +PackageName: OmniGet +PackageUrl: https://github.com/tonhowtf/omniget +License: GPL-3.0 +LicenseUrl: https://github.com/tonhowtf/omniget/blob/HEAD/LICENSE +ShortDescription: Desktop app to download videos, courses, and media from 50+ platforms. +Description: Desktop app to download videos, courses, and media from 50+ platforms. YouTube, Instagram, TikTok, Bilibili (哔哩哔哩), Douyin (抖音), 小红书, 快手, 优酷, Hotmart, Udemy, Kiwify, Telegram, and 1000+ more via yt-dlp. Download torrents and send files between devices over P2P. +Tags: +- bilibili-downloader +- course-downloader +- download-manager +- hotmart-downloader +- instagram-downloader +- media-downloader +- reddit-downloader +- rust +- tauri +- tiktok-downloader +- twitter-downloader +- udemy +- udemy-downloader +- video-downloader +- youtube-downloader +- yt-dlp +ReleaseNotes: |- + Downloads + Windows: .exe installer or portable. + macOS: .dmg (Apple Silicon aarch64 or Intel x86_64). + Linux: .AppImage (universal) or .deb (Debian/Ubuntu). + Debian/Ubuntu users — AppImage compatibility + Debian 12+ ships without FUSE 2 by default, which AppImage requires. + If ./omniget.AppImage fails with a libfuse error, run: + sudo apt install libfuse2 + …or use ./omniget.AppImage --appimage-extract-and-run. + Easier alternative: download the .deb instead — works out of the + box on Debian 12+ and Ubuntu 22.04+. + macOS users — "OmniGet is damaged and can't be opened" + The app is not notarized with Apple yet, so Gatekeeper quarantines it. + After moving the app to /Applications, run: + xattr -cr /Applications/omniget.app + Then open it normally. If it still refuses, allow it under + System Settings → Privacy & Security. +ReleaseNotesUrl: https://github.com/tonhowtf/omniget/releases/tag/v0.7.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.yaml b/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.yaml new file mode 100644 index 0000000000000..48ed51e8541e4 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.4/tonhowtf.OmniGet.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.installer.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.installer.yaml similarity index 75% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.installer.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.installer.yaml index 617b13b3182bc..17b1174a7bc42 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.installer.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.installer.yaml @@ -2,25 +2,25 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated Protocols: - upnote ProductCode: 25d6aa7b-585b-5b4c-8403-aece86b972ea -ReleaseDate: 2026-07-19 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 7ADD4482ECFFA992E586F0A5091760ACCF35314963390FB7074DCF94E93A3DF8 + InstallerSha256: ED6D718DB840B04CFDDED285FD2FB31D5F45C1B55940B6A94B404E1E527B6615 InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 7ADD4482ECFFA992E586F0A5091760ACCF35314963390FB7074DCF94E93A3DF8 + InstallerSha256: ED6D718DB840B04CFDDED285FD2FB31D5F45C1B55940B6A94B404E1E527B6615 InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.en-US.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.en-US.yaml similarity index 79% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.en-US.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.en-US.yaml index 63f28f59178c5..1a48bbe73d860 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.en-US.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 PackageLocale: en-US Publisher: UpNote Pte. Ltd. PublisherUrl: https://getupnote.com/ @@ -20,6 +20,10 @@ Tags: - memo - memorandum - notes +ReleaseNotes: |- + - Improved app security and reliability. + - Fixed an issue where the file selection dialog always defaulted to the Downloads folder. + - Added support for RPM packages on Fedora and other RPM-based Linux distributions. ReleaseNotesUrl: https://help.getupnote.com/more/release-notes/mac-windows-and-linux-apps PurchaseUrl: https://getupnote.com/#pricing Documentations: diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.zh-CN.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.zh-CN.yaml similarity index 95% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.zh-CN.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.zh-CN.yaml index 06d91e24df55d..f981d2935ad09 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.zh-CN.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款强大而优雅的笔记整理应用 diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.yaml similarity index 91% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.yaml index b37bd1fa049fc..3c71476092eea 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.installer.yaml b/manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.installer.yaml similarity index 77% rename from manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.installer.yaml rename to manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.installer.yaml index 1db4381b42653..9ebfb987b81e4 100644 --- a/manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.installer.yaml +++ b/manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VALD.ForceDecksSuite -PackageVersion: 2.2.1.50004 +PackageVersion: 2.2.2.50001 InstallerType: burn InstallModes: - interactive @@ -12,6 +12,6 @@ InstallerSwitches: Installers: - Architecture: x86 InstallerUrl: https://content.valdperformance.com/forcedecks/ForceDecksSuiteSetup.exe - InstallerSha256: D92A5F9B6EC101F98CEF7A6A444C02A6322F7FAFEF08019210D39CE3EB5C2244 + InstallerSha256: 493F1040CC1C77E036A0CDF16D8C677ACDB4BAA1AF16075857C29BAAA5D814FB ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.locale.en-US.yaml b/manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.locale.en-US.yaml similarity index 90% rename from manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.locale.en-US.yaml rename to manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.locale.en-US.yaml index 3113d83569628..04e3681ec50c7 100644 --- a/manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.locale.en-US.yaml +++ b/manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VALD.ForceDecksSuite -PackageVersion: 2.2.1.50004 +PackageVersion: 2.2.2.50001 PackageLocale: en-US Publisher: VALD PackageName: VALD ForceDecks Suite diff --git a/manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.yaml b/manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.yaml similarity index 86% rename from manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.yaml rename to manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.yaml index a4b081aeabdf1..22148be17663d 100644 --- a/manifests/v/VALD/ForceDecksSuite/2.2.1.50004/VALD.ForceDecksSuite.yaml +++ b/manifests/v/VALD/ForceDecksSuite/2.2.2.50001/VALD.ForceDecksSuite.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VALD.ForceDecksSuite -PackageVersion: 2.2.1.50004 +PackageVersion: 2.2.2.50001 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.installer.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.installer.yaml new file mode 100644 index 0000000000000..676baca9fadea --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.installer.yaml @@ -0,0 +1,95 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.56 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- apng +- flac +- gif +- htm +- html +- ico +- jpeg +- jpg +- log +- m4v +- mht +- mhtml +- mp3 +- mp4 +- ogg +- pdf +- png +- shtml +- svg +- txt +- webp +- xht +- xhtml +- xml +ProductCode: Vivaldi +ReleaseDate: 2026-07-22 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.56.exe + InstallerSha256: 19F8AE80530C0E237ADD45C20ED65D5E95FEA1AC3CBCA85169B5D7D8575EF267 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.56.exe + InstallerSha256: 19F8AE80530C0E237ADD45C20ED65D5E95FEA1AC3CBCA85169B5D7D8575EF267 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.56.x64.exe + InstallerSha256: 1287D964133CBEECB078660388EB3B2B38F266E50E15820A8407B2B6542CF9D2 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.56.x64.exe + InstallerSha256: 1287D964133CBEECB078660388EB3B2B38F266E50E15820A8407B2B6542CF9D2 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.56.arm64.exe + InstallerSha256: 6356ED8C10D139AB4D7674ACEFDE69DC55F2A30AB1839797EADA56B1B17AD822 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.56.arm64.exe + InstallerSha256: 6356ED8C10D139AB4D7674ACEFDE69DC55F2A30AB1839797EADA56B1B17AD822 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.locale.en-US.yaml new file mode 100644 index 0000000000000..39e7e012bfbe3 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.56 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser. +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Moniker: vivaldi +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- pdfreader +- protonvpn +- rssreader +- web +- webbrowser +- webpage +- xp99gvqdx7jpr4 +ReleaseNotes: '- [Chromium] Update to 150.0.7871.186' +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.1.4087.56.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7c0dc468390cc --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.56 +PackageLocale: zh-CN +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/zh-hans/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/8.1.4087.56.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.yaml b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.yaml new file mode 100644 index 0000000000000..9fec827ea351b --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/8.1.4087.56/Vivaldi.Vivaldi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 8.1.4087.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.installer.yaml b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.installer.yaml similarity index 76% rename from manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.installer.yaml rename to manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.installer.yaml index d2a973b9aea87..acadd80738ae9 100644 --- a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.installer.yaml +++ b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VovSoft.DesktopDiary -PackageVersion: 3.2.0.0 +PackageVersion: 3.3.0.0 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -20,7 +20,7 @@ InstallationMetadata: Installers: - Architecture: x86 InstallerUrl: https://files.vovsoft.com/desktop-diary.exe - InstallerSha256: F6BACD2D70BA39EFEFE83540407E7010FDEA9F51193C6D7A48B8598CFF126155 + InstallerSha256: B3DD7B85B29C3B5DECD970713748F713FE62090685B7957A0A6C7C8C256961A3 ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-07-06 +ReleaseDate: 2026-07-28 diff --git a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.locale.en-US.yaml b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.locale.en-US.yaml similarity index 96% rename from manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.locale.en-US.yaml rename to manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.locale.en-US.yaml index d1434e513ad47..074a27150b571 100644 --- a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.locale.en-US.yaml +++ b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VovSoft.DesktopDiary -PackageVersion: 3.2.0.0 +PackageVersion: 3.3.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.yaml b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.yaml similarity index 73% rename from manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.yaml rename to manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.yaml index a54cb337727e2..e150ca3fa20e1 100644 --- a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.yaml +++ b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VovSoft.DesktopDiary -PackageVersion: 3.2.0.0 +PackageVersion: 3.3.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.installer.yaml b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.installer.yaml new file mode 100644 index 0000000000000..dcffa53907f62 --- /dev/null +++ b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.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: Yeastar.Linkus.Desktop +PackageVersion: 1.25.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- callto +- linkus +- tel +ProductCode: 47ebfe78-f1f1-5e96-a3bb-dba00c58310b +ReleaseDate: 2026-07-16 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://image.yeastar.com/Linkus/Release/PC/Linkus%20Desktop%20Client-1.25.4-win-ia32-setup.exe + InstallerSha256: D3A2E4B0D6DE05066EE2EC8770A7B18D77A8C056C3A8B62E741664F5D9C79B0C + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://image.yeastar.com/Linkus/Release/PC/Linkus%20Desktop%20Client-1.25.4-win-ia32-setup.exe + InstallerSha256: D3A2E4B0D6DE05066EE2EC8770A7B18D77A8C056C3A8B62E741664F5D9C79B0C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.locale.en-US.yaml b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..db12f5eeb8525 --- /dev/null +++ b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yeastar.Linkus.Desktop +PackageVersion: 1.25.4 +PackageLocale: en-US +Publisher: Yeastar Digital Technology Co., Ltd. +PublisherUrl: https://www.yeastar.com/ +PrivacyUrl: https://www.yeastar.com/privacy/ +Author: Xiamen Yeastar Digital Technology Co., Ltd. +PackageName: Linkus Desktop Client +PackageUrl: https://www.yeastar.com/linkus-softphone/desktop/ +License: Proprietary +LicenseUrl: https://www.yeastar.com/legal/ +Copyright: Copyright © 2006-2026 Xiamen Yeastar Digital Technology Co., Ltd. +CopyrightUrl: https://www.yeastar.com/legal/ +ShortDescription: Turn your computer into a feature-rich phone and make calls from it. +Description: Compatible with Yeastar P-Series Phone System, Linkus Desktop Client is a versatile and user-friendly softphone application for both Windows and Mac users, providing a virtual desktop phone experience with ease-of-use, advanced communication features. +Tags: +- china +- prc +- sip +- softphone +- telephone +- telephony +ReleaseNotes: |- + 1. Optimized the feature of forwarding incoming calls to voicemail: The Send to Voicemail button appears on the incoming call window only if the Voicemail is enabled for your extension (Path: Preferences→Voicemail→Enable Voicemail). + 2. Fixed the following notification issues: + - Failed to receive pop-up notifications when receiving new messages from internal chat. + - Connection Error notifications popped up frequently even when the Linkus client was working properly and network connection was intact. + 3. Fixed the external application integration issue: After integrating an external application for call popup, the application did not launch automatically upon receiving an incoming call. + 4. Fixed the call issue: When users logged into Linkus client using an external hostname, there was no audio during calls. + 5. Fixed the number paste issue in Keypad: When pasting numbers into the keypad input field during a call, the content was pasted twice. For example, pasting "1234" resulted in "12341234". + 6. Fixed the following CTI mode issue: + - After setting Linkus Desktop Client to control Linkus Mobile Client and initiating calls via the Linkus Desktop Client, tapping the answer button on the Linkus Mobile Client failed to establish the call. + - After setting Linkus Desktop Client to control a CTI-compatible IP phone and initiating calls via the Linkus Desktop Client, the New Call and Keypad buttons were not displayed on the Linkus call window. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.locale.zh-CN.yaml b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd51fc13296bc --- /dev/null +++ b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.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: Yeastar.Linkus.Desktop +PackageVersion: 1.25.4 +PackageLocale: zh-CN +PublisherUrl: https://www.yeastar.cn/ +PublisherSupportUrl: https://help.yeastar.com/ +PrivacyUrl: https://www.yeastar.cn/privacy/ +Author: 厦门星纵数字科技有限公司 +PackageUrl: https://www.yeastar.cn/firmware-download/ +License: 专有软件 +LicenseUrl: https://www.yeastar.cn/legal/ +Copyright: 版权所有© 2006-2026 厦门星纵数字科技有限公司 +CopyrightUrl: https://www.yeastar.cn/legal/ +ShortDescription: 将您的计算机变为功能丰富的电话,并通过它拨打电话。 +Description: Linkus 桌面客户端是一款兼容 Yeastar P 系列电话系统,适用于 Windows 和 Mac 用户的多功能且易于使用的软电话应用程序,可提供便捷的虚拟桌面电话体验和先进的通信功能。 +Tags: +- sip +- 电话 +ReleaseNotes: |- + 1. 优化来电前转至语音信箱功能:仅当分机已启用 语音信箱 时 (路径:设置→语音信箱→启用语音信箱),来电窗口中才会显示 发送到语言信箱 按钮。 + 2. 修复以下通知问题: + - 当内部聊天收到新消息时,未能收到弹窗通知。 + - Linkus 客户端正常运行且网络连接良好,但仍频繁弹出 连接错误 的通知。 + 3. 修复外部应用程序集成问题:集成用于来电弹屏的外部应用程序后,收到来电时,外部应用程序未能自动启动。 + 4. 修复通话问题:当使用域名登录 Linkus 客户端时,通话无声。 + 5. 修复 拨号键盘 中的号码粘贴问题:在通话过程中将号码粘贴到拨号键盘的输入框中时,内容被粘贴两次。例如,粘贴 “1234”,结果显示 “12341234”。 + 6. 修复 CTI 模式问题: + - 设置 Linkus 桌面端以控制 Linkus 手机端后,通过 Linkus 桌面端发起呼叫时,点击 Linkus 手机端上的应答按钮,无法建立通话。 + - 设置 Linkus 桌面端以控制兼容的 IP 话机,并通过 Linkus 桌面端发起呼叫后,Linkus 通话窗口中未显示 新呼叫 和 拨号键盘 按钮。 +ReleaseNotesUrl: https://help.yeastar.com/zh-cn/p-series-linkus-appliance-edition/release-notes/release-notes-for-linkus-windows-desktop.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.yaml b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.yaml new file mode 100644 index 0000000000000..3b020200c87e3 --- /dev/null +++ b/manifests/y/Yeastar/Linkus/Desktop/1.25.4/Yeastar.Linkus.Desktop.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: Yeastar.Linkus.Desktop +PackageVersion: 1.25.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.locale.zh-CN.yaml b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.locale.zh-CN.yaml deleted file mode 100644 index 6b0e488711be5..0000000000000 --- a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Yeastar.Linkus.Desktop.MSI -PackageVersion: 1.24.2.0 -PackageLocale: zh-CN -PublisherUrl: https://www.yeastar.cn/ -PublisherSupportUrl: https://help.yeastar.com/ -PrivacyUrl: https://www.yeastar.cn/privacy/ -Author: 厦门星纵数字科技有限公司 -PackageUrl: https://www.yeastar.cn/firmware-download/ -License: 专有软件 -LicenseUrl: https://www.yeastar.cn/legal/ -Copyright: 版权所有© 2006-2026 厦门星纵数字科技有限公司 -CopyrightUrl: https://www.yeastar.cn/legal/ -ShortDescription: 将您的计算机变为功能丰富的电话,并通过它拨打电话。 -Description: Linkus 桌面客户端是一款兼容 Yeastar P 系列电话系统,适用于 Windows 和 Mac 用户的多功能且易于使用的软电话应用程序,可提供便捷的虚拟桌面电话体验和先进的通信功能。 -Tags: -- sip -- 电话 -ReleaseNotes: |- - 日期:2026 年 6 月 29 日 - - 新增界面语言 加泰罗尼亚语 (Catalan)。 - - 支持通话质量监测。 - 注: 要使用此功能,系统管理员需将 PBX 升级至 37.23.0.123 或更高版本。 - - 通话过程中,你可以从通话界面查看实时的通话质量数据。 - - - 如果系统管理员已为你授予相应的客户端权限,你可以在 Linkus 上为自己的分机启用 监测通话质量 功能 (路径:设置 > 功能 > 监测通话质量)。 - - 启用后,Linkus 会在通话期间自动收集通话质量数据,并在通话结束后生成通话质量监测报告。你可以在对应的通话记录中查看报告。 - - 更多信息,请参见 启用通话质量监测。 - - 优化 话务控制台:支持在 呼入和内部通话 与 外部通话 面板中,通过主叫或被叫号码搜索和筛选特定通话。 - 注: 可输入单个或多个号码搜索通话。使用半角逗号 , 分隔多个号码 (如 1001,1002,1003)。 - - - 优化 通话记录 功能:当你停留在 通话记录 页面且有新的通话记录生成时,页面会显示横幅提示有新记录。点击 刷新 即可更新通话记录列表。 - - - 优化 拨号盘 功能:支持通过在拨号盘上长按数字 0 输入符号 +。 - - - 优化 TAPI 集成:支持多达 50 个用户同时使用 TAPI 集成。 -ReleaseNotesUrl: https://help.yeastar.com/zh-cn/p-series-linkus-appliance-edition/release-notes/release-notes-for-linkus-windows-desktop.html -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.installer.yaml b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.installer.yaml similarity index 83% rename from manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.installer.yaml rename to manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.installer.yaml index f8f347c351222..8e8f8c8e2dac5 100644 --- a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.installer.yaml +++ b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Yeastar.Linkus.Desktop.MSI -PackageVersion: 1.24.2.0 +PackageVersion: 1.25.4.0 InstallerType: wix Scope: machine InstallerSwitches: @@ -13,11 +13,12 @@ Protocols: - linkus - tel ProductCode: '{3AB4F0EE-8EA8-480A-AB23-08F84F79A42A}' +ReleaseDate: 2026-07-28 AppsAndFeaturesEntries: - UpgradeCode: '{C330D237-16BF-5693-99E4-97CDCE68770A}' Installers: - Architecture: x86 InstallerUrl: https://image.yeastar.com/Yeastardownload/linkus_desktop_windows_msi_version.msi - InstallerSha256: 86D021F78FB0DB69E6F04B0D6B91638DD3A251236789C5ABA5FCD1A8BAA3B65D + InstallerSha256: 3DE3D55B9E4961F6521E9BB8D1A0E299B21DA8F8C2AB2F9B2EDC9C58856A7460 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.locale.en-US.yaml b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.locale.en-US.yaml similarity index 97% rename from manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.locale.en-US.yaml rename to manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.locale.en-US.yaml index b74566b7d6ec7..abb056a8672e7 100644 --- a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.locale.en-US.yaml +++ b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Yeastar.Linkus.Desktop.MSI -PackageVersion: 1.24.2.0 +PackageVersion: 1.25.4.0 PackageLocale: en-US Publisher: Yeastar Digital Technology Co., Ltd. PublisherUrl: https://www.yeastar.com/ diff --git a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.locale.zh-CN.yaml b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56627f4fee708 --- /dev/null +++ b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.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: Yeastar.Linkus.Desktop.MSI +PackageVersion: 1.25.4.0 +PackageLocale: zh-CN +PublisherUrl: https://www.yeastar.cn/ +PublisherSupportUrl: https://help.yeastar.com/ +PrivacyUrl: https://www.yeastar.cn/privacy/ +Author: 厦门星纵数字科技有限公司 +PackageUrl: https://www.yeastar.cn/firmware-download/ +License: 专有软件 +LicenseUrl: https://www.yeastar.cn/legal/ +Copyright: 版权所有© 2006-2026 厦门星纵数字科技有限公司 +CopyrightUrl: https://www.yeastar.cn/legal/ +ShortDescription: 将您的计算机变为功能丰富的电话,并通过它拨打电话。 +Description: Linkus 桌面客户端是一款兼容 Yeastar P 系列电话系统,适用于 Windows 和 Mac 用户的多功能且易于使用的软电话应用程序,可提供便捷的虚拟桌面电话体验和先进的通信功能。 +Tags: +- sip +- 电话 +ReleaseNotes: |- + 日期:2026 年 7 月 28 日 + - 优化来电前转至语音信箱功能:仅当分机已启用 语音信箱 时 (路径:设置 > 语音信箱 > 启用语音信箱),来电窗口中才会显示 (发送到语言信箱) 按钮。 + - 修复以下通知问题: + - 当内部聊天收到新消息时,未能收到弹窗通知。 + - Linkus 客户端正常运行且网络连接良好,但仍频繁弹出 连接错误 的通知。 + - 修复外部应用程序集成问题:集成用于来电弹屏的外部应用程序后,收到来电时,外部应用程序未能自动启动。 + - 修复通话问题:当使用域名登录 Linkus 客户端时,通话无声。 + - 修复 拨号键盘 中的号码粘贴问题:在通话过程中将号码粘贴到拨号键盘的输入框中时,内容被粘贴两次。例如,粘贴 1234,结果显示 12341234。 + - 修复 CTI 模式问题:设置 Linkus 桌面端以控制 Linkus 手机端后,通过 Linkus 桌面端发起呼叫时,点击 Linkus 手机端上的应答按钮,无法建立通话。 +ReleaseNotesUrl: https://help.yeastar.com/zh-cn/p-series-linkus-appliance-edition/release-notes/release-notes-for-linkus-windows-desktop.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.yaml b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.yaml similarity index 90% rename from manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.yaml rename to manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.yaml index 7736f499e9ca6..66a281be02584 100644 --- a/manifests/y/Yeastar/Linkus/Desktop/MSI/1.24.2.0/Yeastar.Linkus.Desktop.MSI.yaml +++ b/manifests/y/Yeastar/Linkus/Desktop/MSI/1.25.4.0/Yeastar.Linkus.Desktop.MSI.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Yeastar.Linkus.Desktop.MSI -PackageVersion: 1.24.2.0 +PackageVersion: 1.25.4.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.installer.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.installer.yaml new file mode 100644 index 0000000000000..470496cb87b91 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.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: Yuanfudao.Yuanfudao +PackageVersion: 7.27.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- tutor-electron-student +ProductCode: tutor-electron-student +ReleaseDate: 2026-07-20 +Installers: +- Architecture: x86 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.27.0.22426-installer-ia32.exe + InstallerSha256: 2AF2C8F5F12757BDC62852FD7171C7A88FDAA88164905F1665606C843A021223 +- Architecture: x64 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.27.0.22424-installer-x64.exe + InstallerSha256: 4ECC35BB89473DA3C4C227BF6B6480493A73CFC293ABF05BB4CE483EDC279B66 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.locale.en-US.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.locale.en-US.yaml new file mode 100644 index 0000000000000..f725a4a3c5a2a --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.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: Yuanfudao.Yuanfudao +PackageVersion: 7.27.0 +PackageLocale: en-US +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: Beijing Yuanli Science and Technology Co., Ltd. +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: Proprietary +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 Yuanfudao +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: Live streaming tutoring for elementary and middle school students +Description: Yuanfudao, the core product of Yuanfudao Online Education Organisation, provides online interactive teaching of elementary and junior secondary subjects. With immersive experience, it aims to boost education with technology. Through the Yuanfudao client, primary and middle school students can receive remote tutoring. With the technical support of the Yuanfudao client, students can participate in real-time interactions, take tests, and receive assistance in reading and answering questions from assistant tutors. +Tags: +- broadcasting +- class +- classroom +- course +- education +- learn +- lecture +- lesson +- live-streaming +- livestreaming +- prc +- screencasting +- streaming +- study +- teach +- teaching +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3acc45ef2c65b --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.27.0 +PackageLocale: zh-CN +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: 北京猿力科技有限公司 +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: 专有软件 +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 猿辅导 +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: 中小学生全科在线辅导直播课 +Description: 猿辅导网课,猿辅导在线教育旗下核心产品,提供小学、初中多科在线互动教学,沉浸体验,以科技助力教育。通过猿辅导客户端,中小学生可以在家享受教师直播在线辅导。基于猿辅导客户端提供的技术支持,学生可以参与实时互动、完成题目测试以及享受助教伴读答疑服务。 +Tags: +- 公开课 +- 学习 +- 授课 +- 推流 +- 教学 +- 教室 +- 教育 +- 直播 +- 讲堂 +- 讲座 +- 讲授 +- 讲课 +- 课堂 +- 课程 +ReleaseNotes: '- 优化了一些细节' +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.yaml new file mode 100644 index 0000000000000..d5769605c725d --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.27.0/Yuanfudao.Yuanfudao.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: Yuanfudao.Yuanfudao +PackageVersion: 7.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.887/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..5edce3ae51ff8 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.887 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-07-22 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.887-win-x64.exe + InstallerSha256: 454DDB288AFFD0A1765BD8937C012E0D861D526E842649091334174487069225 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.887-win-x64.exe + InstallerSha256: 454DDB288AFFD0A1765BD8937C012E0D861D526E842649091334174487069225 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.887/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..f865b75430a30 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.887 +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: |- + 0.0.887 + Bug Fixes + - Fixed an issue where plugin providers were not showing up in the model picker for Telegram and Discord integrations. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.887/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d1318a5296a6c --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.887 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.887/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.yaml new file mode 100644 index 0000000000000..c10a675890e9f --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.887/yetone.Alma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.887 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml index 51d98afbf6e68..fec77c375acba 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-07-26 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 94E5EE903BF31100622BF21492997F9568BC9517E9E6BDE5579B4F0721D921A6 + InstallerSha256: 389E0BBBB49ADB29FFE00213A4404B949746713323582D73E1FFB2C36FB614F5 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: B5B3E9B4AE35DFE392DFB9DC60D1890181AE40E7A909182803E24E838336CD74 + InstallerSha256: 75B95B040A1561813F46C7563CDFBE9234D84B3C29D7D26C263AE732F672643B AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer diff --git a/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.installer.yaml b/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.installer.yaml new file mode 100644 index 0000000000000..6c8b3e885557d --- /dev/null +++ b/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: zoharbabin.web-researcher-mcp +PackageVersion: 1.46.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: web-researcher-mcp.exe + PortableCommandAlias: web-researcher-mcp + InstallerUrl: https://github.com/zoharbabin/web-researcher-mcp/releases/download/v1.46.0/web-researcher-mcp_1.46.0_windows_amd64.zip + InstallerSha256: 212fd0b3540f989a1cb34d0e64483256e854a6ea7252af03be0eac8fb838753e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.locale.en-US.yaml b/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.locale.en-US.yaml new file mode 100644 index 0000000000000..f5bdf2674ee17 --- /dev/null +++ b/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.locale.en-US.yaml @@ -0,0 +1,14 @@ +# 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: zoharbabin.web-researcher-mcp +PackageVersion: 1.46.0 +PackageLocale: en-US +Publisher: zoharbabin +PublisherUrl: https://github.com/zoharbabin +PackageName: web-researcher-mcp +PackageUrl: https://github.com/zoharbabin/web-researcher-mcp +License: MIT +ShortDescription: Your AI research assistant that cites real sources and stays honest +Moniker: web-researcher-mcp +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.yaml b/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.yaml new file mode 100644 index 0000000000000..aecd4d3701eac --- /dev/null +++ b/manifests/z/zoharbabin/web-researcher-mcp/1.46.0/zoharbabin.web-researcher-mcp.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: zoharbabin.web-researcher-mcp +PackageVersion: 1.46.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0